lxappearance: enable gtk3

This commit is contained in:
Juergen Daubert 2022-11-13 14:54:37 +01:00
parent f5c32cc58d
commit b1777b75bf
2 changed files with 6 additions and 5 deletions

View File

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

View File

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