milis/talimatname/genel/l/lxde-appearance/talimat

26 lines
502 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.

# Tanım: GTK+2 için masaüstünden bağımsız bir tema değiştirici içeriyor
# URL: http://lxde.org/
# Paketçi: milisarge@gmail.com
# Gerekler: gtk2 intltool
# Grup: sistem
isim=lxde-appearance
_isim=lxappearance
surum=0.6.2
devir=1
kaynak=(http://downloads.sourceforge.net/lxde/files/$_isim-$surum.tar.xz)
derle() {
cd $_isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-dbus
make
make DESTDIR=$PKG install
}