milis/talimatname/genel/aurora/talimat

27 lines
856 B
Plaintext
Raw Normal View History

# Description: 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-01-30 23:55:06 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gtk2
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
name=aurora
version=1.5.1
release=2
source=(https://dl.opendesktop.org/api/files/download/id/1460970469/56438-$name-$version.tar.bz2 \
https://dl.opendesktop.org/api/files/download/id/1460970232/80431-aurorasmooth.tar.bz2)
2016-02-24 01:27:23 +01:00
build() {
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
}