2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Arc teması için gerekli ikon teması (deneme aşamasındadır).
|
2017-02-08 21:16:39 +01:00
|
|
|
|
# URL: https://github.com/horst3180/arc-icon-theme
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv
|
|
|
|
|
# Gerekler: gtk-update-icon-cache hicolor-icon-theme faba-icon-theme
|
2018-07-20 09:48:51 +02:00
|
|
|
|
# Grup: tasarım
|
2017-02-08 21:16:39 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=arc-icon-theme
|
|
|
|
|
surum=20161122
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/horst3180/$isim/archive/$surum.tar.gz)
|
2017-02-08 21:16:39 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-02-08 21:16:39 +01:00
|
|
|
|
./autogen.sh --prefix=/usr
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|