summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-05 00:01:46 +0000
committerroot <root@rshg054.dnsready.net>2012-06-05 00:01:46 +0000
commit67db4cf68dbdb364c4dee1599294d7701f3c3b0a (patch)
treeab6491b591fe7f704b48188ecffe80771edf822e /community
parent1e6588d64f084decf287a58b7ff93ff0ce4d0446 (diff)
Tue Jun 5 00:01:46 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/c++-gtk-utils/PKGBUILD6
-rw-r--r--community/collectd/PKGBUILD9
-rw-r--r--community/collectd/service13
-rw-r--r--community/courier-mta/PKGBUILD8
-rw-r--r--community/exim/PKGBUILD54
-rw-r--r--community/gnunet-gtk/PKGBUILD6
-rw-r--r--community/gnunet/PKGBUILD9
-rw-r--r--community/lxshortcut/PKGBUILD34
-rw-r--r--community/mariadb/PKGBUILD8
-rw-r--r--community/nsd/PKGBUILD27
-rw-r--r--community/nsd/install8
-rw-r--r--community/nsd/service14
-rw-r--r--community/picard/PKGBUILD13
-rw-r--r--community/qupzilla/PKGBUILD32
-rw-r--r--community/qupzilla/qupzilla.install12
-rw-r--r--community/unbound/PKGBUILD9
-rw-r--r--community/unbound/unbound.service11
-rw-r--r--community/yagf/PKGBUILD8
18 files changed, 203 insertions, 78 deletions
diff --git a/community/c++-gtk-utils/PKGBUILD b/community/c++-gtk-utils/PKGBUILD
index e4b2d706b..51ed71635 100644
--- a/community/c++-gtk-utils/PKGBUILD
+++ b/community/c++-gtk-utils/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 70950 2012-05-20 14:02:23Z giovanni $
+# $Id: PKGBUILD 71906 2012-06-03 07:35:53Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=c++-gtk-utils
-pkgver=2.0.8
+pkgver=2.0.9
pkgrel=1
pkgdesc="Classes and functions for programming in GTK+"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('LGPL2.1')
depends=('gtk3')
options=('!libtool')
source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('7e2a3c37ed7d2a5f2c2a9bd891fc50d1')
+md5sums=('62d596cda98a7d82b3ea21cb1ce7b546')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD
index 88b750eca..23e14844b 100644
--- a/community/collectd/PKGBUILD
+++ b/community/collectd/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 71735 2012-06-02 10:28:04Z bluewind $
+# $Id: PKGBUILD 71904 2012-06-03 06:03:10Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Gerhard Brauer <gerhard.brauer@web.de>
pkgname=collectd
pkgver=5.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Daemon which collects system performance statistics periodically'
-arch=('i686' 'x86_64')
url='http://collectd.org/'
+arch=('i686' 'x86_64')
license=('GPL')
optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
@@ -42,10 +42,12 @@ depends=('libltdl')
source=("${url}files/${pkgname}-${pkgver}.tar.gz"
'rtnl_dump_filter.patch'
'libperl.patch'
+ 'service'
'rc.d')
sha1sums=('55f17b17a10710641a9bf4e8c5332cef661cafcd'
'c92b8dacff0a71f2cc8645c2e350ff9bdc1cbd5f'
'245c098d121a4a05594553583310953b3a2f6461'
+ 'b56907f532b9174e1b6995aadb518228d7464d3b'
'0f441718d5519cb043b1130e5a1d0379078adbcc')
backup=('etc/collectd.conf')
@@ -75,5 +77,6 @@ package() {
make DESTDIR="${pkgdir}" install
install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}"
+ install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/collectd.service
install -Dm644 contrib/collectd2html.pl "${pkgdir}"/usr/share/collectd/collectd2html.pl
}
diff --git a/community/collectd/service b/community/collectd/service
new file mode 100644
index 000000000..9581ec0c9
--- /dev/null
+++ b/community/collectd/service
@@ -0,0 +1,13 @@
+[Unit]
+Description=System statistics collection daemon
+After=local-fs.target network.target
+
+[Service]
+Type=forking
+PIDFile=/run/collectdmon.pid
+ExecStart=/usr/sbin/collectdmon
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
diff --git a/community/courier-mta/PKGBUILD b/community/courier-mta/PKGBUILD
index 530ab61b6..12ddd047f 100644
--- a/community/courier-mta/PKGBUILD
+++ b/community/courier-mta/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 71737 2012-06-02 10:28:34Z bluewind $
+# $Id: PKGBUILD 71916 2012-06-03 14:33:16Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: tobias <tobias@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
@@ -7,8 +7,8 @@
# Go read http://www.courier-mta.org/install.html b4 running or building courier
pkgname=courier-mta
-pkgver=0.68.0
-pkgrel=2
+pkgver=0.68.1
+pkgrel=1
pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig"
arch=(i686 x86_64)
license=('GPL2')
@@ -40,7 +40,7 @@ source=(http://downloads.sourceforge.net/project/courier/courier/${pkgver}/couri
pop3d.rc.d
pop3d-ssl.rc.d
webmaild.rc.d)
-md5sums=('5bd56150ed7c75cc8378c443742c632e'
+md5sums=('d894f57186933480e116350e7e0df8bc'
'9055ba622efd37603186ce1f37277224'
'5cbeb5c323706058e545f74ad7752ebe'
'f3ff70b40c7a1f7a017e8c4cc4d92f4f'
diff --git a/community/exim/PKGBUILD b/community/exim/PKGBUILD
index cd78dbde4..2678ea80e 100644
--- a/community/exim/PKGBUILD
+++ b/community/exim/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 64321 2012-02-11 23:20:47Z allan $
-# Maintainer: Angel Velasquez <angvp@archlinux.org>
-# Maintainer: judd <jvinet@zeroflux.org>
+# $Id: PKGBUILD 71941 2012-06-03 21:58:45Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Angel Velasquez <angvp@archlinux.org>
+# Contributor: judd <jvinet@zeroflux.org>
+
pkgname=exim
-pkgver=4.77
-pkgrel=3
+pkgver=4.80
+pkgrel=1
pkgdesc="Message Transfer Agent"
arch=('x86_64' 'i686')
-url="http://www.exim.org/"
+url='http://www.exim.org/'
license=('GPL')
-backup=(etc/mail/aliases etc/mail/exim.conf \
- etc/logrotate.d/exim etc/conf.d/exim)
+backup=(etc/mail/aliases etc/mail/exim.conf etc/logrotate.d/exim etc/conf.d/exim)
install=exim.install
-changelog=ChangeLog
depends=('db' 'pcre' 'pam' 'openssl' 'libldap')
provides=('smtp-server')
conflicts=('smtp-server')
@@ -22,7 +22,7 @@ source=("http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/exim-$pkgver.tar.bz2
exim.logrotate
exim.conf.d
exim.Makefile)
-sha256sums=('0ccc13cf2f052b1163fcdf71c55a3578765050848ba413a6473d3ab5d20b1475'
+sha256sums=('787b6defd37fa75311737bcfc42e9e2b2cc62c5d027eed35bb7d800b2d9a0984'
'932c9149b6809c70e94c1256e28325d197bbf80d27322793e217d4b692d49c5a'
'48457622b22de9721efe9f143a88e5f5ce833b792d2e757237b6cdb74a1708e6'
'7f1408f9c5d905968e665941f5c5efcf9da53e7a0bbef6c66220343bc2ae994b'
@@ -39,29 +39,31 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- install -Dm644 ../exim.logrotate ${pkgdir}/etc/logrotate.d/exim
- install -Dm644 ../exim.conf.d ${pkgdir}/etc/conf.d/exim
- install -Dm644 doc/exim.8 ${pkgdir}/usr/share/man/man8/exim.8
- install -Dm755 ../exim ${pkgdir}/etc/rc.d/exim
- mkdir -p ${pkgdir}/var/spool/exim/db ${pkgdir}/etc/mail \
- ${pkgdir}/var/log/exim ${pkgdir}/usr/{lib,sbin}
- chmod 770 ${pkgdir}/var/spool/exim ${pkgdir}/var/spool/exim/db ${pkgdir}/var/log/exim
+ install -Dm0644 ../exim.logrotate "${pkgdir}/etc/logrotate.d/exim"
+ install -Dm0644 ../exim.conf.d "${pkgdir}/etc/conf.d/exim"
+ install -Dm0644 doc/exim.8 "${pkgdir}/usr/share/man/man8/exim.8"
+ install -Dm0755 ../exim "${pkgdir}/etc/rc.d/exim"
+
+ mkdir -p "${pkgdir}/var/spool/exim/db" "${pkgdir}/etc/mail" \
+ "${pkgdir}/var/log/exim" "${pkgdir}/usr"/{lib,sbin}
+
+ chmod 770 "${pkgdir}/var/spool/exim" "${pkgdir}/var/spool/exim/db" "${pkgdir}/var/log/exim"
+
cd build-Linux-*
- for i in exicyclog exim_checkaccess exim_dumpdb exim_lock\
- exim_tidydb exipick exiqsumm exigrep exim_dbmbuild exim\
- exim_fixdb eximstats exinext exiqgrep exiwhat; do
- install -m 0755 "$i" "$pkgdir/usr/sbin"
+ for i in exicyclog exim_checkaccess exim_dumpdb exim_lock exim_tidydb exipick exiqsumm exigrep \
+ exim_dbmbuild exim exim_fixdb eximstats exinext exiqgrep exiwhat; do
+ install -m0755 "$i" "$pkgdir/usr/sbin"
done
cd "$srcdir/exim-$pkgver/src"
- sed -e "s|/etc/aliases|/etc/mail/aliases|g" \
- -e "s|SYSTEM_ALIASES_FILE|/etc/mail/aliases|g" configure.default \
- >"$pkgdir/etc/mail/exim.conf"
+ sed -e "s|/etc/aliases|/etc/mail/aliases|g" -e "s|SYSTEM_ALIASES_FILE|/etc/mail/aliases|g" \
+ configure.default > "$pkgdir/etc/mail/exim.conf"
cp "$srcdir/aliases" "$pkgdir/etc/mail"
+
cd "$pkgdir/usr/sbin"
for i in mailq rmail rsmtp runq sendmail; do
- ln -s exim "$i"
+ ln -s exim "$i"
done
# fhs compliancy
ln -s ../sbin/exim ../lib/sendmail
@@ -69,5 +71,3 @@ package() {
mkdir -p "$pkgdir/etc/rc.d"
cp "$srcdir/exim" "$pkgdir/etc/rc.d"
}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/gnunet-gtk/PKGBUILD b/community/gnunet-gtk/PKGBUILD
index ef785244e..515910ea8 100644
--- a/community/gnunet-gtk/PKGBUILD
+++ b/community/gnunet-gtk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 67760 2012-03-14 10:41:59Z spupykin $
+# $Id: PKGBUILD 71939 2012-06-03 21:25:05Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: wahnby <wahnby@yahoo.fr>
pkgname=gnunet-gtk
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc="A frontend for GNUnet"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('gnunet' 'glade' 'adns')
makedepends=('pkgconfig')
source=(ftp://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz)
-md5sums=('bc16671ed9f28808a262f2c88b018687')
+md5sums=('0ca9f143a928ee29ddc3c60e1d4b6dc8')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD
index de4c1913a..4a6a82c1d 100644
--- a/community/gnunet/PKGBUILD
+++ b/community/gnunet/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 67758 2012-03-14 10:41:00Z spupykin $
+# $Id: PKGBUILD 71937 2012-06-03 21:24:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: wahnby <wahnby@yahoo.fr>
pkgname=gnunet
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc="A framework for secure peer-to-peer networking"
arch=('i686' 'x86_64')
url="http://gnunet.org"
license=('GPL')
-depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite3' 'curl'
+depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'curl'
'libmicrohttpd' 'libunistring')
makedepends=('gettext' 'pkgconfig')
backup=(etc/gnunetd.conf)
@@ -19,13 +19,14 @@ source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz
gnunet.rc
gnunet.conf.d
defaults.conf)
-md5sums=('ecb3c0853e3b8feae6e6b16e69e0d527'
+md5sums=('7d2b75d8662804b8047c98ed59979dcb'
'5baf691913b007fb33e365239e3f7217'
'f161b46915736e4017e77ad735521453'
'0fe23b2ca5b3fc47a0b5645e04406da0')
build() {
cd $srcdir/gnunet-$pkgver
+ sed -i 's|contrib doc|doc|' Makefile.*
[ -f Makefile ] || ./configure --prefix=/usr --without-mysql
make
}
diff --git a/community/lxshortcut/PKGBUILD b/community/lxshortcut/PKGBUILD
new file mode 100644
index 000000000..75732c2a7
--- /dev/null
+++ b/community/lxshortcut/PKGBUILD
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 71908 2012-06-03 08:11:43Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# Contributor: swanson <swansonwebaake at gmail dot com>
+# Contributor: zoulnix <http://goo.gl/HQaP>
+# Contributor: n6W588kJ2d
+
+pkgname=lxshortcut
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='Small program used to edit application shortcuts'
+arch=('i686' 'x86_64')
+url="http://lxde.org/"
+license=('GPL')
+groups=('lxde')
+depends=('gtk2')
+makedepends=('autoconf' 'automake' 'gcc' 'intltool' 'make' 'pkg-config')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.gz)
+md5sums=('72f0dfafa8098be853beae6e33b5e13b')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
+
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=${pkgdir} install
+}
diff --git a/community/mariadb/PKGBUILD b/community/mariadb/PKGBUILD
index 1a7c9c3a5..586761908 100644
--- a/community/mariadb/PKGBUILD
+++ b/community/mariadb/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 71031 2012-05-22 06:04:35Z bpiotrowski $
+# $Id: PKGBUILD 71910 2012-06-03 09:52:48Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgbase=mariadb
pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb')
-pkgver=5.5.23
-pkgrel=3
+pkgver=5.5.24
+pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
url="http://mariadb.org/"
@@ -12,7 +12,7 @@ makedepends=('cmake' 'openssl' 'zlib')
options=('!libtool')
source=("http://mirror.de.gsnw.de:56431/$pkgbase/$pkgbase-$pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$pkgver.tar.gz"
'mysqld')
-md5sums=('7074fa091b3c1489f45a5ddf12cd5e6f'
+md5sums=('caf9461227eeadd4e57cf3f2a74b1165'
'3bb5a9a96340feb0184bc057ee6e330b')
build() {
diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD
index fca605f66..04e329e46 100644
--- a/community/nsd/PKGBUILD
+++ b/community/nsd/PKGBUILD
@@ -1,34 +1,47 @@
-# $Id: PKGBUILD 64529 2012-02-15 22:26:23Z bisson $
+# $Id: PKGBUILD 71903 2012-06-03 06:00:07Z bisson $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Roberto Alsina <ralsina@kde.org>
pkgname=nsd
pkgver=3.2.10
-pkgrel=1
+pkgrel=2
pkgdesc='Authoritative only, high performance and simple DNS server'
url='http://www.nlnetlabs.nl/nsd/'
license=('BSD')
depends=('openssl')
makedepends=('flex')
arch=('i686' 'x86_64')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('04657cffe5087d97213b245f8281296cac86b868')
+source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+ 'service')
+sha1sums=('04657cffe5087d97213b245f8281296cac86b868'
+ 'e560876628a30f11f9abbee4abcaa1f51cf449a6')
install=install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/ --exec-prefix=/usr --datarootdir=/usr/share
+
+ ./configure \
+ --prefix=/ \
+ --exec-prefix=/usr \
+ --datarootdir=/usr/share \
+ --with-pidfile=/run/nsd.pid \
+
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
make DESTDIR="${pkgdir}" install
- install -d "${pkgdir}"/{etc/rc.d,usr/share/{doc,licenses}/"${pkgname}"}
+
+ install -d "${pkgdir}"/etc/rc.d
+ ln -s ../../usr/sbin/nsdc "${pkgdir}"/etc/rc.d/nsd
+ install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
+
rm doc/differences.pdf
+ install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
install -m644 doc/* "${pkgdir}"/usr/share/doc/"${pkgname}"
ln -s ../../doc/"${pkgname}"/LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
- ln -s ../../usr/sbin/nsdc "${pkgdir}"/etc/rc.d/nsd
}
diff --git a/community/nsd/install b/community/nsd/install
index a2662903f..5a5f41dd7 100644
--- a/community/nsd/install
+++ b/community/nsd/install
@@ -3,14 +3,6 @@ post_install() {
getent passwd nsd &>/dev/null || useradd -r -g nsd -d /dev/null -s /bin/false -c nsd nsd >/dev/null
chown nsd:nsd /var/db/nsd
chmod 700 /var/db/nsd
- install -o nsd -d /var/run/nsd
-}
-
-post_upgrade() {
- [[ `vercmp $2 3.2.9` -lt 0 ]] && cat <<\EOF
-==> The database format was updated; please run `nsdc rebuild`.
-EOF
- true
}
post_remove() {
diff --git a/community/nsd/service b/community/nsd/service
new file mode 100644
index 000000000..37649f557
--- /dev/null
+++ b/community/nsd/service
@@ -0,0 +1,14 @@
+[Unit]
+Description=NSD Name Server Daemon
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/nsd.pid
+ExecStart=/usr/sbin/nsd start
+ExecReload=/usr/sbin/nsd reload
+ExecStop=/usr/sbin/nsd stop
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
diff --git a/community/picard/PKGBUILD b/community/picard/PKGBUILD
index 5c8aeef52..30320cc06 100644
--- a/community/picard/PKGBUILD
+++ b/community/picard/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 70039 2012-04-28 15:51:53Z bisson $
+# $Id: PKGBUILD 71898 2012-06-03 04:13:02Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: sysrq
pkgname=picard
-pkgver=0.16
-pkgrel=5
+pkgver=1.0
+pkgrel=1
pkgdesc='Official MusicBrainz tagger'
url='http://musicbrainz.org/doc/MusicBrainz_Picard'
license=('GPL')
@@ -13,16 +13,13 @@ arch=('i686' 'x86_64')
depends=('python2-pyqt' 'mutagen' 'libofa' 'ffmpeg')
optdepends=('libdiscid: CD lookup'
'chromaprint: fingerprinting')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'typeheader.patch')
-sha1sums=('274071410550ee29051bb0137d72602921a015f9'
- '0bd871632c28ef656af7ae89a8e752120f2cd7bd')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('abbd606a89b60ed8c948705d47ce1ae1a90f866a')
install=install
build() {
cd "${srcdir}/picard-${pkgver}"
- patch -p1 -i ../typeheader.patch
python2 setup.py config
}
diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD
new file mode 100644
index 000000000..0e19921fc
--- /dev/null
+++ b/community/qupzilla/PKGBUILD
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 71945 2012-06-03 23:57:58Z speps $
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+_name=QupZilla
+pkgname=qupzilla
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/"
+license=('GPL3')
+depends=('qtwebkit' 'gtk-update-icon-cache')
+install="$pkgname.install"
+source=("https://github.com/$_name/$pkgname/tarball/v$pkgver")
+md5sums=('fc689dcda60a45d7b1aed32ecb851c1a')
+
+build() {
+ cd "$srcdir/$_name-$pkgname-"*
+
+ # enable webgl support
+ export USE_WEBGL=true
+
+ qmake QUPZILLA_PREFIX=/usr/
+ make
+}
+
+package() {
+ cd "$srcdir/$_name-$pkgname-"*
+ make INSTALL_ROOT="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/qupzilla/qupzilla.install b/community/qupzilla/qupzilla.install
new file mode 100644
index 000000000..bce670aff
--- /dev/null
+++ b/community/qupzilla/qupzilla.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD
index ec9fd8e13..a5c51c984 100644
--- a/community/unbound/PKGBUILD
+++ b/community/unbound/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 71115 2012-05-24 13:42:42Z bisson $
+# $Id: PKGBUILD 71901 2012-06-03 05:58:48Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Hisato Tatekura <hisato_tatekura@excentrics.net>
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
pkgname=unbound
pkgver=1.4.17
-pkgrel=1
+pkgrel=2
pkgdesc='Validating, recursive, and caching DNS resolver'
url='http://unbound.net/'
license=('custom:BSD')
@@ -16,9 +16,11 @@ makedepends=('expat')
optdepends=('expat: unbound-anchor')
backup=('etc/unbound/unbound.conf')
source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"
+ 'unbound.service'
'unbound.conf'
'rc.d')
sha1sums=('fea4d812c03af4737ef671ac30b7b7400d346516'
+ '5bc313cd978e4d6efe8c13600e838c70629be477'
'5d473ec2943fd85367cdb653fcd58e186f07383f'
'dc96e772f467b32555df21d16fdb15e98194c228')
@@ -34,7 +36,7 @@ build() {
--enable-static=no \
--disable-rpath \
--with-conf-file=/etc/unbound/unbound.conf \
- --with-pidfile=/var/run/unbound.pid \
+ --with-pidfile=/run/unbound.pid \
make
}
@@ -48,4 +50,5 @@ package() {
install -D -m755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}"
install -D -m644 ../unbound.conf "${pkgdir}/etc/unbound/unbound.conf"
install -D -m644 doc/example.conf.in "${pkgdir}/etc/unbound/unbound.conf.example"
+ install -D -m644 ../unbound.service "${pkgdir}/usr/lib/systemd/system/unbound.service"
}
diff --git a/community/unbound/unbound.service b/community/unbound/unbound.service
new file mode 100644
index 000000000..8b3c9576b
--- /dev/null
+++ b/community/unbound/unbound.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Unbound DNS Resolver
+
+[Service]
+PIDFile=/run/unbound.pid
+ExecStart=/usr/sbin/unbound -d
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
diff --git a/community/yagf/PKGBUILD b/community/yagf/PKGBUILD
index 2272389c4..5e717e680 100644
--- a/community/yagf/PKGBUILD
+++ b/community/yagf/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 67880 2012-03-15 16:16:37Z spupykin $
+# $Id: PKGBUILD 71934 2012-06-03 20:48:28Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: das-ich <das-ich@yandex.ru>
pkgname=yagf
-pkgver=0.9
+pkgver=0.9.1
pkgrel=1
pkgdesc="QT4-based GUI for Cuneiform OCR"
arch=(i686 x86_64)
@@ -14,10 +14,10 @@ optdepends=('xsane: acquire images from a scanner into YAGF directly')
makedepends=('cmake')
install=yagf.install
source=(http://symmetrica.net/cuneiform-linux/${pkgname}-${pkgver}.tar.gz)
-md5sums=('47ddc8dfe9539242073312dcf098fa86')
+md5sums=('501946bd993c29b23b54d114727ccafb')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}"
cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .
make
make DESTDIR=${pkgdir} install