Revert "lxappearance: deleted unmaintained port"

This reverts commit 18fd95e6b7.
This commit is contained in:
Juergen Daubert 2021-02-02 11:54:11 +01:00
parent ea0f26e4e1
commit 50d1189e14
3 changed files with 46 additions and 0 deletions

19
lxappearance/.footprint Normal file
View File

@ -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

5
lxappearance/.signature Normal file
View File

@ -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

22
lxappearance/Pkgfile Normal file
View File

@ -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
}