diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/amule/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/glade/PKGBUILD | 12 | ||||
-rw-r--r-- | extra/kdepim-runtime/PKGBUILD | 13 | ||||
-rw-r--r-- | extra/kdepim-runtime/smi0.91.patch | 11 | ||||
-rw-r--r-- | extra/kwebkitpart/PKGBUILD | 13 | ||||
-rw-r--r-- | extra/system-config-printer/PKGBUILD | 19 | ||||
-rw-r--r-- | extra/telepathy-glib/PKGBUILD | 6 |
7 files changed, 47 insertions, 33 deletions
diff --git a/extra/amule/PKGBUILD b/extra/amule/PKGBUILD index aeaaa521d..2789e1285 100644 --- a/extra/amule/PKGBUILD +++ b/extra/amule/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 140160 2011-10-08 05:52:53Z giovanni $ +# $Id: PKGBUILD 140393 2011-10-12 09:39:10Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Henrik Ronellenfitsch <searinox@web.de> # Contributor: Alessio Sergi <sergi.alessio {at} gmail.com> # Contributor: Dario 'Dax' Vilardi <dax [at] deelab [dot] org> pkgname=amule -pkgver=10624 +pkgver=10645 pkgrel=1 pkgdesc="An eMule-like client for ed2k p2p network" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.amule.org" license=('GPL') depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm') source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2") -md5sums=('9b66eb490210a0c89d6e70c131565db0') +md5sums=('2dfd86333cd42b6df5cb312de852a1f3') build() { cd "${srcdir}/aMule-SVN-r${pkgver}" diff --git a/extra/glade/PKGBUILD b/extra/glade/PKGBUILD index e385b2c32..39a5f92f2 100644 --- a/extra/glade/PKGBUILD +++ b/extra/glade/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 138085 2011-09-16 07:41:36Z ibiru $ +# $Id: PKGBUILD 140391 2011-10-12 06:17:27Z ibiru $ # Maintainer: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=glade -pkgver=3.10.0 -pkgrel=2 +pkgver=3.10.2 +pkgrel=1 pkgdesc="User interface builder for GTK+ and GNOME." arch=(i686 x86_64) license=('GPL' 'LGPL') depends=('gtk3' 'libxml2' 'desktop-file-utils' 'hicolor-icon-theme') -makedepends=('intltool' 'python2' 'gtk-doc' 'gobject-introspection' 'pygobject2-devel') +makedepends=('intltool' 'python2' 'gtk-doc' 'gobject-introspection' 'python2-gobject2') optdepends=('python2: Python widgets support') options=('!libtool') url="http://glade.gnome.org/" install=glade.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('7e6a1423f1697d8b40618d0b01f0ebff572ccb80f5818a36af0971c5d1d94253') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('0f59ffbd7e1e595396593fedcdb85c51fd01ed05d5ef7c6f724f3a0bcf24d5c4') build() { cd "${srcdir}/$pkgname-${pkgver}" diff --git a/extra/kdepim-runtime/PKGBUILD b/extra/kdepim-runtime/PKGBUILD index f67ef64df..b03d5fc15 100644 --- a/extra/kdepim-runtime/PKGBUILD +++ b/extra/kdepim-runtime/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 139900 2011-10-05 19:09:16Z andrea $ +# $Id: PKGBUILD 140395 2011-10-12 10:17:54Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdepim-runtime pkgver=4.7.2 -pkgrel=1 +pkgrel=2 pkgdesc='KDE PIM Runtime Environment' arch=('i686' 'x86_64') url='http://www.kde.org' @@ -12,10 +12,15 @@ license=('GPL' 'LGPL' 'FDL') depends=('kdepimlibs' 'kdebase-runtime') makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost') install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('f82886a63c48d718f30d60bd76ea7ac97f17a4c3') +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2" + 'smi0.91.patch') +sha1sums=('f82886a63c48d718f30d60bd76ea7ac97f17a4c3' + 'b5af2b56cd7c9c57522e862b591e3d4ad23641c6') build() { + cd "${srcdir}"/${pkgname}-${pkgver} + patch -p1 -i "${srcdir}"/smi0.91.patch + cd "${srcdir}" mkdir build cd build diff --git a/extra/kdepim-runtime/smi0.91.patch b/extra/kdepim-runtime/smi0.91.patch new file mode 100644 index 000000000..2229f9cd1 --- /dev/null +++ b/extra/kdepim-runtime/smi0.91.patch @@ -0,0 +1,11 @@ +--- kdepim-runtime-4.7.2/plugins/akonadi_serializer_addressee.desktop~ 2011-10-12 10:05:55.432618174 +0000 ++++ kdepim-runtime-4.7.2/plugins/akonadi_serializer_addressee.desktop 2011-10-12 10:06:06.586046531 +0000 +@@ -89,7 +89,7 @@ + Comment[zh_TW]=地址物件的 Akonadi 序列器外掛程式 + + [Plugin] +-Type=text/vcard,text/directory ++Type=text/vcard + X-Akonadi-Class=legacy;default;KABC::Addressee; + X-KDE-Library=akonadi_serializer_addressee + X-KDE-ClassName=Akonadi::SerializerPluginAddressee diff --git a/extra/kwebkitpart/PKGBUILD b/extra/kwebkitpart/PKGBUILD index 3472e71a8..f07fa6c0e 100644 --- a/extra/kwebkitpart/PKGBUILD +++ b/extra/kwebkitpart/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 126252 2011-06-02 23:08:29Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# $Id: PKGBUILD 140401 2011-10-12 18:43:47Z andrea $ +# Maintainer: +# Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwebkitpart -pkgver=1.1.1 +pkgver=1.2.0 pkgrel=1 -pkgdesc="A web browser component for KDE" +pkgdesc="A WebKit browser component for KDE" url="http://opendesktop.org/content/show.php?content=127960" arch=('i686' 'x86_64') license=('LGPL') depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install -source=("${pkgname}-${pkgver}.tar.bz2"::"http://quickgit.kde.org/?p=${pkgname}.git&a=snapshot&h=37bddda24735bb8eb2d9e324f983b8e84a45503e&fmt=tbz2") -md5sums=('54c1fbb77f4a3c021b33a52a503fec8e') +source=("${pkgname}-${pkgver}.tar.bz2"::"http://quickgit.kde.org/?p=${pkgname}.git&a=snapshot&h=d2aba2aa0664fde17f29d526226576aa6b956ee1&fmt=tbz2") +md5sums=('d87b69fc4945aa9159908f842c3f9e2e') build() { cd "${srcdir}" diff --git a/extra/system-config-printer/PKGBUILD b/extra/system-config-printer/PKGBUILD index 2976a0be4..b82990a84 100644 --- a/extra/system-config-printer/PKGBUILD +++ b/extra/system-config-printer/PKGBUILD @@ -1,26 +1,23 @@ -# $Id: PKGBUILD 134387 2011-08-03 14:53:04Z andrea $ +# $Id: PKGBUILD 140389 2011-10-12 04:35:30Z eric $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgbase=system-config-printer pkgname=('system-config-printer-common' 'system-config-printer-gnome') -pkgver=1.3.5 -pkgrel=2 +pkgver=1.3.7 +pkgrel=1 pkgdesc="A CUPS printer configuration tool and status applet" url="http://cyberelk.net/tim/software/system-config-printer/" arch=('i686' 'x86_64') license=('GPL') -makedepends=('intltool' 'python2' 'xmlto' 'docbook-xsl' 'desktop-file-utils' 'libcups' 'libxml2') -source=("http://cyberelk.net/tim/data/${pkgbase}/1.3/${pkgbase}-${pkgver}.tar.xz" - 'no-packagekit.patch') -md5sums=('9d806643f17dc65a492a1d4e8a60f2ec' - 'e70a274c3cced39db1668e2a748e068f') +makedepends=('udev' 'intltool' 'python2' 'xmlto' 'docbook-xsl' 'desktop-file-utils' 'libcups' 'libxml2') +source=(http://cyberelk.net/tim/data/${pkgbase}/1.3/${pkgbase}-${pkgver}.tar.xz{,.sig}) +md5sums=('f579ba287403d8ae3028377c6641feed' + 'a2ce58f4e612130b30e5c029e9afd31f') build() { cd "${srcdir}"/${pkgbase}-${pkgver} - patch -p1 -i "${srcdir}"/no-packagekit.patch - sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ $(find . -name '*.py') @@ -36,7 +33,7 @@ build() { package_system-config-printer-common() { pkgdesc='Pygtk CUPS Configuration' - depends=('pycups' 'dbus-python' 'pysmbc') + depends=('udev' 'pycups' 'dbus-python' 'pysmbc') optdepends=('system-config-printer-gnome: for the GTK frontend' 'kdeadmin-system-config-printer-kde: for the administration tool in KDE System Settings') replaces=('system-config-printer') diff --git a/extra/telepathy-glib/PKGBUILD b/extra/telepathy-glib/PKGBUILD index 17e2254b6..92d4cd1b0 100644 --- a/extra/telepathy-glib/PKGBUILD +++ b/extra/telepathy-glib/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 139664 2011-10-04 16:22:17Z ibiru $ +# $Id: PKGBUILD 140399 2011-10-12 13:08:45Z 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.15.7 +pkgver=0.15.9 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ options=('!libtool' '!emptydirs') depends=('dbus-glib') makedepends=('libxslt' 'vala' 'gobject-introspection') source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('1ddf36edbfcecb9c8ad473d113ce087f') +md5sums=('0d011b766aa94ab67ff7895a72f62bf8') build() { cd "${srcdir}/${pkgname}-${pkgver}" |