milis/talimatname/genel/a/adwaita-icon-theme/talimat

21 lines
552 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Adwaita ikon teması.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
2018-02-03 23:05:17 +01:00
# Gerekler: intltool gtk-update-icon-cache hicolor-icon-theme icon-naming-utils librsvg intltool gtk3 gnome-common
2017-12-22 20:17:22 +01:00
# Grup: grafik_tasarım
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=adwaita-icon-theme
2018-02-03 23:05:17 +01:00
surum=3.26.1
2017-10-28 14:10:23 +02:00
devir=1
2018-02-03 23:05:17 +01:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum:0:4}/$isim-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2018-02-10 00:28:13 +01:00
cd $isim-$surum
gio-querymodules /usr/lib/gio/modules
glib-compile-schemas /usr/share/glib-2.0/schemas/
autoreconf -fvi
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}