diff options
author | root <root@rshg054.dnsready.net> | 2012-06-13 00:01:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-13 00:01:51 +0000 |
commit | f46e734fbcd0b4cbae2cff1a017b95e4e8e02d53 (patch) | |
tree | 155102fee24f637e46976eb759175c3c2fbc1f40 /extra | |
parent | fd4cd23b679e620a51c42e87a0655d55704fdba8 (diff) |
Wed Jun 13 00:01:51 UTC 2012
Diffstat (limited to 'extra')
26 files changed, 339 insertions, 103 deletions
diff --git a/extra/catdoc/PKGBUILD b/extra/catdoc/PKGBUILD index cf8523bff..b8726b402 100644 --- a/extra/catdoc/PKGBUILD +++ b/extra/catdoc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 128489 2011-06-24 04:50:44Z eric $ +# $Id: PKGBUILD 161488 2012-06-11 21:02:16Z eric $ # Maintainer: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Paulius Palevicius <paulius@birzai.com> pkgname=catdoc -pkgver=0.94.2 -pkgrel=3 +pkgver=0.94.3 +pkgrel=1 pkgdesc="A convertor for Microsoft Word, Excel, PowerPoint and RTF Files to text" arch=('i686' 'x86_64') url="http://www.wagner.pp.ru/~vitus/software/catdoc/" @@ -12,11 +12,13 @@ license=('GPL') depends=('glibc') optdepends=('tk: for using wordview') options=('!makeflags') -source=(http://ftp.wagner.pp.ru/pub/catdoc/$pkgname-$pkgver.tar.gz) -md5sums=('243e1680bb3e703616f5adecfee24491') +source=(http://ftp.de.debian.org/debian/pool/main/c/catdoc/${pkgname}_$pkgver.orig.tar.gz) +md5sums=('61212b9fd06b0a31aa7bc9a671130f57') build() { cd "$srcdir/$pkgname-$pkgver" + sed -i 's/$(prefix)/$(installroot)$(prefix)/' desktop/Makefile.in + sed -i 's/0.94.2/0.94.3/' configure* doc/*.1 src/makefile.tc ./configure --prefix=/usr --with-wish=/usr/bin/wish make } @@ -24,4 +26,6 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" make installroot="$pkgdir" mandir=/usr/share/man/man1 install + install -d "$pkgdir"/usr/share/man/man1 + install -m644 doc/*.1 "$pkgdir"/usr/share/man/man1 } diff --git a/extra/cifs-utils/PKGBUILD b/extra/cifs-utils/PKGBUILD index da5512fa1..f220fa4d7 100644 --- a/extra/cifs-utils/PKGBUILD +++ b/extra/cifs-utils/PKGBUILD @@ -1,29 +1,25 @@ -# $Id: PKGBUILD 158736 2012-05-08 14:32:25Z tpowa $ +# $Id: PKGBUILD 161430 2012-06-11 13:06:12Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=cifs-utils -pkgver=5.4 +pkgver=5.5 pkgrel=1 pkgdesc="CIFS filesystem user-space tools" arch=(i686 x86_64) url="http://wiki.samba.org/index.php/LinuxCIFS_utils" license=('GPL') depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient') -source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2 - mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch) +source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2) build() { cd "$srcdir/$pkgname-$pkgver" - # add fedora build patch - patch -Np1 -i ../mount.cifs-fix-up-some-D_FORTIFY_SOURCE-2-warnings.patch ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install # set mount.cifs uid, to enable none root mounting form fstab - chmod +s $pkgdir/sbin/mount.cifs + chmod +s $pkgdir/usr/bin/mount.cifs } -md5sums=('dde98336c833b59777114145cb8f3c64' - 'b1b0a5a21aedd5421ff6e1e1a8720771') +md5sums=('4de6c660ccdb9506d0e2cff4f37b8707') diff --git a/extra/dbus-python/PKGBUILD b/extra/dbus-python/PKGBUILD index e1db5c4c6..1a7023d5d 100644 --- a/extra/dbus-python/PKGBUILD +++ b/extra/dbus-python/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 161366 2012-06-10 10:37:10Z jgc $ +# $Id: PKGBUILD 161472 2012-06-11 18:34:18Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=dbus-python pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common') pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for DBUS" arch=('i686' 'x86_64') license=('GPL' 'LGPL') @@ -29,6 +29,7 @@ build() { package_python-dbus-common() { pkgdesc="Common dbus-python files shared between python-dbus and python2-dbus" + conflicts=('dbus-python<1.1.0') cd "${srcdir}/build-python3" make DESTDIR="${pkgdir}" install-data diff --git a/extra/emacs/PKGBUILD b/extra/emacs/PKGBUILD index 5ed0181b6..c0ac0572d 100644 --- a/extra/emacs/PKGBUILD +++ b/extra/emacs/PKGBUILD @@ -1,28 +1,22 @@ -# $Id: PKGBUILD 156054 2012-04-12 12:20:45Z juergen $ +# $Id: PKGBUILD 161436 2012-06-11 15:03:29Z juergen $ # Maintainer: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Renchi Raju <renchi@green.tam.uiuc.edu> pkgname=emacs -pkgver=23.4 +pkgver=24.1 pkgrel=2 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/emacs.html" license=('GPL3') -depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib') +depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick') install=emacs.install -source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig} - emacs-subversion17.patch - emacs-23.3-xgselect_init.patch) -md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0' - '55eb16eb48b44987693c0e3ea5ab8075' - '12e2e7a66df5cc5ded54e1d30083a1fb' - '0d3b3d701ba1295613ace30e8d67ca88') +source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig}) +md5sums=('8ba0932c498bc8fb10d7ddba52227e5b' 'c303d5c0bd0f7ea28acd14c9738faff4') + build() { cd "$srcdir"/$pkgname-$pkgver - patch -p1 -i ../emacs-subversion17.patch - patch -p1 -i ../emacs-23.3-xgselect_init.patch ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ --localstatedir=/var --with-x-toolkit=gtk --with-xft make @@ -34,7 +28,7 @@ package() { # remove conflict with ctags package mv "$pkgdir"/usr/bin/{ctags,ctags.emacs} - mv "$pkgdir"/usr/share/man/man1/{ctags.1,ctags.emacs.1} + mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1} # fix all the 777 perms on directories find "$pkgdir"/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \; # fix user/root permissions on usr/share files diff --git a/extra/fcitx/PKGBUILD b/extra/fcitx/PKGBUILD index fdd4caf00..279dff744 100644 --- a/extra/fcitx/PKGBUILD +++ b/extra/fcitx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 160913 2012-06-06 22:50:26Z eric $ +# $Id: PKGBUILD 161484 2012-06-11 19:50:28Z eric $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: csslayer <wengxt AT gmail com> pkgbase=fcitx pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt') -pkgver=4.2.4 +pkgver=4.2.4.1 pkgrel=1 arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx/" @@ -12,7 +12,7 @@ license=('GPL') makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant') source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz) -sha1sums=('68aaf220d3f7e9bfe34062379e22388a44250fc2') +sha1sums=('835fe4ee7005641a79b4456654e70ed5a5c49b85') build() { cd "${srcdir}" @@ -36,7 +36,7 @@ check() { package_fcitx() { pkgdesc="Free Chinese Input Toy of X - Input Method Server for X window system" depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \ - 'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant') + 'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' 'enchant' 'icu') install=fcitx.install cd "${srcdir}"/build diff --git a/extra/gtk-engines/PKGBUILD b/extra/gtk-engines/PKGBUILD index a1f52dd9e..99d98cc59 100644 --- a/extra/gtk-engines/PKGBUILD +++ b/extra/gtk-engines/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 148768 2012-02-05 11:49:45Z ibiru $ +# $Id: PKGBUILD 161439 2012-06-11 15:51:44Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gtk-engines -pkgver=2.20.2 -pkgrel=2 +pkgver=2.21.0 +pkgrel=1 pkgdesc="Theme engines for GTK+ 2" arch=(i686 x86_64) license=('GPL' 'LGPL') @@ -11,10 +11,12 @@ depends=('gtk2>=2.22.0') makedepends=('pkg-config' 'intltool') options=('!libtool') url="http://live.gnome.org/GnomeArt" -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2) +source=(ftp://ftp.archlinux.org/other/gtk-engines/${pkgname}-${pkgver}.tar.gz + ftp://ftp.archlinux.org/other/gtk-engines/${pkgname}-${pkgver}.tar.gz.sig) conflicts=('lighthouse-gtk2' 'clearlooks-gtk2') replaces=('lighthouse-gtk2') -sha256sums=('15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5') +md5sums=('d82ae66d6eb045d83c30b78b13818d41' + 'c1166505961b9aa2ef98228a7cea1860') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/liblrdf/PKGBUILD b/extra/liblrdf/PKGBUILD index 49a0fe584..b65f689b3 100644 --- a/extra/liblrdf/PKGBUILD +++ b/extra/liblrdf/PKGBUILD @@ -1,37 +1,27 @@ -# $Id: PKGBUILD 139617 2011-10-03 19:42:49Z jgc $ +# $Id: PKGBUILD 161476 2012-06-11 19:18:53Z eric $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=liblrdf -pkgver=0.4.0 -pkgrel=9 +pkgver=0.5.0 +pkgrel=1 pkgdesc="A library for the manipulation of RDF file in LADSPA plugins" arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/lrdf" #"http://sourceforge.net/projects/lrdf" +url="https://github.com/swh/LRDF" depends=('raptor' 'ladspa') -makedepends=('pkgconfig') license=('GPL') options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/lrdf/${pkgname}-${pkgver}.tar.gz - md5.patch - raptor2.diff - pkgconfig-raptor.patch) groups=('ladspa-plugins') -md5sums=('327a5674f671c4b360c6353800226877' - 'a6d231d052dc188cbc4c1039cf3a2003' - '80e938469da06a178e03107ca5b41e55' - '982ae1bd4b39c2fb5cba108fbcbfbad1') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/swh/LRDF/tarball/${pkgver}) +md5sums=('005ea24152620da7f2ee80a78e17f784') build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/md5.patch" - patch -Np0 -i "${srcdir}/raptor2.diff" - patch -Np1 -i "${srcdir}/pkgconfig-raptor.patch" + cd "${srcdir}"/swh-LRDF-* autoreconf -vfi ./configure --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}"/swh-LRDF-* make DESTDIR="${pkgdir}" install } diff --git a/extra/php-apc/PKGBUILD b/extra/php-apc/PKGBUILD index 337e14ec0..fb206c7a1 100644 --- a/extra/php-apc/PKGBUILD +++ b/extra/php-apc/PKGBUILD @@ -1,20 +1,23 @@ -# $Id: PKGBUILD 158790 2012-05-09 18:48:32Z pierre $ +# $Id: PKGBUILD 161426 2012-06-11 09:03:14Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=php-apc pkgver=3.1.10 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') pkgdesc='A free, open, and robust framework for caching and optimizing PHP intermediate code' url='http://pecl.php.net/package/APC' depends=('php') license=('PHP') -source=("http://pecl.php.net/get/APC-${pkgver}.tgz") +source=("http://pecl.php.net/get/APC-${pkgver}.tgz" + 'svn.patch') backup=('etc/php/conf.d/apc.ini') -md5sums=('f4a6b91903d6ba9dce89fc87bb6f26c9') +md5sums=('f4a6b91903d6ba9dce89fc87bb6f26c9' + 'ce07a1b49b5af496e16362899df3e3c4') build() { cd $srcdir/APC-$pkgver + patch -p0 -i ${srcdir}/svn.patch phpize ./configure --prefix=/usr make diff --git a/extra/php-apc/svn.patch b/extra/php-apc/svn.patch new file mode 100644 index 000000000..6a846a752 --- /dev/null +++ b/extra/php-apc/svn.patch @@ -0,0 +1,108 @@ +Index: apc_string.c +=================================================================== +--- apc_string.c (Revision 325040) ++++ apc_string.c (Revision 326091) +@@ -91,17 +91,18 @@ + p = p->pNext; + } + +- if (APCSG(interned_strings_top) + ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + nKeyLength) >= ++ if (APCSG(interned_strings_top) + ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + nKeyLength + 1) >= + APCSG(interned_strings_end)) { + /* no memory */ + return NULL; + } + + p = (Bucket *) APCSG(interned_strings_top); +- APCSG(interned_strings_top) += ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + nKeyLength); ++ APCSG(interned_strings_top) += ZEND_MM_ALIGNED_SIZE(sizeof(Bucket) + nKeyLength + 1); + + p->arKey = (char*)(p+1); + memcpy(p->arKey, arKey, nKeyLength); ++ ((char *)p->arKey)[nKeyLength] = '\0'; + p->nKeyLength = nKeyLength; + p->h = h; + p->pData = &p->pDataPtr; +@@ -154,7 +155,7 @@ + } + + if (ce->name) { +- ce->name = apc_new_interned_string(ce->name, ce->name_length TSRMLS_CC); ++ ce->name = apc_new_interned_string(ce->name, ce->name_length+1 TSRMLS_CC); + } + + q = ce->properties_info.pListHead; +@@ -166,7 +167,7 @@ + } + + if (info->name) { +- info->name = apc_new_interned_string(info->name, info->name_length TSRMLS_CC); ++ info->name = apc_new_interned_string(info->name, info->name_length+1 TSRMLS_CC); + } + + q = q->pListNext; +Index: apc.php +=================================================================== +--- apc.php (Revision 325040) ++++ apc.php (Revision 326091) +@@ -91,7 +91,7 @@ + 'SORT1' => '/^[AHSMCDTZ]$/', // first sort key + 'SORT2' => '/^[DA]$/', // second sort key + 'AGGR' => '/^\d+$/', // aggregation by dir level +- 'SEARCH' => '~^[a-zA-Z0-1/_.-]*$~' // aggregation by dir level ++ 'SEARCH' => '~^[a-zA-Z0-9/_.-]*$~' // aggregation by dir level + ); + + // default cache mode +Index: php_apc.c +=================================================================== +--- php_apc.c (Revision 325040) ++++ php_apc.c (Revision 326091) +@@ -724,6 +724,10 @@ + if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lz", &strkey, &strkey_len, &(args.step), &success) == FAILURE) { + return; + } ++ ++ if (success) { ++ zval_dtor(success); ++ } + + if(_apc_update(strkey, strkey_len, inc_updater, &args TSRMLS_CC)) { + if(success) ZVAL_TRUE(success); +@@ -747,6 +751,10 @@ + if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lz", &strkey, &strkey_len, &(args.step), &success) == FAILURE) { + return; + } ++ ++ if (success) { ++ zval_dtor(success); ++ } + + args.step = args.step * -1; + +Index: php_apc.h +=================================================================== +--- php_apc.h (Revision 325040) ++++ php_apc.h (Revision 326091) +@@ -35,7 +35,7 @@ + #include "apc_php.h" + #include "apc_globals.h" + +-#define PHP_APC_VERSION "3.1.9" ++#define PHP_APC_VERSION "3.1.10" + + extern zend_module_entry apc_module_entry; + #define apc_module_ptr &apc_module_entry +Index: apc_cache.c +=================================================================== +--- apc_cache.c (Revision 325040) ++++ apc_cache.c (Revision 326091) +@@ -944,7 +944,7 @@ + + len = strlen(filename); + if(APCG(fpstat)==0) { +- if(IS_ABSOLUTE_PATH(filename,len)) { ++ if(IS_ABSOLUTE_PATH(filename,len) || strstr(filename, "://")) { + key->data.fpfile.fullpath = filename; + key->data.fpfile.fullpath_len = len; + key->h = string_nhash_8(key->data.fpfile.fullpath, key->data.fpfile.fullpath_len); diff --git a/extra/qt-gstreamer/PKGBUILD b/extra/qt-gstreamer/PKGBUILD new file mode 100644 index 000000000..d083ecff0 --- /dev/null +++ b/extra/qt-gstreamer/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 161451 2012-06-11 17:44:06Z andrea $ +# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# Contributor: laloch <laloch@atlas.cz> + +pkgname=qt-gstreamer +pkgver=0.10.2 +pkgrel=1 +pkgdesc="Qt bindings for GStreamer" +arch=('i686' 'x86_64') +url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html' +license=('LGPL2.1') +depends=('qt' 'gstreamer0.10-base' 'libgles') +makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen') +source=("http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('0428aedf2874fd0884ad4c41db9da20e') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DQTGSTREAMER_EXAMPLES=OFF + make +} + +package() { + cd "$srcdir/build" + make DESTDIR="$pkgdir" install +} diff --git a/extra/telepathy-kde-accounts-kcm/PKGBUILD b/extra/telepathy-kde-accounts-kcm/PKGBUILD index 7ab3b68c1..1b46c03c9 100644 --- a/extra/telepathy-kde-accounts-kcm/PKGBUILD +++ b/extra/telepathy-kde-accounts-kcm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157039 2012-04-23 09:53:28Z ibiru $ +# $Id: PKGBUILD 161459 2012-06-11 18:14:33Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> pkgname=telepathy-kde-accounts-kcm _pkgname=ktp-accounts-kcm -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc="KCM Module for configuring Telepathy Instant Messaging Accounts" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ groups=('kde-telepathy') conflicts=('telepathy-kde-accounts-kcm-plugins') replaces=('telepathy-kde-accounts-kcm-plugins') source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('290daae2530a0bb8473fbb5239a039766776c831') +sha1sums=('fa48134361f955704700d211fdd3489ca58dc9c5') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-approver/PKGBUILD b/extra/telepathy-kde-approver/PKGBUILD index 0c2782e25..e1bf6312b 100644 --- a/extra/telepathy-kde-approver/PKGBUILD +++ b/extra/telepathy-kde-approver/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157041 2012-04-23 09:53:31Z ibiru $ +# $Id: PKGBUILD 161460 2012-06-11 18:15:04Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> pkgname=telepathy-kde-approver _pkgname=ktp-approver -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc="KDE Channel Approver for Telepathy" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('156418a7f194a1df8f50fe6f8b371adac067f840') +sha1sums=('d672826fac18817ec115aa0c52831e2c7761cade') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-auth-handler/PKGBUILD b/extra/telepathy-kde-auth-handler/PKGBUILD index 74f1d7a27..25c8398ef 100644 --- a/extra/telepathy-kde-auth-handler/PKGBUILD +++ b/extra/telepathy-kde-auth-handler/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 157043 2012-04-23 09:53:33Z ibiru $ +# $Id: PKGBUILD 161461 2012-06-11 18:15:34Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-auth-handler _pkgname=ktp-auth-handler -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc="Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect" arch=('i686' 'x86_64') url="http://community.kde.org/Real-Time_Communication_and_Collaboration" license=('GPL') -depends=('telepathy-kde-common-internals') +depends=('telepathy-kde-common-internals' 'qjson') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('153ddfd1c19c4a6719993df27357c70f18700f88') +sha1sums=('a0158322f96a1f0356fdb9f1713af19ac4e45b8e') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-call-ui/PKGBUILD b/extra/telepathy-kde-call-ui/PKGBUILD new file mode 100644 index 000000000..de3bd0d50 --- /dev/null +++ b/extra/telepathy-kde-call-ui/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 161457 2012-06-11 18:11:28Z andrea $ +# Maintainer: Andrea Scarpino <andrea@archlinux.org> + +pkgname=telepathy-kde-call-ui +_pkgname=ktp-call-ui +pkgver=0.4.0 +pkgrel=1 +pkgdesc="Voice/Video Call UI for Telepathy" +arch=('i686' 'x86_64') +url="http://community.kde.org/Real-Time_Communication_and_Collaboration" +license=('GPL') +depends=('telepathy-kde-common-internals' 'qt-gstreamer') +makedepends=('cmake' 'automoc4' 'boost') +groups=('kde-telepathy') +source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") +sha1sums=('be6bcaecde4091cad41520f203c559b614416bc6') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${_pkgname}-${pkgver} \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} diff --git a/extra/telepathy-kde-common-internals/PKGBUILD b/extra/telepathy-kde-common-internals/PKGBUILD index 3d86f181d..cd4ca8b2b 100644 --- a/extra/telepathy-kde-common-internals/PKGBUILD +++ b/extra/telepathy-kde-common-internals/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157059 2012-04-23 09:55:28Z ibiru $ +# $Id: PKGBUILD 161462 2012-06-11 18:16:00Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-common-internals _pkgname=ktp-common-internals -pkgver=0.3.1 -pkgrel=2 +pkgver=0.4.0 +pkgrel=1 pkgdesc="Common components for KDE-Telepathy" arch=('i686' 'x86_64') url="http://community.kde.org/Real-Time_Communication_and_Collaboration" @@ -12,8 +12,9 @@ license=('GPL') depends=('kdelibs' 'telepathy-qt' 'telepathy-mission-control') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') +install=${pkgname}.install source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('f68c4587377fde7e2bd0e7201b30219f8aa7ce84') +sha1sums=('db3bdbd93a27c77a1e593e84252cf2950ca773e6') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-common-internals/telepathy-kde-common-internals.install b/extra/telepathy-kde-common-internals/telepathy-kde-common-internals.install new file mode 100644 index 000000000..0b9f228a9 --- /dev/null +++ b/extra/telepathy-kde-common-internals/telepathy-kde-common-internals.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_update() { + post_install +} + +post_remove() { + post_install +}
\ No newline at end of file diff --git a/extra/telepathy-kde-contact-applet/PKGBUILD b/extra/telepathy-kde-contact-applet/PKGBUILD index 0e52c568e..2dce5c0ca 100644 --- a/extra/telepathy-kde-contact-applet/PKGBUILD +++ b/extra/telepathy-kde-contact-applet/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 157045 2012-04-23 09:53:35Z ibiru $ +# $Id: PKGBUILD 161463 2012-06-11 18:16:32Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-contact-applet _pkgname=ktp-contact-applet -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc="The KDE-Telepathy contact plasmoid" arch=('i686' 'x86_64') url="http://community.kde.org/Real-Time_Communication_and_Collaboration" license=('GPL') -depends=('telepathy-kde-common-internals') +depends=('telepathy-kde-common-internals' 'kdebase-workspace') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('f0eba19beaa97029e3012047108c27710d3a9a63') +sha1sums=('bffa7ed930519c574d25a59917219fa1735b6a2e') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-contact-list/PKGBUILD b/extra/telepathy-kde-contact-list/PKGBUILD index ffc1e46d8..3e3e17a99 100644 --- a/extra/telepathy-kde-contact-list/PKGBUILD +++ b/extra/telepathy-kde-contact-list/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157047 2012-04-23 09:53:38Z ibiru $ +# $Id: PKGBUILD 161464 2012-06-11 18:17:00Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> pkgname=telepathy-kde-contact-list _pkgname=ktp-contact-list -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc="Telepathy contact list application" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('cmake' 'automoc4') groups=('kde-telepathy') install=${pkgname}.install source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('5126abb03184da209b8745afb6ee0ab70a24536e') +sha1sums=('a9f059f434adec33f57e2a77444d704ae8563bc2') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-contact-runner/PKGBUILD b/extra/telepathy-kde-contact-runner/PKGBUILD new file mode 100644 index 000000000..7de5e78f6 --- /dev/null +++ b/extra/telepathy-kde-contact-runner/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 161458 2012-06-11 18:12:10Z andrea $ +# Maintainer: Andrea Scarpino <andrea@archlinux.org> + +pkgname=telepathy-kde-contact-runner +_pkgname=ktp-contact-runner +pkgver=0.4.0 +pkgrel=1 +pkgdesc="KRunner plugin for KDE Telepathy" +arch=('i686' 'x86_64') +url="http://community.kde.org/Real-Time_Communication_and_Collaboration" +license=('GPL') +depends=('telepathy-kde-common-internals') +makedepends=('cmake' 'automoc4') +groups=('kde-telepathy') +source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") +sha1sums=('fe7f7d37740b732f8618b1e6129d4e7f30998b43') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${_pkgname}-${pkgver} \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} diff --git a/extra/telepathy-kde-filetransfer-handler/PKGBUILD b/extra/telepathy-kde-filetransfer-handler/PKGBUILD index 988ee6d06..0cc1daa41 100644 --- a/extra/telepathy-kde-filetransfer-handler/PKGBUILD +++ b/extra/telepathy-kde-filetransfer-handler/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 157049 2012-04-23 09:53:40Z ibiru $ +# $Id: PKGBUILD 161465 2012-06-11 18:17:36Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-filetransfer-handler _pkgname=ktp-filetransfer-handler -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc="Telepathy file transfer handler" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('telepathy-kde-common-internals') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('16c677416bf2c3ac8f99cdb6da10140af9252b3b') +sha1sums=('f318849c4e8a171bff97defc19b7a94f2ee13512') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-integration-module/PKGBUILD b/extra/telepathy-kde-integration-module/PKGBUILD index c6cfb7dc2..38ca70d3b 100644 --- a/extra/telepathy-kde-integration-module/PKGBUILD +++ b/extra/telepathy-kde-integration-module/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 157051 2012-04-23 09:53:43Z ibiru $ +# $Id: PKGBUILD 161466 2012-06-11 18:18:05Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-integration-module _pkgname=ktp-kded-integration-module -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc="Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('telepathy-kde-common-internals') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('f5c9cd6ddd300ae824d63e7a69ae5ae4c7c4da20') +sha1sums=('552d02b237ac167aef4707fd599dfb69cd944a72') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-presence-applet/PKGBUILD b/extra/telepathy-kde-presence-applet/PKGBUILD index 02b922435..e0b15aa96 100644 --- a/extra/telepathy-kde-presence-applet/PKGBUILD +++ b/extra/telepathy-kde-presence-applet/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 157053 2012-04-23 09:53:45Z ibiru $ +# $Id: PKGBUILD 161467 2012-06-11 18:18:34Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> pkgname=telepathy-kde-presence-applet _pkgname=ktp-presence-applet -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc="Plasma applet for managing your Telepathy account presence" arch=('i686' 'x86_64') url="http://community.kde.org/Real-Time_Communication_and_Collaboration" license=('GPL') -depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list') +depends=('telepathy-kde-contact-list') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('b15b66dd0783fefb9df2acaedb242c9008cb688b') +sha1sums=('beb12d534492da288cdda1826b43ba5bcd549fee') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-send-file/PKGBUILD b/extra/telepathy-kde-send-file/PKGBUILD index d35d74b58..839ae7c71 100644 --- a/extra/telepathy-kde-send-file/PKGBUILD +++ b/extra/telepathy-kde-send-file/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 157055 2012-04-23 09:53:48Z ibiru $ +# $Id: PKGBUILD 161468 2012-06-11 18:19:00Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-send-file _pkgname=ktp-send-file -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc="A File manager plugin to launch a file transfer job with a specified contact" arch=('i686' 'x86_64') url="http://community.kde.org/Real-Time_Communication_and_Collaboration" license=('GPL') -depends=('telepathy-kde-common-internals' 'telepathy-kde-filetransfer-handler' 'telepathy-kde-contact-list') +depends=('telepathy-kde-filetransfer-handler' 'telepathy-kde-contact-list') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') install=${pkgname}.install source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('ce523b929c05df3149e3e674ba3bc4f61658aac3') +sha1sums=('c72f5a9e26ba24b6558a8dab6d0ec2694aa55afc') build() { cd "${srcdir}" diff --git a/extra/telepathy-kde-text-ui/PKGBUILD b/extra/telepathy-kde-text-ui/PKGBUILD index f5b831287..b921c2fb2 100644 --- a/extra/telepathy-kde-text-ui/PKGBUILD +++ b/extra/telepathy-kde-text-ui/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 157057 2012-04-23 09:53:50Z ibiru $ +# $Id: PKGBUILD 161470 2012-06-11 18:19:34Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> pkgname=telepathy-kde-text-ui _pkgname=ktp-text-ui -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc="Telepathy handler for Text Chats" arch=('i686' 'x86_64') url="http://community.kde.org/Real-Time_Communication_and_Collaboration" license=('GPL') -depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list') -makedepends=('cmake' 'automoc4') +depends=('telepathy-kde-contact-list' 'telepathy-logger-qt') +makedepends=('cmake' 'automoc4' 'boost') groups=('kde-telepathy') source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('78741579fa62d5beca6ff87f074a3821c02d1f15') +sha1sums=('4ddf762b928d7e5f1139cdcced27a866c5369312') build() { cd "${srcdir}" diff --git a/extra/telepathy-logger-qt/PKGBUILD b/extra/telepathy-logger-qt/PKGBUILD new file mode 100644 index 000000000..c73503021 --- /dev/null +++ b/extra/telepathy-logger-qt/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 161454 2012-06-11 18:05:29Z andrea $ +# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# Contributor: George Brooke <george+arch.aur@george-brooke.co.uk> + +pkgname=telepathy-logger-qt +pkgver=0.4.0 +pkgrel=1 +pkgdesc="Qt bindings for telepathy logger" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kdereview/telepathy-logger-qt' +license=('GPL') +depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer' 'boost-libs') +makedepends=('automoc4' 'cmake' 'python2' 'boost') +source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('459ab0db97d00d198d05859217cf0f4069e75d5e') + +build() { + cd "$srcdir" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DPYTHON_EXECUTABLE=/usr/bin/python2 + make +} + +package() { + cd "$srcdir/build" + make DESTDIR="$pkgdir" install +} diff --git a/extra/unison/PKGBUILD b/extra/unison/PKGBUILD index 6227a9041..9d019f0c2 100644 --- a/extra/unison/PKGBUILD +++ b/extra/unison/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 148950 2012-02-05 11:57:26Z ibiru $ +# $Id: PKGBUILD 161432 2012-06-11 13:29:15Z tpowa $ #Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=unison pkgver=2.40.63 -pkgrel=3 +pkgrel=4 pkgdesc="Unison is a file-synchronization tool" arch=(i686 x86_64) license=('GPL2') @@ -48,4 +48,6 @@ package() { # make symlink for .desktop file cd "$pkgdir"/usr/bin ln -s unison-gtk2 unison-x11 + # make versioned symlink #29827 + ln -s unison unison-2.40 } |