diff options
-rw-r--r-- | community/xbindkeys/PKGBUILD | 9 | ||||
-rw-r--r-- | core/cronie/PKGBUILD | 9 | ||||
-rw-r--r-- | core/cronie/service | 1 | ||||
-rw-r--r-- | extra/ccache/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/mousepad/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/nss/PKGBUILD | 20 |
6 files changed, 28 insertions, 23 deletions
diff --git a/community/xbindkeys/PKGBUILD b/community/xbindkeys/PKGBUILD index b482c0973..178cdc1bd 100644 --- a/community/xbindkeys/PKGBUILD +++ b/community/xbindkeys/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 64683 2012-02-17 18:32:53Z bluewind $ -# Maintainer: +# $Id: PKGBUILD 82045 2013-01-06 10:49:31Z bluewind $ +# Maintainer: Florian Pritz <bluewind@xinu.at> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Thayer Williams <thayer@archlinux.org> pkgname=xbindkeys pkgver=1.8.5 -pkgrel=2 +pkgrel=3 pkgdesc="Launch shell commands with your keyboard or your mouse under X" arch=('i686' 'x86_64') url="http://www.nongnu.org/xbindkeys/xbindkeys.html" license=('GPL') -depends=('libx11' 'guile' 'tk') +depends=('libx11' 'guile') +optdepends=('tk: xbindkeys_show') source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('4b66a05594dbc6888c0a6439351aa66d') diff --git a/core/cronie/PKGBUILD b/core/cronie/PKGBUILD index 86036df8e..ab03530b2 100644 --- a/core/cronie/PKGBUILD +++ b/core/cronie/PKGBUILD @@ -3,14 +3,15 @@ pkgname='cronie' pkgver=1.4.9 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon that runs specified programs at scheduled times and related tools' url='https://fedorahosted.org/cronie/' license=('custom:BSD') arch=('i686' 'x86_64') depends=('pam' 'bash' 'run-parts') -optdepends=('pm-utils: defer anacron when on battery power' - 'smtp-server: sending cron job output via email') +optdepends=('pm-utils: defer anacron on battery power' + 'smtp-server: send job output via email' + 'smtp-forwarder: forward job output to email server') source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'cron.deny' @@ -19,7 +20,7 @@ source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.t 'rc.d') sha1sums=('40405cb30b62bd60323e4daf5198f26f0e65c4c4' '0f279b8fb820340267d578dc85511c980715f91e' - '3038a05476829f72fc4918bee9176b273ce10340' + 'fa91ebee59df127ff3983b8d6fb9e1cc5fca53d0' '5eff7fb31f6bc0a924243ff046704726cf20c221' 'c08c040ed5cb12bc4fd15639a5242d31ec247ef5') diff --git a/core/cronie/service b/core/cronie/service index 5ae193bfc..4fa4d4593 100644 --- a/core/cronie/service +++ b/core/cronie/service @@ -4,6 +4,7 @@ Description=Periodic Command Scheduler [Service] ExecStart=/usr/sbin/crond -n ExecReload=/bin/kill -HUP $MAINPID +KillMode=process Restart=always [Install] diff --git a/extra/ccache/PKGBUILD b/extra/ccache/PKGBUILD index 22d8a2fdd..1903662c5 100644 --- a/extra/ccache/PKGBUILD +++ b/extra/ccache/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 165213 2012-08-13 11:24:16Z giovanni $ +# $Id: PKGBUILD 174762 2013-01-07 00:33:58Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=ccache -pkgver=3.1.8 +pkgver=3.1.9 pkgrel=1 pkgdesc="A compiler cache" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://ccache.samba.org/" license=('GPL3') depends=('zlib') source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('0e0f25fb342dcb1196d9c2986a7323cf') +md5sums=('65f48376a91d3651d6527ca568858be8') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/extra/mousepad/PKGBUILD b/extra/mousepad/PKGBUILD index ff0f58199..2e24dd178 100644 --- a/extra/mousepad/PKGBUILD +++ b/extra/mousepad/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 173985 2012-12-31 11:35:33Z foutrelis $ +# $Id: PKGBUILD 174752 2013-01-06 10:43:03Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: tobias [tobias at archlinux.org] pkgname=mousepad pkgver=0.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Simple Text Editor for Xfce4 (based on Gedit)" arch=('i686' 'x86_64') url=('http://www.xfce.org/') license=('GPL2') -groups=('xfce4') +groups=('xfce4-goodies') depends=('gtksourceview2' 'dbus-glib' 'desktop-file-utils') makedepends=('intltool' 'perl') options=('!libtool') diff --git a/extra/nss/PKGBUILD b/extra/nss/PKGBUILD index c71c6d471..07ced92db 100644 --- a/extra/nss/PKGBUILD +++ b/extra/nss/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 173933 2012-12-28 08:37:29Z andyrtr $ +# $Id: PKGBUILD 174760 2013-01-06 20:10:23Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=nss -pkgver=3.14.1 +pkgver=3.14.1.1.93 +_pkgver=3.14.1 pkgrel=1 pkgdesc="Mozilla Network Security Services" arch=(i686 x86_64) @@ -12,19 +13,20 @@ _nsprver=4.9.4 depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh') makedepends=('perl') options=('!strip') -source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgname}-${pkgver}.tar.gz +#source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgname}-${pkgver}.tar.gz +source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_3_14_1_WITH_CKBI_1_93_RTM/src/${pkgname}-3.14.1.with.ckbi.1.93.tar.gz nss.pc.in nss-config.in ssl-renegotiate-transitional.patch add_spi+cacert_ca_certs.patch) -sha1sums=('764773e869aaee314e6f3ca675e04c55075d88a8' +sha1sums=('28b4a2316dc5e5d4605ac375449691c05b6f1c29' 'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd' 'cb744cc3e56b604e4754bc3c7d9f25bb9a0a136c' '8a964a744ba098711b80c0d279a2993524e8eb92' 'be6ef0f124f188ebb76f4d83e13466bdcfb27dd3') build() { - cd "${srcdir}/${pkgname}-${pkgver}/mozilla" + cd "${srcdir}/${pkgname}-${_pkgver}/mozilla" # Add CAcert and spi-inc.org CA certificates. # See http://wiki.cacert.org/NSSLib for how to generate patch -Np0 -i "${srcdir}/add_spi+cacert_ca_certs.patch" @@ -45,7 +47,7 @@ build() { # cd security/nss/lib/ckfw/builtins # make generate - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-${_pkgver}" export BUILD_OPT=1 export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 @@ -63,7 +65,7 @@ build() { } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-${_pkgver}" install -m755 -d "${pkgdir}/usr/lib/pkgconfig" install -m755 -d "${pkgdir}/usr/bin" install -m755 -d "${pkgdir}/usr/include/nss" @@ -76,8 +78,8 @@ package() { -e "s,%prefix%,/usr,g" \ -e "s,%exec_prefix%,/usr/bin,g" \ -e "s,%includedir%,/usr/include/nss,g" \ - -e "s,%NSPR_VERSION%,${pkgver},g" \ - -e "s,%NSS_VERSION%,${pkgver},g" > \ + -e "s,%NSPR_VERSION%,${_pkgver},g" \ + -e "s,%NSS_VERSION%,${_pkgver},g" > \ "${pkgdir}/usr/lib/pkgconfig/nss.pc" ln -sf nss.pc "${pkgdir}/usr/lib/pkgconfig/mozilla-nss.pc" chmod 644 ${pkgdir}/usr/lib/pkgconfig/*.pc |