milis/talimatname/genel/aurora/talimat

27 lines
856 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.

# 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
# Packager: milisarge
# Depends on: gtk2
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)
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
}