talimat 515 B

12345678910111213141516171819
  1. # Tanım: Bu pakette GNOME masaüstü tarafından kullanılan varsayılan simge teması bulunur.
  2. # URL: http://www.gnome.org/
  3. # Paketçi: milisarge
  4. # Gerekler: hicolor-icon-theme, gtk-update-icon-cache, icon-naming-utils, intltool
  5. # Grup: tasarım
  6. isim=gnome-icon-theme
  7. surum=3.12.0
  8. devir=1
  9. kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
  10. derle() {
  11. cd $isim-$surum
  12. ./configure --prefix=/usr
  13. make
  14. make DESTDIR=$PKG install
  15. rm -rf $PKG/usr/share/icons/gnome/icon-theme.cache
  16. }