milis/talimatname/genel/g/gnome-icon-theme/talimat

18 lines
498 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Bu pakette GNOME masaüstü tarafından kullanılan varsayılan simge teması bulunur.
2016-02-24 02:27:23 +02:00
# URL: http://www.gnome.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: hicolor-icon-theme, gtk-update-icon-cache, icon-naming-utils, intltool
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=gnome-icon-theme
surum=3.12.0
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2016-02-24 02:27:23 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/icons/gnome/icon-theme.cache
}