[arch-commits] Commit in tzdata/repos (3 files)

2012-10-29 Thread andyrtr
Date: Monday, October 29, 2012 @ 04:16:49
  Author: andyrtr
Revision: 169785

db-move: moved tzdata from [testing] to [core] (any)

Added:
  tzdata/repos/core-any/PKGBUILD
(from rev 169784, tzdata/repos/testing-any/PKGBUILD)
Deleted:
  tzdata/repos/core-any/PKGBUILD
  tzdata/repos/testing-any/

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-10-29 02:36:42 UTC (rev 169784)
+++ core-any/PKGBUILD   2012-10-29 08:16:49 UTC (rev 169785)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=tzdata
-pkgver=2012g
-pkgrel=1
-pkgdesc=Sources for time zone and daylight saving time data
-arch=('any')
-url=http://www.iana.org/time-zones;
-license=('GPL')
-options=('!emptydirs')
-source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
-sha1sums=('b3a089ef0b56314252eec217e86e6483dd641d51')
-
-timezones=('africa' 'antarctica' 'asia' 'australasia'
-   'europe' 'northamerica' 'southamerica'
-   'pacificnew' 'etcetera' 'backward'
-   'systemv' 'factory'
-   'solar87' 'solar88' 'solar89')
-
-package() {
-  cd ${srcdir}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
-  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
-}

Copied: tzdata/repos/core-any/PKGBUILD (from rev 169784, 
tzdata/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-10-29 08:16:49 UTC (rev 169785)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2012h
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('fac62cfb0bebbaf318a146eb67b201e3b714fab4')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



[arch-commits] Commit in nspr/trunk (PKGBUILD)

2012-10-29 Thread Jan de Groot
Date: Monday, October 29, 2012 @ 06:28:49
  Author: jgc
Revision: 169786

upgpkg: nspr 4.9.3-1

4.9.3

Modified:
  nspr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 08:16:49 UTC (rev 169785)
+++ PKGBUILD2012-10-29 10:28:49 UTC (rev 169786)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 pkgname=nspr
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Netscape Portable Runtime
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz
 nspr.pc.in)
-md5sums=('1a8cad110e0ae94f538610a00f595b33'
+md5sums=('8a21b3b6766bde3b5ed2a6a7b725e4aa'
  'bce1611f3117b53fc904cab549c09967')
 
 build() {



[arch-commits] Commit in nspr/repos (8 files)

2012-10-29 Thread Jan de Groot
Date: Monday, October 29, 2012 @ 06:29:15
  Author: jgc
Revision: 169787

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nspr/repos/extra-i686/PKGBUILD
(from rev 169786, nspr/trunk/PKGBUILD)
  nspr/repos/extra-i686/nspr.pc.in
(from rev 169786, nspr/trunk/nspr.pc.in)
  nspr/repos/extra-x86_64/PKGBUILD
(from rev 169786, nspr/trunk/PKGBUILD)
  nspr/repos/extra-x86_64/nspr.pc.in
(from rev 169786, nspr/trunk/nspr.pc.in)
Deleted:
  nspr/repos/extra-i686/PKGBUILD
  nspr/repos/extra-i686/nspr.pc.in
  nspr/repos/extra-x86_64/PKGBUILD
  nspr/repos/extra-x86_64/nspr.pc.in

-+
 extra-i686/PKGBUILD |  126 +++---
 extra-i686/nspr.pc.in   |   20 +++
 extra-x86_64/PKGBUILD   |  126 +++---
 extra-x86_64/nspr.pc.in |   20 +++
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-29 10:28:49 UTC (rev 169786)
+++ extra-i686/PKGBUILD 2012-10-29 10:29:15 UTC (rev 169787)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=nspr
-pkgver=4.9.2
-pkgrel=1
-pkgdesc=Netscape Portable Runtime
-arch=(i686 x86_64)
-url=http://www.mozilla.org/projects/nspr/;
-license=('MPL' 'GPL')
-depends=('glibc')
-makedepends=('zip')
-options=(!emptydirs)
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz
-nspr.pc.in)
-md5sums=('1a8cad110e0ae94f538610a00f595b33'
- 'bce1611f3117b53fc904cab549c09967')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  if [ $CARCH = x86_64 ]; then
-confflags=--enable-64bit
-  else
-confflags=
-  fi
-
-  sed -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
-  -i mozilla/nsprpub/config/rules.mk
-
-  ./mozilla/nsprpub/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug ${confflags}
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  NSPR_LIBS=`./config/nspr-config --libs`
-  NSPR_CFLAGS=`./config/nspr-config --cflags`
-  NSPR_VERSION=`./config/nspr-config --version`
-  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
-  sed ${srcdir}/nspr.pc.in -e s,%libdir%,/usr/lib, \
-   -e s,%prefix%,/usr, \
-   -e s,%exec_prefix%,/usr/bin, \
-   -e s,%includedir%,/usr/include/nspr, \
-   -e s,%NSPR_VERSION%,${NSPR_VERSION}, \
-   -e s,%FULL_NSPR_LIBS%,${NSPR_LIBS}, \
-   -e s,%FULL_NSPR_CFLAGS%,${NSPR_CFLAGS},  
${pkgdir}/usr/lib/pkgconfig/nspr.pc
-  chmod 644 ${pkgdir}/usr/lib/pkgconfig/nspr.pc
-  ln -sf nspr.pc ${pkgdir}/usr/lib/pkgconfig/mozilla-nspr.pc
-
-  chmod 644 ${pkgdir}/usr/lib/*.a
-
-  rm -rf ${pkgdir}/usr/bin/compile-et.pl \
-   ${pkgdir}/usr/bin/prerr.properties \
-   ${pkgdir}/usr/share/aclocal/nspr.m4 \
-   ${pkgdir}/usr/include/nspr/md
-}

Copied: nspr/repos/extra-i686/PKGBUILD (from rev 169786, nspr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-29 10:29:15 UTC (rev 169787)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=nspr
+pkgver=4.9.3
+pkgrel=1
+pkgdesc=Netscape Portable Runtime
+arch=(i686 x86_64)
+url=http://www.mozilla.org/projects/nspr/;
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=(!emptydirs)
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz
+nspr.pc.in)
+md5sums=('8a21b3b6766bde3b5ed2a6a7b725e4aa'
+ 'bce1611f3117b53fc904cab549c09967')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  if [ $CARCH = x86_64 ]; then
+confflags=--enable-64bit
+  else
+confflags=
+  fi
+
+  sed -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
+  -i mozilla/nsprpub/config/rules.mk
+
+  ./mozilla/nsprpub/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${confflags}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  NSPR_LIBS=`./config/nspr-config --libs`
+  NSPR_CFLAGS=`./config/nspr-config --cflags`
+  NSPR_VERSION=`./config/nspr-config --version`
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  sed ${srcdir}/nspr.pc.in -e s,%libdir%,/usr/lib, \
+   -e s,%prefix%,/usr, \
+   -e s,%exec_prefix%,/usr/bin, \
+   -e s,%includedir%,/usr/include/nspr, \
+   -e s,%NSPR_VERSION%,${NSPR_VERSION}, \
+   -e s,%FULL_NSPR_LIBS%,${NSPR_LIBS}, \
+   -e s,%FULL_NSPR_CFLAGS%,${NSPR_CFLAGS},  

[arch-commits] Commit in nss/trunk (PKGBUILD nss-no-rpath.patch)

2012-10-29 Thread Jan de Groot
Date: Monday, October 29, 2012 @ 06:48:47
  Author: jgc
Revision: 169788

upgpkg: nss 3.14-1

3.14, remove rpath patch, as upstream only applies these when building packages 
for sun

Modified:
  nss/trunk/PKGBUILD
Deleted:
  nss/trunk/nss-no-rpath.patch

+
 PKGBUILD   |   10 +++---
 nss-no-rpath.patch |   14 --
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 10:29:15 UTC (rev 169787)
+++ PKGBUILD2012-10-29 10:48:47 UTC (rev 169788)
@@ -2,24 +2,22 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=nss
-pkgver=3.13.6
+pkgver=3.14
 pkgrel=1
 pkgdesc=Mozilla Network Security Services
 arch=(i686 x86_64)
 url=http://www.mozilla.org/projects/security/pki/nss/;
 license=('MPL' 'GPL')
-_nsprver=4.9.2
+_nsprver=4.9.3
 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
-nss-no-rpath.patch
 nss.pc.in
 nss-config.in
 ssl-renegotiate-transitional.patch
 add_spi+cacert_ca_certs.patch)
-sha1sums=('1f86a7c787e8fe3ebd1dd1cce127e57fb347dac3'
-  'c8fcdb153af9d39689243119adb475905a657284'
+sha1sums=('ace3642fb2ca67854ea7075d053ca01a6d81e616'
   'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd'
   'cb744cc3e56b604e4754bc3c7d9f25bb9a0a136c'
   '8a964a744ba098711b80c0d279a2993524e8eb92'
@@ -33,8 +31,6 @@
 
   # Adds transitional SSL renegotiate support - patch from Debian
   patch -Np2 -i ${srcdir}/ssl-renegotiate-transitional.patch
-  # Removes rpath
-  patch -Np2 -i ${srcdir}/nss-no-rpath.patch
 
   # Respect LDFLAGS
   sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' \

Deleted: nss-no-rpath.patch
===
--- nss-no-rpath.patch  2012-10-29 10:29:15 UTC (rev 169787)
+++ nss-no-rpath.patch  2012-10-29 10:48:47 UTC (rev 169788)
@@ -1,14 +0,0 @@
 ./mozilla/security/nss/cmd/platlibs.mk.withrpath   2007-02-19 
07:17:06.0 +0100
-+++ ./mozilla/security/nss/cmd/platlibs.mk 2007-02-19 07:18:07.0 
+0100
-@@ -52,9 +52,9 @@
- 
- ifeq ($(OS_ARCH), Linux)
- ifeq ($(USE_64), 1)
--EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:$$ORIGIN/../lib'
-+#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:$$ORIGIN/../lib'
- else
--EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib'
-+#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib'
- endif
- endif
- 



[arch-commits] Commit in nss/repos (22 files)

2012-10-29 Thread Jan de Groot
Date: Monday, October 29, 2012 @ 06:49:49
  Author: jgc
Revision: 169789

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nss/repos/extra-i686/PKGBUILD
(from rev 169788, nss/trunk/PKGBUILD)
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
(from rev 169788, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-i686/nss-config.in
(from rev 169788, nss/trunk/nss-config.in)
  nss/repos/extra-i686/nss.pc.in
(from rev 169788, nss/trunk/nss.pc.in)
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
(from rev 169788, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/extra-x86_64/PKGBUILD
(from rev 169788, nss/trunk/PKGBUILD)
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
(from rev 169788, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-x86_64/nss-config.in
(from rev 169788, nss/trunk/nss-config.in)
  nss/repos/extra-x86_64/nss.pc.in
(from rev 169788, nss/trunk/nss.pc.in)
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch
(from rev 169788, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/extra-i686/PKGBUILD
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
  nss/repos/extra-i686/nss-config.in
  nss/repos/extra-i686/nss-no-rpath.patch
  nss/repos/extra-i686/nss.pc.in
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
  nss/repos/extra-x86_64/PKGBUILD
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
  nss/repos/extra-x86_64/nss-config.in
  nss/repos/extra-x86_64/nss-no-rpath.patch
  nss/repos/extra-x86_64/nss.pc.in
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch

-+
 extra-i686/PKGBUILD |  212 +--
 extra-i686/add_spi+cacert_ca_certs.patch| 1248 +++---
 extra-i686/nss-config.in|  290 ++---
 extra-i686/nss-no-rpath.patch   |   14 
 extra-i686/nss.pc.in|   22 
 extra-i686/ssl-renegotiate-transitional.patch   |   42 
 extra-x86_64/PKGBUILD   |  212 +--
 extra-x86_64/add_spi+cacert_ca_certs.patch  | 1248 +++---
 extra-x86_64/nss-config.in  |  290 ++---
 extra-x86_64/nss-no-rpath.patch |   14 
 extra-x86_64/nss.pc.in  |   22 
 extra-x86_64/ssl-renegotiate-transitional.patch |   42 
 12 files changed, 1810 insertions(+), 1846 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 169788:169789 to see the changes.


[arch-commits] Commit in hwids/repos (core-any/PKGBUILD core-any/PKGBUILD testing-any)

2012-10-29 Thread Tom Gundersen
Date: Monday, October 29, 2012 @ 07:02:45
  Author: tomegun
Revision: 169790

db-move: moved hwids from [testing] to [core] (any)

Added:
  hwids/repos/core-any/PKGBUILD
(from rev 169789, hwids/repos/testing-any/PKGBUILD)
Deleted:
  hwids/repos/core-any/PKGBUILD
  hwids/repos/testing-any/

--+
 PKGBUILD |   34 +-
 1 file changed, 17 insertions(+), 17 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-10-29 10:49:49 UTC (rev 169789)
+++ core-any/PKGBUILD   2012-10-29 11:02:45 UTC (rev 169790)
@@ -1,17 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-pkgname=hwids
-pkgver=20121012
-pkgrel=1
-pkgdesc=hardware identification databases
-url=https://github.com/gentoo/hwids
-license=('GPL2')
-arch=('any')
-source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
-
-package() {
-  cd ${srcdir}/*
-  mkdir -p ${pkgdir}/usr/share/hwdata
-  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
-}
-md5sums=('c2eb487c4d61d874255d12b2e1aa95b3')

Copied: hwids/repos/core-any/PKGBUILD (from rev 169789, 
hwids/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-10-29 11:02:45 UTC (rev 169790)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20121022
+pkgrel=1
+pkgdesc=hardware identification databases
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p ${pkgdir}/usr/share/hwdata
+  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
+}
+md5sums=('b809cfb935daa4f690c3ccaa56940c81')



[arch-commits] Commit in util-linux/repos (26 files)

2012-10-29 Thread Tom Gundersen
Date: Monday, October 29, 2012 @ 07:02:48
  Author: tomegun
Revision: 169791

db-move: moved util-linux from [testing] to [core] (i686, x86_64)

Added:
  util-linux/repos/core-i686/PKGBUILD
(from rev 169789, util-linux/repos/testing-i686/PKGBUILD)
  util-linux/repos/core-i686/pam-common
(from rev 169789, util-linux/repos/testing-i686/pam-common)
  util-linux/repos/core-i686/pam-login
(from rev 169789, util-linux/repos/testing-i686/pam-login)
  util-linux/repos/core-i686/pam-su
(from rev 169789, util-linux/repos/testing-i686/pam-su)
  util-linux/repos/core-i686/util-linux.install
(from rev 169789, util-linux/repos/testing-i686/util-linux.install)
  util-linux/repos/core-i686/uuidd.tmpfiles
(from rev 169789, util-linux/repos/testing-i686/uuidd.tmpfiles)
  util-linux/repos/core-x86_64/PKGBUILD
(from rev 169789, util-linux/repos/testing-x86_64/PKGBUILD)
  util-linux/repos/core-x86_64/pam-common
(from rev 169789, util-linux/repos/testing-x86_64/pam-common)
  util-linux/repos/core-x86_64/pam-login
(from rev 169789, util-linux/repos/testing-x86_64/pam-login)
  util-linux/repos/core-x86_64/pam-su
(from rev 169789, util-linux/repos/testing-x86_64/pam-su)
  util-linux/repos/core-x86_64/util-linux.install
(from rev 169789, util-linux/repos/testing-x86_64/util-linux.install)
  util-linux/repos/core-x86_64/uuidd.tmpfiles
(from rev 169789, util-linux/repos/testing-x86_64/uuidd.tmpfiles)
Deleted:
  util-linux/repos/core-i686/PKGBUILD
  util-linux/repos/core-i686/pam-common
  util-linux/repos/core-i686/pam-login
  util-linux/repos/core-i686/pam-su
  util-linux/repos/core-i686/util-linux.install
  util-linux/repos/core-i686/uuidd.tmpfiles
  util-linux/repos/core-x86_64/PKGBUILD
  util-linux/repos/core-x86_64/pam-common
  util-linux/repos/core-x86_64/pam-login
  util-linux/repos/core-x86_64/pam-su
  util-linux/repos/core-x86_64/util-linux.install
  util-linux/repos/core-x86_64/uuidd.tmpfiles
  util-linux/repos/testing-i686/
  util-linux/repos/testing-x86_64/

+
 core-i686/PKGBUILD |  164 +++
 core-i686/pam-common   |   12 +-
 core-i686/pam-login|   14 +--
 core-i686/pam-su   |   18 ++--
 core-i686/util-linux.install   |   40 -
 core-i686/uuidd.tmpfiles   |2 
 core-x86_64/PKGBUILD   |  164 +++
 core-x86_64/pam-common |   12 +-
 core-x86_64/pam-login  |   14 +--
 core-x86_64/pam-su |   18 ++--
 core-x86_64/util-linux.install |   40 -
 core-x86_64/uuidd.tmpfiles |2 
 12 files changed, 250 insertions(+), 250 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-10-29 11:02:45 UTC (rev 169790)
+++ core-i686/PKGBUILD  2012-10-29 11:02:48 UTC (rev 169791)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=util-linux
-pkgver=2.22.1
-pkgrel=1
-pkgdesc=Miscellaneous system utilities for Linux
-url=http://www.kernel.org/pub/linux/utils/util-linux/;
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('pam' 'shadow')
-makedepends=('bc') # for check() only, change this to checkdepends for pacman 
4.1
-conflicts=('util-linux-ng' 'eject')
-provides=(util-linux-ng=${pkgver} 'eject')
-license=('GPL2')
-options=('!libtool')
-source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.22/${pkgname}-${pkgver}.tar.xz
-uuidd.tmpfiles
-pam-login
-pam-common
-pam-su)
-backup=(etc/pam.d/chfn
-etc/pam.d/chsh
-etc/pam.d/login
-etc/pam.d/su
-etc/pam.d/su-l)
-install=util-linux.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --localstatedir=/run \
-  --enable-fs-paths-extra=/usr/bin:/usr/sbin \
-  --enable-raw \
-  --enable-vipw \
-  --enable-newgrp \
-  --enable-chfn-chsh \
-  --enable-write \
-  --enable-mesg \
-  --enable-socket-activation
-
-#  --enable-reset \ # part of ncurses
-#  --enable-line \ # not part of any package
-#  --enable-last \ # not compat
-
-  make
-}
-
-#check() {
-# fails for some reason in chroot, works outside
-#  make -C $pkgname-$pkgver check
-#}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  cd ${pkgdir}
-
-  # setuid chfn and chsh
-  chmod 4755 $pkgdir/usr/bin/{newgrp,ch{sh,fn}}
-
-  # install PAM files for login-utils
-  install -Dm644 $srcdir/pam-common $pkgdir/etc/pam.d/chfn
-  install -m644 $srcdir/pam-common $pkgdir/etc/pam.d/chsh
-  install -m644 $srcdir/pam-login $pkgdir/etc/pam.d/login
-  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su
-  install -m644 $srcdir/pam-su 

[arch-commits] Commit in linux/trunk (PKGBUILD linux.install)

2012-10-29 Thread Tobias Powalowski
Date: Monday, October 29, 2012 @ 10:29:55
  Author: tpowa
Revision: 169792

upgpkg: linux 3.6.4-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

---+
 PKGBUILD  |6 +++---
 linux.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 11:02:48 UTC (rev 169791)
+++ PKGBUILD2012-10-29 14:29:55 UTC (rev 169792)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.6
-pkgver=3.6.3
+pkgver=3.6.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,7 +22,7 @@
 'module-symbol-waiting-3.6.patch'
 'module-init-wait-3.6.patch')
 md5sums=('1a1760420eac802c541a20ab51a093d1'
- '96701113d37ef4f9b785206ab8bcc71e'
+ 'd7efab4da2682c44662b684026b059f7'
  '65f7ff39775f20f65014383564d3cb65'
  '3adbfa45451c4bcf9dd7879bed033d77'
  'eb14dcfd80c00852ef81ded6e826826a'
@@ -315,4 +315,4 @@
   }
 done
 
-# vim:set ts=8 sts=2 sw=2 et:
\ No newline at end of file
+# vim:set ts=8 sts=2 sw=2 et:

Modified: linux.install
===
--- linux.install   2012-10-29 11:02:48 UTC (rev 169791)
+++ linux.install   2012-10-29 14:29:55 UTC (rev 169792)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.6.3-1-ARCH
+KERNEL_VERSION=3.6.4-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux/repos (18 files)

2012-10-29 Thread Tobias Powalowski
Date: Monday, October 29, 2012 @ 10:31:10
  Author: tpowa
Revision: 169793

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 169792, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 169792, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 169792, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 169792, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 169792, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 169792, linux/trunk/linux.preset)
  linux/repos/testing-i686/module-init-wait-3.6.patch
(from rev 169792, linux/trunk/module-init-wait-3.6.patch)
  linux/repos/testing-i686/module-symbol-waiting-3.6.patch
(from rev 169792, linux/trunk/module-symbol-waiting-3.6.patch)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 169792, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 169792, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 169792, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 169792, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 169792, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 169792, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/module-init-wait-3.6.patch
(from rev 169792, linux/trunk/module-init-wait-3.6.patch)
  linux/repos/testing-x86_64/module-symbol-waiting-3.6.patch
(from rev 169792, linux/trunk/module-symbol-waiting-3.6.patch)

--+
 testing-i686/PKGBUILD|  318 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6031 +
 testing-i686/config.x86_64   | 5802 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-i686/module-init-wait-3.6.patch  |   77 
 testing-i686/module-symbol-waiting-3.6.patch |   66 
 testing-x86_64/PKGBUILD  |  318 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6031 +
 testing-x86_64/config.x86_64 | 5802 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 testing-x86_64/module-init-wait-3.6.patch|   77 
 testing-x86_64/module-symbol-waiting-3.6.patch   |   66 
 16 files changed, 24770 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 169792:169793 to see the changes.


[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-10-29 Thread Tobias Powalowski
Date: Monday, October 29, 2012 @ 13:38:12
  Author: tpowa
Revision: 169794

upgpkg: linux-lts 3.0.49-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 14:31:10 UTC (rev 169793)
+++ PKGBUILD2012-10-29 17:38:12 UTC (rev 169794)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.48
+pkgver=3.0.49
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'dad754b161b631ca87898b06e226d957'
+ '1784e466bd772e8b947662cbfc9515d5'
  'edc668eef98c6795fbdbc7efd755d9bb'
  '6ec56de185c2a3a24e234ddc0915049a'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2012-10-29 14:31:10 UTC (rev 169793)
+++ linux-lts.install   2012-10-29 17:38:12 UTC (rev 169794)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.48-1-lts
+KERNEL_VERSION=3.0.49-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/repos (22 files)

2012-10-29 Thread Tobias Powalowski
Date: Monday, October 29, 2012 @ 13:39:36
  Author: tpowa
Revision: 169795

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 169794, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 169794, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 169794, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 169794, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 169794, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 169794, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 169794, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 169794, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 169794, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 169794, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 169794, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 169794, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 169794, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 169794, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 169794, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 169794, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 169794, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 169794, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 169794, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 169794, linux-lts/trunk/module-symbol-waiting-3.0.patch)

--+
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5657 +
 testing-i686/config.x86_64   | 5395 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5657 +
 testing-x86_64/config.x86_64 | 5395 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 20 files changed, 23356 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 169794:169795 to see the changes.


[arch-commits] Commit in thunderbird/trunk (PKGBUILD)

2012-10-29 Thread Ionut Biru
Date: Monday, October 29, 2012 @ 15:04:02
  Author: ibiru
Revision: 169796

update to 16.0.2

Modified:
  thunderbird/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 17:39:36 UTC (rev 169795)
+++ PKGBUILD2012-10-29 19:04:02 UTC (rev 169796)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=16.0.1
+pkgver=16.0.2
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=(!emptydirs)
-md5sums=('5b0ceb8d403b607fc0330e276b2e7c65'
+md5sums=('a01a6c66f107f31c3991849af526011f'
  '41511a6bcdd04cf56706218e4670e631'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
  '2e15662c756fa799d9d328f7125257be'



[arch-commits] Commit in thunderbird-i18n/trunk (PKGBUILD)

2012-10-29 Thread Ionut Biru
Date: Monday, October 29, 2012 @ 15:10:36
  Author: ibiru
Revision: 169797

update to 16.0.2

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  113 ++---
 1 file changed, 56 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 19:04:02 UTC (rev 169796)
+++ PKGBUILD2012-10-29 19:10:36 UTC (rev 169797)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgbase=thunderbird-i18n
-pkgver=16.0.1
+pkgver=16.0.2
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
 arch=('any')
@@ -93,59 +93,58 @@
   install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
 
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
 }
-
-md5sums=('0610092288a29df0a73c002987b0c58a'
- '46810da82d462e7d0e1c97a6dd3531d7'
- '8def1046038662e6c57a4bd9a3f79028'
- '9b581bd272613e2a9312d97a91bd8f8e'
- '272d94f3102fd4633c7d2dc76537fcb1'
- '090fe11743f86b4807942cac62101cf8'
- '3f3c25409ead07f33d677ff77bb7898f'
- '9a8362cfbb44a0133e70dc2490fdeb12'
- '192ec990a37aca4e2861bd2425d6d8cc'
- 'd637810193e299c1efce80378e38e781'
- '39c4f6bece0bff8361b1a70c58d6fa53'
- '37675591bf3efea539cd3abec49af481'
- 'ba7c1df5121ea7ef7923b6f444a7600a'
- '8f17fcbc97894dc3866a4e5e1aaf6d70'
- '144e9563e1bade435775c396a427364c'
- 'dacf2fb88aebe8111896959ec934a945'
- 'eb284c70a7a3364bb346d51eb1d2384c'
- 'aa20903c06ab2d2ee320776cbf46c427'
- 'ea990bf6664eb0e32331e2dc8c3d7904'
- 'a3a46049e1346b60731e5589e0514e5d'
- 'ddae4eef65e08a8f4bcc2b37840995b9'
- '3c92b6b228113fc1879f80d37dd42be4'
- '234b10e7ca05ebc47d466575f1355368'
- 'c58a33ce866a967ef2e6dedecc45b46b'
- '189b027d92c5e1b7a30d31e48e1697fe'
- 'f463da1112984bbb455f06d7c1420301'
- 'da2f9692defbbd836d9b75b072c35bf2'
- 'cd62ce6bef3b7f9b8b5558b858e86c56'
- '65e2d4aff82bf28bd701296223a1ffdf'
- '2b6ed965e30b5f4ca66398873c6b9a27'
- 'cb5c60df61fb58c1ad27d207ede34b58'
- 'b7b6fb182796f8679e7d9f848ff9b0dc'
- '44f27acf36f6623f2f315aa4c5c2ddd8'
- '8d1dedf65463b0d616781d837bcab596'
- '06c5fe4f028763acee02ebff4f633a5e'
- 'b20e09c40e75ee862c299e3599aec2ac'
- 'a78a4256fa6d942945c4264930d0f4a4'
- '005bdc5abb88d09bacd5d075661c10bd'
- 'd2dcc192ea09d94478442ccda4791416'
- '1ebf4b78083ae35e1042378ea410092b'
- '00aac3992745192e35321cd10ca98511'
- '514b46764a2267589ae86a6fdba37690'
- '4d35cfdefb29fe90ebdadb18ac7cc1ea'
- '7e57be89881be622a916b0df5df52714'
- '4ac8b3519cefca5568e5a949f3424c9e'
- '394e440ad861cef2f66265a506ec5ca0'
- '0e37142bf1bd4b51506c3deda5f36d3a'
- '721982300c5a02cbda64d3534a90b559'
- 'b21ab836077e0fce3521b20c869f727b'
- '51eac73dda3760e8f185ccc3650d9464'
- 'c64cfe62b24d69375f3686908b237689'
- '81b49d67f08dac3866da7e043184c533'
- '36d3f20b9e69044941c2a73973e22757'
- '8bd09f40472d918e61fbcb2d56d018da'
- 'fc217c16b3467f6824eabceb32533023')
+md5sums=('c9853d6503afa58f8f5242ff6259c68f'
+ '3dee98152df990953b80ace7ed37dbdb'
+ '7941d71065fc12152597d3afa7d9ede7'
+ 'b7c640d2d31b57b9dafd85b7de8e19f2'
+ '460e0cbd22c4828dbf11f0f9b55688c1'
+ 'd5db213f945bc0fa7f38bbdf5f28c973'
+ 'f970c11ed206319dcfa0b7d542f9ee8e'
+ 'a710fbe5a400579bf7ca392dae11d4bf'
+ '5155e7d8ecd2ca6b4cbd3851c0205428'
+ 'bc33f6b5cc4f2006185622d6ffc53367'
+ 'ba98417112e9a8fd597026b3b859c6ad'
+ '57abc459bea5d2757f7cdb6217cc9199'
+ '5dc578d6e2e2bd3eecc8490ee02f5982'
+ 'c11f36888a4ab168c9668bf04832e153'
+ 'b7f6ba28e4be1d97053e26e060442a44'
+ 'efe91c22b94794a16c78a0edcb15ce25'
+ '2d2b7bb1ca04c0ec0ecb3e2f487c6559'
+ '81ee612bfe1f50d8103563c0ae80eb72'
+ 'e9ff570deaf6ea6888d1c269a3830321'
+ '18bacc1c69f8295dba2ac8232621c44e'
+ '630a073188af6d9f0632e23fc0a9fc21'
+ '56f38837992bda3120259dab06ec5d2d'
+ '12b374a9b73b42cf61414fd4a0810a7a'
+ 'df9a14fa5750b4f86daae52304d825bf'
+ '1d7764138b752f35d72f203d49b82119'
+ '61d6409e2f0a6c8bf581a285a90afc27'
+ '14b16a1ba63bd2d75883c5479d0a54bb'
+ '50ea589b779c8dfde21d1dd54bc9098b'
+ 'eb1a33aa1413634bca1d67a985244715'
+ 'b9524105c8ad558c817aef67dcc23793'
+ '02b091deba6cb5069bbb196643ba55e6'
+ '9be68be5bd8119644622d245530431c2'
+ '7869eec12a7835e958a4468f452f33b1'
+ 'ecae2d3e430015fd4d8556557b87ed7d'
+ '674e376e17b92fbbdf56825948cfaec6'
+ '924109a7b3b03cbb288db66ace7c7960'
+ 'fe996d1b0127432b1420fce02011730f'
+ 

[arch-commits] Commit in thunderbird/repos (24 files)

2012-10-29 Thread Ionut Biru
Date: Monday, October 29, 2012 @ 15:13:25
  Author: ibiru
Revision: 169798

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 169797, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 169797, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 169797, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 169797, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 169797, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 169797, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 169797, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 169797, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 169797, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 169797, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 169797, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 169797, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 extra-i686/PKGBUILD|  124 +--
 extra-i686/mozconfig   |   80 -
 extra-i686/thunderbird-install-dir.patch   |   88 +--
 extra-i686/thunderbird.desktop |   26 ++---
 extra-i686/thunderbird.install |   24 ++---
 extra-i686/vendor.js   |   18 +--
 extra-x86_64/PKGBUILD  |  124 +--
 extra-x86_64/mozconfig |   80 -
 extra-x86_64/thunderbird-install-dir.patch |   88 +--
 extra-x86_64/thunderbird.desktop   |   26 ++---
 extra-x86_64/thunderbird.install   |   24 ++---
 extra-x86_64/vendor.js |   18 +--
 12 files changed, 360 insertions(+), 360 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-29 19:10:36 UTC (rev 169797)
+++ extra-i686/PKGBUILD 2012-10-29 19:13:25 UTC (rev 169798)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-
-pkgname=thunderbird
-pkgver=16.0.1
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-install-dir.patch
-vendor.js)
-options=(!emptydirs)
-md5sums=('5b0ceb8d403b607fc0330e276b2e7c65'
- '41511a6bcdd04cf56706218e4670e631'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '2e15662c756fa799d9d328f7125257be'
- '5a53179d14ae9631b7afe5e4d0fc0b25')
-
-build() {
-  cd comm-release
-  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
-
-  cp $srcdir/mozconfig .mozconfig
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd comm-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/vendor.js 
$pkgdir/usr/lib/thunderbird/defaults/preferences/vendor.js
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
-  

[arch-commits] Commit in nvidia/trunk (PKGBUILD)

2012-10-29 Thread Tobias Powalowski
Date: Monday, October 29, 2012 @ 15:25:41
  Author: tpowa
Revision: 169799

upgpkg: nvidia 304.60-3

rebuild against 3.6.4

Modified:
  nvidia/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 19:13:25 UTC (rev 169798)
+++ PKGBUILD2012-10-29 19:25:41 UTC (rev 169799)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=304.60
 _extramodules=extramodules-3.6-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux.
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



[arch-commits] Commit in nvidia/repos (6 files)

2012-10-29 Thread Tobias Powalowski
Date: Monday, October 29, 2012 @ 15:26:14
  Author: tpowa
Revision: 169800

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 169799, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 169799, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 169799, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 169799, nvidia/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia.install   |   15 +
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia.install |   15 +
 4 files changed, 120 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 169799, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-29 19:26:14 UTC (rev 169800)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=304.60
+_extramodules=extramodules-3.6-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.6' 'linux3.7' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.6' 'linux-headers3.7')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('42b9887076b2ebcf1af5ee13bc332ccb')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('7248399a125808e3bbc9c66da99a098d')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 169799, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2012-10-29 19:26:14 UTC (rev 169800)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.6-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.6-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.6-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 169799, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-29 19:26:14 UTC (rev 169800)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=304.60
+_extramodules=extramodules-3.6-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.6' 'linux3.7' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.6' 'linux-headers3.7')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('42b9887076b2ebcf1af5ee13bc332ccb')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('7248399a125808e3bbc9c66da99a098d')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \

[arch-commits] Commit in lirc/trunk (PKGBUILD)

2012-10-29 Thread Tobias Powalowski
Date: Monday, October 29, 2012 @ 15:28:37
  Author: tpowa
Revision: 169801

upgpkg: lirc 1:0.9.0-34

rebuild against 3.6.4

Modified:
  lirc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 19:26:14 UTC (rev 169800)
+++ PKGBUILD2012-10-29 19:28:37 UTC (rev 169801)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=33
+pkgrel=34
 epoch=1
 _extramodules=extramodules-3.6-ARCH
 arch=('i686' 'x86_64')



[arch-commits] Commit in lirc/repos (36 files)

2012-10-29 Thread Tobias Powalowski
Date: Monday, October 29, 2012 @ 15:30:38
  Author: tpowa
Revision: 169802

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 169801, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.conf
(from rev 169801, lirc/trunk/irexec.conf)
  lirc/repos/testing-i686/irexec.service
(from rev 169801, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/irexecd
(from rev 169801, lirc/trunk/irexecd)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 169801, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 169801, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 169801, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 169801, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 169801, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 169801, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 169801, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 169801, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd
(from rev 169801, lirc/trunk/lircd)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 169801, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircd.conf
(from rev 169801, lirc/trunk/lircd.conf)
  lirc/repos/testing-i686/lircm.service
(from rev 169801, lirc/trunk/lircm.service)
  lirc/repos/testing-i686/lircmd
(from rev 169801, lirc/trunk/lircmd)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 169801, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.conf
(from rev 169801, lirc/trunk/irexec.conf)
  lirc/repos/testing-x86_64/irexec.service
(from rev 169801, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/irexecd
(from rev 169801, lirc/trunk/irexecd)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 169801, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 169801, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 169801, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 169801, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 169801, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 169801, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 169801, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 169801, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd
(from rev 169801, lirc/trunk/lircd)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 169801, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircd.conf
(from rev 169801, lirc/trunk/lircd.conf)
  lirc/repos/testing-x86_64/lircm.service
(from rev 169801, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/lircmd
(from rev 169801, lirc/trunk/lircmd)

+
 testing-i686/PKGBUILD  |  117 +++
 testing-i686/irexec.conf   |5 
 testing-i686/irexec.service|   11 ++
 testing-i686/irexecd   |   38 +++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   11 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 ++
 testing-i686/lirc_wpc8769l.patch   |   88 +
 testing-i686/lircd |   52 ++
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircd.conf|8 +
 testing-i686/lircm.service |   11 ++
 testing-i686/lircmd|   36 +++
 testing-x86_64/PKGBUILD|  117 +++
 testing-x86_64/irexec.conf |5 
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/irexecd |   38 +++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.service|   11 ++
 testing-x86_64/lirc.tmpfiles   |1 
 

[arch-commits] Commit in seamonkey/trunk (PKGBUILD)

2012-10-29 Thread Ionut Biru
Date: Monday, October 29, 2012 @ 16:08:17
  Author: ibiru
Revision: 169803

update to 2.13.2

Modified:
  seamonkey/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 19:30:38 UTC (rev 169802)
+++ PKGBUILD2012-10-29 20:08:17 UTC (rev 169803)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 pkgname=seamonkey
-pkgver=2.13.1
+pkgver=2.13.2
 pkgrel=1
 pkgdesc=SeaMonkey internet suite
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 mozconfig
 seamonkey.desktop
 seamonkey-2.0-lang.patch)
-md5sums=('4692488308bbd6a1c5017ebd0fe3'
+md5sums=('eda9307817dfb0e726e13d336cdb6440'
  'dabc8f517fbff67b8599064bedd32606'
  '6119a2254716752c9d08e366f8d4c048'
  '25b6fe16ac24cd5c852213e5c1adb272')



[arch-commits] Commit in thunderbird-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-10-29 Thread Ionut Biru
Date: Monday, October 29, 2012 @ 16:08:27
  Author: ibiru
Revision: 169804

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 169803, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  301 ++---
 1 file changed, 150 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-29 20:08:17 UTC (rev 169803)
+++ PKGBUILD2012-10-29 20:08:27 UTC (rev 169804)
@@ -1,151 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgver=16.0.1
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-
-_languages=(
-  'ar Arabic'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'br Breton'
-  'ca Catalan'
-  'cs Czech'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (United Kingdom)'
-  'en-US  English (United States)'
-  'es-AR  Spanish (Argentina)'
-  'es-ES  Spanish (Spain)'
-  'et Estonian'
-  'eu Basque'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian (Netherlands)'
-  'ga-IE  Irish'
-  'gd Gaelic'
-  'gl Galician'
-  'he Hebrew'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'lt Lithuanian'
-  'nb-NO  Norwegian (Bokmal)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'pa-IN  Punjabi'
-  'pl Polish'
-  'pt-BR  Brazilian Portuguese'
-  'pt-PT  Portuguese'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhalese'
-  'sk Slovak'
-  'sq Albanian'
-  'sl Slovenian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (simplified)'
-  'zh-TW  Chinese (traditional)'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-#noextract=(${source[@]##*/})
-
-_package() {
-  pkgdesc=$2 language pack for Thunderbird
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi
-}
-
-md5sums=('0610092288a29df0a73c002987b0c58a'
- '46810da82d462e7d0e1c97a6dd3531d7'
- '8def1046038662e6c57a4bd9a3f79028'
- '9b581bd272613e2a9312d97a91bd8f8e'
- '272d94f3102fd4633c7d2dc76537fcb1'
- '090fe11743f86b4807942cac62101cf8'
- '3f3c25409ead07f33d677ff77bb7898f'
- '9a8362cfbb44a0133e70dc2490fdeb12'
- '192ec990a37aca4e2861bd2425d6d8cc'
- 'd637810193e299c1efce80378e38e781'
- '39c4f6bece0bff8361b1a70c58d6fa53'
- '37675591bf3efea539cd3abec49af481'
- 'ba7c1df5121ea7ef7923b6f444a7600a'
- '8f17fcbc97894dc3866a4e5e1aaf6d70'
- '144e9563e1bade435775c396a427364c'
- 'dacf2fb88aebe8111896959ec934a945'
- 'eb284c70a7a3364bb346d51eb1d2384c'
- 'aa20903c06ab2d2ee320776cbf46c427'
- 'ea990bf6664eb0e32331e2dc8c3d7904'
- 'a3a46049e1346b60731e5589e0514e5d'
- 'ddae4eef65e08a8f4bcc2b37840995b9'
- '3c92b6b228113fc1879f80d37dd42be4'
- '234b10e7ca05ebc47d466575f1355368'
- 'c58a33ce866a967ef2e6dedecc45b46b'
- '189b027d92c5e1b7a30d31e48e1697fe'
- 'f463da1112984bbb455f06d7c1420301'
- 'da2f9692defbbd836d9b75b072c35bf2'
- 'cd62ce6bef3b7f9b8b5558b858e86c56'
- '65e2d4aff82bf28bd701296223a1ffdf'
- '2b6ed965e30b5f4ca66398873c6b9a27'
- 'cb5c60df61fb58c1ad27d207ede34b58'
- 'b7b6fb182796f8679e7d9f848ff9b0dc'
- '44f27acf36f6623f2f315aa4c5c2ddd8'
- '8d1dedf65463b0d616781d837bcab596'
- '06c5fe4f028763acee02ebff4f633a5e'
- 'b20e09c40e75ee862c299e3599aec2ac'
- 'a78a4256fa6d942945c4264930d0f4a4'
- '005bdc5abb88d09bacd5d075661c10bd'
- 'd2dcc192ea09d94478442ccda4791416'
- '1ebf4b78083ae35e1042378ea410092b'
- '00aac3992745192e35321cd10ca98511'
- '514b46764a2267589ae86a6fdba37690'
- '4d35cfdefb29fe90ebdadb18ac7cc1ea'
- '7e57be89881be622a916b0df5df52714'
- '4ac8b3519cefca5568e5a949f3424c9e'
- '394e440ad861cef2f66265a506ec5ca0'
- 

[arch-commits] Commit in seamonkey/repos (20 files)

2012-10-29 Thread Ionut Biru
Date: Monday, October 29, 2012 @ 16:14:46
  Author: ibiru
Revision: 169805

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 169804, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 169804, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 169804, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 169804, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 169804, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 169804, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 169804, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 169804, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 169804, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 169804, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/extra-i686/PKGBUILD
  seamonkey/repos/extra-i686/mozconfig
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-i686/seamonkey.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |  112 
 extra-i686/mozconfig  |   62 -
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++---
 extra-i686/seamonkey.desktop  |   22 +++---
 extra-i686/seamonkey.install  |   24 +++---
 extra-x86_64/PKGBUILD |  112 
 extra-x86_64/mozconfig|   62 -
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++---
 extra-x86_64/seamonkey.desktop|   22 +++---
 extra-x86_64/seamonkey.install|   24 +++---
 10 files changed, 242 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-29 20:08:27 UTC (rev 169804)
+++ extra-i686/PKGBUILD 2012-10-29 20:14:46 UTC (rev 169805)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-pkgver=2.13.1
-pkgrel=1
-pkgdesc=SeaMonkey internet suite
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake')
-install=$pkgname.install
-url=http://www.seamonkey-project.org/;
-source=(ftp://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey.desktop
-seamonkey-2.0-lang.patch)
-md5sums=('4692488308bbd6a1c5017ebd0fe3'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
-  -i suite/installer/Makefile.in
-
-  make -j1 -f client.mk build
-}
-
-package() {
-  cd comm-release
-
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
-  ln -s /usr/share/hunspell $pkgdir/usr/lib/seamonkey-$pkgver/dictionaries
-  ln -s /usr/share/hyphen $pkgdir/usr/lib/seamonkey-$pkgver/hyphenation
-
-  install -m755 -d $pkgdir/usr/share/applications
-  install -m755 -d $pkgdir/usr/share/pixmaps
-  install -m644 suite/branding/nightly/icons/gtk/seamonkey.png \
-$pkgdir/usr/share/pixmaps/
-  install -m644 $srcdir/seamonkey.desktop $pkgdir/usr/share/applications/
-
-  rm -f $pkgdir/usr/lib/pkgconfig/seamonkey-ns{s,pr}.pc
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/extra-i686/PKGBUILD (from rev 169804, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-29 20:14:46 UTC (rev 169805)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org

[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

2012-10-29 Thread Jan Steffens
Date: Monday, October 29, 2012 @ 16:40:52
  Author: heftig
Revision: 169806

0.18.0

Modified:
  xf86-input-wacom/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 20:14:46 UTC (rev 169805)
+++ PKGBUILD2012-10-29 20:40:52 UTC (rev 169806)
@@ -4,8 +4,8 @@
 # Contributor: M Rawash mraw...@gmail.com
 
 pkgname=xf86-input-wacom
-pkgver=0.17.0
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc=X.Org Wacom tablet driver
 arch=('i686' 'x86_64')
 url=http://linuxwacom.sourceforge.net/;
@@ -17,7 +17,7 @@
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2
 70-wacom.rules)
-md5sums=('92dffefc3bc30523463f2fa4bc753448'
+md5sums=('cca2c9ed7a5d3b09689bfc2c204726fb'
  '10db4f8272286690255c1bcc18bfdd92')
 
 build() {



[arch-commits] Commit in xf86-input-wacom/repos (8 files)

2012-10-29 Thread Jan Steffens
Date: Monday, October 29, 2012 @ 16:42:25
  Author: heftig
Revision: 169807

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xf86-input-wacom/repos/extra-i686/70-wacom.rules
(from rev 169806, xf86-input-wacom/trunk/70-wacom.rules)
  xf86-input-wacom/repos/extra-i686/PKGBUILD
(from rev 169806, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/70-wacom.rules
(from rev 169806, xf86-input-wacom/trunk/70-wacom.rules)
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 169806, xf86-input-wacom/trunk/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/extra-i686/70-wacom.rules
  xf86-input-wacom/repos/extra-i686/PKGBUILD
  xf86-input-wacom/repos/extra-x86_64/70-wacom.rules
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD

-+
 extra-i686/70-wacom.rules   |   24 +++---
 extra-i686/PKGBUILD |   68 +-
 extra-x86_64/70-wacom.rules |   24 +++---
 extra-x86_64/PKGBUILD   |   68 +-
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/70-wacom.rules
===
--- extra-i686/70-wacom.rules   2012-10-29 20:40:52 UTC (rev 169806)
+++ extra-i686/70-wacom.rules   2012-10-29 20:42:25 UTC (rev 169807)
@@ -1,12 +0,0 @@
-ACTION!=add|change, GOTO=wacom_end
-
-# Match all serial wacom tablets with a serial ID starting with WACf
-# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
-#We assign the lot to subsystem pnp too because server reads NAME from
-#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
-#will do and the ENV{NAME} can be removed.
-SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
-SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
-
-LABEL=wacom_end
-

Copied: xf86-input-wacom/repos/extra-i686/70-wacom.rules (from rev 169806, 
xf86-input-wacom/trunk/70-wacom.rules)
===
--- extra-i686/70-wacom.rules   (rev 0)
+++ extra-i686/70-wacom.rules   2012-10-29 20:42:25 UTC (rev 169807)
@@ -0,0 +1,12 @@
+ACTION!=add|change, GOTO=wacom_end
+
+# Match all serial wacom tablets with a serial ID starting with WACf
+# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
+#We assign the lot to subsystem pnp too because server reads NAME from
+#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
+#will do and the ENV{NAME} can be removed.
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+
+LABEL=wacom_end
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-29 20:40:52 UTC (rev 169806)
+++ extra-i686/PKGBUILD 2012-10-29 20:42:25 UTC (rev 169807)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.17.0
-pkgrel=2
-pkgdesc=X.Org Wacom tablet driver
-arch=('i686' 'x86_64')
-url=http://linuxwacom.sourceforge.net/;
-license=('GPL')
-backup=('etc/X11/xorg.conf.d/50-wacom.conf')
-depends=('libxi' 'libxrandr' 'libxinerama')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=18' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13.0' 'X-ABI-XINPUT_VERSION18' 
'X-ABI-XINPUT_VERSION=19')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2
-70-wacom.rules)
-md5sums=('92dffefc3bc30523463f2fa4bc753448'
- '10db4f8272286690255c1bcc18bfdd92')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 ../70-wacom.rules 
$pkgdir/usr/lib/udev/rules.d/70-wacom.rules
-}

Copied: xf86-input-wacom/repos/extra-i686/PKGBUILD (from rev 169806, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-29 20:42:25 UTC (rev 169807)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens 

[arch-commits] Commit in xulrunner/trunk (PKGBUILD)

2012-10-29 Thread Ionut Biru
Date: Monday, October 29, 2012 @ 17:10:09
  Author: ibiru
Revision: 169808

update to 16.0.2

Modified:
  xulrunner/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 20:42:25 UTC (rev 169807)
+++ PKGBUILD2012-10-29 21:10:09 UTC (rev 169808)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 pkgname=xulrunner
-pkgver=16.0.1
+pkgver=16.0.2
 pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 shared-libs.patch)
 options=('!emptydirs')
 replaces=('xulrunner-oss')
-md5sums=('78e641c67dc4a40cb3f48fce3e782d41'
+md5sums=('1b360968ab05b2a59757d33514897915'
  '4afe63440e2f1935ff90de15db3b70f0'
  '27271ce647a83906ef7a24605e840d61'
  '52e52f840a49eb1d14be1c0065b03a93')



[arch-commits] Commit in xulrunner/repos (16 files)

2012-10-29 Thread Ionut Biru
Date: Monday, October 29, 2012 @ 17:12:03
  Author: ibiru
Revision: 169809

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 169808, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-i686/mozconfig
(from rev 169808, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 169808, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-i686/shared-libs.patch
(from rev 169808, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 169808, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 169808, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 169808, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-x86_64/shared-libs.patch
(from rev 169808, xulrunner/trunk/shared-libs.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
  xulrunner/repos/extra-i686/shared-libs.patch
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/extra-x86_64/shared-libs.patch

--+
 extra-i686/PKGBUILD  |  106 -
 extra-i686/mozconfig |   76 +++
 extra-i686/mozilla-pkgconfig.patch   |   80 
 extra-i686/shared-libs.patch |   24 +++
 extra-x86_64/PKGBUILD|  106 -
 extra-x86_64/mozconfig   |   76 +++
 extra-x86_64/mozilla-pkgconfig.patch |   80 
 extra-x86_64/shared-libs.patch   |   24 +++
 8 files changed, 286 insertions(+), 286 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-29 21:10:09 UTC (rev 169808)
+++ extra-i686/PKGBUILD 2012-10-29 21:12:03 UTC (rev 169809)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=xulrunner
-pkgver=16.0.1
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite=3.7.4' 'libnotify' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('78e641c67dc4a40cb3f48fce3e782d41'
- '4afe63440e2f1935ff90de15db3b70f0'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  cd $srcdir/mozilla-release
-  cp $srcdir/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/mozilla-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/lib/xulrunner-$pkgver/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell $pkgdir/usr/lib/xulrunner-$pkgver/dictionaries
-  ln -sf /usr/share/hyphen $pkgdir/usr/lib/xulrunner-$pkgver/hyphenation
-
-  # add xulrunner library path to ld.so.conf
-  install -d $pkgdir/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
-
-  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
-  sed -i 's|!/usr/bin/env python$|!/usr/bin/env python2|' \
-
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 169808, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-29 21:12:03 UTC (rev 169809)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=16.0.2
+pkgrel=1
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss=3.13.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite=3.7.4' 'libnotify' 'libvpx' 'python2')

[arch-commits] Commit in hefur/trunk (PKGBUILD hefurd.service)

2012-10-29 Thread Thomas Bächler
Date: Monday, October 29, 2012 @ 18:16:40
  Author: thomas
Revision: 169810

upgpkg: hefur 0.3-3: fix directory name

Modified:
  hefur/trunk/PKGBUILD
  hefur/trunk/hefurd.service

+
 PKGBUILD   |6 +++---
 hefurd.service |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 21:12:03 UTC (rev 169809)
+++ PKGBUILD2012-10-29 22:16:40 UTC (rev 169810)
@@ -4,7 +4,7 @@
 
 pkgname=hefur
 pkgver=0.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A standalone and lightweight BitTorrent tracker'
 arch=('i686' 'x86_64')
 url='http://github.com/abique/hefur'
@@ -14,7 +14,7 @@
 
source=(https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 'hefurd.service')
 md5sums=('446ca4e659ce0ca3c8f32b0990ee7f5f'
- '79f947bb934fd5784ab59bcb0bc1345a')
+ 'fec6d1a7a96bd6c5605d5316fec4fc2f')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -29,5 +29,5 @@
DESTDIR=${pkgdir} make install
install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
-   install -d -m755 ${pkgdir}/var/lib/herfurd
+   install -d -m755 ${pkgdir}/var/lib/hefurd
 }

Modified: hefurd.service
===
--- hefurd.service  2012-10-29 21:12:03 UTC (rev 169809)
+++ hefurd.service  2012-10-29 22:16:40 UTC (rev 169810)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/herfurd
+ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/hefurd
 User=nobody
 Group=nobody
 



[arch-commits] Commit in hefur/repos (8 files)

2012-10-29 Thread Thomas Bächler
Date: Monday, October 29, 2012 @ 18:16:57
  Author: thomas
Revision: 169811

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  hefur/repos/extra-i686/PKGBUILD
(from rev 169810, hefur/trunk/PKGBUILD)
  hefur/repos/extra-i686/hefurd.service
(from rev 169810, hefur/trunk/hefurd.service)
  hefur/repos/extra-x86_64/PKGBUILD
(from rev 169810, hefur/trunk/PKGBUILD)
  hefur/repos/extra-x86_64/hefurd.service
(from rev 169810, hefur/trunk/hefurd.service)
Deleted:
  hefur/repos/extra-i686/PKGBUILD
  hefur/repos/extra-i686/hefurd.service
  hefur/repos/extra-x86_64/PKGBUILD
  hefur/repos/extra-x86_64/hefurd.service

-+
 extra-i686/PKGBUILD |   66 +-
 extra-i686/hefurd.service   |   22 +++---
 extra-x86_64/PKGBUILD   |   66 +-
 extra-x86_64/hefurd.service |   22 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-29 22:16:40 UTC (rev 169810)
+++ extra-i686/PKGBUILD 2012-10-29 22:16:57 UTC (rev 169811)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-# Contributor: Alexandre Bique bique.alexan...@gmail.com
-
-pkgname=hefur
-pkgver=0.3
-pkgrel=2
-pkgdesc='A standalone and lightweight BitTorrent tracker'
-arch=('i686' 'x86_64')
-url='http://github.com/abique/hefur'
-license=('MIT')
-makedepends=('cmake')
-depends=('gnutls' 'xz')
-source=(https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'hefurd.service')
-md5sums=('446ca4e659ce0ca3c8f32b0990ee7f5f'
- '79f947bb934fd5784ab59bcb0bc1345a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}/build
-   DESTDIR=${pkgdir} make install
-   install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
-   install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
-   install -d -m755 ${pkgdir}/var/lib/herfurd
-}

Copied: hefur/repos/extra-i686/PKGBUILD (from rev 169810, hefur/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-29 22:16:57 UTC (rev 169811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Contributor: Alexandre Bique bique.alexan...@gmail.com
+
+pkgname=hefur
+pkgver=0.3
+pkgrel=3
+pkgdesc='A standalone and lightweight BitTorrent tracker'
+arch=('i686' 'x86_64')
+url='http://github.com/abique/hefur'
+license=('MIT')
+makedepends=('cmake')
+depends=('gnutls' 'xz')
+source=(https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'hefurd.service')
+md5sums=('446ca4e659ce0ca3c8f32b0990ee7f5f'
+ 'fec6d1a7a96bd6c5605d5316fec4fc2f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+   DESTDIR=${pkgdir} make install
+   install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
+   install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
+   install -d -m755 ${pkgdir}/var/lib/hefurd
+}

Deleted: extra-i686/hefurd.service
===
--- extra-i686/hefurd.service   2012-10-29 22:16:40 UTC (rev 169810)
+++ extra-i686/hefurd.service   2012-10-29 22:16:57 UTC (rev 169811)
@@ -1,11 +0,0 @@
-[Unit]
-Description=A standalone and lightweight BitTorrent tracker
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/herfurd
-User=nobody
-Group=nobody
-
-[Install]
-WantedBy=multi-user.target

Copied: hefur/repos/extra-i686/hefurd.service (from rev 169810, 
hefur/trunk/hefurd.service)
===
--- extra-i686/hefurd.service   (rev 0)
+++ extra-i686/hefurd.service   2012-10-29 22:16:57 UTC (rev 169811)
@@ -0,0 +1,11 @@
+[Unit]
+Description=A standalone and lightweight BitTorrent tracker
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/hefurd
+User=nobody
+Group=nobody
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-29 22:16:40 UTC (rev 169810)
+++ extra-x86_64/PKGBUILD   2012-10-29 22:16:57 UTC (rev 169811)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-# Contributor: Alexandre Bique