diff options
-rwxr-xr-x | abs/core-testing/etcnet/PKGBUILD | 4 | ||||
-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 |
7 files changed, 13 insertions, 8 deletions
diff --git a/abs/core-testing/etcnet/PKGBUILD b/abs/core-testing/etcnet/PKGBUILD index f8214a8..3940da3 100755 --- a/abs/core-testing/etcnet/PKGBUILD +++ b/abs/core-testing/etcnet/PKGBUILD @@ -1,9 +1,9 @@ pkgname=etcnet pkgver=0.9.8 -pkgrel=6 +pkgrel=7 pkgdesc="/etc/net network configuration subsystem" url="http://etcnet.org/" -depends=('bash' 'grep' 'sed' 'iproute' 'wireless_tools' 'iptables' 'dhcpcd') +depends=('bash' 'grep' 'sed' 'iproute2' 'wireless_tools' 'iptables' 'dhcpcd') arch=i686 install=etcnet.install source=(http://etcnet.org/files/$pkgname-$pkgver.tar.gz 10-defaults network functions.patch options ipv4route ipv4address ) 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 + |