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

17 lines
427 B
Plaintext
Raw Normal View History

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
2017-02-08 21:16:39 +01:00
name=arc-icon-theme
version=20161122
release=1
source=(https://github.com/horst3180/$name/archive/$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2017-02-08 21:16:39 +01:00
cd $name-$version
./autogen.sh --prefix=/usr
make DESTDIR=$PKG install
}