summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-07 01:06:05 -0800
committerroot <root@rshg054.dnsready.net>2013-01-07 01:06:05 -0800
commit6691bda410e7b989932f459d788e7caa7bbd3a41 (patch)
tree6ea77c153f63fbf23f456b753849308114ff36eb /extra
parente0e1ffb6dccdc48c2448cfd79dac3ccbbed96c75 (diff)
Mon Jan 7 01:05:47 PST 2013
Diffstat (limited to 'extra')
-rw-r--r--extra/ccache/PKGBUILD6
-rw-r--r--extra/mousepad/PKGBUILD6
-rw-r--r--extra/nss/PKGBUILD20
3 files changed, 17 insertions, 15 deletions
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