aboutsummaryrefslogtreecommitdiffstats
path: root/community/bsm-simple-themes
diff options
context:
space:
mode:
Diffstat (limited to 'community/bsm-simple-themes')
-rw-r--r--community/bsm-simple-themes/APKBUILD53
-rw-r--r--community/bsm-simple-themes/bsm-simple-panel.patch60
-rw-r--r--community/bsm-simple-themes/bsm-simple-xfwm.patch218
3 files changed, 0 insertions, 331 deletions
diff --git a/community/bsm-simple-themes/APKBUILD b/community/bsm-simple-themes/APKBUILD
deleted file mode 100644
index 21cc16940ab..00000000000
--- a/community/bsm-simple-themes/APKBUILD
+++ /dev/null
@@ -1,53 +0,0 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=bsm-simple-themes
-pkgver=1.3
-_ver=${pkgver/./}
-pkgrel=5
-pkgdesc="BSM Simple GTK Themes"
-url="http://gnome-look.org/content/show.php/?content=121685"
-arch="" # Fails to fetch source
-license="GPL"
-depends="gtk-engines-clearlooks faenza-icon-theme"
-subpackages="$pkgname-xfwm4 $pkgname-metacity"
-source="https://distfiles.alpinelinux.org/distfiles/121685-BSM%252520Simple%252520$_ver.tar.gz
- bsm-simple-panel.patch
- bsm-simple-xfwm.patch"
-
-builddir="$srcdir"
-
-package() {
- cd "$builddir"
- # fix permissions
- find . -type d -exec chmod 755 '{}' \;
- find . -type f -exec chmod 644 '{}' \;
- mkdir -p "$pkgdir"/usr/share/themes
- for i in *; do
- [ -L "$i" ] && continue
- cp -ra "$i" "$pkgdir"/usr/share/themes/
- done
-}
-
-xfwm4() {
- pkgdesc="BSM Simple GTK Themes - xfwm4"
- install_if="$pkgname=$pkgver-r$pkgrel xfwm4"
- cd "$pkgdir"
- find . -name 'xfwm4' -type d | while read dir; do
- mkdir -p "$subpkgdir/${dir%/*}"
- mv "$dir" "$subpkgdir/${dir%*}"
- done
-}
-
-metacity() {
- pkgdesc="BSM Simple GTK Themes - metacity"
- install_if="$pkgname=$pkgver-r$pkgrel metacity"
- cd "$pkgdir"
- find . -name 'metacity-?' -type d | while read dir; do
- mkdir -p "$subpkgdir/${dir%/*}"
- mv "$dir" "$subpkgdir/${dir%*}"
- done
-}
-
-sha512sums="4254ccdb2869a1caefbac9f9b1bffa6f5bc0a3ba64989d198cd2154d23e5e725dd8f408b17bb37d56eaef6ce74660d29b1167d99b91df7480ddf649957449adb 121685-BSM%252520Simple%25252013.tar.gz
-84ad713a7a5850b970a96e97d6c71b81e127a02caead429b71cd50868bfdfce6d327ed113aca40f7a4d4ccfd18f48a84ec27dcbc2af6fe0cbbb47e207ad41e47 bsm-simple-panel.patch
-8f015a39d06d6713d75d872fba1139cf734a7ea6af272e198cbc0192148c5eabed3828902a608aa83b2661fc92159057508a9e792f7032680c6f728325b6792f bsm-simple-xfwm.patch"
diff --git a/community/bsm-simple-themes/bsm-simple-panel.patch b/community/bsm-simple-themes/bsm-simple-panel.patch
deleted file mode 100644
index 4376a119a01..00000000000
--- a/community/bsm-simple-themes/bsm-simple-panel.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff --git a/BSM Simple Dark Menu/gtk-2.0/panel.rc b/BSM Simple Dark Menu/gtk-2.0/panel.rc
-index f0ab2bf..639754f 100755
---- a/BSM Simple Dark Menu/gtk-2.0/panel.rc
-+++ b/BSM Simple Dark Menu/gtk-2.0/panel.rc
-@@ -27,8 +27,8 @@ style "theme-panel"
-
- style "theme-panel2" = "theme-panel"
- {
--xthickness = 0
--ythickness = 0
-+xthickness = 2
-+ythickness = 1
- engine "clearlooks"{
- radius = 1.1
- }
-diff --git a/BSM Simple Dark Panel/gtk-2.0/panel.rc b/BSM Simple Dark Panel/gtk-2.0/panel.rc
-index f5dac43..3c16d7a 100755
---- a/BSM Simple Dark Panel/gtk-2.0/panel.rc
-+++ b/BSM Simple Dark Panel/gtk-2.0/panel.rc
-@@ -27,8 +27,8 @@ style "theme-panel"
-
- style "theme-panel2" = "theme-panel"
- {
--xthickness = 0
--ythickness = 0
-+xthickness = 2
-+ythickness = 1
- engine "clearlooks"{
- radius = 1.1
- }
-diff --git a/BSM Simple Dark/gtk-2.0/panel.rc b/BSM Simple Dark/gtk-2.0/panel.rc
-index 2f6298e..2cc579e 100755
---- a/BSM Simple Dark/gtk-2.0/panel.rc
-+++ b/BSM Simple Dark/gtk-2.0/panel.rc
-@@ -22,8 +22,8 @@ style "theme-panel"
-
- style "theme-panel2" = "theme-panel"
- {
--xthickness = 0
--ythickness = 0
-+xthickness = 2
-+ythickness = 1
- engine "clearlooks"{
- radius = 1.1
- }
-diff --git a/BSM Simple/gtk-2.0/panel.rc b/BSM Simple/gtk-2.0/panel.rc
-index d2e51f3..72fbeaa 100755
---- a/BSM Simple/gtk-2.0/panel.rc
-+++ b/BSM Simple/gtk-2.0/panel.rc
-@@ -14,8 +14,8 @@ style "theme-panel"
-
- style "theme-panel2" = "theme-panel"
- {
--xthickness = 0
--ythickness = 0
-+xthickness = 2
-+ythickness = 1
- engine "clearlooks"{
- radius = 1.1
- }
diff --git a/community/bsm-simple-themes/bsm-simple-xfwm.patch b/community/bsm-simple-themes/bsm-simple-xfwm.patch
deleted file mode 100644
index 672e5c1c9c2..00000000000
--- a/community/bsm-simple-themes/bsm-simple-xfwm.patch
+++ /dev/null
@@ -1,218 +0,0 @@
-diff --git a/BSM Simple/xfwm4/bottom-active.xpm b/BSM Simple/xfwm4/bottom-active.xpm
-index 4096e85..49d4eab 100644
---- a/BSM Simple/xfwm4/bottom-active.xpm
-+++ b/BSM Simple/xfwm4/bottom-active.xpm
-@@ -1,6 +1,10 @@
- /* XPM */
- static char * bottom_active_xpm[] = {
--"17 1 2 1",
-+"16 3 4 1",
- " c None",
- ". c #888888",
--"................."};
-+"o c #C0C0C0",
-+"0 c #d0d0d0",
-+"0000000000000000",
-+"oooooooooooooooo",
-+"................"};
-diff --git a/BSM Simple/xfwm4/bottom-inactive.xpm b/BSM Simple/xfwm4/bottom-inactive.xpm
-index fbfbe7b..2ebcdd5 100644
---- a/BSM Simple/xfwm4/bottom-inactive.xpm
-+++ b/BSM Simple/xfwm4/bottom-inactive.xpm
-@@ -1,6 +1,10 @@
- /* XPM */
- static char * bottom_inactive_xpm[] = {
--"17 1 2 1",
-+"16 3 4 1",
- " c None",
- ". c #888888",
--"................."};
-+"o c #C0C0C0",
-+"0 c #d0d0d0",
-+"0000000000000000",
-+"oooooooooooooooo",
-+"................"};
-diff --git a/BSM Simple/xfwm4/bottom-left-active.xpm b/BSM Simple/xfwm4/bottom-left-active.xpm
-index 5bd7b94..b5a975b 100644
---- a/BSM Simple/xfwm4/bottom-left-active.xpm
-+++ b/BSM Simple/xfwm4/bottom-left-active.xpm
-@@ -1,22 +1,23 @@
- /* XPM */
- static char * bottom_left_active_xpm[] = {
--"1 17 2 1",
-+"16 16 4 1",
- " c None",
- ". c #888888",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--"."};
-+"o c #C0C0C0",
-+"0 c #d0d0d0",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+".000000000000000",
-+".ooooooooooooooo",
-+" ..............."};
-diff --git a/BSM Simple/xfwm4/bottom-left-inactive.xpm b/BSM Simple/xfwm4/bottom-left-inactive.xpm
-index cbd3b99..1a03ca7 100644
---- a/BSM Simple/xfwm4/bottom-left-inactive.xpm
-+++ b/BSM Simple/xfwm4/bottom-left-inactive.xpm
-@@ -1,22 +1,23 @@
- /* XPM */
- static char * bottom_left_inactive_xpm[] = {
--"1 17 2 1",
-+"16 16 4 1",
- " c None",
- ". c #888888",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--"."};
-+"o c #C0C0C0",
-+"0 c #d0d0d0",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+". ",
-+".000000000000000",
-+".ooooooooooooooo",
-+" ..............."};
-diff --git a/BSM Simple/xfwm4/bottom-right-active.xpm b/BSM Simple/xfwm4/bottom-right-active.xpm
-index fb3039f..6b16404 100644
---- a/BSM Simple/xfwm4/bottom-right-active.xpm
-+++ b/BSM Simple/xfwm4/bottom-right-active.xpm
-@@ -1,22 +1,23 @@
- /* XPM */
- static char * bottom_right_active_xpm[] = {
--"1 17 2 1",
-+"16 16 4 1",
- " c None",
- ". c #888888",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--"."};
-+"o c #C0C0C0",
-+"0 c #d0d0d0",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+"000000000000000.",
-+"ooooooooooooooo.",
-+"............... "};
-diff --git a/BSM Simple/xfwm4/bottom-right-inactive.xpm b/BSM Simple/xfwm4/bottom-right-inactive.xpm
-index 527219a..002cc24 100644
---- a/BSM Simple/xfwm4/bottom-right-inactive.xpm
-+++ b/BSM Simple/xfwm4/bottom-right-inactive.xpm
-@@ -1,22 +1,23 @@
- /* XPM */
- static char * bottom_right_inactive_xpm[] = {
--"1 17 2 1",
-+"16 16 4 1",
- " c None",
- ". c #888888",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--".",
--"."};
-+"o c #C0C0C0",
-+"0 c #d0d0d0",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+" .",
-+"000000000000000.",
-+"ooooooooooooooo.",
-+"............... "};