diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-07-30 14:59:24 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-07-30 14:59:24 +0200 |
commit | 09dd4a97fccc4bcabe341c4e4490004385283e53 (patch) | |
tree | d00a22a0304969ff70ecc680f3e89b5fab1ecce6 /community | |
parent | 3a3f329b736af639fdd3c9621816bad627b96903 (diff) | |
parent | 4982c269b318734d01ad30c6592fbb73565ceb12 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/gource/PKGBUILD
community-staging/performous/PKGBUILD
community-staging/wt/PKGBUILD
extra/cups/PKGBUILD
extra/libwacom/PKGBUILD
extra/python-urwid/PKGBUILD
multilib/lib32-dbus-core/PKGBUILD
multilib/lib32-glib2/PKGBUILD
multilib/lib32-gtk2/PKGBUILD
multilib/lib32-mpg123/PKGBUILD
multilib/lib32-readline/PKGBUILD
staging/hugin/PKGBUILD
testing/cups/PKGBUILD
testing/cups/cups-no-gzip-man.patch
testing/cups/cups-systemd-socket.patch
testing/cups/cups.install
testing/systemd/PKGBUILD
Diffstat (limited to 'community')
-rw-r--r-- | community/atop/PKGBUILD | 14 | ||||
-rw-r--r-- | community/dos2unix/PKGBUILD | 6 | ||||
-rw-r--r-- | community/fox/PKGBUILD | 6 | ||||
-rw-r--r-- | community/hdapsd/PKGBUILD | 42 | ||||
-rw-r--r-- | community/hdapsd/hdapsd.conf.d | 22 | ||||
-rw-r--r-- | community/hdapsd/hdapsd.rc.d | 60 | ||||
-rw-r--r-- | community/hdapsd/hdapsd.systemd | 12 | ||||
-rw-r--r-- | community/hdapsd/hdapsd.wrapper | 20 | ||||
-rw-r--r-- | community/intellij-idea-libs/PKGBUILD | 8 | ||||
-rw-r--r-- | community/leptonica/PKGBUILD | 4 | ||||
-rw-r--r-- | community/lxc/PKGBUILD | 6 | ||||
-rw-r--r-- | community/nsd/PKGBUILD | 12 | ||||
-rw-r--r-- | community/nsd/service | 6 | ||||
-rw-r--r-- | community/ocaml-findlib/PKGBUILD | 4 | ||||
-rw-r--r-- | community/pd/PKGBUILD | 36 | ||||
-rw-r--r-- | community/percona-server/PKGBUILD | 8 | ||||
-rw-r--r-- | community/tinyproxy/PKGBUILD | 13 | ||||
-rw-r--r-- | community/tinyproxy/tinyproxy.service | 10 | ||||
-rw-r--r-- | community/wt/PKGBUILD | 8 | ||||
-rw-r--r-- | community/xlockmore/PKGBUILD | 6 |
20 files changed, 255 insertions, 48 deletions
diff --git a/community/atop/PKGBUILD b/community/atop/PKGBUILD index 909c10bd3..2e0a1b5c0 100644 --- a/community/atop/PKGBUILD +++ b/community/atop/PKGBUILD @@ -1,25 +1,25 @@ -# $Id: PKGBUILD 57413 2011-10-27 08:43:14Z spupykin $ +# $Id: PKGBUILD 74387 2012-07-26 08:51:10Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: John Gerritse <john.gerritse@gmail.com> pkgname=atop -pkgver=1.26 -pkgrel=2 +pkgver=1.27_3 +pkgrel=1 pkgdesc="A system and process level monitor." arch=(i686 x86_64 'mips64el') url="http://www.atoptool.nl/" license=('GPL') depends=('ncurses' 'sh' 'zlib') -source=(http://www.atoptool.nl/download/atop-$pkgver.tar.gz) -md5sums=('9a72baf4c8f330973f1e2703f5a6c041') +source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz) +md5sums=('4a4e896ed6ec6979f80898d37938b8d9') build() { - cd $srcdir/$pkgname-$pkgver + cd $srcdir/$pkgname-${pkgver/_/-} sed -i 's#root ##' atop.cron make } package() { - cd $srcdir/$pkgname-$pkgver + cd $srcdir/$pkgname-${pkgver/_/-} make DESTDIR=$pkgdir INIPATH=/etc/rc.d install } diff --git a/community/dos2unix/PKGBUILD b/community/dos2unix/PKGBUILD index d23448fdc..11fd41739 100644 --- a/community/dos2unix/PKGBUILD +++ b/community/dos2unix/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 70487 2012-05-09 15:02:28Z bpiotrowski $ +# $Id: PKGBUILD 74381 2012-07-26 05:04:12Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Renato Garcia <fgar.renatoATgmailDOTcom> # Contributor: Gerson E. Ruotolo <gersonruotolo@globo.com> pkgname=dos2unix -pkgver=6.0 +pkgver=6.0.1 pkgrel=1 pkgdesc='Text file format converter' arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ depends=('glibc') makedepends=('perl') conflicts=('hd2u') source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('2fc8d6ebe9f1a519b15ebe0850e9aabd') +md5sums=('1070432514a0f2ee8abe6ebe502a4bf7') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/fox/PKGBUILD b/community/fox/PKGBUILD index c3139a5d3..ad657268e 100644 --- a/community/fox/PKGBUILD +++ b/community/fox/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 70277 2012-05-03 15:59:36Z spupykin $ +# $Id: PKGBUILD 74419 2012-07-27 14:49:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Ben <ben@benmazer.net> pkgname=fox -pkgver=1.6.45 +pkgver=1.6.46 pkgrel=1 pkgdesc="Free Objects for X: GUI Toolkit for C++" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'mesa' 'libxi' 'libpng' 'libt optdepends=('perl') options=('!libtool') source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz) -md5sums=('57bef430c3d01463508d76a88f61d763') +md5sums=('da2c5cf36eff32a0c49cfcd9494fe6b7') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/community/hdapsd/PKGBUILD b/community/hdapsd/PKGBUILD new file mode 100644 index 000000000..74aa528f0 --- /dev/null +++ b/community/hdapsd/PKGBUILD @@ -0,0 +1,42 @@ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Emil Renner Berthing <esmil@mailme.dk> +# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to> + +pkgname=hdapsd +pkgver=20090401 +pkgrel=5 +pkgdesc='HDAPS userspace hard drive protection daemon' +arch=('i686' 'x86_64') +url='http://sourceforge.net/projects/hdaps/' +license=('GPL') +depends=('glibc') +backup=('etc/conf.d/hdapsd') +source=("http://downloads.sourceforge.net/hdaps/hdapsd-${pkgver}.tar.gz" + 'hdapsd.conf.d' + 'hdapsd.rc.d' + 'hdapsd.systemd' + 'hdapsd.wrapper') +md5sums=('897cee8b0192febd127470f3e9506aeb' + '07fc036c8717bf5a38bbc269ed38ad19' + '9ab70348da9751810a2bbac51e18ac75' + '4b1378d43dc9431982f6605265c24f3b' + '11270661f3a543268786a68bbe74a6bb') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr --sysconfdir=/etc + make ${MAKEFLAGS} +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}/" install + + # install rc script and its configuration file + install -Dm0644 "${srcdir}/hdapsd.conf.d" "${pkgdir}/etc/conf.d/hdapsd" + install -Dm0755 "${srcdir}/hdapsd.rc.d" "${pkgdir}/etc/rc.d/hdapsd" + install -Dm0644 "${srcdir}/hdapsd.systemd" "${pkgdir}/usr/lib/systemd/system/hdapsd.service" + install -Dm0755 "${srcdir}/hdapsd.wrapper" "${pkgdir}/usr/sbin/hdapsd-wrapper" +} diff --git a/community/hdapsd/hdapsd.conf.d b/community/hdapsd/hdapsd.conf.d new file mode 100644 index 000000000..eb99fdc2c --- /dev/null +++ b/community/hdapsd/hdapsd.conf.d @@ -0,0 +1,22 @@ +# DEVICE specifies the device to monitor, defaults to "sda". +#DEVICE='sda' + +# If an ultrabay hard drive is inserted, the following can be used: +#DEVICE=('sda' 'sdb') + +# SENSITIVITY is self explanatory, defaults to "15". +#SENSITIVITY='15' + +# Set ADAPTIVE to "yes" to enable adaptive threshold (automatically increase +# when the built-in keyboard/mouse is used). +#ADAPTIVE='yes' + +# Set SYSLOG to "yes" to have the daemon report errors to syslog (instead of +# stderr/stdout). +SYSLOG='yes' + +# Set FORCE to "yes" to force the kernel to use the unload heads feature on +# some old hard drives for which support cannot be autodetected (don't use this +# unless you're absolutely sure your hard drive really supports unloading +# heads). +#FORCE='yes' diff --git a/community/hdapsd/hdapsd.rc.d b/community/hdapsd/hdapsd.rc.d new file mode 100644 index 000000000..f4e8a6b99 --- /dev/null +++ b/community/hdapsd/hdapsd.rc.d @@ -0,0 +1,60 @@ +#!/bin/bash + +[ -f /etc/conf.d/hdapsd ] && . /etc/conf.d/hdapsd + +. /etc/rc.conf +. /etc/rc.d/functions + +PIDFILE=/var/run/hdapsd.pid +PID=`cat ${PIDFILE} 2> /dev/null` + +case "$1" in + start) + stat_busy "Starting hdapsd" + + ## The daemon will try to autoload the kernel module + #if [ ! -d /sys/devices/platform/hdaps ]; then + # stat_fail + # echo "You need to load the hdaps kernel module." + # exit 1 + #fi + + ## Set up options to the hdapsd daemon + HDAPSD_OPTS="-bp" + if [ -z "${DEVICE}" ]; then + HDAPSD_OPTS="${HDAPSD_OPTS} -d sda" + else + for i in ${DEVICE[@]}; do + HDAPSD_OPTS="${HDAPSD_OPTS} -d ${i}" + done + fi + [ ! -z "${SENSITIVITY}" ] && HDAPSD_OPTS="${HDAPSD_OPTS} -s ${SENSITIVITY}" + [ "${ADAPTIVE}" = "yes" ] && HDAPSD_OPTS="${HDAPSD_OPTS} -a" + [ "${SYSLOG}" = "yes" ] && HDAPSD_OPTS="${HDAPSD_OPTS} -l" + [ "${FORCE}" = "yes" ] && HDAPSD_OPTS="${HDAPSD_OPTS} -f" + [ -z "${PID}" ] && /usr/sbin/hdapsd ${HDAPSD_OPTS} + if [ ${?} -gt 0 ]; then + stat_fail + else + add_daemon hdapsd + stat_done + fi + ;; + stop) + stat_busy "Stopping hdapsd" + [ ! -z "${PID}" ] && kill $PID &> /dev/null + if [ ${?} -gt 0 ]; then + stat_fail + else + rm_daemon hdapsd + stat_done + fi + ;; + restart) + ${0} stop + sleep 1 + ${0} start + ;; + *) + echo "usage: ${0} {start|stop|restart}" +esac diff --git a/community/hdapsd/hdapsd.systemd b/community/hdapsd/hdapsd.systemd new file mode 100644 index 000000000..328699bc7 --- /dev/null +++ b/community/hdapsd/hdapsd.systemd @@ -0,0 +1,12 @@ +[Unit] +Description=HDAPS userspace hard drive protection daemon +After=syslog.target + +[Service] +Type=forking +PIDFile=/var/run/hdapsd.pid +ExecStart=/usr/sbin/hdapsd-wrapper +ExecReload=/bin/kill -HUP ${MAINPID} + +[Install] +WantedBy=multi-user.target diff --git a/community/hdapsd/hdapsd.wrapper b/community/hdapsd/hdapsd.wrapper new file mode 100644 index 000000000..d74fd272d --- /dev/null +++ b/community/hdapsd/hdapsd.wrapper @@ -0,0 +1,20 @@ +#!/bin/bash + +[ -f /etc/conf.d/hdapsd ] && source /etc/conf.d/hdapsd + +OPTS="-bp" + +if [ -z "${DEVICE}" ]; then + OPTS="${OPTS} -d sda" +else + for i in ${DEVICE[@]}; do + OPTS="${OPTS} -d ${i}" + done +fi + +[ ! -z "${SENSITIVITY}" ] && OPTS="${OPTS} -s ${SENSITIVITY}" +[ "${ADAPTIVE}" == "yes" ] && OPTS="${OPTS} -a" +[ "${SYSLOG}" == "yes" ] && OPTS="${OPTS} -l" +[ "${FORCE}" == "yes" ] && OPTS="${OPTS} -f" + +/usr/sbin/hdapsd ${OPTS} diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index 10b0f1561..ad9ab0ade 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 70885 2012-05-18 16:05:18Z stativ $ +# $Id: PKGBUILD 74411 2012-07-27 08:27:33Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=intellij-idea-libs -pkgver=11.1.2 -_pkgver=117.418 +pkgver=11.1.3 +_pkgver=117.798 pkgrel=1 pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE" arch=('i686' 'x86_64' 'mips64el') @@ -10,7 +10,7 @@ url="http://www.jetbrains.org/" license=('apache') depends=('glibc') source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz) -md5sums=('eae2d36d088677e1d5670986da311f85') +md5sums=('b8ae865e3645cfd0a8d16dac481fd25c') build() { cd "$srcdir" diff --git a/community/leptonica/PKGBUILD b/community/leptonica/PKGBUILD index 62ee0d991..1fd44405c 100644 --- a/community/leptonica/PKGBUILD +++ b/community/leptonica/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73623 2012-07-12 09:07:57Z spupykin $ +# $Id: PKGBUILD 74425 2012-07-28 07:40:25Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Christoph Drexler <chrdr at gmx dot at> pkgname=leptonica pkgver=1.69 -pkgrel=2 +pkgrel=3 pkgdesc="Software that is broadly useful for image processing and image analysis applications" arch=('i686' 'x86_64' 'mips64el') url="http://www.leptonica.com/" diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index 0ac23a62f..acb86e5ae 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 73154 2012-07-02 12:50:42Z spupykin $ +# $Id: PKGBUILD 74427 2012-07-28 09:35:36Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andrea Zucchelli <zukka77@gmail.com> # Contributor: Jonathan Liu <net147@gmail.com> # Maintainer: Jon Nordby <jononor@gmail.com> pkgname=lxc -pkgver=0.8.0_rc1 +pkgver=0.8.0_rc2 pkgrel=1 pkgdesc="Linux Containers" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ url="http://lxc.sourceforge.net/" depends=('bash' 'perl') license=('LGPL') source=("http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz") -md5sums=('06ceecf4dbe1be988fc903ad8dd34d29') +md5sums=('9bd6988542fd7dd198d056ef3a2db9f6') build() { cd "$srcdir/$pkgname-${pkgver/_/-}" diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD index 994a2591d..01f0e6550 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 74075 2012-07-19 14:27:58Z bisson $ -# Maintainer: Kaiting Chen <kaitocracy@gmail.com> +# $Id: PKGBUILD 74423 2012-07-28 07:26:34Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> +# Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Roberto Alsina <ralsina@kde.org> pkgname=nsd -pkgver=3.2.12 -pkgrel=1 +pkgver=3.2.13 +pkgrel=2 pkgdesc='Authoritative only, high performance and simple DNS server' url='http://www.nlnetlabs.nl/nsd/' license=('BSD') @@ -14,8 +14,8 @@ makedepends=('flex') arch=('i686' 'x86_64' 'mips64el') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'service') -sha1sums=('dd8606a05525f6a493dfacb7ddfa7e1fa3c6a85b' - '29a74ce922b3991dd65ae5254bafa0a308d915e9') +sha1sums=('2cb44f75e9686fd73c7ee9765857a36a8fe5bca9' + '1cfa2d7254139be50f11753d4e07281ed2af36eb') install=install diff --git a/community/nsd/service b/community/nsd/service index 2caa9585c..28bb1c5b7 100644 --- a/community/nsd/service +++ b/community/nsd/service @@ -5,9 +5,9 @@ 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 +ExecStart=/usr/sbin/nsdc start +ExecReload=/usr/sbin/nsdc reload +ExecStop=/usr/sbin/nsdc stop [Install] WantedBy=multi-user.target diff --git a/community/ocaml-findlib/PKGBUILD b/community/ocaml-findlib/PKGBUILD index 63334910f..aa9e065a8 100644 --- a/community/ocaml-findlib/PKGBUILD +++ b/community/ocaml-findlib/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: scj <scj archlinux us> pkgname=ocaml-findlib -pkgver=1.2.8 +pkgver=1.3.3 pkgrel=1 license=('MIT') arch=('i686' 'x86_64' 'mips64el') @@ -13,8 +13,8 @@ pkgdesc='Objective Caml (OCaml) package manager' url='http://projects.camlcity.org/projects/findlib.html' depends=('ocaml') source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz") -md5sums=('a1da0fddf589ae62fa9b50799cd04c17') options=('!strip' 'zipman') # otherwise the bytecode gets broken +md5sums=('a4c22ad5e0d38367a73cf58a25fcbebd') build() { cd "$srcdir/findlib-$pkgver" diff --git a/community/pd/PKGBUILD b/community/pd/PKGBUILD new file mode 100644 index 000000000..18449382a --- /dev/null +++ b/community/pd/PKGBUILD @@ -0,0 +1,36 @@ +# $Id: PKGBUILD 74397 2012-07-26 14:58:32Z speps $ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: TDY <tdy@gmx.com> +# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw> +# Contributor: Andrea Scarpino <bash.lnx@gmail.com> + +pkgname=pd +pkgver=0.43.3 +_ver=${pkgver%.*}-${pkgver##*.} +pkgrel=1 +pkgdesc="The Pure Data real-time music and multimedia environment" +arch=('i686' 'x86_64') +url="http://crca.ucsd.edu/~msp/software.html" +license=('custom:BSD') +depends=('jack' 'fftw' 'tk') +provides=('puredata') +source=("http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz") +md5sums=('c0a565d3be92844780a86524598a5137') + +build() { + cd "$srcdir/pd-$_ver/src" + ./configure --prefix=/usr \ + --enable-alsa \ + --enable-jack \ + --enable-fftw + make +} + +package() { + cd "$srcdir/pd-$_ver/src" + make DESTDIR="$pkgdir" install + + # license + install -Dm644 ../LICENSE.txt \ + "$pkgdir/usr/share/licenses/pd/LICENSE" +} diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD index 5bf9e12dc..953f2e0d1 100644 --- a/community/percona-server/PKGBUILD +++ b/community/percona-server/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 73668 2012-07-13 06:40:20Z spupykin $ +# $Id: PKGBUILD 74393 2012-07-26 13:12:10Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=percona-server -pkgver=5.5.24_rel26.0 -pkgrel=3 +pkgver=5.5.25a_rel27.1 +pkgrel=1 pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation, and manageability of the server" arch=('i686' 'x86_64' 'mips64el') @@ -106,7 +106,7 @@ package() { install -Dm755 "$srcdir/mysqld-post" "$pkgdir/usr/bin/mysqld-post" } -md5sums=('76f835e98ad3c71fcaa33794ee187630' +md5sums=('c6d08224a37f545d55af7657f24bd2c8' '243864805611764a7e5883c1dba7afd8' '1c949c0dbea5206af0db14942d9927b6' '5143dadeaac15f1ff88ea16716588554' diff --git a/community/tinyproxy/PKGBUILD b/community/tinyproxy/PKGBUILD index 981881aa0..a6d782dca 100644 --- a/community/tinyproxy/PKGBUILD +++ b/community/tinyproxy/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 64182 2012-02-09 20:42:45Z lfleischer $ +# $Id: PKGBUILD 74395 2012-07-26 13:54:21Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Andrea Zucchelli <zukka77@gmail.com> pkgname=tinyproxy pkgver=1.8.3 -pkgrel=4 +pkgrel=5 pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.' arch=('i686' 'x86_64' 'mips64el') url='https://banu.com/tinyproxy/' @@ -14,10 +14,12 @@ install="${pkgname}.install" backup=('etc/tinyproxy/tinyproxy.conf') source=("https://banu.com/pub/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2" 'tinyproxy' - 'tinyproxy.tmpfiles.conf') + 'tinyproxy.tmpfiles.conf' + 'tinyproxy.service') md5sums=('292ac51da8ad6ae883d4ebf56908400d' '90eb2b3371e56d5a784fd826d4a6e5f8' - '3c2764578f26581346fe312da0519a3e') + '3c2764578f26581346fe312da0519a3e' + '8e97b05cc8c87f7efefbf957e77c7f18') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -37,4 +39,7 @@ package() { # Provide sane defaults sed -i '/^#Listen/a\Listen 127.0.0.1' "${pkgdir}/etc/tinyproxy/tinyproxy.conf" + + install -Dm0644 "${srcdir}/tinyproxy.service" \ + "${pkgdir}/usr/lib/systemd/system/tinyproxy.service" } diff --git a/community/tinyproxy/tinyproxy.service b/community/tinyproxy/tinyproxy.service new file mode 100644 index 000000000..aea1d32fe --- /dev/null +++ b/community/tinyproxy/tinyproxy.service @@ -0,0 +1,10 @@ +[Unit] +Description=Tinyproxy Web Proxy Server +After=network.target + +[Service] +Type=forking +ExecStart=/usr/sbin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf + +[Install] +WantedBy=multi-user.target diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index 23e10a7b9..29babe5bc 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 74015 2012-07-18 01:09:31Z ibiru $ +# $Id: PKGBUILD 74389 2012-07-26 08:51:55Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Denis Martinez <deuns.martinez@gmail.com> pkgname=wt -pkgver=3.2.2rc2 -_pkgver=3.2.2-rc2 +pkgver=3.2.2 +_pkgver=3.2.2 pkgrel=1 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64' 'mips64el') @@ -26,7 +26,7 @@ optdepends=('openssl: for SSL support in built-in webserver' 'qt: for the Wt/Qt interopability example (wtwithqt)') backup=('etc/wt/wt_config.xml') source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz) -md5sums=('015ab2b8c6bada0f801057e3f126e365') +md5sums=('86e1eac9baa7a061fd3dd9b53dd77baa') build() { cd ${srcdir}/${pkgname}-${_pkgver} diff --git a/community/xlockmore/PKGBUILD b/community/xlockmore/PKGBUILD index 9862de929..15a7d3643 100644 --- a/community/xlockmore/PKGBUILD +++ b/community/xlockmore/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 64132 2012-02-09 01:00:06Z spupykin $ +# $Id: PKGBUILD 74407 2012-07-27 05:34:52Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: dorphell <dorphell@archlinux.org> pkgname=xlockmore -pkgver=5.38 +pkgver=5.40 pkgrel=1 pkgdesc="screen saver / locker for the X Window System" arch=(i686 x86_64 'mips64el') @@ -13,7 +13,7 @@ url="http://www.tux.org/~bagleyd/xlockmore.html" options=('!makeflags') source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver/xlockmore-$pkgver.tar.bz2 LICENSE) -md5sums=('da08b39ea92d2f0b95564b1314f57a42' +md5sums=('47a8e16c485da7b0ebfa3f3e43300189' 'a64afab4283f53972a6702c2e59850d7') build() { |