[arch-commits] Commit in tango-icon-theme/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Sep 18 20:52:47 UTC 2011
Date: Sunday, September 18, 2011 @ 16:52:47
Author: andyrtr
Revision: 138213
upgpkg: tango-icon-theme 0.8.90-4
rebuild for fixed librsvg, readds missing icons
Modified:
tango-icon-theme/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-18 20:34:33 UTC (rev 138212)
+++ PKGBUILD 2011-09-18 20:52:47 UTC (rev 138213)
@@ -4,22 +4,18 @@
pkgname=tango-icon-theme
pkgver=0.8.90
-pkgrel=3
+pkgrel=4
pkgdesc="The Tango Desktop Project exists to create a consistent user experience"
arch=('any')
url="http://tango.freedesktop.org"
license=('custom:ccpl-attribution-sharealike-2.5')
-depends=('librsvg')
+depends=('librsvg>=2.34.1-2')
makedepends=('imagemagick' 'icon-naming-utils' 'intltool')
source=(http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
md5sums=('0795895d2f20eddcbd2bffe94ed431a6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # fix FTBS https://bugs.archlinux.org/task/25977
- sed -i -e "s:\"rsvg\":\"rsvg-convert\":" configure.ac
- autoreconf
-
./configure --prefix=/usr \
--enable-png-creation
make
More information about the arch-commits
mailing list