arc-theme.paketlendi

This commit is contained in:
milisman 2017-02-08 22:16:39 +02:00
parent e4371d5efd
commit 132a9c59ae
4 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Description: Arc teması için gerekli ikon teması (deneme aşamasındadır).
# URL: https://github.com/horst3180/arc-icon-theme
# Packager: yasarciv
# Depends on: gtk-update-icon-cache hicolor-icon-theme moka-icon-theme faba-icon-theme
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
}

View File

@ -0,0 +1,16 @@
# Description: GTK 3, GTK 2 ve Gnome-Shell için şeffaf öğeler içeren düz bir tema.
# URL: https://github.com/horst3180/arc-theme
# Packager: yasarciv
# Depends on: gtk3 gtk-engine-murrine arc-icon-theme
name=arc-theme
version=20161119
release=1
source=(https://github.com/horst3180/$name/archive/$version.tar.gz)
build() {
cd $name-$version
./autogen.sh --prefix=/usr
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,17 @@
# Description: Faba, Tango etkileri ile seksi ve modern bir simge teması. Faba için tüm varyasyonlar ve ek temalar, bu temel temayı gerektirir. Faba Icon Teması, GNU LGPL-3.0 + veya CC-BY-SA-4.0 şartları kapsamında dağıtılır
# URL: https://github.com/snwh/faba-icon-theme
# Packager: yasarciv
# Depends on: gtk-update-icon-cache
name=faba-icon-theme
version=4.1.2
release=1
source=(https://github.com/snwh/$name/archive/v$version.tar.gz)
build() {
cd $name-$version
bash autogen.sh --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,17 @@
# Description: Moka, net, basit ve tutarlı olacak şekilde tasarlanmış, stil sahibi bir Linux masaüstü simge setidir. Moka Icon Teması (simge varlıkları ve kaynakları) bir Creative Commons Attribution-ShareAlike 4.0 lisansı altındadır.
# URL: https://github.com/snwh/moka-icon-theme
# Packager: yasarciv
# Depends on: gtk-update-icon-cache faba-icon-theme
name=moka-icon-theme
version=5.3.5
release=1
source=(https://github.com/snwh/$name/archive/v$version.tar.gz)
build() {
cd $name-$version
bash autogen.sh --prefix=/usr
make
make DESTDIR=$PKG install
}