diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-31 17:46:21 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-31 18:04:34 +0000 |
commit | 18fd95e6b7193ecb66a9c66ecca60f241b84f1f9 (patch) | |
tree | 97471620f32935625d9e7b76587a1608fffbfbe7 /lxappearance | |
parent | 2228f9fb1d5eaf6c5910a136bdda02fe64bb9998 (diff) | |
download | opt-18fd95e6b7193ecb66a9c66ecca60f241b84f1f9.tar.gz opt-18fd95e6b7193ecb66a9c66ecca60f241b84f1f9.tar.xz |
lxappearance: deleted unmaintained port
Diffstat (limited to 'lxappearance')
-rw-r--r-- | lxappearance/.footprint | 19 | ||||
-rw-r--r-- | lxappearance/.signature | 5 | ||||
-rw-r--r-- | lxappearance/Pkgfile | 22 |
3 files changed, 0 insertions, 46 deletions
diff --git a/lxappearance/.footprint b/lxappearance/.footprint deleted file mode 100644 index 2387bcf85..000000000 --- a/lxappearance/.footprint +++ /dev/null @@ -1,19 +0,0 @@ -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 deleted file mode 100644 index 0478390c1..000000000 --- a/lxappearance/.signature +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index d0a607d8a..000000000 --- a/lxappearance/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# 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 -} |