[arch-commits] Commit in gnome-themes/trunk (PKGBUILD)
Eric Belanger
eric at archlinux.org
Sat Nov 1 02:11:55 UTC 2008
Date: Friday, October 31, 2008 @ 22:11:55
Author: eric
Revision: 17723
upgpkg: gnome-themes 2.24.1-1
added perlxml and icon-naming-utils makedepends
Modified:
gnome-themes/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-01 02:09:35 UTC (rev 17722)
+++ PKGBUILD 2008-11-01 02:11:55 UTC (rev 17723)
@@ -8,10 +8,12 @@
arch=(i686 x86_64)
license=('LGPL')
depends=('gtk-engines>=2.16.0')
+makedepends=('perlxml' 'icon-naming-utils')
url="http://www.gnome.org"
groups=('gnome')
replaces=('gtk-thinice-engine' 'clearlooks-gtk2')
source=(http://ftp.gnome.org/pub/gnome/sources/gnome-themes/2.24/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9469a4ed1231ab54847983944bcd7d57')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,4 +22,3 @@
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}
-md5sums=('9469a4ed1231ab54847983944bcd7d57')
More information about the arch-commits
mailing list