2021-02-02 11:54:11 +01:00
|
|
|
# Description: Enables change of themes, icons, and fonts used by applications easily.
|
|
|
|
# URL: https://wiki.lxde.org/en/LXAppearance
|
2021-02-02 11:56:41 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2021-02-02 11:54:11 +01:00
|
|
|
# Depends on: gtk
|
|
|
|
|
|
|
|
name=lxappearance
|
|
|
|
version=0.6.3
|
|
|
|
release=1
|
|
|
|
source=(http://downloads.sourceforge.net/sourceforge/lxde/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
export LINGUAS=" "
|
|
|
|
|
2021-02-02 11:56:41 +01:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
2021-02-02 11:54:11 +01:00
|
|
|
--sysconfdir=/etc \
|
|
|
|
--disable-nls
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|