diff options
Diffstat (limited to 'gnome-unstable')
-rw-r--r-- | gnome-unstable/clutter-gtk/PKGBUILD | 6 | ||||
-rw-r--r-- | gnome-unstable/libimobiledevice/PKGBUILD | 32 | ||||
-rw-r--r-- | gnome-unstable/libplist/PKGBUILD | 31 | ||||
-rw-r--r-- | gnome-unstable/telepathy-gabble/PKGBUILD | 6 | ||||
-rw-r--r-- | gnome-unstable/telepathy-glib/PKGBUILD | 6 |
5 files changed, 72 insertions, 9 deletions
diff --git a/gnome-unstable/clutter-gtk/PKGBUILD b/gnome-unstable/clutter-gtk/PKGBUILD index 903ff8618..cced49078 100644 --- a/gnome-unstable/clutter-gtk/PKGBUILD +++ b/gnome-unstable/clutter-gtk/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 152752 2012-03-09 14:04:37Z ibiru $ +# $Id: PKGBUILD 154110 2012-03-23 11:50:43Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=clutter-gtk -pkgver=1.1.2 +pkgver=1.2.0 pkgrel=1 pkgdesc="GTK clutter widget" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('LGPL') depends=('clutter' 'gtk3') makedepends=('gobject-introspection') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e000594770df759a638bfe814c88d4ab089c93d56553811d6947fc9ed85e6aa0') +sha256sums=('8be5deb0fa2f318e5f5e888b8ace3371c516464472a48f25c8b42ccc298af59a') build() { cd "$pkgname-$pkgver" diff --git a/gnome-unstable/libimobiledevice/PKGBUILD b/gnome-unstable/libimobiledevice/PKGBUILD new file mode 100644 index 000000000..49c782fbf --- /dev/null +++ b/gnome-unstable/libimobiledevice/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 154116 2012-03-23 14:00:54Z ibiru $ +# Maintainer : Ionut Biru <ibiru@archlinux.org> +# Contributor: Gabriel Martinez < reitaka at gmail dot com > + +pkgname=libimobiledevice +pkgver=1.1.2 +pkgrel=1 +pkgdesc="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux" +url="http://libimobiledevice.org/" +arch=('i686' 'x86_64') +license=('GPL2' 'LGPL2.1') +depends=('usbmuxd' 'libplist') +makedepends=('python2' 'cython2') +options=('!libtool') +source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2) +md5sums=('82851e4ca9794ee660ffca9f78c8e068') + +build() { + cd "$pkgname-$pkgver" + + mkdir "$srcdir/cython2-path" + ln -s /usr/bin/cython2 "$srcdir/cython2-path/cython" + export PATH="$srcdir/cython2-path:$PATH" + + PYTHON=/usr/bin/python2 ./configure --prefix=/usr + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} diff --git a/gnome-unstable/libplist/PKGBUILD b/gnome-unstable/libplist/PKGBUILD new file mode 100644 index 000000000..479273b22 --- /dev/null +++ b/gnome-unstable/libplist/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 154114 2012-03-23 13:52:45Z ibiru $ +# Maintainer : Ionut Biru <ibiru@archlinux.org> +# Contributor: Gabriel Martinez < reitaka at gmail dot com > + +pkgname=libplist +pkgver=1.8 +pkgrel=1 +pkgdesc="A library to handle Apple Property List format whereas it's binary or XML" +url="http://libimobiledevice.org/" +arch=('i686' 'x86_64') +license=('GPL2' 'LGPL2.1') +depends=('libxml2' 'python2') +makedepends=('cmake' 'cython2') +source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2) +sha256sums=('a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec') + +build() { + mkdir build + cd build + cmake ../"$pkgname-$pkgver" \ + -DPYTHON_EXECUTABLE=/usr/bin/python2 \ + -DCYTHON_EXECUTABLE=/usr/bin/cython2 \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX:PATH=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} diff --git a/gnome-unstable/telepathy-gabble/PKGBUILD b/gnome-unstable/telepathy-gabble/PKGBUILD index 2292ff469..01c35e54f 100644 --- a/gnome-unstable/telepathy-gabble/PKGBUILD +++ b/gnome-unstable/telepathy-gabble/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 152828 2012-03-09 18:47:17Z ibiru $ +# $Id: PKGBUILD 154108 2012-03-23 11:21:48Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Daniel Balieiro <daniel@balieiro.com> # Contributor: Rodrigo L. M. Flores <mail@rodrigoflores.org> pkgname=telepathy-gabble -pkgver=0.15.4 +pkgver=0.15.5 pkgrel=1 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('libxslt' 'python2') options=('!libtool' '!emptydirs') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) install=telepathy-gabble.install -md5sums=('3eb3ee032da4064f07781427384b94e0') +md5sums=('89b21ac2f29d632efd1cc50e0c2cd933') build() { cd "$pkgname-$pkgver" diff --git a/gnome-unstable/telepathy-glib/PKGBUILD b/gnome-unstable/telepathy-glib/PKGBUILD index 5b79553a5..1fdf1f246 100644 --- a/gnome-unstable/telepathy-glib/PKGBUILD +++ b/gnome-unstable/telepathy-glib/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 153778 2012-03-19 16:58:39Z ibiru $ +# $Id: PKGBUILD 154106 2012-03-23 11:02:16Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com # Contributor: Bjorn Lindeijer <bjorn lindeijer nl> pkgname=telepathy-glib -pkgver=0.17.6 +pkgver=0.17.7 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ options=('!libtool' '!emptydirs') depends=('dbus-glib') makedepends=('libxslt' 'vala' 'gobject-introspection') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('a196f361165fa48cb3850875e14cc9a8') +md5sums=('92e776d375cfe0ef6af4aff600a5150e') build() { cd "$pkgname-$pkgver" |