diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra/libglade/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_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/libglade/PKGBUILD')
-rw-r--r-- | abs/extra/libglade/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/abs/extra/libglade/PKGBUILD b/abs/extra/libglade/PKGBUILD deleted file mode 100644 index 95eff9b..0000000 --- a/abs/extra/libglade/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 30217 2009-03-17 18:11:58Z jgc $ -# Maintainer: Jan de Groot <jgc@archlinux.org> - -pkgname=libglade -pkgver=2.6.4 -pkgrel=1 -pkgdesc="Allows you to load glade interface files in a program at runtime" -arch=(i686 x86_64) -license=('LGPL') -depends=('gtk2>=2.16.0' 'libxml2>=2.7.3') -makedepends=('python' 'pkgconfig') -optdepends=('python: libglade-convert script') -options=('!libtool') -install=glade.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2 - libglade-2.0.1-nowarning.patch) -url="http://www.gnome.org" -md5sums=('d1776b40f4e166b5e9c107f1c8fe4139' - '4f879c0ce550004905aa0fb24f25c353') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/libglade-2.0.1-nowarning.patch" || return 1 - ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 - install -m755 libglade-convert "${pkgdir}/usr/bin/" || return 1 -} |