summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/gnome-menus/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/gnome-menus/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/gnome-menus/PKGBUILD')
-rw-r--r--abs/extra-testing/gnome-menus/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/extra-testing/gnome-menus/PKGBUILD b/abs/extra-testing/gnome-menus/PKGBUILD
deleted file mode 100644
index 491fd40..0000000
--- a/abs/extra-testing/gnome-menus/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 19656 2008-11-28 20:25:40Z jgc $
-# Maintainer: Jan de Groot <jan@archlinux.org>
-
-pkgname=gnome-menus
-pkgver=2.24.2
-pkgrel=1
-pkgdesc="GNOME menu specifications"
-arch=(i686 x86_64)
-depends=('pygtk>=2.13.0')
-makedepends=('pkgconfig' 'intltool')
-options=('!libtool' '!makeflags')
-license=('GPL' 'LGPL')
-url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2
- menus.patch)
-md5sums=('ca8e25b031fd7024b3f9abe1c6865d2c' '37b1021887f60a9cead67172e51a3a18')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np0 -i "${srcdir}/menus.patch" || return 1
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
-}