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

19 lines
498 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
2018-07-20 09:48:51 +02:00
# Grup: tasarım
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=adwaita-icon-theme
2018-05-30 18:36:38 +02:00
surum=3.28.0
2017-10-28 14:10:23 +02:00
devir=1
2018-05-30 18:36:38 +02:00
kaynak=(https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/master/adwaita-icon-theme-master.tar.gz::$isim-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2018-05-30 18:36:38 +02:00
cd $isim-master
2018-02-10 00:28:13 +01:00
autoreconf -fvi
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}