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

17 lines
434 B
Plaintext
Raw Normal View History

2017-02-08 21:16:39 +01:00
# Description: Arc teması için gerekli ikon teması (deneme aşamasındadır).
# URL: https://github.com/horst3180/arc-icon-theme
# Packager: yasarciv
2017-02-09 11:49:13 +01:00
# Depends on: 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)
build() {
cd $name-$version
./autogen.sh --prefix=/usr
make DESTDIR=$PKG install
}