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

2011-08-31 Thread Tobias Powalowski
Date: Wednesday, August 31, 2011 @ 03:16:29
  Author: tpowa
Revision: 136615

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

Added:
  linux-firmware/repos/core-any/PKGBUILD
(from rev 136614, linux-firmware/repos/testing-any/PKGBUILD)
Deleted:
  linux-firmware/repos/core-any/PKGBUILD
  linux-firmware/repos/testing-any/

--+
 PKGBUILD |  160 ++---
 1 file changed, 80 insertions(+), 80 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2011-08-31 06:13:59 UTC (rev 136614)
+++ core-any/PKGBUILD   2011-08-31 07:16:29 UTC (rev 136615)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-#
-# Create a new tarball from the linux-firmware git tree with the following 
command:
-# git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
-# git archive --format=tar --prefix linux-firmware-$(date +%Y%m%d)/ master | 
xz -9 > linux-firmware-$(date +%Y%m%d).tar.xz
-#
-
-pkgname=linux-firmware
-pkgver=20110727
-pkgrel=1
-pkgdesc="Firmware files for Linux"
-arch=('any')
-url="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary";
-license=('GPL2' 'GPL3' 'custom')
-provides=('kernel26-firmware=2.6.34.99')
-conflicts=('linux-firmware-git'
-   'kernel26-firmware'
-   'ar9170-fw'
-   'iwlwifi-1000-ucode'
-   'iwlwifi-3945-ucode'
-   'iwlwifi-4965-ucode'
-   'iwlwifi-5000-ucode'
-   'iwlwifi-5150-ucode'
-   'iwlwifi-6000-ucode'
-   'rt2870usb-fw'
-   'rt2x00-rt61-fw'
-   'rt2x00-rt71w-fw')
-replaces=('kernel26-firmware'
-   'ar9170-fw'
-   'iwlwifi-1000-ucode'
-   'iwlwifi-3945-ucode'
-   'iwlwifi-4965-ucode'
-   'iwlwifi-5000-ucode'
-   'iwlwifi-5150-ucode'
-   'iwlwifi-6000-ucode'
-   'rt2870usb-fw'
-   'rt2x00-rt61-fw'
-   'rt2x00-rt71w-fw')
-options=(!strip)
-source=(ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$pkgver.tar.xz
-
http://www.kernel.org/pub/linux/kernel/people/mcgrof/firmware/ar9170/ar9170.fw
-
http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-5000-ucode-8.83.5.1-1.tgz
-
http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1000-ucode-39.31.5.1.tgz
-
http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-6000-ucode-9.221.4.1.tgz
-
http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-6000g2a-ucode-17.168.5.2.tgz
-
http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-6000g2b-ucode-17.168.5.2.tgz
-)
-md5sums=('8d3e5ba3f89a5c0aa6405510348e806b'
- '34feec4ec0eae3bb92c7c1ea2dfb4530'
- 'cec71b615f3ca6d7823c032da0be1b61'
- '8098503cb2abcdeb3ddd2d8d6f60'
- 'c132a4c1946a9dbc0c36b41696e5c793'
- '0b9579f4b8faf51c955295607a8e79a8'
- 'd87411296b4eeda0c9138e9f8437')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -d -m755 "${pkgdir}/lib/firmware"
-  cp -a * "${pkgdir}/lib/firmware/"
-  install -d -m755 "${pkgdir}/usr/share/licenses/linux-firmware/"
-  rm -f "${pkgdir}/lib/firmware/GPL*"
-  mv "${pkgdir}/lib/firmware"/{LICEN*,WHENCE} 
"${pkgdir}/usr/share/licenses/linux-firmware/"
-
-  # Symlinks for Broadcom firmware
-  #ln -s bcm43xx-0-610-809-0.fw "${pkgdir}/lib/firmware/brcm/bcm43xx-0.fw"
-  #ln -s bcm43xx_hdr-0-610-809-0.fw 
"${pkgdir}/lib/firmware/brcm/bcm43xx_hdr-0.fw"
-
-  # https://bugs.archlinux.org/task/20064
-  install -m644 "${srcdir}/ar9170.fw" "${pkgdir}/lib/firmware/"
-  # fix intel firmware files
-  install -m 644 ${srcdir}/iwlwifi-1000-ucode-39.31.5.1/iwlwifi-1000-5.ucode 
"${pkgdir}/lib/firmware/"
-  install -m 644 ${srcdir}/iwlwifi-5000-ucode-8.83.5.1/iwlwifi-5000-5.ucode 
"${pkgdir}/lib/firmware/"
-  install -m 644 ${srcdir}/iwlwifi-6000-ucode-9.221.4.1/iwlwifi-6000-4.ucode 
"${pkgdir}/lib/firmware/"
-  install -m 644 
${srcdir}/iwlwifi-6000g2a-ucode-17.168.5.2/iwlwifi-6000g2a-5.ucode 
"${pkgdir}/lib/firmware/"
-  install -m 644 
${srcdir}/iwlwifi-6000g2b-ucode-17.168.5.2/iwlwifi-6000g2b-5.ucode 
"${pkgdir}/lib/firmware/"
-}
-# vim:set ts=2 sw=2 et:

Copied: linux-firmware/repos/core-any/PKGBUILD (from rev 136614, 
linux-firmware/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2011-08-31 07:16:29 UTC (rev 136615)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+#
+# Create a new tarball from the linux-firmware git tree with the following 
command:
+# git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
+# git archive --format=tar --prefix linux-firmware-$(date +%Y%m%d)/ master | 
xz -9 > linux-firmware-$(date +%Y%m%d).tar.xz
+#
+
+pkgname=linux-firmware
+pkgver=20110822
+pkgrel=1
+pkgdesc="Firmware files for Linux"

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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 03:18:11
  Author: ibiru
Revision: 136616

update to 6.0.1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 07:16:29 UTC (rev 136615)
+++ PKGBUILD2011-08-31 07:18:11 UTC (rev 136616)
@@ -86,8 +86,8 @@
 'firefox-i18n-zh-cn'
 'firefox-i18n-zh-tw'
 'firefox-i18n-zu')
-pkgver=6.0
-pkgrel=2
+pkgver=6.0.1
+pkgrel=1
 arch=('any')
 license=('MPL')
 url="http://www.mozilla.com/";
@@ -179,7 +179,7 @@
 # Don't extract anything
 noextract=(${source[@]##*/})
 
-_path="/usr/lib/firefox-6.0/extensions/"
+_path="/usr/lib/firefox-$pkgver/extensions/"
 
 
 package_firefox-i18n () {
@@ -745,83 +745,83 @@
   cd "${srcdir}"
   install -Dm644 firefox-i18n-$pkgver-zu.xpi 
"${pkgdir}/$_path/langpack...@firefox.mozilla.org.xpi"
 }
-md5sums=('45f12be5e3d4cd6931fbd7bd0c716727'
- 'c53b518771b9c50d43a59c80ab1a9685'
- 'da40e2be8b097c45211970e84e2752da'
- '4ad4ab401584ef1b39f8eb78e93c2dec'
- '8a15172afcae88a098c64e2204944d55'
- '9a2ce98a1170fe816edfdd9f7c33a361'
- '9e9b4e000deb83d255158388bcbc3a50'
- '260a8318c7557e309afd6c3a13c17daa'
- '509345869ecf8d6f4f16c9baca5dd030'
- '98cbcd308c6434d68ecca1719377d132'
- 'a14cfdc11a22ecf3088266ae118622af'
- '87b5c27577a03b45d63fcaeb400505e1'
- '3459137b765344bd531b631779c73ba4'
- '82596a3d3f13ed512b1523c68c319a24'
- 'a54df0d22c3abc929dc5e439397cd8b0'
- '938052ce07eb1fe578441f2eb2c63311'
- 'bf274abcde44ec3fd51b643253adf711'
- '7d074e4f71d262b8638accacfbb033ec'
- 'fb89812fe4d90be59d15eccbd94912ab'
- '24190f2e6a5dc44892d271f5bbaaa4d1'
- 'b76887cfdbb4799e7223f114804886ea'
- 'f5d21f9a66d4935bd8ab10a84e2a1aa0'
- 'bd9e28d6ac88eb419129e9e2793767ac'
- 'cdcd8a52be8fb8980972775c13d9eb99'
- '6c6f5c61c7f78e1a97009b7c08415be5'
- '044ac72fa98b1477e09c2c559aadfd2b'
- '29c225e02a7ac3539ccd485e867dd2c2'
- 'b30df8bd3c3c6907d4e2f46df7dfec4e'
- 'e0f75901e910aed7696227a97f469b14'
- 'eaca68c225d674114204dc4530c85bb1'
- 'eb6be43ed807d923c07b47caa54b7b9b'
- 'b8612c96c11980fa7aea150c598e3a17'
- '89a9fd92c75541f9f9c300e71cb4e730'
- 'dafbfef84705464d51770ca61235aca1'
- '759d081f8893f2f7762f7f510081a93d'
- '52e2a673b58689e3640b31af1da46a04'
- '9578de4af087c6268c7c23da677acd71'
- '68db6ed639eb2046467b23b1b96f2b6f'
- '01725f29ca4f16ff8afcb66f0e25087e'
- '33714941a1217179f6583098fc1f4ee0'
- '553b03d4160463643b4fc4ec5c25237c'
- '354120cd622f74770409ec333121ea7b'
- '53b680fb2443151a9b666516020b0bb3'
- '04725b241782af2c6431ad2eeca697db'
- '21544b2bcfbe8183dcd4edb854753342'
- 'b682e3492710704137cf1b53383e51bc'
- 'db94ac89ccf4cbe000bbbd020aad9a06'
- 'b12c25b868e530d69d3772ca1d31d306'
- 'f170690ee2a31985b255a50d8e7b8595'
- 'e59b9509ea3956e70a3efc7aca40f221'
- '572191a762e220dcdfaa68ad1ba0f89d'
- 'f2afcff730293a3c7b428840a27dee79'
- '38f0b2822e73f0202135e375859fbae3'
- 'd58094957841bc294531a5bc92930823'
- 'c1df11b3493ded1ce7dfda21180acf5a'
- '61ae3789e4ae337f5f65a14b2fda989d'
- '45d7dfaa74e1a371980a004f23442e40'
- '88e51142f5059a0b191680c90d29b53a'
- '13d86e8a0435ab35d98da3b7b3176f42'
- 'cc3b25335b8d871717e79a35b9c28459'
- 'a93be403e143f83b70001ac9f7212c97'
- '9b6e21843b73b1425051b4811978d1ad'
- '5c8d47365cb32381bf4e60c160299952'
- 'bb1db54abb6d3d4fc171113ccb8d5f29'
- '75c4e067234c7f98f6ef6705dc7f7c32'
- 'afaca21955879f438892f32fce7e78b2'
- 'f97eb413d3a0c128d3cae56d34bce99a'
- '4c5d50ee1fa466cb0a3d269d24de550d'
- '5b51d35020cb82cc9921dffc1b32648e'
- 'f7548f2ce58acb63fbde09a46c4fe767'
- 'ab2ce3773f83e77abc8eb7c568863a0c'
- '8992a00b56d75f3498eeefd6f161432f'
- '1bd65af5cc3c29745ffd29e9ac798199'
- '4bfdf8ce13f65fc54e97f534a35a297c'
- 'ddb0f71fd3581acbac89f64e667822bb'
- '5e863b13fba551ef12e80ca0c9891a2b'
- 'c99d412338b3d288ee2a48931a14c6a2'
- '06581cad419b25275b750161c062892a'
- '33f107c3655c62b1d2dc306492174a3a'
- '49f33577d2236ce88bd94e18c389767e')
+md5sums=('271dec523c13b706f4dd61285ce7cab6'
+ '271e291e9edb061fd2e7cfbce76165eb'
+ '71af7eab91180e4106069f2dd98d787f'
+ '5849464e839134f6bf63c763b85ad883'
+ '118ecde340918e6178b71f1780e601b2'
+ 'e26e5f69d5970d466285fa94326e1c0a'
+ '570d39f1bbb18eae165f8cf27b13751c'
+ 'aab4cc12858ae5b413d59c232eb1ac98'
+ '109311

[arch-commits] Commit in firefox-i18n/repos/extra-any (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 03:19:32
  Author: ibiru
Revision: 136617

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 136616, firefox-i18n/trunk/PKGBUILD)
  firefox-i18n/repos/extra-any/firefox-i18n.install
(from rev 136616, firefox-i18n/trunk/firefox-i18n.install)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD
  firefox-i18n/repos/extra-any/firefox-i18n.install

--+
 PKGBUILD | 1654 -
 firefox-i18n.install |   16 
 2 files changed, 835 insertions(+), 835 deletions(-)

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


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

2011-08-31 Thread Tobias Powalowski
Date: Wednesday, August 31, 2011 @ 03:19:39
  Author: tpowa
Revision: 136618

db-move: moved nfsidmap from [testing] to [core] (i686)

Added:
  nfsidmap/repos/core-i686/PKGBUILD
(from rev 136617, nfsidmap/repos/testing-i686/PKGBUILD)
Deleted:
  nfsidmap/repos/core-i686/PKGBUILD
  nfsidmap/repos/testing-i686/

--+
 PKGBUILD |   61 +
 1 file changed, 29 insertions(+), 32 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-08-31 07:19:32 UTC (rev 136617)
+++ core-i686/PKGBUILD  2011-08-31 07:19:39 UTC (rev 136618)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Judd 
-
-pkgname=nfsidmap
-pkgver=0.24
-pkgrel=2
-pkgdesc="Library to help mapping IDs, mainly for NFSv4"
-arch=('i686' 'x86_64')
-url="http://www.citi.umich.edu/projects/nfsv4/linux/";
-depends=('glibc' 'libldap>=2.4.18')
-license=('custom:nfsidmap')
-options=(!libtool)
-source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
-md5sums=('d71a1ee9881d5b5814ff3ec41256937d')
-
-build() {
-  cd $srcdir/lib$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/lib$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove idmap manpage provided by nfs-utils!
-  rm $pkgdir/usr/share/man/man5/idmapd.conf.5
-
-  # install license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
-}

Copied: nfsidmap/repos/core-i686/PKGBUILD (from rev 136617, 
nfsidmap/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-08-31 07:19:39 UTC (rev 136618)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd 
+
+pkgname=nfsidmap
+pkgver=0.24
+pkgrel=3
+pkgdesc="Library to help mapping IDs, mainly for NFSv4"
+arch=('i686' 'x86_64')
+url="http://www.citi.umich.edu/projects/nfsv4/linux/";
+depends=('glibc' 'libldap>=2.4.18')
+license=('custom:nfsidmap')
+options=(!libtool)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+md5sums=('d71a1ee9881d5b5814ff3ec41256937d')
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}



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

2011-08-31 Thread Tobias Powalowski
Date: Wednesday, August 31, 2011 @ 03:19:40
  Author: tpowa
Revision: 136619

db-move: moved nfsidmap from [testing] to [core] (x86_64)

Added:
  nfsidmap/repos/core-x86_64/PKGBUILD
(from rev 136617, nfsidmap/repos/testing-x86_64/PKGBUILD)
Deleted:
  nfsidmap/repos/core-x86_64/PKGBUILD
  nfsidmap/repos/testing-x86_64/

--+
 PKGBUILD |   61 +
 1 file changed, 29 insertions(+), 32 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-08-31 07:19:39 UTC (rev 136618)
+++ core-x86_64/PKGBUILD2011-08-31 07:19:40 UTC (rev 136619)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Judd 
-
-pkgname=nfsidmap
-pkgver=0.24
-pkgrel=2
-pkgdesc="Library to help mapping IDs, mainly for NFSv4"
-arch=('i686' 'x86_64')
-url="http://www.citi.umich.edu/projects/nfsv4/linux/";
-depends=('glibc' 'libldap>=2.4.18')
-license=('custom:nfsidmap')
-options=(!libtool)
-source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
-md5sums=('d71a1ee9881d5b5814ff3ec41256937d')
-
-build() {
-  cd $srcdir/lib$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/lib$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove idmap manpage provided by nfs-utils!
-  rm $pkgdir/usr/share/man/man5/idmapd.conf.5
-
-  # install license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
-}

Copied: nfsidmap/repos/core-x86_64/PKGBUILD (from rev 136617, 
nfsidmap/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-08-31 07:19:40 UTC (rev 136619)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd 
+
+pkgname=nfsidmap
+pkgver=0.24
+pkgrel=3
+pkgdesc="Library to help mapping IDs, mainly for NFSv4"
+arch=('i686' 'x86_64')
+url="http://www.citi.umich.edu/projects/nfsv4/linux/";
+depends=('glibc' 'libldap>=2.4.18')
+license=('custom:nfsidmap')
+options=(!libtool)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+md5sums=('d71a1ee9881d5b5814ff3ec41256937d')
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}



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

2011-08-31 Thread Tobias Powalowski
Date: Wednesday, August 31, 2011 @ 03:20:36
  Author: tpowa
Revision: 136621

db-move: moved b43-fwcutter from [testing] to [core] (x86_64)

Added:
  b43-fwcutter/repos/core-x86_64/PKGBUILD
(from rev 136619, b43-fwcutter/repos/testing-x86_64/PKGBUILD)
Deleted:
  b43-fwcutter/repos/core-x86_64/PKGBUILD
  b43-fwcutter/repos/testing-x86_64/

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-08-31 07:20:35 UTC (rev 136620)
+++ core-x86_64/PKGBUILD2011-08-31 07:20:36 UTC (rev 136621)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: Thomas Baechler 
-
-pkgname=b43-fwcutter
-pkgver=014
-pkgrel=1
-pkgdesc="firmware extractor for the bcm43xx kernel module"
-url="http://linuxwireless.org/en/users/Drivers/b43";
-depends=('glibc')
-license=('GPL')
-arch=('i686' 'x86_64')
-source=("http://bu3sch.de/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('dd63f9149510bd6e01b89314e955083b')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
-   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
-}

Copied: b43-fwcutter/repos/core-x86_64/PKGBUILD (from rev 136619, 
b43-fwcutter/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-08-31 07:20:36 UTC (rev 136621)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Thomas Baechler 
+
+pkgname=b43-fwcutter
+pkgver=015
+pkgrel=1
+pkgdesc="firmware extractor for the bcm43xx kernel module"
+url="http://linuxwireless.org/en/users/Drivers/b43";
+depends=('glibc')
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("http://bu3sch.de/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('628e030565222a107bc40300313cbe76')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
+   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
+}



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

2011-08-31 Thread Tobias Powalowski
Date: Wednesday, August 31, 2011 @ 03:20:35
  Author: tpowa
Revision: 136620

db-move: moved b43-fwcutter from [testing] to [core] (i686)

Added:
  b43-fwcutter/repos/core-i686/PKGBUILD
(from rev 136619, b43-fwcutter/repos/testing-i686/PKGBUILD)
Deleted:
  b43-fwcutter/repos/core-i686/PKGBUILD
  b43-fwcutter/repos/testing-i686/

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-08-31 07:19:40 UTC (rev 136619)
+++ core-i686/PKGBUILD  2011-08-31 07:20:35 UTC (rev 136620)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: Thomas Baechler 
-
-pkgname=b43-fwcutter
-pkgver=014
-pkgrel=1
-pkgdesc="firmware extractor for the bcm43xx kernel module"
-url="http://linuxwireless.org/en/users/Drivers/b43";
-depends=('glibc')
-license=('GPL')
-arch=('i686' 'x86_64')
-source=("http://bu3sch.de/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('dd63f9149510bd6e01b89314e955083b')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
-   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
-}

Copied: b43-fwcutter/repos/core-i686/PKGBUILD (from rev 136619, 
b43-fwcutter/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-08-31 07:20:35 UTC (rev 136620)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Thomas Baechler 
+
+pkgname=b43-fwcutter
+pkgver=015
+pkgrel=1
+pkgdesc="firmware extractor for the bcm43xx kernel module"
+url="http://linuxwireless.org/en/users/Drivers/b43";
+depends=('glibc')
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("http://bu3sch.de/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('628e030565222a107bc40300313cbe76')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter
+   install -D -m644 b43-fwcutter.1 
$pkgdir/usr/share/man/man1/b43-fwcutter.1
+}



[arch-commits] Commit in nfs-utils/repos (31 files)

2011-08-31 Thread Tobias Powalowski
Date: Wednesday, August 31, 2011 @ 03:26:29
  Author: tpowa
Revision: 136622

db-move: moved nfs-utils from [testing] to [core] (i686)

Added:
  nfs-utils/repos/core-i686/PKGBUILD
(from rev 136621, nfs-utils/repos/testing-i686/PKGBUILD)
  nfs-utils/repos/core-i686/exports
(from rev 136621, nfs-utils/repos/testing-i686/exports)
  nfs-utils/repos/core-i686/idmapd.conf
(from rev 136621, nfs-utils/repos/testing-i686/idmapd.conf)
  nfs-utils/repos/core-i686/kernel-3.0-segfault.patch
(from rev 136621, nfs-utils/repos/testing-i686/kernel-3.0-segfault.patch)
  nfs-utils/repos/core-i686/nfs-common
(from rev 136621, nfs-utils/repos/testing-i686/nfs-common)
  nfs-utils/repos/core-i686/nfs-common.conf
(from rev 136621, nfs-utils/repos/testing-i686/nfs-common.conf)
  nfs-utils/repos/core-i686/nfs-server
(from rev 136621, nfs-utils/repos/testing-i686/nfs-server)
  nfs-utils/repos/core-i686/nfs-server.conf
(from rev 136621, nfs-utils/repos/testing-i686/nfs-server.conf)
  nfs-utils/repos/core-i686/nfs-utils-1.1.2-kerberos-ac.patch
(from rev 136621, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.2-kerberos-ac.patch)
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 136621, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-no-exec.patch
(from rev 136621, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/core-i686/nfs-utils-1.1.6-heimdal_functions.patch
(from rev 136621, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.6-heimdal_functions.patch)
  nfs-utils/repos/core-i686/nfs-utils-1.1.6-no_libgssapi.patch
(from rev 136621, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.6-no_libgssapi.patch)
  nfs-utils/repos/core-i686/nfs-utils.install
(from rev 136621, nfs-utils/repos/testing-i686/nfs-utils.install)
  nfs-utils/repos/core-i686/start-statd.patch
(from rev 136621, nfs-utils/repos/testing-i686/start-statd.patch)
Deleted:
  nfs-utils/repos/core-i686/PKGBUILD
  nfs-utils/repos/core-i686/exports
  nfs-utils/repos/core-i686/idmapd.conf
  nfs-utils/repos/core-i686/kernel-3.0-segfault.patch
  nfs-utils/repos/core-i686/nfs-common
  nfs-utils/repos/core-i686/nfs-common.conf
  nfs-utils/repos/core-i686/nfs-server
  nfs-utils/repos/core-i686/nfs-server.conf
  nfs-utils/repos/core-i686/nfs-utils-1.1.2-kerberos-ac.patch
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-no-exec.patch
  nfs-utils/repos/core-i686/nfs-utils-1.1.6-heimdal_functions.patch
  nfs-utils/repos/core-i686/nfs-utils-1.1.6-no_libgssapi.patch
  nfs-utils/repos/core-i686/nfs-utils.install
  nfs-utils/repos/core-i686/start-statd.patch
  nfs-utils/repos/testing-i686/

-+
 PKGBUILD|  150 +++
 exports |   30 -
 idmapd.conf |   28 -
 kernel-3.0-segfault.patch   |  106 ++---
 nfs-common  |  634 ++
 nfs-common.conf |   80 +--
 nfs-server  |  602 ++--
 nfs-server.conf |   58 +-
 nfs-utils-1.1.2-kerberos-ac.patch   |  276 ++---
 nfs-utils-1.1.4-mtab-sym.patch  |   78 +--
 nfs-utils-1.1.4-no-exec.patch   |   30 -
 nfs-utils-1.1.6-heimdal_functions.patch |  138 +++---
 nfs-utils-1.1.6-no_libgssapi.patch  |  114 ++---
 nfs-utils.install   |   64 +--
 start-statd.patch   |   44 +-
 15 files changed, 1212 insertions(+), 1220 deletions(-)

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


[arch-commits] Commit in nfs-utils/repos (31 files)

2011-08-31 Thread Tobias Powalowski
Date: Wednesday, August 31, 2011 @ 03:26:31
  Author: tpowa
Revision: 136623

db-move: moved nfs-utils from [testing] to [core] (x86_64)

Added:
  nfs-utils/repos/core-x86_64/PKGBUILD
(from rev 136621, nfs-utils/repos/testing-x86_64/PKGBUILD)
  nfs-utils/repos/core-x86_64/exports
(from rev 136621, nfs-utils/repos/testing-x86_64/exports)
  nfs-utils/repos/core-x86_64/idmapd.conf
(from rev 136621, nfs-utils/repos/testing-x86_64/idmapd.conf)
  nfs-utils/repos/core-x86_64/kernel-3.0-segfault.patch
(from rev 136621, nfs-utils/repos/testing-x86_64/kernel-3.0-segfault.patch)
  nfs-utils/repos/core-x86_64/nfs-common
(from rev 136621, nfs-utils/repos/testing-x86_64/nfs-common)
  nfs-utils/repos/core-x86_64/nfs-common.conf
(from rev 136621, nfs-utils/repos/testing-x86_64/nfs-common.conf)
  nfs-utils/repos/core-x86_64/nfs-server
(from rev 136621, nfs-utils/repos/testing-x86_64/nfs-server)
  nfs-utils/repos/core-x86_64/nfs-server.conf
(from rev 136621, nfs-utils/repos/testing-x86_64/nfs-server.conf)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.2-kerberos-ac.patch
(from rev 136621, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.2-kerberos-ac.patch)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 136621, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-no-exec.patch
(from rev 136621, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.6-heimdal_functions.patch
(from rev 136621, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.6-heimdal_functions.patch)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.6-no_libgssapi.patch
(from rev 136621, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.6-no_libgssapi.patch)
  nfs-utils/repos/core-x86_64/nfs-utils.install
(from rev 136621, nfs-utils/repos/testing-x86_64/nfs-utils.install)
  nfs-utils/repos/core-x86_64/start-statd.patch
(from rev 136621, nfs-utils/repos/testing-x86_64/start-statd.patch)
Deleted:
  nfs-utils/repos/core-x86_64/PKGBUILD
  nfs-utils/repos/core-x86_64/exports
  nfs-utils/repos/core-x86_64/idmapd.conf
  nfs-utils/repos/core-x86_64/kernel-3.0-segfault.patch
  nfs-utils/repos/core-x86_64/nfs-common
  nfs-utils/repos/core-x86_64/nfs-common.conf
  nfs-utils/repos/core-x86_64/nfs-server
  nfs-utils/repos/core-x86_64/nfs-server.conf
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.2-kerberos-ac.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-no-exec.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.6-heimdal_functions.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.6-no_libgssapi.patch
  nfs-utils/repos/core-x86_64/nfs-utils.install
  nfs-utils/repos/core-x86_64/start-statd.patch
  nfs-utils/repos/testing-x86_64/

-+
 PKGBUILD|  150 +++
 exports |   30 -
 idmapd.conf |   28 -
 kernel-3.0-segfault.patch   |  106 ++---
 nfs-common  |  634 ++
 nfs-common.conf |   80 +--
 nfs-server  |  602 ++--
 nfs-server.conf |   58 +-
 nfs-utils-1.1.2-kerberos-ac.patch   |  276 ++---
 nfs-utils-1.1.4-mtab-sym.patch  |   78 +--
 nfs-utils-1.1.4-no-exec.patch   |   30 -
 nfs-utils-1.1.6-heimdal_functions.patch |  138 +++---
 nfs-utils-1.1.6-no_libgssapi.patch  |  114 ++---
 nfs-utils.install   |   64 +--
 start-statd.patch   |   44 +-
 15 files changed, 1212 insertions(+), 1220 deletions(-)

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


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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 03:29:00
  Author: ibiru
Revision: 136624

update to 6.0.1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 07:26:31 UTC (rev 136623)
+++ PKGBUILD2011-08-31 07:29:00 UTC (rev 136624)
@@ -2,7 +2,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=6.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 install=firefox.install
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//${pkgver}/source/firefox-${pkgver}.source.tar.bz2
 mozconfig firefox.desktop mozilla-firefox-1.0-lang.patch)
-md5sums=('1840185865a1a8975df4a3db59080ddc'
+md5sums=('43b71655e1307c7f62896339e70c9aed'
  '5eb9abbd2591ee337981024008d93988'
  'bdeb0380c7fae30dd0ead6d2d3bc5873'
  'bd5db57c23c72a02a489592644f18995')



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 03:42:34
  Author: ibiru
Revision: 136626

add dri2proto and glproto to depends for mesa

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 07:32:55 UTC (rev 136625)
+++ PKGBUILD2011-08-31 07:42:34 UTC (rev 136626)
@@ -14,7 +14,7 @@
   else
 pkgver=7.11
 fi
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('glproto>=1.4.14' 'libdrm>=2.4.26' 'libxxf86vm>=1.1.1' 
'libxdamage>=1.1.3' 'expat>=2.0.1' 'libx11>=1.4.3' 'libxt>=1.1.1' 
  'gcc-libs>=4.6.1' 'dri2proto>=2.6' 'python2' 'libxml2' 'imake' 
'llvm' 'udev')
@@ -162,7 +162,7 @@
 }
 
 package_mesa() {
-  depends=('libgl' 'libx11>=1.4.3' 'libxt>=1.1.1' 'gcc-libs>=4.6') # 
'dri2proto>=2.6' 'glproto>=1.4.14')
+  depends=('libgl' 'libx11>=1.4.3' 'libxt>=1.1.1' 'gcc-libs>=4.6' 
'dri2proto>=2.6' 'glproto>=1.4.14') #dri2proto + glproto needed for gl.pc
   optdepends=('opengl-man-pages: for the OpenGL API man pages')
   pkgdesc="Mesa 3-D graphics libraries and include files"
 



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 03:47:27
  Author: ibiru
Revision: 136627

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 136626, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 136626, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 136626, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 136626, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|  164 ++---
 extra-i686/PKGBUILD   |  586 
 extra-x86_64/LICENSE  |  164 ++---
 extra-x86_64/PKGBUILD |  586 
 4 files changed, 750 insertions(+), 750 deletions(-)

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


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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 03:54:32
  Author: ibiru
Revision: 136628

update to 6.0.1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 07:47:27 UTC (rev 136627)
+++ PKGBUILD2011-08-31 07:54:32 UTC (rev 136628)
@@ -56,7 +56,7 @@
 'thunderbird-i18n-zh-cn'
 'thunderbird-i18n-zh-tw')
 
-pkgver=6.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -116,7 +116,7 @@
 thunderbird-i18n-$pkgver-zh-CN.xpi::$_url/zh-CN.xpi
 thunderbird-i18n-$pkgver-zh-TW.xpi::$_url/zh-TW.xpi)
 
-_path="/usr/lib/thunderbird-6.0/extensions/"
+_path="/usr/lib/thunderbird-$pkgver/extensions/"
 
 package_thunderbird-i18n-ar() {
   pkgdesc="Arabic language pack for Thunderbird"
@@ -470,50 +470,50 @@
   cd ${srcdir}
   install -Dm644 thunderbird-i18n-$pkgver-zh-TW.xpi 
"${pkgdir}/$_path/langpack-zh...@thunderbird.mozilla.org.xpi"
 }
-md5sums=('3dde3d73af50ae9dc7b496204e1185b5'
- '2e22a9d3ed4710c78d4c686cd821a141'
- '95f48ee4e09637ae2977715cc700041d'
- '386f8975dc7e13faaa630ebd7958440f'
- 'd0287399edacbd596cc51a5e148de015'
- 'b5f050154f93bde6907aefcf8fab1c40'
- 'e2506f312daac42edcc9e430caa4f95a'
- '0b947fd9b8c1b714329bac377d7a743e'
- 'dfeb945838719366722bd1e96fdf3ba9'
- 'b5abefb51fc04a585127283d18aa20ad'
- '614a6025cd4fb9b02269894cf25ff01e'
- '70431948f03e0111a0c513de4de1d3b5'
- '6e19ac7b5518f092994956dfc3c5664f'
- 'ffcd539c58f41e0d0d3e3147d3bebd79'
- '6a1babe40a223687230a0877ddff246d'
- '6b68329507b7addcac68a427f22a7d74'
- 'f51d50980c26945d248181228f6c372c'
- '42ef52842a0dc1f36bc34779bb8dcab8'
- '433a7daf8d9f3e35ae58371bed3b1d35'
- '41f6d96760bf4cbe7582ba090dc94168'
- 'a2ebd29bad7120418bac73fd10f265bd'
- 'f7c6adf0d4806bf46a2f75c9a357bcbc'
- 'ff8102e982219328458c3d0d00ad4b6f'
- '459f14acf7f2428d7b446dff78e825f0'
- '21c78498777dc68200dc3c4b20583506'
- '4dd9f00f08f082e4172197fb6d160dcc'
- '631a5462f04d6efa07f9b0570f5c901b'
- '921a67ae63b6fcda2adaab3603ec760f'
- '11ea2f0e07e7f28de392af9c4f3c7552'
- 'fc32dfb40a51399117b7e59d27be535d'
- 'ad4b0aadd96618ebf8e9ba2af72c7d82'
- '82e9e2acb3ea445ededb6fd63d5f313a'
- '42b704570671665248dd1a15999fc390'
- '17b6dbd7ff71c21a09efa0bef4d019e0'
- '3cb8019730a901a32ac22f91d2c20415'
- 'dcb67649a8e6cef81e13facbcc8800b8'
- '9195c2437b103bbf0bd52f243b6ab5a1'
- '55d2749a0a8f55668a4c4a40830fdd12'
- 'b9718173c056c1e07262ca3adc6937fb'
- 'ee458d9bca98899cfde1fd59e3624f59'
- '3776be3ecb8dbd7990d5b684ecd9ed13'
- '5b492beca71455ca1583285f126a8d42'
- '3255008fcc7a6340a6b8cf118c0cff90'
- 'e53dff363410920fbc29aeb12ed0eb6b'
- '787d386c7266f03f5a82cefd90eef60a'
- '6901f61780b693ab20face56e9b9adae'
- '23f2ddcc99432f849ade1c7b2194cd30')
+md5sums=('50eadd3c7119d786ca256a76a0bbce2b'
+ '654ef7fd382d03255360f700d11ce7db'
+ '0336ce8c261bf622ec59ae266d5fd585'
+ 'e9568f4ae7747e56c8e1fa53c632b579'
+ '3f5f80563cddc6808a0230d96a0b5781'
+ '8ce254508ca2772f7c58a82d9689c9f5'
+ 'fab996e7f9482b68a7e7168a309ab753'
+ '54a040cd0dfcaad0623e021a09dc04f7'
+ '893f3958802c3d9610a06fd392f053ea'
+ '8ebf958a48db0e6d816cdb89bf90b350'
+ 'ab359175ddcce3d17862126f15380adb'
+ 'bf5a41c1051b8b280719838a7aca6b41'
+ '377285eab28f9ef6e0a540341cd5db25'
+ '208946f0ce89b0c4f79f9e22dc27d294'
+ '976f90b86cdcecd2f6a09dc2773dbed9'
+ '797d142fa5eee3473e1c6a8c87f0197b'
+ 'ef7334f63ff708c6b95af32a51a79f48'
+ '72576aecb78647199ffe3411b4857b28'
+ '3bf81e0a948c324544ba7a545ba178e0'
+ '8b0366325dd62a3fddf094078cbead19'
+ '265e5038d703b67cdf8869947b8b908e'
+ 'e3745ade863f8df9a12ba18d151e7813'
+ '20051a74a000ca59cd168d3157e3745d'
+ '5195894e6c0e0f21e7a76bae077a751f'
+ 'da2add28dcf81cbc34f7dd88584f84e7'
+ 'e418e758e26ad3db1e4441bad3412262'
+ '65eeb1548e7dd0e95902203fa06368b7'
+ '2b636229510410c093f2ebc0e1183256'
+ 'c74fc29e8f0ac6c1dd5b45d17b2d928e'
+ '018921f054289b766a17728ba7e6d879'
+ '0fca8121f894ab8c2dd8a6a45ea76ae5'
+ 'd7297ac40b2f2362a441bb06238d5583'
+ '4719633c6e60091f6bb97997363abcce'
+ '7413832ea935562cddca22163e1bb731'
+ '8b4ee7f1694ef9cdd7641fd023780925'
+ '4a4ed734ebacc0a071273875f99d1614'
+ '9cbd1b6cb7b3ba0afd9bb3941b920189'
+ '8cedc46e3f6eb18d620e3eb00e906c86'
+ '950cf04acc2b5abf3c6

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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 03:56:08
  Author: ibiru
Revision: 136629

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD | 1038 ++---
 1 file changed, 519 insertions(+), 519 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-31 07:54:32 UTC (rev 136628)
+++ PKGBUILD2011-08-31 07:56:08 UTC (rev 136629)
@@ -1,519 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgname=('thunderbird-i18n-ar'
-#'thunderbird-i18n-af'
-'thunderbird-i18n-be'
-'thunderbird-i18n-bn-bd'
-#'thunderbird-i18n-bg'
-'thunderbird-i18n-br'
-'thunderbird-i18n-ca'
-'thunderbird-i18n-cs'
-'thunderbird-i18n-da'
-'thunderbird-i18n-de'
-'thunderbird-i18n-el'
-'thunderbird-i18n-en-gb'
-'thunderbird-i18n-es-ar'
-'thunderbird-i18n-es'
-'thunderbird-i18n-et'
-'thunderbird-i18n-eu'
-'thunderbird-i18n-fi'
-'thunderbird-i18n-fr'
-'thunderbird-i18n-fy-nl'
-'thunderbird-i18n-ga'
-'thunderbird-i18n-gd'
-'thunderbird-i18n-gl'
-'thunderbird-i18n-he'
-'thunderbird-i18n-hu'
-'thunderbird-i18n-id'
-'thunderbird-i18n-is'
-'thunderbird-i18n-it'
-'thunderbird-i18n-ja'
-'thunderbird-i18n-ko'
-'thunderbird-i18n-lt'
-'thunderbird-i18n-nb'
-'thunderbird-i18n-nl'
-'thunderbird-i18n-nn'
-#'thunderbird-i18n-pa'
-'thunderbird-i18n-pl'
-'thunderbird-i18n-pt-br'
-'thunderbird-i18n-pt'
-#'thunderbird-i18n-ro'
-'thunderbird-i18n-rm'
-'thunderbird-i18n-ru'
-'thunderbird-i18n-si'
-'thunderbird-i18n-sk'
-'thunderbird-i18n-sl'
-'thunderbird-i18n-sq'
-'thunderbird-i18n-sv'
-'thunderbird-i18n-ta-lk'
-'thunderbird-i18n-tr'
-'thunderbird-i18n-uk'
-'thunderbird-i18n-vi'
-'thunderbird-i18n-zh-cn'
-'thunderbird-i18n-zh-tw')
-
-pkgver=6.0
-pkgrel=1
-pkgdesc="Language pack for Thunderbird"
-arch=('any')
-url="http://www.mozilla.com/";
-license=('MPL' 'GPL')
-depends=("thunderbird>=$pkgver")
-_url=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/linux-i686/xpi
-source=(thunderbird-i18n-$pkgver-ar.xpi::$_url/ar.xpi
-#   thunderbird-i18n-$pkgver-af.xpi::$_url/af.xpi
-thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi
-thunderbird-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
-#thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi
-thunderbird-i18n-$pkgver-br.xpi::$_url/br.xpi
-thunderbird-i18n-$pkgver-ca.xpi::$_url/ca.xpi
-thunderbird-i18n-$pkgver-cs.xpi::$_url/cs.xpi
-thunderbird-i18n-$pkgver-da.xpi::$_url/da.xpi
-thunderbird-i18n-$pkgver-de.xpi::$_url/de.xpi
-thunderbird-i18n-$pkgver-el.xpi::$_url/el.xpi
-thunderbird-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
-thunderbird-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
-thunderbird-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
-thunderbird-i18n-$pkgver-et.xpi::$_url/et.xpi
-thunderbird-i18n-$pkgver-eu.xpi::$_url/eu.xpi
-thunderbird-i18n-$pkgver-fi.xpi::$_url/fi.xpi
-thunderbird-i18n-$pkgver-fr.xpi::$_url/fr.xpi
-thunderbird-i18n-$pkgver-fy-NL.xpi::$_url/fy-NL.xpi
-thunderbird-i18n-$pkgver-ga-IE.xpi::$_url/ga-IE.xpi
-thunderbird-i18n-$pkgver-gd.xpi::$_url/gd.xpi
-thunderbird-i18n-$pkgver-gl.xpi::$_url/gl.xpi
-thunderbird-i18n-$pkgver-he.xpi::$_url/he.xpi
-thunderbird-i18n-$pkgver-hu.xpi::$_url/hu.xpi
-thunderbird-i18n-$pkgver-id.xpi::$_url/id.xpi
-thunderbird-i18n-$pkgver-is.xpi::$_url/is.xpi
-thunderbird-i18n-$pkgver-it.xpi::$_url/it.xpi
-thunderbird-i18n-$pkgver-ja.xpi::$_url/ja.xpi
-thunderbird-i18n-$pkgver-ko.xpi::$_url/ko.xpi
-thunderbird-i18n-$pkgver-lt.xpi::$_url/lt.xpi
-thunderbird-i18n-$pkgver-nb-NO.xpi::$_url/nb-NO.xpi
-thunderbird-i18n-$pkgver-nl.xpi::$_url/nl.xpi
-thunderbird-i18n-$pkgver-nn-NO.xpi::$_url/nn-NO.xpi
-#thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi
-thunderbird-i18n-$pkgver-pl.xpi::$_url/pl.xpi
-thunderbird-i18n-$pkgver-pt-BR.xpi::$_url/pt-BR.xpi
-thunderbird-i18n-$pkgver-pt-PT.xpi::$_url/pt-PT.xpi
-thunderbird-i18n-$pkgver-rm.xpi::$_url/rm.xpi
-#   thunderbird-i18n-$pkgver-ro.xpi::$_url/ro.xpi
-thunderbird-i18n-$pkgver-ru.xpi::$_url/ru.xpi
-thunderbird-i18n-$pkgver-si.xpi::$_url/si.xpi
-thunderbird-i18n-$pkgver-sk.xpi::$_url/s

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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 04:15:19
  Author: ibiru
Revision: 136630

update to 6.0.1

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 07:56:08 UTC (rev 136629)
+++ PKGBUILD2011-08-31 08:15:19 UTC (rev 136630)
@@ -3,7 +3,7 @@
 # Contributor: Dale Blount 
 # Contributor: Anders Bostrom 
 pkgname=thunderbird
-pkgver=6.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 mozconfig
 thunderbird.desktop
 thunderbird-3.0-lang.patch)
-md5sums=('9ac741d238e95790cdeb5222e9b23ae8'
+md5sums=('603072c341a49c8f7268cf75b8f5a8dd'
  'b8fd97ab4bfb2e4538b1e1340d70f915'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
  '25b6fe16ac24cd5c852213e5c1adb272')
@@ -29,7 +29,7 @@
 
   cp "${srcdir}/mozconfig" .mozconfig
 
-  export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-5.0 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
+  export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-${pkgver} 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
   export PYTHON="/usr/bin/python2"
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
@@ -51,6 +51,6 @@
   ln -sf /usr/share/myspell/dicts 
"${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
 
   # We don't want the development stuff
-  rm -r "$pkgdir"/usr/{include,lib/thunderbird-devel-$pkgver,share/idl}
+  rm -r "${pkgdir}"/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}
 }
 



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 04:18:51
  Author: ibiru
Revision: 136631

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 136630, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 136630, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch
(from rev 136630, thunderbird/trunk/thunderbird-3.0-lang.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 136630, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 136630, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 136630, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 136630, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch
(from rev 136630, thunderbird/trunk/thunderbird-3.0-lang.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 136630, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 136630, thunderbird/trunk/thunderbird.install)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install

-+
 extra-i686/PKGBUILD |  112 +++---
 extra-i686/mozconfig|   88 +++
 extra-i686/thunderbird-3.0-lang.patch   |   22 ++---
 extra-i686/thunderbird.desktop  |   26 +++---
 extra-i686/thunderbird.install  |   24 +++---
 extra-x86_64/PKGBUILD   |  112 +++---
 extra-x86_64/mozconfig  |   88 +++
 extra-x86_64/thunderbird-3.0-lang.patch |   22 ++---
 extra-x86_64/thunderbird.desktop|   26 +++---
 extra-x86_64/thunderbird.install|   24 +++---
 10 files changed, 272 insertions(+), 272 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 08:15:19 UTC (rev 136630)
+++ extra-i686/PKGBUILD 2011-08-31 08:18:51 UTC (rev 136631)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck 
-# Contributor: Dale Blount 
-# Contributor: Anders Bostrom 
-pkgname=thunderbird
-pkgver=6.0
-pkgrel=1
-pkgdesc="Standalone Mail/News reader"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url="http://www.mozilla.org/thunderbird/";
-depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 
'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3>=3.7.4' 'desktop-file-utils' 
'libnotify' 'libevent')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 
'gconf' 'yasm' 'mesa')
-optdepends=('libcanberra: for sound support')
-options=(!buildflags)
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-3.0-lang.patch)
-md5sums=('9ac741d238e95790cdeb5222e9b23ae8'
- 'b8fd97ab4bfb2e4538b1e1340d70f915'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd "${srcdir}/comm-release"
-  patch -Np1 -i "${srcdir}/thunderbird-3.0-lang.patch"
-
-  cp "${srcdir}/mozconfig" .mozconfig
-
-  export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-5.0 
-Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
-  export PYTHON="/usr/bin/python2"
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
-}
-
-package() {
-  cd "${srcdir}/comm-release"
-  make -j1 -f client.mk DESTDIR="${pkgdir}" install
-
-  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
-  install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
-  "$pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png"
-  done
-
-  install -Dm644 "${srcdir}/thunderbird.desktop" \
-  "${pkgdir}/usr/share/applications/thunderbird.desktop"
-
-  rm -rf "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
-  ln -sf /usr/share/myspell/dicts 
"${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
-
-  # We don't want the development stuff
-  rm -r "$pkgdir"/usr/{include,lib/thunderbird-devel-$pkgver,share/idl}
-}
-

Copied: thunderbird/repos/extra-i686/PKGBUILD (from rev 136630, 
thunderbird/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 

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

2011-08-31 Thread Evangelos Foutras
Date: Wednesday, August 31, 2011 @ 04:55:07
  Author: foutrelis
Revision: 136632

upgpkg: chromium 13.0.782.218-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 08:18:51 UTC (rev 136631)
+++ PKGBUILD2011-08-31 08:55:07 UTC (rev 136632)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=13.0.782.215
+pkgver=13.0.782.218
 pkgrel=1
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 glibc-2.14.patch
 make-hash-tools-use-if-instead-of-switch.patch
 v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch)
-md5sums=('631cb4c3db4b4a05a3214d903ae1a3b5'
+md5sums=('65df76e60e9b37cee29df7f46c379631'
  '075c3c2fa5902e16b8547dd31d437191'
  '096a46ef386817988250d2d7bddd1b34'
  '690f2be42bf2a31755753a466653eb33'



[arch-commits] Commit in chromium/repos (32 files)

2011-08-31 Thread Evangelos Foutras
Date: Wednesday, August 31, 2011 @ 04:57:02
  Author: foutrelis
Revision: 136633

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 136632, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium.desktop
(from rev 136632, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 136632, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 136632, chromium/trunk/chromium.sh)
  chromium/repos/extra-i686/gcc-4.6.patch
(from rev 136632, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-i686/glibc-2.14.patch
(from rev 136632, chromium/trunk/glibc-2.14.patch)
  chromium/repos/extra-i686/make-hash-tools-use-if-instead-of-switch.patch
(from rev 136632, 
chromium/trunk/make-hash-tools-use-if-instead-of-switch.patch)
  
chromium/repos/extra-i686/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch
(from rev 136632, 
chromium/trunk/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 136632, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 136632, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 136632, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 136632, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/gcc-4.6.patch
(from rev 136632, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-x86_64/glibc-2.14.patch
(from rev 136632, chromium/trunk/glibc-2.14.patch)
  chromium/repos/extra-x86_64/make-hash-tools-use-if-instead-of-switch.patch
(from rev 136632, 
chromium/trunk/make-hash-tools-use-if-instead-of-switch.patch)
  
chromium/repos/extra-x86_64/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch
(from rev 136632, 
chromium/trunk/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-i686/gcc-4.6.patch
  chromium/repos/extra-i686/glibc-2.14.patch
  chromium/repos/extra-i686/make-hash-tools-use-if-instead-of-switch.patch
  
chromium/repos/extra-i686/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh
  chromium/repos/extra-x86_64/gcc-4.6.patch
  chromium/repos/extra-x86_64/glibc-2.14.patch
  chromium/repos/extra-x86_64/make-hash-tools-use-if-instead-of-switch.patch
  
chromium/repos/extra-x86_64/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch

+
 extra-i686/PKGBUILD|  264 +-
 extra-i686/chromium.desktop|  226 +-
 extra-i686/chromium.install|   24 
 extra-i686/chromium.sh |8 
 extra-i686/gcc-4.6.patch   |  220 +-
 extra-i686/glibc-2.14.patch|  102 -
 extra-i686/make-hash-tools-use-if-instead-of-switch.patch  |   74 
 extra-i686/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch   | 1012 
+-
 extra-x86_64/PKGBUILD  |  264 +-
 extra-x86_64/chromium.desktop  |  226 +-
 extra-x86_64/chromium.install  |   24 
 extra-x86_64/chromium.sh   |8 
 extra-x86_64/gcc-4.6.patch |  220 +-
 extra-x86_64/glibc-2.14.patch  |  102 -
 extra-x86_64/make-hash-tools-use-if-instead-of-switch.patch|   74 
 extra-x86_64/v8-r8472-crbug-77625-huge-number-of-cpu-wakeups.patch | 1012 
+-
 16 files changed, 1930 insertions(+), 1930 deletions(-)

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


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

2011-08-31 Thread Tobias Powalowski
Date: Wednesday, August 31, 2011 @ 05:47:27
  Author: tpowa
Revision: 136634

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

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 136633, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 136633, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 136633, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 136633, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/fix-i915.patch
(from rev 136633, linux/repos/testing-i686/fix-i915.patch)
  linux/repos/core-i686/linux.install
(from rev 136633, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 136633, linux/repos/testing-i686/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/fix-i915.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/testing-i686/

---+
 PKGBUILD  |  564 -
 change-default-console-loglevel.patch |   24 
 config|11544 
 config.x86_64 |11026 +++---
 fix-i915.patch|   52 
 linux.install |  132 
 linux.preset  |   28 
 7 files changed, 11685 insertions(+), 11685 deletions(-)

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


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

2011-08-31 Thread Tobias Powalowski
Date: Wednesday, August 31, 2011 @ 05:47:29
  Author: tpowa
Revision: 136635

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

Added:
  linux/repos/core-x86_64/PKGBUILD
(from rev 136633, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 136633, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 136633, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 136633, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/fix-i915.patch
(from rev 136633, linux/repos/testing-x86_64/fix-i915.patch)
  linux/repos/core-x86_64/linux.install
(from rev 136633, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 136633, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/fix-i915.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-x86_64/

---+
 PKGBUILD  |  564 -
 change-default-console-loglevel.patch |   24 
 config|11544 
 config.x86_64 |11026 +++---
 fix-i915.patch|   52 
 linux.install |  132 
 linux.preset  |   28 
 7 files changed, 11685 insertions(+), 11685 deletions(-)

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


[arch-commits] Commit in nss/trunk (3 files)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 05:55:16
  Author: jgc
Revision: 136636

Add patch to distrust DigiNotar
Update cacert patch from Debian, fix to apply to current version after 
distrusting DigiNotar

Added:
  nss/trunk/distrust-diginotar.patch
Modified:
  nss/trunk/PKGBUILD
  nss/trunk/add_spi+cacert_ca_certs.patch

---+
 PKGBUILD  |   35 
 add_spi+cacert_ca_certs.patch |  597 ++
 distrust-diginotar.patch  | 1675 
 3 files changed, 2293 insertions(+), 14 deletions(-)

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


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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 05:58:26
  Author: ibiru
Revision: 136637

update to 1.7.12

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 09:55:16 UTC (rev 136636)
+++ PKGBUILD2011-08-31 09:58:26 UTC (rev 136637)
@@ -4,17 +4,17 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.6.16
+pkgver=1.7.12
 pkgrel=1
 pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
 arch=('i686' 'x86_64')
 url="http://clutter-project.org/";
 options=('!libtool')
 license=('LGPL')
-depends=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
-makedepends=('gobject-introspection' 'gtk-doc')
+depends=('cogl>=1.7.6' 'libgl' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('206517f8f74252105c46762d11a973b2bae3f2702d2d2ed0cac1206ff5605d9b')
+sha256sums=('b145cb02b1682fd9a4fb5af38d7baee94d3841e84a5ad960ecc2fead96b3ac7a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in clutter/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 06:00:35
  Author: ibiru
Revision: 136638

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  clutter/repos/gnome-unstable-i686/
  clutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 136637, clutter/trunk/PKGBUILD)
  clutter/repos/gnome-unstable-x86_64/
  clutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136637, clutter/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   28 
 gnome-unstable-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 136637, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 10:00:35 UTC (rev 136638)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=clutter
+pkgver=1.7.12
+pkgrel=1
+pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/";
+options=('!libtool')
+license=('LGPL')
+depends=('cogl>=1.7.6' 'libgl' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection' 'mesa')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b145cb02b1682fd9a4fb5af38d7baee94d3841e84a5ad960ecc2fead96b3ac7a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: clutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136637, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 10:00:35 UTC (rev 136638)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=clutter
+pkgver=1.7.12
+pkgrel=1
+pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/";
+options=('!libtool')
+license=('LGPL')
+depends=('cogl>=1.7.6' 'libgl' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection' 'mesa')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b145cb02b1682fd9a4fb5af38d7baee94d3841e84a5ad960ecc2fead96b3ac7a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 06:15:56
  Author: jgc
Revision: 136639

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

Added:
  nss/repos/extra-i686/PKGBUILD
(from rev 136638, nss/trunk/PKGBUILD)
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
(from rev 136638, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-i686/distrust-diginotar.patch
(from rev 136638, nss/trunk/distrust-diginotar.patch)
  nss/repos/extra-i686/nss-config.in
(from rev 136638, nss/trunk/nss-config.in)
  nss/repos/extra-i686/nss-no-rpath.patch
(from rev 136638, nss/trunk/nss-no-rpath.patch)
  nss/repos/extra-i686/nss.pc.in
(from rev 136638, nss/trunk/nss.pc.in)
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
(from rev 136638, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/extra-x86_64/PKGBUILD
(from rev 136638, nss/trunk/PKGBUILD)
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
(from rev 136638, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-x86_64/distrust-diginotar.patch
(from rev 136638, nss/trunk/distrust-diginotar.patch)
  nss/repos/extra-x86_64/nss-config.in
(from rev 136638, nss/trunk/nss-config.in)
  nss/repos/extra-x86_64/nss-no-rpath.patch
(from rev 136638, nss/trunk/nss-no-rpath.patch)
  nss/repos/extra-x86_64/nss.pc.in
(from rev 136638, nss/trunk/nss.pc.in)
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch
(from rev 136638, 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 |  222 +-
 extra-i686/add_spi+cacert_ca_certs.patch| 1711 ++
 extra-i686/distrust-diginotar.patch | 1675 +
 extra-i686/nss-config.in|  290 +--
 extra-i686/nss-no-rpath.patch   |   28 
 extra-i686/nss.pc.in|   22 
 extra-i686/ssl-renegotiate-transitional.patch   |   42 
 extra-x86_64/PKGBUILD   |  222 +-
 extra-x86_64/add_spi+cacert_ca_certs.patch  | 1711 ++
 extra-x86_64/distrust-diginotar.patch   | 1675 +
 extra-x86_64/nss-config.in  |  290 +--
 extra-x86_64/nss-no-rpath.patch |   28 
 extra-x86_64/nss.pc.in  |   22 
 extra-x86_64/ssl-renegotiate-transitional.patch |   42 
 14 files changed, 6272 insertions(+), 1708 deletions(-)

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


[arch-commits] Commit in nss/repos (testing-x86_64)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 06:19:12
  Author: jgc
Revision: 136640

db-remove: nss removed by jgc

Deleted:
  nss/repos/testing-x86_64/



[arch-commits] Commit in nss/repos (testing-i686)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 06:19:17
  Author: jgc
Revision: 136641

db-remove: nss removed by jgc

Deleted:
  nss/repos/testing-i686/



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 06:27:41
  Author: ibiru
Revision: 136642

update to 6.0.1

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 10:19:17 UTC (rev 136641)
+++ PKGBUILD2011-08-31 10:27:41 UTC (rev 136642)
@@ -2,9 +2,9 @@
 # Maintainer: Jan de Groot 
 # Contributor: Alexander Baldeck 
 pkgname=xulrunner
-pkgver=6.0
-_ffoxver=6.0
-pkgrel=2
+pkgver=6.0.1
+_ffoxver=6.0.1
+pkgrel=1
 pkgdesc="Mozilla Runtime Environment"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -17,7 +17,7 @@
 moz-639554.patch)
 options=('!emptydirs' '!buildflags')
 replaces=('xulrunner-oss')
-md5sums=('1840185865a1a8975df4a3db59080ddc'
+md5sums=('43b71655e1307c7f62896339e70c9aed'
  '2358a2ddd35bcdd62ff42442dfe548d9'
  '639ea80e823543dd415b90c0ee804186'
  '96d3c1790a56f8e6df88e327adccf3bf')
@@ -50,6 +50,6 @@
   echo "/usr/lib/xulrunner-${pkgver}" > 
${pkgdir}/etc/ld.so.conf.d/xulrunner.conf
 
   #wtf mozilla!
-  chmod +x "${pkgdir}/usr/lib/xulrunner-devel-6.0/sdk/bin/xpt.py"
-  sed -i 's|!/usr/bin/env python|!/usr/bin/env python2|' 
"${pkgdir}/usr/lib/xulrunner-devel-6.0/sdk/bin/xpt.py"
+  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.py"
 }



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 06:43:39
  Author: ibiru
Revision: 136644

update to 3.1.90, disable orbit in favour of dbus

Modified:
  gconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 10:33:15 UTC (rev 136643)
+++ PKGBUILD2011-08-31 10:43:39 UTC (rev 136644)
@@ -2,22 +2,22 @@
 # Maintainer:  Jan de Groot 
 
 pkgname=gconf
-pkgver=2.32.4
+pkgver=3.1.90
 pkgrel=1
 pkgdesc="A configuration database system"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('orbit2' 'libxml2' 'polkit' 'libldap' 'dbus-glib' 'gtk3')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('libxml2' 'polkit' 'libldap' 'dbus-glib' 'gtk3')
+makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
 options=('!libtool')
 install=gconf.install
 url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/GConf/2.32/GConf-${pkgver}.tar.xz
+source=(http://ftp.gnome.org/pub/gnome/sources/GConf/3.1/GConf-${pkgver}.tar.xz
 gconf-merge-schema
 gconfpkg
 gconf-reload.patch
 01_xml-gettext-domain.patch)
-sha256sums=('f36f4a01a5ac898b5ec49a04a43b051d3809f07c3d0841188fd6a5c512389025'
+sha256sums=('98769f368d2e67c82adf820f0193824169382676a8bc53972727d6a7ad9a7b5f'
 'ee6b6e6f4975dad13a8c45f1c1f0547a99373bdecdcd6604bfc12965c328a028'
 'bf1928718caa5df2b9e54a13cfd0f15a8fe0e09e86b84385ce023616a114e898'
 '567b78d8b4b4bbcb77c5f134d57bc503c34867fcc6341c0b01716bcaa4a21694'
@@ -35,7 +35,8 @@
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib/GConf \
-  --disable-static --enable-defaults-service --with-gtk=3.0
+  --disable-static --enable-defaults-service --with-gtk=3.0 \
+  --disable-orbit
 
   make pkglibdir=/usr/lib/GConf
 }



[arch-commits] Commit in gconf/repos (14 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 06:47:39
  Author: ibiru
Revision: 136645

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gconf/repos/gnome-unstable-i686/
  gconf/repos/gnome-unstable-i686/01_xml-gettext-domain.patch
(from rev 136644, gconf/trunk/01_xml-gettext-domain.patch)
  gconf/repos/gnome-unstable-i686/PKGBUILD
(from rev 136644, gconf/trunk/PKGBUILD)
  gconf/repos/gnome-unstable-i686/gconf-merge-schema
(from rev 136644, gconf/trunk/gconf-merge-schema)
  gconf/repos/gnome-unstable-i686/gconf-reload.patch
(from rev 136644, gconf/trunk/gconf-reload.patch)
  gconf/repos/gnome-unstable-i686/gconf.install
(from rev 136644, gconf/trunk/gconf.install)
  gconf/repos/gnome-unstable-i686/gconfpkg
(from rev 136644, gconf/trunk/gconfpkg)
  gconf/repos/gnome-unstable-x86_64/
  gconf/repos/gnome-unstable-x86_64/01_xml-gettext-domain.patch
(from rev 136644, gconf/trunk/01_xml-gettext-domain.patch)
  gconf/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136644, gconf/trunk/PKGBUILD)
  gconf/repos/gnome-unstable-x86_64/gconf-merge-schema
(from rev 136644, gconf/trunk/gconf-merge-schema)
  gconf/repos/gnome-unstable-x86_64/gconf-reload.patch
(from rev 136644, gconf/trunk/gconf-reload.patch)
  gconf/repos/gnome-unstable-x86_64/gconf.install
(from rev 136644, gconf/trunk/gconf.install)
  gconf/repos/gnome-unstable-x86_64/gconfpkg
(from rev 136644, gconf/trunk/gconfpkg)

---+
 gnome-unstable-i686/01_xml-gettext-domain.patch   |  362 
 gnome-unstable-i686/PKGBUILD  |   51 ++
 gnome-unstable-i686/gconf-merge-schema|   34 +
 gnome-unstable-i686/gconf-reload.patch|   20 +
 gnome-unstable-i686/gconf.install |   20 +
 gnome-unstable-i686/gconfpkg  |   50 ++
 gnome-unstable-x86_64/01_xml-gettext-domain.patch |  362 
 gnome-unstable-x86_64/PKGBUILD|   51 ++
 gnome-unstable-x86_64/gconf-merge-schema  |   34 +
 gnome-unstable-x86_64/gconf-reload.patch  |   20 +
 gnome-unstable-x86_64/gconf.install   |   20 +
 gnome-unstable-x86_64/gconfpkg|   50 ++
 12 files changed, 1074 insertions(+)

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


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

2011-08-31 Thread Pierre Schmitz
Date: Wednesday, August 31, 2011 @ 06:59:14
  Author: pierre
Revision: 136646

upgpkg: ca-certificates 20110502+nmu1-1

upstream update

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 10:47:39 UTC (rev 136645)
+++ PKGBUILD2011-08-31 10:59:14 UTC (rev 136646)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=ca-certificates
-pkgver=20110502
+pkgver=20110502+nmu1
 pkgrel=1
 pkgdesc='Common CA certificates'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python2')
 install='ca-certificates.install'
 backup=('etc/ca-certificates.conf')
-sha256sums=('e758c99c73b77eaa32d7e1212a01ee5bd77b0534a2fc34425714854175d0afb2')
+sha256sums=('32349782ed419d88924f69e3feb1755a045dc15b8d0cfd15cdd9176f0596997d')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2011-08-31 Thread Pierre Schmitz
Date: Wednesday, August 31, 2011 @ 06:59:54
  Author: pierre
Revision: 136647

archrelease: copy trunk to testing-any

Added:
  ca-certificates/repos/testing-any/
  ca-certificates/repos/testing-any/PKGBUILD
(from rev 136646, ca-certificates/trunk/PKGBUILD)
  ca-certificates/repos/testing-any/ca-certificates.install
(from rev 136646, ca-certificates/trunk/ca-certificates.install)

-+
 PKGBUILD|   38 ++
 ca-certificates.install |   26 ++
 2 files changed, 64 insertions(+)

Copied: ca-certificates/repos/testing-any/PKGBUILD (from rev 136646, 
ca-certificates/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-08-31 10:59:54 UTC (rev 136647)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=ca-certificates
+pkgver=20110502+nmu1
+pkgrel=1
+pkgdesc='Common CA certificates'
+arch=('any')
+url='http://packages.qa.debian.org/c/ca-certificates.html'
+license=('MPL' 'GPL')
+source=("http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz";)
+depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
+makedepends=('python2')
+install='ca-certificates.install'
+backup=('etc/ca-certificates.conf')
+sha256sums=('32349782ed419d88924f69e3feb1755a045dc15b8d0cfd15cdd9176f0596997d')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's|/usr/bin/python|/usr/bin/python2|g' -i mozilla/certdata2pem.py
+   sed 's|python|python2|g' -i mozilla/Makefile
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   install -d -m755 
${pkgdir}/{etc/ca-certificates/update.d,usr/{sbin,share/ca-certificates},etc/ssl/certs}
+   make install DESTDIR=${pkgdir}
+   install -D -m644 sbin/update-ca-certificates.8 
${pkgdir}/usr/share/man/man8/update-ca-certificates.8
+
+   (
+   echo "# Automatically generated by ${pkgname}-${pkgver}-${pkgrel}"
+   echo "# see update-ca-certificates man page"
+   echo "# "
+   cd ${pkgdir}/usr/share/ca-certificates
+   find . -name '*.crt' | sort | cut -b3-
+   ) > ${pkgdir}/etc/ca-certificates.conf
+}

Copied: ca-certificates/repos/testing-any/ca-certificates.install (from rev 
136646, ca-certificates/trunk/ca-certificates.install)
===
--- testing-any/ca-certificates.install (rev 0)
+++ testing-any/ca-certificates.install 2011-08-31 10:59:54 UTC (rev 136647)
@@ -0,0 +1,26 @@
+export LC_ALL=C
+
+post_install() {
+   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
+}
+
+post_upgrade() {
+   if [ $(vercmp $2 20110421-1) -lt 0 ]; then
+   echo 'Updating certificates. This might take a while...'
+   fi
+   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
+}
+
+pre_remove() {
+   # clean up certificates
+   local _backup=$(mktemp)
+   mv etc/ca-certificates.conf ${_backup}
+   echo > etc/ca-certificates.conf
+   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
+   mv ${_backup} etc/ca-certificates.conf
+}
+
+post_remove() {
+   # remove the cert file if it is empty
+   [[ -s etc/ssl/certs/ca-certificates.crt ]] || rm -f 
etc/ssl/certs/ca-certificates.crt
+}



[arch-commits] Commit in gtk2/trunk (2 files)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 07:02:18
  Author: jgc
Revision: 136648

upgpkg: gtk2 2.24.6-1

Update to 2.24.6: remove upstream-applied patch

Modified:
  gtk2/trunk/PKGBUILD
Deleted:
  gtk2/trunk/gdk_Make_background_changes_queue_a_repaint.patch

---+
 PKGBUILD  |   13 +---
 gdk_Make_background_changes_queue_a_repaint.patch |   55 
 2 files changed, 5 insertions(+), 63 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 10:59:54 UTC (rev 136647)
+++ PKGBUILD2011-08-31 11:02:18 UTC (rev 136648)
@@ -3,8 +3,8 @@
 
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.5
-pkgrel=3
+pkgver=2.24.6
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/";
 makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
@@ -12,16 +12,13 @@
 options=('!libtool' '!docs')
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
-xid-collision-debug.patch
-gdk_Make_background_changes_queue_a_repaint.patch)
-sha256sums=('d6b30889efbb9fab9aa598092d08887826a7b2a3069b3bd5155dede28d9866f3'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
-'3573af25e8db2fb490b264f80cb9e617ee1a36e767e36e7bb1d830c0b715db93')
+xid-collision-debug.patch)
+sha256sums=('8a026b545dc1fa0c1a69b395232ad7c8ee8fa260be5f7d9a2f2ffcd799efefca'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 
 build() {
 cd "${srcdir}/gtk+-${pkgver}"
 patch -Np1 -i "${srcdir}/xid-collision-debug.patch"
-patch -NRp1 -i 
"${srcdir}/gdk_Make_background_changes_queue_a_repaint.patch"
 
 CXX=/bin/false ./configure --prefix=/usr \
 --sysconfdir=/etc \

Deleted: gdk_Make_background_changes_queue_a_repaint.patch
===
--- gdk_Make_background_changes_queue_a_repaint.patch   2011-08-31 10:59:54 UTC 
(rev 136647)
+++ gdk_Make_background_changes_queue_a_repaint.patch   2011-08-31 11:02:18 UTC 
(rev 136648)
@@ -1,55 +0,0 @@
-From 254b9a4c540e3dff1dcd17db2ceea6a9fa5df973 Mon Sep 17 00:00:00 2001
-From: Benjamin Otte 
-Date: Thu, 09 Jun 2011 04:29:45 +
-Subject: gdk: Make background changes queue a repaint
-
-For client-side windows, we need to queue a repaint when the background
-changes. For native windows, the windowing system does take care of it,
-but client-side windows are our own, so we gotta do it manually.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=652102

-diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
-index f058570..10d83ab 100644
 a/gdk/gdkwindow.c
-+++ b/gdk/gdkwindow.c
-@@ -8004,11 +8004,15 @@ gdk_window_set_background (GdkWindow  *window,
- }
- 
-   if (!GDK_WINDOW_DESTROYED (window) &&
--  gdk_window_has_impl (private) &&
-   !private->input_only)
- {
--  impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl);
--  impl_iface->set_background (window, &private->bg_color);
-+  if (gdk_window_has_impl (private))
-+{
-+  impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl);
-+  impl_iface->set_background (window, &private->bg_color);
-+}
-+  else
-+gdk_window_invalidate_rect_full (window, NULL, TRUE, CLEAR_BG_ALL);
- }
- }
- 
-@@ -8077,11 +8081,15 @@ gdk_window_set_back_pixmap (GdkWindow *window,
- private->bg_pixmap = GDK_NO_BG;
- 
-   if (!GDK_WINDOW_DESTROYED (window) &&
--  gdk_window_has_impl (private) &&
-   !private->input_only)
- {
--  impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl);
--  impl_iface->set_back_pixmap (window, private->bg_pixmap);
-+  if (gdk_window_has_impl (private))
-+{
-+  impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl);
-+  impl_iface->set_back_pixmap (window, private->bg_pixmap);
-+}
-+  else
-+gdk_window_invalidate_rect_full (window, NULL, TRUE, CLEAR_BG_ALL);
- }
- }
- 
---
-cgit v0.9



[arch-commits] Commit in gtk2/repos (14 files)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 07:03:18
  Author: jgc
Revision: 136649

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

Added:
  gtk2/repos/extra-i686/PKGBUILD
(from rev 136648, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-i686/gtk2.install
(from rev 136648, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-i686/xid-collision-debug.patch
(from rev 136648, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/extra-x86_64/PKGBUILD
(from rev 136648, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-x86_64/gtk2.install
(from rev 136648, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-x86_64/xid-collision-debug.patch
(from rev 136648, gtk2/trunk/xid-collision-debug.patch)
Deleted:
  gtk2/repos/extra-i686/PKGBUILD
  gtk2/repos/extra-i686/gdk_Make_background_changes_queue_a_repaint.patch
  gtk2/repos/extra-i686/gtk2.install
  gtk2/repos/extra-i686/xid-collision-debug.patch
  gtk2/repos/extra-x86_64/PKGBUILD
  gtk2/repos/extra-x86_64/gdk_Make_background_changes_queue_a_repaint.patch
  gtk2/repos/extra-x86_64/gtk2.install
  gtk2/repos/extra-x86_64/xid-collision-debug.patch

+
 extra-i686/PKGBUILD|  111 
--
 extra-i686/gdk_Make_background_changes_queue_a_repaint.patch   |   55 
 extra-i686/gtk2.install|   32 +-
 extra-i686/xid-collision-debug.patch   |   30 +-
 extra-x86_64/PKGBUILD  |  111 
--
 extra-x86_64/gdk_Make_background_changes_queue_a_repaint.patch |   55 
 extra-x86_64/gtk2.install  |   32 +-
 extra-x86_64/xid-collision-debug.patch |   30 +-
 8 files changed, 170 insertions(+), 286 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 11:02:18 UTC (rev 136648)
+++ extra-i686/PKGBUILD 2011-08-31 11:03:18 UTC (rev 136649)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gtk2
-pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.5
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/";
-makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
- 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
-options=('!libtool' '!docs')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
-xid-collision-debug.patch
-gdk_Make_background_changes_queue_a_repaint.patch)
-sha256sums=('d6b30889efbb9fab9aa598092d08887826a7b2a3069b3bd5155dede28d9866f3'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
-'3573af25e8db2fb490b264f80cb9e617ee1a36e767e36e7bb1d830c0b715db93')
-
-build() {
-cd "${srcdir}/gtk+-${pkgver}"
-patch -Np1 -i "${srcdir}/xid-collision-debug.patch"
-patch -NRp1 -i 
"${srcdir}/gdk_Make_background_changes_queue_a_repaint.patch"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-xinput=yes
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-package_gtk2() {
-pkgdesc="The GTK+ Toolkit (v2)"
-install=gtk2.install
-depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 'shared-mime-info' 'cairo' 'libcups' 
'gtk-update-icon-cache')
-backup=(etc/gtk-2.0/gtkrc)
-
-cd "${srcdir}/gtk+-${pkgver}"
-
-make DESTDIR="${pkgdir}" install
-sed -i "s#env python#env python2#" $pkgdir/usr/bin/gtk-builder-convert
-echo 'gtk-fallback-icon-theme = "gnome"' > "${pkgdir}/etc/gtk-2.0/gtkrc"
-#split this out to use with gtk3 too
-rm ${pkgdir}/usr/bin/gtk-update-icon-cache
-}
-package_gtk-update-icon-cache() {
-pkgdesc="The GTK+ update icon cache tool"
-depends=('gdk-pixbuf2')
-
-cd "${srcdir}/gtk+-${pkgver}/gtk"
-
-install -D -m755 gtk-update-icon-cache 
${pkgdir}/usr/bin/gtk-update-icon-cache
-}

Copied: gtk2/repos/extra-i686/PKGBUILD (from rev 136648, gtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-31 11:03:18 UTC (rev 136649)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gtk2
+pkgname=('gtk2' 'gtk-update-icon-cache')
+pkgver=2.24.6
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
+ 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
+options=('!libtool' '!docs')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
+xid-collis

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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 07:04:21
  Author: ibiru
Revision: 136650

update to 0.9.0

Modified:
  dconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 11:03:18 UTC (rev 136649)
+++ PKGBUILD2011-08-31 11:04:21 UTC (rev 136650)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=dconf
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A low-level configuration system."
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 makedepends=('vala' 'gobject-introspection' 'gtk3')
 optdepends=('gtk3: for dconf-editor')
 install=dconf.install
-source=(http://download.gnome.org/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('05111e973c365696759dd1b37e3f5acc877eff24dd2e4036d742aac5da5dda3b')
+source=(http://download.gnome.org/sources/${pkgname}/0.9/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('df16ba1af423145f968fb7d36d0a1bfd75f27aefb5d3016aaecb1ab311944581')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 07:05:39
  Author: ibiru
Revision: 136651

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  dconf/repos/gnome-unstable-i686/
  dconf/repos/gnome-unstable-i686/PKGBUILD
(from rev 136650, dconf/trunk/PKGBUILD)
  dconf/repos/gnome-unstable-i686/dconf.install
(from rev 136650, dconf/trunk/dconf.install)
  dconf/repos/gnome-unstable-x86_64/
  dconf/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136650, dconf/trunk/PKGBUILD)
  dconf/repos/gnome-unstable-x86_64/dconf.install
(from rev 136650, dconf/trunk/dconf.install)

-+
 gnome-unstable-i686/PKGBUILD|   30 ++
 gnome-unstable-i686/dconf.install   |   12 
 gnome-unstable-x86_64/PKGBUILD  |   30 ++
 gnome-unstable-x86_64/dconf.install |   12 
 4 files changed, 84 insertions(+)

Copied: dconf/repos/gnome-unstable-i686/PKGBUILD (from rev 136650, 
dconf/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 11:05:39 UTC (rev 136651)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=dconf
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf";
+license=('LGPL2.1')
+depends=('glib2')
+makedepends=('vala' 'gobject-introspection' 'gtk3')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/${pkgname}/0.9/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('df16ba1af423145f968fb7d36d0a1bfd75f27aefb5d3016aaecb1ab311944581')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf/repos/gnome-unstable-i686/dconf.install (from rev 136650, 
dconf/trunk/dconf.install)
===
--- gnome-unstable-i686/dconf.install   (rev 0)
+++ gnome-unstable-i686/dconf.install   2011-08-31 11:05:39 UTC (rev 136651)
@@ -0,0 +1,12 @@
+post_install() {
+usr/bin/gio-querymodules usr/lib/gio/modules
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: dconf/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136650, 
dconf/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 11:05:39 UTC (rev 136651)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=dconf
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A low-level configuration system."
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf";
+license=('LGPL2.1')
+depends=('glib2')
+makedepends=('vala' 'gobject-introspection' 'gtk3')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/${pkgname}/0.9/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('df16ba1af423145f968fb7d36d0a1bfd75f27aefb5d3016aaecb1ab311944581')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf/repos/gnome-unstable-x86_64/dconf.install (from rev 136650, 
dconf/trunk/dconf.install)
===
--- gnome-unstable-x86_64/dconf.install (rev 0)
+++ gnome-unstable-x86_64/dconf.install 2011-08-31 11:05:39 UTC (rev 136651)
@@ -0,0 +1,12 @@
+post_install() {
+usr/bin/gio-querymodules usr/lib/gio/modules
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 07:14:02
  Author: ibiru
Revision: 136652

update to 3.1.90

Modified:
  libgnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 11:05:39 UTC (rev 136651)
+++ PKGBUILD2011-08-31 11:14:02 UTC (rev 136652)
@@ -2,7 +2,7 @@
 #Maintainer: Jan De Groot 
 
 pkgname=libgnome-keyring
-pkgver=3.0.3
+pkgver=3.1.90
 pkgrel=1
 pkgdesc="GNOME keyring client library"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 makedepends=('intltool' 'pkgconfig')
 options=('!libtool' '!emptydirs')
 url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('a0cc08bcd431070d3f01c2741903c2bd8b0231ee73de709d28e722e28575fdf8')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('805f3100ae75741a86f9090f8bbfffeec4424c7629a35cd71e1c128420cf8840')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in libgnome-keyring/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 07:15:05
  Author: ibiru
Revision: 136653

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgnome-keyring/repos/gnome-unstable-i686/
  libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD
(from rev 136652, libgnome-keyring/trunk/PKGBUILD)
  libgnome-keyring/repos/gnome-unstable-x86_64/
  libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136652, libgnome-keyring/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   28 
 gnome-unstable-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 136652, 
libgnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 11:15:05 UTC (rev 136653)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot 
+
+pkgname=libgnome-keyring
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="GNOME keyring client library"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'libgcrypt' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('805f3100ae75741a86f9090f8bbfffeec4424c7629a35cd71e1c128420cf8840')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136652, 
libgnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 11:15:05 UTC (rev 136653)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot 
+
+pkgname=libgnome-keyring
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="GNOME keyring client library"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'libgcrypt' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('805f3100ae75741a86f9090f8bbfffeec4424c7629a35cd71e1c128420cf8840')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 07:18:20
  Author: ibiru
Revision: 136654

update to 2.29.12

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 11:15:05 UTC (rev 136653)
+++ PKGBUILD2011-08-31 11:18:20 UTC (rev 136654)
@@ -4,15 +4,15 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.28.2
+pkgver=2.29.12
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig' 'namcap')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
 options=('!libtool')
 url="http://gtkmm.sourceforge.net/";
-sha256sums=('f84e99858d9674705316ec40cb3f03c34129293ebd370a7d63df6d959644cbe3')
+sha256sums=('b66797ee8af80f9bd0748758f9a57cccfeb81960aad145b33e2650be947de5d5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in glibmm/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 07:23:00
  Author: ibiru
Revision: 136655

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glibmm/repos/gnome-unstable-i686/
  glibmm/repos/gnome-unstable-i686/PKGBUILD
(from rev 136654, glibmm/trunk/PKGBUILD)
  glibmm/repos/gnome-unstable-x86_64/
  glibmm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136654, glibmm/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   35 +++
 gnome-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: glibmm/repos/gnome-unstable-i686/PKGBUILD (from rev 136654, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 11:23:00 UTC (rev 136655)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.29.12
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig' 'namcap')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool')
+url="http://gtkmm.sourceforge.net/";
+sha256sums=('b66797ee8af80f9bd0748758f9a57cccfeb81960aad145b33e2650be947de5d5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
+  depends=('glib2' 'libsigc++2.0')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_glibmm-docs() {
+  pkgdesc="Developer documentation for glibmm"
+  cd "${srcdir}/${pkgbase}-${pkgver}/docs"
+  make DESTDIR="${pkgdir}" install
+}

Copied: glibmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136654, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 11:23:00 UTC (rev 136655)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.29.12
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig' 'namcap')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+options=('!libtool')
+url="http://gtkmm.sourceforge.net/";
+sha256sums=('b66797ee8af80f9bd0748758f9a57cccfeb81960aad145b33e2650be947de5d5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
+  depends=('glib2' 'libsigc++2.0')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_glibmm-docs() {
+  pkgdesc="Developer documentation for glibmm"
+  cd "${srcdir}/${pkgbase}-${pkgver}/docs"
+  make DESTDIR="${pkgdir}" install
+}



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 07:23:05
  Author: ibiru
Revision: 136656

update to 3.1.90

Modified:
  libwnck3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 11:23:00 UTC (rev 136655)
+++ PKGBUILD2011-08-31 11:23:05 UTC (rev 136656)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 pkgname=libwnck3
 _pkgbasename=libwnck
-pkgver=3.0.2
+pkgver=3.1.90
 pkgrel=1
 pkgdesc="Window Navigator Construction Kit (GTK+3)"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('1404693cbe10b6ff42a347d49e4f2e6cea3ad44b7162b5e4e72fdb067fc52641')
 
 build() {
 cd "${srcdir}/${_pkgbasename}-${pkgver}"



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

2011-08-31 Thread Pierre Schmitz
Date: Wednesday, August 31, 2011 @ 07:27:32
  Author: pierre
Revision: 136657

upgpkg: apache 2.2.20-1

upstream update

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 11:23:05 UTC (rev 136656)
+++ PKGBUILD2011-08-31 11:27:32 UTC (rev 136657)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apache
-pkgver=2.2.19
+pkgver=2.2.20
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
 httpd.logrotate
 httpd
 arch.layout)
-md5sums=('832f96a6ec4b8fc7cf49b9efd4e89060'
+md5sums=('1ac251431c8c4285f6b085c1d156bb56'
  'f1d9d41360908ceb2374da55ae99197a'
  'cdfa04985a0efa850976aef01c2a0c40'
  '0930d2d0612eb0a53a0d00aea7e8687f'



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

2011-08-31 Thread Pierre Schmitz
Date: Wednesday, August 31, 2011 @ 07:29:58
  Author: pierre
Revision: 136658

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

Added:
  apache/repos/extra-i686/PKGBUILD
(from rev 136657, apache/trunk/PKGBUILD)
  apache/repos/extra-i686/apache.conf.d
(from rev 136657, apache/trunk/apache.conf.d)
  apache/repos/extra-i686/apachectl-confd.patch
(from rev 136657, apache/trunk/apachectl-confd.patch)
  apache/repos/extra-i686/arch.layout
(from rev 136657, apache/trunk/arch.layout)
  apache/repos/extra-i686/httpd
(from rev 136657, apache/trunk/httpd)
  apache/repos/extra-i686/httpd.logrotate
(from rev 136657, apache/trunk/httpd.logrotate)
  apache/repos/extra-x86_64/PKGBUILD
(from rev 136657, apache/trunk/PKGBUILD)
  apache/repos/extra-x86_64/apache.conf.d
(from rev 136657, apache/trunk/apache.conf.d)
  apache/repos/extra-x86_64/apachectl-confd.patch
(from rev 136657, apache/trunk/apachectl-confd.patch)
  apache/repos/extra-x86_64/arch.layout
(from rev 136657, apache/trunk/arch.layout)
  apache/repos/extra-x86_64/httpd
(from rev 136657, apache/trunk/httpd)
  apache/repos/extra-x86_64/httpd.logrotate
(from rev 136657, apache/trunk/httpd.logrotate)
Deleted:
  apache/repos/extra-i686/PKGBUILD
  apache/repos/extra-i686/apache.conf.d
  apache/repos/extra-i686/apachectl-confd.patch
  apache/repos/extra-i686/arch.layout
  apache/repos/extra-i686/httpd
  apache/repos/extra-i686/httpd.logrotate
  apache/repos/extra-x86_64/PKGBUILD
  apache/repos/extra-x86_64/apache.conf.d
  apache/repos/extra-x86_64/apachectl-confd.patch
  apache/repos/extra-x86_64/arch.layout
  apache/repos/extra-x86_64/httpd
  apache/repos/extra-x86_64/httpd.logrotate

+
 extra-i686/PKGBUILD|  290 +--
 extra-i686/apache.conf.d   |   30 +--
 extra-i686/apachectl-confd.patch   |   30 +--
 extra-i686/arch.layout |   44 ++---
 extra-i686/httpd   |  130 +++
 extra-i686/httpd.logrotate |   12 -
 extra-x86_64/PKGBUILD  |  290 +--
 extra-x86_64/apache.conf.d |   30 +--
 extra-x86_64/apachectl-confd.patch |   30 +--
 extra-x86_64/arch.layout   |   44 ++---
 extra-x86_64/httpd |  130 +++
 extra-x86_64/httpd.logrotate   |   12 -
 12 files changed, 536 insertions(+), 536 deletions(-)

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


[arch-commits] Commit in libwnck3/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 07:44:34
  Author: ibiru
Revision: 136659

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libwnck3/repos/gnome-unstable-i686/
  libwnck3/repos/gnome-unstable-i686/PKGBUILD
(from rev 136658, libwnck3/trunk/PKGBUILD)
  libwnck3/repos/gnome-unstable-x86_64/
  libwnck3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136658, libwnck3/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   27 +++
 gnome-unstable-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libwnck3/repos/gnome-unstable-i686/PKGBUILD (from rev 136658, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 11:44:34 UTC (rev 136659)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('1404693cbe10b6ff42a347d49e4f2e6cea3ad44b7162b5e4e72fdb067fc52641')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: libwnck3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136658, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 11:44:34 UTC (rev 136659)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit (GTK+3)"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('1404693cbe10b6ff42a347d49e4f2e6cea3ad44b7162b5e4e72fdb067fc52641')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 07:49:20
  Author: jgc
Revision: 136660

upgpkg: evolution-data-server 3.0.3-1

Update to 3.0.3

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 11:44:34 UTC (rev 136659)
+++ PKGBUILD2011-08-31 11:49:20 UTC (rev 136660)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.0.2.1
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc="Central location for addressbook and calendar storage in the GNOME 
Desktop"
 arch=('i686' 'x86_64')
 depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
@@ -11,8 +11,8 @@
 options=('!libtool')
 url="http://www.gnome.org";
 license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1b14c57a835745ee2c0141a76a07d44688dfb2d758bf3b818fe1860b59451f9b')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c23cfb53cc6224fd61339b1d4bf8bde869149c808cf31c29529c0f2dd364c033')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in evolution-data-server/repos (4 files)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 07:49:46
  Author: jgc
Revision: 136661

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 136660, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 136660, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 11:49:20 UTC (rev 136660)
+++ extra-i686/PKGBUILD 2011-08-31 11:49:46 UTC (rev 136661)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.0.2.1
-pkgrel=2
-pkgdesc="Central location for addressbook and calendar storage in the GNOME 
Desktop"
-arch=('i686' 'x86_64')
-depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org";
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1b14c57a835745ee2c0141a76a07d44688dfb2d758bf3b818fe1860b59451f9b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 136660, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-31 11:49:46 UTC (rev 136661)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Central location for addressbook and calendar storage in the GNOME 
Desktop"
+arch=('i686' 'x86_64')
+depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org";
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c23cfb53cc6224fd61339b1d4bf8bde869149c808cf31c29529c0f2dd364c033')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-31 11:49:20 UTC (rev 136660)
+++ extra-x86_64/PKGBUILD   2011-08-31 11:49:46 UTC (rev 136661)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.0.2.1
-pkgrel=2
-pkgdesc="Central location for addressbook and calendar storage in the GNOME 
Desktop"
-arch=('i686' 'x86_64')
-depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org";
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1b14c57a835745ee2c0141a76a07d44688dfb2d758bf3b818fe1860b59451f9b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: evolution-data-server/repos/extra-x86_64/PKGBUILD (from rev 136660, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-31 11:49:46 UTC (rev 136661)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Central location for addressbook and calendar storage in the GNOME 
Desktop"
+arch=('i686' 'x86_64')
+depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')

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

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 07:59:14
  Author: jgc
Revision: 136662

upgpkg: gtkhtml4 4.0.2-1

Update to 4.0.2

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 11:49:46 UTC (rev 136661)
+++ PKGBUILD2011-08-31 11:59:14 UTC (rev 136662)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 makedepends=('intltool')
 url="http://www.gnome.org";
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('13fd845ce2ebc837fd4771d2dd0c103bde20faad9f77f6c7a62ff7d8099557ff')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('9f40db52c869dce891bbe8faa9e14209750e22e73790de96837460d6d51f827a')
 
 build() {
 cd "${srcdir}/${_pkgbasename}-${pkgver}"



[arch-commits] Commit in gtkhtml4/repos (4 files)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 07:59:40
  Author: jgc
Revision: 136663

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

Added:
  gtkhtml4/repos/extra-i686/PKGBUILD
(from rev 136662, gtkhtml4/trunk/PKGBUILD)
  gtkhtml4/repos/extra-x86_64/PKGBUILD
(from rev 136662, gtkhtml4/trunk/PKGBUILD)
Deleted:
  gtkhtml4/repos/extra-i686/PKGBUILD
  gtkhtml4/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 11:59:14 UTC (rev 136662)
+++ extra-i686/PKGBUILD 2011-08-31 11:59:40 UTC (rev 136663)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gconf' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
-makedepends=('intltool')
-url="http://www.gnome.org";
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('13fd845ce2ebc837fd4771d2dd0c103bde20faad9f77f6c7a62ff7d8099557ff')
-
-build() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: gtkhtml4/repos/extra-i686/PKGBUILD (from rev 136662, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-31 11:59:40 UTC (rev 136663)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url="http://www.gnome.org";
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('9f40db52c869dce891bbe8faa9e14209750e22e73790de96837460d6d51f827a')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-31 11:59:14 UTC (rev 136662)
+++ extra-x86_64/PKGBUILD   2011-08-31 11:59:40 UTC (rev 136663)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gconf' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
-makedepends=('intltool')
-url="http://www.gnome.org";
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('13fd845ce2ebc837fd4771d2dd0c103bde20faad9f77f6c7a62ff7d8099557ff')
-
-build() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbasename}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: gtkhtml4/repos/extra-x86_64/PKGBUILD (from rev 136662, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-31 11:59:40 UTC (rev 136663)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url="http://www.gnome.org";
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('9f40db52c869dce891bbe8faa9e14209750e22e73790de96837460d6d51f827a')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/

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

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 08:06:49
  Author: jgc
Revision: 136664

upgpkg: libwnck 2.30.7-1

Update to 2.30.7

Modified:
  libwnck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 11:59:40 UTC (rev 136663)
+++ PKGBUILD2011-08-31 12:06:49 UTC (rev 136664)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Jan de Groot  
 pkgname=libwnck
-pkgver=2.30.6
-pkgrel=2
+pkgver=2.30.7
+pkgrel=1
 pkgdesc="Window Navigator Construction Kit"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -10,8 +10,8 @@
 makedepends=('libxt' 'intltool' 'gobject-introspection')
 options=('!libtool')
 url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4d25984ed5cfe215eb650f960de634300a6cafc9d98bbc7caea8043b7cd96cc5')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8be84d5333f0ade0e61af9f4cbf7685cb7cce2aa0ee32f53bac32107a81fe194')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in libwnck/repos (4 files)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 08:07:16
  Author: jgc
Revision: 136665

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

Added:
  libwnck/repos/extra-i686/PKGBUILD
(from rev 136664, libwnck/trunk/PKGBUILD)
  libwnck/repos/extra-x86_64/PKGBUILD
(from rev 136664, libwnck/trunk/PKGBUILD)
Deleted:
  libwnck/repos/extra-i686/PKGBUILD
  libwnck/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 12:06:49 UTC (rev 136664)
+++ extra-i686/PKGBUILD 2011-08-31 12:07:16 UTC (rev 136665)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-pkgname=libwnck
-pkgver=2.30.6
-pkgrel=2
-pkgdesc="Window Navigator Construction Kit"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk2' 'startup-notification' 'libxres')
-makedepends=('libxt' 'intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4d25984ed5cfe215eb650f960de634300a6cafc9d98bbc7caea8043b7cd96cc5')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-
-#The binaries are shipped in libwnck3
-rm -f ${pkgdir}/usr/bin/wnckprop
-rm -f ${pkgdir}/usr/bin/wnck-urgency-monitor
-}

Copied: libwnck/repos/extra-i686/PKGBUILD (from rev 136664, 
libwnck/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-31 12:07:16 UTC (rev 136665)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot  
+pkgname=libwnck
+pkgver=2.30.7
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'startup-notification' 'libxres')
+makedepends=('libxt' 'intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8be84d5333f0ade0e61af9f4cbf7685cb7cce2aa0ee32f53bac32107a81fe194')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+
+#The binaries are shipped in libwnck3
+rm -f ${pkgdir}/usr/bin/wnckprop
+rm -f ${pkgdir}/usr/bin/wnck-urgency-monitor
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-31 12:06:49 UTC (rev 136664)
+++ extra-x86_64/PKGBUILD   2011-08-31 12:07:16 UTC (rev 136665)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  
-pkgname=libwnck
-pkgver=2.30.6
-pkgrel=2
-pkgdesc="Window Navigator Construction Kit"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk2' 'startup-notification' 'libxres')
-makedepends=('libxt' 'intltool' 'gobject-introspection')
-options=('!libtool')
-url="http://www.gnome.org/";
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4d25984ed5cfe215eb650f960de634300a6cafc9d98bbc7caea8043b7cd96cc5')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-
-#The binaries are shipped in libwnck3
-rm -f ${pkgdir}/usr/bin/wnckprop
-rm -f ${pkgdir}/usr/bin/wnck-urgency-monitor
-}

Copied: libwnck/repos/extra-x86_64/PKGBUILD (from rev 136664, 
libwnck/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-31 12:07:16 UTC (rev 136665)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot  
+pkgname=libwnck
+pkgver=2.30.7
+pkgrel=1
+pkgdesc="Window Navigator Construction Kit"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'startup-notification' 'libxres')
+makedepends=('libxt' 'intltool' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8be84d5333f0ade0e61af9f4cbf7685cb7cce2aa0ee32f53bac32107a81fe194')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --syscon

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

2011-08-31 Thread Allan McRae
Date: Wednesday, August 31, 2011 @ 08:14:04
  Author: allan
Revision: 13

upgpkg: fakeroot 1.18-1

upstream update

Modified:
  fakeroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 12:07:16 UTC (rev 136665)
+++ PKGBUILD2011-08-31 12:14:04 UTC (rev 13)
@@ -3,7 +3,7 @@
 # Contributor: Jochem Kossen 
 
 pkgname=fakeroot
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc="Gives a fake root environment, useful for building packages as a 
non-privileged user"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
 options=('!libtool')
 
source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2)
-md5sums=('1adc603cc18eedee11d9889798c863db')
+md5sums=('b0e7696460ee54bc378b9c89997f77c2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-08-31 Thread Allan McRae
Date: Wednesday, August 31, 2011 @ 08:17:26
  Author: allan
Revision: 136667

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

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

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-i686/fakeroot.install   |   14 ++
 testing-x86_64/PKGBUILD |   35 +++
 testing-x86_64/fakeroot.install |   14 ++
 4 files changed, 98 insertions(+)

Copied: fakeroot/repos/testing-i686/PKGBUILD (from rev 13, 
fakeroot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-31 12:17:26 UTC (rev 136667)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jochem Kossen 
+
+pkgname=fakeroot
+pkgver=1.18
+pkgrel=1
+pkgdesc="Gives a fake root environment, useful for building packages as a 
non-privileged user"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://packages.debian.org/fakeroot";
+groups=('base-devel')
+install=fakeroot.install
+depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
+options=('!libtool')
+source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2)
+md5sums=('b0e7696460ee54bc378b9c89997f77c2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \
+  --disable-static --with-ipc=sysv
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot' > ${pkgdir}/etc/ld.so.conf.d/fakeroot.conf
+
+  # install README for sysv/tcp usage
+  install -Dm644 $srcdir/$pkgname-$pkgver/README 
$pkgdir/usr/share/doc/$pkgname/README
+}

Copied: fakeroot/repos/testing-i686/fakeroot.install (from rev 13, 
fakeroot/trunk/fakeroot.install)
===
--- testing-i686/fakeroot.install   (rev 0)
+++ testing-i686/fakeroot.install   2011-08-31 12:17:26 UTC (rev 136667)
@@ -0,0 +1,14 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then
+sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
+  fi
+  sbin/ldconfig -r .
+}
+
+pre_remove() {
+  sbin/ldconfig -r .
+}

Copied: fakeroot/repos/testing-x86_64/PKGBUILD (from rev 13, 
fakeroot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-31 12:17:26 UTC (rev 136667)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jochem Kossen 
+
+pkgname=fakeroot
+pkgver=1.18
+pkgrel=1
+pkgdesc="Gives a fake root environment, useful for building packages as a 
non-privileged user"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://packages.debian.org/fakeroot";
+groups=('base-devel')
+install=fakeroot.install
+depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
+options=('!libtool')
+source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2)
+md5sums=('b0e7696460ee54bc378b9c89997f77c2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \
+  --disable-static --with-ipc=sysv
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot' > ${pkgdir}/etc/ld.so.conf.d/fakeroot.conf
+
+  # install README for sysv/tcp usage
+  install -Dm644 $srcdir/$pkgname-$pkgver/README 
$pkgdir/usr/share/doc/$pkgname/README
+}

Copied: fakeroot/repos/testing-x86_64/fakeroot.install (from rev 13, 
fakeroot/trunk/fakeroot.install)
===
--- testing-x86_64/fakeroot.install (rev 0)
+++ testing-x86_64/fakeroot.install 2011-08-31 12:17:26 UTC (rev 136667)
@@ -0,0 +1,14 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then
+sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
+  fi
+  sbin/ldconfig -r .
+}
+
+pre_remove() {
+  sbin/ldconfig -r .
+}



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

2011-08-31 Thread Allan McRae
Date: Wednesday, August 31, 2011 @ 08:18:59
  Author: allan
Revision: 136668

upgpkg: wget 1.13.3-1

upstream update

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 12:17:26 UTC (rev 136667)
+++ PKGBUILD2011-08-31 12:18:59 UTC (rev 136668)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=wget
-pkgver=1.13.1
+pkgver=1.13.3
 pkgrel=1
 pkgdesc="A network utility to retrieve files from the Web"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 backup=('etc/wgetrc')
 install=wget.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('5c9056fcec2f398111e97be65e8592cc')
+md5sums=('540cbd50909885fe11bd7bc4f75268d1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-08-31 Thread Allan McRae
Date: Wednesday, August 31, 2011 @ 08:21:16
  Author: allan
Revision: 136669

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

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

-+
 testing-i686/PKGBUILD   |   45 ++
 testing-i686/wget.install   |   20 ++
 testing-x86_64/PKGBUILD |   45 ++
 testing-x86_64/wget.install |   20 ++
 4 files changed, 130 insertions(+)

Copied: wget/repos/testing-i686/PKGBUILD (from rev 136668, wget/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-31 12:21:16 UTC (rev 136669)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=wget
+pkgver=1.13.3
+pkgrel=1
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html";
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'openssl')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('540cbd50909885fe11bd7bc4f75268d1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Note : We do not build with --enable-nls, because there is a bug in wget 
causing
+  # international domain names to be not properly converted to punycode if
+  # the current locale is a UTF-8 one
+  # See : http://lists.gnu.org/archive/html/bug-wget/2011-02/msg00026.html
+
+  ./configure -with-ssl=openssl --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  cat >> "$pkgdir/etc/wgetrc" < /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: wget/repos/testing-x86_64/PKGBUILD (from rev 136668, 
wget/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-31 12:21:16 UTC (rev 136669)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=wget
+pkgver=1.13.3
+pkgrel=1
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html";
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'openssl')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('540cbd50909885fe11bd7bc4f75268d1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Note : We do not build with --enable-nls, because there is a bug in wget 
causing
+  # international domain names to be not properly converted to punycode if
+  # the current locale is a UTF-8 one
+  # See : http://lists.gnu.org/archive/html/bug-wget/2011-02/msg00026.html
+
+  ./configure -with-ssl=openssl --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  cat >> "$pkgdir/etc/wgetrc" < /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 08:29:56
  Author: ibiru
Revision: 136670

update to 2.1.90

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 12:21:16 UTC (rev 136669)
+++ PKGBUILD2011-08-31 12:29:56 UTC (rev 136670)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=at-spi2-core
-pkgver=2.0.2
+pkgver=2.1.90
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('15e13433d1923c96139c109568295313de636a83dbb3700c8467fcb9c5e4e6ce')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2e60f0b511b68d0d9b5a0eb9f4ada3d855d3615883238593923ebb9cd33936fa')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in at-spi2-core/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 08:30:50
  Author: ibiru
Revision: 136671

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-core/repos/gnome-unstable-i686/
  at-spi2-core/repos/gnome-unstable-i686/PKGBUILD
(from rev 136670, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/gnome-unstable-x86_64/
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136670, at-spi2-core/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   33 +
 gnome-unstable-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: at-spi2-core/repos/gnome-unstable-i686/PKGBUILD (from rev 136670, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 12:30:50 UTC (rev 136671)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=at-spi2-core
+pkgver=2.1.90
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dbus-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+groups=('gnome')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2e60f0b511b68d0d9b5a0eb9f4ada3d855d3615883238593923ebb9cd33936fa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136670, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 12:30:50 UTC (rev 136671)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=at-spi2-core
+pkgver=2.1.90
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dbus-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+groups=('gnome')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2e60f0b511b68d0d9b5a0eb9f4ada3d855d3615883238593923ebb9cd33936fa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 08:34:36
  Author: ibiru
Revision: 136672

drop gnome group. at-spi2-atk is in the group and has -core as dependency

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 12:30:50 UTC (rev 136671)
+++ PKGBUILD2011-08-31 12:34:36 UTC (rev 136672)
@@ -10,7 +10,6 @@
 depends=('dbus-core' 'glib2' 'libxtst')
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
-groups=('gnome')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('2e60f0b511b68d0d9b5a0eb9f4ada3d855d3615883238593923ebb9cd33936fa')
 



[arch-commits] Commit in at-spi2-core/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 08:35:25
  Author: ibiru
Revision: 136673

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-core/repos/gnome-unstable-i686/PKGBUILD
(from rev 136672, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136672, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/gnome-unstable-i686/PKGBUILD
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   65 +++
 gnome-unstable-x86_64/PKGBUILD |   65 +++
 2 files changed, 64 insertions(+), 66 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-08-31 12:34:36 UTC (rev 136672)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 12:35:25 UTC (rev 136673)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-pkgname=at-spi2-core
-pkgver=2.1.90
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2e60f0b511b68d0d9b5a0eb9f4ada3d855d3615883238593923ebb9cd33936fa')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/gnome-unstable-i686/PKGBUILD (from rev 136672, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 12:35:25 UTC (rev 136673)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=at-spi2-core
+pkgver=2.1.90
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dbus-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2e60f0b511b68d0d9b5a0eb9f4ada3d855d3615883238593923ebb9cd33936fa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2011-08-31 12:34:36 UTC (rev 136672)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 12:35:25 UTC (rev 136673)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-pkgname=at-spi2-core
-pkgver=2.1.90
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2e60f0b511b68d0d9b5a0eb9f4ada3d855d3615883238593923ebb9cd33936fa')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136672, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 12:35:25 UTC (rev 136673)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=at-spi2-core
+pkgver=2.1.90
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dbus-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}

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

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 08:38:25
  Author: jgc
Revision: 136674

upgpkg: evolution 3.0.3-1

Update to 3.0.3

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 12:35:25 UTC (rev 136673)
+++ PKGBUILD2011-08-31 12:38:25 UTC (rev 136674)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="Integrated Workgroup and Personal Information Management for Gnome"
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 options=('!libtool' '!emptydirs')
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6fdf6a39a89bb04c406225984e5b730e86a370024f30ef9cf019840be9fbe59a')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('37fadcd459b74960fccf805f627ff869e315367690af8809ce956ec7e23294f7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 08:38:49
  Author: ibiru
Revision: 136675

update to 2.1.90

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 12:38:25 UTC (rev 136674)
+++ PKGBUILD2011-08-31 12:38:49 UTC (rev 136675)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.0.2
+pkgver=2.1.90
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 install=at-spi2-atk.install
 options=('!libtool')
 groups=('gnome')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('4b958d3701afd0c8f83ecf297750032f06a07491007d85173997ce7371688725')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('218090dc38ea5614ec86e3f388c3c504f94d129df4eee6d4c2f5066b257e1faf')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 08:39:09
  Author: jgc
Revision: 136676

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

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 136674, evolution/trunk/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 136674, evolution/trunk/evolution.install)
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 136675, evolution/trunk/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 136675, evolution/trunk/evolution.install)
Deleted:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-i686/evolution.install
  evolution/repos/extra-x86_64/PKGBUILD
  evolution/repos/extra-x86_64/evolution.install

+
 extra-i686/PKGBUILD|   90 +++
 extra-i686/evolution.install   |   48 ++--
 extra-x86_64/PKGBUILD  |   90 +++
 extra-x86_64/evolution.install |   48 ++--
 4 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 12:38:49 UTC (rev 136675)
+++ extra-i686/PKGBUILD 2011-08-31 12:39:09 UTC (rev 136676)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Integrated Workgroup and Personal Information Management for Gnome"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'libsm' 'gstreamer0.10' 'libunique3' 'libnotify' 'libpst' 'libytnef'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6fdf6a39a89bb04c406225984e5b730e86a370024f30ef9cf019840be9fbe59a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --disable-scrollkeeper \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-image-inline
-  make
-  make -C plugins/tnef-attachments
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  make -C plugins/tnef-attachments DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain evolution-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 136674, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-31 12:39:09 UTC (rev 136676)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Integrated Workgroup and Personal Information Management for Gnome"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'libsm' 'gstreamer0.10' 'libunique3' 'libnotify' 'libpst' 'libytnef'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('37fadcd459b74960fccf805f627ff869e315367690af8809ce956ec7e23294f7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --disable-scrollkeeper \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-image-inline
+  make
+  make -C plugins/tnef-attachments
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  make -C plugins/tnef-attachments DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain evolution-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/

[arch-commits] Commit in at-spi2-atk/repos (6 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 08:40:10
  Author: ibiru
Revision: 136677

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-atk/repos/gnome-unstable-i686/
  at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 136676, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install
(from rev 136676, at-spi2-atk/trunk/at-spi2-atk.install)
  at-spi2-atk/repos/gnome-unstable-x86_64/
  at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136676, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-x86_64/at-spi2-atk.install
(from rev 136676, at-spi2-atk/trunk/at-spi2-atk.install)

---+
 gnome-unstable-i686/PKGBUILD  |   35 
 gnome-unstable-i686/at-spi2-atk.install   |   11 
 gnome-unstable-x86_64/PKGBUILD|   35 
 gnome-unstable-x86_64/at-spi2-atk.install |   11 
 4 files changed, 92 insertions(+)

Copied: at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD (from rev 136676, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 12:40:10 UTC (rev 136677)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.1.90
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
+makedepends=('intltool')
+install=at-spi2-atk.install
+options=('!libtool')
+groups=('gnome')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('218090dc38ea5614ec86e3f388c3c504f94d129df4eee6d4c2f5066b257e1faf')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install (from rev 
136676, at-spi2-atk/trunk/at-spi2-atk.install)
===
--- gnome-unstable-i686/at-spi2-atk.install (rev 0)
+++ gnome-unstable-i686/at-spi2-atk.install 2011-08-31 12:40:10 UTC (rev 
136677)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136676, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 12:40:10 UTC (rev 136677)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.1.90
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
+makedepends=('intltool')
+install=at-spi2-atk.install
+options=('!libtool')
+groups=('gnome')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('218090dc38ea5614ec86e3f388c3c504f94d129df4eee6d4c2f5066b257e1faf')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/gnome-unstable-x86_64/at-spi2-atk.install (from rev 
136676, at-spi2-atk/trunk/at-spi2-atk.install)
===
--- gnome-unstable-x86_64/at-spi2-atk.install   (rev 0)
+++ gnome-unstable-x86_64/at-spi2-atk.install   2011-08-31 12:40:10 UTC (rev 
136677)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 08:42:34
  Author: ibiru
Revision: 136678

update to 2.1.90

Modified:
  pyatspi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 12:40:10 UTC (rev 136677)
+++ PKGBUILD2011-08-31 12:42:34 UTC (rev 136678)
@@ -1,15 +1,15 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=pyatspi
-pkgver=2.0.2
+pkgver=2.1.90
 pkgrel=1
 pkgdesc="Python bindings for at-spi"
 arch=(any)
 url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus";
 license=('GPL2')
 depends=('pygobject' 'at-spi2-core')
-source=(http://download.gnome.org/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d548d9107561041d8ce29441f4b914b8e1daf3d7137d93217b2e7bd5aa1066d4')
+source=(http://download.gnome.org/sources/${pkgname}/2.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('163bc777026d86be539ec623e4990496dcfd5318b76c634d4ddca5955e844bf6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in pyatspi/repos (2 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 08:43:39
  Author: ibiru
Revision: 136679

archrelease: copy trunk to gnome-unstable-any

Added:
  pyatspi/repos/gnome-unstable-any/
  pyatspi/repos/gnome-unstable-any/PKGBUILD
(from rev 136678, pyatspi/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: pyatspi/repos/gnome-unstable-any/PKGBUILD (from rev 136678, 
pyatspi/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2011-08-31 12:43:39 UTC (rev 136679)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=pyatspi
+pkgver=2.1.90
+pkgrel=1
+pkgdesc="Python bindings for at-spi"
+arch=(any)
+url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus";
+license=('GPL2')
+depends=('pygobject' 'at-spi2-core')
+source=(http://download.gnome.org/sources/${pkgname}/2.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('163bc777026d86be539ec623e4990496dcfd5318b76c634d4ddca5955e844bf6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 09:40:28
  Author: ibiru
Revision: 136680

gtk2 support was dropped from vte 0.29. keep vte at 0.28 and use vte3 for 
newest version

Added:
  vte3/
  vte3/trunk/
  vte3/trunk/PKGBUILD

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Added: vte3/trunk/PKGBUILD
===
--- vte3/trunk/PKGBUILD (rev 0)
+++ vte3/trunk/PKGBUILD 2011-08-31 13:40:28 UTC (rev 136680)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.29/vte-${pkgver}.tar.xz)
+sha256sums=('5f846c2763eaac95bb15b99dd212d76ec7d723c1c6f81a8b562143f6eaf2ba9e')
+
+build() {
+  cd "${srcdir}/vte-${pkgver}"
+  #warning: type-punning to incomplete type might break strict-aliasing rules
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  pkgdesc+=" GTK3"
+  depends=('gtk3' 'vte-common')
+  cd "${srcdir}/vte-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  cd "${srcdir}/vte-${pkgver}"
+
+  make -C gnome-pty-helper DESTDIR="${pkgdir}" install
+}


Property changes on: vte3/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in vte3 (5 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 09:42:14
  Author: ibiru
Revision: 136681

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vte3/repos/
  vte3/repos/gnome-unstable-i686/
  vte3/repos/gnome-unstable-i686/PKGBUILD
(from rev 136680, vte3/trunk/PKGBUILD)
  vte3/repos/gnome-unstable-x86_64/
  vte3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136680, vte3/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   43 +++
 gnome-unstable-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: vte3/repos/gnome-unstable-i686/PKGBUILD (from rev 136680, 
vte3/trunk/PKGBUILD)
===
--- repos/gnome-unstable-i686/PKGBUILD  (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD  2011-08-31 13:42:14 UTC (rev 136681)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.29/vte-${pkgver}.tar.xz)
+sha256sums=('5f846c2763eaac95bb15b99dd212d76ec7d723c1c6f81a8b562143f6eaf2ba9e')
+
+build() {
+  cd "${srcdir}/vte-${pkgver}"
+  #warning: type-punning to incomplete type might break strict-aliasing rules
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  pkgdesc+=" GTK3"
+  depends=('gtk3' 'vte-common')
+  cd "${srcdir}/vte-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  cd "${srcdir}/vte-${pkgver}"
+
+  make -C gnome-pty-helper DESTDIR="${pkgdir}" install
+}

Copied: vte3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136680, 
vte3/trunk/PKGBUILD)
===
--- repos/gnome-unstable-x86_64/PKGBUILD(rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD2011-08-31 13:42:14 UTC (rev 
136681)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.29/vte-${pkgver}.tar.xz)
+sha256sums=('5f846c2763eaac95bb15b99dd212d76ec7d723c1c6f81a8b562143f6eaf2ba9e')
+
+build() {
+  cd "${srcdir}/vte-${pkgver}"
+  #warning: type-punning to incomplete type might break strict-aliasing rules
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  pkgdesc+=" GTK3"
+  depends=('gtk3' 'vte-common')
+  cd "${srcdir}/vte-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  cd "${srcdir}/vte-${pkgver}"
+
+  make -C gnome-pty-helper DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 09:52:32
  Author: ibiru
Revision: 136682

update to 3.1.3

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 13:42:14 UTC (rev 136681)
+++ PKGBUILD2011-08-31 13:52:32 UTC (rev 136682)
@@ -4,8 +4,8 @@
 # Contributor: Adam Hani Schakaki (krzd) 
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.1.3
+pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=('any')
 url="http://live.gnome.org/";
@@ -13,8 +13,8 @@
 depends=('glib2')
 makedepends=('intltool')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6e72158a0e70ae50b8bb992e1486dd2fda43207f4ec4eb03a0d769f210363fd9')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ce187d4d6933b98f87b8fc994bb98cafad4ad24445f3a9ee6d96f18f7da20d90')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gsettings-desktop-schemas/repos (3 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 09:53:19
  Author: ibiru
Revision: 136683

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 136682, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 136682, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)

---+
 PKGBUILD  |   31 +++
 gsettings-desktop-schemas.install |   11 +++
 2 files changed, 42 insertions(+)

Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD (from rev 
136682, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2011-08-31 13:53:19 UTC (rev 136683)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=('any')
+url="http://live.gnome.org/";
+license=('GPL')
+depends=('glib2')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ce187d4d6933b98f87b8fc994bb98cafad4ad24445f3a9ee6d96f18f7da20d90')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: 
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 136682, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gnome-unstable-any/gsettings-desktop-schemas.install
(rev 0)
+++ gnome-unstable-any/gsettings-desktop-schemas.install2011-08-31 
13:53:19 UTC (rev 136683)
@@ -0,0 +1,11 @@
+post_install() {
+   usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 09:59:21
  Author: ibiru
Revision: 136684

update to 2.35.90

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 13:53:19 UTC (rev 136683)
+++ PKGBUILD2011-08-31 13:59:21 UTC (rev 136684)
@@ -3,7 +3,7 @@
 
 pkgbase=libsoup
 pkgname=('libsoup' 'libsoup-gnome')
-pkgver=2.34.3
+pkgver=2.35.90
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
 options=('!libtool' '!emptydirs')
-sha256sums=('c43f8865a9f7016c618b481bea3dd9ea65d9200685d4a94cddc54f8663704a1c')
+sha256sums=('c679e25d5ae1dd0ff39b4b5e58daeabf9620e161bd58ca4dd144aa63b88db64a')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"



[arch-commits] Commit in libsoup/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:00:57
  Author: ibiru
Revision: 136685

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libsoup/repos/gnome-unstable-i686/
  libsoup/repos/gnome-unstable-i686/PKGBUILD
(from rev 136684, libsoup/trunk/PKGBUILD)
  libsoup/repos/gnome-unstable-x86_64/
  libsoup/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136684, libsoup/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   48 +++
 gnome-unstable-x86_64/PKGBUILD |   48 +++
 2 files changed, 96 insertions(+)

Copied: libsoup/repos/gnome-unstable-i686/PKGBUILD (from rev 136684, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 14:00:57 UTC (rev 136685)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libsoup
+pkgname=('libsoup' 'libsoup-gnome')
+pkgver=2.35.90
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libxml2' 'sqlite3' 'libgnome-keyring' 'intltool' 
'gobject-introspection' 'glib-networking')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('c679e25d5ae1dd0ff39b4b5e58daeabf9620e161bd58ca4dd144aa63b88db64a')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package_libsoup() {
+  pkgdesc="GNOME HTTP Library - base library"
+  depends=('glib2' 'libxml2' 'glib-networking')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}"/usr/lib/libsoup-gnome-2.4.*
+  rm -f "${pkgdir}/usr/lib/pkgconfig/libsoup-gnome-2.4.pc"
+  rm -rf "${pkgdir}/usr/include/libsoup-gnome-2.4"
+  rm -f "${pkgdir}/usr/lib/girepository-1.0/SoupGNOME-2.4.typelib"
+}
+
+package_libsoup-gnome() {
+  pkgdesc="GNOME HTTP Library - GNOME libraries"
+  depends=("libsoup=${pkgver}" 'libgnome-keyring')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}"/usr/lib/libsoup-2.4.*
+  rm -f "${pkgdir}/usr/lib/pkgconfig/libsoup-2.4.pc"
+  rm -rf "${pkgdir}/usr/include/libsoup-2.4"
+  rm -rf "${pkgdir}/usr/share"
+  rm -f "${pkgdir}/usr/lib/girepository-1.0/Soup-2.4.typelib"
+}

Copied: libsoup/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136684, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 14:00:57 UTC (rev 136685)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libsoup
+pkgname=('libsoup' 'libsoup-gnome')
+pkgver=2.35.90
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libxml2' 'sqlite3' 'libgnome-keyring' 'intltool' 
'gobject-introspection' 'glib-networking')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('c679e25d5ae1dd0ff39b4b5e58daeabf9620e161bd58ca4dd144aa63b88db64a')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package_libsoup() {
+  pkgdesc="GNOME HTTP Library - base library"
+  depends=('glib2' 'libxml2' 'glib-networking')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}"/usr/lib/libsoup-gnome-2.4.*
+  rm -f "${pkgdir}/usr/lib/pkgconfig/libsoup-gnome-2.4.pc"
+  rm -rf "${pkgdir}/usr/include/libsoup-gnome-2.4"
+  rm -f "${pkgdir}/usr/lib/girepository-1.0/SoupGNOME-2.4.typelib"
+}
+
+package_libsoup-gnome() {
+  pkgdesc="GNOME HTTP Library - GNOME libraries"
+  depends=("libsoup=${pkgver}" 'libgnome-keyring')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}"/usr/lib/libsoup-2.4.*
+  rm -f "${pkgdir}/usr/lib/pkgconfig/libsoup-2.4.pc"
+  rm -rf "${pkgdir}/usr/include/libsoup-2.4"
+  rm -rf "${pkgdir}/usr/share"
+  rm -f "${pkgdir}/usr/lib/girepository-1.0/Soup-2.4.typelib"
+}



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

2011-08-31 Thread andyrtr
Date: Wednesday, August 31, 2011 @ 10:02:24
  Author: andyrtr
Revision: 136686

upgpkg: libreoffice 3.4.3-1

upstream update 3.4.3

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 14:00:57 UTC (rev 136685)
+++ PKGBUILD2011-08-31 14:02:24 UTC (rev 136686)
@@ -36,7 +36,7 @@
'libreoffice-extension-watch-window'
'libreoffice-extension-wiki-publisher')
 _LOver=3.4.3.2
-pkgver=3.4.3rc2
+pkgver=3.4.3
 pkgrel=1
 arch=('i686' 'x86_64')
 #_LO_tree="3.4"
@@ -58,8 +58,9 @@
 # translate-toolkit - todo move them to extra to allow 
--with-system-foo builds
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
-#_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}";
-_mirror="http://dev-builds.libreoffice.org/pre-releases/src";
+
+_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver}";
+#_mirror="http://dev-builds.libreoffice.org/pre-releases/src";
 _additional_source_url="http://hg.services.openoffice.org/binaries";
 
source=(${_mirror}/${pkgbase}-{artwork,base,bootstrap,calc,components,extensions,extras,filters,help,impress,libs-core,libs-extern,libs-extern-sys,libs-gui,postprocess,sdk,testing,ure,writer}-${_LOver}.tar.bz2
 #,translations

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz



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

2011-08-31 Thread andyrtr
Date: Wednesday, August 31, 2011 @ 10:13:29
  Author: andyrtr
Revision: 136687

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

Added:
  libreoffice/repos/extra-i686/PKGBUILD
(from rev 136686, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-i686/buildfix_boost.diff
(from rev 136686, libreoffice/trunk/buildfix_boost.diff)
  libreoffice/repos/extra-i686/buildfix_ct2n.diff
(from rev 136686, libreoffice/trunk/buildfix_ct2n.diff)
  libreoffice/repos/extra-i686/libreoffice.install
(from rev 136686, libreoffice/trunk/libreoffice.install)
  libreoffice/repos/extra-i686/scp2-more-reasonable-file-access-rights.diff
(from rev 136686, 
libreoffice/trunk/scp2-more-reasonable-file-access-rights.diff)
  libreoffice/repos/extra-i686/vbahelper.visibility.patch
(from rev 136686, libreoffice/trunk/vbahelper.visibility.patch)
  libreoffice/repos/extra-x86_64/PKGBUILD
(from rev 136686, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-x86_64/buildfix_boost.diff
(from rev 136686, libreoffice/trunk/buildfix_boost.diff)
  libreoffice/repos/extra-x86_64/buildfix_ct2n.diff
(from rev 136686, libreoffice/trunk/buildfix_ct2n.diff)
  libreoffice/repos/extra-x86_64/libreoffice.install
(from rev 136686, libreoffice/trunk/libreoffice.install)
  libreoffice/repos/extra-x86_64/scp2-more-reasonable-file-access-rights.diff
(from rev 136686, 
libreoffice/trunk/scp2-more-reasonable-file-access-rights.diff)
  libreoffice/repos/extra-x86_64/vbahelper.visibility.patch
(from rev 136686, libreoffice/trunk/vbahelper.visibility.patch)
Deleted:
  libreoffice/repos/extra-i686/PKGBUILD
  libreoffice/repos/extra-i686/buildfix_boost.diff
  libreoffice/repos/extra-i686/buildfix_ct2n.diff
  libreoffice/repos/extra-i686/libreoffice.install
  libreoffice/repos/extra-i686/scp2-more-reasonable-file-access-rights.diff
  libreoffice/repos/extra-i686/vbahelper.visibility.patch
  libreoffice/repos/extra-x86_64/PKGBUILD
  libreoffice/repos/extra-x86_64/buildfix_boost.diff
  libreoffice/repos/extra-x86_64/buildfix_ct2n.diff
  libreoffice/repos/extra-x86_64/libreoffice.install
  libreoffice/repos/extra-x86_64/scp2-more-reasonable-file-access-rights.diff
  libreoffice/repos/extra-x86_64/vbahelper.visibility.patch

---+
 extra-i686/PKGBUILD   | 1846 +---
 extra-i686/buildfix_boost.diff|   80 
 extra-i686/buildfix_ct2n.diff |   34 
 extra-i686/libreoffice.install|   94 
 extra-i686/scp2-more-reasonable-file-access-rights.diff   |   30 
 extra-i686/vbahelper.visibility.patch |   66 
 extra-x86_64/PKGBUILD | 1846 +---
 extra-x86_64/buildfix_boost.diff  |   80 
 extra-x86_64/buildfix_ct2n.diff   |   34 
 extra-x86_64/libreoffice.install  |   94 
 extra-x86_64/scp2-more-reasonable-file-access-rights.diff |   30 
 extra-x86_64/vbahelper.visibility.patch   |   66 
 12 files changed, 2146 insertions(+), 2154 deletions(-)

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


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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:15:42
  Author: ibiru
Revision: 136688

update to 4.1.90.1

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 14:13:29 UTC (rev 136687)
+++ PKGBUILD2011-08-31 14:15:42 UTC (rev 136688)
@@ -3,17 +3,17 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.0.2
+pkgver=4.1.90.1
 pkgrel=1
 pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
 makedepends=('intltool')
 url="http://www.gnome.org";
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('9f40db52c869dce891bbe8faa9e14209750e22e73790de96837460d6d51f827a')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('d5a72b235f750c16548630255686d32e80fbf21a725c905f9d8bc818b057a106')
 
 build() {
 cd "${srcdir}/${_pkgbasename}-${pkgver}"



[arch-commits] Commit in gtkhtml4/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:17:48
  Author: ibiru
Revision: 136689

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gtkhtml4/repos/gnome-unstable-i686/
  gtkhtml4/repos/gnome-unstable-i686/PKGBUILD
(from rev 136688, gtkhtml4/trunk/PKGBUILD)
  gtkhtml4/repos/gnome-unstable-x86_64/
  gtkhtml4/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136688, gtkhtml4/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   29 +
 gnome-unstable-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: gtkhtml4/repos/gnome-unstable-i686/PKGBUILD (from rev 136688, 
gtkhtml4/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 14:17:48 UTC (rev 136689)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.1.90.1
+pkgrel=1
+pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url="http://www.gnome.org";
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('d5a72b235f750c16548630255686d32e80fbf21a725c905f9d8bc818b057a106')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: gtkhtml4/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136688, 
gtkhtml4/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 14:17:48 UTC (rev 136689)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.1.90.1
+pkgrel=1
+pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url="http://www.gnome.org";
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('d5a72b235f750c16548630255686d32e80fbf21a725c905f9d8bc818b057a106')
+
+build() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbasename}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:22:38
  Author: ibiru
Revision: 136690

update to 2.22.5

Modified:
  atkmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 14:17:48 UTC (rev 136689)
+++ PKGBUILD2011-08-31 14:22:38 UTC (rev 136690)
@@ -3,7 +3,7 @@
 
 pkgbase=atkmm
 pkgname=(atkmm atkmm-docs)
-pkgver=2.22.4
+pkgver=2.22.5
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
@@ -11,7 +11,7 @@
 options=('!libtool' '!emptydirs')
 url="http://gtkmm.sourceforge.net/";
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.22/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('c47ac8866fd0be695b6ba54a7cda5ab94676295ec5b2c22bd159bb8212aca438')
+sha256sums=('61e03e5e67952c8fd9919049fae680bd0f2a1547344394f36b98b05b34b7be6c')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"



[arch-commits] Commit in atkmm/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:24:15
  Author: ibiru
Revision: 136691

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

Added:
  atkmm/repos/extra-i686/PKGBUILD
(from rev 136690, atkmm/trunk/PKGBUILD)
  atkmm/repos/extra-x86_64/PKGBUILD
(from rev 136690, atkmm/trunk/PKGBUILD)
Deleted:
  atkmm/repos/extra-i686/PKGBUILD
  atkmm/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   70 
 extra-x86_64/PKGBUILD |   70 
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 14:22:38 UTC (rev 136690)
+++ extra-i686/PKGBUILD 2011-08-31 14:24:15 UTC (rev 136691)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 79583 2010-05-04 15:21:15Z ibiru $
-# Maintainer: Jan "heftig" Steffens 
-
-pkgbase=atkmm
-pkgname=(atkmm atkmm-docs)
-pkgver=2.22.4
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-url="http://gtkmm.sourceforge.net/";
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.22/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('c47ac8866fd0be695b6ba54a7cda5ab94676295ec5b2c22bd159bb8212aca438')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_atkmm() {
-  pkgdesc="C++ bindings for atk"
-  depends=('atk' 'glibmm' 'libsigc++')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_atkmm-docs() {
-  pkgdesc="Developer documentation for atkmm"
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C doc DESTDIR="${pkgdir}" install
-}

Copied: atkmm/repos/extra-i686/PKGBUILD (from rev 136690, atkmm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-31 14:24:15 UTC (rev 136691)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 79583 2010-05-04 15:21:15Z ibiru $
+# Maintainer: Jan "heftig" Steffens 
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.22.5
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url="http://gtkmm.sourceforge.net/";
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.22/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('61e03e5e67952c8fd9919049fae680bd0f2a1547344394f36b98b05b34b7be6c')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_atkmm() {
+  pkgdesc="C++ bindings for atk"
+  depends=('atk' 'glibmm' 'libsigc++')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_atkmm-docs() {
+  pkgdesc="Developer documentation for atkmm"
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make -C doc DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-31 14:22:38 UTC (rev 136690)
+++ extra-x86_64/PKGBUILD   2011-08-31 14:24:15 UTC (rev 136691)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 79583 2010-05-04 15:21:15Z ibiru $
-# Maintainer: Jan "heftig" Steffens 
-
-pkgbase=atkmm
-pkgname=(atkmm atkmm-docs)
-pkgver=2.22.4
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-url="http://gtkmm.sourceforge.net/";
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.22/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('c47ac8866fd0be695b6ba54a7cda5ab94676295ec5b2c22bd159bb8212aca438')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package_atkmm() {
-  pkgdesc="C++ bindings for atk"
-  depends=('atk' 'glibmm' 'libsigc++')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_atkmm-docs() {
-  pkgdesc="Developer documentation for atkmm"
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C doc DESTDIR="${pkgdir}" install
-}

Copied: atkmm/repos/extra-x86_64/PKGBUILD (from rev 136690, 
atkmm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-31 14:24:15 UTC (rev 136691)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 79583 2010-05-04 15:21:15Z ibiru $
+# Maintainer: Jan "heftig" Steffens 
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.22.5
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('atk' 'glibmm' 'glibmm-docs' 'libsigc++')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url="http://gtkmm.sourceforge.net/";
+source=(http://ftp.gnom

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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:24:20
  Author: ibiru
Revision: 136692

update to 2.28.2

Modified:
  pangomm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 14:24:15 UTC (rev 136691)
+++ PKGBUILD2011-08-31 14:24:20 UTC (rev 136692)
@@ -3,7 +3,7 @@
 
 pkgbase=pangomm
 pkgname=('pangomm' 'pangomm-docs')
-pkgver=2.28.1
+pkgver=2.28.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
 options=('!libtool')
 url="http://gtkmm.sourceforge.net/";
-sha256sums=('2c89b4460f88f8ece0e94a3332a804ca4858a3594abd84043b2898b61ab21c1b')
+sha256sums=('ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in pangomm/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:25:10
  Author: ibiru
Revision: 136693

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

Added:
  pangomm/repos/extra-i686/PKGBUILD
(from rev 136692, pangomm/trunk/PKGBUILD)
  pangomm/repos/extra-x86_64/PKGBUILD
(from rev 136692, pangomm/trunk/PKGBUILD)
Deleted:
  pangomm/repos/extra-i686/PKGBUILD
  pangomm/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   66 
 extra-x86_64/PKGBUILD |   66 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 14:24:20 UTC (rev 136692)
+++ extra-i686/PKGBUILD 2011-08-31 14:25:10 UTC (rev 136693)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=pangomm
-pkgname=('pangomm' 'pangomm-docs')
-pkgver=2.28.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-options=('!libtool')
-url="http://gtkmm.sourceforge.net/";
-sha256sums=('2c89b4460f88f8ece0e94a3332a804ca4858a3594abd84043b2898b61ab21c1b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-package_pangomm() {
-  pkgdesc="C++ bindings for pango"
-  depends=('pango' 'glibmm' 'cairomm')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_pangomm-docs() {
-  pkgdesc="Developer documentation for pangomm"
-  cd "${srcdir}/${pkgbase}-${pkgver}/docs"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pangomm/repos/extra-i686/PKGBUILD (from rev 136692, 
pangomm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-31 14:25:10 UTC (rev 136693)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=pangomm
+pkgname=('pangomm' 'pangomm-docs')
+pkgver=2.28.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool')
+url="http://gtkmm.sourceforge.net/";
+sha256sums=('ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+package_pangomm() {
+  pkgdesc="C++ bindings for pango"
+  depends=('pango' 'glibmm' 'cairomm')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_pangomm-docs() {
+  pkgdesc="Developer documentation for pangomm"
+  cd "${srcdir}/${pkgbase}-${pkgver}/docs"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-31 14:24:20 UTC (rev 136692)
+++ extra-x86_64/PKGBUILD   2011-08-31 14:25:10 UTC (rev 136693)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=pangomm
-pkgname=('pangomm' 'pangomm-docs')
-pkgver=2.28.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-options=('!libtool')
-url="http://gtkmm.sourceforge.net/";
-sha256sums=('2c89b4460f88f8ece0e94a3332a804ca4858a3594abd84043b2898b61ab21c1b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-package_pangomm() {
-  pkgdesc="C++ bindings for pango"
-  depends=('pango' 'glibmm' 'cairomm')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_pangomm-docs() {
-  pkgdesc="Developer documentation for pangomm"
-  cd "${srcdir}/${pkgbase}-${pkgver}/docs"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pangomm/repos/extra-x86_64/PKGBUILD (from rev 136692, 
pangomm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-31 14:25:10 UTC (rev 136693)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=pangomm
+pkgname=('pangomm' 'pangomm-docs')
+pkgver=2.28.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pango' 'glibmm' 'glibmm-docs' 'cairomm' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool')
+url="http://gtkmm.sourceforge.net/";
+sha256sums=('ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f'

[arch-commits] Commit in polkit/trunk (CVE-2011-1485.patch PKGBUILD)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 10:31:13
  Author: jgc
Revision: 136694

upgpkg: polkit 0.102-1

Update to 0.102

Modified:
  polkit/trunk/PKGBUILD
Deleted:
  polkit/trunk/CVE-2011-1485.patch

-+
 CVE-2011-1485.patch |  908 --
 PKGBUILD|9 
 2 files changed, 3 insertions(+), 914 deletions(-)

Deleted: CVE-2011-1485.patch
===
--- CVE-2011-1485.patch 2011-08-31 14:25:10 UTC (rev 136693)
+++ CVE-2011-1485.patch 2011-08-31 14:31:13 UTC (rev 136694)
@@ -1,908 +0,0 @@
-From dd848a42a64a3b22a0cc60f6657b56ce9b6010ae Mon Sep 17 00:00:00 2001
-From: David Zeuthen 
-Date: Thu, 31 Mar 2011 16:59:09 +
-Subject: PolkitUnixProcess: Clarify that the real uid is returned, not the 
effective one
-
-On Linux, also switch to parsing /proc//status instead of relying
-on the st_uid returned by stat(2) to be the uid we want.
-
-This was pointed out by Neel Mehta . Thanks!
-
-Signed-off-by: David Zeuthen 

-diff --git a/src/polkit/polkitunixprocess.c b/src/polkit/polkitunixprocess.c
-index d95a1d4..876da69 100644
 a/src/polkit/polkitunixprocess.c
-+++ b/src/polkit/polkitunixprocess.c
-@@ -24,9 +24,7 @@
- #endif
- 
- #include 
--#ifndef HAVE_FREEBSD
--#include 
--#else
-+#ifdef HAVE_FREEBSD
- #include 
- #include 
- #include 
-@@ -34,6 +32,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "polkitunixprocess.h"
- #include "polkitsubject.h"
-@@ -208,6 +207,8 @@ polkit_unix_process_get_pid (PolkitUnixProcess *process)
-  *
-  * Gets the uid of the owner of @process.
-  *
-+ * Note that this returns the real user-id (not the effective user-id) of 
@process.
-+ *
-  * Returns: The UNIX user id of the owner for @process or 0 if @error is set.
-  **/
- gint
-@@ -215,17 +216,21 @@ polkit_unix_process_get_owner (PolkitUnixProcess  
*process,
-GError**error)
- {
-   gint result;
-+  gchar *contents;
-+  gchar **lines;
- #ifdef HAVE_FREEBSD
-   struct kinfo_proc p;
- #else
--  struct stat statbuf;
--  char procbuf[32];
-+  gchar filename[64];
-+  guint n;
- #endif
- 
-   g_return_val_if_fail (POLKIT_IS_UNIX_PROCESS (process), 0);
-   g_return_val_if_fail (error == NULL || *error == NULL, 0);
- 
-   result = 0;
-+  lines = NULL;
-+  contents = NULL;
- 
- #ifdef HAVE_FREEBSD
-   if (get_kinfo_proc (process->pid, &p) == 0)
-@@ -241,23 +246,52 @@ polkit_unix_process_get_owner (PolkitUnixProcess  
*process,
- 
-   result = p.ki_uid;
- #else
--  g_snprintf (procbuf, sizeof procbuf, "/proc/%d", process->pid);
--  if (stat (procbuf, &statbuf) != 0)
-+
-+  /* see 'man proc' for layout of the status file
-+   *
-+   * Uid, Gid: Real, effective, saved set,  and  file  system  UIDs (GIDs).
-+   */
-+  g_snprintf (filename, sizeof filename, "/proc/%d/status", process->pid);
-+  if (!g_file_get_contents (filename,
-+&contents,
-+NULL,
-+error))
- {
--  g_set_error (error,
--   POLKIT_ERROR,
--   POLKIT_ERROR_FAILED,
--   "stat() failed for /proc/%d: %s",
--   process->pid,
--   g_strerror (errno));
-   goto out;
- }
-+  lines = g_strsplit (contents, "\n", -1);
-+  for (n = 0; lines != NULL && lines[n] != NULL; n++)
-+{
-+  gint real_uid, effective_uid;
-+  if (!g_str_has_prefix (lines[n], "Uid:"))
-+continue;
-+  if (sscanf (lines[n] + 4, "%d %d", &real_uid, &effective_uid) != 2)
-+{
-+  g_set_error (error,
-+   POLKIT_ERROR,
-+   POLKIT_ERROR_FAILED,
-+   "Unexpected line `%s' in file %s",
-+   lines[n],
-+   filename);
-+  goto out;
-+}
-+  else
-+{
-+  result = real_uid;
-+  goto out;
-+}
-+}
- 
--  result = statbuf.st_uid;
-+  g_set_error (error,
-+   POLKIT_ERROR,
-+   POLKIT_ERROR_FAILED,
-+   "Didn't find any line starting with `Uid:' in file %s",
-+   filename);
- #endif
- 
-- out:
--
-+out:
-+  g_strfreev (lines);
-+  g_free (contents);
-   return result;
- }
- 
---
-cgit v0.8.3-6-g21f6
-From 129b6223a19e7fb2753f8cad7957ac5402394076 Mon Sep 17 00:00:00 2001
-From: David Zeuthen 
-Date: Fri, 01 Apr 2011 16:09:45 +
-Subject: Make PolkitUnixProcess also record the uid of the process
-
-This is needed to avoid possible TOCTTOU issues since a process can
-change both its real uid and effective uid.
-
-Signed-off-by: David Zeuthen 

-diff --git a/docs/polkit/polkit-1-sections.txt 
b/docs/polkit/polkit-1-sections.txt
-index 12141e3..9f4fcf8 100644
 a/docs/polkit/polkit-1-sections.txt
-+++ b/docs/polkit/polkit-1-sections.txt
-@@ -145,10 +145,13 @@ POLKIT_UNIX_SESSION_GET_CLASS
- PolkitUnixProcess
- polki

[arch-commits] Commit in polkit/repos (10 files)

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 10:31:56
  Author: jgc
Revision: 136695

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

Added:
  polkit/repos/extra-i686/PKGBUILD
(from rev 136694, polkit/trunk/PKGBUILD)
  polkit/repos/extra-i686/polkit.pam
(from rev 136694, polkit/trunk/polkit.pam)
  polkit/repos/extra-x86_64/PKGBUILD
(from rev 136694, polkit/trunk/PKGBUILD)
  polkit/repos/extra-x86_64/polkit.pam
(from rev 136694, polkit/trunk/polkit.pam)
Deleted:
  polkit/repos/extra-i686/CVE-2011-1485.patch
  polkit/repos/extra-i686/PKGBUILD
  polkit/repos/extra-i686/polkit.pam
  polkit/repos/extra-x86_64/CVE-2011-1485.patch
  polkit/repos/extra-x86_64/PKGBUILD
  polkit/repos/extra-x86_64/polkit.pam

--+
 extra-i686/CVE-2011-1485.patch   |  908 -
 extra-i686/PKGBUILD  |   61 +-
 extra-i686/polkit.pam|   14 
 extra-x86_64/CVE-2011-1485.patch |  908 -
 extra-x86_64/PKGBUILD|   61 +-
 extra-x86_64/polkit.pam  |   14 
 6 files changed, 72 insertions(+), 1894 deletions(-)

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


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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:38:09
  Author: ibiru
Revision: 136696

update to 0.10

Modified:
  libgdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 14:31:56 UTC (rev 136695)
+++ PKGBUILD2011-08-31 14:38:09 UTC (rev 136696)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libgdata
-pkgver=0.8.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libsoup-gnome')
+depends=('libsoup-gnome' 'liboauth')
 makedepends=('pkgconfig' 'intltool' 'gobject-introspection')
 url="http://www.gnome.org";
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1a816dda7de8ce162e00cc1c782a5ae25230a36d56c590a67d86848058797c9f')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('af4805304763b93058773bbfdb06925189159196066207f275cb34b1b5c552ec')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in libgdata/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:39:04
  Author: ibiru
Revision: 136697

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgdata/repos/gnome-unstable-i686/
  libgdata/repos/gnome-unstable-i686/PKGBUILD
(from rev 136696, libgdata/trunk/PKGBUILD)
  libgdata/repos/gnome-unstable-x86_64/
  libgdata/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136696, libgdata/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   26 ++
 gnome-unstable-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: libgdata/repos/gnome-unstable-i686/PKGBUILD (from rev 136696, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 14:39:04 UTC (rev 136697)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'liboauth')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection')
+url="http://www.gnome.org";
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('af4805304763b93058773bbfdb06925189159196066207f275cb34b1b5c552ec')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgdata/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136696, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 14:39:04 UTC (rev 136697)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'liboauth')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection')
+url="http://www.gnome.org";
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('af4805304763b93058773bbfdb06925189159196066207f275cb34b1b5c552ec')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in libgweather/trunk (PKGBUILD gettext-not-xml.patch)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:51:32
  Author: ibiru
Revision: 136698

update to 3.1.3

Modified:
  libgweather/trunk/PKGBUILD
  libgweather/trunk/gettext-not-xml.patch

---+
 PKGBUILD  |   10 
 gettext-not-xml.patch |   59 +++-
 2 files changed, 34 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 14:39:04 UTC (rev 136697)
+++ PKGBUILD2011-08-31 14:51:32 UTC (rev 136698)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot  
 
 pkgname=libgweather
-pkgver=3.0.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="Provides access to weather information from the net"
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('gconf' 'libsoup-gnome' 'gnome-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection' 
'gnome-common')
 options=('!libtool' '!emptydirs')
 url="http://www.gnome.org/";
 install=libgweather.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
 gettext-not-xml.patch)
-sha256sums=('9041526fa0466b99dae5cf06c2cc70376f25531eec5d58b1e1378acfb302410c'
-'f21d55ab7916a50cad10d1c0bb3785a262e8ad8f35b9fb4c02ae23f1b0783727')
+sha256sums=('e711f3e9f41a7b574afcaa442959e827a05b0105d925b5938ac54204b28ab308'
+'5b6bf182294b8974a89492237d98b60678b83efcf31de8a0ca1bebd90f3356a3')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"

Modified: gettext-not-xml.patch
===
--- gettext-not-xml.patch   2011-08-31 14:39:04 UTC (rev 136697)
+++ gettext-not-xml.patch   2011-08-31 14:51:32 UTC (rev 136698)
@@ -1,19 +1,18 @@
-diff -up libgweather-2.91.0/configure.ac.gettext 
libgweather-2.91.0/configure.ac
 libgweather-2.91.0/configure.ac.gettext2010-10-04 18:08:07.0 
-0400
-+++ libgweather-2.91.0/configure.ac2011-01-30 13:51:19.615635059 -0500
-@@ -40,6 +40,10 @@ LIBXML_REQUIRED=2.6.0
- AM_MAINTAINER_MODE
- GNOME_MAINTAINER_MODE_DEFINES
+diff -up libgweather-3.1.3/configure.ac.gettext libgweather-3.1.3/configure.ac
+--- libgweather-3.1.3/configure.ac.gettext 2011-07-04 10:52:13.0 
-0400
 libgweather-3.1.3/configure.ac 2011-07-06 20:26:17.180168365 -0400
+@@ -43,19 +43,16 @@ GNOME_MAINTAINER_MODE_DEFINES
+ LT_PREREQ([2.2.6])
+ LT_INIT([dlopen win32-dll disable-static])
  
 +dnl IT_PROG_INTLTOOL does this for us in the case of the po/ subdir, but 
we're on our own for po-locations
 +AC_OUTPUT_COMMANDS([sed -e "/POTFILES =/r po/POTFILES" 
po-locations/Makefile.in > po-locations/Makefile])
 +IT_PO_SUBDIR([po-locations])
 +
- IT_PROG_INTLTOOL([0.40.3])
+ IT_PROG_INTLTOOL([0.40.6])
  PKG_PROG_PKG_CONFIG([0.19])
  
-@@ -50,13 +54,6 @@ AC_STDC_HEADERS
- AM_PROG_LIBTOOL
+ AC_PROG_CC
  AC_PATH_PROG(GCONFTOOL, gconftool-2)
  
 -AC_ARG_ENABLE(all-translations-in-one-xml,
@@ -26,7 +25,7 @@
  AC_ARG_ENABLE(locations-compression,
  [AC_HELP_STRING([--enable-locations-compression],
  [Compress Locations.xml files])],
-@@ -236,7 +233,7 @@ AC_OUTPUT([
+@@ -191,7 +188,7 @@ AC_OUTPUT([
  Makefile
  doc/Makefile
  po/Makefile.in
@@ -35,7 +34,7 @@
  libgweather/Makefile
  libgweather/gweather-3.0.pc
  libgweather/gweather-3.0-uninstalled.pc
-@@ -244,12 +241,6 @@ data/Makefile
+@@ -199,12 +196,6 @@ data/Makefile
  icons/Makefile
  ])
  
@@ -48,16 +47,16 @@
  dnl 
***
  dnl *** Display Summary 
***
  dnl 
***
-@@ -260,6 +251,4 @@ libgweather-$VERSION configure summary:
+@@ -215,6 +206,4 @@ libgweather-$VERSION configure summary:
Source code location:   ${srcdir}
Compiler:   ${CC}
Introspection support:  ${found_introspection}
 -  Locations.xml translations: ${LOCATIONS_XML_TRANSLATIONS}
 -  Locations.xml compression:  ${enable_locations_compression}
  " >&2
-diff -up libgweather-2.91.0/data/Makefile.am.gettext 
libgweather-2.91.0/data/Makefile.am
 libgweather-2.91.0/data/Makefile.am.gettext2010-10-04 
18:07:31.0 -0400
-+++ libgweather-2.91.0/data/Makefile.am2011-01-30 13:53:12.581466339 
-0500
+diff -up libgweather-3.1.3/data/Makefile.am.gettext 
libgweather-3.1.3/data/Makefile.am
+--- libgweather-3.1.3/data/Makefile.am.gettext 2011-04-04 16:52:54.0 
-0400
 libgweather-3.1.3/data/Makefile.am 2011-07-06 20:18:42.244855841 -0400
 @@ -4,55 +4,23 @@ libgweatherdtd_DATA = locations.dtd
  libgweatherlocationsdir = $(pkgdatadir)
  libgweatherlocations_in_files

[arch-commits] Commit in libgweather/repos (10 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 10:53:36
  Author: ibiru
Revision: 136699

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgweather/repos/gnome-unstable-i686/
  libgweather/repos/gnome-unstable-i686/01_gettext_not_xml.patch
(from rev 136698, libgweather/trunk/01_gettext_not_xml.patch)
  libgweather/repos/gnome-unstable-i686/PKGBUILD
(from rev 136698, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-i686/gettext-not-xml.patch
(from rev 136698, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/gnome-unstable-i686/libgweather.install
(from rev 136698, libgweather/trunk/libgweather.install)
  libgweather/repos/gnome-unstable-x86_64/
  libgweather/repos/gnome-unstable-x86_64/01_gettext_not_xml.patch
(from rev 136698, libgweather/trunk/01_gettext_not_xml.patch)
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136698, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/gettext-not-xml.patch
(from rev 136698, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/gnome-unstable-x86_64/libgweather.install
(from rev 136698, libgweather/trunk/libgweather.install)

+
 gnome-unstable-i686/01_gettext_not_xml.patch   |  527 ++
 gnome-unstable-i686/PKGBUILD   |   40 +
 gnome-unstable-i686/gettext-not-xml.patch  |  532 +++
 gnome-unstable-i686/libgweather.install|   22 
 gnome-unstable-x86_64/01_gettext_not_xml.patch |  527 ++
 gnome-unstable-x86_64/PKGBUILD |   40 +
 gnome-unstable-x86_64/gettext-not-xml.patch|  532 +++
 gnome-unstable-x86_64/libgweather.install  |   22 
 8 files changed, 2242 insertions(+)

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


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

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 10:57:36
  Author: jgc
Revision: 136700

upgpkg: evolution-exchange 3.0.3-1

Update to 3.0.3

Modified:
  evolution-exchange/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 14:53:36 UTC (rev 136699)
+++ PKGBUILD2011-08-31 14:57:36 UTC (rev 136700)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-exchange
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc="Ximian Connector Exchange plugin for Evolution"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,8 +12,8 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('84f5c638aee1f6ed49de0d0f331d3b29907f7b211bd6c70f37698dedcd3e5f5a')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('45740017f509f45cc2eba525022da8828017ad98737179b450d3177b469b30d7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2011 @ 10:58:18
  Author: jgc
Revision: 136701

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

Added:
  evolution-exchange/repos/extra-i686/PKGBUILD
(from rev 136700, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/extra-i686/evolution-exchange.install
(from rev 136700, evolution-exchange/trunk/evolution-exchange.install)
  evolution-exchange/repos/extra-x86_64/PKGBUILD
(from rev 136700, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/extra-x86_64/evolution-exchange.install
(from rev 136700, evolution-exchange/trunk/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/extra-i686/PKGBUILD
  evolution-exchange/repos/extra-i686/evolution-exchange.install
  evolution-exchange/repos/extra-x86_64/PKGBUILD
  evolution-exchange/repos/extra-x86_64/evolution-exchange.install

-+
 extra-i686/PKGBUILD |   66 +++---
 extra-i686/evolution-exchange.install   |   34 +++
 extra-x86_64/PKGBUILD   |   66 +++---
 extra-x86_64/evolution-exchange.install |   34 +++
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 14:57:36 UTC (rev 136700)
+++ extra-i686/PKGBUILD 2011-08-31 14:58:18 UTC (rev 136701)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-exchange
-pkgver=3.0.2
-pkgrel=2
-pkgdesc="Ximian Connector Exchange plugin for Evolution"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.ximian.com";
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop' 'libunique3')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('84f5c638aee1f6ed49de0d0f331d3b29907f7b211bd6c70f37698dedcd3e5f5a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static \
-  --with-libdb=/usr --with-krb5=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain evolution-exchange-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: evolution-exchange/repos/extra-i686/PKGBUILD (from rev 136700, 
evolution-exchange/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-31 14:58:18 UTC (rev 136701)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-exchange
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Ximian Connector Exchange plugin for Evolution"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.ximian.com";
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop' 'libunique3')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('45740017f509f45cc2eba525022da8828017ad98737179b450d3177b469b30d7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain evolution-exchange-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/evolution-exchange.install
===
--- extra-i686/evolution-exchange.install   2011-08-31 14:57:36 UTC (rev 
136700)
+++ extra-i686/evolution-exchange.install   2011-08-31 14:58:18 UTC (rev 
136701)
@@ -1,17 +0,0 @@
-pkgname=evolution-exchange
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: evolution-exchange/repos/extra-i686/evolution-exchange.install (from 
rev 136700, evolution-exchange/trunk/evolution-exchange.install)
===
--- extra-i686/evolution-exchange.install   (rev 0)
+++ extra-i686/evolution-exchang

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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 11:05:21
  Author: ibiru
Revision: 136702

update to 3.1.16

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 14:58:18 UTC (rev 136701)
+++ PKGBUILD2011-08-31 15:05:21 UTC (rev 136702)
@@ -4,15 +4,15 @@
 pkgbase=gtkmm3
 _pkgbasename=gtkmm
 pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.0.1
+pkgver=3.1.16
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common')
 license=('LGPL')
 options=('!libtool' '!emptydirs')
 url="http://gtkmm.sourceforge.net/";
-source=(http://ftp.gnome.org/pub/GNOME/sources/${_pkgbasename}/3.0/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('fb2d982095919e58ab5757042bf72e2a6243e77825c8ae6f46c41ab66cb68498')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${_pkgbasename}/3.1/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('b6d76b88444329bc04b596cdf6e9b45e529c373bb09b1653d7bb6ff57bf12c2c')
 
 build() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"



[arch-commits] Commit in gtkmm3/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 11:06:35
  Author: ibiru
Revision: 136703

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gtkmm3/repos/gnome-unstable-i686/
  gtkmm3/repos/gnome-unstable-i686/PKGBUILD
(from rev 136702, gtkmm3/trunk/PKGBUILD)
  gtkmm3/repos/gnome-unstable-x86_64/
  gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136702, gtkmm3/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   38 ++
 gnome-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: gtkmm3/repos/gnome-unstable-i686/PKGBUILD (from rev 136702, 
gtkmm3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 15:06:35 UTC (rev 136703)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.1.16
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url="http://gtkmm.sourceforge.net/";
+source=(http://ftp.gnome.org/pub/GNOME/sources/${_pkgbasename}/3.1/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('b6d76b88444329bc04b596cdf6e9b45e529c373bb09b1653d7bb6ff57bf12c2c')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc="C++ bindings for gtk3"
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc="Developer documentation for gtkmm v3"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -C docs DESTDIR="${pkgdir}" install
+}

Copied: gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136702, 
gtkmm3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 15:06:35 UTC (rev 136703)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.1.16
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url="http://gtkmm.sourceforge.net/";
+source=(http://ftp.gnome.org/pub/GNOME/sources/${_pkgbasename}/3.1/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('b6d76b88444329bc04b596cdf6e9b45e529c373bb09b1653d7bb6ff57bf12c2c')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc="C++ bindings for gtk3"
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc="Developer documentation for gtkmm v3"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make -C docs DESTDIR="${pkgdir}" install
+}



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 11:51:36
  Author: ibiru
Revision: 136704

update to 0.25.19

Modified:
  libsocialweb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 15:06:35 UTC (rev 136703)
+++ PKGBUILD2011-08-31 15:51:36 UTC (rev 136704)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan "heftig" Steffens 
 pkgname=libsocialweb
-pkgver=0.25.18
+pkgver=0.25.19
 pkgrel=1
 pkgdesc="A personal social data server"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gtk-doc')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('67f4c8b0a49258f65defea1383893ba00aa7280508c980d8eaa1292fa2feb34c')
+sha256sums=('377b165fed92e1d4f6c7a2430191388633ad25421a72d640e9e60dfdf1d54625')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in libsocialweb/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 11:52:34
  Author: ibiru
Revision: 136705

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

Added:
  libsocialweb/repos/extra-i686/PKGBUILD
(from rev 136704, libsocialweb/trunk/PKGBUILD)
  libsocialweb/repos/extra-x86_64/PKGBUILD
(from rev 136704, libsocialweb/trunk/PKGBUILD)
Deleted:
  libsocialweb/repos/extra-i686/PKGBUILD
  libsocialweb/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   66 
 extra-x86_64/PKGBUILD |   66 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 15:51:36 UTC (rev 136704)
+++ extra-i686/PKGBUILD 2011-08-31 15:52:34 UTC (rev 136705)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-pkgname=libsocialweb
-pkgver=0.25.18
-pkgrel=1
-pkgdesc="A personal social data server"
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/";
-license=('GPL2')
-depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring'
- 'json-glib')
-makedepends=('intltool' 'gtk-doc')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('67f4c8b0a49258f65defea1383893ba00aa7280508c980d8eaa1292fa2feb34c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/libsocialweb \
---enable-all-services=yes \
---with-online=always
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsocialweb/repos/extra-i686/PKGBUILD (from rev 136704, 
libsocialweb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-31 15:52:34 UTC (rev 136705)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+pkgname=libsocialweb
+pkgver=0.25.19
+pkgrel=1
+pkgdesc="A personal social data server"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+license=('GPL2')
+depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring'
+ 'json-glib')
+makedepends=('intltool' 'gtk-doc')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('377b165fed92e1d4f6c7a2430191388633ad25421a72d640e9e60dfdf1d54625')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/libsocialweb \
+--enable-all-services=yes \
+--with-online=always
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-31 15:51:36 UTC (rev 136704)
+++ extra-x86_64/PKGBUILD   2011-08-31 15:52:34 UTC (rev 136705)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-pkgname=libsocialweb
-pkgver=0.25.18
-pkgrel=1
-pkgdesc="A personal social data server"
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/";
-license=('GPL2')
-depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring'
- 'json-glib')
-makedepends=('intltool' 'gtk-doc')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('67f4c8b0a49258f65defea1383893ba00aa7280508c980d8eaa1292fa2feb34c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/libsocialweb \
---enable-all-services=yes \
---with-online=always
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsocialweb/repos/extra-x86_64/PKGBUILD (from rev 136704, 
libsocialweb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-08-31 15:52:34 UTC (rev 136705)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+pkgname=libsocialweb
+pkgver=0.25.19
+pkgrel=1
+pkgdesc="A personal social data server"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+license=('GPL2')
+depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring'
+ 'json-glib')
+makedepends=('intltool' 'gtk-doc')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('377b165fed92e1d4f6c7a2430191388633ad25421a72d640e9e60dfdf1d54625')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefi

[arch-commits] Commit in (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 12:22:07
  Author: ibiru
Revision: 136706

initial release

Added:
  gnome-online-accounts/
  gnome-online-accounts/trunk/
  gnome-online-accounts/trunk/PKGBUILD
  gnome-online-accounts/trunk/gnome-online-accounts.install

---+
 PKGBUILD  |   28 
 gnome-online-accounts.install |   11 +++
 2 files changed, 39 insertions(+)

Added: gnome-online-accounts/trunk/PKGBUILD
===
--- gnome-online-accounts/trunk/PKGBUILD(rev 0)
+++ gnome-online-accounts/trunk/PKGBUILD2011-08-31 16:22:07 UTC (rev 
136706)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=gnome-online-accounts
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/3.1/$pkgname-$pkgver.tar.xz)
+sha256sums=('60e9a66f9d5aa5ff6d68c99e0c9af424eaffb667e298aa41438ad29fc8c8a0a1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: gnome-online-accounts/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: gnome-online-accounts/trunk/gnome-online-accounts.install
===
--- gnome-online-accounts/trunk/gnome-online-accounts.install   
(rev 0)
+++ gnome-online-accounts/trunk/gnome-online-accounts.install   2011-08-31 
16:22:07 UTC (rev 136706)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in gnome-online-accounts (7 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 12:23:30
  Author: ibiru
Revision: 136707

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-online-accounts/repos/
  gnome-online-accounts/repos/gnome-unstable-i686/
  gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD
(from rev 136706, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install
(from rev 136706, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/gnome-unstable-x86_64/
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136706, gnome-online-accounts/trunk/PKGBUILD)
  
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install
(from rev 136706, gnome-online-accounts/trunk/gnome-online-accounts.install)

-+
 gnome-unstable-i686/PKGBUILD|   28 ++
 gnome-unstable-i686/gnome-online-accounts.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD  |   28 ++
 gnome-unstable-x86_64/gnome-online-accounts.install |   11 +++
 4 files changed, 78 insertions(+)

Copied: gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 
136706, gnome-online-accounts/trunk/PKGBUILD)
===
--- repos/gnome-unstable-i686/PKGBUILD  (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD  2011-08-31 16:23:30 UTC (rev 136707)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=gnome-online-accounts
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/3.1/$pkgname-$pkgver.tar.xz)
+sha256sums=('60e9a66f9d5aa5ff6d68c99e0c9af424eaffb667e298aa41438ad29fc8c8a0a1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install 
(from rev 136706, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- repos/gnome-unstable-i686/gnome-online-accounts.install 
(rev 0)
+++ repos/gnome-unstable-i686/gnome-online-accounts.install 2011-08-31 
16:23:30 UTC (rev 136707)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
136706, gnome-online-accounts/trunk/PKGBUILD)
===
--- repos/gnome-unstable-x86_64/PKGBUILD(rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD2011-08-31 16:23:30 UTC (rev 
136707)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=gnome-online-accounts
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/3.1/$pkgname-$pkgver.tar.xz)
+sha256sums=('60e9a66f9d5aa5ff6d68c99e0c9af424eaffb667e298aa41438ad29fc8c8a0a1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install 
(from rev 136706, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- repos/gnome-unstable-x86_64/gnome-online-accounts.install   
(rev 0)
+++ repos/gnome-unstable-x86_64/gnome-online-accounts.install   2011-08-31 
16:23:30 UTC (rev 136707)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2011-08-31 Thread andyrtr
Date: Wednesday, August 31, 2011 @ 12:29:29
  Author: andyrtr
Revision: 136708

upgpkg: libreoffice-i18n 3.4.3-1

upstream update 3.4.3

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  332 ++---
 1 file changed, 166 insertions(+), 166 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 16:23:30 UTC (rev 136707)
+++ PKGBUILD2011-08-31 16:29:29 UTC (rev 136708)
@@ -21,7 +21,7 @@
 'libreoffice-tn''libreoffice-tr''libreoffice-ts'
'libreoffice-ug''libreoffice-uk' #   'libreoffice-ur'
 'libreoffice-uz''libreoffice-ve''libreoffice-vi'
'libreoffice-xh''libreoffice-zh-CN' 'libreoffice-zh-TW'
 'libreoffice-zu')
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc="LibreOffice language/localisation files"
 arch=('any')
@@ -30,20 +30,20 @@
 #depends=('libreoffice-common') #>=${pkgver}")
 makedepends=('rpmextract')
 
+# http://wiki.documentfoundation.org/Language_Teams
+
 #http://download.documentfoundation.org/mirrors/all.html
 #_url="http://dev-builds.libreoffice.org/pre-releases";
 _url="http://download.documentfoundation.org/libreoffice/stable";
 #_url="http://download.documentfoundation.org/libreoffice/testing"; 
 #_url="http://www.libreoffice.org/download/pre-releases";
-_oover="3.4.2"
-#_oover="3.4.0"
-_oodlver="3.4.2"
-#_oodlver="3.4.0"
+_oover="3.4.3"
+_oodlver="3.4.3"
 _oomainver="3.4"
 #_helpver=3.3.0-5
 #_helpver=3.4.0rc2
-_helpver="${_oodlver}rc3"
-_dirver="${_oodlver}rc3"
+_helpver="${_oodlver}rc2"
+_dirver="${_oodlver}rc2"
 
 _url+="/${_oodlver}"
 
@@ -140,7 +140,8 @@

${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_nn.tar.gz

#${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_nr.tar.gz
${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_langpack-rpm_nr.tar.gz
-   
${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_nso.tar.gz
+#  
${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_nso.tar.gz
+   ${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_langpack-rpm_nso.tar.gz

#${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_oc.tar.gz
${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_langpack-rpm_oc.tar.gz

${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_om.tar.gz
@@ -207,164 +208,163 @@

${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_zh-TW.tar.gz

#${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_zu.tar.gz
${_url}/rpm/x86/LibO_${_oodlver}_Linux_x86_langpack-rpm_zu.tar.gz)
-md5sums=('a5438889cc11ef2ffdf288f8e5bf0e96'
- 'cbfa9465c9084b0b0167c82299f9bd6f'
- '563b7bfb39389ed75691858d28318c18'
- '7934e95e13ca0c2de51ec9c2370b90bd'
- '171da524d3a6b766d910c3dc83994dec'
- '6854dccd11ae499f54af00779bdcf22a'
- 'ee7edd98b1e3f6ead4512f326faf03d2'
- '93841d0b27d3e0c32025c29f8c9fac25'
- 'e85d4f99fd4951e1803b2bf2e83948a2'
- '7e1219bad0c84cdc0d5fc500d4922dac'
- '994bb62ebecbfd6532fc40444d580c5f'
- '3564046c7500531a5ad9624876b42af6'
- '27025799c0ff80ce7ec6128d5fca881b'
- 'da8ad7cb23222ddf605f900f0c62526c'
- '3d1c19ecc6d7f8c7c702745676d13c3b'
- 'e88ebbdd90d257e926450c4dd00bee12'
- '66a872ae5078d5df82712979a9333740'
- '6d56c4dbe628c2c8eeaf68c4ba61ef2b'
- '4eb599021bd016a8f382900bbc6d140b'
- 'b0f1fa27db6c97434b4e9a0041eb2fb6'
- 'f2739a7757108cbd6c90878571d61827'
- 'ab4086322ecdd69cdd29e2bda0a37928'
- '3514ed90058e5476e3b434b568e40289'
- 'e872e6c10013f3fc8c136b88a5ff6c17'
- '2b74eb650aa6d395c5bb8a7a6b7e6704'
- '021a8de130ddf7a7ce902b10338302ce'
- '5ca9006125846fa3ab3c0cd04e371cac'
- '052638f1ad0d34210a2daf4611b40e59'
- 'b0da1fbf7096fc417942d99dd436447f'
- 'aa323db5e823f4bbcd955bb2738470dc'
- 'e5a7146fd4a57027e6e13d2cd3c90ea3'
- 'c861f3eba86c252402aa50b8274b416a'
- '4d78e3e9c77b45ef229b66c52196f8ba'
- 'e127e02e96315bdad8d0ab9fea3e5dac'
- '67c9304d6024b568ba755d8b068e7284'
- '8d2c7f208422a28bc7aeec461d4fcc61'
- '9650da70a5462ad4bacdde127e063bdd'
- '4e8a7af717129c4df4d7ebd71ca0262e'
- 'e4da8eb7c716260940dcee5082ac367c'
- 'df04ffc0fe8a4393a5269c368d4b47f8'
- '708ba9dfb58aec240fea99afad204acd'
- 'b168d5b802871b60eab6df1d4cbddc89'
- 'fc5f92a69a6e50346960701a13629763'
- 'ab0baedc69d4948f78ffb007fce5147f'
- 'a020c9d23befef9c03aa2ea898518f0c'
- '23f83348719d5da24063f552a7d4353f'
- 'af53f021e343d24de9d33c4e5f2d3385'
- '9f1b305188adc3375fe5b7a49e043430'
- '54c62051c8a7873a4af3e2b1c7296003'
- '32aae89eba034f49fc5a21ceb939da1e'
- 'f30d98c00fbdb

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

2011-08-31 Thread andyrtr
Date: Wednesday, August 31, 2011 @ 12:30:24
  Author: andyrtr
Revision: 136709

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD | 3036 ++---
 1 file changed, 1518 insertions(+), 1518 deletions(-)

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


[arch-commits] Commit in dnsutils/repos (5 files)

2011-08-31 Thread Gaetan Bisson
Date: Wednesday, August 31, 2011 @ 12:36:36
  Author: bisson
Revision: 136710

db-move: moved dnsutils from [testing] to [core] (i686)

Added:
  dnsutils/repos/core-i686/PKGBUILD
(from rev 136709, dnsutils/repos/testing-i686/PKGBUILD)
  dnsutils/repos/core-i686/remove-bind.patch
(from rev 136709, dnsutils/repos/testing-i686/remove-bind.patch)
Deleted:
  dnsutils/repos/core-i686/PKGBUILD
  dnsutils/repos/core-i686/tools-only.patch
  dnsutils/repos/testing-i686/

---+
 PKGBUILD  |  104 
 remove-bind.patch |   25 
 tools-only.patch  |   25 
 3 files changed, 81 insertions(+), 73 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-08-31 16:30:24 UTC (rev 136709)
+++ core-i686/PKGBUILD  2011-08-31 16:36:36 UTC (rev 136710)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: mario 
-
-pkgname=dnsutils
-
-# Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.8.0.P4
-_pkgver=9.8.0-P4
-pkgrel=1
-
-pkgdesc='Various DNS utilities - dig host nslookup nsupdate'
-arch=('i686' 'x86_64')
-url='https://www.isc.org/software/bind'
-license=('custom:ISC')
-depends=('openssl' 'idnkit')
-replaces=('bind-tools' 'host')
-options=('!makeflags')
-source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz";
-'tools-only.patch')
-sha1sums=('969864200c1516a8bea54266de60f316d79182b4'
-  'ac88c89e25c26d73095a3dd85e1ca1070d184ded')
-
-build() {
-   cd "${srcdir}/bind-${_pkgver}"
-
-   patch -p1 -i ../tools-only.patch
-   export STD_CDEFINES='-DDIG_SIGCHASE'
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --with-openssl=yes \
-   --with-idn=yes \
-   --disable-linux-caps \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/bind-${_pkgver}/bin"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 ../COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dnsutils/repos/core-i686/PKGBUILD (from rev 136709, 
dnsutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-08-31 16:36:36 UTC (rev 136710)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: mario 
+
+pkgname=dnsutils
+
+# Use a period and not a hyphen before the patch level for proper versioning.
+pkgver=9.8.0.P4
+_pkgver=9.8.0-P4
+pkgrel=2
+
+pkgdesc='DNS utilities: dig host nslookup'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+depends=('openssl' 'idnkit')
+options=('!makeflags')
+source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz";
+'remove-bind.patch')
+sha1sums=('969864200c1516a8bea54266de60f316d79182b4'
+  'b465ef6160b004838f04de9978fe1be8422af777')
+
+replaces=('bind-tools' 'host')
+
+build() {
+   cd "${srcdir}/bind-${_pkgver}"
+
+   patch -p1 -i ../remove-bind.patch
+   export STD_CDEFINES='-DDIG_SIGCHASE'
+
+   # hack to remove unused bloat from the binaries
+   CFLAGS+=' -fdata-sections -ffunction-sections'
+   LDFLAGS+=' -Wl,--gc-sections'
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-linux-caps \
+   --with-openssl \
+   --with-idn \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/bind-${_pkgver}"
+
+   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+   cd bin
+   make DESTDIR="${pkgdir}" install
+
+}

Copied: dnsutils/repos/core-i686/remove-bind.patch (from rev 136709, 
dnsutils/repos/testing-i686/remove-bind.patch)
===
--- core-i686/remove-bind.patch (rev 0)
+++ core-i686/remove-bind.patch 2011-08-31 16:36:36 UTC (rev 136710)
@@ -0,0 +1,25 @@
+diff -aur old/bin/Makefile.in new/bin/Makefile.in
+--- old/bin/Makefile.in2009-10-05 05:07:08.0 -0700
 new/bin/Makefile.in2011-08-28 19:16:17.245495043 -0700
+@@ -19,8 +19,7 @@
+ VPATH =   @srcdir@
+ top_srcdir =  @top_srcdir@
+ 
+-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
+-  check confgen @PKCS11_TOOLS@
++SUBDIRS = dig
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@
+diff -aur old/lib/Makefile.in new/lib/Makefile.in
+--- old/lib/Makefile.in2007-06-19 16:47:13.0 -0700
 new/lib/Makefile.in2011-08-28 19:17:50.828688599 -0700
+@@ -23,7 +23,7 @@
+ # Attempt to disable parallel processing.
+ .NOTPARALLEL

[arch-commits] Commit in dnsutils/repos (5 files)

2011-08-31 Thread Gaetan Bisson
Date: Wednesday, August 31, 2011 @ 12:36:37
  Author: bisson
Revision: 136711

db-move: moved dnsutils from [testing] to [core] (x86_64)

Added:
  dnsutils/repos/core-x86_64/PKGBUILD
(from rev 136709, dnsutils/repos/testing-x86_64/PKGBUILD)
  dnsutils/repos/core-x86_64/remove-bind.patch
(from rev 136709, dnsutils/repos/testing-x86_64/remove-bind.patch)
Deleted:
  dnsutils/repos/core-x86_64/PKGBUILD
  dnsutils/repos/core-x86_64/tools-only.patch
  dnsutils/repos/testing-x86_64/

---+
 PKGBUILD  |  104 
 remove-bind.patch |   25 
 tools-only.patch  |   25 
 3 files changed, 81 insertions(+), 73 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-08-31 16:36:36 UTC (rev 136710)
+++ core-x86_64/PKGBUILD2011-08-31 16:36:37 UTC (rev 136711)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: mario 
-
-pkgname=dnsutils
-
-# Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.8.0.P4
-_pkgver=9.8.0-P4
-pkgrel=1
-
-pkgdesc='Various DNS utilities - dig host nslookup nsupdate'
-arch=('i686' 'x86_64')
-url='https://www.isc.org/software/bind'
-license=('custom:ISC')
-depends=('openssl' 'idnkit')
-replaces=('bind-tools' 'host')
-options=('!makeflags')
-source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz";
-'tools-only.patch')
-sha1sums=('969864200c1516a8bea54266de60f316d79182b4'
-  'ac88c89e25c26d73095a3dd85e1ca1070d184ded')
-
-build() {
-   cd "${srcdir}/bind-${_pkgver}"
-
-   patch -p1 -i ../tools-only.patch
-   export STD_CDEFINES='-DDIG_SIGCHASE'
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --with-openssl=yes \
-   --with-idn=yes \
-   --disable-linux-caps \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/bind-${_pkgver}/bin"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 ../COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dnsutils/repos/core-x86_64/PKGBUILD (from rev 136709, 
dnsutils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-08-31 16:36:37 UTC (rev 136711)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: mario 
+
+pkgname=dnsutils
+
+# Use a period and not a hyphen before the patch level for proper versioning.
+pkgver=9.8.0.P4
+_pkgver=9.8.0-P4
+pkgrel=2
+
+pkgdesc='DNS utilities: dig host nslookup'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+depends=('openssl' 'idnkit')
+options=('!makeflags')
+source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz";
+'remove-bind.patch')
+sha1sums=('969864200c1516a8bea54266de60f316d79182b4'
+  'b465ef6160b004838f04de9978fe1be8422af777')
+
+replaces=('bind-tools' 'host')
+
+build() {
+   cd "${srcdir}/bind-${_pkgver}"
+
+   patch -p1 -i ../remove-bind.patch
+   export STD_CDEFINES='-DDIG_SIGCHASE'
+
+   # hack to remove unused bloat from the binaries
+   CFLAGS+=' -fdata-sections -ffunction-sections'
+   LDFLAGS+=' -Wl,--gc-sections'
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-linux-caps \
+   --with-openssl \
+   --with-idn \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/bind-${_pkgver}"
+
+   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+   cd bin
+   make DESTDIR="${pkgdir}" install
+
+}

Copied: dnsutils/repos/core-x86_64/remove-bind.patch (from rev 136709, 
dnsutils/repos/testing-x86_64/remove-bind.patch)
===
--- core-x86_64/remove-bind.patch   (rev 0)
+++ core-x86_64/remove-bind.patch   2011-08-31 16:36:37 UTC (rev 136711)
@@ -0,0 +1,25 @@
+diff -aur old/bin/Makefile.in new/bin/Makefile.in
+--- old/bin/Makefile.in2009-10-05 05:07:08.0 -0700
 new/bin/Makefile.in2011-08-28 19:16:17.245495043 -0700
+@@ -19,8 +19,7 @@
+ VPATH =   @srcdir@
+ top_srcdir =  @top_srcdir@
+ 
+-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
+-  check confgen @PKCS11_TOOLS@
++SUBDIRS = dig
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@
+diff -aur old/lib/Makefile.in new/lib/Makefile.in
+--- old/lib/Makefile.in2007-06-19 16:47:13.0 -0700
 new/lib/Makefile.in2011-08-28 19:17:50.828688599 -0700
+@@

[arch-commits] Commit in bind/repos (21 files)

2011-08-31 Thread Gaetan Bisson
Date: Wednesday, August 31, 2011 @ 12:36:45
  Author: bisson
Revision: 136712

db-move: moved bind from [testing] to [extra] (i686)

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 136711, bind/repos/testing-i686/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 136711, bind/repos/testing-i686/PKGBUILD)
  bind/repos/extra-i686/install
(from rev 136711, bind/repos/testing-i686/install)
  bind/repos/extra-i686/localhost.zone
(from rev 136711, bind/repos/testing-i686/localhost.zone)
  bind/repos/extra-i686/named
(from rev 136711, bind/repos/testing-i686/named)
  bind/repos/extra-i686/named.conf
(from rev 136711, bind/repos/testing-i686/named.conf)
  bind/repos/extra-i686/named.conf.d
(from rev 136711, bind/repos/testing-i686/named.conf.d)
  bind/repos/extra-i686/named.logrotate
(from rev 136711, bind/repos/testing-i686/named.logrotate)
  bind/repos/extra-i686/remove-tools.patch
(from rev 136711, bind/repos/testing-i686/remove-tools.patch)
  bind/repos/extra-i686/so_bsdcompat.patch
(from rev 136711, bind/repos/testing-i686/so_bsdcompat.patch)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/install
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.conf.d
  bind/repos/extra-i686/named.logrotate
  bind/repos/extra-i686/notools.patch
  bind/repos/extra-i686/so_bsdcompat.patch
  bind/repos/testing-i686/

+
 127.0.0.zone   |   22 +++---
 PKGBUILD   |  174 +--
 install|   42 ++--
 localhost.zone |   20 ++---
 named  |  104 +++---
 named.conf |  128 ++---
 named.conf.d   |8 +-
 named.logrotate|   12 +--
 notools.patch  |   12 ---
 remove-tools.patch |   12 +++
 so_bsdcompat.patch |   24 +++
 11 files changed, 280 insertions(+), 278 deletions(-)

Deleted: extra-i686/127.0.0.zone
===
--- extra-i686/127.0.0.zone 2011-08-31 16:36:37 UTC (rev 136711)
+++ extra-i686/127.0.0.zone 2011-08-31 16:36:45 UTC (rev 136712)
@@ -1,11 +0,0 @@
-$ORIGIN 0.0.127.in-addr.arpa.
-
-@  1D IN SOA   localhost. root.localhost. (
-   42  ; serial (mmdd##)
-   3H  ; refresh
-   15M ; retry
-   1W  ; expiry
-   1D ); minimum ttl
-
-   1D IN NSlocalhost.
-1  1D IN PTR   localhost.

Copied: bind/repos/extra-i686/127.0.0.zone (from rev 136711, 
bind/repos/testing-i686/127.0.0.zone)
===
--- extra-i686/127.0.0.zone (rev 0)
+++ extra-i686/127.0.0.zone 2011-08-31 16:36:45 UTC (rev 136712)
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@  1D IN SOA   localhost. root.localhost. (
+   42  ; serial (mmdd##)
+   3H  ; refresh
+   15M ; retry
+   1W  ; expiry
+   1D ); minimum ttl
+
+   1D IN NSlocalhost.
+1  1D IN PTR   localhost.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-31 16:36:37 UTC (rev 136711)
+++ extra-i686/PKGBUILD 2011-08-31 16:36:45 UTC (rev 136712)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: judd 
-# Contributor: Mario Vazquez 
-
-pkgname=bind
-
-# Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.8.0.P4
-_pkgver=9.8.0-P4
-pkgrel=1
-
-pkgdesc='Berkeley Internet Name Daemon (BIND) is the reference implementation 
of the Domain Name System (DNS) protocols'
-arch=('i686' 'x86_64')
-url='http://www.isc.org/software/bind/'
-license=('custom:ISC')
-provides=('dns-server')
-backup=('etc/logrotate.d/named'
-'etc/conf.d/named'
-'etc/named.conf')
-depends=('openssl' 'krb5' 'libxml2')
-options=('!makeflags' '!libtool')
-source=("http://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz";
-'root.hint::ftp://ftp.rs.internic.net/domain/db.cache'
-'so_bsdcompat.patch'
-'notools.patch'
-'named'
-'named.conf'
-'named.conf.d'
-'named.logrotate'
-'localhost.zone'
-'127.0.0.zone')
-sha1sums=('969864200c1516a8bea54266de60f316d79182b4'
-  

[arch-commits] Commit in bind/repos (21 files)

2011-08-31 Thread Gaetan Bisson
Date: Wednesday, August 31, 2011 @ 12:36:47
  Author: bisson
Revision: 136713

db-move: moved bind from [testing] to [extra] (x86_64)

Added:
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 136711, bind/repos/testing-x86_64/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 136711, bind/repos/testing-x86_64/PKGBUILD)
  bind/repos/extra-x86_64/install
(from rev 136711, bind/repos/testing-x86_64/install)
  bind/repos/extra-x86_64/localhost.zone
(from rev 136711, bind/repos/testing-x86_64/localhost.zone)
  bind/repos/extra-x86_64/named
(from rev 136711, bind/repos/testing-x86_64/named)
  bind/repos/extra-x86_64/named.conf
(from rev 136711, bind/repos/testing-x86_64/named.conf)
  bind/repos/extra-x86_64/named.conf.d
(from rev 136711, bind/repos/testing-x86_64/named.conf.d)
  bind/repos/extra-x86_64/named.logrotate
(from rev 136711, bind/repos/testing-x86_64/named.logrotate)
  bind/repos/extra-x86_64/remove-tools.patch
(from rev 136711, bind/repos/testing-x86_64/remove-tools.patch)
  bind/repos/extra-x86_64/so_bsdcompat.patch
(from rev 136711, bind/repos/testing-x86_64/so_bsdcompat.patch)
Deleted:
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/install
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.conf.d
  bind/repos/extra-x86_64/named.logrotate
  bind/repos/extra-x86_64/notools.patch
  bind/repos/extra-x86_64/so_bsdcompat.patch
  bind/repos/testing-x86_64/

+
 127.0.0.zone   |   22 +++---
 PKGBUILD   |  174 +--
 install|   42 ++--
 localhost.zone |   20 ++---
 named  |  104 +++---
 named.conf |  128 ++---
 named.conf.d   |8 +-
 named.logrotate|   12 +--
 notools.patch  |   12 ---
 remove-tools.patch |   12 +++
 so_bsdcompat.patch |   24 +++
 11 files changed, 280 insertions(+), 278 deletions(-)

Deleted: extra-x86_64/127.0.0.zone
===
--- extra-x86_64/127.0.0.zone   2011-08-31 16:36:45 UTC (rev 136712)
+++ extra-x86_64/127.0.0.zone   2011-08-31 16:36:47 UTC (rev 136713)
@@ -1,11 +0,0 @@
-$ORIGIN 0.0.127.in-addr.arpa.
-
-@  1D IN SOA   localhost. root.localhost. (
-   42  ; serial (mmdd##)
-   3H  ; refresh
-   15M ; retry
-   1W  ; expiry
-   1D ); minimum ttl
-
-   1D IN NSlocalhost.
-1  1D IN PTR   localhost.

Copied: bind/repos/extra-x86_64/127.0.0.zone (from rev 136711, 
bind/repos/testing-x86_64/127.0.0.zone)
===
--- extra-x86_64/127.0.0.zone   (rev 0)
+++ extra-x86_64/127.0.0.zone   2011-08-31 16:36:47 UTC (rev 136713)
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@  1D IN SOA   localhost. root.localhost. (
+   42  ; serial (mmdd##)
+   3H  ; refresh
+   15M ; retry
+   1W  ; expiry
+   1D ); minimum ttl
+
+   1D IN NSlocalhost.
+1  1D IN PTR   localhost.

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-08-31 16:36:45 UTC (rev 136712)
+++ extra-x86_64/PKGBUILD   2011-08-31 16:36:47 UTC (rev 136713)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: judd 
-# Contributor: Mario Vazquez 
-
-pkgname=bind
-
-# Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.8.0.P4
-_pkgver=9.8.0-P4
-pkgrel=1
-
-pkgdesc='Berkeley Internet Name Daemon (BIND) is the reference implementation 
of the Domain Name System (DNS) protocols'
-arch=('i686' 'x86_64')
-url='http://www.isc.org/software/bind/'
-license=('custom:ISC')
-provides=('dns-server')
-backup=('etc/logrotate.d/named'
-'etc/conf.d/named'
-'etc/named.conf')
-depends=('openssl' 'krb5' 'libxml2')
-options=('!makeflags' '!libtool')
-source=("http://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz";
-'root.hint::ftp://ftp.rs.internic.net/domain/db.cache'
-'so_bsdcompat.patch'
-'notools.patch'
-'named'
-'named.conf'
-'named.conf.d'
-'named.logrotate'
-'localhost.

[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 13:00:02
  Author: ibiru
Revision: 136714

update to 3.1.90

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 16:36:47 UTC (rev 136713)
+++ PKGBUILD2011-08-31 17:00:02 UTC (rev 136714)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.0.3
+pkgver=3.1.90
 pkgrel=1
 pkgdesc="Central location for addressbook and calendar storage in the GNOME 
Desktop"
 arch=('i686' 'x86_64')
-depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
 makedepends=('intltool' 'gperf' 'gobject-introspection')
 options=('!libtool')
 url="http://www.gnome.org";
 license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c23cfb53cc6224fd61339b1d4bf8bde869149c808cf31c29529c0f2dd364c033')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('24c48a0f006c7ed94c08409bb6479ca6915b49ef4291430ca0c3476687d442f9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in evolution-data-server/repos (4 files)

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 13:09:39
  Author: ibiru
Revision: 136715

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution-data-server/repos/gnome-unstable-i686/
  evolution-data-server/repos/gnome-unstable-i686/PKGBUILD
(from rev 136714, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/gnome-unstable-x86_64/
  evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136714, evolution-data-server/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   29 +
 gnome-unstable-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: evolution-data-server/repos/gnome-unstable-i686/PKGBUILD (from rev 
136714, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-08-31 17:09:39 UTC (rev 136715)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="Central location for addressbook and calendar storage in the GNOME 
Desktop"
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org";
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('24c48a0f006c7ed94c08409bb6479ca6915b49ef4291430ca0c3476687d442f9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
136714, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-08-31 17:09:39 UTC (rev 136715)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="Central location for addressbook and calendar storage in the GNOME 
Desktop"
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection')
+options=('!libtool')
+url="http://www.gnome.org";
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('24c48a0f006c7ed94c08409bb6479ca6915b49ef4291430ca0c3476687d442f9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in ca-certificates/repos (5 files)

2011-08-31 Thread Pierre Schmitz
Date: Wednesday, August 31, 2011 @ 13:12:11
  Author: pierre
Revision: 136716

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

Added:
  ca-certificates/repos/core-any/PKGBUILD
(from rev 136715, ca-certificates/repos/testing-any/PKGBUILD)
  ca-certificates/repos/core-any/ca-certificates.install
(from rev 136715, ca-certificates/repos/testing-any/ca-certificates.install)
Deleted:
  ca-certificates/repos/core-any/PKGBUILD
  ca-certificates/repos/core-any/ca-certificates.install
  ca-certificates/repos/testing-any/

-+
 PKGBUILD|   76 +++---
 ca-certificates.install |   52 +++
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2011-08-31 17:09:39 UTC (rev 136715)
+++ core-any/PKGBUILD   2011-08-31 17:12:11 UTC (rev 136716)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=ca-certificates
-pkgver=20110502
-pkgrel=1
-pkgdesc='Common CA certificates'
-arch=('any')
-url='http://packages.qa.debian.org/c/ca-certificates.html'
-license=('MPL' 'GPL')
-source=("http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz";)
-depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
-makedepends=('python2')
-install='ca-certificates.install'
-backup=('etc/ca-certificates.conf')
-sha256sums=('e758c99c73b77eaa32d7e1212a01ee5bd77b0534a2fc34425714854175d0afb2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's|/usr/bin/python|/usr/bin/python2|g' -i mozilla/certdata2pem.py
-   sed 's|python|python2|g' -i mozilla/Makefile
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   install -d -m755 
${pkgdir}/{etc/ca-certificates/update.d,usr/{sbin,share/ca-certificates},etc/ssl/certs}
-   make install DESTDIR=${pkgdir}
-   install -D -m644 sbin/update-ca-certificates.8 
${pkgdir}/usr/share/man/man8/update-ca-certificates.8
-
-   (
-   echo "# Automatically generated by ${pkgname}-${pkgver}-${pkgrel}"
-   echo "# see update-ca-certificates man page"
-   echo "# "
-   cd ${pkgdir}/usr/share/ca-certificates
-   find . -name '*.crt' | sort | cut -b3-
-   ) > ${pkgdir}/etc/ca-certificates.conf
-}

Copied: ca-certificates/repos/core-any/PKGBUILD (from rev 136715, 
ca-certificates/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2011-08-31 17:12:11 UTC (rev 136716)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=ca-certificates
+pkgver=20110502+nmu1
+pkgrel=1
+pkgdesc='Common CA certificates'
+arch=('any')
+url='http://packages.qa.debian.org/c/ca-certificates.html'
+license=('MPL' 'GPL')
+source=("http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz";)
+depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
+makedepends=('python2')
+install='ca-certificates.install'
+backup=('etc/ca-certificates.conf')
+sha256sums=('32349782ed419d88924f69e3feb1755a045dc15b8d0cfd15cdd9176f0596997d')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's|/usr/bin/python|/usr/bin/python2|g' -i mozilla/certdata2pem.py
+   sed 's|python|python2|g' -i mozilla/Makefile
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   install -d -m755 
${pkgdir}/{etc/ca-certificates/update.d,usr/{sbin,share/ca-certificates},etc/ssl/certs}
+   make install DESTDIR=${pkgdir}
+   install -D -m644 sbin/update-ca-certificates.8 
${pkgdir}/usr/share/man/man8/update-ca-certificates.8
+
+   (
+   echo "# Automatically generated by ${pkgname}-${pkgver}-${pkgrel}"
+   echo "# see update-ca-certificates man page"
+   echo "# "
+   cd ${pkgdir}/usr/share/ca-certificates
+   find . -name '*.crt' | sort | cut -b3-
+   ) > ${pkgdir}/etc/ca-certificates.conf
+}

Deleted: core-any/ca-certificates.install
===
--- core-any/ca-certificates.install2011-08-31 17:09:39 UTC (rev 136715)
+++ core-any/ca-certificates.install2011-08-31 17:12:11 UTC (rev 136716)
@@ -1,26 +0,0 @@
-export LC_ALL=C
-
-post_install() {
-   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
-}
-
-post_upgrade() {
-   if [ $(vercmp $2 20110421-1) -lt 0 ]; then
-   echo 'Updating certificates. This might take a while...'
-   fi
-   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
-}
-
-pre_remove() {
-   # clean up certificates
-   local _backup=$(mktemp)
-   mv etc/ca-certificates.conf ${_backup}
-   echo > etc/ca-certificates.conf
-   usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
-   mv ${_backup} etc/ca-certificates.conf
-}
-
-post_r

  1   2   >