diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/akonadi/PKGBUILD | 16 | ||||
-rw-r--r-- | extra/foobillard++/PKGBUILD | 37 | ||||
-rw-r--r-- | extra/lua/PKGBUILD | 10 | ||||
-rw-r--r-- | extra/oxygen-gtk/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/telepathy-kde-presence-dataengine/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/ypbind-mt/PKGBUILD | 35 |
6 files changed, 74 insertions, 36 deletions
diff --git a/extra/akonadi/PKGBUILD b/extra/akonadi/PKGBUILD index cb61420ae..8b850d7e3 100644 --- a/extra/akonadi/PKGBUILD +++ b/extra/akonadi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 137927 2011-09-12 16:08:18Z andrea $ +# $Id: PKGBUILD 138066 2011-09-15 20:23:52Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=akonadi -pkgver=1.6.0 -pkgrel=3 +pkgver=1.6.1 +pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=('i686' 'x86_64') url='http://pim.kde.org/akonadi' @@ -12,16 +12,10 @@ license=('LGPL') depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano') makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost') install="${pkgname}.install" -source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2" - 'fix-slow-kde-logout.patch') -md5sums=('16bc40e022d06f287f18c71faaeb2e42' - 'cdf0c3bd5741303e4f98ea435c39f09d') +source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('8a78b2f9438ffc36d0f37d55839fb444') build() { - # Already fixed upstream - cd "${srcdir}"/${pkgname}-${pkgver} - patch -p1 -i "${srcdir}"/fix-slow-kde-logout.patch - cd "${srcdir}" mkdir build cd build diff --git a/extra/foobillard++/PKGBUILD b/extra/foobillard++/PKGBUILD new file mode 100644 index 000000000..a1e52baf9 --- /dev/null +++ b/extra/foobillard++/PKGBUILD @@ -0,0 +1,37 @@ +# $Id: PKGBUILD 138073 2011-09-16 03:35:31Z eric $ +# Maintainer: Eric BĂ©langer <eric@archlinux.org> + +pkgname=foobillard++ +pkgver=3.4beta +pkgrel=1 +pkgdesc="An OpenGL billiard game" +arch=('i686' 'x86_64') +url="http://foobillardplus.sourceforge.net/" +license=('GPL2') +depends=('bzip2' 'freetype2' 'libpng' 'mesa' 'sdl_net') +replaces=('foobillard') +source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz) +md5sums=('130418a45ba84b4132f9b27712feb919') +sha1sums=('d8723568e460ee62cb913b0c8d7c9a9f557395ee') + +build() { + cd "${srcdir}/foobillardplus-${pkgver}" + sed -i 's|$prefix/foobillardplus|$prefix|' configure + sed -i 's|$prefix/data|$prefix/share/foobillardplus|' configure + sed -i 's|"/data"|"/share/foobillardplus"|' src/language.c + sed -i 's|/opt/foobillardplus/bin/||' foobillardplus.desktop + sed -i 's|/opt/foobillardplus/||' foobillardplus.desktop + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/foobillardplus-${pkgver}" + install -Dm755 src/foobillardplus "${pkgdir}/usr/bin/foobillardplus" + install -d "${pkgdir}/usr/share/foobillardplus" + cp -R data/* "${pkgdir}/usr/share/foobillardplus" + install -Dm644 foobillardplus.desktop "${pkgdir}/usr/share/applications/foobillardplus.desktop" + install -Dm644 foobillardplus.png "${pkgdir}/usr/share/pixmaps/foobillardplus.png" + install -Dm644 foobillardplus.xbm "${pkgdir}/usr/share/pixmaps/foobillardplus.xbm" + find "${pkgdir}" -depth -type d -name .svn -exec rm -rf {} \; +} diff --git a/extra/lua/PKGBUILD b/extra/lua/PKGBUILD index 6a6274b99..871d8f655 100644 --- a/extra/lua/PKGBUILD +++ b/extra/lua/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 137921 2011-09-12 13:07:25Z pierre $ +# $Id: PKGBUILD 138070 2011-09-16 01:15:44Z eric $ # Maintainer: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=lua pkgver=5.1.4 -pkgrel=7 +pkgrel=8 pkgdesc="A powerful light-weight programming language designed for extending applications." arch=('i686' 'x86_64') url="http://www.lua.org/" @@ -12,18 +12,18 @@ depends=('readline') license=('MIT') options=('!makeflags' '!emptydirs') source=("http://www.lua.org/ftp/${pkgname}-${pkgver}.tar.gz" - 'http://www.lua.org/ftp/patch-lua-5.1.4-2' + 'http://www.lua.org/ftp/patch-lua-5.1.4-3' 'lua-arch.patch' 'lua-5.1-cflags.diff') md5sums=('d0870f2de55d59c1c8419f36e8fac150' - '1239310e0c4a581c7831e596f95cc6cd' + '998ef7886183f61d3a5ca891a9ce6a79' '6c5953f63904bf20a0183cdab05b80de' '249582bf1fd861ccf492d2c35a9fe732') build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i "${srcdir}/lua-arch.patch" - patch -i ${srcdir}/patch-lua-5.1.4-2 -d src + patch -i "${srcdir}/patch-lua-5.1.4-3" -d src [ "$CARCH" == "x86_64" ] && patch -Np1 -i ../lua-5.1-cflags.diff [ "$CARCH" == "x86_64" ] && export CFLAGS="$CFLAGS -fPIC" make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1" LUA_SO=liblua.so \ diff --git a/extra/oxygen-gtk/PKGBUILD b/extra/oxygen-gtk/PKGBUILD index c0a63047a..13c862323 100644 --- a/extra/oxygen-gtk/PKGBUILD +++ b/extra/oxygen-gtk/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 135550 2011-08-15 12:45:44Z andrea $ +# $Id: PKGBUILD 138061 2011-09-15 17:22:52Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: birdflesh <antkoul at gmail dot com> pkgname=oxygen-gtk -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('LGPL') depends=('gtk2') makedepends=('cmake') source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('f4d7f6203d8bcf41ff3403333f399628') +md5sums=('e3b280a61cbe4363c41c26083e94643d') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-presence-dataengine/PKGBUILD b/extra/telepathy-kde-presence-dataengine/PKGBUILD index e022f4748..53364c696 100644 --- a/extra/telepathy-kde-presence-dataengine/PKGBUILD +++ b/extra/telepathy-kde-presence-dataengine/PKGBUILD @@ -1,15 +1,15 @@ -# $Id$ +# $Id: PKGBUILD 138063 2011-09-15 18:35:47Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> pkgname=telepathy-kde-presence-dataengine pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Plasma dataengine for managing Telepathy account presence" arch=('i686' 'x86_64') url="http://www.kde.org" license=('GPL') -depends=('kdebase-plasma' 'telepathy-qt4') +depends=('kdebase-workspace' 'telepathy-qt4') makedepends=('cmake' 'automoc4') groups=('telepathy-kde') source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2") diff --git a/extra/ypbind-mt/PKGBUILD b/extra/ypbind-mt/PKGBUILD index 45cf58258..60df94219 100644 --- a/extra/ypbind-mt/PKGBUILD +++ b/extra/ypbind-mt/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 126308 2011-06-04 12:37:21Z bisson $ +# $Id: PKGBUILD 138068 2011-09-15 22:41:35Z tomegun $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=ypbind-mt pkgver=1.33 -pkgrel=2 +pkgrel=3 pkgdesc='Linux NIS daemon' -arch=('i686' 'x86_64') url='http://www.linux-nis.org/nis/ypbind-mt/' license=('GPL2') -depends=('rpcbind' 'openslp') +arch=('i686' 'x86_64') +makedepends=('networkmanager') +depends=('rpcbind' 'openslp' 'dbus-glib') optdepends=('yp-tools: to set a domain name') backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname') -source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$pkgname-$pkgver.tar.gz" +source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz" 'nisdomainname.conf' 'ypbind.conf' 'ypbind') @@ -23,17 +24,23 @@ sha1sums=('49f578d15aa5d4f4130a2e96cd9c0e519263fc88' '112fc2aedfe3f761325b69647b7938bc1be5bfcd') build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --disable-dbus-nm + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ + --prefix=/usr \ + --enable-dbus-nm \ + make } package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -D -m644 etc/yp.conf "$pkgdir"/etc/yp.conf - install -D -m755 ../ypbind "$pkgdir"/etc/rc.d/ypbind - install -D -m644 ../ypbind.conf "$pkgdir"/etc/conf.d/ypbind - install -D -m644 ../nisdomainname.conf "$pkgdir"/etc/conf.d/nisdomainname - install -d -m755 "$pkgdir"/var/yp/binding + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf + install -D -m755 ../ypbind "${pkgdir}"/etc/rc.d/ypbind + install -D -m644 ../ypbind.conf "${pkgdir}"/etc/conf.d/ypbind + install -D -m644 ../nisdomainname.conf "${pkgdir}"/etc/conf.d/nisdomainname + install -d -m755 "${pkgdir}"/var/yp/binding } |