aboutsummaryrefslogtreecommitdiffstats
path: root/testing/greybird-themes
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-01-26 10:54:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-01-26 21:25:53 +0000
commit76fb818cdf5ba076fa85186eeed0f820c8b92161 (patch)
tree3cfe59b2084688954ab0b3b5455c12ec9f43b7a1 /testing/greybird-themes
parent06430306a27cb52826c365f87c054b514e438ecc (diff)
downloadaports-76fb818cdf5ba076fa85186eeed0f820c8b92161.tar.bz2
aports-76fb818cdf5ba076fa85186eeed0f820c8b92161.tar.xz
greybird-themes: create subpackage for unity
Diffstat (limited to 'testing/greybird-themes')
-rw-r--r--testing/greybird-themes/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/greybird-themes/APKBUILD b/testing/greybird-themes/APKBUILD
index cc626b04f8..2f0568ef01 100644
--- a/testing/greybird-themes/APKBUILD
+++ b/testing/greybird-themes/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=greybird-themes
pkgver=1.6.2
-pkgrel=0
+pkgrel=1
pkgdesc="A clean minimalistic theme for Xfce, GTK+ 2 and 3"
url="http://shimmerproject.org/project/greybird/"
arch="noarch"
@@ -11,7 +11,7 @@ depends_dev=""
makedepends="$depends_dev"
install=""
subpackages="$pkgname-gtk2 $pkgname-gtk3 $pkgname-metacity $pkgname-xfwm4
- $pkgname-xfce4-notifyd:_notify"
+ $pkgname-xfce4-notifyd:_notify $pkgname-unity"
source="greybird-$pkgver.tar.gz::https://github.com/shimmerproject/Greybird/archive/v$pkgver.tar.gz
gtk-3.14-fix.patch
"
@@ -67,8 +67,9 @@ gtk2() {
gtk3() { _mv "Greybird GTK+3 themes" gtk+3.0 gtk-3.0; }
metacity() { _mv "Greybird Metacity themes" metacity metacity-1; }
-xfwm4() { _mv "Greybird Xfce4 themes" xfwm4 xfwm4 xfwm4-compact xfwm4-a11y; }
-_notify() { _mv "Greybird Xfce4-notifyd themes" xfce4-notifyd xfce-notify-4.0; }
+xfwm4() { _mv "Greybird Xfce4 themes" xfwm4 xfwm4 'xfwm4-*'; }
+_notify() { _mv "Greybird Xfce4-notifyd themes" xfce4-notifyd 'xfce-notify-*'; }
+unity() { _mv "Greybird Unity themes" unity 'unity'; }
md5sums="542cfd641cd5ff723ee2fcdfdb1eabbd greybird-1.6.2.tar.gz
ef3882cc1ea6c00fb1c372c911b563fe gtk-3.14-fix.patch"