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