milis/talimatname/genel/lxde-appearance/talimat

25 lines
508 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: GTK + 2 için masaüstünden bağımsız bir tema değiştirici içeriyor
# URL: http://lxde.org/
# Packager: milisarge@gmail.com
# Depends on: gtk2 intltool
name=lxde-appearance
_name=lxappearance
version=0.6.2
release=1
source=(http://downloads.sourceforge.net/lxde/files/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-dbus
make
make DESTDIR=$PKG install
}