diff --git a/talimatname/genel/arc-icon-theme/talimat b/talimatname/genel/arc-icon-theme/talimat new file mode 100644 index 000000000..c23140e46 --- /dev/null +++ b/talimatname/genel/arc-icon-theme/talimat @@ -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 +} diff --git a/talimatname/genel/arc-theme/talimat b/talimatname/genel/arc-theme/talimat new file mode 100644 index 000000000..07a5918f0 --- /dev/null +++ b/talimatname/genel/arc-theme/talimat @@ -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 +} diff --git a/talimatname/genel/faba-icon-theme/talimat b/talimatname/genel/faba-icon-theme/talimat new file mode 100644 index 000000000..f47762966 --- /dev/null +++ b/talimatname/genel/faba-icon-theme/talimat @@ -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 +} diff --git a/talimatname/genel/moka-icon-theme/talimat b/talimatname/genel/moka-icon-theme/talimat new file mode 100644 index 000000000..1088cc34d --- /dev/null +++ b/talimatname/genel/moka-icon-theme/talimat @@ -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 +}