opt/lxappearance/Pkgfile

23 lines
491 B
Plaintext
Raw Normal View History

2016-03-02 19:24:36 +01:00
# Description: Enables change of themes, icons, and fonts used by applications easily.
2017-02-15 18:39:32 +01:00
# URL: https://wiki.lxde.org/en/LXAppearance
2016-03-02 19:24:36 +01:00
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Depends on: gtk
name=lxappearance
2017-02-15 18:36:45 +01:00
version=0.6.3
2016-03-02 19:24:36 +01:00
release=1
source=(http://downloads.sourceforge.net/sourceforge/lxde/$name-$version.tar.xz)
build() {
cd $name-$version
2017-02-15 18:36:45 +01:00
export LINGUAS=" "
2016-03-02 19:24:36 +01:00
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-nls
make
make DESTDIR=$PKG install
}