milis/talimatname/genel/x/xfce4-gtk-engine/talimat

23 lines
596 B
Plaintext
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 Xfce Engine paketi, onları görüntülemek için gereken birkaç GTK+ 2 ve GTK+ 3 temasını ve kütüphanelerini içerir.
# URL: http://www.xfce.org
# Paketçi: milisarge
# Gerekler: gtk2 gtk3
# Grup: xfce4
_isim=gtk-xfce-engine
isim=xfce4-gtk-engine
source /root/talimatname/genel/x/xfce4/surumler
surum="${xfce4_gtk_engine_surum}";[ -z ${xfce4_gtk_engine_surum} ] && \
surum=3.2.0
devir=2
kaynak=(http://archive.xfce.org/src/xfce/${_name}/${surum%.*}-$surum.tar.bz2)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr \
--enable-gtk3
make
make DESTDIR=$PKG install
}