18 lines
498 B
Plaintext
Executable File
18 lines
498 B
Plaintext
Executable File
# 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
|
||
|
||
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
|
||
}
|