lxappearance: updated to 0.6.3

This commit is contained in:
Fredrik Rinnestam 2017-02-15 18:36:45 +01:00
parent 35395f8f5b
commit 2d691e3ce4
3 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
21ee79c7686a80efddaa1b7928f51e21 lxappearance-0.6.2.tar.xz
f10345313e2c12bad51c1b58bd46b454 lxappearance-0.6.3.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/eUBt8Ew8bb2wLwNWbjEL1s/ZFck+hhSiK7/+1rJ2WqSmmpBINXdwcWK2ixJtZLPZpbA6eiV5KDbgeqEtGZdcAo=
SHA256 (Pkgfile) = dcc4141ee5723bb53fac6b72e21b39f0af7825604f24590f32d246b784dfc3f5
RWSE3ohX2g5d/Zja84HglWQUQ2p/8Ihvxs/mgstcMvdEqQqMZ1CeClIFTrlIrckh73W/nU2BVjEGMAtvrUZNyej5sIT2ax71ygc=
SHA256 (Pkgfile) = aeb8348b892187fd77da8c6288d3e1b0b2f129c6b1a71adc69902d11b806642a
SHA256 (.footprint) = ce0f771a955e944550181c7753135645ef94ce3729ed13a2b709d3bff13d3dcc
SHA256 (lxappearance-0.6.2.tar.xz) = 4462136e01f991d4c546f23a8cf59a4092f88ecdff587597959f8062e2ea201f
SHA256 (lxappearance-0.6.3.tar.xz) = 7222d858b8fef4b7967c42142d61e82ded6dd42dc5ef1d59caad775795928b38

View File

@ -4,18 +4,19 @@
# Depends on: gtk
name=lxappearance
version=0.6.2
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
rm -r $PKG/usr/share/locale
}