diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-11 13:24:06 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-11 13:24:06 +0100 |
commit | a5c94b5ae404c31a1a0e58480d9275e1a5ff8dd8 (patch) | |
tree | d645da91365a323730f890b4e18652189fe444fe | |
parent | 9f050463d1b34e3f36a54aeb9ef65217530f2cd0 (diff) | |
parent | c1c596c922f0dc8622339011db936c531647203d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/sunpinyin/PKGBUILD
extra/numactl/PKGBUILD
-rw-r--r-- | community/fcitx-cloudpinyin/PKGBUILD | 30 | ||||
-rw-r--r-- | community/fcitx-configtool/PKGBUILD | 32 | ||||
-rw-r--r-- | community/kcm-fcitx/PKGBUILD | 31 | ||||
-rw-r--r-- | community/notify-osd/PKGBUILD | 34 | ||||
-rw-r--r-- | community/notify-osd/notify-osd.install | 12 | ||||
-rw-r--r-- | community/python2-gevent/PKGBUILD | 6 | ||||
-rw-r--r-- | community/python2-greenlet/PKGBUILD | 7 | ||||
-rw-r--r-- | community/rtl-sdr/PKGBUILD | 51 | ||||
-rw-r--r-- | community/sunpinyin/PKGBUILD | 78 | ||||
-rw-r--r-- | extra/gdk-pixbuf2/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/gdl/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/gtk3/PKGBUILD | 16 | ||||
-rw-r--r-- | extra/kactivities/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/kdeedu-step/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/kdegraphics-gwenview/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/libgee/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/numactl/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/ruby/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/telepathy-glib/PKGBUILD | 6 |
19 files changed, 289 insertions, 58 deletions
diff --git a/community/fcitx-cloudpinyin/PKGBUILD b/community/fcitx-cloudpinyin/PKGBUILD new file mode 100644 index 000000000..dd9a95a52 --- /dev/null +++ b/community/fcitx-cloudpinyin/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 79682 2012-11-11 01:41:35Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: poplarch <poplarch@gmail.com> + +pkgname=fcitx-cloudpinyin +pkgver=0.3.0 +pkgrel=1 +pkgdesc="Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates" +arch=('i686' 'x86_64') +url="https://github.com/csslayer/fcitx-cloudpinyin" +license=('GPL') +depends=('curl' 'fcitx>=4.2.6') +makedepends=('cmake' 'intltool') +source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz) +md5sums=('8bffd65fe2172d61edde46ad53380150') + +build() { + cd "$srcdir"/${pkgname}-${pkgver} + rm -rf build + mkdir build + cd build + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. + make +} + +package() { + cd "$srcdir"/${pkgname}-${pkgver}/build + make DESTDIR="$pkgdir" install +} diff --git a/community/fcitx-configtool/PKGBUILD b/community/fcitx-configtool/PKGBUILD new file mode 100644 index 000000000..636858d70 --- /dev/null +++ b/community/fcitx-configtool/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 79684 2012-11-11 01:45:13Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> + +pkgname=fcitx-configtool +pkgver=0.4.5.1 +pkgrel=1 +pkgdesc="GTK based config tool for Fcitx" +arch=('i686' 'x86_64') +url="http://fcitx.googlecode.com/" +license=('GPL2') +depends=("fcitx>=4.2.6" "gtk3" "iso-codes") +makedepends=(cmake) +source=(http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz) + +build() { + cd "$srcdir"/$pkgname-$pkgver + msg "Starting make..." + + rm -rf build + mkdir build + cd build + + cmake -DCMAKE_INSTALL_PREFIX=/usr .. + make +} + +package() { + cd "$srcdir"/$pkgname-$pkgver/build + make DESTDIR="$pkgdir" install +} + +md5sums=('6787dedcb57e6147553ef755c51bb46b') diff --git a/community/kcm-fcitx/PKGBUILD b/community/kcm-fcitx/PKGBUILD new file mode 100644 index 000000000..c613b1c49 --- /dev/null +++ b/community/kcm-fcitx/PKGBUILD @@ -0,0 +1,31 @@ +# $Id: PKGBUILD 79679 2012-11-11 01:36:26Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: poplarch <poplarch@gmail.com> + +pkgname=kcm-fcitx +pkgver=0.4.1 +pkgrel=1 +pkgdesc="KDE Config Module for Fcitx" +arch=('i686' 'x86_64') +url="https://github.com/fcitx/kcm-fcitx" +license=('GPL') +depends=('fcitx>=4.2.6' 'kdebase-runtime') +makedepends=('cmake' 'intltool' 'automoc4') +source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz) +md5sums=('1a2a9802edf6df79d3883c362ba487f0') + +build() { + cd "$srcdir"/${pkgname}-${pkgver} + + rm -rf build + mkdir build + cd build + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. + make +} + +package() { + cd "$srcdir/${pkgname}-${pkgver}/build" + make DESTDIR="${pkgdir}" install +} diff --git a/community/notify-osd/PKGBUILD b/community/notify-osd/PKGBUILD new file mode 100644 index 000000000..431581ae0 --- /dev/null +++ b/community/notify-osd/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 79663 2012-11-10 19:03:29Z bgyorgy $ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Johannes Pfau <johannespfau at gmail dot com> + +pkgname=notify-osd +pkgver=0.9.34 +pkgrel=1 +pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification with semi-transparent click-through bubbles" +arch=('i686' 'x86_64') +url="https://launchpad.net/notify-osd" +license=('GPL') +depends=('libwnck3' 'dbus-glib' 'dconf' 'gsettings-desktop-schemas') +makedepends=('libnotify') +provides=('notification-daemon') +install=$pkgname.install +source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz) +md5sums=('18d9a95467daac570789fb7893011595') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ + --disable-static --disable-schemas-compile + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install + + # Remove readme file from non-standard location + rm "$pkgdir/usr/share/notify-osd/icons/hicolor/scalable/status/README" +} diff --git a/community/notify-osd/notify-osd.install b/community/notify-osd/notify-osd.install new file mode 100644 index 000000000..f8470c77c --- /dev/null +++ b/community/notify-osd/notify-osd.install @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + diff --git a/community/python2-gevent/PKGBUILD b/community/python2-gevent/PKGBUILD index c35d3ac2b..c1944be02 100644 --- a/community/python2-gevent/PKGBUILD +++ b/community/python2-gevent/PKGBUILD @@ -1,9 +1,10 @@ # $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> +# Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Ralf Schmitt <ralf@systemexit.de> pkgname=python2-gevent -pkgver=0.13.7 +pkgver=0.13.8 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Python network library that uses greenlet and libevent for easy and scalable concurrency" @@ -26,5 +27,4 @@ package() { install -Dm0644 LICENSE.pyevent "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pyevent" } -md5sums=('c74004730c2543260b751b0aa782987c') -sha1sums=('2b9c63b84e21a36e244a7c825b9bdbaa98b7ec66') +md5sums=('ca9dcaa7880762d8ebbc266b11252960') diff --git a/community/python2-greenlet/PKGBUILD b/community/python2-greenlet/PKGBUILD index 38546a68d..d31643caa 100644 --- a/community/python2-greenlet/PKGBUILD +++ b/community/python2-greenlet/PKGBUILD @@ -1,9 +1,10 @@ # $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> +# Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Ralf Schmitt <ralf@systemexit.de> pkgname=python2-greenlet -pkgver=0.3.4 +pkgver=0.4.0 pkgrel=1 pkgdesc="python coroutine library" license=("MIT") @@ -12,9 +13,6 @@ depends=('python2') source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip) arch=('i686' 'x86_64') -md5sums=('530a69acebbb0d66eb5abd83523d8272') -sha1sums=('1bff62c43e179d3f4866f31a8258a259c82b4803') - build() { cd "$srcdir/greenlet-$pkgver" python2 setup.py build @@ -25,3 +23,4 @@ package() { python2 setup.py install --root="$pkgdir" install -Dm0644 LICENSE.PSF "$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF" } +md5sums=('87887570082caadc08fb1f8671dbed71') diff --git a/community/rtl-sdr/PKGBUILD b/community/rtl-sdr/PKGBUILD new file mode 100644 index 000000000..e3f275021 --- /dev/null +++ b/community/rtl-sdr/PKGBUILD @@ -0,0 +1,51 @@ +# $Id: PKGBUILD 79669 2012-11-11 00:11:08Z kkeen $ +# Maintainer: Kyle Keen <keenerd@gmail.com> +# Contributor: Michael Düll <mail@akurei.me> + +pkgname=rtl-sdr +pkgver=20121111 +_commit="58a53039db2fdbeedc661bccd35476dfa23ff6cf" +pkgrel=1 +pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software defined radio (SDR)." +arch=('i686' 'x86_64') +url="http://sdr.osmocom.org/trac/wiki/rtl-sdr" +license=('GPL') +depends=('libusb>=1.0') +makedepends=('git' 'cmake') +conflicts=('rtl-sdr-git') + +_gitroot="git://git.osmocom.org/rtl-sdr.git" +_gitname="rtl-sdr" + +build() { + cd "$srcdir" + msg "Connecting to GIT server...." + + if [[ -d "$_gitname" ]]; then + cd "$_gitname" && git pull origin + msg "The local files are updated." + else + git clone "$_gitroot" "$_gitname" + fi + + msg "GIT checkout done or server timeout" + msg "Starting build..." + + rm -rf "$srcdir/$_gitname-build" + git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build" + cd "$srcdir/$_gitname-build/" + git checkout "$_commit" + + mkdir build + cd build + cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../ + make +} + +package() { + cd "$srcdir/$_gitname-build/build/" + make DESTDIR="$pkgdir" install + install -D -m644 "$srcdir/$_gitname-build/rtl-sdr.rules" "$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules" +} + +# vim:set ts=2 sw=2 et: diff --git a/community/sunpinyin/PKGBUILD b/community/sunpinyin/PKGBUILD index bbcfd708c..02e4e25dc 100644 --- a/community/sunpinyin/PKGBUILD +++ b/community/sunpinyin/PKGBUILD @@ -1,30 +1,78 @@ -# $Id: PKGBUILD 67784 2012-03-14 12:19:33Z giovanni $ -# Maintainer: Thomas Dziedzic < gostrc at gmail > +# $Id: PKGBUILD 79672 2012-11-11 01:07:47Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: Thomas Dziedzic < gostrc at gmail > -pkgname=sunpinyin -pkgver=2.0.3 -pkgrel=2 -pkgdesc="Statistical Language Model based pinyin IME by Sun" +pkgname=('sunpinyin' 'sunpinyin-data') +pkgbase=sunpinyin +pkgver=2.0.3.20121107 +_commit=cf3fe3d7aa5bb7aa6aa5b870a759af468b6d5b2b +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://sunpinyin.googlecode.com" -license=('LGPL') -depends=('sqlite3' 'gcc-libs') -makedepends=('scons') -source=("http://sunpinyin.googlecode.com/files/sunpinyin-${pkgver}.tar.gz") -md5sums=('bc1cd4d7d48a73276dfe4c9f5a434cc7') +license=('LGPL' 'APACHE') +makedepends=('git' 'scons' 'intltool') +source=('http://open-gram.googlecode.com/files/lm_sc.t3g.arpa-20121025.tar.bz2' + 'http://open-gram.googlecode.com/files/dict.utf8-20120830.tar.bz2') + +__gitroot=git://github.com/sunpinyin/sunpinyin.git +__gitname=$pkgname build() { - cd sunpinyin-${pkgver} + cd "$srcdir" + msg "Connecting to GIT server...." + + if [ -d $__gitname ] ; then + cd $__gitname && git pull origin + msg "The local files are updated." + else + git clone $__gitroot + fi + + msg "GIT checkout done or server timeout" + msg "Starting make..." + + rm -rf "$srcdir/$__gitname-build" + git clone "$srcdir/$__gitname" "$srcdir/$__gitname-build" + cd "$srcdir/$__gitname-build" + git checkout "$_commit" + + # Build sunpinyin + sed -i -e "1s|python|python2|" python/*.py python/importer/*.py scons \ --prefix=/usr + + # Build sunpinyin-data + mkdir -p "$srcdir/$__gitname-build/raw" + ln -sf "$srcdir/lm_sc.t3g.arpa" "$srcdir/$__gitname-build/raw/lm_sc.t3g.arpa" + ln -sf "$srcdir/dict.utf8" "$srcdir/$__gitname-build/raw/dict.utf8" + + ln -sf "$srcdir/$__gitname-build/doc/SLM-inst.mk" "$srcdir/$__gitname-build/raw/Makefile" + cd "$srcdir/$__gitname-build/raw" + PATH="$srcdir/$__gitname-build/src:$PATH" + make } -package() { - cd sunpinyin-${pkgver} +package_sunpinyin() { + pkgdesc="Statistical Language Model based pinyin IME by Sun" + depends=('sqlite' 'make' 'gcc-libs' "sunpinyin-data") + arch=('i686' 'x86_64') + cd "$srcdir/$__gitname-build" scons \ --prefix=/usr \ - --install-sandbox=${pkgdir} \ + --install-sandbox="$pkgdir" \ install } + +package_sunpinyin-data() { + pkgver=2.0.3.20121025 + pkgdesc="Statistical Language Model based pinyin IME by Sun - Data files" + depends=("sunpinyin") + arch=('any') + cd "$srcdir/$__gitname-build/raw" + make DESTDIR="$pkgdir" install +} + +md5sums=('0586241ca33359ad176c842c90bf563e' + '52b9a47861bef707f65b682d52e8117f') diff --git a/extra/gdk-pixbuf2/PKGBUILD b/extra/gdk-pixbuf2/PKGBUILD index efb8d753d..8d781b97a 100644 --- a/extra/gdk-pixbuf2/PKGBUILD +++ b/extra/gdk-pixbuf2/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 169876 2012-10-30 22:25:38Z heftig $ +# $Id: PKGBUILD 170725 2012-11-10 05:22:37Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gdk-pixbuf2 -pkgver=2.26.4 +pkgver=2.26.5 pkgrel=1 pkgdesc="An image loading library" arch=('i686' 'x86_64' 'mips64el') url="http://www.gtk.org/" -license=('GPL2') +license=('LGPL2.1') depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11') makedepends=('gtk-doc' 'gobject-introspection') options=('!libtool') install=gdk-pixbuf2.install source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz) -sha256sums=('a91458645f078debf204fef8bb06b30f356fcb5d48f65395132a5dba2b3510be') +sha256sums=('77696fd163bca95a130a1883dbd78d0ae4d782de2fc85a9a38556d13681f5c84') build() { cd gdk-pixbuf-$pkgver diff --git a/extra/gdl/PKGBUILD b/extra/gdl/PKGBUILD index 3b7b07aa8..8ccebacfa 100644 --- a/extra/gdl/PKGBUILD +++ b/extra/gdl/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 169877 2012-10-30 22:25:40Z heftig $ +# $Id: PKGBUILD 170733 2012-11-10 16:00:06Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gdl -pkgver=3.6.0 +pkgver=3.6.2 pkgrel=1 pkgdesc="GNOME Docking Library" arch=(i686 x86_64 mips64el) @@ -12,7 +12,7 @@ depends=('gtk3') makedepends=('gtk-doc' 'intltool' 'gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('32a04fc96667e2f7ca1e3c853b996da3e62f4811b2a90d62cb2081f68aeecac3') +sha256sums=('e772319f1b133047f54e3c1b7e95a718168071cfef972f981337f6bf570ddf1c') build() { cd "$pkgname-$pkgver" diff --git a/extra/gtk3/PKGBUILD b/extra/gtk3/PKGBUILD index 1e3fe6829..78c720d81 100644 --- a/extra/gtk3/PKGBUILD +++ b/extra/gtk3/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 170567 2012-11-08 21:26:53Z jgc $ +# $Id: PKGBUILD 170745 2012-11-10 22:04:15Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gtk3 -pkgver=3.6.1 -pkgrel=2 +pkgver=3.6.2 +pkgrel=1 pkgdesc="GObject-based multi-platform GUI toolkit (v3)" arch=('i686' 'x86_64' 'mips64el') url="http://www.gtk.org/" @@ -14,29 +14,25 @@ options=('!libtool') backup=(etc/gtk-3.0/settings.ini) license=('LGPL') source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz - git-fixes.patch settings.ini wacom.patch) -sha256sums=('fe6c89ae40145b077d7291105e81d4f876be01bf21ddfb9cba449f6be49d7996' - '7a6c2597faf616302455597f4720a8a8b151ffbea700e45affc4818620f31f36' +sha256sums=('aaccf2e1576338acf37816290578e8f19888935f381665b3847076be25fe513c' 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621' '86bda95a14a99d0f596c4ecb2ed715689f71c207c65dfc90a39d4ae7f1c0c0f5') build() { cd "gtk+-$pkgver" - # Apply fixes from upstream git. Mainly memleak and rendering fixes - patch -Np1 -i ../git-fixes.patch # Partially revert BGO#673440 in order to fix BGO#674157 patch -Np1 -i ../wacom.patch - autoreconf -fi - CXX=/bin/false ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-gtk2-dependency \ --disable-schemas-compile + #https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } diff --git a/extra/kactivities/PKGBUILD b/extra/kactivities/PKGBUILD index d12a3aa02..7291f00a8 100644 --- a/extra/kactivities/PKGBUILD +++ b/extra/kactivities/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 170583 2012-11-09 08:25:14Z andrea $ +# $Id: PKGBUILD 170751 2012-11-10 22:29:02Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities @@ -9,7 +9,7 @@ pkgdesc='API for using and interacting with the Activity Manager' url='https://projects.kde.org/projects/kde/kdelibs/kactivities' license=('GPL' 'FDL') depends=('kdelibs') -makedepends=('cmake' 'automoc4') +makedepends=('cmake' 'automoc4' 'mesa') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab') diff --git a/extra/kdeedu-step/PKGBUILD b/extra/kdeedu-step/PKGBUILD index bd22f01bc..82885e6cf 100644 --- a/extra/kdeedu-step/PKGBUILD +++ b/extra/kdeedu-step/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 170638 2012-11-09 08:28:34Z andrea $ +# $Id: PKGBUILD 170760 2012-11-11 00:05:13Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-step @@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdeedu') depends=('kdebase-runtime' 'libqalculate' 'gsl') -makedepends=('cmake' 'automoc4' 'eigen') +makedepends=('cmake' 'automoc4' 'eigen' 'mesa') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz") sha1sums=('822b8f7266f7bd8170db1c02510480bb98d03e6f') diff --git a/extra/kdegraphics-gwenview/PKGBUILD b/extra/kdegraphics-gwenview/PKGBUILD index 58b8b0375..2c947fee0 100644 --- a/extra/kdegraphics-gwenview/PKGBUILD +++ b/extra/kdegraphics-gwenview/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 170640 2012-11-09 08:28:49Z andrea $ +# $Id: PKGBUILD 170748 2012-11-10 22:28:09Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-gwenview @@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdegraphics') depends=('kdebase-lib' 'libkipi') -makedepends=('cmake' 'automoc4') +makedepends=('cmake' 'automoc4' 'mesa') optdepends=('kipi-plugins: extra plugins to share photos') install=$pkgname.install source=("http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz") diff --git a/extra/libgee/PKGBUILD b/extra/libgee/PKGBUILD index 962010682..0b836937d 100644 --- a/extra/libgee/PKGBUILD +++ b/extra/libgee/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 169949 2012-10-30 22:46:33Z heftig $ +# $Id: PKGBUILD 170755 2012-11-10 23:14:19Z heftig $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=libgee -pkgver=0.6.6 +pkgver=0.6.6.1 pkgrel=1 pkgdesc="GObject collection library" url="http://live.gnome.org/Libgee" @@ -13,7 +13,7 @@ depends=('glib2') makedepends=('gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('b6b008a6b84332b88f5a12f33d56a3fa3a307946cdd70bc17a403822d4f02e7b') +sha256sums=('ac6598776cda8d1c8689930f48df074e88f17e9f5832bc300902ded5ab8144dd') build() { cd $pkgname-$pkgver diff --git a/extra/numactl/PKGBUILD b/extra/numactl/PKGBUILD index f2fd9311c..62ec53dbe 100644 --- a/extra/numactl/PKGBUILD +++ b/extra/numactl/PKGBUILD @@ -2,15 +2,15 @@ # Contributor: Florian Zeitz <florob at babelmonkeys dot de> pkgname=numactl -pkgver=2.0.7 -pkgrel=2.1 +pkgver=2.0.8 +pkgrel=1 pkgdesc="Simple NUMA policy support" arch=('i686' 'x86_64' 'mips64el') url="http://oss.sgi.com/projects/libnuma/" license=('LGPL2.1' 'GPL2') depends=('perl') source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz) -sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9') +sha1sums=('f7bf06caea29669992fd3540a4c864a32615b5a1') build() { cd "$srcdir/$pkgname-${pkgver/_/-}" diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD index 917dbd71d..d85340e58 100644 --- a/extra/ruby/PKGBUILD +++ b/extra/ruby/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Jeramy Rutley <jrutley@gmail.com> pkgname=('ruby' 'ruby-docs') -pkgver=1.9.3_p286 +pkgver=1.9.3_p327 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url='http://www.ruby-lang.org/en/' @@ -13,7 +13,7 @@ makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml') options=('!emptydirs' '!makeflags') source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2" 'gemrc') -md5sums=('2278eff4cfed3cbc0653bc73085caa34' +md5sums=('7d602aba93f31ceef32800999855fbca' '6fb8e7a09955e0f64be3158fb4a27e7a') build() { @@ -65,5 +65,3 @@ package_ruby-docs() { install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE" install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL" } -md5sums=('e76848a86606a4fd5dcf14fc4b4e755e' - '6fb8e7a09955e0f64be3158fb4a27e7a') diff --git a/extra/telepathy-glib/PKGBUILD b/extra/telepathy-glib/PKGBUILD index 3debcece6..8dbc3192f 100644 --- a/extra/telepathy-glib/PKGBUILD +++ b/extra/telepathy-glib/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 169979 2012-10-30 23:00:00Z heftig $ +# $Id: PKGBUILD 170731 2012-11-10 15:25:09Z 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.20.0 +pkgver=0.20.1 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64' 'mips64el') @@ -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=('9d7b2bcc2d9f8e0352c8789952717d83') +md5sums=('780034ff7433f33e6577b02fd7a2cb0a') build() { cd $pkgname-$pkgver |