talimat 860 B

123456789101112131415161718192021222324252627
  1. # 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.
  2. # URL: https://www.gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438
  3. # Paketçi: milisarge
  4. # Gerekler: gtk2
  5. # Grup: sistem
  6. isim=aurora
  7. surum=1.5.1
  8. devir=2
  9. kaynak=(https://dl.opendesktop.org/api/files/download/id/1460970469/56438-$isim-$surum.tar.bz2\
  10. https://dl.opendesktop.org/api/files/download/id/1460970232/80431-aurorasmooth.tar.bz2)
  11. derle() {
  12. unset MAKEFLAGS
  13. tar zxf aurora-gtk-engine-1.5.tar.gz
  14. cd aurora-1.5
  15. sed -i "s|glib/gtimer.h|glib.h|" src/animation.c
  16. ./configure --prefix=/usr --enable-animation
  17. make
  18. make DESTDIR=$PKG install
  19. install -d $PKG/usr/share/themes
  20. cd $PKG/usr/share/themes
  21. tar jxf $SRC/Aurora.tar.bz2
  22. cp -r $SRC/AuroraSmooth ./
  23. chmod 644 Aurora*/*/gtkrc
  24. }