milis/talimatname/genel/a/aurora/talimat

27 lines
860 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# 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
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: gtk2
2017-12-22 22:59:36 +01:00
# Grup: sistem
2017-01-30 23:55:06 +01:00
2017-10-28 14:10:23 +02:00
isim=aurora
surum=1.5.1
devir=2
2017-12-22 22:59:36 +01:00
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)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
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
}