summaryrefslogtreecommitdiff
path: root/lxappearance
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-11-13 14:54:37 +0100
committerJuergen Daubert <jue@jue.li>2022-11-13 14:54:37 +0100
commitb1777b75bfe382b947fe57780b10186877307dbf (patch)
treef150c855ccf3b1e381254bea7688c38548e1adc4 /lxappearance
parentf5c32cc58d3063ee3273c80e394dd701bf63714e (diff)
downloadopt-b1777b75bfe382b947fe57780b10186877307dbf.tar.gz
opt-b1777b75bfe382b947fe57780b10186877307dbf.tar.xz
lxappearance: enable gtk3
Diffstat (limited to 'lxappearance')
-rw-r--r--lxappearance/.signature4
-rw-r--r--lxappearance/Pkgfile7
2 files changed, 6 insertions, 5 deletions
diff --git a/lxappearance/.signature b/lxappearance/.signature
index 9da3c18cf..ad541a1bc 100644
--- a/lxappearance/.signature
+++ b/lxappearance/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/ePIRrM0TiOK8vZDRTIHC+U8DpswcxTnBY8QyRY166PKoWI1mVUJmAwwTSj+2ly/UPBqhj4LuQ7c46C6w3RX3wo=
-SHA256 (Pkgfile) = 4bff6d39ca27e355a9d62e6f4d691ed865f9e2e0ae0673c771af3fe2293c8540
+RWSE3ohX2g5d/W0YWRK7o4VCBx4wwUc4ntF0A6r/DoNLpj/EwYyCjUXHj6eBojMZb7iVK0Mgl5P9AJ/+s3sLXyBBrG83ZskKTA4=
+SHA256 (Pkgfile) = 907db883d69d9bc106a0b4d3afc384ae8157fa8f93f622a6780fd697628edb0f
SHA256 (.footprint) = ce0f771a955e944550181c7753135645ef94ce3729ed13a2b709d3bff13d3dcc
SHA256 (lxappearance-0.6.3.tar.xz) = 7222d858b8fef4b7967c42142d61e82ded6dd42dc5ef1d59caad775795928b38
diff --git a/lxappearance/Pkgfile b/lxappearance/Pkgfile
index b4bd6ac7d..6ed4b106d 100644
--- a/lxappearance/Pkgfile
+++ b/lxappearance/Pkgfile
@@ -1,11 +1,11 @@
# Description: Enables change of themes, icons, and fonts used by applications easily.
# URL: https://wiki.lxde.org/en/LXAppearance
# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: gtk intltool
+# Depends on: gtk3 intltool
name=lxappearance
version=0.6.3
-release=1
+release=2
source=(http://downloads.sourceforge.net/sourceforge/lxde/$name-$version.tar.xz)
build() {
@@ -16,7 +16,8 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
- --disable-nls
+ --disable-nls \
+ --enable-gtk3
make
make DESTDIR=$PKG install

Generated by cgit