summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-09 23:14:45 +0000
committerroot <root@rshg054.dnsready.net>2011-09-09 23:14:45 +0000
commit42db4a0cf3a829fcd1bc2150669c6aa3c2984815 (patch)
tree91bdb63fa6802146ab19b3fbf8f6fc5ab78e23c2 /extra
parenta7b0a0b362d0535cd86b575a45ec70cc2332fa62 (diff)
Fri Sep 9 23:14:45 UTC 2011
Diffstat (limited to 'extra')
-rw-r--r--extra/digikam/PKGBUILD8
-rw-r--r--extra/gnuchess/PKGBUILD8
-rw-r--r--extra/kdebase-workspace/PKGBUILD8
-rw-r--r--extra/libnice/PKGBUILD6
-rw-r--r--extra/libwebkit/PKGBUILD8
-rw-r--r--extra/notification-daemon/PKGBUILD10
6 files changed, 22 insertions, 26 deletions
diff --git a/extra/digikam/PKGBUILD b/extra/digikam/PKGBUILD
index 7f60bd6e8..ead1d0b85 100644
--- a/extra/digikam/PKGBUILD
+++ b/extra/digikam/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 134112 2011-08-01 17:31:36Z andrea $
+# $Id: PKGBUILD 137536 2011-09-08 21:54:21Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgbase=digikam
pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libmediawiki')
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc="Digital photo management application for KDE"
arch=('i686' 'x86_64')
license=('GPL')
@@ -14,7 +14,7 @@ makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
'cmake' 'automoc4' 'doxygen')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('7b1ab69fc2fb36a45dc3ca38b01d42d8')
+md5sums=('3e5228a60ae916c530a7a87e081862b6')
build() {
cd "${srcdir}"
diff --git a/extra/gnuchess/PKGBUILD b/extra/gnuchess/PKGBUILD
index dedeaddb7..cf9545094 100644
--- a/extra/gnuchess/PKGBUILD
+++ b/extra/gnuchess/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 122210 2011-05-03 05:16:02Z allan $
+# $Id: PKGBUILD 137508 2011-09-08 07:31:10Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=gnuchess
-pkgver=6.0.0
+pkgver=6.0.1
pkgrel=1
pkgdesc="Lets most modern computers play a full game of chess"
url="http://www.gnu.org/software/chess/chess.html"
@@ -11,12 +11,12 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('glibc' 'ncurses' 'readline')
source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
-md5sums=('1a7a46188dab76f4339d22ff47c31515')
+md5sums=('041888218f73886f146fa7fbf92190de')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
- make
+ make
}
package() {
diff --git a/extra/kdebase-workspace/PKGBUILD b/extra/kdebase-workspace/PKGBUILD
index 9e076fd8c..040355421 100644
--- a/extra/kdebase-workspace/PKGBUILD
+++ b/extra/kdebase-workspace/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 137381 2011-09-07 17:19:26Z andrea $
+# $Id: PKGBUILD 137511 2011-09-08 09:01:46Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=kdebase-workspace
_pkgname=kde-workspace
pkgver=4.7.1
-pkgrel=2
+pkgrel=4
pkgdesc="KDE Base Workspace"
arch=('i686' 'x86_64')
url='http://www.kde.org'
@@ -17,7 +17,8 @@ groups=('kde')
depends=('kdepim-runtime' 'lm_sensors' 'libraw1394' 'libqalculate' 'qimageblitz'
'polkit-kde' 'consolekit' 'xorg-xprop' 'libxdamage' 'libxklavier'
'xorg-xsetroot' 'libxcomposite' 'libxinerama')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebindings-python')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebindings-python'i
+ 'networkmanager')
optdepends=('kde-wallpapers: officials KDE wallapers')
replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde' 'kdebase-kinfocenter')
conflicts=('kde-common' 'guidance-power-manager' 'policykit-kde' 'kdebase-kinfocenter')
@@ -55,7 +56,6 @@ build() {
-DWITH_Xmms=OFF \
-DWITH_Googlegadgets=OFF \
-DWITH_libgps=OFF \
- -DWITH_NetworkManager=OFF \
-DKWIN_MOBILE_EFFECTS=OFF \
-DWITH_OpenGLES=OFF \
-DKWIN_BUILD_WITH_OPENGLES=OFF
diff --git a/extra/libnice/PKGBUILD b/extra/libnice/PKGBUILD
index b46074046..37d43bf7b 100644
--- a/extra/libnice/PKGBUILD
+++ b/extra/libnice/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: William Díaz <wdiaz@archlinux.us>
pkgname=libnice
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
arch=('i686' 'x86_64')
@@ -12,11 +12,9 @@ license=('LGPL')
depends=('gstreamer0.10')
options=('!libtool')
source=(http://nice.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c077e2aa74c9afb4b4e157efc8a6ad9d')
+md5sums=('0906c3523eb78cb3caad170cc75af4b0')
build() {
-# export CFLAGS="$CFLAGS -fno-strict-aliasing"
-
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --disable-static
make
diff --git a/extra/libwebkit/PKGBUILD b/extra/libwebkit/PKGBUILD
index 7dccf4179..b7f825dd1 100644
--- a/extra/libwebkit/PKGBUILD
+++ b/extra/libwebkit/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 130015 2011-07-01 08:50:25Z ibiru $
+# $Id: PKGBUILD 137537 2011-09-08 22:43:39Z andrea $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=libwebkit
@@ -13,10 +13,8 @@ depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 'encha
makedepends=('gperf' 'gtk-doc' 'gobject-introspection' 'python2' 'gtk2' 'gtk3')
options=('!libtool')
install=libwebkit.install
-source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz
- replace-switch-with-given-when.patch)
-md5sums=('361f8420e93d12101d650758fec09fa0'
- '3ba708a26b7af0e1e853867966fe14f7')
+source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz)
+md5sums=('361f8420e93d12101d650758fec09fa0')
build() {
cd "${srcdir}/webkit-${pkgver}"
diff --git a/extra/notification-daemon/PKGBUILD b/extra/notification-daemon/PKGBUILD
index c71f1c7f5..b0a49ee11 100644
--- a/extra/notification-daemon/PKGBUILD
+++ b/extra/notification-daemon/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 110126 2011-02-16 17:22:45Z ibiru $
+# $Id: PKGBUILD 137530 2011-09-08 19:55:05Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Mark Rosenstand <mark@borkware.net>
pkgname=notification-daemon
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Notification daemon for the desktop notifications framework"
arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@ license=('GPL')
url="http://www.galago-project.org/specs/notification/"
depends=('gtk3' 'libcanberra')
groups=('gnome')
-makedepends=('pkgconfig' 'intltool' 'dbus-glib')
+makedepends=('pkgconfig' 'intltool')
options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d26bf9021b3ae708d36e55437642a89d6b81693fe39d27c5d1ec869e22697b8b')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('74ccbedfe25c9559278ba35ef716125ada9ba0074fe7321a2271abfed5990661')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"