summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-15 01:14:48 -0700
committerroot <root@rshg054.dnsready.net>2013-05-15 01:14:48 -0700
commit51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a (patch)
tree00044126c105926c03e23c9611be579689db2b8b /community
parent2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (diff)
Wed May 15 01:14:48 PDT 2013
Diffstat (limited to 'community')
-rw-r--r--community/almanah/PKGBUILD4
-rw-r--r--community/bird/PKGBUILD27
-rw-r--r--community/bird/bird6.service4
-rwxr-xr-xcommunity/cairo-dock-plugins/PKGBUILD4
-rw-r--r--community/cegui/PKGBUILD10
-rw-r--r--community/chmsee/PKGBUILD8
-rw-r--r--community/fcron/PKGBUILD68
-rw-r--r--community/fcron/fcron.rc36
-rw-r--r--community/fcron/fcron.service9
-rw-r--r--community/fcron/run-cron10
-rw-r--r--community/gnokii/PKGBUILD9
-rw-r--r--community/gnome-panel/PKGBUILD4
-rw-r--r--community/go/PKGBUILD20
-rw-r--r--community/kmymoney/PKGBUILD16
-rw-r--r--community/kmymoney/git-fixes.diff43
-rwxr-xr-xcommunity/lightdm-gtk2-greeter/PKGBUILD8
-rwxr-xr-xcommunity/lightdm-gtk3-greeter/PKGBUILD8
-rw-r--r--community/osmo/PKGBUILD4
-rw-r--r--community/pdns-recursor/PKGBUILD8
-rw-r--r--community/pdns-recursor/pdns-recursor.service2
-rw-r--r--community/pdns/PKGBUILD12
-rw-r--r--community/pdns/pdns.service2
-rw-r--r--community/unifdef/PKGBUILD6
23 files changed, 171 insertions, 151 deletions
diff --git a/community/almanah/PKGBUILD b/community/almanah/PKGBUILD
index 905ac9983..709f26825 100644
--- a/community/almanah/PKGBUILD
+++ b/community/almanah/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 88674 2013-04-21 22:16:40Z heftig $
+# $Id: PKGBUILD 90849 2013-05-14 21:40:34Z andrea $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=almanah
pkgver=0.10.1
-pkgrel=2
+pkgrel=3
pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
arch=('i686' 'x86_64')
url="http://live.gnome.org/Almanah_Diary"
diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD
index 3a4f77974..364c7186a 100644
--- a/community/bird/PKGBUILD
+++ b/community/bird/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90491 2013-05-12 22:34:17Z seblu $
+# $Id: PKGBUILD 90843 2013-05-14 17:50:10Z seblu $
# Maintainer: Sébastien Luttringer
pkgbase=bird
pkgname=('bird' 'bird6')
pkgver=1.3.10
-pkgrel=2
+pkgrel=4
arch=('i686' 'x86_64')
url='http://bird.network.cz/'
license=('GPL2')
@@ -14,7 +14,7 @@ source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz"
'bird6.service')
md5sums=('553c331b32bca9e926519cb2f67d68be'
'01360e3b71ff2ed2223e87a3176e0659'
- '13a5f066a39f82136291f1461458651c')
+ 'b895b473cbc98cfd54751f737536eb1e')
build() {
cd $pkgbase-$pkgver
@@ -24,12 +24,23 @@ build() {
# build ipv4 bird
cd _build4
- ../configure
+ ../configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --docdir=/usr/share/doc/$pkgname
make
# build ipv6 bird
cd ../_build6
- ../configure --enable-ipv6
+ ../configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --docdir=/usr/share/doc/$pkgname \
+ --enable-ipv6
make
}
@@ -43,8 +54,9 @@ package_bird () {
sysconfdir="$pkgdir/etc" \
sbindir="$pkgdir/usr/bin" \
localstatedir="$pkgdir/var" \
+ docdir="$pkgdir/usr/share/doc/$pkgname" \
install
- make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
+ #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
# no /var inside pkg
rm -r "$pkgdir/var"
@@ -63,8 +75,9 @@ package_bird6 () {
sysconfdir="$pkgdir/etc" \
sbindir="$pkgdir/usr/bin" \
localstatedir="$pkgdir/var" \
+ docdir="$pkgdir/usr/share/doc/$pkgname" \
install
- make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
+ #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
# no /var inside pkg
rm -r "$pkgdir/var"
diff --git a/community/bird/bird6.service b/community/bird/bird6.service
index 8eb1dd505..d852fb52c 100644
--- a/community/bird/bird6.service
+++ b/community/bird/bird6.service
@@ -4,8 +4,8 @@ After=network.target
[Service]
ExecStart=/usr/bin/bird6 -d
-ExecReload=/usr/bin/bird6c configure
-ExecStop=/usr/bin/bird6c down
+ExecReload=/usr/bin/birdc6 configure
+ExecStop=/usr/bin/birdc6 down
[Install]
WantedBy=multi-user.target
diff --git a/community/cairo-dock-plugins/PKGBUILD b/community/cairo-dock-plugins/PKGBUILD
index cad086944..3de7f286e 100755
--- a/community/cairo-dock-plugins/PKGBUILD
+++ b/community/cairo-dock-plugins/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 88927 2013-04-24 21:31:30Z alucryd $
+# $Id: PKGBUILD 90850 2013-05-14 21:40:35Z andrea $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Tofe <chris.chapuis@gmail.com>
# Contributor: zhuqin <zhuqin83@gmail.com>
@@ -7,7 +7,7 @@
pkgname=cairo-dock-plugins
pkgver=3.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="Plugins for Cairo-Dock"
url="https://launchpad.net/cairo-dock"
license=('GPL')
diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD
index c11e7d1ea..60cffc542 100644
--- a/community/cegui/PKGBUILD
+++ b/community/cegui/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 87406 2013-03-31 19:18:09Z stephane $
+# $Id: PKGBUILD 90790 2013-05-13 22:47:24Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>,
@@ -7,18 +7,18 @@
pkgbase=cegui
pkgname=('cegui' 'cegui-docs')
pkgver=0.7.9
-pkgrel=2
+pkgrel=3
pkgdesc="A free library providing windowing and widgets for graphics APIs/engines"
arch=('i686' 'x86_64')
url="http://crayzedsgui.sourceforge.net"
#options=('!libtool')
license=("MIT")
depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly')
-makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
+makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht')
optdepends=("python2: python bindings"
"ogre: ogre module"
- "gtk2: gtk2 module")
- #"irrlicht: irrlicht module") maybe again at some point
+ "gtk2: gtk2 module"
+ "irrlicht: irrlicht module")
options=(!libtool)
source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
md5sums=('a8b682daf82e383edc169c2e6eb2b321')
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index c49379b51..083c66c2b 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 88085 2013-04-11 09:03:50Z lcarlier $
+# $Id: PKGBUILD 90845 2013-05-14 19:53:14Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
pkgver=2.0
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
url="http://chmsee.googlecode.com/"
license=('GPL')
-depends=('xulrunner>18.0' 'xulrunner<21.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner>18.0' 'xulrunner<22.0' 'chmlib' 'desktop-file-utils')
makedepends=('python2')
#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
@@ -25,7 +25,7 @@ build() {
cp Makefile.arch Makefile
sed -i -e 's/17.*/18.0/g' ../application.ini
- sed -i -e 's/19.*/20.0/g' ../application.ini
+ sed -i -e 's/19.*/21.0/g' ../application.ini
make -j1
}
diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD
index 199c36931..1eb727dd0 100644
--- a/community/fcron/PKGBUILD
+++ b/community/fcron/PKGBUILD
@@ -1,91 +1,89 @@
-# $Id: PKGBUILD 83238 2013-01-28 15:29:15Z ttoepper $
+# $Id: PKGBUILD 90800 2013-05-14 01:21:05Z seblu $
# Contributor: Giorgio Lando <lando at imap dot cc>
# Contributor: Sergej Pupykin
# Contributor: Thomas Bächler
+# Contributor: Sébastien Luttringer
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=fcron
-pkgver=3.1.1
-pkgrel=1
+pkgver=3.1.2
+pkgrel=4
pkgdesc='Feature-rich cron implementation'
arch=(i686 x86_64)
-url="http://fcron.free.fr"
+url='http://fcron.free.fr'
license=('GPL')
depends=('pam')
-makedepends=('smtp-server')
-optdepends=('smtp-server: to receive mails from cron jobs')
+makedepends=('smtp-server' 'vi')
+optdepends=('smtp-server: to receive mails from cron jobs'
+ 'vi: default editor for fcrontab')
provides=('cron')
conflicts=('dcron')
-backup=(etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny \
- var/spool/fcron/systab var/spool/fcron/systab.orig)
+backup=('etc/fcron/fcron.conf'
+ 'etc/fcron/fcron.allow'
+ 'etc/fcron/fcron.deny'
+ 'var/spool/fcron/systab'
+ 'var/spool/fcron/systab.orig')
options=('emptydirs' '!makeflags')
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \
- systab systab.orig run-cron fcron.service)
-md5sums=('230b91f308e6012957a3a71a94f03838'
- 'e0c3f0bdc3c98fbbe46eff19001c18f2'
+source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz"
+ 'systab'
+ 'systab.orig'
+ 'run-cron')
+md5sums=('36bf213e15f3a480f2274f8e46cced0a'
'938722c6654ef7b07f4aa10001905ba1'
'bfb7daa22ebe22b9917e455c1ca4a382'
- '5ff0cdcb9ec99778938ac6ef26800327'
- '973e440ba6d9ea5aa00b45377140fae4')
+ '524eba827447a6b7ef7515eedf305698')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr \
+ --sbindir=/usr/bin \
--sysconfdir=/etc/fcron \
--with-answer-all=no \
--with-boot-install=no \
--with-username=root \
--with-groupname=root \
--datarootdir=/usr/share \
- --datadir=/usr/share \
+ --datadir=/usr/share \
--with-docdir=/usr/share/doc \
--localstatedir=/var \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--with-piddir=/run \
- --with-editor=/usr/bin/vi \
+ --with-editor=/usr/bin/vi \
--with-sendmail=/usr/sbin/sendmail
make
-
- # Temporary bugfix make install expects the file in the files directory.
- cp script/fcron.init.systemd files
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
-
+ cd $pkgname-$pkgver
+
make DESTDIR="$pkgdir/" install
- install -D -m755 "$srcdir/fcron.rc" "$pkgdir/etc/rc.d/fcron"
install -D -m644 "$srcdir/$pkgname-$pkgver/files/fcron.pam" "$pkgdir/etc/pam.d/fcron"
-
+
install -D -m644 "$srcdir/$pkgname-$pkgver/files/fcrontab.pam" "$pkgdir/etc/pam.d/fcrontab"
# Install default fcrontab so that fcron can completely replace dcron
-
- install -D -m600 "$srcdir/systab" "$pkgdir/var/spool/fcron/systab"
+
+ install -D -m640 "$srcdir/systab" "$pkgdir/var/spool/fcron/systab"
# In order to preserve the systab crontab in any case it is better to have
# it in non-binary form too
- install -D -m600 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
+ install -D -m640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
# Add cron.* directories
install -d -m755 "$pkgdir/etc/cron.daily"
install -d -m755 "$pkgdir/etc/cron.hourly"
install -d -m755 "$pkgdir/etc/cron.monthly"
install -d -m755 "$pkgdir/etc/cron.weekly"
-
- # Install run-cron script to make fcron run without dcron
- install -D -m755 "$srcdir/run-cron" "$pkgdir/usr/sbin/run-cron"
- # Install systemd service
- #install -D -m644 "$srcdir/fcron.service" \
- # "$pkgdir/usr/lib/systemd/system/fcron.service"
+ # Install run-cron script to make fcron run without dcron
+ install -D -m755 "$srcdir/run-cron" "$pkgdir/usr/bin/run-cron"
# avoid conflict with filesystem>=2012.06
- rmdir "$pkgdir/var/run"
+ rmdir "$pkgdir"/{var/,}run
# avoid conflict with libbsd - #31259
rm "$pkgdir/usr/share/man/man3/bitstring.3" \
"$pkgdir/usr/share/man/fr/man3/bitstring.3"
rmdir --ignore-fail-on-non-empty "$pkgdir/usr/share/man/man3" \
- "$pkgdir/usr/share/man/fr/man3" || true
+ "$pkgdir/usr/share/man/fr/man3"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/fcron/fcron.rc b/community/fcron/fcron.rc
deleted file mode 100644
index 880439a1d..000000000
--- a/community/fcron/fcron.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/fcron`
-case "$1" in
- start)
- stat_busy "Starting Fcron Daemon"
- [ -z "$PID" ] && /usr/sbin/fcron -b
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon fcron
- stat_done
- fi
- ;;
- stop)
- stat_busy "Stopping Fcron Daemon"
- [ -n "$PID" ] && kill $PID >/dev/null
- if [ $? -gt 0 ]; then
- stat_fail
- else
- rm_daemon fcron
- stat_done
- fi
- ;;
- restart)
- $0 stop
- sleep 1
- $0 start
- ;;
- *)
- echo "usage: $0 {start|stop|restart}"
-esac
-exit 0
diff --git a/community/fcron/fcron.service b/community/fcron/fcron.service
deleted file mode 100644
index c54e8d9e9..000000000
--- a/community/fcron/fcron.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Cron Daemon
-
-[Service]
-ExecStart=/usr/sbin/fcron --foreground --nosyslog
-KillMode=process
-
-[Install]
-WantedBy=multi-user.target
diff --git a/community/fcron/run-cron b/community/fcron/run-cron
index 51007a15a..8e65e2fd0 100644
--- a/community/fcron/run-cron
+++ b/community/fcron/run-cron
@@ -1,14 +1,14 @@
-#!/bin/sh
+#!/bin/bash
-if [ -z $1 ]; then
+if [[ -z "$1" ]]; then
echo "Usage: $0 crondir"
exit 1
fi
-for cron in $1/* ; do
- if [ -x $cron ]; then
- $cron
+for cron in "$1"/* ; do
+ if [[ -x "$cron" ]]; then
+ "$cron"
fi
done
unset cron
diff --git a/community/gnokii/PKGBUILD b/community/gnokii/PKGBUILD
index 98bdd0b23..0c0a051ed 100644
--- a/community/gnokii/PKGBUILD
+++ b/community/gnokii/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90761 2013-05-13 18:04:36Z heftig $
+# $Id: PKGBUILD 90848 2013-05-14 21:40:33Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=gnokii
pkgver=0.6.31
-pkgrel=3
+pkgrel=4
pkgdesc="Tools and user space driver for use with mobile phones"
arch=('i686' 'x86_64')
url="http://www.gnokii.org/"
@@ -24,7 +24,7 @@ md5sums=('d9627f4a1152d3ea7806df4532850d5f'
'fd1c448114c2e0de8e05981030f0e69f')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
# FS#13249
sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
@@ -33,13 +33,14 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
+ --sbindir=/usr/bin \
--enable-security \
--disable-unix98test
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
install -Dm644 Docs/sample/gnokiirc "${pkgdir}/etc/gnokiirc"
diff --git a/community/gnome-panel/PKGBUILD b/community/gnome-panel/PKGBUILD
index e173e3492..d08ed0197 100644
--- a/community/gnome-panel/PKGBUILD
+++ b/community/gnome-panel/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 88932 2013-04-24 22:25:52Z bgyorgy $
+# $Id: PKGBUILD 90851 2013-05-14 21:40:37Z andrea $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgbase=gnome-panel
pkgname=('gnome-panel' 'gnome-flashback-session')
pkgver=3.6.2
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64')
license=('GPL')
pkgdesc="Legacy GNOME panel"
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 45d62ed28..7578cb815 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90230 2013-05-09 17:13:58Z arodseth $
+# $Id: PKGBUILD 90814 2013-05-14 09:02:17Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Rémy Oudompheng <remy@archlinux.org>
@@ -11,7 +11,7 @@
# TODO: Create split packages for the crosscompilation versions as well
pkgname=go
-pkgver=1.1rc3
+pkgver=1.1
pkgrel=1
epoch=2
pkgdesc='Google Go compiler and tools'
@@ -23,17 +23,17 @@ makedepends=('inetutils')
options=('!strip')
install="$pkgname.install"
backup=('usr/lib/go/bin')
-#if [ "$CARCH" == 'x86_64' ]; then
-# source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz"
-# "$pkgname.sh")
-# sha256sums=('ed631dd172418488ee24f79b1aa64474b8eb959f8035c5f2ee77e6d2e467e61a'
-# 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
-#else
+if [ "$CARCH" == 'x86_64' ]; then
+ source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz"
+ "$pkgname.sh")
+ sha256sums=('2ed0548bc9f9071c24d253f945dd8354bdaa8a9925e48ad5eef586afbf6cfe8a'
+ 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
+else
source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz"
"$pkgname.sh")
- sha256sums=('c81fd6503ab49ad92a270a740581ad744062c195bec4df94ae9973a9f4001da9'
+ sha256sums=('fd6c951cbd5329f192430fe579dbe594d380c80651bf660c1b3d4e9a86370383'
'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
-#fi
+fi
build() {
cd "$srcdir/$pkgname/src"
diff --git a/community/kmymoney/PKGBUILD b/community/kmymoney/PKGBUILD
index 7fa40dc85..8d2322472 100644
--- a/community/kmymoney/PKGBUILD
+++ b/community/kmymoney/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 76043 2012-09-09 20:57:42Z jlichtblau $
+# $Id: PKGBUILD 90852 2013-05-14 21:40:38Z andrea $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Vamp898 <vamp898@web.de>
@@ -8,7 +8,7 @@
pkgname=kmymoney
pkgver=4.6.3
-pkgrel=1
+pkgrel=2
pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money or Quicken"
arch=('i686' 'x86_64')
url="http://kmymoney2.sourceforge.net/"
@@ -19,8 +19,16 @@ replaces=('kmymoney2')
install=$pkgname.install
changelog=$pkgname.changelog
options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('94e109992b7e9ebb066b608d56c168216b8a944d62538c95176bc36ea4db542e')
+source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2
+ git-fixes.diff)
+sha256sums=('94e109992b7e9ebb066b608d56c168216b8a944d62538c95176bc36ea4db542e'
+ 'e618cc5531f00c14171c5cae837d8b5fb58bccaac363a5b09eed863355c242d3')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ patch -Np1 -i ../git-fixes.diff
+}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/kmymoney/git-fixes.diff b/community/kmymoney/git-fixes.diff
new file mode 100644
index 000000000..21b0e2330
--- /dev/null
+++ b/community/kmymoney/git-fixes.diff
@@ -0,0 +1,43 @@
+commit 77209f84a85360e98d2e805d412956a8f2a77db3
+Author: Alex Merry <kde@randomguy3.me.uk>
+Date: Fri Feb 1 15:31:54 2013 +0000
+
+ Fix build with GMP 5.1.0
+
+ GMP 5.1.0 no longer has implicit conversions to mpz_class from mpq_class
+ or mpf_class. So we have to have an explicit conversion.
+
+ BUG: 312481
+
+diff --git a/kmymoney/mymoney/mymoneymoney.cpp b/kmymoney/mymoney/mymoneymoney.cpp
+index aeed135..5de7fa9 100644
+--- a/kmymoney/mymoney/mymoneymoney.cpp
++++ b/kmymoney/mymoney/mymoneymoney.cpp
+@@ -158,7 +158,7 @@ QString MyMoneyMoney::formatMoney(const QString& currency, const int prec, bool
+ // be much better than using KGlobal::locale()->formatMoney.
+ bool bNegative = false;
+ mpz_class left = value / static_cast<MyMoneyMoney>(convertDenominator(d)).valueRef().get_den();
+- mpz_class right = (valueRef() - mpq_class(left)) * denom;
++ mpz_class right = mpz_class((valueRef() - mpq_class(left)) * denom);
+
+ if (right < 0) {
+ right = -right;
+commit 9b6f96a38b8c84cb87bb07165b503acbe5ea81ff
+Author: Christoph Feck <christoph@maxiom.de>
+Date: Fri Mar 23 23:05:19 2012 +0100
+
+ Fix includes
+
+diff --git a/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp b/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
+index ff217e3..d31bb02 100644
+--- a/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
++++ b/kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp
+@@ -16,6 +16,7 @@
+
+ #include "mymoneydatabasemgrtest.h"
+ #include <pwd.h>
++#include <unistd.h>
+ #include <iostream>
+
+ #include <QtTest/QtTest>
+
diff --git a/community/lightdm-gtk2-greeter/PKGBUILD b/community/lightdm-gtk2-greeter/PKGBUILD
index 9830537de..f47d44565 100755
--- a/community/lightdm-gtk2-greeter/PKGBUILD
+++ b/community/lightdm-gtk2-greeter/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90483 2013-05-12 21:57:46Z alucryd $
+# $Id: PKGBUILD 90810 2013-05-14 08:06:07Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Padfoot <padfoot@exemail.com.au>
pkgname=lightdm-gtk2-greeter
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
epoch=1
pkgdesc="GTK+ greeter for LightDM"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
provides=("${pkgname/2/}")
backup=('etc/lightdm/lightdm-gtk-greeter.conf')
source=("https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz")
-sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621')
+sha256sums=('0de611783a9306130b0f0865c533fcaf2d21fcda9f85e7ee81b58cfa5bd781cc')
build() {
cd "${srcdir}"/${pkgname/2/}-${pkgver}
diff --git a/community/lightdm-gtk3-greeter/PKGBUILD b/community/lightdm-gtk3-greeter/PKGBUILD
index 7cdb2ab7d..abf027725 100755
--- a/community/lightdm-gtk3-greeter/PKGBUILD
+++ b/community/lightdm-gtk3-greeter/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90482 2013-05-12 21:57:34Z alucryd $
+# $Id: PKGBUILD 90802 2013-05-14 07:23:18Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Padfoot <padfoot@exemail.com.au>
pkgname=lightdm-gtk3-greeter
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
epoch=1
pkgdesc="GTK+ greeter for LightDM"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
provides=("${pkgname/3/}")
backup=('etc/lightdm/lightdm-gtk-greeter.conf')
source=("https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz")
-sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621')
+sha256sums=('0de611783a9306130b0f0865c533fcaf2d21fcda9f85e7ee81b58cfa5bd781cc')
build() {
cd "${srcdir}"/${pkgname/3/}-${pkgver}
diff --git a/community/osmo/PKGBUILD b/community/osmo/PKGBUILD
index 612679b84..d63f21c05 100644
--- a/community/osmo/PKGBUILD
+++ b/community/osmo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 68669 2012-03-31 08:29:38Z stativ $
+# $Id: PKGBUILD 90853 2013-05-14 21:40:39Z andrea $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
# Contributor: Benzo <mb_benzo@yahoo.es>
pkgname=osmo
pkgver=0.2.10
-pkgrel=7
+pkgrel=8
pkgdesc="A handy personal organizer"
arch=('i686' 'x86_64')
url="http://clayo.org/osmo/"
diff --git a/community/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD
index 5632e27d2..6bc817065 100644
--- a/community/pdns-recursor/PKGBUILD
+++ b/community/pdns-recursor/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 89549 2013-04-29 23:06:17Z arodseth $
+# $Id: PKGBUILD 90828 2013-05-14 12:04:07Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Jan Steffens <heftig@archlinux.org>
pkgname=pdns-recursor
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc='PowerDNS recursor'
url='https://www.powerdns.com/'
license=('GPL')
@@ -16,7 +16,7 @@ backup=('etc/powerdns/recursor.conf')
source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2"
'pdns-recursor.service')
sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549'
- 'c5849127cb42b578ff4c38ee6ad39e109bb749ce8b0147ac3619af90803b6875')
+ '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -29,7 +29,7 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
+ make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
mv "$pkgdir/etc/powerdns/recursor.conf-dist" "$pkgdir/etc/powerdns/recursor.conf"
rm -r "$pkgdir/etc/init.d"
install -Dm644 "$srcdir/pdns-recursor.service" \
diff --git a/community/pdns-recursor/pdns-recursor.service b/community/pdns-recursor/pdns-recursor.service
index 8f4404e1d..e8d23ccd0 100644
--- a/community/pdns-recursor/pdns-recursor.service
+++ b/community/pdns-recursor/pdns-recursor.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
Type=forking
-ExecStart=/usr/sbin/pdns_recursor --daemon
+ExecStart=/usr/bin/pdns_recursor --daemon
[Install]
WantedBy=multi-user.target
diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD
index 04277e59b..1ba41488b 100644
--- a/community/pdns/PKGBUILD
+++ b/community/pdns/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 90235 2013-05-09 18:41:57Z arodseth $
+# $Id: PKGBUILD 90788 2013-05-13 22:34:43Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Kevin Mihelich <kevin@archlinuxarm.org>
pkgname=pdns
pkgver=3.2
-pkgrel=6
+pkgrel=7
pkgdesc='Modern, advanced and high performance authoritative-only nameserver'
arch=('x86_64' 'i686')
url='http://www.powerdns.com/'
@@ -22,7 +22,7 @@ source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz"
'pdns.service'
'pdns.conf')
sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572'
- '2a60c4407bcfe19026ae77d3e3b7b477d5a0c6323c0bc78892e9d907003b442a'
+ 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040'
'a1afcccb0d2fb6a6f7a5960de95f8d38ce1ac75ac5e3dcecf09e49f0de10166e')
prepare() {
@@ -40,10 +40,12 @@ build() {
--libexecdir=/usr/lib \
--libdir=/usr/lib/powerdns \
--mandir=/usr/share/man \
- --with-modules="" \
+ --with-modules='' \
--with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \
--disable-recursor \
- --disable-static
+ --disable-static \
+ --sbindir=/usr/bin \
+ --bindir=/usr/bin
make
}
diff --git a/community/pdns/pdns.service b/community/pdns/pdns.service
index 1005c9f64..b544ba73e 100644
--- a/community/pdns/pdns.service
+++ b/community/pdns/pdns.service
@@ -4,7 +4,7 @@ After=syslog.target network.target
[Service]
Type=forking
-ExecStart=/usr/sbin/pdns_server --daemon --guardian=yes
+ExecStart=/usr/bin/pdns_server --daemon --guardian=yes
ExecReload=/usr/bin/pdns_control cycle
ExecStop=/usr/bin/pdns_control quit
diff --git a/community/unifdef/PKGBUILD b/community/unifdef/PKGBUILD
index 7e25872c7..fd8b122d0 100644
--- a/community/unifdef/PKGBUILD
+++ b/community/unifdef/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 88335 2013-04-16 13:31:44Z spupykin $
+# $Id: PKGBUILD 90818 2013-05-14 10:59:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=unifdef
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc="Remove #ifdef'ed lines"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ url="http://dotat.at/prog/unifdef/"
license=('GPL')
depends=()
source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
-md5sums=('72357e9faa877fe21f5d621d2024a242')
+md5sums=('1cfb5fa5dcab6e6246c07897a1a304b4')
build() {
cd "$srcdir/$pkgname-$pkgver"