summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/bluefish/PKGBUILD12
-rw-r--r--extra/dbus-glib/PKGBUILD6
-rw-r--r--extra/dbus-python/PKGBUILD8
-rw-r--r--extra/kdegraphics-mobipocket/PKGBUILD5
-rw-r--r--extra/kexec-tools/PKGBUILD18
-rw-r--r--extra/samba/PKGBUILD10
-rw-r--r--extra/xterm/PKGBUILD6
7 files changed, 32 insertions, 33 deletions
diff --git a/extra/bluefish/PKGBUILD b/extra/bluefish/PKGBUILD
index 2b9878027..26cbe5081 100644
--- a/extra/bluefish/PKGBUILD
+++ b/extra/bluefish/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 153431 2012-03-13 20:19:08Z eric $
+# $Id: PKGBUILD 162427 2012-06-27 03:30:42Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=bluefish
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc="A powerful HTML editor for experienced web designers and programmers"
arch=('i686' 'x86_64')
@@ -14,14 +14,14 @@ optdepends=('gucharmap: for using the charmap plugin')
options=('!libtool')
install=bluefish.install
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('2fca4e4fa67e6f2fda1335e1dc4e19ca318eb002'
- 'a7f2b776d9bacff1e2fd6d70aa0e37c53e85f7a2')
+sha1sums=('181f28b595f6259441eb13f4aaae60def596b980'
+ 'e8c4e3ba0623e476adeb8bf8466044894aa034c8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
- src/plugin_zencoding/zencoding/{,filters/,actions/}*.py
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ src/plugin_zencoding/zencoding/{,filters/,actions/}*.py data/lorem-ipsum-generator
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--enable-spell-check --disable-update-databases --disable-xml-catalog-update
make
}
diff --git a/extra/dbus-glib/PKGBUILD b/extra/dbus-glib/PKGBUILD
index 5569f6dc5..9ba5e1e92 100644
--- a/extra/dbus-glib/PKGBUILD
+++ b/extra/dbus-glib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 140079 2011-10-06 07:35:47Z ibiru $
+# $Id: PKGBUILD 162401 2012-06-26 20:15:42Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=dbus-glib
-pkgver=0.98
+pkgver=0.100
pkgrel=1
pkgdesc="GLib bindings for DBUS"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ depends=('dbus-core' 'glib2')
makedepends=('pkgconfig')
options=('!libtool' '!emptydirs')
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3f7f117dc7c8d899d9acfdcbf9253fb8')
+md5sums=('d33959a9c0c6a158f5ac6d640316e89e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/dbus-python/PKGBUILD b/extra/dbus-python/PKGBUILD
index 1a7023d5d..029a5d7a1 100644
--- a/extra/dbus-python/PKGBUILD
+++ b/extra/dbus-python/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 161472 2012-06-11 18:34:18Z jgc $
+# $Id: PKGBUILD 162393 2012-06-26 18:57:06Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=dbus-python
pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc="Python bindings for DBUS"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
@@ -12,7 +12,7 @@ url="http://www.freedesktop.org/wiki/Software/DBusBindings"
makedepends=('docutils' 'dbus-glib' 'python' 'python2')
options=('!libtool')
source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
-md5sums=('41a459bbbb5fd92eeebd632623af0bd7')
+md5sums=('742c7432ad0f7c3f98291d58fa2e35dc')
build() {
cd "${srcdir}"
diff --git a/extra/kdegraphics-mobipocket/PKGBUILD b/extra/kdegraphics-mobipocket/PKGBUILD
index 181df4616..dd8840842 100644
--- a/extra/kdegraphics-mobipocket/PKGBUILD
+++ b/extra/kdegraphics-mobipocket/PKGBUILD
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD 161211 2012-06-08 06:37:59Z andrea $
+# $Id: PKGBUILD 162383 2012-06-26 17:25:57Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdegraphics-mobipocket
pkgver=4.8.4
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of plugins to handle mobipocket files"
url="http://kde.org/"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
depends=('kdelibs')
+groups=('kde' 'kdegraphics')
makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
replaces=('kdegraphics-libs')
conflicts=('kdegraphics-libs')
diff --git a/extra/kexec-tools/PKGBUILD b/extra/kexec-tools/PKGBUILD
index df3615600..f8a15ba72 100644
--- a/extra/kexec-tools/PKGBUILD
+++ b/extra/kexec-tools/PKGBUILD
@@ -1,28 +1,23 @@
-# $Id: PKGBUILD 155721 2012-04-05 13:08:48Z dreisner $
+# $Id: PKGBUILD 162395 2012-06-26 19:28:54Z tpowa $
# Contributor: Camille Moncelier <pix@devlife.org>, simo <simo@archlinux.org>
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=kexec-tools
-pkgver=2.0.2
-pkgrel=5
+pkgver=2.0.3
+pkgrel=1
pkgdesc="Load another kernel from the currently executing Linux kernel"
arch=('i686' 'x86_64')
url="http://kernel.org/pub/linux/utils/kernel/kexec/"
-source=("http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2"
- 'kexec-tools-2.0.0-purgatory-makefile.patch'
+source=("ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2"
+ #"http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2"
'kexec'
'kexec.conf.d')
depends=('gawk' 'zlib' 'xz')
backup=('etc/conf.d/kexec')
license=('GPL2')
-md5sums=('35d05fed1c97008ac34c5bfb929295eb'
- 'b96f47c29757fcadfbc50ea6ea22f839'
- 'be059a103e5989519d22fca99f860a64'
- '9ca7e31d2c5c66c436a9a2baf20ad9b2')
build() {
cd $srcdir/$pkgname-$pkgver
- patch -Np1 -i ../kexec-tools-2.0.0-purgatory-makefile.patch
./configure --prefix=/usr
make
}
@@ -37,3 +32,6 @@ package() {
install -D -m644 $srcdir/kexec.conf.d $pkgdir/etc/conf.d/kexec
install -D -m755 $srcdir/kexec $pkgdir/etc/rc.d/kexec
}
+md5sums=('3d9ff82e8e16165b9e79ded271c08348'
+ 'be059a103e5989519d22fca99f860a64'
+ '9ca7e31d2c5c66c436a9a2baf20ad9b2')
diff --git a/extra/samba/PKGBUILD b/extra/samba/PKGBUILD
index 1eee0763a..d8347d089 100644
--- a/extra/samba/PKGBUILD
+++ b/extra/samba/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 161314 2012-06-09 06:35:50Z tpowa $
+# $Id: PKGBUILD 162373 2012-06-26 05:39:58Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgbase=samba
pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.5
+pkgver=3.6.6
# We use the 'A' to fake out pacman's version comparators. Samba chooses
# to append 'a','b',etc to their subsequent releases, which pamcan
# misconstrues as alpha, beta, etc. Bad samba!
-_realver=3.6.5
-pkgrel=3
+_realver=3.6.6
+pkgrel=1
arch=(i686 x86_64)
url="http://www.samba.org"
license=('GPL3')
@@ -157,7 +157,7 @@ install='samba.install'
install -D -m644 ${srcdir}/samba.conf ${pkgdir}/usr/lib/tmpfiles.d/samba.conf
rm -rf ${pkgdir}/var/run
}
-md5sums=('2f0c14547333c1b48fd4728b031e7040'
+md5sums=('0bea52842d172231c0c0e23ee570d7af'
'a45a4283723be2b0ae32439dc4496a09'
'5697da77590ec092cc8a883bae06093c'
'a4bbfa39fee95bba2e7ad6b535fae7e6'
diff --git a/extra/xterm/PKGBUILD b/extra/xterm/PKGBUILD
index 779b90f5a..73295c498 100644
--- a/extra/xterm/PKGBUILD
+++ b/extra/xterm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 162336 2012-06-25 16:30:47Z andyrtr $
+# $Id: PKGBUILD 162381 2012-06-26 16:12:16Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=xterm
-pkgver=280
+pkgver=281
pkgrel=1
pkgdesc="X Terminal Emulator"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('custom')
depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps')
source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
LICENSE)
-md5sums=('9ba6bf015b5eca93fe273bd75c1a35ac'
+md5sums=('bca2eb95bdd57653f8e3f2f57952c1c5'
'10ecc3f8ee91e3189863a172f68282d2')
build() {