opt/lxappearance/Pkgfile

23 lines
499 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.
# URL: http://lxde.org/lxappearance_change_look_feel
# 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
}