diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-26 07:48:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-26 07:56:07 +0000 |
commit | 5b08d47124ee3cdfb394fb30056a0bdbf3da86b6 (patch) | |
tree | 485deb696b7cbfe9d740f305c3b74886feef9b40 /testing/greybird-themes/APKBUILD | |
parent | a3d9d59c03eedd04b986bb5a00baf90304b59ec6 (diff) | |
download | aports-5b08d47124ee3cdfb394fb30056a0bdbf3da86b6.tar.bz2 aports-5b08d47124ee3cdfb394fb30056a0bdbf3da86b6.tar.xz |
testing/greybird-themes: upgrade to 1.6.2
split out unity subpackage
Diffstat (limited to 'testing/greybird-themes/APKBUILD')
-rw-r--r-- | testing/greybird-themes/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/greybird-themes/APKBUILD b/testing/greybird-themes/APKBUILD index ae117e9fbb..cc626b04f8 100644 --- a/testing/greybird-themes/APKBUILD +++ b/testing/greybird-themes/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=greybird-themes -pkgver=1.5.3 +pkgver=1.6.2 pkgrel=0 pkgdesc="A clean minimalistic theme for Xfce, GTK+ 2 and 3" url="http://shimmerproject.org/project/greybird/" @@ -65,14 +65,14 @@ gtk2() { depends="gtk-murrine-engine" } -gtk3() { _mv "Greybird GTK+3 themes" gtk+3.0 gtk-3.0; } +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() { _mv "Greybird Xfce4 themes" xfwm4 xfwm4 xfwm4-compact xfwm4-a11y; } _notify() { _mv "Greybird Xfce4-notifyd themes" xfce4-notifyd xfce-notify-4.0; } -md5sums="3507c47cf4bb00c332885a579f67ff15 greybird-1.5.3.tar.gz +md5sums="542cfd641cd5ff723ee2fcdfdb1eabbd greybird-1.6.2.tar.gz ef3882cc1ea6c00fb1c372c911b563fe gtk-3.14-fix.patch" -sha256sums="856f092ebd199a2a28346938a3dfe62613135ad886c25bbaeebd3a917de4c962 greybird-1.5.3.tar.gz +sha256sums="473a38b379381311b68dcc579005c0d5bbfbabefe1de7107d897c68b81e6b460 greybird-1.6.2.tar.gz 00d0c58a96c5c1090adcf8ec479d5d608e68d1141e79cebb1112f3430ae7a482 gtk-3.14-fix.patch" -sha512sums="1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae greybird-1.5.3.tar.gz +sha512sums="eddd6b89880dbc034ee32cc17751b6ee1b18b55eef31d745c64f865b96d0fbf36fe6ab59dbe89dbdd032b3ed01395850f9597bdc1897e276b0433e93353d893f greybird-1.6.2.tar.gz 6cb7912dda0b82065e58a51533ce0b7d6341af5e7e996dd2f2870c8e2db6c439e7c47f12e7bccb24c74021de6516ebbc9a0ac32c5323b048002b7abf87365722 gtk-3.14-fix.patch" |