xfce4-temalar

This commit is contained in:
milisbir 2018-01-23 05:37:27 +02:00
parent 6b8733ee1e
commit 8e3308652c
3 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Tanım: Siyah Xfce teması,
# URL: http://shimmerproject.org/projects/blackbird/
# Paketçi: Cihan_Alkan
# Gerekler: gtk-engine-murrine
# Grup: xfce4
isim=xfce-theme-blackbird
surum=0.4
devir=1
kaynak=(https://github.com/shimmerproject/Blackbird/archive/v$surum.tar.gz::Blackbird-$surum.tar.gz)
derle() {
install -d "$PKG"/usr/share/themes/
cp -rf Blackbird-$surum/ "$PKG"/usr/share/themes/Blackbird/
rm "$PKG"/usr/share/themes/Blackbird/.gitignore
}

View File

@ -0,0 +1,16 @@
# Tanım: Açık mavi Xfce teması,
# URL: http://shimmerproject.org/projects/bluebird/
# Paketçi: Cihan_Alkan
# Gerekler: gtk-engine-murrine
# Grup: xfce4
isim=xfce-theme-bluebird
surum=1.2
devir=1
kaynak=(https://github.com/shimmerproject/Bluebird/archive/v$surum.tar.gz::Bluebird-$surum.tar.gz)
derle() {
install -d "$PKG"/usr/share/themes/
cp -rf Bluebird-$surum/ "$PKG"/usr/share/themes/Bluebird/
rm "$PKG"/usr/share/themes/Bluebird/.gitignore
}

View File

@ -0,0 +1,16 @@
# Tanım: Gri Xfce teması,
# URL: http://shimmerproject.org/projects/graybird/
# Paketçi: Cihan_Alkan
# Gerekler: gtk-engine-murrine
# Grup: xfce4
isim=xfce-theme-graybird
surum=3.22.5
devir=1
kaynak=(https://github.com/shimmerproject/Greybird/archive/v$surum.tar.gz::Greybird-$surum.tar.gz)
derle() {
install -d "$PKG"/usr/share/themes/
cp -rf Greybird-$surum/ "$PKG"/usr/share/themes/Greybird/
rm "$PKG"/usr/share/themes/Greybird/.gitignore
}