xfce4-temalar
This commit is contained in:
parent
6b8733ee1e
commit
8e3308652c
|
@ -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
|
||||||
|
}
|
|
@ -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
|
||||||
|
}
|
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue