From 50d1189e14ae8add50e08c679a00753a43277d7d Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 2 Feb 2021 11:54:11 +0100 Subject: [PATCH] Revert "lxappearance: deleted unmaintained port" This reverts commit 18fd95e6b7193ecb66a9c66ecca60f241b84f1f9. --- lxappearance/.footprint | 19 +++++++++++++++++++ lxappearance/.signature | 5 +++++ lxappearance/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 lxappearance/.footprint create mode 100644 lxappearance/.signature create mode 100644 lxappearance/Pkgfile diff --git a/lxappearance/.footprint b/lxappearance/.footprint new file mode 100644 index 000000000..2387bcf85 --- /dev/null +++ b/lxappearance/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lxappearance +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/lxappearance/ +-rw-r--r-- root/root usr/include/lxappearance/lxappearance.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/lxappearance.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/lxappearance.desktop +drwxr-xr-x root/root usr/share/lxappearance/ +drwxr-xr-x root/root usr/share/lxappearance/ui/ +-rw-r--r-- root/root usr/share/lxappearance/ui/about.ui +-rw-r--r-- root/root usr/share/lxappearance/ui/lxappearance.ui +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/lxappearance.1.gz diff --git a/lxappearance/.signature b/lxappearance/.signature new file mode 100644 index 000000000..0478390c1 --- /dev/null +++ b/lxappearance/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/dOyLNLpcBlLRv+PTdqhJyAdlKkwWGntQ8lO7JMXK7E5sLLCr1s6JPRyZlqipRne2wKBEHv3Tw+4NGys+2OivAI= +SHA256 (Pkgfile) = 7a82623ece69b6119af39782803a61f418ee7672637e76036598db58359ef655 +SHA256 (.footprint) = ce0f771a955e944550181c7753135645ef94ce3729ed13a2b709d3bff13d3dcc +SHA256 (lxappearance-0.6.3.tar.xz) = 7222d858b8fef4b7967c42142d61e82ded6dd42dc5ef1d59caad775795928b38 diff --git a/lxappearance/Pkgfile b/lxappearance/Pkgfile new file mode 100644 index 000000000..d0a607d8a --- /dev/null +++ b/lxappearance/Pkgfile @@ -0,0 +1,22 @@ +# Description: Enables change of themes, icons, and fonts used by applications easily. +# URL: https://wiki.lxde.org/en/LXAppearance +# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se +# Depends on: gtk + +name=lxappearance +version=0.6.3 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/lxde/$name-$version.tar.xz) + +build() { + cd $name-$version + + export LINGUAS=" " + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-nls + + make + make DESTDIR=$PKG install +}