milis/talimatname/genel/a/aurora/talimat

27 lines
860 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: Aurora Gtk Motoru, Gtk uygulamaları için cazip, eksiksiz ve tutarlı bir görünüm sağlamak için tüm yaygın Gtk widget'larını içerir.
# URL: https://www.gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438
# Paketçi: milisarge
# Gerekler: gtk2
# Grup: sistem
isim=aurora
surum=1.5.1
devir=2
kaynak=(https://dl.opendesktop.org/api/files/download/id/1460970469/56438-$isim-$surum.tar.bz2\
https://dl.opendesktop.org/api/files/download/id/1460970232/80431-aurorasmooth.tar.bz2)
derle() {
unset MAKEFLAGS
tar zxf aurora-gtk-engine-1.5.tar.gz
cd aurora-1.5
sed -i "s|glib/gtimer.h|glib.h|" src/animation.c
./configure --prefix=/usr --enable-animation
make
make DESTDIR=$PKG install
install -d $PKG/usr/share/themes
cd $PKG/usr/share/themes
tar jxf $SRC/Aurora.tar.bz2
cp -r $SRC/AuroraSmooth ./
chmod 644 Aurora*/*/gtkrc
}