summaryrefslogtreecommitdiffstats
path: root/abs/not_built
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-01 18:11:32 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-01 18:11:32 (GMT)
commitb9fa36bc0300e7ad48991cb728d46ff823b44634 (patch)
treeead83990f77d9dada20f21f75b65e23fde285b91 /abs/not_built
parent94d21318d490b4ec5ff366d9ccd5416cbb6434f6 (diff)
downloadlinhes_pkgbuild-b9fa36bc0300e7ad48991cb728d46ff823b44634.zip
linhes_pkgbuild-b9fa36bc0300e7ad48991cb728d46ff823b44634.tar.gz
linhes_pkgbuild-b9fa36bc0300e7ad48991cb728d46ff823b44634.tar.bz2
icon-name-utils: readd. dep of adwaita-icon-theme
Diffstat (limited to 'abs/not_built')
-rw-r--r--abs/not_built/extra/icon-naming-utils/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/abs/not_built/extra/icon-naming-utils/PKGBUILD b/abs/not_built/extra/icon-naming-utils/PKGBUILD
deleted file mode 100644
index 5496c29..0000000
--- a/abs/not_built/extra/icon-naming-utils/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 33029 2009-04-03 21:35:27Z jgc $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=icon-naming-utils
-pkgver=0.8.90
-pkgrel=2
-pkgdesc="Maps the new names of icons for Tango to the legacy names used by the GNOME and KDE desktops."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://tango.freedesktop.org/"
-depends=('perl-xml-simple')
-source=(http://tango.freedesktop.org/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('dd8108b56130b9eedc4042df634efa66')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --libexecdir=/usr/lib/icon-naming-utils \
- --localstatedir=/var || return 1
- make || return 1
-}
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install || return 1
- mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/pkgconfig" || return 1
-}
-