summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-05-02 23:23:18 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-05-02 23:23:18 (GMT)
commit57557bb0f6b42bde1a5024789df8de35aa47bc52 (patch)
treeaf69901ccad117e99ccbd0c78303bae9a835a4d3
parent801bedd47392ba331b77bd89128712bfac8afd0d (diff)
downloadlinhes_pkgbuild-57557bb0f6b42bde1a5024789df8de35aa47bc52.zip
linhes_pkgbuild-57557bb0f6b42bde1a5024789df8de35aa47bc52.tar.gz
linhes_pkgbuild-57557bb0f6b42bde1a5024789df8de35aa47bc52.tar.bz2
Bumped versions to recompile.
-rw-r--r--abs/core-testing/alsa-lib/PKGBUILD2
-rw-r--r--abs/core-testing/giflib/PKGBUILD2
-rw-r--r--abs/core-testing/gtk2/PKGBUILD2
-rw-r--r--abs/core-testing/libxtst/PKGBUILD2
-rw-r--r--abs/extra-testing/xdg-utils/PKGBUILD19
5 files changed, 23 insertions, 4 deletions
diff --git a/abs/core-testing/alsa-lib/PKGBUILD b/abs/core-testing/alsa-lib/PKGBUILD
index b49354a..005dd82 100644
--- a/abs/core-testing/alsa-lib/PKGBUILD
+++ b/abs/core-testing/alsa-lib/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=alsa-lib
pkgver=1.0.18
-pkgrel=1
+pkgrel=2
pkgdesc="An alternative implementation of Linux sound support"
arch=('i686' 'x86_64')
url="http://www.alsa-project.org"
diff --git a/abs/core-testing/giflib/PKGBUILD b/abs/core-testing/giflib/PKGBUILD
index 6bc0de0..ef32328 100644
--- a/abs/core-testing/giflib/PKGBUILD
+++ b/abs/core-testing/giflib/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=giflib
pkgver=4.1.6
-pkgrel=3
+pkgrel=4
pkgdesc="A library for reading and writing gif images"
url="http://sourceforge.net/projects/giflib/"
arch=('i686' 'x86_64')
diff --git a/abs/core-testing/gtk2/PKGBUILD b/abs/core-testing/gtk2/PKGBUILD
index a26164f..319aed3 100644
--- a/abs/core-testing/gtk2/PKGBUILD
+++ b/abs/core-testing/gtk2/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gtk2
pkgver=2.16.1
-pkgrel=1
+pkgrel=2
pkgdesc="The GTK+ Toolkit (v2)"
arch=(i686 x86_64)
url="http://www.gtk.org/"
diff --git a/abs/core-testing/libxtst/PKGBUILD b/abs/core-testing/libxtst/PKGBUILD
index 6144308..cd160da 100644
--- a/abs/core-testing/libxtst/PKGBUILD
+++ b/abs/core-testing/libxtst/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=libxtst
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="X11 Testing -- Resource extension library"
arch=(i686 x86_64)
options=('!libtool')
diff --git a/abs/extra-testing/xdg-utils/PKGBUILD b/abs/extra-testing/xdg-utils/PKGBUILD
new file mode 100644
index 0000000..c707346
--- /dev/null
+++ b/abs/extra-testing/xdg-utils/PKGBUILD
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Jan de Groot <jgc@archlinux.org>
+
+pkgname=xdg-utils
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks."
+arch=(i686 x86_64)
+url="http://portland.freedesktop.org/"
+license=(MIT)
+source=(http://portland.freedesktop.org/download/$pkgname-$pkgver.tgz)
+md5sums=('348a5b91dc66426505022c74a64b2940')
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make || return 1
+ make DESTDIR=$startdir/pkg install
+}