greybird-themes: create subpackage for unity

This commit is contained in:
Natanael Copa 2016-01-26 10:54:09 +00:00
parent 06430306a2
commit 76fb818cdf

View File

@ -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"