summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-14 00:06:25 -0800
committerroot <root@rshg054.dnsready.net>2013-01-14 00:06:25 -0800
commita69d072f5cde4b5a6bac62e6022a69d337925e45 (patch)
tree0b83b65e62775340de0ba06e439351151bdcf940 /extra
parent7cb984c0e1226ac1e5606206ff7c6a34eecb63fd (diff)
Mon Jan 14 00:06:25 PST 2013
Diffstat (limited to 'extra')
-rw-r--r--extra/kdebase-workspace/PKGBUILD6
-rw-r--r--extra/numactl/PKGBUILD3
-rw-r--r--extra/nx/PKGBUILD16
-rw-r--r--extra/php-apc/PKGBUILD6
-rw-r--r--extra/php-xcache/PKGBUILD8
-rw-r--r--extra/sharutils/PKGBUILD8
-rw-r--r--extra/tumbler/PKGBUILD8
-rw-r--r--extra/xorg-xconsole/PKGBUILD8
-rw-r--r--extra/xorg-xedit/PKGBUILD8
-rw-r--r--extra/xorg-xmag/PKGBUILD8
-rw-r--r--extra/xorg-xmessage/PKGBUILD8
11 files changed, 46 insertions, 41 deletions
diff --git a/extra/kdebase-workspace/PKGBUILD b/extra/kdebase-workspace/PKGBUILD
index d019c1cfb..e147e0266 100644
--- a/extra/kdebase-workspace/PKGBUILD
+++ b/extra/kdebase-workspace/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 174649 2013-01-05 13:04:41Z andrea $
+# $Id: PKGBUILD 175099 2013-01-13 15:03:44Z foutrelis $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=kdebase-workspace
_pkgname=kde-workspace
pkgver=4.9.5
-pkgrel=1
+pkgrel=2
pkgdesc="Provides the interface and basic tools for the KDE workspace"
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -18,7 +18,7 @@ depends=('kdepim-runtime' 'lm_sensors' 'libraw1394' 'libqalculate'
'qimageblitz' 'polkit-kde' 'xorg-xprop' 'libxdamage'
'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama'
'xorg-xrdb' 'libgles' 'libegl' 'libxres' 'xorg-xrandr'
- 'xorg-xmessage' 'libusb-compat' 'kde-base-artwork')
+ 'xorg-xmessage' 'libusb-compat' 'kde-base-artwork' 'ttf-font')
makedepends=('cmake' 'automoc4' 'boost' 'kdebindings-python2' 'networkmanager' 'mesa')
optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces')
install="${pkgname}.install"
diff --git a/extra/numactl/PKGBUILD b/extra/numactl/PKGBUILD
index cab5ca58c..7a09b97f4 100644
--- a/extra/numactl/PKGBUILD
+++ b/extra/numactl/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=numactl
pkgver=2.0.8
-pkgrel=1
+pkgrel=2
pkgdesc="Simple NUMA policy support"
arch=('i686' 'x86_64')
url="http://oss.sgi.com/projects/libnuma/"
@@ -14,6 +14,7 @@ sha1sums=('f7bf06caea29669992fd3540a4c864a32615b5a1')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"
+ rm numastat
make
}
diff --git a/extra/nx/PKGBUILD b/extra/nx/PKGBUILD
index 94ba80f98..955f8d778 100644
--- a/extra/nx/PKGBUILD
+++ b/extra/nx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 174924 2013-01-09 04:17:18Z andyrtr $
+# $Id: PKGBUILD 175081 2013-01-13 09:33:31Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgbase=nx
pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 'nx-headers')
pkgver=3.5.0.17
-pkgrel=1
+pkgrel=3
arch=('i686' 'x86_64')
url="http://wiki.x2go.org/"
license=('GPL')
@@ -34,14 +34,16 @@ build() {
echo "#define SharedLibraryLoadFlags -shared ${LDFLAGS}" >> ${HOSTCONF}
popd
- # fix two broken Makefiles
- sed -i "s:/usr/local:/usr:" Makefile
+ # fix a broken Makefiles
sed -i "s:-o root -g root ::" nxcompshad/Makefile.in
- make CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --includedir=/usr/include"
+ make \
+ PREFIX=/usr \
+ CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --includedir=/usr/include"
+
# fake install
mkdir $srcdir/fakeinstall
- make DESTDIR="$srcdir/fakeinstall" install
+ make PREFIX=/usr DESTDIR="$srcdir/fakeinstall" install
}
package_libxcomp() {
@@ -119,6 +121,8 @@ package_x2go-agent() {
pkgdesc="Wrapper arround nxagent to use with x2goserver"
depends=('nxagent')
+ provides=('x2goagent')
+ replaces=('x2goagent')
install -dm755 ${pkgdir}/usr/{bin,lib/x2go/bin,share/{pixmaps,x2go/versions}}
# this is a nxagent symlink
diff --git a/extra/php-apc/PKGBUILD b/extra/php-apc/PKGBUILD
index 5be677c38..9eb21f572 100644
--- a/extra/php-apc/PKGBUILD
+++ b/extra/php-apc/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 166404 2012-09-07 16:52:02Z pierre $
+# $Id: PKGBUILD 175091 2013-01-13 14:39:03Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=php-apc
-pkgver=3.1.13
+pkgver=3.1.14
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A free, open, and robust framework for caching and optimizing PHP intermediate code'
@@ -11,7 +11,7 @@ depends=('php')
license=('PHP')
source=("http://pecl.php.net/get/APC-${pkgver}.tgz")
backup=('etc/php/conf.d/apc.ini')
-md5sums=('c9e47002e3a67ebde3a6f81437c7b6e0')
+md5sums=('4e9111f9e2bdc219107e98beffc3751e')
build() {
cd $srcdir/APC-$pkgver
diff --git a/extra/php-xcache/PKGBUILD b/extra/php-xcache/PKGBUILD
index 185739cc5..37470f59a 100644
--- a/extra/php-xcache/PKGBUILD
+++ b/extra/php-xcache/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 170770 2012-11-11 06:21:29Z pierre $
+# $Id: PKGBUILD 175092 2013-01-13 14:39:10Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=php-xcache
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A PHP opcode cacher'
url='http://xcache.lighttpd.net/'
@@ -12,7 +12,7 @@ license=('custom')
source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2"
'xcache.ini')
backup=('etc/php/conf.d/xcache.ini')
-md5sums=('63be7c8b14ffc01babe5378111f13228'
+md5sums=('45086010bc4f82f506c08be1c556941b'
'8fd9ce537ada9463c4b0c042243158c0')
build() {
diff --git a/extra/sharutils/PKGBUILD b/extra/sharutils/PKGBUILD
index 476573baa..58889fd8a 100644
--- a/extra/sharutils/PKGBUILD
+++ b/extra/sharutils/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 174014 2013-01-01 13:05:38Z bisson $
+# $Id: PKGBUILD 175104 2013-01-13 20:19:27Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=sharutils
-pkgver=4.13
+pkgver=4.13.3
pkgrel=1
pkgdesc='Makes so-called shell archives out of many files'
url='http://www.gnu.org/software/sharutils/'
license=('GPL')
arch=('i686' 'x86_64')
depends=('perl' 'gettext' 'texinfo')
-source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('8c1531846bc397c2afbbbf2ca33c8d5fd78bbc3d')
+source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('50582fcededd1891c47ec1caa98491e280950cbd')
install=install
diff --git a/extra/tumbler/PKGBUILD b/extra/tumbler/PKGBUILD
index 2161516d6..85d5c6323 100644
--- a/extra/tumbler/PKGBUILD
+++ b/extra/tumbler/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 173054 2012-12-09 18:45:26Z foutrelis $
+# $Id: PKGBUILD 175094 2013-01-13 14:57:05Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Jan Jezek <honzin.jezek@gmail.com>
pkgname=tumbler
-pkgver=0.1.26
+pkgver=0.1.27
pkgrel=1
pkgdesc="D-Bus service for applications to request thumbnails"
arch=('i686' 'x86_64')
@@ -15,14 +15,14 @@ depends=('dbus-glib' 'gdk-pixbuf2')
makedepends=('intltool' 'ffmpegthumbnailer' 'gst-plugins-base-libs'
'poppler-glib' 'libgsf' 'libopenraw' 'freetype2')
optdepends=('ffmpegthumbnailer: for video thumbnails'
- 'gstreamer: for video thumbnails'
+ 'gst-libav: for video thumbnails'
'poppler-glib: for PDF thumbnails'
'libgsf: for ODF thumbnails'
'libopenraw: for RAW thumbnails'
'freetype2: for font thumbnails')
options=('!libtool')
source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6602ce700160d09edd88ea0b9bcb16abbc28974f372e646709e0ed8fbacc8a78')
+sha256sums=('4c60b3b92877257fcc54d18acbbe4ad73c84a7ff7608a430ad5a05b452923869')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/extra/xorg-xconsole/PKGBUILD b/extra/xorg-xconsole/PKGBUILD
index ec5f653c6..426f9300f 100644
--- a/extra/xorg-xconsole/PKGBUILD
+++ b/extra/xorg-xconsole/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151170 2012-02-25 06:52:57Z allan $
+# $Id: PKGBUILD 175083 2013-01-13 09:45:06Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xconsole
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Monitor system console messages with X"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -11,7 +11,7 @@ license=('custom')
depends=('libxaw' 'libxmu' 'libxt' 'libx11')
makedepends=('xorg-util-macros')
source=(http://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.bz2)
-sha1sums=('195299d4948ba4c62e961ddd0bd4572283244715')
+sha256sums=('195fad7a1ca274835fc346c82acce90a0c2e9f288e85bd1a3c256dbc1c8c11e5')
build() {
cd "${srcdir}/xconsole-${pkgver}"
diff --git a/extra/xorg-xedit/PKGBUILD b/extra/xorg-xedit/PKGBUILD
index 8b5e389bb..5fcec8b7d 100644
--- a/extra/xorg-xedit/PKGBUILD
+++ b/extra/xorg-xedit/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: $
+# $Id: PKGBUILD 175085 2013-01-13 09:47:49Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xedit
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="Simple text editor for X"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -11,7 +11,7 @@ license=('custom')
depends=('libxaw' 'libxmu' 'libxt' 'libx11')
makedepends=('xorg-util-macros')
source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
-sha1sums=('e6f8735d09c9da67bba3cd3c39f34f5d1fc79a70')
+sha256sums=('89b0b0f86b0b5ab2898ee669d394b28c6ac5a9a53f8fae1726ba5664cd36c98e')
build() {
cd "${srcdir}/xedit-${pkgver}"
diff --git a/extra/xorg-xmag/PKGBUILD b/extra/xorg-xmag/PKGBUILD
index aede01654..cdce17e7c 100644
--- a/extra/xorg-xmag/PKGBUILD
+++ b/extra/xorg-xmag/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: $
+# $Id: PKGBUILD 175087 2013-01-13 09:49:37Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xmag
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Magnify parts of the screen"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -11,7 +11,7 @@ license=('custom')
depends=('libxaw' 'libxmu' 'libxt' 'libx11')
makedepends=('xorg-util-macros')
source=(http://xorg.freedesktop.org/archive/individual/app/xmag-${pkgver}.tar.bz2)
-sha1sums=('95695d4d4a731e5deb4196a0cc6d04ecaba023fe')
+sha256sums=('4ace8795cf756be4ba387f30366045594ce26adda2f5ffe1f8e896825d0932c6')
build() {
cd "${srcdir}/xmag-${pkgver}"
diff --git a/extra/xorg-xmessage/PKGBUILD b/extra/xorg-xmessage/PKGBUILD
index 4e8a70f9d..8c6ddd5f4 100644
--- a/extra/xorg-xmessage/PKGBUILD
+++ b/extra/xorg-xmessage/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151011 2012-02-24 13:16:39Z allan $
+# $Id: PKGBUILD 175089 2013-01-13 09:51:21Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xmessage
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
pkgdesc="Display a message or query in a window"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -11,7 +11,7 @@ license=('custom')
depends=('libxaw')
makedepends=('xorg-util-macros')
source=(http://xorg.freedesktop.org/archive/individual/app/xmessage-${pkgver}.tar.bz2)
-sha1sums=('a8bfefbbe7785fa0e58ed4f596f4d79ba0b4d9b2')
+sha256sums=('bcdf4b461c439bb3ade6e1e41c47d6218b912da8e9396b7ad70856db2f95ab68')
build() {
cd "${srcdir}/xmessage-${pkgver}"