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