diff options
author | James Meyer <james.meyer@operamail.com> | 2009-08-19 19:07:12 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-08-19 19:07:12 (GMT) |
commit | 3dd36ed1c9fa761b0cce7dd25595f7398be0646c (patch) | |
tree | 7ff4d08f0ce2d90c48e33ec41db66a5f2979b8a3 /abs | |
parent | 0426c30ca0ecb48631068e3ea6f143253a75c25e (diff) | |
download | linhes_pkgbuild-3dd36ed1c9fa761b0cce7dd25595f7398be0646c.zip linhes_pkgbuild-3dd36ed1c9fa761b0cce7dd25595f7398be0646c.tar.gz linhes_pkgbuild-3dd36ed1c9fa761b0cce7dd25595f7398be0646c.tar.bz2 |
Remove empty dirs: fftw2,glib,gtk
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/fftw2/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core-testing/fftw2/__changelog | 2 | ||||
-rw-r--r-- | abs/core-testing/glib/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core-testing/glib/__changelog | 1 | ||||
-rw-r--r-- | abs/core-testing/gtk/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core-testing/gtk/__changelog | 2 |
6 files changed, 11 insertions, 6 deletions
diff --git a/abs/core-testing/fftw2/PKGBUILD b/abs/core-testing/fftw2/PKGBUILD index a826ce8..4b95f97 100644 --- a/abs/core-testing/fftw2/PKGBUILD +++ b/abs/core-testing/fftw2/PKGBUILD @@ -3,13 +3,13 @@ pkgname=fftw2 pkgver=2.1.5 -pkgrel=7 +pkgrel=8 pkgdesc="FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. This is package is offering backwards compatibility version 2.x.y. of fftw." arch=(i686 x86_64) url="http://www.fftw.org/" license=('GPL2') depends=('glibc') -options=(!libtool) +options=(!libtool !emptydirs) source=(http://www.fftw.org/fftw-${pkgver}.tar.gz) md5sums=('8d16a84f3ca02a785ef9eb36249ba433') diff --git a/abs/core-testing/fftw2/__changelog b/abs/core-testing/fftw2/__changelog new file mode 100644 index 0000000..014bc64 --- /dev/null +++ b/abs/core-testing/fftw2/__changelog @@ -0,0 +1,2 @@ +added !emptydir to options + diff --git a/abs/core-testing/glib/PKGBUILD b/abs/core-testing/glib/PKGBUILD index 0f76a1e..cb97a5b 100644 --- a/abs/core-testing/glib/PKGBUILD +++ b/abs/core-testing/glib/PKGBUILD @@ -4,13 +4,13 @@ pkgname=glib pkgver=1.2.10 -pkgrel=7 +pkgrel=8 pkgdesc="Common C routines used by Gtk+ and other libs" arch=('i686' 'x86_64') url="http://www.gtk.org/" license=('LGPL') depends=('glibc') -options=('!libtool') +options=('!libtool' '!emptydirs') source=(ftp://ftp.gtk.org/pub/gtk/v1.2/$pkgname-$pkgver.tar.gz \ gcc340.patch \ aclocal-fixes.patch) diff --git a/abs/core-testing/glib/__changelog b/abs/core-testing/glib/__changelog new file mode 100644 index 0000000..93f6b06 --- /dev/null +++ b/abs/core-testing/glib/__changelog @@ -0,0 +1 @@ +added !emptydir to options diff --git a/abs/core-testing/gtk/PKGBUILD b/abs/core-testing/gtk/PKGBUILD index 40e235c..bb47b2b 100644 --- a/abs/core-testing/gtk/PKGBUILD +++ b/abs/core-testing/gtk/PKGBUILD @@ -4,13 +4,13 @@ pkgname=gtk pkgver=1.2.10 -pkgrel=8 +pkgrel=10 pkgdesc="The GTK+ toolkit" arch=('i686' 'x86_64') url="http://www.gtk.org/" license=('LGPL') depends=('libxi' 'glib') -options=('!libtool') +options=('!libtool' '!emptydirs') source=(ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-$pkgver.tar.gz \ aclocal-fixes.patch) md5sums=('4d5cb2fc7fb7830e4af9747a36bfce20' 'c59d4906602d99a7468f7334b6fc3b4e') diff --git a/abs/core-testing/gtk/__changelog b/abs/core-testing/gtk/__changelog new file mode 100644 index 0000000..014bc64 --- /dev/null +++ b/abs/core-testing/gtk/__changelog @@ -0,0 +1,2 @@ +added !emptydir to options + |