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

2013-04-12 Thread Tobias Powalowski
Date: Friday, April 12, 2013 @ 09:08:42
  Author: tpowa
Revision: 182649

upgpkg: rp-pppoe 3.11-3

fix #34736, install systemd service not 755

Modified:
  rp-pppoe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 01:53:04 UTC (rev 182648)
+++ PKGBUILD2013-04-12 07:08:42 UTC (rev 182649)
@@ -4,7 +4,7 @@
 
 pkgname=rp-pppoe
 pkgver=3.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client"
 arch=('i686' 'x86_64')
 url="http://www.roaringpenguin.com/pppoe/";
@@ -15,16 +15,16 @@
 options=('!makeflags')
 install=rp-pppoe.install
 
source=(http://www.roaringpenguin.com/files/download/rp-pppoe-$pkgver.tar.gz{,.sig}
 
-adsl adsl.service kmode.patch)
-md5sums=('13b5900c56bd602df6cc526e5e520722'
- '8fc724aa146dba52ef7b3fbe5b8784c6'
- 'adace1ad441aa88dcb3db52fb7f9c97f'
- 'af234125f956f3a356ab0d0fcaa9e8a2'
- 'd38a903a247d689ff0323d7b6caa1c6b')
+   adsl.service 
+   kmode.patch)
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  patch -Np2 -i ../../kmode.patch
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver/src"
-  patch -Np2 -i ../../kmode.patch
   ./configure --prefix=/usr --enable-plugin
   make PLUGIN_DIR="/usr/lib/rp-pppoe" all rp-pppoe.so
 }
@@ -33,6 +33,10 @@
   cd "$srcdir/$pkgname-$pkgver/src"
   make PLUGIN_DIR="/usr/lib/rp-pppoe" DESTDIR="$pkgdir" install
 
-  install -Dm755 "$srcdir/adsl" "$pkgdir/etc/rc.d/adsl"
-  install -Dm755 "$srcdir/adsl.service" 
"$pkgdir/usr/lib/systemd/system/adsl.service"
+  #install -Dm755 "$srcdir/adsl" "$pkgdir/etc/rc.d/adsl"
+  install -Dm644 "$srcdir/adsl.service" 
"$pkgdir/usr/lib/systemd/system/adsl.service"
 }
+md5sums=('13b5900c56bd602df6cc526e5e520722'
+ 'SKIP'
+ 'af234125f956f3a356ab0d0fcaa9e8a2'
+ 'd38a903a247d689ff0323d7b6caa1c6b')



[arch-commits] Commit in rp-pppoe/repos (12 files)

2013-04-12 Thread Tobias Powalowski
Date: Friday, April 12, 2013 @ 09:08:56
  Author: tpowa
Revision: 182650

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

Added:
  rp-pppoe/repos/testing-i686/
  rp-pppoe/repos/testing-i686/PKGBUILD
(from rev 182649, rp-pppoe/trunk/PKGBUILD)
  rp-pppoe/repos/testing-i686/adsl
(from rev 182649, rp-pppoe/trunk/adsl)
  rp-pppoe/repos/testing-i686/adsl.service
(from rev 182649, rp-pppoe/trunk/adsl.service)
  rp-pppoe/repos/testing-i686/kmode.patch
(from rev 182649, rp-pppoe/trunk/kmode.patch)
  rp-pppoe/repos/testing-i686/rp-pppoe.install
(from rev 182649, rp-pppoe/trunk/rp-pppoe.install)
  rp-pppoe/repos/testing-x86_64/
  rp-pppoe/repos/testing-x86_64/PKGBUILD
(from rev 182649, rp-pppoe/trunk/PKGBUILD)
  rp-pppoe/repos/testing-x86_64/adsl
(from rev 182649, rp-pppoe/trunk/adsl)
  rp-pppoe/repos/testing-x86_64/adsl.service
(from rev 182649, rp-pppoe/trunk/adsl.service)
  rp-pppoe/repos/testing-x86_64/kmode.patch
(from rev 182649, rp-pppoe/trunk/kmode.patch)
  rp-pppoe/repos/testing-x86_64/rp-pppoe.install
(from rev 182649, rp-pppoe/trunk/rp-pppoe.install)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-i686/adsl   |   35 +++
 testing-i686/adsl.service   |   10 +
 testing-i686/kmode.patch|   19 +
 testing-i686/rp-pppoe.install   |   12 ++
 testing-x86_64/PKGBUILD |   42 ++
 testing-x86_64/adsl |   35 +++
 testing-x86_64/adsl.service |   10 +
 testing-x86_64/kmode.patch  |   19 +
 testing-x86_64/rp-pppoe.install |   12 ++
 10 files changed, 236 insertions(+)

Copied: rp-pppoe/repos/testing-i686/PKGBUILD (from rev 182649, 
rp-pppoe/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-12 07:08:56 UTC (rev 182650)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: orelien 
+
+pkgname=rp-pppoe
+pkgver=3.11
+pkgrel=3
+pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client"
+arch=('i686' 'x86_64')
+url="http://www.roaringpenguin.com/pppoe/";
+license=('GPL')
+depends=('ppp>=2.4.5' 'sh' 'net-tools')
+backup=(etc/ppp/pppoe.conf etc/ppp/firewall-standalone etc/ppp/firewall-masq 
+etc/ppp/pppoe-server-options)
+options=('!makeflags')
+install=rp-pppoe.install
+source=(http://www.roaringpenguin.com/files/download/rp-pppoe-$pkgver.tar.gz{,.sig}
 
+   adsl.service 
+   kmode.patch)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  patch -Np2 -i ../../kmode.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  ./configure --prefix=/usr --enable-plugin
+  make PLUGIN_DIR="/usr/lib/rp-pppoe" all rp-pppoe.so
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  make PLUGIN_DIR="/usr/lib/rp-pppoe" DESTDIR="$pkgdir" install
+
+  #install -Dm755 "$srcdir/adsl" "$pkgdir/etc/rc.d/adsl"
+  install -Dm644 "$srcdir/adsl.service" 
"$pkgdir/usr/lib/systemd/system/adsl.service"
+}
+md5sums=('13b5900c56bd602df6cc526e5e520722'
+ 'SKIP'
+ 'af234125f956f3a356ab0d0fcaa9e8a2'
+ 'd38a903a247d689ff0323d7b6caa1c6b')

Copied: rp-pppoe/repos/testing-i686/adsl (from rev 182649, rp-pppoe/trunk/adsl)
===
--- testing-i686/adsl   (rev 0)
+++ testing-i686/adsl   2013-04-12 07:08:56 UTC (rev 182650)
@@ -0,0 +1,35 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case "$1" in
+  start)
+stat_busy "Starting ADSL Connection"
+/usr/sbin/pppoe-start &>/dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon adsl
+  stat_done
+fi
+;;
+  stop)
+stat_busy "Stopping ADSL Connection"
+/usr/sbin/pppoe-stop &>/dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm_daemon adsl
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  *)
+echo "usage: $0 {start|stop|restart}"  
+esac
+exit 0

Copied: rp-pppoe/repos/testing-i686/adsl.service (from rev 182649, 
rp-pppoe/trunk/adsl.service)
===
--- testing-i686/adsl.service   (rev 0)
+++ testing-i686/adsl.service   2013-04-12 07:08:56 UTC (rev 182650)
@@ -0,0 +1,10 @@
+[Unit]
+Description=ADSL Deamon
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/pppoe-start
+ExecStop=/usr/sbin/pppoe-stop
+
+[Install]
+WantedBy=multi-user.target

Copied: rp-pppoe/repos/testing-i686/kmode.patch (from rev 182649, 
rp-pppoe/trunk/kmode.patch)
===
--- testing-i686/kmode.patch(rev 0)
+++ testing-i686/kmod

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

2013-04-12 Thread Sven-Hendrik Haase
Date: Friday, April 12, 2013 @ 09:49:48
  Author: svenstaro
Revision: 88117

upgpkg: sfml 2.0-1

Updating to 2.0

Modified:
  sfml/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 03:06:47 UTC (rev 88116)
+++ PKGBUILD2013-04-12 07:49:48 UTC (rev 88117)
@@ -3,8 +3,8 @@
 # Contributor: Ondrej Martinak 
 
 pkgname=sfml
-pkgver=2.0rc1
-pkgrel=3
+pkgver=2.0
+pkgrel=1
 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'
@@ -12,22 +12,23 @@
 depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
 makedepends=('mesa' 'cmake' 'doxygen')
 install=sfml.install
-source=("2.0-rc.tar.gz::https://github.com/LaurentGomila/SFML/tarball/2.0-rc";)
-md5sums=('03c8e6817f4525092b94a3d44e8eada8')
+source=("https://github.com/LaurentGomila/SFML/archive/2.0.tar.gz";)
+md5sums=('294fd8563a319e06f68bbca0eedc905e')
 
 build() {
-  cd "$srcdir"/Laurent*
+  cd "$srcdir"/SFML-${pkgver}
 
   mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
--DBUILD_DOC=true \
--DBUILD_EXAMPLES=true
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=true \
+  -DSFML_BUILD_DOC=true
   make
   make doc
 }
 
 package() {
-  cd "$srcdir"/Laurent*/build
+  cd "$srcdir"/SFML-${pkgver}/build
 
   make DESTDIR="$pkgdir/" install
 



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

2013-04-12 Thread Sven-Hendrik Haase
Date: Friday, April 12, 2013 @ 09:50:02
  Author: svenstaro
Revision: 88118

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

Added:
  sfml/repos/community-i686/PKGBUILD
(from rev 88117, sfml/trunk/PKGBUILD)
  sfml/repos/community-i686/sfml.install
(from rev 88117, sfml/trunk/sfml.install)
  sfml/repos/community-x86_64/PKGBUILD
(from rev 88117, sfml/trunk/PKGBUILD)
  sfml/repos/community-x86_64/sfml.install
(from rev 88117, sfml/trunk/sfml.install)
Deleted:
  sfml/repos/community-i686/PKGBUILD
  sfml/repos/community-i686/sfml.install
  sfml/repos/community-x86_64/PKGBUILD
  sfml/repos/community-x86_64/sfml.install

---+
 /PKGBUILD |   78 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   38 ---
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/sfml.install |3 -
 6 files changed, 84 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-12 07:49:48 UTC (rev 88117)
+++ community-i686/PKGBUILD 2013-04-12 07:50:02 UTC (rev 88118)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-
-pkgname=sfml
-pkgver=2.0rc1
-pkgrel=3
-pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
-makedepends=('mesa' 'cmake' 'doxygen')
-install=sfml.install
-source=("2.0-rc.tar.gz::https://github.com/LaurentGomila/SFML/tarball/2.0-rc";)
-md5sums=('03c8e6817f4525092b94a3d44e8eada8')
-
-build() {
-  cd "$srcdir"/Laurent*
-
-  mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
--DBUILD_DOC=true \
--DBUILD_EXAMPLES=true
-  make
-  make doc
-}
-
-package() {
-  cd "$srcdir"/Laurent*/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake"
-
-  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 88117, sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-12 07:50:02 UTC (rev 88118)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.0
+pkgrel=1
+pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
+makedepends=('mesa' 'cmake' 'doxygen')
+install=sfml.install
+source=("https://github.com/LaurentGomila/SFML/archive/2.0.tar.gz";)
+md5sums=('294fd8563a319e06f68bbca0eedc905e')
+
+build() {
+  cd "$srcdir"/SFML-${pkgver}
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=true \
+  -DSFML_BUILD_DOC=true
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML-${pkgver}/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2013-04-12 07:49:48 UTC (rev 88117)
+++ community-i686/sfml.install 2013-04-12 07:50:02 UTC (rev 88118)
@@ -1,3 +0,0 @@
-post_install() {
-echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 88117, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2013-04-12 07:50:02 UTC (rev 88118)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-12 07:49:48 UTC (rev 88117)
+++ community-x86_64/PKGBUILD   2013-04-12 07:50:02 UTC (rev 88118)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-
-pkgname=sfml
-pkgver=2.0rc1
-pkgrel=3
-pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib'

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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 10:40:05
  Author: arodseth
Revision: 88119

upgpkg: gtksourceviewmm 3.2.0-4

Modified:
  gtksourceviewmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 07:50:02 UTC (rev 88118)
+++ PKGBUILD2013-04-12 08:40:05 UTC (rev 88119)
@@ -4,7 +4,7 @@
 
 pkgname=gtksourceviewmm
 pkgver=3.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='C++ bindings for the gtksourceview library'
 arch=('x86_64' 'i686')
 url='http://projects.gnome.org/gtksourceviewmm/'



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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 10:40:17
  Author: arodseth
Revision: 88120

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  gtksourceviewmm/repos/community-staging-i686/PKGBUILD
(from rev 88119, gtksourceviewmm/trunk/PKGBUILD)
  gtksourceviewmm/repos/community-staging-x86_64/PKGBUILD
(from rev 88119, gtksourceviewmm/trunk/PKGBUILD)
Deleted:
  gtksourceviewmm/repos/community-staging-i686/PKGBUILD
  gtksourceviewmm/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-staging-i686/PKGBUILD   |   28 --
 community-staging-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-04-12 08:40:05 UTC (rev 88119)
+++ community-staging-i686/PKGBUILD 2013-04-12 08:40:17 UTC (rev 88120)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-options=('!libtool')
-source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
-sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-staging-i686/PKGBUILD (from rev 88119, 
gtksourceviewmm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-12 08:40:17 UTC (rev 88120)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.2.0
+pkgrel=4
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3' 'gtksourceview3')
+options=('!libtool')
+source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
+sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2013-04-12 08:40:05 UTC (rev 88119)
+++ community-staging-x86_64/PKGBUILD   2013-04-12 08:40:17 UTC (rev 88120)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-options=('!libtool')
-source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
-sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-staging-x86_64/PKGBUILD (from rev 
88119, gtksourceviewmm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-12 08:40:17 UTC (rev 88120)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.2.0
+pkgrel=4
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3' 'gtksourceview3')
+options=('!libtool')
+source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
+sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 10:41:08
  Author: arodseth
Revision: 88121

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  gtksourceviewmm/repos/community-staging-i686/PKGBUILD
(from rev 88120, gtksourceviewmm/trunk/PKGBUILD)
  gtksourceviewmm/repos/community-staging-x86_64/PKGBUILD
(from rev 88120, gtksourceviewmm/trunk/PKGBUILD)
Deleted:
  gtksourceviewmm/repos/community-staging-i686/PKGBUILD
  gtksourceviewmm/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-staging-i686/PKGBUILD   |   28 --
 community-staging-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-04-12 08:40:17 UTC (rev 88120)
+++ community-staging-i686/PKGBUILD 2013-04-12 08:41:08 UTC (rev 88121)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.2.0
-pkgrel=4
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-options=('!libtool')
-source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
-sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-staging-i686/PKGBUILD (from rev 88120, 
gtksourceviewmm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-12 08:41:08 UTC (rev 88121)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.2.0
+pkgrel=4
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3' 'gtksourceview3')
+options=('!libtool')
+source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
+sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2013-04-12 08:40:17 UTC (rev 88120)
+++ community-staging-x86_64/PKGBUILD   2013-04-12 08:41:08 UTC (rev 88121)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.2.0
-pkgrel=4
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-options=('!libtool')
-source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
-sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-staging-x86_64/PKGBUILD (from rev 
88120, gtksourceviewmm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-12 08:41:08 UTC (rev 88121)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.2.0
+pkgrel=4
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3' 'gtksourceview3')
+options=('!libtool')
+source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
+sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in ttf-ubuntu-font-family/trunk (2 files)

2013-04-12 Thread Massimiliano Torromeo
Date: Friday, April 12, 2013 @ 11:49:50
  Author: mtorromeo
Revision: 88126

upgpkg: ttf-ubuntu-font-family 0.80-4

Provide ttf-font

Modified:
  ttf-ubuntu-font-family/trunk/PKGBUILD
  ttf-ubuntu-font-family/trunk/ttf-ubuntu-font-family.install

+
 PKGBUILD   |   20 ++--
 ttf-ubuntu-font-family.install |2 --
 2 files changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 08:45:37 UTC (rev 88125)
+++ PKGBUILD2013-04-12 09:49:50 UTC (rev 88126)
@@ -3,21 +3,21 @@
 
 pkgname=ttf-ubuntu-font-family
 pkgver=0.80
-pkgrel=3
+pkgrel=4
 pkgdesc="Ubuntu font family"
 arch=('any')
 url="http://font.ubuntu.com/";
 license=('custom:Ubuntu Font Licence 1.0')
-depends=('fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
+depends=('fontconfig' 'xorg-font-utils')
+provides=('ttf-font')
 install=ttf-ubuntu-font-family.install
-_pkgname=ubuntu-font-family
-source=(http://font.ubuntu.com/download/${_pkgname}-${pkgver}.zip)
-md5sums=('a1fc70f5a5b1d096ab8310886cddaa1c')
+source=(http://font.ubuntu.com/download/ubuntu-font-family-$pkgver.zip)
+sha256sums=('107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c')
 
 package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   install -m755 -d "${pkgdir}/usr/share/fonts/TTF"
-   install -m644 Ubuntu-{L,R,B,C}*.ttf "${pkgdir}/usr/share/fonts/TTF/"
-   install -m644 UbuntuMono-*.ttf "${pkgdir}/usr/share/fonts/TTF/"
-   install -D -m644 LICENCE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+   cd "$srcdir/ubuntu-font-family-$pkgver"
+   install -m755 -d "$pkgdir/usr/share/fonts/TTF"
+   install -m644 Ubuntu-{L,R,B,C}*.ttf "$pkgdir/usr/share/fonts/TTF/"
+   install -m644 UbuntuMono-*.ttf "$pkgdir/usr/share/fonts/TTF/"
+   install -D -m644 LICENCE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENCE"
 }

Modified: ttf-ubuntu-font-family.install
===
--- ttf-ubuntu-font-family.install  2013-04-12 08:45:37 UTC (rev 88125)
+++ ttf-ubuntu-font-family.install  2013-04-12 09:49:50 UTC (rev 88126)
@@ -1,9 +1,7 @@
 post_install() {
-   echo -n "Updating font cache... "
fc-cache -fs > /dev/null
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
-   echo "done."
 }
 
 post_upgrade() {



[arch-commits] Commit in ttf-ubuntu-font-family/repos/community-any (4 files)

2013-04-12 Thread Massimiliano Torromeo
Date: Friday, April 12, 2013 @ 11:51:38
  Author: mtorromeo
Revision: 88127

archrelease: copy trunk to community-any

Added:
  ttf-ubuntu-font-family/repos/community-any/PKGBUILD
(from rev 88126, ttf-ubuntu-font-family/trunk/PKGBUILD)
  ttf-ubuntu-font-family/repos/community-any/ttf-ubuntu-font-family.install
(from rev 88126, 
ttf-ubuntu-font-family/trunk/ttf-ubuntu-font-family.install)
Deleted:
  ttf-ubuntu-font-family/repos/community-any/PKGBUILD
  ttf-ubuntu-font-family/repos/community-any/ttf-ubuntu-font-family.install

+
 PKGBUILD   |   46 +++
 ttf-ubuntu-font-family.install |   28 +++
 2 files changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-12 09:49:50 UTC (rev 88126)
+++ PKGBUILD2013-04-12 09:51:38 UTC (rev 88127)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=ttf-ubuntu-font-family
-pkgver=0.80
-pkgrel=3
-pkgdesc="Ubuntu font family"
-arch=('any')
-url="http://font.ubuntu.com/";
-license=('custom:Ubuntu Font Licence 1.0')
-depends=('fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
-install=ttf-ubuntu-font-family.install
-_pkgname=ubuntu-font-family
-source=(http://font.ubuntu.com/download/${_pkgname}-${pkgver}.zip)
-md5sums=('a1fc70f5a5b1d096ab8310886cddaa1c')
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   install -m755 -d "${pkgdir}/usr/share/fonts/TTF"
-   install -m644 Ubuntu-{L,R,B,C}*.ttf "${pkgdir}/usr/share/fonts/TTF/"
-   install -m644 UbuntuMono-*.ttf "${pkgdir}/usr/share/fonts/TTF/"
-   install -D -m644 LICENCE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-}

Copied: ttf-ubuntu-font-family/repos/community-any/PKGBUILD (from rev 88126, 
ttf-ubuntu-font-family/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-12 09:51:38 UTC (rev 88127)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=ttf-ubuntu-font-family
+pkgver=0.80
+pkgrel=4
+pkgdesc="Ubuntu font family"
+arch=('any')
+url="http://font.ubuntu.com/";
+license=('custom:Ubuntu Font Licence 1.0')
+depends=('fontconfig' 'xorg-font-utils')
+provides=('ttf-font')
+install=ttf-ubuntu-font-family.install
+source=(http://font.ubuntu.com/download/ubuntu-font-family-$pkgver.zip)
+sha256sums=('107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c')
+
+package() {
+   cd "$srcdir/ubuntu-font-family-$pkgver"
+   install -m755 -d "$pkgdir/usr/share/fonts/TTF"
+   install -m644 Ubuntu-{L,R,B,C}*.ttf "$pkgdir/usr/share/fonts/TTF/"
+   install -m644 UbuntuMono-*.ttf "$pkgdir/usr/share/fonts/TTF/"
+   install -D -m644 LICENCE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENCE"
+}

Deleted: ttf-ubuntu-font-family.install
===
--- ttf-ubuntu-font-family.install  2013-04-12 09:49:50 UTC (rev 88126)
+++ ttf-ubuntu-font-family.install  2013-04-12 09:51:38 UTC (rev 88127)
@@ -1,15 +0,0 @@
-post_install() {
-   echo -n "Updating font cache... "
-   fc-cache -fs > /dev/null
-   mkfontscale /usr/share/fonts/TTF
-   mkfontdir /usr/share/fonts/TTF
-   echo "done."
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
ttf-ubuntu-font-family/repos/community-any/ttf-ubuntu-font-family.install (from 
rev 88126, ttf-ubuntu-font-family/trunk/ttf-ubuntu-font-family.install)
===
--- ttf-ubuntu-font-family.install  (rev 0)
+++ ttf-ubuntu-font-family.install  2013-04-12 09:51:38 UTC (rev 88127)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -fs > /dev/null
+   mkfontscale /usr/share/fonts/TTF
+   mkfontdir /usr/share/fonts/TTF
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 13:01:09
  Author: arodseth
Revision: 88128

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

Added:
  gtksourceviewmm/repos/community-testing-i686/PKGBUILD
(from rev 88127, gtksourceviewmm/trunk/PKGBUILD)
  gtksourceviewmm/repos/community-testing-x86_64/PKGBUILD
(from rev 88127, gtksourceviewmm/trunk/PKGBUILD)
Deleted:
  gtksourceviewmm/repos/community-testing-i686/PKGBUILD
  gtksourceviewmm/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-testing-i686/PKGBUILD   |   28 --
 community-testing-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-04-12 09:51:38 UTC (rev 88127)
+++ community-testing-i686/PKGBUILD 2013-04-12 11:01:09 UTC (rev 88128)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-options=('!libtool')
-source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
-sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-testing-i686/PKGBUILD (from rev 88127, 
gtksourceviewmm/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-12 11:01:09 UTC (rev 88128)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.2.0
+pkgrel=4
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3' 'gtksourceview3')
+options=('!libtool')
+source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
+sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-04-12 09:51:38 UTC (rev 88127)
+++ community-testing-x86_64/PKGBUILD   2013-04-12 11:01:09 UTC (rev 88128)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-options=('!libtool')
-source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
-sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-testing-x86_64/PKGBUILD (from rev 
88127, gtksourceviewmm/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-12 11:01:09 UTC (rev 88128)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.2.0
+pkgrel=4
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3' 'gtksourceview3')
+options=('!libtool')
+source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz";)
+sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (kradio)

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 13:09:12
  Author: arodseth
Revision: 88129

Moving to unsupported see FS#34357

Deleted:
  kradio/



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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 13:15:26
  Author: arodseth
Revision: 88130

upgpkg: kshutdown 3.0beta7-1

Modified:
  kshutdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 11:09:12 UTC (rev 88129)
+++ PKGBUILD2013-04-12 11:15:26 UTC (rev 88130)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=kshutdown
-pkgver=3.0beta6
+pkgver=3.0beta7
 pkgrel=1
 pkgdesc='Shutdown Utility for KDE'
 arch=('x86_64' 'i686')
@@ -11,9 +11,9 @@
 license=('GPL')
 depends=('kdebase-workspace')
 makedepends=('cmake' 'automoc4')
-install='kshutdown.install'
+install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip";)
-sha256sums=('dfe89f124e68ae3f5b859fc02ad4d37726b3e001ee6b02f1bb1f6281fbef45cf')
+sha256sums=('5de50c532a9fd2e65706376232b7e641b05bbc5f54677f06d27bce0e0f9825ac')
 
 build() {
   mkdir "$srcdir/build"



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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 13:15:34
  Author: arodseth
Revision: 88131

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

Added:
  nemiver/repos/community-testing-i686/
  nemiver/repos/community-testing-i686/PKGBUILD
(from rev 88130, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-testing-x86_64/
  nemiver/repos/community-testing-x86_64/PKGBUILD
(from rev 88130, nemiver/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   41 
 community-testing-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: nemiver/repos/community-testing-i686/PKGBUILD (from rev 88130, 
nemiver/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-12 11:15:34 UTC (rev 88131)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: jordz 
+
+pkgname=nemiver
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz";)
+options=('!libtool' '!emptydirs')
+sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
+
+build() {  
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--with-boost \
+--disable-scrollkeeper \
+--enable-symsvis=yes \
+--enable-memoryview=yes \
+--disable-schemas-compile \
+--enable-gsettings=yes
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-testing-x86_64/PKGBUILD (from rev 88130, 
nemiver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-12 11:15:34 UTC (rev 88131)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: jordz 
+
+pkgname=nemiver
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 
'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz";)
+options=('!libtool' '!emptydirs')
+sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
+
+build() {  
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--with-boost \
+--disable-scrollkeeper \
+--enable-symsvis=yes \
+--enable-memoryview=yes \
+--disable-schemas-compile \
+--enable-gsettings=yes
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 13:15:41
  Author: arodseth
Revision: 88132

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

Added:
  kshutdown/repos/community-i686/PKGBUILD
(from rev 88131, kshutdown/trunk/PKGBUILD)
  kshutdown/repos/community-i686/kshutdown.install
(from rev 88131, kshutdown/trunk/kshutdown.install)
  kshutdown/repos/community-x86_64/PKGBUILD
(from rev 88130, kshutdown/trunk/PKGBUILD)
  kshutdown/repos/community-x86_64/kshutdown.install
(from rev 88130, kshutdown/trunk/kshutdown.install)
Deleted:
  kshutdown/repos/community-i686/PKGBUILD
  kshutdown/repos/community-i686/kshutdown.install
  kshutdown/repos/community-x86_64/PKGBUILD
  kshutdown/repos/community-x86_64/kshutdown.install

+
 /PKGBUILD  |   64 +++
 /kshutdown.install |   26 ++
 community-i686/PKGBUILD|   32 -
 community-i686/kshutdown.install   |   13 ---
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/kshutdown.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-12 11:15:34 UTC (rev 88131)
+++ community-i686/PKGBUILD 2013-04-12 11:15:41 UTC (rev 88132)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=kshutdown
-pkgver=3.0beta6
-pkgrel=1
-pkgdesc='Shutdown Utility for KDE'
-arch=('x86_64' 'i686')
-url='http://kshutdown.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install='kshutdown.install'
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip";)
-sha256sums=('dfe89f124e68ae3f5b859fc02ad4d37726b3e001ee6b02f1bb1f6281fbef45cf')
-
-build() {
-  mkdir "$srcdir/build"
-  cd "$srcdir/build"
-  cmake "../$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/build"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kshutdown/repos/community-i686/PKGBUILD (from rev 88131, 
kshutdown/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-12 11:15:41 UTC (rev 88132)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=kshutdown
+pkgver=3.0beta7
+pkgrel=1
+pkgdesc='Shutdown Utility for KDE'
+arch=('x86_64' 'i686')
+url='http://kshutdown.sourceforge.net/'
+license=('GPL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip";)
+sha256sums=('5de50c532a9fd2e65706376232b7e641b05bbc5f54677f06d27bce0e0f9825ac')
+
+build() {
+  mkdir "$srcdir/build"
+  cd "$srcdir/build"
+  cmake "../$pkgname-$pkgver" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/kshutdown.install
===
--- community-i686/kshutdown.install2013-04-12 11:15:34 UTC (rev 88131)
+++ community-i686/kshutdown.install2013-04-12 11:15:41 UTC (rev 88132)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kshutdown/repos/community-i686/kshutdown.install (from rev 88131, 
kshutdown/trunk/kshutdown.install)
===
--- community-i686/kshutdown.install(rev 0)
+++ community-i686/kshutdown.install2013-04-12 11:15:41 UTC (rev 88132)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-12 11:15:34 UTC (rev 88131)
+++ community-x86_64/PKGBUILD   2013-04-12 11:15:41 UTC (rev 88132)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=kshutdown
-pkgver=3.0beta6
-pkgrel=1
-pkgdesc='Shutdown Utility for KDE'
-arch=('x86_64' 'i686')
-url='http://kshutdown.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install='kshutdown.install'
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip";)
-sha256sums=('dfe89

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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 13:39:57
  Author: arodseth
Revision: 88133

upgpkg: gtranslator 2.91.6-4, gtksourceview TODO

Modified:
  gtranslator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 11:15:41 UTC (rev 88132)
+++ PKGBUILD2013-04-12 11:39:57 UTC (rev 88133)
@@ -1,31 +1,31 @@
 # $Id$
 # Maintainer: Jaroslav Lichtblau 
+# Maintainer: Alexander Rødseth 
 # Contributor: Hugo Doria 
 # Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
 
 pkgname=gtranslator
 pkgver=2.91.6
-pkgrel=3
-pkgdesc="An enhanced gettext po file editor for the GNOME"
-arch=('i686' 'x86_64')
-url="http://projects.gnome.org/gtranslator/";
+pkgrel=4
+pkgdesc='Enhanced gettext po file editor for the GNOME'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtranslator/'
 license=('GPL')
 depends=('desktop-file-utils' 'gdl' 'gettext' 'gtksourceview3' 'gtkspell3' 
'iso-codes' 'libgda' 'libpeas' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'dconf')
 makedepends=('intltool' 'itstool' 'gnome-doc-utils' 'gucharmap' 'json-glib' 
'gnome-common' 'yelp-tools')
 optdepends=('gucharmap: for charmap plugin'
 'json-glib: for open-tran plugin')
 options=('!libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/2.91/$pkgname-$pkgver.tar.xz
-gtkspell3-port.patch)
+install="$pkgname.install"
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/2.91/$pkgname-$pkgver.tar.xz";
+'gtkspell3-port.patch')
 sha256sums=('a1fd4b17b1f32cc7223a31d34e34f95b20acc7b5a23768351a34ff0b7a4bcdf6'
 '29afb55c692869cbd47d0181ddd93acdd53f5b236ebabd9a96a983da66d4cb9d')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "$srcdir/$pkgname-$pkgver"
 
-  # Port to the new gtkspell3
+  # port to the new gtkspell3
   patch -Np1 -i "$srcdir/gtkspell3-port.patch"
 
   autoreconf -fi
@@ -34,7 +34,9 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 13:40:11
  Author: arodseth
Revision: 88134

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

Added:
  gtranslator/repos/community-testing-i686/
  gtranslator/repos/community-testing-i686/PKGBUILD
(from rev 88133, gtranslator/trunk/PKGBUILD)
  gtranslator/repos/community-testing-i686/gtkspell3-port.patch
(from rev 88133, gtranslator/trunk/gtkspell3-port.patch)
  gtranslator/repos/community-testing-i686/gtranslator.changelog
(from rev 88133, gtranslator/trunk/gtranslator.changelog)
  gtranslator/repos/community-testing-i686/gtranslator.install
(from rev 88133, gtranslator/trunk/gtranslator.install)
  gtranslator/repos/community-testing-x86_64/
  gtranslator/repos/community-testing-x86_64/PKGBUILD
(from rev 88133, gtranslator/trunk/PKGBUILD)
  gtranslator/repos/community-testing-x86_64/gtkspell3-port.patch
(from rev 88133, gtranslator/trunk/gtkspell3-port.patch)
  gtranslator/repos/community-testing-x86_64/gtranslator.changelog
(from rev 88133, gtranslator/trunk/gtranslator.changelog)
  gtranslator/repos/community-testing-x86_64/gtranslator.install
(from rev 88133, gtranslator/trunk/gtranslator.install)

+
 community-testing-i686/PKGBUILD|   42 +
 community-testing-i686/gtkspell3-port.patch|   97 +++
 community-testing-i686/gtranslator.changelog   |   61 ++
 community-testing-i686/gtranslator.install |   13 +++
 community-testing-x86_64/PKGBUILD  |   42 +
 community-testing-x86_64/gtkspell3-port.patch  |   97 +++
 community-testing-x86_64/gtranslator.changelog |   61 ++
 community-testing-x86_64/gtranslator.install   |   13 +++
 8 files changed, 426 insertions(+)

Copied: gtranslator/repos/community-testing-i686/PKGBUILD (from rev 88133, 
gtranslator/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-12 11:40:11 UTC (rev 88134)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
+
+pkgname=gtranslator
+pkgver=2.91.6
+pkgrel=4
+pkgdesc='Enhanced gettext po file editor for the GNOME'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtranslator/'
+license=('GPL')
+depends=('desktop-file-utils' 'gdl' 'gettext' 'gtksourceview3' 'gtkspell3' 
'iso-codes' 'libgda' 'libpeas' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'dconf')
+makedepends=('intltool' 'itstool' 'gnome-doc-utils' 'gucharmap' 'json-glib' 
'gnome-common' 'yelp-tools')
+optdepends=('gucharmap: for charmap plugin'
+'json-glib: for open-tran plugin')
+options=('!libtool')
+install="$pkgname.install"
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/2.91/$pkgname-$pkgver.tar.xz";
+'gtkspell3-port.patch')
+sha256sums=('a1fd4b17b1f32cc7223a31d34e34f95b20acc7b5a23768351a34ff0b7a4bcdf6'
+'29afb55c692869cbd47d0181ddd93acdd53f5b236ebabd9a96a983da66d4cb9d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # port to the new gtkspell3
+  patch -Np1 -i "$srcdir/gtkspell3-port.patch"
+
+  autoreconf -fi
+  ./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: gtranslator/repos/community-testing-i686/gtkspell3-port.patch (from rev 
88133, gtranslator/trunk/gtkspell3-port.patch)
===
--- community-testing-i686/gtkspell3-port.patch (rev 0)
+++ community-testing-i686/gtkspell3-port.patch 2013-04-12 11:40:11 UTC (rev 
88134)
@@ -0,0 +1,97 @@
+From cf33d8761dbfc7f6c8b27c3146efcad81f8fbde9 Mon Sep 17 00:00:00 2001
+From: Kalev Lember 
+Date: Sun, 13 Jan 2013 13:19:40 +
+Subject: Port to gtkspell3
+
+https://bugzilla.gnome.org/show_bug.cgi?id=691655
+---
+diff --git a/configure.ac b/configure.ac
+index c1ba5b6..3fe9c46 100644
+--- a/configure.ac
 b/configure.ac
+@@ -84,7 +84,7 @@ GDL_REQUIRED=3.6.0
+ GDA_REQUIRED=4.2.3
+ PEAS_REQUIRED=1.2.0
+ GDICT_OPTIONAL=0.11.0
+-GTKSPELL_OPTIONAL=2.99.99
++GTKSPELL_OPTIONAL=3.0.0
+ JSON_GLIB_OPTIONAL=0.12.0
+ 
+ AC_ARG_WITH(gda,
+@@ -174,14 +174,14 @@ dnl 
---
+ dnl Check for gtkspell >= 3.0 and use it if found
+ dnl ---
+ have_gtkspell=no
+-AC_ARG_WITH(gtkspell3,
++AC_ARG_WITH(gtkspell,
+ AS_HELP_STRING([--with-gtkspell],[Build with spell support]),,
+ with_gtkspell=auto)
+ 
+ if test x"$with_gtkspell" != "xno"
+ then
+ PKG_CHECK_MODULES([GTKSPELL],

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

2013-04-12 Thread Jakob Gruber
Date: Friday, April 12, 2013 @ 13:47:58
  Author: schuay
Revision: 88135

avr-libc-1.8.0-5

Modified:
  avr-libc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 11:40:11 UTC (rev 88134)
+++ PKGBUILD2013-04-12 11:47:58 UTC (rev 88135)
@@ -6,7 +6,7 @@
 
 pkgname=avr-libc
 pkgver=1.8.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The C runtime library for the AVR family of microcontrollers"
 arch=('any')
 url="http://savannah.nongnu.org/projects/avr-libc/";



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

2013-04-12 Thread Jakob Gruber
Date: Friday, April 12, 2013 @ 13:48:07
  Author: schuay
Revision: 88136

archrelease: copy trunk to community-testing-any

Added:
  avr-libc/repos/community-testing-any/
  avr-libc/repos/community-testing-any/PKGBUILD
(from rev 88135, avr-libc/trunk/PKGBUILD)

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

Copied: avr-libc/repos/community-testing-any/PKGBUILD (from rev 88135, 
avr-libc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-04-12 11:48:07 UTC (rev 88136)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-libc
+pkgver=1.8.0
+pkgrel=5
+pkgdesc="The C runtime library for the AVR family of microcontrollers"
+arch=('any')
+url="http://savannah.nongnu.org/projects/avr-libc/";
+license=('BSD')
+depends=('avr-gcc')
+options=('!strip')
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('54c71798f24c96bab206be098062344f'
+ '4dfc58651096f56f49fb07961ea15eee')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-12 Thread Jakob Gruber
Date: Friday, April 12, 2013 @ 13:57:46
  Author: schuay
Revision: 88137

avr-gdb 7.5.1

Modified:
  avr-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 11:48:07 UTC (rev 88136)
+++ PKGBUILD2013-04-12 11:57:46 UTC (rev 88137)
@@ -7,34 +7,37 @@
 
 pkgname=avr-gdb
 _pkgname=gdb
-pkgver=7.4
-pkgrel=2
+pkgver=7.5.1
+pkgrel=1
 pkgdesc="The GNU Debugger for AVR"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gdb/";
 license=('GPL3')
-depends=('python')
+depends=('python2')
 options=('!libtool')
 source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.bz2)
-md5sums=('95a9a8305fed4d30a30a6dc28ff9d060')
 
 build() {
   cd ${srcdir}/${_pkgname}-${pkgver}
 
   unset LDFLAGS
   export CFLAGS="-O2 -pipe"
+  export CPPFLAGS="-O2 -pipe"
   export CXXFLAGS="$CFLAGS"
 
-  ./configure --prefix=/usr \
---target=avr \
+  ./configure \
 --disable-nls \
 --enable-languages=c,c++ \
 --infodir=/usr/share/info \
 --libdir=/usr/lib \
---program-prefix=avr- \
 --libexecdir=/usr/lib \
 --mandir=/usr/share/man \
+--prefix=/usr \
+--program-prefix=avr- \
+--target=avr \
+--with-python=/usr/bin/python2 \
 --with-system-readline
+
   make
 }
 
@@ -48,3 +51,5 @@
   rm -rf ${pkgdir}/usr/share/gdb
   rm -rf ${pkgdir}/usr/include/gdb
 }
+
+md5sums=('3f48f468b24447cf24820054ff6e85b1')



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

2013-04-12 Thread Jakob Gruber
Date: Friday, April 12, 2013 @ 13:57:58
  Author: schuay
Revision: 88138

archrelease: copy trunk to community-testing-i686

Added:
  avr-gdb/repos/community-testing-i686/
  avr-gdb/repos/community-testing-i686/PKGBUILD
(from rev 88137, avr-gdb/trunk/PKGBUILD)

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

Copied: avr-gdb/repos/community-testing-i686/PKGBUILD (from rev 88137, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-12 11:57:58 UTC (rev 88138)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Laszlo Papp 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Vladimir Cerny 
+# Contributor: 4javier <4javieregATgmailDOTcom>
+
+pkgname=avr-gdb
+_pkgname=gdb
+pkgver=7.5.1
+pkgrel=1
+pkgdesc="The GNU Debugger for AVR"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gdb/";
+license=('GPL3')
+depends=('python2')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  unset LDFLAGS
+  export CFLAGS="-O2 -pipe"
+  export CPPFLAGS="-O2 -pipe"
+  export CXXFLAGS="$CFLAGS"
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--program-prefix=avr- \
+--target=avr \
+--with-python=/usr/bin/python2 \
+--with-system-readline
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libiberty.a
+  rm -rf ${pkgdir}/usr/share/info
+  rm -rf ${pkgdir}/usr/share/gdb
+  rm -rf ${pkgdir}/usr/include/gdb
+}
+
+md5sums=('3f48f468b24447cf24820054ff6e85b1')



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

2013-04-12 Thread Jakob Gruber
Date: Friday, April 12, 2013 @ 13:58:03
  Author: schuay
Revision: 88139

archrelease: copy trunk to community-testing-x86_64

Added:
  avr-gdb/repos/community-testing-x86_64/
  avr-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 88138, avr-gdb/trunk/PKGBUILD)

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

Copied: avr-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 88138, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-12 11:58:03 UTC (rev 88139)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Laszlo Papp 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Vladimir Cerny 
+# Contributor: 4javier <4javieregATgmailDOTcom>
+
+pkgname=avr-gdb
+_pkgname=gdb
+pkgver=7.5.1
+pkgrel=1
+pkgdesc="The GNU Debugger for AVR"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gdb/";
+license=('GPL3')
+depends=('python2')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/gdb/${_pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  unset LDFLAGS
+  export CFLAGS="-O2 -pipe"
+  export CPPFLAGS="-O2 -pipe"
+  export CXXFLAGS="$CFLAGS"
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--infodir=/usr/share/info \
+--libdir=/usr/lib \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--program-prefix=avr- \
+--target=avr \
+--with-python=/usr/bin/python2 \
+--with-system-readline
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/libiberty.a
+  rm -rf ${pkgdir}/usr/share/info
+  rm -rf ${pkgdir}/usr/share/gdb
+  rm -rf ${pkgdir}/usr/include/gdb
+}
+
+md5sums=('3f48f468b24447cf24820054ff6e85b1')



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

2013-04-12 Thread Sébastien Luttringer
Date: Friday, April 12, 2013 @ 14:11:35
  Author: seblu
Revision: 88140

upgpkg: quagga 0.99.22.1-1

Modified:
  quagga/trunk/PKGBUILD
Deleted:
  quagga/trunk/0001-doc-fix-makeinfo-errors-and-one-warning.patch

+
 0001-doc-fix-makeinfo-errors-and-one-warning.patch |   57 ---
 PKGBUILD   |   12 +---
 2 files changed, 5 insertions(+), 64 deletions(-)

Deleted: 0001-doc-fix-makeinfo-errors-and-one-warning.patch
===
--- 0001-doc-fix-makeinfo-errors-and-one-warning.patch  2013-04-12 11:58:03 UTC 
(rev 88139)
+++ 0001-doc-fix-makeinfo-errors-and-one-warning.patch  2013-04-12 12:11:35 UTC 
(rev 88140)
@@ -1,57 +0,0 @@
-From 9e26f1c5a00c93b7a5dadb634d4452c769e48048 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Timo=20Ter=C3=A4s?= 
-Date: Fri, 22 Mar 2013 11:54:44 +0200
-Subject: [PATCH] doc: fix makeinfo errors and one warning
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-commit 4afa50b added few lines that are syntactically incorrect
-with leading plus sign.
-
-Cc: Denis Ovsienko 
-Signed-off-by: Timo Teräs 

- doc/ipv6.texi   | 4 ++--
- doc/quagga.texi | 6 +++---
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/doc/ipv6.texi b/doc/ipv6.texi
-index b6cc437..2482c1c 100644
 a/doc/ipv6.texi
-+++ b/doc/ipv6.texi
-@@ -136,8 +136,8 @@ for the lowest preference possible.
- Default: 0
- @end deffn
- 
--+@deffn {Interface Command} {ipv6 nd home-agent-lifetime <0-65520>} {}
--+@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime [<0-65520>]} {}
-+@deffn {Interface Command} {ipv6 nd home-agent-lifetime <0-65520>} {}
-+@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime [<0-65520>]} {}
- The value to be placed in Home Agent Option, when Home Agent config flag is 
set, 
- which indicates to hosts Home Agent Lifetime. The default value of 0 means to
- place the current Router Lifetime value.
-diff --git a/doc/quagga.texi b/doc/quagga.texi
-index ff913aa..b4105ac 100644
 a/doc/quagga.texi
-+++ b/doc/quagga.texi
-@@ -1,13 +1,13 @@
- \input texinfo @c -*- texinfo -*-
-+@c Set variables - sourced from defines.texi
-+@include defines.texi
-+
- @c %**start of header
- @setchapternewpage odd
- @settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}}
- @setfilename quagga.info
- @c %**end of header
- 
--@c Set variables - sourced from defines.texi
--@include defines.texi
--
- @c automake will automatically generate version.texi
- @c and set EDITION, VERSION, UPDATED and UPDATED-MONTH
- @include version.texi
--- 
-1.8.2
-

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 11:58:03 UTC (rev 88139)
+++ PKGBUILD2013-04-12 12:11:35 UTC (rev 88140)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=quagga
-pkgver=0.99.22
-pkgrel=3
+pkgver=0.99.22.1
+pkgrel=1
 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
 arch=('i686' 'x86_64')
 url='http://www.quagga.net'
@@ -19,9 +19,8 @@
 'ospfd.service'
 'ripd.service'
 'ripngd.service'
-'zebra.service'
-'0001-doc-fix-makeinfo-errors-and-one-warning.patch')
-md5sums=('3057bf3a91116a1017dd0df7e5e8ef93'
+'zebra.service')
+md5sums=('d9ab848661720d6da2551c7a4a19c731'
  '87bf4ae8aca3b3cf70e3986bc669aa78'
  '9b14110bed4982baa801808db6ac9135'
  'b685b5c12637cb963e1fb78ecd926e14'
@@ -29,8 +28,7 @@
  '4d95a4af1ddb4ae21b867bebbedc77d5'
  '7e33c2a2e1c12309ba28d75a34294ed0'
  '6c682c0cd06c109bc10d29c1d9af3e38'
- '18964536b7ed012aa5b22f2fa9fb3e87'
- '214ed8ae0d58d080dcba9a176a94eb51')
+ '18964536b7ed012aa5b22f2fa9fb3e87')
 
 prepare() {
   cd $pkgname-$pkgver



[arch-commits] Commit in quagga/repos (42 files)

2013-04-12 Thread Sébastien Luttringer
Date: Friday, April 12, 2013 @ 14:11:57
  Author: seblu
Revision: 88141

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

Added:
  quagga/repos/community-i686/PKGBUILD
(from rev 88140, quagga/trunk/PKGBUILD)
  quagga/repos/community-i686/babeld.service
(from rev 88140, quagga/trunk/babeld.service)
  quagga/repos/community-i686/bgpd.service
(from rev 88140, quagga/trunk/bgpd.service)
  quagga/repos/community-i686/isisd.service
(from rev 88140, quagga/trunk/isisd.service)
  quagga/repos/community-i686/ospf6d.service
(from rev 88140, quagga/trunk/ospf6d.service)
  quagga/repos/community-i686/ospfd.service
(from rev 88140, quagga/trunk/ospfd.service)
  quagga/repos/community-i686/quagga.install
(from rev 88140, quagga/trunk/quagga.install)
  quagga/repos/community-i686/ripd.service
(from rev 88140, quagga/trunk/ripd.service)
  quagga/repos/community-i686/ripngd.service
(from rev 88140, quagga/trunk/ripngd.service)
  quagga/repos/community-i686/zebra.service
(from rev 88140, quagga/trunk/zebra.service)
  quagga/repos/community-x86_64/PKGBUILD
(from rev 88140, quagga/trunk/PKGBUILD)
  quagga/repos/community-x86_64/babeld.service
(from rev 88140, quagga/trunk/babeld.service)
  quagga/repos/community-x86_64/bgpd.service
(from rev 88140, quagga/trunk/bgpd.service)
  quagga/repos/community-x86_64/isisd.service
(from rev 88140, quagga/trunk/isisd.service)
  quagga/repos/community-x86_64/ospf6d.service
(from rev 88140, quagga/trunk/ospf6d.service)
  quagga/repos/community-x86_64/ospfd.service
(from rev 88140, quagga/trunk/ospfd.service)
  quagga/repos/community-x86_64/quagga.install
(from rev 88140, quagga/trunk/quagga.install)
  quagga/repos/community-x86_64/ripd.service
(from rev 88140, quagga/trunk/ripd.service)
  quagga/repos/community-x86_64/ripngd.service
(from rev 88140, quagga/trunk/ripngd.service)
  quagga/repos/community-x86_64/zebra.service
(from rev 88140, quagga/trunk/zebra.service)
Deleted:
  quagga/repos/community-i686/0001-doc-fix-makeinfo-errors-and-one-warning.patch
  quagga/repos/community-i686/PKGBUILD
  quagga/repos/community-i686/babeld.service
  quagga/repos/community-i686/bgpd.service
  quagga/repos/community-i686/isisd.service
  quagga/repos/community-i686/ospf6d.service
  quagga/repos/community-i686/ospfd.service
  quagga/repos/community-i686/quagga.install
  quagga/repos/community-i686/ripd.service
  quagga/repos/community-i686/ripngd.service
  quagga/repos/community-i686/zebra.service
  
quagga/repos/community-x86_64/0001-doc-fix-makeinfo-errors-and-one-warning.patch
  quagga/repos/community-x86_64/PKGBUILD
  quagga/repos/community-x86_64/babeld.service
  quagga/repos/community-x86_64/bgpd.service
  quagga/repos/community-x86_64/isisd.service
  quagga/repos/community-x86_64/ospf6d.service
  quagga/repos/community-x86_64/ospfd.service
  quagga/repos/community-x86_64/quagga.install
  quagga/repos/community-x86_64/ripd.service
  quagga/repos/community-x86_64/ripngd.service
  quagga/repos/community-x86_64/zebra.service

-+
 /PKGBUILD   |  166 
++
 /babeld.service |   32 +
 /bgpd.service   |   32 +
 /isisd.service  |   32 +
 /ospf6d.service |   32 +
 /ospfd.service  |   32 +
 /quagga.install |   72 
 /ripd.service   |   32 +
 /ripngd.service |   32 +
 /zebra.service  |   32 +
 community-i686/0001-doc-fix-makeinfo-errors-and-one-warning.patch   |   57 ---
 community-i686/PKGBUILD |   85 
-
 community-i686/babeld.service   |   16 
 community-i686/bgpd.service |   16 
 community-i686/isisd.service|   16 
 community-i686/ospf6d.service   |   16 
 community-i686/ospfd.service|   16 
 community-i686/quagga.install   |   36 --
 community-i686/ripd.service |   16 
 community-i686/ripngd.service   |   16 
 community-i686/zebra.service|   16 
 community-x86_64/0001-doc-fix-makeinfo-errors-and-one-warning.patch |   57 ---
 community-x86_64/PKGBUILD   |   85 
-
 community-x86_64/babeld.service

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

2013-04-12 Thread Dave Reisner
Date: Friday, April 12, 2013 @ 14:52:13
  Author: dreisner
Revision: 182658

upgpkg: curl 7.30.0-1

Modified:
  curl/trunk/PKGBUILD
Deleted:
  curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   39 
--
 PKGBUILD|   30 +++
 2 files changed, 13 insertions(+), 56 deletions(-)

Deleted: 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-04-12 07:45:16 UTC (rev 182657)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-04-12 12:52:13 UTC (rev 182658)
@@ -1,39 +0,0 @@
-From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
-From: Linus Nielsen Feltzing 
-Date: Sun, 10 Feb 2013 22:57:58 +0100
-Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
- handle.
-

- lib/multi.c|  8 +---
- tests/data/Makefile.am |  1 +
- tests/data/test1508| 31 +
- tests/libtest/Makefile.inc |  6 +-
- tests/libtest/lib1508.c| 49 ++
- 5 files changed, 91 insertions(+), 4 deletions(-)
- create mode 100644 tests/data/test1508
- create mode 100644 tests/libtest/lib1508.c
-
-diff --git a/lib/multi.c b/lib/multi.c
-index fa0afb9..706df23 100644
 a/lib/multi.c
-+++ b/lib/multi.c
-@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
- /* Close all the connections in the connection cache */
- close_all_connections(multi);
- 
--multi->closure_handle->dns.hostcache = multi->hostcache;
--Curl_hostcache_clean(multi->closure_handle);
-+if(multi->closure_handle) {
-+  multi->closure_handle->dns.hostcache = multi->hostcache;
-+  Curl_hostcache_clean(multi->closure_handle);
- 
--Curl_close(multi->closure_handle);
-+  Curl_close(multi->closure_handle);
-+}
- multi->closure_handle = NULL;
- 
- Curl_hash_destroy(multi->sockhash);
--- 
-1.8.1.3
-

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 07:45:16 UTC (rev 182657)
+++ PKGBUILD2013-04-12 12:52:13 UTC (rev 182658)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=curl
-pkgver=7.29.0
-pkgrel=2
+pkgver=7.30.0
+pkgrel=1
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
 url="http://curl.haxx.se";
@@ -15,27 +15,14 @@
 depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
 options=('!libtool')
 source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
 curlbuild.h)
-md5sums=('4f57d3b4a3963038bd5e04dbff385390'
- '6283fbb36933cf8720acc34c43169f1d'
- '5bfd1899e8b19cfdd78774f6337f8b47'
+md5sums=('60bb6ff558415b73ba2f00163fd307c5'
+ 'SKIP'
  '751bd433ede935c8fae727377625a8ae')
 
-ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
-case $ptrsize in
-  8) _curlbuild=curlbuild-64.h ;;
-  4) _curlbuild=curlbuild-32.h ;;
-  *) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
-exit 1
-;;
-esac
-
 build() {
   cd "$pkgname-$pkgver"
 
-  patch -Np1 
<"$srcdir/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch"
-
   ./configure \
   --prefix=/usr \
   --mandir=/usr/share/man \
@@ -58,6 +45,15 @@
 
   make DESTDIR="$pkgdir" install
 
+  local ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
+  case $ptrsize in
+8) _curlbuild=curlbuild-64.h ;;
+4) _curlbuild=curlbuild-32.h ;;
+*) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
+  exit 1
+  ;;
+  esac
+
   # license
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 



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

2013-04-12 Thread Dave Reisner
Date: Friday, April 12, 2013 @ 14:53:41
  Author: dreisner
Revision: 182659

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

Added:
  curl/repos/testing-i686/
  curl/repos/testing-i686/PKGBUILD
(from rev 182658, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 182658, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 182658, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 182658, curl/trunk/curlbuild.h)

+
 testing-i686/PKGBUILD  |   64 +++
 testing-i686/curlbuild.h   |9 ++
 testing-x86_64/PKGBUILD|   64 +++
 testing-x86_64/curlbuild.h |9 ++
 4 files changed, 146 insertions(+)

Copied: curl/repos/testing-i686/PKGBUILD (from rev 182658, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-12 12:53:41 UTC (rev 182659)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.30.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+options=('!libtool')
+source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+curlbuild.h)
+md5sums=('60bb6ff558415b73ba2f00163fd307c5'
+ 'SKIP'
+ '751bd433ede935c8fae727377625a8ae')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  local ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
+  case $ptrsize in
+8) _curlbuild=curlbuild-64.h ;;
+4) _curlbuild=curlbuild-32.h ;;
+*) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
+  exit 1
+  ;;
+  esac
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # devel
+  install -Dm644 docs/libcurl/libcurl.m4 "$pkgdir/usr/share/aclocal/libcurl.m4"
+  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/curl/$_curlbuild"
+  install -m644 "$srcdir/curlbuild.h" "$pkgdir/usr/include/curl/curlbuild.h"
+}

Copied: curl/repos/testing-i686/curlbuild.h (from rev 182658, 
curl/trunk/curlbuild.h)
===
--- testing-i686/curlbuild.h(rev 0)
+++ testing-i686/curlbuild.h2013-04-12 12:53:41 UTC (rev 182659)
@@ -0,0 +1,9 @@
+#include 
+
+#if __WORDSIZE == 32
+#include "curlbuild-32.h"
+#elif __WORDSIZE == 64
+#include "curlbuild-64.h"
+#else
+#error "Unknown word size"
+#endif

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 182658, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-12 12:53:41 UTC (rev 182659)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.30.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+options=('!libtool')
+source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+curlbuild.h)
+md5sums=('60bb6ff558415b73ba2f00163fd307c5'
+ 'SKIP'
+ '751bd433ede935c8fae727377625a8ae')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  local ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
+  case $ptrsize in
+8) _curlbuild=curlbuild-64.h ;;
+4) _curlbuild=curlbuild-32.h ;;
+*) error "unknown pointer size for architecture: %s 

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

2013-04-12 Thread Tom Gundersen
Date: Friday, April 12, 2013 @ 14:59:48
  Author: tomegun
Revision: 182660

upgpkg: gummiboot 30-1

upstream release

Modified:
  gummiboot/trunk/PKGBUILD
  gummiboot/trunk/gummiboot.install

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 12:53:41 UTC (rev 182659)
+++ PKGBUILD2013-04-12 12:59:48 UTC (rev 182660)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas 
 
 pkgname="gummiboot"
-pkgver="29"
+pkgver="30"
 pkgrel="1"
 pkgdesc="Simple text-mode UEFI Boot Manager"
 url="http://freedesktop.org/wiki/Software/gummiboot";
@@ -39,6 +39,6 @@
cd "${srcdir}/${pkgname}-${pkgver}/"
make DESTDIR="${pkgdir}" install
 }
-md5sums=('7e133411b805ce6fb5dd3e3bd08b88a2'
+md5sums=('081bd8d90a466162fc9dae82aa065c89'
  '6ea803e5179d623716e3be0b636de658'
  '82bda9612e3a361a74cf8de2a0134b15')

Modified: gummiboot.install
===
--- gummiboot.install   2013-04-12 12:53:41 UTC (rev 182659)
+++ gummiboot.install   2013-04-12 12:59:48 UTC (rev 182660)
@@ -1,5 +1,7 @@
 post_install() {
-   echo ":: Run '/usr/bin/gummiboot install' to enable gummiboot"
+   mkdir -p /boot/EFI/gummiboot
+   /usr/bin/gummiboot update
+   echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your 
default bootloader"
 }
 
 post_upgrade() {



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

2013-04-12 Thread Tom Gundersen
Date: Friday, April 12, 2013 @ 14:59:58
  Author: tomegun
Revision: 182661

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

Added:
  gummiboot/repos/testing-i686/
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 182660, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 182660, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 182660, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 182660, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 182660, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 182660, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 182660, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 182660, gummiboot/trunk/loader.conf)

--+
 testing-i686/PKGBUILD|   44 +
 testing-i686/arch.conf   |7 +
 testing-i686/gummiboot.install   |   13 ++
 testing-i686/loader.conf |2 +
 testing-x86_64/PKGBUILD  |   44 +
 testing-x86_64/arch.conf |7 +
 testing-x86_64/gummiboot.install |   13 ++
 testing-x86_64/loader.conf   |2 +
 8 files changed, 132 insertions(+)

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 182660, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-12 12:59:58 UTC (rev 182661)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor:  Mantas Mikulėnas 
+
+pkgname="gummiboot"
+pkgver="30"
+pkgrel="1"
+pkgdesc="Simple text-mode UEFI Boot Manager"
+url="http://freedesktop.org/wiki/Software/gummiboot";
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip')
+source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+'loader.conf'
+'arch.conf')
+install="gummiboot.install"
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/"
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
+   install -D -m0644 "${srcdir}/loader.conf" 
"${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
+   install -D -m0644 "${srcdir}/arch.conf" 
"${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
+
+   cd "${srcdir}/${pkgname}-${pkgver}/"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('081bd8d90a466162fc9dae82aa065c89'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/testing-i686/arch.conf (from rev 182660, 
gummiboot/trunk/arch.conf)
===
--- testing-i686/arch.conf  (rev 0)
+++ testing-i686/arch.conf  2013-04-12 12:59:58 UTC (rev 182661)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID= rootfstype= add_efi_memmap

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 182660, 
gummiboot/trunk/gummiboot.install)
===
--- testing-i686/gummiboot.install  (rev 0)
+++ testing-i686/gummiboot.install  2013-04-12 12:59:58 UTC (rev 182661)
@@ -0,0 +1,13 @@
+post_install() {
+   mkdir -p /boot/EFI/gummiboot
+   /usr/bin/gummiboot update
+   echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your 
default bootloader"
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 182660, 
gummiboot/trunk/loader.conf)
===
--- testing-i686/loader.conf(rev 0)
+++ testing-i686/loader.conf2013-04-12 12:59:58 UTC (rev 182661)
@@ -0,0 +1,2 @@
+timeout 10
+default arch

Copied: gummiboot/repos/testing-x86_64/PKGBUILD (from rev 182660, 
gummiboot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD 

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

2013-04-12 Thread Sergej Pupykin
Date: Friday, April 12, 2013 @ 15:26:00
  Author: spupykin
Revision: 88142

upgpkg: denemo 1.0.0-3

upd

Modified:
  denemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 12:11:57 UTC (rev 88141)
+++ PKGBUILD2013-04-12 13:26:00 UTC (rev 88142)
@@ -6,7 +6,7 @@
 
 pkgname=denemo
 pkgver=1.0.0
-pkgrel=1
+pkgrel=3
 pkgdesc="A music score editor"
 arch=('i686' 'x86_64')
 url="http://www.denemo.org";



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

2013-04-12 Thread Sergej Pupykin
Date: Friday, April 12, 2013 @ 15:26:19
  Author: spupykin
Revision: 88143

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

Added:
  denemo/repos/community-testing-i686/
  denemo/repos/community-testing-i686/PKGBUILD
(from rev 88142, denemo/trunk/PKGBUILD)
  denemo/repos/community-testing-x86_64/
  denemo/repos/community-testing-x86_64/PKGBUILD
(from rev 88142, denemo/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   30 ++
 community-testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: denemo/repos/community-testing-i686/PKGBUILD (from rev 88142, 
denemo/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-12 13:26:19 UTC (rev 88143)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Philipp Sandhaus 
+# Contributor: Robert Emil Berge 
+# Contributor: Gnud 
+
+pkgname=denemo
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="A music score editor"
+arch=('i686' 'x86_64')
+url="http://www.denemo.org";
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi')
+options=('!libtool')
+backup=('etc/denemo/denemo.conf')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('92bfd2e661387f791e4aa6c23dc7d90b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: denemo/repos/community-testing-x86_64/PKGBUILD (from rev 88142, 
denemo/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-12 13:26:19 UTC (rev 88143)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Philipp Sandhaus 
+# Contributor: Robert Emil Berge 
+# Contributor: Gnud 
+
+pkgname=denemo
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="A music score editor"
+arch=('i686' 'x86_64')
+url="http://www.denemo.org";
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi')
+options=('!libtool')
+backup=('etc/denemo/denemo.conf')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('92bfd2e661387f791e4aa6c23dc7d90b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-12 Thread Sergej Pupykin
Date: Friday, April 12, 2013 @ 15:33:32
  Author: spupykin
Revision: 88144

upgpkg: instead 1.9.0-1

upd

Modified:
  instead/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 13:26:19 UTC (rev 88143)
+++ PKGBUILD2013-04-12 13:33:32 UTC (rev 88144)
@@ -3,7 +3,7 @@
 # Contributor: Peter Kosyh 
 
 pkgname=instead
-pkgver=1.8.3
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="a quest interpreter"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
 optdepends=('instead-launcher: install and update INSTEAD games from net')
 source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz)
-md5sums=('4ec9f3e9f3300ce5a01b0d2b98974868')
+md5sums=('c7082772f7cb972d825e8e183e9af90f')
 
 build() {
   cd "${srcdir}/instead-${pkgver}"



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

2013-04-12 Thread Sergej Pupykin
Date: Friday, April 12, 2013 @ 15:33:50
  Author: spupykin
Revision: 88145

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

Added:
  instead/repos/community-i686/PKGBUILD
(from rev 88144, instead/trunk/PKGBUILD)
  instead/repos/community-x86_64/PKGBUILD
(from rev 88144, instead/trunk/PKGBUILD)
Deleted:
  instead/repos/community-i686/PKGBUILD
  instead/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-12 13:33:32 UTC (rev 88144)
+++ community-i686/PKGBUILD 2013-04-12 13:33:50 UTC (rev 88145)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Kosyh 
-
-pkgname=instead
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="a quest interpreter"
-arch=('i686' 'x86_64')
-url="http://instead.googlecode.com/";
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz)
-md5sums=('4ec9f3e9f3300ce5a01b0d2b98974868')
-
-build() {
-  cd "${srcdir}/instead-${pkgver}"
-  echo "2" | ./configure.sh
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${srcdir}/instead-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/
-}

Copied: instead/repos/community-i686/PKGBUILD (from rev 88144, 
instead/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-12 13:33:50 UTC (rev 88145)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Kosyh 
+
+pkgname=instead
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="a quest interpreter"
+arch=('i686' 'x86_64')
+url="http://instead.googlecode.com/";
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz)
+md5sums=('c7082772f7cb972d825e8e183e9af90f')
+
+build() {
+  cd "${srcdir}/instead-${pkgver}"
+  echo "2" | ./configure.sh
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/instead-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+  cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-12 13:33:32 UTC (rev 88144)
+++ community-x86_64/PKGBUILD   2013-04-12 13:33:50 UTC (rev 88145)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Peter Kosyh 
-
-pkgname=instead
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="a quest interpreter"
-arch=('i686' 'x86_64')
-url="http://instead.googlecode.com/";
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
-optdepends=('instead-launcher: install and update INSTEAD games from net')
-source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz)
-md5sums=('4ec9f3e9f3300ce5a01b0d2b98974868')
-
-build() {
-  cd "${srcdir}/instead-${pkgver}"
-  echo "2" | ./configure.sh
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${srcdir}/instead-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/
-}

Copied: instead/repos/community-x86_64/PKGBUILD (from rev 88144, 
instead/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-12 13:33:50 UTC (rev 88145)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Peter Kosyh 
+
+pkgname=instead
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="a quest interpreter"
+arch=('i686' 'x86_64')
+url="http://instead.googlecode.com/";
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
+optdepends=('instead-launcher: install and update INSTEAD games from net')
+source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz)
+md5sums=('c7082772f7cb972d825e8e183e9af90f')
+
+build() {
+  cd "${srcdir}/instead-${pkgver}"
+  echo "2" | ./configure.sh
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}/instead-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+  cp -a doc/*.{html,txt,pdf} doc/examples $pkgdir/usr/share/doc/instead/
+}



[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2013-04-12 Thread Sébastien Luttringer
Date: Friday, April 12, 2013 @ 15:37:39
  Author: seblu
Revision: 88146

upgpkg: virtualbox-guest-iso 4.2.12-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 13:33:50 UTC (rev 88145)
+++ PKGBUILD2013-04-12 13:37:39 UTC (rev 88146)
@@ -8,7 +8,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=4.2.10
+pkgver=4.2.12
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -20,7 +20,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('e49046cd56398f9f9b8410154f1a0393'
+md5sums=('403098e688f9e7f4273de680f6734983'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {



[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2013-04-12 Thread Sébastien Luttringer
Date: Friday, April 12, 2013 @ 15:37:46
  Author: seblu
Revision: 88147

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 88146, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 88146, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 88146, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   62 ++---
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-12 13:37:39 UTC (rev 88146)
+++ PKGBUILD2013-04-12 13:37:46 UTC (rev 88147)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=4.2.10
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('e49046cd56398f9f9b8410154f1a0393'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 88146, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-12 13:37:46 UTC (rev 88147)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=4.2.12
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('403098e688f9e7f4273de680f6734983'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2013-04-12 13:37:39 UTC (rev 88146)
+++ license 2013-04-12 13:37:46 UTC (rev 88147)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the 

[arch-commits] Commit in fontconfig/trunk (PKGBUILD bug62980.patch git_fixes.diff)

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 15:49:19
  Author: andyrtr
Revision: 182662

upgpkg: fontconfig 2.10.92-3

update to latest git commits

Added:
  fontconfig/trunk/git_fixes.diff
Modified:
  fontconfig/trunk/PKGBUILD
Deleted:
  fontconfig/trunk/bug62980.patch

+
 PKGBUILD   |   10 
 bug62980.patch |   73 -
 git_fixes.diff |  732 +++
 3 files changed, 738 insertions(+), 77 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 12:59:58 UTC (rev 182661)
+++ PKGBUILD2013-04-12 13:49:19 UTC (rev 182662)
@@ -3,7 +3,7 @@
 
 pkgname=fontconfig
 pkgver=2.10.92
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for configuring and customizing font access"
 arch=(i686 x86_64)
 url="http://www.fontconfig.org/release/";
@@ -12,17 +12,19 @@
 options=('!libtool')
 install=fontconfig.install
 source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.bz2
-bug62980.patch)
+   git_fixes.diff)
 sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
-'d0d17ddbb5a20ef259eb33757904e076291a817312e94deb6d8f7b7cd064a3ce')
+'7dc98137405ee0e5f98f3266a760a4da27d78e3c2bc7b7ef4db6b481df3c39f0')
 
   # a nice page to test font matching:
   # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../bug62980.patch
 
+  # post release fixes
+  patch -Np1 -i ${srcdir}/git_fixes.diff
+
   # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo 
do this as well
   libtoolize -f
   autoreconf -fi

Deleted: bug62980.patch
===
--- bug62980.patch  2013-04-12 12:59:58 UTC (rev 182661)
+++ bug62980.patch  2013-04-12 13:49:19 UTC (rev 182662)
@@ -1,73 +0,0 @@
-From 8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da Mon Sep 17 00:00:00 2001
-From: Akira TAGOH 
-Date: Mon, 01 Apr 2013 09:16:28 +
-Subject: Bug 62980 - matching native fonts with even :lang=en
-
-Fix the matcher modified by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
-to deal with both strong and weak of FC_LANG as the same location in the score

-diff --git a/src/fcmatch.c b/src/fcmatch.c
-index 68f39ae..2d7b798 100644
 a/src/fcmatch.c
-+++ b/src/fcmatch.c
-@@ -227,9 +227,10 @@ typedef enum _FcMatcherPriorityDummy {
- #undef FC_OBJECT
- 
- #undef PRI1
--#define PRI1(n)   \
--PRI_ ## n ## _STRONG, \
--PRI_ ## n ## _WEAK
-+#define PRI1(n)   \
-+PRI_ ## n,\
-+PRI_ ## n ## _STRONG = PRI_ ## n, \
-+PRI_ ## n ## _WEAK = PRI_ ## n
- 
- typedef enum _FcMatcherPriority {
- PRI1(HASH),
-@@ -237,9 +238,8 @@ typedef enum _FcMatcherPriority {
- PRI1(FOUNDRY),
- PRI1(CHARSET),
- PRI_FAMILY_STRONG,
--PRI_LANG_STRONG,
- PRI_POSTSCRIPT_NAME_STRONG,
--PRI_LANG_WEAK,
-+PRI1(LANG),
- PRI_FAMILY_WEAK,
- PRI_POSTSCRIPT_NAME_WEAK,
- PRI1(SPACING),
-@@ -910,8 +910,7 @@ FcFontSetSort (FcConfig*config FC_UNUSED,
-* If this node matches any language, go check
-* which ones and satisfy those entries
-*/
--  if (nodeps[f]->score[PRI_LANG_STRONG] < 2000 ||
--  nodeps[f]->score[PRI_LANG_WEAK] < 2000)
-+  if (nodeps[f]->score[PRI_LANG] < 2000)
-   {
-   for (i = 0; i < nPatternLang; i++)
-   {
-@@ -935,13 +934,6 @@ FcFontSetSort (FcConfig   *config FC_UNUSED,
-   }
-   patternLangSat[i] = FcTrue;
-   satisfies = FcTrue;
--  /* adjust score to ensure it's not more than 1.0
--   * which would means the lang didn't satisfy the 
requirements
--   */
--  if (nodeps[f]->score[PRI_LANG_STRONG] > 1.0)
--  nodeps[f]->score[PRI_LANG_STRONG] = 1.0;
--  if (nodeps[f]->score[PRI_LANG_WEAK] > 1.0)
--  nodeps[f]->score[PRI_LANG_WEAK] = 1.0;
-   break;
-   }
-   }
-@@ -949,8 +941,7 @@ FcFontSetSort (FcConfig*config FC_UNUSED,
-   }
-   if (!satisfies)
-   {
--  nodeps[f]->score[PRI_LANG_STRONG] = 1.0;
--  nodeps[f]->score[PRI_LANG_WEAK] = 1.0;
-+  nodeps[f]->score[PRI_LANG] = 1.0;
-   }
- }
- 
---
-cgit v0.9.0.2-2-gbebe

Added: git_fixes.diff
===
--- git_fixes.diff  (rev 0)
+++ git_fixes.diff  2013-04-12 13:49:19 UTC (rev 182662)
@@ -0,0 +1,732 @@
+From 8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da Mon Sep 17 00:00:00 2001
+From: Akira TAGOH 
+Date: Mon, 01 Apr 2013 09:16:28 +
+Subject: Bug 62980 - ma

[arch-commits] Commit in fontconfig/repos (12 files)

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 15:49:41
  Author: andyrtr
Revision: 182663

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

Added:
  fontconfig/repos/testing-i686/PKGBUILD
(from rev 182662, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/testing-i686/fontconfig.install
(from rev 182662, fontconfig/trunk/fontconfig.install)
  fontconfig/repos/testing-i686/git_fixes.diff
(from rev 182662, fontconfig/trunk/git_fixes.diff)
  fontconfig/repos/testing-x86_64/PKGBUILD
(from rev 182662, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/testing-x86_64/fontconfig.install
(from rev 182662, fontconfig/trunk/fontconfig.install)
  fontconfig/repos/testing-x86_64/git_fixes.diff
(from rev 182662, fontconfig/trunk/git_fixes.diff)
Deleted:
  fontconfig/repos/testing-i686/PKGBUILD
  fontconfig/repos/testing-i686/bug62980.patch
  fontconfig/repos/testing-i686/fontconfig.install
  fontconfig/repos/testing-x86_64/PKGBUILD
  fontconfig/repos/testing-x86_64/bug62980.patch
  fontconfig/repos/testing-x86_64/fontconfig.install

---+
 /PKGBUILD |  110 +
 /fontconfig.install   |   78 +++
 testing-i686/PKGBUILD |   50 --
 testing-i686/bug62980.patch   |   73 ---
 testing-i686/fontconfig.install   |   39 -
 testing-i686/git_fixes.diff   |  732 
 testing-x86_64/PKGBUILD   |   50 --
 testing-x86_64/bug62980.patch |   73 ---
 testing-x86_64/fontconfig.install |   39 -
 testing-x86_64/git_fixes.diff |  732 
 10 files changed, 1652 insertions(+), 324 deletions(-)

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


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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 15:59:26
  Author: arodseth
Revision: 88148

upgpkg: scite 3.3.1-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 13:37:46 UTC (rev 88147)
+++ PKGBUILD2013-04-12 13:59:26 UTC (rev 88148)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.2.5
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -15,13 +15,11 @@
 depends=('desktop-file-utils' 'gtk2')
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
+install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz";)
-sha256sums=('ac3ca9588bb23ef21da2e22f6ef21416bbd7bf6957130a8e4057b3e5f3c58bef')
+sha256sums=('96f1b74f728375e405a39f210b34dfabbbd2654b9c30ba886d8c3b4acbafc717')
 
-build() {
-  cd "$srcdir"
-
+prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 
 sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
 setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
@@ -31,12 +29,13 @@
 "-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
   setconf scintilla/gtk/makefile CXXBASEFLAGS \
 "-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)"
-  cd "$srcdir/scintilla/gtk"
-  make
-  cd "$srcdir/$pkgname/gtk"
-  make
 }
 
+build() {
+  make -C "$srcdir/scintilla/gtk"
+  make -C "$srcdir/$pkgname/gtk"
+}
+
 package() {
   cd "$srcdir/$pkgname/gtk"
 



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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 15:59:38
  Author: arodseth
Revision: 88149

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

Added:
  scite/repos/community-i686/PKGBUILD
(from rev 88148, scite/trunk/PKGBUILD)
  scite/repos/community-i686/scite.install
(from rev 88148, scite/trunk/scite.install)
  scite/repos/community-x86_64/PKGBUILD
(from rev 88148, scite/trunk/PKGBUILD)
  scite/repos/community-x86_64/scite.install
(from rev 88148, scite/trunk/scite.install)
Deleted:
  scite/repos/community-i686/PKGBUILD
  scite/repos/community-i686/scite.install
  scite/repos/community-x86_64/PKGBUILD
  scite/repos/community-x86_64/scite.install

+
 /PKGBUILD  |  100 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   51 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 126 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-12 13:59:26 UTC (rev 88148)
+++ community-i686/PKGBUILD 2013-04-12 13:59:38 UTC (rev 88149)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas S Hatch 
-# Contributor: Corrado 'bardo' Primier 
-# Contributor: Jochem Kossen 
-# Contributor: Daniel J Griffiths 
-
-pkgname=scite
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz";)
-sha256sums=('ac3ca9588bb23ef21da2e22f6ef21416bbd7bf6957130a8e4057b3e5f3c58bef')
-
-build() {
-  cd "$srcdir"
-
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
-"-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
-"-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)"
-  cd "$srcdir/scintilla/gtk"
-  make
-  cd "$srcdir/$pkgname/gtk"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname/gtk"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname/License.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
-  install -Dm644 "$srcdir/scintilla/License.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
-  ln -sf SciTE "$pkgdir/usr/bin/scite"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 88148, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-12 13:59:38 UTC (rev 88149)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas S Hatch 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: Jochem Kossen 
+# Contributor: Daniel J Griffiths 
+
+pkgname=scite
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz";)
+sha256sums=('96f1b74f728375e405a39f210b34dfabbbd2654b9c30ba886d8c3b4acbafc717')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+"-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+"-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)"
+}
+
+build() {
+  make -C "$srcdir/scintilla/gtk"
+  make -C "$srcdir/$pkgname/gtk"
+}
+
+package() {
+  cd "$srcdir/$pkgname/gtk"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname/License.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
+  install -Dm644 "$srcdir/scintilla/License.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
+  ln -sf SciTE "$pkgdir/usr/bin/scite"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: c

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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:00:36
  Author: andyrtr
Revision: 182664

upgpkg: cups-filters 1.0.34-1

upstream update 1.0.34

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 13:49:41 UTC (rev 182663)
+++ PKGBUILD2013-04-12 14:00:36 UTC (rev 182664)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.0.33
+pkgver=1.0.34
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=(!libtool)
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
 cups-browsed.service)
-md5sums=('e35e497cbdb61ee29d9e7ffa58317c23'
+md5sums=('fea9cad6bbb14ab0635243ed5d1d5c77'
  '4c9f97eae201798000483c4e7109e690')
 
 build() {



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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:00:55
  Author: andyrtr
Revision: 182665

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 182664, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-i686/cups-browsed.service
(from rev 182664, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 182664, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/cups-browsed.service
(from rev 182664, cups-filters/trunk/cups-browsed.service)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-i686/cups-browsed.service
  cups-filters/repos/extra-x86_64/PKGBUILD
  cups-filters/repos/extra-x86_64/cups-browsed.service

---+
 /PKGBUILD |   98 
 /cups-browsed.service |   20 +++
 extra-i686/PKGBUILD   |   49 --
 extra-i686/cups-browsed.service   |   10 ---
 extra-x86_64/PKGBUILD |   49 --
 extra-x86_64/cups-browsed.service |   10 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-12 14:00:36 UTC (rev 182664)
+++ extra-i686/PKGBUILD 2013-04-12 14:00:55 UTC (rev 182665)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.0.33
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
-license=('GPL')
-depends=('lcms2' 'poppler>=0.22.2' 'qpdf>=4.0.0')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-options=(!libtool)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
-cups-browsed.service)
-md5sums=('e35e497cbdb61ee29d9e7ffa58317c23'
- '4c9f97eae201798000483c4e7109e690')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-  
-  # add missing systemd support
-  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 182664, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-12 14:00:55 UTC (rev 182665)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.0.34
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+depends=('lcms2' 'poppler>=0.22.2' 'qpdf>=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service)
+md5sums=('fea9cad6bbb14ab0635243ed5d1d5c77'
+ '4c9f97eae201798000483c4e7109e690')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # drop static

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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:06:56
  Author: andyrtr
Revision: 182666

upgpkg: sqlite 3.7.16.2-1

upstream update 3.7.16.2

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:00:55 UTC (rev 182665)
+++ PKGBUILD2013-04-12 14:06:56 UTC (rev 182666)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071601
+_amalgamationver=3071602
 _docver=${_amalgamationver}
 #_docver=3071601
-pkgver=3.7.16.1
+pkgver=3.7.16.2
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
license.txt)
 options=('!libtool' '!emptydirs')
-sha1sums=('b0d9b3e2ca3c50f72e5921e9532130787871b7ae'
-  '254dbed306ceb4e9017497dbafaa47280a2fc4ff'
+sha1sums=('85bf857cf86f34831d55d7ba97606dba581b8d62'
+  '998df3d9ada4a4a8a048bcf20613d1d02be77731'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {



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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:07:12
  Author: andyrtr
Revision: 182667

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 182666, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 182666, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 182666, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 182666, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 /PKGBUILD|  182 +
 /license.txt |   66 
 extra-i686/PKGBUILD  |   91 --
 extra-i686/license.txt   |   33 
 extra-x86_64/PKGBUILD|   91 --
 extra-x86_64/license.txt |   33 
 6 files changed, 248 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-12 14:06:56 UTC (rev 182666)
+++ extra-i686/PKGBUILD 2013-04-12 14:07:12 UTC (rev 182667)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite"
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071601
-_docver=${_amalgamationver}
-#_docver=3071601
-pkgver=3.7.16.1
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-sha1sums=('b0d9b3e2ca3c50f72e5921e9532130787871b7ae'
-  '254dbed306ceb4e9017497dbafaa47280a2fc4ff'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  # build sqlite
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline')
- provides=("sqlite3=$pkgver")
- replaces=("sqlite3")
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc="sqlite Tcl Extension Architecture (TEA)"
- depends=('sqlite')
- provides=("sqlite3-tcl=$pkgver")
- replaces=("sqlite3-tcl")
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite-doc() {
-
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
- provides=("sqlite3-doc=$pkgver")
- replaces=("sqlite3-doc")
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 182666, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-12 14:07:12 UTC (rev 182667)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3071602
+_docver=${_amalgamationver}
+#_docver=3071601
+pkgver=3.7.16.2
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686

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

2013-04-12 Thread Evangelos Foutras
Date: Friday, April 12, 2013 @ 16:07:43
  Author: foutrelis
Revision: 182668

upgpkg: firefox 20.0.1-2

Rebuild with GCC 4.7.2 and PGO re-enabled for i686 (FS#34738).

Modified:
  firefox/trunk/PKGBUILD

--+
 PKGBUILD |   50 +++---
 1 file changed, 19 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:07:12 UTC (rev 182667)
+++ PKGBUILD2013-04-12 14:07:43 UTC (rev 182668)
@@ -4,19 +4,19 @@
 
 pkgname=firefox
 pkgver=20.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone web browser from mozilla.org"
-arch=(i686 x86_64)
-license=(MPL GPL LGPL)
-depends=(gtk2 mozilla-common libxt startup-notification mime-types dbus-glib 
alsa-lib
- libnotify desktop-file-utils hicolor-icon-theme
- libvpx libevent nss hunspell sqlite)
-makedepends=(unzip zip diffutils python2 yasm mesa
- autoconf2.13 libidl2 xorg-server-xvfb imake)
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
+ 'dbus-glib' 'alsa-lib' 'libvpx' 'libevent' 'nss' 'hunspell' 'sqlite'
+  'libnotify' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'libidl2'
+ 'xorg-server-xvfb' 'imake')
 optdepends=('networkmanager: Location detection via available WiFi networks')
 url="http://www.mozilla.org/projects/firefox";
 install=firefox.install
-options=(!emptydirs)
+options=('!emptydirs')
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch)
 md5sums=('b822ff4b2348410587dec563235d9320'
@@ -26,7 +26,7 @@
  '0d053487907de4376d67d8f499c5502b'
  '52e52f840a49eb1d14be1c0065b03a93')
 
-prepare() {
+build() {
   cd mozilla-release
 
   cp ../mozconfig .mozconfig
@@ -42,38 +42,26 @@
   # WebRTC build tries to execute "python" and expects Python 2
   ln -s /usr/bin/python2 "$srcdir/path/python"
 
-  # Use gold, as Mozilla can use some of its features, such as safe ICF
-  ln -s /usr/bin/ld.gold "$srcdir/path/ld"
-
   # configure script misdetects the preprocessor without an optimization level
   # https://bugs.archlinux.org/task/34644
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-}
+  # TODO: re-enable when we're building with GCC >= 4.8 again
+  #sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
 
-build() {
-  cd mozilla-release
-
   export PATH="$srcdir/path:$PATH"
   export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox"
   export PYTHON="/usr/bin/python2"
   export MOZ_MAKE_FLAGS="$MAKEFLAGS"
   unset MAKEFLAGS
 
-  # Enable PGO for x86_64 only. i686 currently has problems:
-  # Either segfaults since gcc 4.8, or the linker runs out of memory
-  # If you discover that PGO again works on i686, please file a bug
-  if [[ $CARCH = x86_64 ]]; then
-export DISPLAY=:99
-Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 $DISPLAY &
-_fail=0
+  # Enable PGO
+  export DISPLAY=:99
+  Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 $DISPLAY &
+  _fail=0
 
-make -f client.mk build MOZ_PGO=1 || _fail=1
+  make -f client.mk build MOZ_PGO=1 || _fail=1
 
-kill $! || true
-return $_fail
-  else
-make -f client.mk build
-  fi
+  kill $! || true
+  return $_fail
 }
 
 package() {



[arch-commits] Commit in firefox/repos (28 files)

2013-04-12 Thread Evangelos Foutras
Date: Friday, April 12, 2013 @ 16:08:14
  Author: foutrelis
Revision: 182669

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

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

+
 /PKGBUILD  |  184 +++
 /firefox-install-dir.patch |   60 +++
 /firefox.desktop   |  242 +++
 /firefox.install   |   26 +++
 /mozconfig |   68 
 /shared-libs.patch |   24 +++
 /vendor.js |   18 ++
 extra-i686/PKGBUILD|  104 -
 extra-i686/firefox-install-dir.patch   |   30 ---
 extra-i686/firefox.desktop |  121 ---
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   34 
 extra-i686/shared-libs.patch   |   12 -
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |  104 -
 extra-x86_64/firefox-install-dir.patch |   30 ---
 extra-x86_64/firefox.desktop   |  121 ---
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   34 
 extra-x86_64/shared-libs.patch |   12 -
 extra-x86_64/vendor.js |9 -
 21 files changed, 622 insertions(+), 646 deletions(-)

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


[arch-commits] Commit in xf86-video-vmware/trunk (PKGBUILD git-fixes.patch)

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:13:21
  Author: andyrtr
Revision: 182670

upgpkg: xf86-video-vmware 13.0.0-3

fix use with Xorg 1.14

Modified:
  xf86-video-vmware/trunk/PKGBUILD
  xf86-video-vmware/trunk/git-fixes.patch

-+
 PKGBUILD|4 ++--
 git-fixes.patch |   34 ++
 2 files changed, 36 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:08:14 UTC (rev 182669)
+++ PKGBUILD2013-04-12 14:13:21 UTC (rev 182670)
@@ -3,7 +3,7 @@
 
 pkgname=xf86-video-vmware
 pkgver=13.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org vmware video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
 sha256sums=('44919ecd88654f2ab40a1732b5ea6a1dbd1c696b4b0748e68e8b5f1a3486bca6'
-'0a0fce7ddcb9c53da1b2aa1aa11317c10f0161026f40c82523c4dc0fd496016f')
+'9322d467d2111be4049e8649b1d2729a2a2ab35cc9769cfee5be63f18e176938')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: git-fixes.patch
===
--- git-fixes.patch 2013-04-12 14:08:14 UTC (rev 182669)
+++ git-fixes.patch 2013-04-12 14:13:21 UTC (rev 182670)
@@ -53,3 +53,37 @@
  miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
 --
 cgit v0.9.0.2-2-gbebe
+From d13a6334fe76f4e869b2cb8c0a6a13c185b1bedd Mon Sep 17 00:00:00 2001
+From: Loïc Yhuel 
+Date: Thu, 11 Apr 2013 09:29:10 +
+Subject: vmwgfx: Use myGlyphs to fix crashes
+
+Tested-by: Christian Hesse 
+Reviewed-by: Jakob Bornecrantz 
+Signed-off-by: Loïc Yhuel 
+Signed-off-by: Jakob Bornecrantz 
+---
+diff --git a/saa/saa_render.c b/saa/saa_render.c
+index c69f2c9..c6ce68c 100644
+--- a/saa/saa_render.c
 b/saa/saa_render.c
+@@ -406,6 +406,8 @@ saa_render_setup(ScreenPtr pScreen)
+   saa_wrap(sscreen, ps, Trapezoids, saa_trapezoids);
+   saa_wrap(sscreen, ps, Triangles, saa_triangles);
+   saa_wrap(sscreen, ps, Composite, saa_composite);
++  saa_wrap(sscreen, ps, Glyphs,miGlyphs);
++  saa_wrap(sscreen, ps, UnrealizeGlyph, miUnrealizeGlyph);
+ }
+ }
+ 
+@@ -419,6 +421,8 @@ saa_render_takedown(ScreenPtr pScreen)
+   saa_unwrap(sscreen, ps, Trapezoids);
+   saa_unwrap(sscreen, ps, Triangles);
+   saa_unwrap(sscreen, ps, Composite);
++  saa_unwrap(sscreen, ps, Glyphs);
++  saa_unwrap(sscreen, ps, UnrealizeGlyph);
+ }
+ }
+ #endif
+--
+cgit v0.9.0.2-2-gbebe



[arch-commits] Commit in xf86-video-vmware/repos (8 files)

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:13:36
  Author: andyrtr
Revision: 182671

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

Added:
  xf86-video-vmware/repos/extra-i686/PKGBUILD
(from rev 182670, xf86-video-vmware/trunk/PKGBUILD)
  xf86-video-vmware/repos/extra-i686/git-fixes.patch
(from rev 182670, xf86-video-vmware/trunk/git-fixes.patch)
  xf86-video-vmware/repos/extra-x86_64/PKGBUILD
(from rev 182670, xf86-video-vmware/trunk/PKGBUILD)
  xf86-video-vmware/repos/extra-x86_64/git-fixes.patch
(from rev 182670, xf86-video-vmware/trunk/git-fixes.patch)
Deleted:
  xf86-video-vmware/repos/extra-i686/PKGBUILD
  xf86-video-vmware/repos/extra-i686/git-fixes.patch
  xf86-video-vmware/repos/extra-x86_64/PKGBUILD
  xf86-video-vmware/repos/extra-x86_64/git-fixes.patch

--+
 /PKGBUILD|   66 +++
 /git-fixes.patch |  178 +
 extra-i686/PKGBUILD  |   33 ---
 extra-i686/git-fixes.patch   |   55 
 extra-x86_64/PKGBUILD|   33 ---
 extra-x86_64/git-fixes.patch |   55 
 6 files changed, 244 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-12 14:13:21 UTC (rev 182670)
+++ extra-i686/PKGBUILD 2013-04-12 14:13:36 UTC (rev 182671)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-vmware
-pkgver=13.0.0
-pkgrel=2
-pkgdesc="X.org vmware video driver"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libdrm' 'svga-dri' 'mesa')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 
'X-ABI-VIDEODRV_VERSION>=15')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool' '!emptydirs')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
-sha256sums=('44919ecd88654f2ab40a1732b5ea6a1dbd1c696b4b0748e68e8b5f1a3486bca6'
-'0a0fce7ddcb9c53da1b2aa1aa11317c10f0161026f40c82523c4dc0fd496016f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/git-fixes.patch
-  ./configure --prefix=/usr --enable-vmwarectrl-client
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-vmware/repos/extra-i686/PKGBUILD (from rev 182670, 
xf86-video-vmware/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-12 14:13:36 UTC (rev 182671)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vmware
+pkgver=13.0.0
+pkgrel=3
+pkgdesc="X.org vmware video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libdrm' 'svga-dri' 'mesa')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 
'X-ABI-VIDEODRV_VERSION>=15')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool' '!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('44919ecd88654f2ab40a1732b5ea6a1dbd1c696b4b0748e68e8b5f1a3486bca6'
+'9322d467d2111be4049e8649b1d2729a2a2ab35cc9769cfee5be63f18e176938')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr --enable-vmwarectrl-client
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-i686/git-fixes.patch
===
--- extra-i686/git-fixes.patch  2013-04-12 14:13:21 UTC (rev 182670)
+++ extra-i686/git-fixes.patch  2013-04-12 14:13:36 UTC (rev 182671)
@@ -1,55 +0,0 @@
-From 23d87c92b7211cc5249eefe4ab3a2c7f370e279e Mon Sep 17 00:00:00 2001
-From: Zack Rusin 
-Date: Thu, 14 Feb 2013 22:33:01 +
-Subject: Kill mibstore
-
-It was a noop for at least 5 years and it has been removed.
-
-Signed-off-by: Zack Rusin 

-diff --git a/saa/saa_priv.h b/saa/saa_priv.h
-index 6652054..5d81453 100644
 a/saa/saa_priv.h
-+++ b/saa/saa_priv.h
-@@ -48,7 +48,6 @@
- #include "pixmapstr.h"
- #include "windowstr.h"
- #include "servermd.h"
--#include "mibstore.h"
- #include "colormapst.h"
- #include "gcstruct.h"
- #include "input.h"
-diff --git a/src/vmware.c b/src/vmware.c
-index 41201f1..6b74e14 100644
 a/src/vmware.c
-+++ b/src/vmware.c
-@@ -23,7 +23,6 @@ char rcsId_vmware[] =
-

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

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 16:23:23
  Author: heftig
Revision: 182672

1.0.27

Modified:
  alsa-plugins/trunk/PKGBUILD
Deleted:
  alsa-plugins/trunk/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
  
alsa-plugins/trunk/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch

-+
 PKGBUILD|   12 +---
 alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch |   11 ---
 alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch |   29 
--
 3 files changed, 3 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:13:36 UTC (rev 182671)
+++ PKGBUILD2013-04-12 14:23:23 UTC (rev 182672)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=alsa-plugins
-pkgver=1.0.26
+pkgver=1.0.27
 pkgrel=1
 pkgdesc="Extra alsa plugins"
 arch=(i686 x86_64)
@@ -18,14 +18,11 @@
 'libsamplerate: libsamplerate resampling plugin'
 'speex: libspeexdsp resampling plugin')
 options=('!libtool')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";
-alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
-alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch)
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
+md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
 
 build() {
   cd $pkgname-$pkgver
-  patch -Np1 -i 
../alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
-  patch -Np1 -i ../alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
   ./configure --prefix=/usr
   make
 }
@@ -37,6 +34,3 @@
   install -d "$pkgdir/usr/share/doc/$pkgname"
   install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
 }
-md5sums=('4facd408326ef5567a7d4ceb6589e6b0'
- '50d9adcda20756d063e676a563c201d9'
- '697c6275f678d86ded2e5092d8a154c9')

Deleted: alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
===
--- alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch 2013-04-12 
14:13:36 UTC (rev 182671)
+++ alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch 2013-04-12 
14:23:23 UTC (rev 182672)
@@ -1,11 +0,0 @@
-diff -u -r alsa-plugins-1.0.25/a52/pcm_a52.c 
alsa-plugins-1.0.25-ffmpeg/a52/pcm_a52.c
 alsa-plugins-1.0.25/a52/pcm_a52.c  2012-01-25 08:57:07.0 +0100
-+++ alsa-plugins-1.0.25-ffmpeg/a52/pcm_a52.c   2012-06-09 00:42:52.177219012 
+0200
-@@ -702,7 +702,6 @@
-   rec->channels = channels;
-   rec->format = format;
- 
--  avcodec_init();
-   avcodec_register_all();
- 
-   rec->codec = avcodec_find_encoder_by_name("ac3_fixed");

Deleted: alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
===
--- alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch 
2013-04-12 14:13:36 UTC (rev 182671)
+++ alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch 
2013-04-12 14:23:23 UTC (rev 182672)
@@ -1,29 +0,0 @@
-Ffmpeg 0.11 (LIBAVCODEC_VERSION_MAJOR = 54) removed the CH_LAYOUT_* aliases 
for 
-the AV_CH_LAYOUT_* defines.
-
-diff -pru alsa-plugins-1.0.25-original/a52/pcm_a52.c 
alsa-plugins-1.0.25-for-ffmpeg-0.11/a52/pcm_a52.c
 alsa-plugins-1.0.25-original/a52/pcm_a52.c 2012-01-25 08:57:07.0 
+0100
-+++ alsa-plugins-1.0.25-for-ffmpeg-0.11/a52/pcm_a52.c  2012-06-01 
14:59:47.096671464 +0200
-@@ -441,7 +441,21 @@ static int a52_prepare(snd_pcm_ioplug_t
- #else
-   rec->avctx->sample_fmt = SAMPLE_FMT_S16;
- #endif
--#if LIBAVCODEC_VERSION_MAJOR > 52 || (LIBAVCODEC_VERSION_MAJOR == 52 && 
LIBAVCODEC_VERSION_MINOR >= 3)
-+#if (LIBAVCODEC_VERSION_MAJOR >= 54)
-+  switch (io->channels) {
-+  case 2:
-+  rec->avctx->channel_layout = AV_CH_LAYOUT_STEREO;
-+  break;
-+  case 4:
-+  rec->avctx->channel_layout = AV_CH_LAYOUT_QUAD;
-+  break;
-+  case 6:
-+  rec->avctx->channel_layout = AV_CH_LAYOUT_5POINT1;
-+  break;
-+  default:
-+  break;
-+  }
-+#elif (LIBAVCODEC_VERSION_MAJOR > 52 && LIBAVCODEC_VERSION_MAJOR < 54) || 
(LIBAVCODEC_VERSION_MAJOR == 52 && LIBAVCODEC_VERSION_MINOR >= 3)
-   switch (io->channels) {
-   case 2:
-   rec->avctx->channel_layout = CH_LAYOUT_STEREO;



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

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 16:23:59
  Author: heftig
Revision: 182673

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

Added:
  alsa-plugins/repos/extra-i686/PKGBUILD
(from rev 182672, alsa-plugins/trunk/PKGBUILD)
  alsa-plugins/repos/extra-x86_64/PKGBUILD
(from rev 182672, alsa-plugins/trunk/PKGBUILD)
Deleted:
  alsa-plugins/repos/extra-i686/PKGBUILD
  
alsa-plugins/repos/extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
  
alsa-plugins/repos/extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
  alsa-plugins/repos/extra-x86_64/PKGBUILD
  
alsa-plugins/repos/extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
  
alsa-plugins/repos/extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch

--+
 /PKGBUILD| 
  72 ++
 extra-i686/PKGBUILD  | 
  42 -
 extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch   | 
  11 -
 extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch   | 
  29 
 extra-x86_64/PKGBUILD| 
  42 -
 extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch | 
  11 -
 extra-x86_64/alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch | 
  29 
 7 files changed, 72 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-12 14:23:23 UTC (rev 182672)
+++ extra-i686/PKGBUILD 2013-04-12 14:23:59 UTC (rev 182673)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.0.26
-pkgrel=1
-pkgdesc="Extra alsa plugins"
-arch=(i686 x86_64)
-url="http://www.alsa-project.org";
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-options=('!libtool')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";
-alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
-alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch)
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i 
../alsa-plugins-1.0.25-ffmpeg-0.11-renamed-CH_LAYOUT-defs-v2.patch
-  patch -Np1 -i ../alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}
-md5sums=('4facd408326ef5567a7d4ceb6589e6b0'
- '50d9adcda20756d063e676a563c201d9'
- '697c6275f678d86ded2e5092d8a154c9')

Copied: alsa-plugins/repos/extra-i686/PKGBUILD (from rev 182672, 
alsa-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-12 14:23:59 UTC (rev 182673)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.0.27
+pkgrel=1
+pkgdesc="Extra alsa plugins"
+arch=(i686 x86_64)
+url="http://www.alsa-project.org";
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+options=('!libtool')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
+md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}

Deleted: extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch
===
--- extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch  
2013-04-12 14:23:23 UTC (rev 182672)
+++ extra-i686/alsa-plugins-1.0.25-ffmpeg-0.11-obsolete-avcodec_init.patch  
2013-04-12 14:23:59 UTC (rev 182673)
@@ -1,11 +0,0 @@
-diff -u -r alsa-plugins-1.0.25/a52/pcm_a52.c 
alsa-plugins-1.0.25-ffmpeg/a52/pcm_a52.c
 alsa-plugins-1.0.25/a52/p

[arch-commits] Commit in hplip/trunk (PKGBUILD hp-mkuri.patch)

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:26:14
  Author: andyrtr
Revision: 182674

upgpkg: hplip 3.13.4-1

upstream update 3.13.4; fix linking libnotify FS#34283

Added:
  hplip/trunk/hp-mkuri.patch
Modified:
  hplip/trunk/PKGBUILD

+
 PKGBUILD   |   17 +++--
 hp-mkuri.patch |   11 +++
 2 files changed, 22 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:23:59 UTC (rev 182673)
+++ PKGBUILD2013-04-12 14:26:14 UTC (rev 182674)
@@ -4,8 +4,8 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.13.3
-pkgrel=2
+pkgver=3.13.4
+pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com";
@@ -26,10 +26,12 @@
 options=('!libtool')
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
-cups-1.6-buildfix.diff)
-md5sums=('4a378cc08f7a4f131968c0966c1ceb8c'
- 'f37ad6d95a36d7547a2c60374fc4d1ec'
- 'ef64578c6cb3ce252dbdcb0f1c2f4a47')
+cups-1.6-buildfix.diff
+hp-mkuri.patch)
+md5sums=('e5c247161e2fd7685e0520e968393d19'
+ 'SKIP'
+ 'ef64578c6cb3ce252dbdcb0f1c2f4a47'
+ '0bd7779fdbc4d7a9386df04dce2cb8d4')
 
 build() {
  cd "$srcdir/$pkgname-$pkgver"
@@ -37,6 +39,9 @@
  # fix build with cups 1.6 - FC hplip-ipp-accessors.patch
  patch -p1 -i "${srcdir}/cups-1.6-buildfix.diff"
  
+ # fix linking libnotify, FS#34283
+ patch -Np0 -i ${srcdir}/hp-mkuri.patch
+ 
  export PYTHON=python2
  
  find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +

Added: hp-mkuri.patch
===
--- hp-mkuri.patch  (rev 0)
+++ hp-mkuri.patch  2013-04-12 14:26:14 UTC (rev 182674)
@@ -0,0 +1,11 @@
+--- io/hpmud/hp-mkuri.c.orig   2013-03-17 09:15:15.360624061 -0400
 io/hpmud/hp-mkuri.c2013-03-17 09:15:30.924316847 -0400
+@@ -266,7 +266,7 @@
+ 
+ /* Bypass glib build dependencies by loading libnotify manually. */  
+ 
+-if ((handle = load_library("libnotify.so.1")) == NULL)
++if ((handle = load_library("libnotify.so.4")) == NULL)
+ {
+BUG("failed to open libnotify: %m\n");
+goto bugout;



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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:26:39
  Author: andyrtr
Revision: 182675

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 182674, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/cups-1.6-buildfix.diff
(from rev 182674, hplip/trunk/cups-1.6-buildfix.diff)
  hplip/repos/extra-i686/hp-mkuri.patch
(from rev 182674, hplip/trunk/hp-mkuri.patch)
  hplip/repos/extra-i686/hplip.install
(from rev 182674, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 182674, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/cups-1.6-buildfix.diff
(from rev 182674, hplip/trunk/cups-1.6-buildfix.diff)
  hplip/repos/extra-x86_64/hp-mkuri.patch
(from rev 182674, hplip/trunk/hp-mkuri.patch)
  hplip/repos/extra-x86_64/hplip.install
(from rev 182674, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/cups-1.6-buildfix.diff
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/cups-1.6-buildfix.diff
  hplip/repos/extra-x86_64/hplip.install

-+
 /PKGBUILD   |  202 
 /cups-1.6-buildfix.diff |  784 ++
 /hplip.install  |   36 +
 extra-i686/PKGBUILD |   96 
 extra-i686/cups-1.6-buildfix.diff   |  392 -
 extra-i686/hp-mkuri.patch   |   11 
 extra-i686/hplip.install|   18 
 extra-x86_64/PKGBUILD   |   96 
 extra-x86_64/cups-1.6-buildfix.diff |  392 -
 extra-x86_64/hp-mkuri.patch |   11 
 extra-x86_64/hplip.install  |   18 
 11 files changed, 1044 insertions(+), 1012 deletions(-)

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


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

2013-04-12 Thread Andrea Scarpino
Date: Friday, April 12, 2013 @ 16:30:38
  Author: andrea
Revision: 182676

upgpkg: libkolabxml 0.8.4-1

Upstream release

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:26:39 UTC (rev 182675)
+++ PKGBUILD2013-04-12 14:30:38 UTC (rev 182676)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=libkolabxml
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
 pkgdesc="Kolab XML Format Schema Definitions Library"
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('xerces-c' 'boost-libs')
 makedepends=('cmake' 'boost' 'xsd' 'qt4')
 
source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('38ded7003255decf9cd46c6a3f442e6b'
- '493a9fcca56a244fc7403e4131cf7d5f')
+md5sums=('64887f52c6629bbd8e2390d591ef5892'
+ '55fcdaff82818c4a0eac50570db31e53')
 
 build() {
   mkdir build



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

2013-04-12 Thread Andrea Scarpino
Date: Friday, April 12, 2013 @ 16:30:48
  Author: andrea
Revision: 182677

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-12 14:30:38 UTC (rev 182676)
+++ extra-i686/PKGBUILD 2013-04-12 14:30:48 UTC (rev 182677)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkolabxml
-pkgver=0.8.3
-pkgrel=2
-pkgdesc="Kolab XML Format Schema Definitions Library"
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'qt4')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('38ded7003255decf9cd46c6a3f442e6b'
- '493a9fcca56a244fc7403e4131cf7d5f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolabxml/repos/extra-i686/PKGBUILD (from rev 182676, 
libkolabxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-12 14:30:48 UTC (rev 182677)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('64887f52c6629bbd8e2390d591ef5892'
+ '55fcdaff82818c4a0eac50570db31e53')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-12 14:30:38 UTC (rev 182676)
+++ extra-x86_64/PKGBUILD   2013-04-12 14:30:48 UTC (rev 182677)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkolabxml
-pkgver=0.8.3
-pkgrel=2
-pkgdesc="Kolab XML Format Schema Definitions Library"
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'qt4')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('38ded7003255decf9cd46c6a3f442e6b'
- '493a9fcca56a244fc7403e4131cf7d5f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolabxml/repos/extra-x86_64/PKGBUILD (from rev 182676, 
libkolabxml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-12 14:30:48 UTC (rev 182677)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('64887f52c6629bbd8e2390d591ef5892'
+ '55fcdaff82818c4a0eac50570db31e53')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2013-04-12 Thread Andrea Scarpino
Date: Friday, April 12, 2013 @ 16:31:42
  Author: andrea
Revision: 182678

upgpkg: libkolab 0.4.2-1

Upstream release

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:30:48 UTC (rev 182677)
+++ PKGBUILD2013-04-12 14:31:42 UTC (rev 182678)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=libkolab
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="Advanced Kolab Object Handling Library"
 url='http://git.kolab.org/libkolab/'
@@ -11,8 +11,8 @@
 depends=('libkolabxml' 'kdepimlibs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('16c4d513fd41f498348ab401a79cdaf6'
- '18e76021f9b91df75c798ef24962de06')
+md5sums=('76c112b18c1c0928af5e6e9733a424d3'
+ '2b289570a6ca6d8105b2865a953fa36d')
 
 build() {
   mkdir build



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

2013-04-12 Thread Andrea Scarpino
Date: Friday, April 12, 2013 @ 16:31:51
  Author: andrea
Revision: 182679

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-12 14:31:42 UTC (rev 182678)
+++ extra-i686/PKGBUILD 2013-04-12 14:31:51 UTC (rev 182679)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkolab
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="Advanced Kolab Object Handling Library"
-url='http://git.kolab.org/libkolab/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libkolabxml' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('16c4d513fd41f498348ab401a79cdaf6'
- '18e76021f9b91df75c798ef24962de06')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolab/repos/extra-i686/PKGBUILD (from rev 182678, 
libkolab/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-12 14:31:51 UTC (rev 182679)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolab
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Advanced Kolab Object Handling Library"
+url='http://git.kolab.org/libkolab/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkolabxml' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('76c112b18c1c0928af5e6e9733a424d3'
+ '2b289570a6ca6d8105b2865a953fa36d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-12 14:31:42 UTC (rev 182678)
+++ extra-x86_64/PKGBUILD   2013-04-12 14:31:51 UTC (rev 182679)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkolab
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="Advanced Kolab Object Handling Library"
-url='http://git.kolab.org/libkolab/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libkolabxml' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('16c4d513fd41f498348ab401a79cdaf6'
- '18e76021f9b91df75c798ef24962de06')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolab/repos/extra-x86_64/PKGBUILD (from rev 182678, 
libkolab/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-12 14:31:51 UTC (rev 182679)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolab
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Advanced Kolab Object Handling Library"
+url='http://git.kolab.org/libkolab/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkolabxml' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('76c112b18c1c0928af5e6e9733a424d3'
+ '2b289570a6ca6d8105b2865a953fa36d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2013-04-12 Thread Laurent Carlier
Date: Friday, April 12, 2013 @ 16:36:29
  Author: lcarlier
Revision: 88150

upgpkg: lib32-sqlite 3.7.16.2-1

Sync with extra

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 13:59:38 UTC (rev 88149)
+++ PKGBUILD2013-04-12 14:36:29 UTC (rev 88150)
@@ -5,10 +5,10 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_amalgamationver=3071601
+_amalgamationver=3071602
 _docver=${_amalgamationver}
-#_docver=3071600
-pkgver=3.7.16.1
+#_docver=3071601
+pkgver=3.7.16.2
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz)
 options=(!libtool)
-sha1sums=('b0d9b3e2ca3c50f72e5921e9532130787871b7ae')
+sha1sums=('85bf857cf86f34831d55d7ba97606dba581b8d62')
 provides=("lib32-sqlite3=$pkgver")
 replaces=("lib32-sqlite3")
 conflicts=("lib32-sqlite3")



[arch-commits] Commit in lib32-sqlite/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-04-12 Thread Laurent Carlier
Date: Friday, April 12, 2013 @ 16:36:35
  Author: lcarlier
Revision: 88151

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD
(from rev 88150, lib32-sqlite/trunk/PKGBUILD)
Deleted:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-12 14:36:29 UTC (rev 88150)
+++ PKGBUILD2013-04-12 14:36:35 UTC (rev 88151)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut 
-# Contributor: Mikko Seppälä 
-# Contributor: Kaos < gianlucaatlas dot gmail dot com >
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3071601
-_docver=${_amalgamationver}
-#_docver=3071600
-pkgver=3.7.16.1
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz)
-options=(!libtool)
-sha1sums=('b0d9b3e2ca3c50f72e5921e9532130787871b7ae')
-provides=("lib32-sqlite3=$pkgver")
-replaces=("lib32-sqlite3")
-conflicts=("lib32-sqlite3")
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export LTLINK_EXTRAS="-ldl"
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---enable-threadsafe \
---disable-static
-
-  # rpath removal
-  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
-  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 88150, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-12 14:36:35 UTC (rev 88151)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3071602
+_docver=${_amalgamationver}
+#_docver=3071601
+pkgver=3.7.16.2
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz)
+options=(!libtool)
+sha1sums=('85bf857cf86f34831d55d7ba97606dba581b8d62')
+provides=("lib32-sqlite3=$pkgver")
+replaces=("lib32-sqlite3")
+conflicts=("lib32-sqlite3")
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--enable-threadsafe \
+--disable-static
+
+  # rpath removal
+  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' 
libtool
+  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:45:55
  Author: andyrtr
Revision: 182680

prepare next release

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:31:51 UTC (rev 182679)
+++ PKGBUILD2013-04-12 14:45:55 UTC (rev 182680)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt')
-pkgver=0.22.2
+pkgver=0.22.3
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,19 +13,19 @@
 _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
 source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
 
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
-md5sums=('3939740201c59c470bc7198003450a20'
+md5sums=('be915388eaad6865cee5a156c8119ec1'
  '9dc64c254a31e570507bdd4ad4ba629a')
 
 build() {
-  . /etc/profile.d/qt4.sh
+#  . /etc/profile.d/qt4.sh
 
   cd "${srcdir}"
   ln -sf test-${_testtag} test
   cd ${pkgbase}-${pkgver}
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac
 
-  autoreconf -fi
+#  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+#  sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac
+#  autoreconf -fi
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \



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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:49:29
  Author: andyrtr
Revision: 182681

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

Added:
  poppler/repos/staging-i686/
  poppler/repos/staging-i686/PKGBUILD
(from rev 182680, poppler/trunk/PKGBUILD)
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 182680, poppler/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   84 ++
 staging-x86_64/PKGBUILD |   84 ++
 2 files changed, 168 insertions(+)

Copied: poppler/repos/staging-i686/PKGBUILD (from rev 182680, 
poppler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-12 14:49:29 UTC (rev 182681)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.22.3
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url="http://poppler.freedesktop.org/";
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('be915388eaad6865cee5a156c8119ec1'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+#  . /etc/profile.d/qt4.sh
+
+  cd "${srcdir}"
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+
+#  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+#  sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac
+#  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=("poppler-qt3<${pkgver}")
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/poppler"
+  make DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  cd "${srcdir}/${pkgbase}-${pkgver}/glib"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 ../poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+  rm -f "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt() {
+  pkgdesc="Poppler Qt bindings"
+  depends=("poppler=${pkgver}" 'qt4')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/poppler"
+  make DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  cd "${srcdir}/${pkgbase}-${pkgver}/qt4"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 ../poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+}

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 182680, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-12 14:49:29 UTC (rev 182681)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.22.3
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url="http://poppler.freedesktop.org/";
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('be915388eaad6865cee5a156c8119ec1'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+#  . /etc/profile.d/qt4.sh
+
+  cd "${srcdir}"
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+
+#  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+#  sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac
+#  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+

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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:56:52
  Author: andyrtr
Revision: 182682

upgpkg: cups-filters 1.0.34-2

poppler rebuild

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:49:29 UTC (rev 182681)
+++ PKGBUILD2013-04-12 14:56:52 UTC (rev 182682)
@@ -3,12 +3,12 @@
 
 pkgname=cups-filters
 pkgver=1.0.34
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
 license=('GPL')
-depends=('lcms2' 'poppler>=0.22.2' 'qpdf>=4.0.0')
+depends=('lcms2' 'poppler>=0.22.3' 'qpdf>=4.0.0')
 makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
 optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'



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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 16:57:04
  Author: andyrtr
Revision: 182683

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

Added:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 182682, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-i686/cups-browsed.service
(from rev 182682, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 182682, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/cups-browsed.service
(from rev 182682, cups-filters/trunk/cups-browsed.service)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-i686/cups-browsed.service   |   10 ++
 staging-x86_64/PKGBUILD |   49 ++
 staging-x86_64/cups-browsed.service |   10 ++
 4 files changed, 118 insertions(+)

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 182682, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-12 14:57:04 UTC (rev 182683)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.0.34
+pkgrel=2
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+depends=('lcms2' 'poppler>=0.22.3' 'qpdf>=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service)
+md5sums=('fea9cad6bbb14ab0635243ed5d1d5c77'
+ '4c9f97eae201798000483c4e7109e690')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add missing systemd support
+  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Copied: cups-filters/repos/staging-i686/cups-browsed.service (from rev 182682, 
cups-filters/trunk/cups-browsed.service)
===
--- staging-i686/cups-browsed.service   (rev 0)
+++ staging-i686/cups-browsed.service   2013-04-12 14:57:04 UTC (rev 182683)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
+
+[Service]
+ExecStart=/usr/sbin/cups-browsed
+
+[Install]
+WantedBy=multi-user.target

Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 182682, 
cups-filters/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-12 14:57:04 UTC (rev 182683)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.0.34
+pkgrel=2
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+depends=('lcms2' 'poppler>=0.22.3' 'qpdf>=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service)
+md5sums=('fea9cad6bbb14ab0635243ed5d1d5c77'
+ 

[arch-commits] Commit in giggle/trunk (PKGBUILD gtksourceview3.7.patch)

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 17:01:19
  Author: heftig
Revision: 88152

gtksourceview bump

Added:
  giggle/trunk/gtksourceview3.7.patch
Modified:
  giggle/trunk/PKGBUILD

+
 PKGBUILD   |   31 ---
 gtksourceview3.7.patch |   36 
 2 files changed, 56 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:36:35 UTC (rev 88151)
+++ PKGBUILD2013-04-12 15:01:19 UTC (rev 88152)
@@ -4,28 +4,37 @@
 
 pkgname=giggle
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Git repository viewer"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://live.gnome.org/giggle";
-license=('GPL')
-depends=('git' 'gtksourceview3' 'vte3')
-makedepends=('intltool' 'itstool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.7/$pkgname-$pkgver.tar.xz)
+license=(GPL)
+depends=(git gtksourceview3 vte3 desktop-file-utils hicolor-icon-theme)
+makedepends=(intltool itstool)
 options=(!libtool)
 install=giggle.install
-sha256sums=('ae2e2237fa0d0999d99d0a0ee9b7ec147e80bd2472d59a045b2b01eb02261f59')
+source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.7/$pkgname-$pkgver.tar.xz
+gtksourceview3.7.patch)
+sha256sums=('ae2e2237fa0d0999d99d0a0ee9b7ec147e80bd2472d59a045b2b01eb02261f59'
+'ca0b841d11bb5072741784dbeb72705eddf8e2bde780b8712355d5b66e456b37')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../gtksourceview3.7.patch
+}
+
 build() {
   cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
-
   make DESTDIR="$pkgdir" install
 }

Added: gtksourceview3.7.patch
===
--- gtksourceview3.7.patch  (rev 0)
+++ gtksourceview3.7.patch  2013-04-12 15:01:19 UTC (rev 88152)
@@ -0,0 +1,36 @@
+From a7ff573b7f3320c2065e8d0eaf0fea32a41b Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger 
+Date: Wed, 03 Apr 2013 20:26:17 +
+Subject: Directly include gtksourcebuffer.h
+
+Until gtksourceview 3.7, it was included indirectly by gtksourceview.h.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=697220
+---
+diff --git a/src/giggle-diff-view.c b/src/giggle-diff-view.c
+index 3ded28d..ff6bbe3 100644
+--- a/src/giggle-diff-view.c
 b/src/giggle-diff-view.c
+@@ -29,6 +29,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ typedef struct GiggleDiffViewPriv GiggleDiffViewPriv;
+ typedef struct GiggleDiffViewFile GiggleDiffViewFile;
+ typedef struct GiggleDiffViewHunk GiggleDiffViewHunk;
+diff --git a/src/giggle-view-file.c b/src/giggle-view-file.c
+index 130af4a..517858d 100644
+--- a/src/giggle-view-file.c
 b/src/giggle-view-file.c
+@@ -40,6 +40,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #define GIGGLE_TYPE_VIEW_FILE_SNAPSHOT
(giggle_view_file_snapshot_get_type ())
+ #define GIGGLE_VIEW_FILE_SNAPSHOT(obj)(G_TYPE_CHECK_INSTANCE_CAST 
((obj), GIGGLE_TYPE_VIEW_FILE_SNAPSHOT, GiggleViewFileSnapshot))
+--
+cgit v0.9.1



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

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 17:10:13
  Author: heftig
Revision: 88153

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

Added:
  giggle/repos/community-testing-i686/
  giggle/repos/community-testing-i686/PKGBUILD
(from rev 88152, giggle/trunk/PKGBUILD)
  giggle/repos/community-testing-i686/giggle.install
(from rev 88152, giggle/trunk/giggle.install)
  giggle/repos/community-testing-i686/gtksourceview3.7.patch
(from rev 88152, giggle/trunk/gtksourceview3.7.patch)
  giggle/repos/community-testing-x86_64/
  giggle/repos/community-testing-x86_64/PKGBUILD
(from rev 88152, giggle/trunk/PKGBUILD)
  giggle/repos/community-testing-x86_64/giggle.install
(from rev 88152, giggle/trunk/giggle.install)
  giggle/repos/community-testing-x86_64/gtksourceview3.7.patch
(from rev 88152, giggle/trunk/gtksourceview3.7.patch)

-+
 community-testing-i686/PKGBUILD |   40 ++
 community-testing-i686/giggle.install   |   13 +++
 community-testing-i686/gtksourceview3.7.patch   |   36 +++
 community-testing-x86_64/PKGBUILD   |   40 ++
 community-testing-x86_64/giggle.install |   13 +++
 community-testing-x86_64/gtksourceview3.7.patch |   36 +++
 6 files changed, 178 insertions(+)

Copied: giggle/repos/community-testing-i686/PKGBUILD (from rev 88152, 
giggle/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-12 15:10:13 UTC (rev 88153)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: neodreams 
+
+pkgname=giggle
+pkgver=0.7
+pkgrel=2
+pkgdesc="Git repository viewer"
+arch=(i686 x86_64)
+url="http://live.gnome.org/giggle";
+license=(GPL)
+depends=(git gtksourceview3 vte3 desktop-file-utils hicolor-icon-theme)
+makedepends=(intltool itstool)
+options=(!libtool)
+install=giggle.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.7/$pkgname-$pkgver.tar.xz
+gtksourceview3.7.patch)
+sha256sums=('ae2e2237fa0d0999d99d0a0ee9b7ec147e80bd2472d59a045b2b01eb02261f59'
+'ca0b841d11bb5072741784dbeb72705eddf8e2bde780b8712355d5b66e456b37')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../gtksourceview3.7.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: giggle/repos/community-testing-i686/giggle.install (from rev 88152, 
giggle/trunk/giggle.install)
===
--- community-testing-i686/giggle.install   (rev 0)
+++ community-testing-i686/giggle.install   2013-04-12 15:10:13 UTC (rev 
88153)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -f -t -q /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+

Copied: giggle/repos/community-testing-i686/gtksourceview3.7.patch (from rev 
88152, giggle/trunk/gtksourceview3.7.patch)
===
--- community-testing-i686/gtksourceview3.7.patch   
(rev 0)
+++ community-testing-i686/gtksourceview3.7.patch   2013-04-12 15:10:13 UTC 
(rev 88153)
@@ -0,0 +1,36 @@
+From a7ff573b7f3320c2065e8d0eaf0fea32a41b Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger 
+Date: Wed, 03 Apr 2013 20:26:17 +
+Subject: Directly include gtksourcebuffer.h
+
+Until gtksourceview 3.7, it was included indirectly by gtksourceview.h.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=697220
+---
+diff --git a/src/giggle-diff-view.c b/src/giggle-diff-view.c
+index 3ded28d..ff6bbe3 100644
+--- a/src/giggle-diff-view.c
 b/src/giggle-diff-view.c
+@@ -29,6 +29,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ typedef struct GiggleDiffViewPriv GiggleDiffViewPriv;
+ typedef struct GiggleDiffViewFile GiggleDiffViewFile;
+ typedef struct GiggleDiffViewHunk GiggleDiffViewHunk;
+diff --git a/src/giggle-view-file.c b/src/giggle-view-file.c
+index 130af4a..517858d 100644
+--- a/src/giggle-view-file.c
 b/src/giggle-view-file.c
+@@ -40,6 +40,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #define GIGGLE_TYPE_VIEW_FILE_SNAPSHOT
(giggle_view_file_snapshot_get_type ())
+ #define GIGGLE_VIEW_FILE_SNAPSHOT(obj)(G_TYPE_CHECK_INSTANCE_CAST 
((obj), GIGGLE_TYPE_VIEW_FILE_SNAPSHOT, GiggleViewFileSnapshot))
+--
+cgit v0.9.1

Copied: giggle/repos/community-testing-x86_64/PKGBUILD (from rev 88152, 
giggle/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ c

[arch-commits] Commit in virtualbox/trunk (5 files)

2013-04-12 Thread Sébastien Luttringer
Date: Friday, April 12, 2013 @ 17:49:36
  Author: seblu
Revision: 88154

upgpkg: virtualbox 4.2.12-1

Added:
  virtualbox/trunk/003-gcc-48.patch
  virtualbox/trunk/004-system-xorg.patch
Modified:
  virtualbox/trunk/PKGBUILD
Deleted:
  virtualbox/trunk/003-linux-3.8.patch
  virtualbox/trunk/18-system-xorg.patch

---+
 003-gcc-48.patch  |   39 +++
 003-linux-3.8.patch   |   15 --
 004-system-xorg.patch |  245 
 18-system-xorg.patch  |  245 
 PKGBUILD  |   27 +++--
 5 files changed, 301 insertions(+), 270 deletions(-)

Added: 003-gcc-48.patch
===
--- 003-gcc-48.patch(rev 0)
+++ 003-gcc-48.patch2013-04-12 15:49:36 UTC (rev 88154)
@@ -0,0 +1,39 @@
+Index: configure
+===
+--- a/configure(revision 45449)
 a/configure(revision 45450)
+@@ -416,7 +416,7 @@
+   elif [ $cc_maj -lt 3 \
+  -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
+  -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
+- -o \( $cc_maj -eq 4 -a $cc_min -gt 7 \) \
++ -o \( $cc_maj -eq 4 -a $cc_min -gt 8 \) \
+  -o $cc_maj -gt 4 ]; then
+ log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or 
gcc 4.x with 0http://download.virtualbox.org/virtualbox/$pkgver/VirtualBox-$pkgver.tar.bz2";
 '10-vboxdrv.rules'
@@ -51,8 +55,9 @@
 'vboxweb.service'
 '001-vboxdrv-reference.patch'
 '002-change_default_driver_dir.patch'
-'18-system-xorg.patch')
-md5sums=('99349df34caacdecbb7cf3908631c3f3'
+'003-gcc-48.patch'
+'004-system-xorg.patch')
+md5sums=('654e45054ae6589452508d37403dc800'
  '5f85710e0b8606de967716ded7b2d351'
  'ed1341881437455d9735875ddf455fbe'
  '58d6e5bb4b4c1c6f3f0b3daa6aaeed03'
@@ -60,20 +65,22 @@
  'bc9efed88e0469cd7fc460d5a5cd7b4b'
  '6dbd16b9d1530fc42ff6904cd80be91d'
  '97e193f050574dd272a38e5ee5ebe62b'
+ '7cf8611ae5850b86323b690e430eeed7'
  '4da461f8c90caa123b47c62479f426b4')
 
-build() {
+prepare() {
 cd "VirtualBox-$pkgver"
-
 # Apply patches
 for _p in "$srcdir"/*.patch; do
 [[ -e $_p ]] || continue
 msg2 "Appy patch ${_p##*/}"
 patch -Np1 -i "$_p"
 done
+}
 
+build() {
+cd "VirtualBox-$pkgver"
 cp "$srcdir/LocalConfig.kmk" .
-
 # fake makeself binary to compile without nofatal
 ln -s /bin/echo makeself
 export PATH="$CWD:$PATH"



[arch-commits] Commit in virtualbox/repos (60 files)

2013-04-12 Thread Sébastien Luttringer
Date: Friday, April 12, 2013 @ 17:50:10
  Author: seblu
Revision: 88155

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

Added:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
(from rev 88154, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-i686/002-change_default_driver_dir.patch
(from rev 88154, virtualbox/trunk/002-change_default_driver_dir.patch)
  virtualbox/repos/community-i686/003-gcc-48.patch
(from rev 88154, virtualbox/trunk/003-gcc-48.patch)
  virtualbox/repos/community-i686/004-system-xorg.patch
(from rev 88154, virtualbox/trunk/004-system-xorg.patch)
  virtualbox/repos/community-i686/10-vboxdrv.rules
(from rev 88154, virtualbox/trunk/10-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 88154, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 88154, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 88154, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 88154, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 88154, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 88154, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 88154, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 88154, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 88154, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 88154, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
(from rev 88154, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-x86_64/002-change_default_driver_dir.patch
(from rev 88154, virtualbox/trunk/002-change_default_driver_dir.patch)
  virtualbox/repos/community-x86_64/003-gcc-48.patch
(from rev 88154, virtualbox/trunk/003-gcc-48.patch)
  virtualbox/repos/community-x86_64/004-system-xorg.patch
(from rev 88154, virtualbox/trunk/004-system-xorg.patch)
  virtualbox/repos/community-x86_64/10-vboxdrv.rules
(from rev 88154, virtualbox/trunk/10-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 88154, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 88154, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 88154, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 88154, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 88154, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 88154, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 88154, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from rev 88154, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 88154, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 88154, virtualbox/trunk/virtualbox.install)
Deleted:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
  virtualbox/repos/community-i686/002-change_default_driver_dir.patch
  virtualbox/repos/community-i686/003-linux-3.8.patch
  virtualbox/repos/community-i686/10-vboxdrv.rules
  virtualbox/repos/community-i686/18-system-xorg.patch
  virtualbox/repos/community-i686/60-vboxguest.rules
  virtualbox/repos/community-i686/LocalConfig.kmk
  virtualbox/repos/community-i686/PKGBUILD
  virtualbox/repos/community-i686/vboxservice.service
  virtualbox/repos/community-i686/vboxweb.service
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
  virtualbox/repos/community-i686/virtualbox.install
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
  virtualbox/repos/community-x86_64/002-change_default_driver_dir.patch
  virtualbox/repos/community-x86_64/003-linux-3.8.patch
  virtualbox/repos/community-x86_64/10-vboxdrv.rules
  virtualbox/repos/community-x86_64/18-system-xorg.patch
  virtualbox/repos/community-x86_64/60-vboxguest.rules
  virtualbox/repos/community-x86_64/LocalConfig.kmk
  virtualbox/repos/commu

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2013-04-12 Thread Sébastien Luttringer
Date: Friday, April 12, 2013 @ 17:58:34
  Author: seblu
Revision: 88156

upgpkg: virtualbox-modules-lts 4.2.12-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 15:50:10 UTC (rev 88155)
+++ PKGBUILD2013-04-12 15:58:34 UTC (rev 88156)
@@ -5,8 +5,8 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.2.10
-pkgrel=3
+pkgver=4.2.12
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2013-04-12 Thread Sébastien Luttringer
Date: Friday, April 12, 2013 @ 17:58:47
  Author: seblu
Revision: 88157

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 88156, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 88156, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 88156, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 88156, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 88156, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 88156, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 88156, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 88156, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  140 
 /build.sh |   50 +
 /virtualbox-guest-modules-lts.install |   32 +++
 /virtualbox-host-modules-lts.install  |   36 
 community-i686/PKGBUILD   |   70 
 community-i686/build.sh   |   25 --
 community-i686/virtualbox-guest-modules-lts.install   |   16 -
 community-i686/virtualbox-host-modules-lts.install|   18 --
 community-x86_64/PKGBUILD |   70 
 community-x86_64/build.sh |   25 --
 community-x86_64/virtualbox-guest-modules-lts.install |   16 -
 community-x86_64/virtualbox-host-modules-lts.install  |   18 --
 12 files changed, 258 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-12 15:58:34 UTC (rev 88156)
+++ community-i686/PKGBUILD 2013-04-12 15:58:47 UTC (rev 88157)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.2.10
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts-headers'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver"
- 'expac'
- 'bc')
-
-build() {
-  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
-
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
-  _extraver=extramodules-${_kernver%.*}-lts
-
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=("linux-lts>=${_kernver%.*}" "linux-lts<$(echo 
"${_kernver%.*}+0.1"|bc)")
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=("virtualbox-host-modules=$pkgver")
-  install=virtualbox-host-modules-lts.install
-
-  install -dm755 "$pkgdir/usr/lib/modules/$_extraver"
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extraver"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/" 
"$startdir/virtualbox-host-modules-lts.install"
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
-  _extraver=extramodules-${_kernver%.*}-lts
-
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=("linux-lts>=${_kernver%.*}" "linux-lts

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

2013-04-12 Thread Laurent Carlier
Date: Friday, April 12, 2013 @ 17:59:13
  Author: lcarlier
Revision: 88158

upgpkg: gambas3 3.4.0-7

poppler 0.22.3 .so rebuilds

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 15:58:47 UTC (rev 88157)
+++ PKGBUILD2013-04-12 15:59:13 UTC (rev 88158)
@@ -16,7 +16,7 @@
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
 pkgver=3.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/";



[arch-commits] Commit in gambas3/repos (11 files)

2013-04-12 Thread Laurent Carlier
Date: Friday, April 12, 2013 @ 17:59:27
  Author: lcarlier
Revision: 88159

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 88158, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/fix-xfce4-terminal.patch
(from rev 88158, gambas3/trunk/fix-xfce4-terminal.patch)
  gambas3/repos/community-staging-i686/gambas3-runtime.install
(from rev 88158, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-i686/gambas3-script.install
(from rev 88158, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 88158, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/fix-xfce4-terminal.patch
(from rev 88158, gambas3/trunk/fix-xfce4-terminal.patch)
  gambas3/repos/community-staging-x86_64/gambas3-runtime.install
(from rev 88158, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-x86_64/gambas3-script.install
(from rev 88158, gambas3/trunk/gambas3-script.install)
Modified:
  gambas3/repos/community-i686/PKGBUILD

---+
 community-i686/PKGBUILD   |2 
 community-staging-i686/PKGBUILD   |  904 
 community-staging-i686/fix-xfce4-terminal.patch   |  476 ++
 community-staging-i686/gambas3-runtime.install|   10 
 community-staging-i686/gambas3-script.install |   15 
 community-staging-x86_64/PKGBUILD |  904 
 community-staging-x86_64/fix-xfce4-terminal.patch |  476 ++
 community-staging-x86_64/gambas3-runtime.install  |   10 
 community-staging-x86_64/gambas3-script.install   |   15 
 9 files changed, 2811 insertions(+), 1 deletion(-)

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


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

2013-04-12 Thread Sébastien Luttringer
Date: Friday, April 12, 2013 @ 18:17:34
  Author: seblu
Revision: 88160

upgpkg: virtualbox-modules 4.2.12-1

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 15:59:27 UTC (rev 88159)
+++ PKGBUILD2013-04-12 16:17:34 UTC (rev 88160)
@@ -4,9 +4,8 @@
 
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.10
-_extramodules=extramodules-3.8-ARCH
-pkgrel=4
+pkgver=4.2.12
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -17,7 +16,7 @@
  'bc')
 
 build() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
 
   # dkms need modification to be run as user
   cp -r /var/lib/dkms .
@@ -31,7 +30,8 @@
 }
 
 package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+  _extraver=extramodules-${_kernver%.*}-ARCH
 
   pkgdesc='Host kernel modules for VirtualBox'
   depends=("linux>=${_kernver%.*}" "linux<$(echo "${_kernver%.*}+0.1"|bc)")
@@ -39,15 +39,16 @@
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
 
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extraver"
   cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extraver"
   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/" 
"$startdir/virtualbox-host-modules.install"
+  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/" 
"$startdir/virtualbox-host-modules.install"
 }
 
 package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+  _extraver=extramodules-${_kernver%.*}-ARCH
 
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
@@ -56,11 +57,11 @@
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install
 
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extraver"
   cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extraver"
   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/" 
"$startdir/virtualbox-guest-modules.install"
+  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/" 
"$startdir/virtualbox-guest-modules.install"
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-04-12 Thread Sébastien Luttringer
Date: Friday, April 12, 2013 @ 18:17:46
  Author: seblu
Revision: 88161

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 88160, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 88160, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 88160, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 88160, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 88160, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 88160, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 88160, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 88160, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  134 
 /build.sh |   50 +++
 /virtualbox-guest-modules.install |   34 +
 /virtualbox-host-modules.install  |   38 +
 community-i686/PKGBUILD   |   66 -
 community-i686/build.sh   |   25 ---
 community-i686/virtualbox-guest-modules.install   |   17 --
 community-i686/virtualbox-host-modules.install|   19 --
 community-x86_64/PKGBUILD |   66 -
 community-x86_64/build.sh |   25 ---
 community-x86_64/virtualbox-guest-modules.install |   17 --
 community-x86_64/virtualbox-host-modules.install  |   19 --
 12 files changed, 256 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-12 16:17:34 UTC (rev 88160)
+++ community-i686/PKGBUILD 2013-04-12 16:17:46 UTC (rev 88161)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.10
-_extramodules=extramodules-3.8-ARCH
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-headers'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver"
- 'expac'
- 'bc')
-
-build() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=("linux>=${_kernver%.*}" "linux<$(echo "${_kernver%.*}+0.1"|bc)")
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules"
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/" 
"$startdir/virtualbox-host-modules.install"
-}
-
-package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=("linux>=${_kernver%.*}" "linux<$(echo "${_kernver%.*}+0.1"|bc)")
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules"
-  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodule

[arch-commits] Commit in perl-net-ssleay/trunk (PKGBUILD)

2013-04-12 Thread Giovanni Scafora
Date: Friday, April 12, 2013 @ 18:53:31
  Author: giovanni
Revision: 182684

upgpkg: perl-net-ssleay 1.54-1

upstream release

Modified:
  perl-net-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 14:57:04 UTC (rev 182683)
+++ PKGBUILD2013-04-12 16:53:31 UTC (rev 182684)
@@ -4,7 +4,7 @@
 
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
-pkgver=1.52
+pkgver=1.54
 pkgrel=1
 pkgdesc="Perl extension for using OpenSSL"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('net-ssleay')
 provides=('net-ssleay')
 
source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz";)
-md5sums=('b885d173d5733b103355658aa4b3c60d')
+md5sums=('26e758fff1c90cb00e9358fea7e1e22f')
 
 build() {
   cd ${srcdir}/${_cpanname}-${pkgver}



[arch-commits] Commit in perl-net-ssleay/repos (4 files)

2013-04-12 Thread Giovanni Scafora
Date: Friday, April 12, 2013 @ 18:53:38
  Author: giovanni
Revision: 182685

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

Added:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
(from rev 182684, perl-net-ssleay/trunk/PKGBUILD)
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
(from rev 182684, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-12 16:53:31 UTC (rev 182684)
+++ extra-i686/PKGBUILD 2013-04-12 16:53:38 UTC (rev 182685)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.52
-pkgrel=1
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/";
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz";)
-md5sums=('b885d173d5733b103355658aa4b3c60d')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: perl-net-ssleay/repos/extra-i686/PKGBUILD (from rev 182684, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-12 16:53:38 UTC (rev 182685)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.54
+pkgrel=1
+pkgdesc="Perl extension for using OpenSSL"
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url="http://search.cpan.org/dist/${_cpanname}/";
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz";)
+md5sums=('26e758fff1c90cb00e9358fea7e1e22f')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+
+  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-12 16:53:31 UTC (rev 182684)
+++ extra-x86_64/PKGBUILD   2013-04-12 16:53:38 UTC (rev 182685)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.52
-pkgrel=1
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/";
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz";)
-md5sums=('b885d173d5733b103355658aa4b3c60d')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: perl-net-ssleay/repos/extra-x86_64/PKGBUILD (from rev 182684, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-12 16:53:38 UTC (rev 182685)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.54
+pkgrel=1
+pkgdesc="Perl extension for using OpenSSL"
+arch=('i686' 

[arch-commits] Commit in ypserv/trunk (PKGBUILD confpost.patch yppasswd ypserv)

2013-04-12 Thread Tom Gundersen
Date: Friday, April 12, 2013 @ 19:02:40
  Author: tomegun
Revision: 182686

upgpkg: ypserv 2.31-1

upstream release

Modified:
  ypserv/trunk/PKGBUILD
Deleted:
  ypserv/trunk/confpost.patch
  ypserv/trunk/yppasswd
  ypserv/trunk/ypserv

+
 PKGBUILD   |   22 +-
 confpost.patch |   14 --
 yppasswd   |   34 --
 ypserv |   34 --
 4 files changed, 5 insertions(+), 99 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 16:53:38 UTC (rev 182685)
+++ PKGBUILD2013-04-12 17:02:40 UTC (rev 182686)
@@ -5,8 +5,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=ypserv
-pkgver=2.28
-pkgrel=2
+pkgver=2.31
+pkgrel=1
 pkgdesc='Linux NIS Server'
 arch=('i686' 'x86_64')
 url='http://www.linux-nis.org/nis/ypserv/'
@@ -15,16 +15,12 @@
 optdepends=('gawk: for printcap support')
 backup=('etc/ypserv.conf' 'etc/netgroup' 'var/yp/securenets')
 
source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-   'confpost.patch'
 'ypxfrd.service'
 'yppasswdd.service'
-   'ypserv.service'
-'yppasswd'
-'ypserv')
+   'ypserv.service')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../confpost.patch
./configure --prefix=/usr
make
 }
@@ -36,19 +32,11 @@
install -D -m644 etc/netgroup "${pkgdir}"/etc/netgroup
install -D -m644 etc/ypserv.conf "${pkgdir}"/etc/ypserv.conf
install -D -m644 etc/securenets "${pkgdir}"/var/yp/securenets
-   install -D -m755 ../ypserv "${pkgdir}"/etc/rc.d/ypserv
-   install -D -m755 ../yppasswd "${pkgdir}"/etc/rc.d/yppasswd
install -D -m644 ../ypxfrd.service 
"${pkgdir}"/usr/lib/systemd/system/ypxfrd.service
install -D -m644 ../ypserv.service 
"${pkgdir}"/usr/lib/systemd/system/ypserv.service
install -D -m644 ../yppasswdd.service 
"${pkgdir}"/usr/lib/systemd/system/yppasswdd.service
-
-   # Provide native service for arch-daemons generator
-   ln -s yppasswdd.service 
"$pkgdir/usr/lib/systemd/system/yppasswd.service"
 }
-md5sums=('ed64f489bab494218fc5c5942b95d5b6'
- '8acb314f30d6e531ac9efa8655f68ccb'
+md5sums=('4537b8f0e917edca8f57b70b9cbc37f3'
  'c80e253756446d59a90c4c21b1cb8740'
  '7cba3dd3544436c3c1f05e36c0018e92'
- '3398271c3e0a054e64b06b99aa2dc63d'
- '4bc84c48ed1bb9659698853acb5cfd76'
- 'c40befe5932f1b42efaced6b46809303')
+ '3398271c3e0a054e64b06b99aa2dc63d')

Deleted: confpost.patch
===
--- confpost.patch  2013-04-12 16:53:38 UTC (rev 182685)
+++ confpost.patch  2013-04-12 17:02:40 UTC (rev 182686)
@@ -1,14 +0,0 @@
-diff -up ypserv-2.27/conf_post.h.qdbm ypserv-2.27/conf_post.h
 ypserv-2.27/conf_post.h.qdbm   2012-02-01 14:18:01.780846425 +0100
-+++ ypserv-2.27/conf_post.h2012-02-01 14:18:01.780846425 +0100
-@@ -0,0 +1,10 @@
-+/* Define common preprocessor symbol for HAVE_LIBGDBM and HAVE_LIBQDBM, since
-+ * libraries gdbm and qdbm have same symbol names. */
-+#undef HAVE_COMPAT_LIBGDBM
-+#ifdef HAVE_LIBGDBM
-+#define HAVE_COMPAT_LIBGDBM
-+#endif
-+#ifdef HAVE_LIBQDBM
-+#define HAVE_COMPAT_LIBGDBM
-+#endif
-+

Deleted: yppasswd
===
--- yppasswd2013-04-12 16:53:38 UTC (rev 182685)
+++ yppasswd2013-04-12 17:02:40 UTC (rev 182686)
@@ -1,34 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
-  start)
-stat_busy "Starting NIS Password Daemon"
-/usr/sbin/rpc.yppasswdd
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon yppasswd
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping NIS Password Daemon"
-killall -q /usr/sbin/rpc.yppasswdd
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon yppasswd
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"  
-esac

Deleted: ypserv
===
--- ypserv  2013-04-12 16:53:38 UTC (rev 182685)
+++ ypserv  2013-04-12 17:02:40 UTC (rev 182686)
@@ -1,34 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
-  start)
-stat_busy "Starting NIS Server"
-/usr/sbin/ypserv
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon ypserv
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping NIS Server"
-killall -q /usr/sbin/ypserv
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon ypserv
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"  
-esac



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

2013-04-12 Thread Tom Gundersen
Date: Friday, April 12, 2013 @ 19:03:07
  Author: tomegun
Revision: 182687

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

Added:
  ypserv/repos/testing-i686/
  ypserv/repos/testing-i686/PKGBUILD
(from rev 182686, ypserv/trunk/PKGBUILD)
  ypserv/repos/testing-i686/yppasswdd.service
(from rev 182686, ypserv/trunk/yppasswdd.service)
  ypserv/repos/testing-i686/ypserv.service
(from rev 182686, ypserv/trunk/ypserv.service)
  ypserv/repos/testing-i686/ypxfrd.service
(from rev 182686, ypserv/trunk/ypxfrd.service)
  ypserv/repos/testing-x86_64/
  ypserv/repos/testing-x86_64/PKGBUILD
(from rev 182686, ypserv/trunk/PKGBUILD)
  ypserv/repos/testing-x86_64/yppasswdd.service
(from rev 182686, ypserv/trunk/yppasswdd.service)
  ypserv/repos/testing-x86_64/ypserv.service
(from rev 182686, ypserv/trunk/ypserv.service)
  ypserv/repos/testing-x86_64/ypxfrd.service
(from rev 182686, ypserv/trunk/ypxfrd.service)

--+
 testing-i686/PKGBUILD|   42 +
 testing-i686/yppasswdd.service   |   12 ++
 testing-i686/ypserv.service  |   12 ++
 testing-i686/ypxfrd.service  |   12 ++
 testing-x86_64/PKGBUILD  |   42 +
 testing-x86_64/yppasswdd.service |   12 ++
 testing-x86_64/ypserv.service|   12 ++
 testing-x86_64/ypxfrd.service|   12 ++
 8 files changed, 156 insertions(+)

Copied: ypserv/repos/testing-i686/PKGBUILD (from rev 182686, 
ypserv/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-12 17:03:07 UTC (rev 182687)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Gaetan Bisson 
+# Contributor: judd 
+# Contributor: Tom Newsom 
+
+pkgname=ypserv
+pkgver=2.31
+pkgrel=1
+pkgdesc='Linux NIS Server'
+arch=('i686' 'x86_64')
+url='http://www.linux-nis.org/nis/ypserv/'
+license=('GPL2')
+depends=('gdbm' 'openslp' 'inetutils' 'yp-tools')
+optdepends=('gawk: for printcap support')
+backup=('etc/ypserv.conf' 'etc/netgroup' 'var/yp/securenets')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'ypxfrd.service'
+'yppasswdd.service'
+   'ypserv.service')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -D -m644 etc/netgroup "${pkgdir}"/etc/netgroup
+   install -D -m644 etc/ypserv.conf "${pkgdir}"/etc/ypserv.conf
+   install -D -m644 etc/securenets "${pkgdir}"/var/yp/securenets
+   install -D -m644 ../ypxfrd.service 
"${pkgdir}"/usr/lib/systemd/system/ypxfrd.service
+   install -D -m644 ../ypserv.service 
"${pkgdir}"/usr/lib/systemd/system/ypserv.service
+   install -D -m644 ../yppasswdd.service 
"${pkgdir}"/usr/lib/systemd/system/yppasswdd.service
+}
+md5sums=('4537b8f0e917edca8f57b70b9cbc37f3'
+ 'c80e253756446d59a90c4c21b1cb8740'
+ '7cba3dd3544436c3c1f05e36c0018e92'
+ '3398271c3e0a054e64b06b99aa2dc63d')

Copied: ypserv/repos/testing-i686/yppasswdd.service (from rev 182686, 
ypserv/trunk/yppasswdd.service)
===
--- testing-i686/yppasswdd.service  (rev 0)
+++ testing-i686/yppasswdd.service  2013-04-12 17:03:07 UTC (rev 182687)
@@ -0,0 +1,12 @@
+[Unit]
+Description=NIS/YP (Network Information Service) Users Passwords Change Server
+Requires=rpcbind.service
+After=network.target rpcbind.service
+
+[Service]
+Type=forking
+PIDFile=/run/yppasswdd.pid
+ExecStart=/usr/sbin/rpc.yppasswdd
+
+[Install]
+WantedBy=multi-user.target

Copied: ypserv/repos/testing-i686/ypserv.service (from rev 182686, 
ypserv/trunk/ypserv.service)
===
--- testing-i686/ypserv.service (rev 0)
+++ testing-i686/ypserv.service 2013-04-12 17:03:07 UTC (rev 182687)
@@ -0,0 +1,12 @@
+[Unit]
+Description=NIS/YP (Network Information Service) Server
+Requires=rpcbind.service
+After=network.target rpcbind.service 
+
+[Service]
+Type=forking
+PIDFile=/run/ypserv.pid
+ExecStart=/usr/sbin/ypserv
+
+[Install]
+WantedBy=multi-user.target

Copied: ypserv/repos/testing-i686/ypxfrd.service (from rev 182686, 
ypserv/trunk/ypxfrd.service)
===
--- testing-i686/ypxfrd.service (rev 0)
+++ testing-i686/ypxfrd.service 2013-04-12 17:03:07 UTC (rev 182687)
@@ -0,0 +1,12 @@
+[Unit]
+Description=NIS/YP (Network Information Service) Maps Transferring Accelerator
+Requires=rpcbind.service
+After=network.target rpcbind.service
+
+[Service]
+Type=forking
+PIDFile=/run/ypxfrd.pid
+ExecStart=

[arch-commits] Commit in ypbind-mt/trunk (PKGBUILD ypbind ypbind.conf)

2013-04-12 Thread Tom Gundersen
Date: Friday, April 12, 2013 @ 19:06:52
  Author: tomegun
Revision: 182688

upgpkg: ypbind-mt 1.37-1

upstream release

Modified:
  ypbind-mt/trunk/PKGBUILD
Deleted:
  ypbind-mt/trunk/ypbind
  ypbind-mt/trunk/ypbind.conf

-+
 PKGBUILD|   18 --
 ypbind  |   35 ---
 ypbind.conf |4 
 3 files changed, 4 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 17:03:07 UTC (rev 182687)
+++ PKGBUILD2013-04-12 17:06:52 UTC (rev 182688)
@@ -5,8 +5,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=ypbind-mt
-pkgver=1.33
-pkgrel=5
+pkgver=1.37
+pkgrel=1
 pkgdesc='Linux NIS daemon'
 url='http://www.linux-nis.org/nis/ypbind-mt/'
 license=('GPL2')
@@ -14,11 +14,7 @@
 makedepends=('networkmanager')
 depends=('rpcbind' 'openslp' 'dbus-glib' 'yp-tools')
 backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
-#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz";
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'nisdomainname.conf'
-'ypbind.conf'
-'ypbind'
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
'ypbind.service')
 
 build() {
@@ -37,14 +33,8 @@
make DESTDIR="${pkgdir}" install
 
install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
-   install -D -m755 ../ypbind "${pkgdir}"/etc/rc.d/ypbind
-   install -D -m644 ../ypbind.conf "${pkgdir}"/etc/conf.d/ypbind
-   install -D -m644 ../nisdomainname.conf 
"${pkgdir}"/etc/conf.d/nisdomainname
install -D -m644 ../ypbind.service 
"${pkgdir}"/usr/lib/systemd/system/ypbind.service
install -d -m755 "${pkgdir}"/var/yp/binding
 }
-md5sums=('692f68ed0476762be4228ce543a5b791'
- 'e83a85291ea2ee152a78f2c16b0b1185'
- '229309a989abad27703ac2e6d07dc7ae'
- '1f7a4c80414d580c9afb3a08267beed0'
+md5sums=('1b2a1255417f0f1c9c216a17c250b197'
  '88a721095e334cd442f4649a151ba9be')

Deleted: ypbind
===
--- ypbind  2013-04-12 17:03:07 UTC (rev 182687)
+++ ypbind  2013-04-12 17:06:52 UTC (rev 182688)
@@ -1,35 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-. /etc/conf.d/ypbind
-. /etc/conf.d/nisdomainname
-
-name=ypbind
-PID=$(pidof -o %PPID /usr/sbin/ypbind)
-
-case "$1" in
-start)
-   stat_busy "Starting $name daemon"
-   [[ -n $NISDOMAINNAME ]] && /usr/bin/domainname "$NISDOMAINNAME" 
&>/dev/null
-   [[ -z "$PID" ]] && /usr/sbin/ypbind $YPBIND_ARGS &>/dev/null \
-   && { add_daemon $name; stat_done; } \
-   || { stat_fail; exit 1; }
-   ;;
-stop)
-   stat_busy "Stopping $name daemon"
-   [[ -n "$PID" ]] && kill $PID &>/dev/null \
-   && { rm_daemon $name; stat_done; } \
-   || { stat_fail; exit 1; }
-   ;;
-restart)
-   $0 stop
-   sleep 1
-   $0 start
-   ;;
-*)
-   echo "usage: $0 {start|stop|restart}"
-   exit 1
-   ;;
-esac

Deleted: ypbind.conf
===
--- ypbind.conf 2013-04-12 17:03:07 UTC (rev 182687)
+++ ypbind.conf 2013-04-12 17:06:52 UTC (rev 182688)
@@ -1,4 +0,0 @@
-#
-# Parameters to be passed to ypbind
-#
-YPBIND_ARGS=""



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

2013-04-12 Thread Tom Gundersen
Date: Friday, April 12, 2013 @ 19:07:05
  Author: tomegun
Revision: 182689

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

Added:
  ypbind-mt/repos/testing-i686/
  ypbind-mt/repos/testing-i686/PKGBUILD
(from rev 182688, ypbind-mt/trunk/PKGBUILD)
  ypbind-mt/repos/testing-i686/nisdomainname.conf
(from rev 182688, ypbind-mt/trunk/nisdomainname.conf)
  ypbind-mt/repos/testing-i686/ypbind.service
(from rev 182688, ypbind-mt/trunk/ypbind.service)
  ypbind-mt/repos/testing-x86_64/
  ypbind-mt/repos/testing-x86_64/PKGBUILD
(from rev 182688, ypbind-mt/trunk/PKGBUILD)
  ypbind-mt/repos/testing-x86_64/nisdomainname.conf
(from rev 182688, ypbind-mt/trunk/nisdomainname.conf)
  ypbind-mt/repos/testing-x86_64/ypbind.service
(from rev 182688, ypbind-mt/trunk/ypbind.service)

---+
 testing-i686/PKGBUILD |   40 
 testing-i686/nisdomainname.conf   |4 +++
 testing-i686/ypbind.service   |   13 +++
 testing-x86_64/PKGBUILD   |   40 
 testing-x86_64/nisdomainname.conf |4 +++
 testing-x86_64/ypbind.service |   13 +++
 6 files changed, 114 insertions(+)

Copied: ypbind-mt/repos/testing-i686/PKGBUILD (from rev 182688, 
ypbind-mt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-12 17:07:05 UTC (rev 182689)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Gaetan Bisson 
+# Contributor: judd 
+# Contributor: Tom Newsom 
+
+pkgname=ypbind-mt
+pkgver=1.37
+pkgrel=1
+pkgdesc='Linux NIS daemon'
+url='http://www.linux-nis.org/nis/ypbind-mt/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('networkmanager')
+depends=('rpcbind' 'openslp' 'dbus-glib' 'yp-tools')
+backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+   'ypbind.service')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --enable-dbus-nm \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
+   install -D -m644 ../ypbind.service 
"${pkgdir}"/usr/lib/systemd/system/ypbind.service
+   install -d -m755 "${pkgdir}"/var/yp/binding
+}
+md5sums=('1b2a1255417f0f1c9c216a17c250b197'
+ '88a721095e334cd442f4649a151ba9be')

Copied: ypbind-mt/repos/testing-i686/nisdomainname.conf (from rev 182688, 
ypbind-mt/trunk/nisdomainname.conf)
===
--- testing-i686/nisdomainname.conf (rev 0)
+++ testing-i686/nisdomainname.conf 2013-04-12 17:07:05 UTC (rev 182689)
@@ -0,0 +1,4 @@
+#
+# NIS domain to be set in /etc/rc.d/ypbind
+#
+NISDOMAINNAME=""

Copied: ypbind-mt/repos/testing-i686/ypbind.service (from rev 182688, 
ypbind-mt/trunk/ypbind.service)
===
--- testing-i686/ypbind.service (rev 0)
+++ testing-i686/ypbind.service 2013-04-12 17:07:05 UTC (rev 182689)
@@ -0,0 +1,13 @@
+[Unit]
+Description=YP Bind
+Requires=rpcbind.service domainname.service
+After=rpcbind.service domainname.service network.target
+Before=systemd-user-sessions.service
+
+[Service]
+Type=forking
+PIDFile=/run/ypbind.pid
+ExecStart=/usr/sbin/ypbind
+
+[Install]
+WantedBy=multi-user.target

Copied: ypbind-mt/repos/testing-x86_64/PKGBUILD (from rev 182688, 
ypbind-mt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-12 17:07:05 UTC (rev 182689)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Gaetan Bisson 
+# Contributor: judd 
+# Contributor: Tom Newsom 
+
+pkgname=ypbind-mt
+pkgver=1.37
+pkgrel=1
+pkgdesc='Linux NIS daemon'
+url='http://www.linux-nis.org/nis/ypbind-mt/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('networkmanager')
+depends=('rpcbind' 'openslp' 'dbus-glib' 'yp-tools')
+backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+   'ypbind.service')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --enable-dbus-nm \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
+   install -D -m644 ../ypbind.service 
"${pkgdir}"/usr/lib/systemd/system/ypbind.service
+   install -d

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

2013-04-12 Thread Tom Gundersen
Date: Friday, April 12, 2013 @ 19:07:51
  Author: tomegun
Revision: 182690

upgpkg: yp-tools 2.14-1

upstream release

Modified:
  yp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 17:07:05 UTC (rev 182689)
+++ PKGBUILD2013-04-12 17:07:51 UTC (rev 182690)
@@ -5,15 +5,14 @@
 # Contributor: Tom Newsom 
 
 pkgname=yp-tools
-pkgver=2.12
-pkgrel=4
+pkgver=2.14
+pkgrel=1
 pkgdesc='Linux NIS Tools'
 arch=('i686' 'x86_64')
 url='http://www.linux-nis.org/nis/yp-tools/'
 license=('GPL2')
 depends=('ypbind-mt')
-#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$pkgname-$pkgver.tar.gz";)
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
'domainname.service')
 
 build() {
@@ -27,5 +26,5 @@
make DESTDIR="$pkgdir" install
install -D -m644 ../domainname.service 
"${pkgdir}/usr/lib/systemd/system/domainname.service"
 }
-md5sums=('ce1e06d86caa285fa8cd76fdf103f51e'
+md5sums=('ba1f121c17e3ad65368be173b977cd13'
  '8d354b76eb0df9a3b06637bfff87453b')



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

2013-04-12 Thread Tom Gundersen
Date: Friday, April 12, 2013 @ 19:08:01
  Author: tomegun
Revision: 182691

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

Added:
  yp-tools/repos/testing-i686/
  yp-tools/repos/testing-i686/PKGBUILD
(from rev 182690, yp-tools/trunk/PKGBUILD)
  yp-tools/repos/testing-i686/domainname.service
(from rev 182690, yp-tools/trunk/domainname.service)
  yp-tools/repos/testing-x86_64/
  yp-tools/repos/testing-x86_64/PKGBUILD
(from rev 182690, yp-tools/trunk/PKGBUILD)
  yp-tools/repos/testing-x86_64/domainname.service
(from rev 182690, yp-tools/trunk/domainname.service)

---+
 testing-i686/PKGBUILD |   30 ++
 testing-i686/domainname.service   |   11 +++
 testing-x86_64/PKGBUILD   |   30 ++
 testing-x86_64/domainname.service |   11 +++
 4 files changed, 82 insertions(+)

Copied: yp-tools/repos/testing-i686/PKGBUILD (from rev 182690, 
yp-tools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-12 17:08:01 UTC (rev 182691)
@@ -0,0 +1,30 @@
+# $Id$
+# Mantainer: Tom Gundersen 
+# Contributor: Gaetan Bisson 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=yp-tools
+pkgver=2.14
+pkgrel=1
+pkgdesc='Linux NIS Tools'
+arch=('i686' 'x86_64')
+url='http://www.linux-nis.org/nis/yp-tools/'
+license=('GPL2')
+depends=('ypbind-mt')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+   'domainname.service')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -D -m644 ../domainname.service 
"${pkgdir}/usr/lib/systemd/system/domainname.service"
+}
+md5sums=('ba1f121c17e3ad65368be173b977cd13'
+ '8d354b76eb0df9a3b06637bfff87453b')

Copied: yp-tools/repos/testing-i686/domainname.service (from rev 182690, 
yp-tools/trunk/domainname.service)
===
--- testing-i686/domainname.service (rev 0)
+++ testing-i686/domainname.service 2013-04-12 17:08:01 UTC (rev 182691)
@@ -0,0 +1,11 @@
+[Unit]
+Description=NIS Domainname
+
+[Service]
+Type=oneshot
+EnvironmentFile=/etc/conf.d/nisdomainname
+ExecStart=/usr/bin/nisdomainname $NISDOMAINNAME
+RemainAfterExit=true
+
+[Install]
+WantedBy=multi-user.target

Copied: yp-tools/repos/testing-x86_64/PKGBUILD (from rev 182690, 
yp-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-12 17:08:01 UTC (rev 182691)
@@ -0,0 +1,30 @@
+# $Id$
+# Mantainer: Tom Gundersen 
+# Contributor: Gaetan Bisson 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=yp-tools
+pkgver=2.14
+pkgrel=1
+pkgdesc='Linux NIS Tools'
+arch=('i686' 'x86_64')
+url='http://www.linux-nis.org/nis/yp-tools/'
+license=('GPL2')
+depends=('ypbind-mt')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+   'domainname.service')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -D -m644 ../domainname.service 
"${pkgdir}/usr/lib/systemd/system/domainname.service"
+}
+md5sums=('ba1f121c17e3ad65368be173b977cd13'
+ '8d354b76eb0df9a3b06637bfff87453b')

Copied: yp-tools/repos/testing-x86_64/domainname.service (from rev 182690, 
yp-tools/trunk/domainname.service)
===
--- testing-x86_64/domainname.service   (rev 0)
+++ testing-x86_64/domainname.service   2013-04-12 17:08:01 UTC (rev 182691)
@@ -0,0 +1,11 @@
+[Unit]
+Description=NIS Domainname
+
+[Service]
+Type=oneshot
+EnvironmentFile=/etc/conf.d/nisdomainname
+ExecStart=/usr/bin/nisdomainname $NISDOMAINNAME
+RemainAfterExit=true
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in lib32-alsa-plugins/trunk (PKGBUILD)

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 19:18:52
  Author: heftig
Revision: 88163

1.0.27

Modified:
  lib32-alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 17:03:51 UTC (rev 88162)
+++ PKGBUILD2013-04-12 17:18:52 UTC (rev 88163)
@@ -3,7 +3,7 @@
 
 _pkgbasename=alsa-plugins
 pkgname=lib32-$_pkgbasename
-pkgver=1.0.26
+pkgver=1.0.27
 pkgrel=1
 pkgdesc="Extra alsa plugins (32-bit)"
 arch=(x86_64)
@@ -17,10 +17,10 @@
 'lib32-speex: libspeexdsp resampling plugin')
 options=('!libtool')
 source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2";)
-md5sums=('4facd408326ef5567a7d4ceb6589e6b0')
+md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
 
 build() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
+  cd $_pkgbasename-$pkgver
 
   export CC="gcc -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
@@ -30,7 +30,7 @@
 }
 
 package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
+  cd $_pkgbasename-$pkgver
   make DESTDIR="$pkgdir" install
   rm -r "$pkgdir/usr/share"
 }



[arch-commits] Commit in lib32-alsa-plugins/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 19:19:30
  Author: heftig
Revision: 88164

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-alsa-plugins/repos/multilib-x86_64/PKGBUILD
(from rev 88163, lib32-alsa-plugins/trunk/PKGBUILD)
Deleted:
  lib32-alsa-plugins/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-12 17:18:52 UTC (rev 88163)
+++ PKGBUILD2013-04-12 17:19:30 UTC (rev 88164)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-_pkgbasename=alsa-plugins
-pkgname=lib32-$_pkgbasename
-pkgver=1.0.26
-pkgrel=1
-pkgdesc="Extra alsa plugins (32-bit)"
-arch=(x86_64)
-url="http://www.alsa-project.org";
-license=(GPL)
-depends=(lib32-alsa-lib $_pkgbasename)
-makedepends=(lib32-libpulse lib32-jack lib32-speex lib32-libsamplerate 
gcc-multilib)
-optdepends=('lib32-libpulse: PulseAudio plugin'
-'lib32-jack: Jack plugin'
-'lib32-libsamplerate: libsamplerate resampling plugin'
-'lib32-speex: libspeexdsp resampling plugin')
-options=('!libtool')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2";)
-md5sums=('4facd408326ef5567a7d4ceb6589e6b0')
-
-build() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-avcodec
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir/usr/share"
-}

Copied: lib32-alsa-plugins/repos/multilib-x86_64/PKGBUILD (from rev 88163, 
lib32-alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-12 17:19:30 UTC (rev 88164)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+_pkgbasename=alsa-plugins
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.27
+pkgrel=1
+pkgdesc="Extra alsa plugins (32-bit)"
+arch=(x86_64)
+url="http://www.alsa-project.org";
+license=(GPL)
+depends=(lib32-alsa-lib $_pkgbasename)
+makedepends=(lib32-libpulse lib32-jack lib32-speex lib32-libsamplerate 
gcc-multilib)
+optdepends=('lib32-libpulse: PulseAudio plugin'
+'lib32-jack: Jack plugin'
+'lib32-libsamplerate: libsamplerate resampling plugin'
+'lib32-speex: libspeexdsp resampling plugin')
+options=('!libtool')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2";)
+md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-avcodec
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share"
+}



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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 19:30:47
  Author: andyrtr
Revision: 182692

upgpkg: libreoffice 4.0.2-3

poppler rebuild

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 17:08:01 UTC (rev 182691)
+++ PKGBUILD2013-04-12 17:30:47 UTC (rev 182692)
@@ -21,7 +21,7 @@
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=4.0.2.2
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
@@ -33,7 +33,7 @@
  # the runtime dependencies
  "curl>=7.20.0" "hunspell>=1.2.8" "python>=3.3" 'libwpd>=0.9.2' 
'libwps' 'libxaw' "neon>=0.28.6"
  'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' "icu>=51.1" 
- 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 'lcms2' 'poppler>=0.22.2' 
+ 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 'lcms2' 'poppler>=0.22.3' 
  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
 'ttf-dejavu') # to satisfy regression tests
 
@@ -299,7 +299,7 @@
  pkgdesc="common files for LibreOffice - a productivity suite that is 
compatible with other major office suites"
  install=libreoffice-common.install
  depends=('libreoffice-langpack' "hunspell>=1.2.8" "python>=3.3" 
"neon>=0.28.6" 'dbus-glib'
-  'nss' 'libsm' 'redland' 'hyphen' 'graphite' "icu>=51.1" 'clucene' 
'lcms2' "poppler>=0.22.2"
+  'nss' 'libsm' 'redland' 'hyphen' 'graphite' "icu>=51.1" 'clucene' 
'lcms2' "poppler>=0.22.3"
   'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'xdg-utils')
  optdepends=('libreoffice-langpack: additional language support'
  'java-runtime: adds java support'



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

2013-04-12 Thread Andreas Radke
Date: Friday, April 12, 2013 @ 19:32:02
  Author: andyrtr
Revision: 182693

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

Added:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-i686/PKGBUILD
(from rev 182692, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-i686/gcc48_1.diff
(from rev 182692, libreoffice/trunk/gcc48_1.diff)
  libreoffice/repos/staging-i686/gcc48_2.diff
(from rev 182692, libreoffice/trunk/gcc48_2.diff)
  libreoffice/repos/staging-i686/gcc48_3.diff
(from rev 182692, libreoffice/trunk/gcc48_3.diff)
  libreoffice/repos/staging-i686/gcc48_4.diff
(from rev 182692, libreoffice/trunk/gcc48_4.diff)
  libreoffice/repos/staging-i686/gcc48_5.diff
(from rev 182692, libreoffice/trunk/gcc48_5.diff)
  libreoffice/repos/staging-i686/librelogo.diff
(from rev 182692, libreoffice/trunk/librelogo.diff)
  libreoffice/repos/staging-i686/libreoffice-base.install
(from rev 182692, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-i686/libreoffice-calc.install
(from rev 182692, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-i686/libreoffice-common.csh
(from rev 182692, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-i686/libreoffice-common.install
(from rev 182692, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-i686/libreoffice-common.sh
(from rev 182692, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-i686/libreoffice-draw.install
(from rev 182692, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-i686/libreoffice-impress.install
(from rev 182692, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-i686/libreoffice-writer.install
(from rev 182692, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 182692, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/staging-i686/remove_unused_vars.diff
(from rev 182692, libreoffice/trunk/remove_unused_vars.diff)
  libreoffice/repos/staging-x86_64/
  libreoffice/repos/staging-x86_64/PKGBUILD
(from rev 182692, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-x86_64/gcc48_1.diff
(from rev 182692, libreoffice/trunk/gcc48_1.diff)
  libreoffice/repos/staging-x86_64/gcc48_2.diff
(from rev 182692, libreoffice/trunk/gcc48_2.diff)
  libreoffice/repos/staging-x86_64/gcc48_3.diff
(from rev 182692, libreoffice/trunk/gcc48_3.diff)
  libreoffice/repos/staging-x86_64/gcc48_4.diff
(from rev 182692, libreoffice/trunk/gcc48_4.diff)
  libreoffice/repos/staging-x86_64/gcc48_5.diff
(from rev 182692, libreoffice/trunk/gcc48_5.diff)
  libreoffice/repos/staging-x86_64/librelogo.diff
(from rev 182692, libreoffice/trunk/librelogo.diff)
  libreoffice/repos/staging-x86_64/libreoffice-base.install
(from rev 182692, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-x86_64/libreoffice-calc.install
(from rev 182692, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.csh
(from rev 182692, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-x86_64/libreoffice-common.install
(from rev 182692, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.sh
(from rev 182692, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-x86_64/libreoffice-draw.install
(from rev 182692, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-x86_64/libreoffice-impress.install
(from rev 182692, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-x86_64/libreoffice-writer.install
(from rev 182692, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 182692, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/staging-x86_64/remove_unused_vars.diff
(from rev 182692, libreoffice/trunk/remove_unused_vars.diff)

-+
 staging-i686/PKGBUILD   |  675 
++
 staging-i686/gcc48_1.diff   |   52 
 staging-i686/gcc48_2.diff   |   45 
 staging-i686/gcc48_3.diff   |   46 
 staging-i686/gcc48_4.diff   |  223 +++
 staging-i686/gcc48_5.diff   |   34 
 staging-i686/librelogo.diff |   43 
 staging-i686/libreoffice-base.install   |   11 
 staging-i686/libreoffice-calc.install   

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

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 20:33:56
  Author: heftig
Revision: 88165

4.8.0-2

Modified:
  gcc-multilib/trunk/PKGBUILD

--+
 PKGBUILD |   32 ++--
 1 file changed, 18 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 17:19:30 UTC (rev 88164)
+++ PKGBUILD2013-04-12 18:33:56 UTC (rev 88165)
@@ -7,19 +7,19 @@
 
 pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
 pkgver=4.8.0
-pkgrel=1
-#_snapshot=4.7-20120721
+pkgrel=2
+_snapshot=4.8-20130411
 pkgdesc="The GNU Compiler Collection for multilib"
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
 url="http://gcc.gnu.org";
 makedepends=('binutils-multilib>=2.23' 'libmpc' 'cloog' 'gcc-ada-multilib' 
'doxygen'
  'lib32-glibc>=2.17')
-checkdepends=('dejagnu')
+checkdepends=('dejagnu' 'inetutils')
 options=('!libtool' '!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
-   
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-md5sums=('e6040024eb9e761c3bea348d1fa5abb0')
+source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2)
+#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+md5sums=('cb529205469260f0d56adc01088c4850')
 
 
 if [ -n "${_snapshot}" ]; then
@@ -28,7 +28,7 @@
   _basedir=gcc-${pkgver}
 fi
 
-build() {
+prepare() {
   cd ${srcdir}/${_basedir}
 
   # Do not run fixincludes
@@ -39,14 +39,20 @@
 
   echo ${pkgver} > gcc/BASE-VER
 
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
   # using -pipe causes spurious test-suite failures
   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
   CFLAGS=${CFLAGS/-pipe/}
   CXXFLAGS=${CXXFLAGS/-pipe/}
 
-  cd ${srcdir}
-  mkdir gcc-build && cd gcc-build
-
   ${srcdir}/${_basedir}/configure --prefix=/usr \
   --libdir=/usr/lib --libexecdir=/usr/lib \
   --mandir=/usr/share/man --infodir=/usr/share/info \
@@ -140,18 +146,16 @@
   # unfortunately it is much, much easier to install the lot and clean-up the 
mess...
   rm $pkgdir/usr/bin/{{$CHOST-,}gfortran,{$CHOST-,}gccgo,gnat*}
   rm $pkgdir/usr/lib{,32}/*.so*
-  rm $pkgdir/usr/lib{,32}/lib{atomic,ffi,gfortran,go{,begin},objc}.a
+  rm $pkgdir/usr/lib{,32}/lib{atomic,gfortran,go{,begin},objc}.a
   rm $pkgdir/usr/lib/libiberty.a
   rm $pkgdir/usr/lib{,32}/libgfortran.spec
   rm -r 
$pkgdir/usr/lib/gcc/$CHOST/${pkgver}/{{,32/}ada{include,lib},finclude,include/objc}
-  rm $pkgdir/usr/lib/gcc/$CHOST/${pkgver}/include/ffi{,target}.h
   rm $pkgdir/usr/lib/gcc/$CHOST/${pkgver}/{cc1obj{,plus},f951,gnat1,go1}
   rm 
$pkgdir/usr/lib/gcc/$CHOST/${pkgver}/{,32/}{libcaf_single,libgfortranbegin}.a
   rm -r $pkgdir/usr/lib{,32}/go
-  rm 
$pkgdir/usr/share/info/{gccgo,gfortran,gnat*,libffi,libgomp,libquadmath,libitm}.info
+  rm 
$pkgdir/usr/share/info/{gccgo,gfortran,gnat*,libgomp,libquadmath,libitm}.info
   rm $pkgdir/usr/share/locale/{de,fr}/LC_MESSAGES/libstdc++.mo
   rm $pkgdir/usr/share/man/man1/{gccgo,gfortran}.1
-  rm $pkgdir/usr/share/man/man3/ffi*
 
   # many packages expect this symlinks
   ln -s gcc ${pkgdir}/usr/bin/cc



[arch-commits] Commit in perl-date-manip/trunk (PKGBUILD)

2013-04-12 Thread Evangelos Foutras
Date: Friday, April 12, 2013 @ 20:47:52
  Author: foutrelis
Revision: 182694

upgpkg: perl-date-manip 6.39-1

New upstream release; remove unneeded perl-yaml-syck dep (FS#34753).

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 17:32:02 UTC (rev 182693)
+++ PKGBUILD2013-04-12 18:47:52 UTC (rev 182694)
@@ -4,16 +4,16 @@
 
 pkgname=perl-date-manip
 _realname=Date-Manip
-pkgver=6.37
+pkgver=6.39
 pkgrel=1
 pkgdesc="Date::Manip - date manipulation routines"
 arch=('any')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-yaml-syck')
+depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
-md5sums=('71601cb8c03f9f6716a3835eeb071219')
+md5sums=('dd91d884b5ff044134c2870b1de678c9')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"



[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)

2013-04-12 Thread Evangelos Foutras
Date: Friday, April 12, 2013 @ 20:48:00
  Author: foutrelis
Revision: 182695

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 182694, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-12 18:47:52 UTC (rev 182694)
+++ PKGBUILD2013-04-12 18:48:00 UTC (rev 182695)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-date-manip
-_realname=Date-Manip
-pkgver=6.37
-pkgrel=1
-pkgdesc="Date::Manip - date manipulation routines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-yaml-syck')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
-md5sums=('71601cb8c03f9f6716a3835eeb071219')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  # install module in vendor directories.
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  perl Build  destdir="${pkgdir}" install
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 182694, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-12 18:48:00 UTC (rev 182695)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kevin Piche 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-date-manip
+_realname=Date-Manip
+pkgver=6.39
+pkgrel=1
+pkgdesc="Date::Manip - date manipulation routines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
+md5sums=('dd91d884b5ff044134c2870b1de678c9')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Build  destdir="${pkgdir}" install
+}



[arch-commits] Commit in gcc-multilib/repos (7 files)

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 20:49:50
  Author: heftig
Revision: 88166

archrelease: copy trunk to multilib-testing-x86_64

Added:
  gcc-multilib/repos/multilib-testing-x86_64/
  gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 88165, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-ada.install
(from rev 88165, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-fortran.install
(from rev 88165, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-go.install
(from rev 88165, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-libs.install
(from rev 88165, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc.install
(from rev 88165, gcc-multilib/trunk/gcc.install)

-+
 PKGBUILD|  321 ++
 gcc-ada.install |   20 +++
 gcc-fortran.install |   16 ++
 gcc-go.install  |   20 +++
 gcc-libs.install|   16 ++
 gcc.install |   20 +++
 6 files changed, 413 insertions(+)

Copied: gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 88165, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-04-12 18:49:50 UTC (rev 88166)
@@ -0,0 +1,321 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=4.8.0
+pkgrel=2
+_snapshot=4.8-20130411
+pkgdesc="The GNU Compiler Collection for multilib"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org";
+makedepends=('binutils-multilib>=2.23' 'libmpc' 'cloog' 'gcc-ada-multilib' 
'doxygen'
+ 'lib32-glibc>=2.17')
+checkdepends=('dejagnu' 'inetutils')
+options=('!libtool' '!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2)
+#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+md5sums=('cb529205469260f0d56adc01088c4850')
+
+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver} > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-cloog-backend=isl --disable-cloog-version-check \
+  --enable-lto --enable-gold --enable-ld=default \
+  --enable-plugin --with-plugin-ld=ld.gold \
+  --with-linker-hash-style=gnu --disable-install-libiberty \
+  --enable-multilib --disable-libssp --disable-werror \
+  --enable-checking=release
+  make
+  
+  # make documentation
+  cd $CHOST/libstdc++-v3
+  make doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are "expected"
+  make -k check || true
+  ${srcdir}/${_basedir}/contrib/test_summary
+}
+
+package_gcc-libs-multilib()
+{
+  pkgdesc="Runtime libraries shipped by GCC for multilib"
+  depends=('glibc>=2.17' "lib32-gcc-libs=$pkgver-$pkgrel")
+  provides=("gcc-libs=$pkgver-$pkgrel")
+  conflicts=('gcc-libs')
+  install=gcc-libs.install
+
+  cd ${srcdir}/gcc-build
+  make -j1 -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared
+  for lib in libmudflap libgomp libstdc++-v3/src libitm libsanitizer/asan; do
+make -j1 -C $CHOST/$lib DESTDIR=${pkgdir} install-toolexeclibL

[arch-commits] Commit in wine/trunk (30-win32-aliases.conf PKGBUILD)

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 22:54:22
  Author: heftig
Revision: 88167

add fontconfig file

Added:
  wine/trunk/30-win32-aliases.conf
Modified:
  wine/trunk/PKGBUILD

---+
 30-win32-aliases.conf |   20 
 PKGBUILD  |   11 +--
 2 files changed, 29 insertions(+), 2 deletions(-)

Added: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-04-12 20:54:22 UTC (rev 88167)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+


Property changes on: wine/trunk/30-win32-aliases.conf
___
Added: svn:mime-type
## -0,0 +1 ##
+text/xml
\ No newline at end of property
Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 18:49:50 UTC (rev 88166)
+++ PKGBUILD2013-04-12 20:54:22 UTC (rev 88167)
@@ -10,9 +10,11 @@
 
 _pkgbasever=${pkgver/rc/-rc}
 
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
+source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
+30-win32-aliases.conf)
 md5sums=('ac24b230e2a18556d21e7243ccb24283'
- 'f2793f673706504affa6c6a7319843d2')
+ 'SKIP'
+ '1ff4e467f59409272088d92173a0f801')
 
 pkgdesc="A compatibility layer for running Windows programs"
 url="http://www.winehq.com";
@@ -162,6 +164,11 @@
   libdir="$pkgdir/usr/lib" \
   dlldir="$pkgdir/usr/lib/wine" install
   fi
+
+  # Font aliasing settings for Win32 applications
+  install -d "$pkgdir"/etc/fonts/conf.{avail,d}
+  install -m644 "$srcdir/30-win32-aliases.conf" "$pkgdir/etc/fonts/conf.avail"
+  ln -s ../conf.avail/30-win32-aliases.conf 
"$pkgdir/etc/fonts/conf.d/30-win32-aliases.conf"
 }
 
 # vim:set ts=8 sts=2 sw=2 et:



[arch-commits] Commit in fontconfig/trunk (29-replace-bitmap-fonts.conf PKGBUILD)

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 22:59:38
  Author: heftig
Revision: 182696

bring back 29-replace-bitmap-fonts.conf

Added:
  fontconfig/trunk/29-replace-bitmap-fonts.conf
Modified:
  fontconfig/trunk/PKGBUILD

--+
 29-replace-bitmap-fonts.conf |   18 ++
 PKGBUILD |9 +++--
 2 files changed, 25 insertions(+), 2 deletions(-)

Added: 29-replace-bitmap-fonts.conf
===
--- 29-replace-bitmap-fonts.conf(rev 0)
+++ 29-replace-bitmap-fonts.conf2013-04-12 20:59:38 UTC (rev 182696)
@@ -0,0 +1,18 @@
+
+
+
+  
+  
+Helvetica
+Arial
+  
+  
+Times
+Times New Roman
+  
+  
+Courier
+Courier New
+  
+


Property changes on: fontconfig/trunk/29-replace-bitmap-fonts.conf
___
Added: svn:mime-type
## -0,0 +1 ##
+text/xml
\ No newline at end of property
Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 18:48:00 UTC (rev 182695)
+++ PKGBUILD2013-04-12 20:59:38 UTC (rev 182696)
@@ -3,7 +3,7 @@
 
 pkgname=fontconfig
 pkgver=2.10.92
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for configuring and customizing font access"
 arch=(i686 x86_64)
 url="http://www.fontconfig.org/release/";
@@ -12,8 +12,9 @@
 options=('!libtool')
 install=fontconfig.install
 source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.bz2
-   git_fixes.diff)
+29-replace-bitmap-fonts.conf git_fixes.diff)
 sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
+'2325c478783659e8fce79f5754119934d6ce21f81552f878b740c7b18f9fe0d6'
 '7dc98137405ee0e5f98f3266a760a4da27d78e3c2bc7b7ef4db6b481df3c39f0')
 
   # a nice page to test font matching:
@@ -49,6 +50,10 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 
+  install -m644 "$srcdir/29-replace-bitmap-fonts.conf" 
"$pkgdir/etc/fonts/conf.avail"
+  ln -s ../conf.avail/29-replace-bitmap-fonts.conf \
+"$pkgdir/etc/fonts/conf.d/29-replace-bitmap-fonts.conf"
+
   #Install license
   install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
   install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname"



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

2013-04-12 Thread Jan Steffens
Date: Friday, April 12, 2013 @ 23:01:49
  Author: heftig
Revision: 182697

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

Added:
  fontconfig/repos/testing-i686/29-replace-bitmap-fonts.conf
(from rev 182696, fontconfig/trunk/29-replace-bitmap-fonts.conf)
  fontconfig/repos/testing-i686/PKGBUILD
(from rev 182696, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/testing-i686/fontconfig.install
(from rev 182696, fontconfig/trunk/fontconfig.install)
  fontconfig/repos/testing-i686/git_fixes.diff
(from rev 182696, fontconfig/trunk/git_fixes.diff)
  fontconfig/repos/testing-x86_64/29-replace-bitmap-fonts.conf
(from rev 182696, fontconfig/trunk/29-replace-bitmap-fonts.conf)
  fontconfig/repos/testing-x86_64/PKGBUILD
(from rev 182696, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/testing-x86_64/fontconfig.install
(from rev 182696, fontconfig/trunk/fontconfig.install)
  fontconfig/repos/testing-x86_64/git_fixes.diff
(from rev 182696, fontconfig/trunk/git_fixes.diff)
Deleted:
  fontconfig/repos/testing-i686/PKGBUILD
  fontconfig/repos/testing-i686/fontconfig.install
  fontconfig/repos/testing-i686/git_fixes.diff
  fontconfig/repos/testing-x86_64/PKGBUILD
  fontconfig/repos/testing-x86_64/fontconfig.install
  fontconfig/repos/testing-x86_64/git_fixes.diff

-+
 /PKGBUILD   |  120 ++
 /fontconfig.install |   78 +
 /git_fixes.diff | 1464 ++
 testing-i686/29-replace-bitmap-fonts.conf   |   18 
 testing-i686/PKGBUILD   |   55 
 testing-i686/fontconfig.install |   39 
 testing-i686/git_fixes.diff |  732 -
 testing-x86_64/29-replace-bitmap-fonts.conf |   18 
 testing-x86_64/PKGBUILD |   55 
 testing-x86_64/fontconfig.install   |   39 
 testing-x86_64/git_fixes.diff   |  732 -
 11 files changed, 1698 insertions(+), 1652 deletions(-)

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


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

2013-04-12 Thread Eric Bélanger
Date: Saturday, April 13, 2013 @ 01:25:28
  Author: eric
Revision: 182698

upgpkg: evas_generic_loaders 1.7.5-4

Rebuild against poppler 0.22.3

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 21:01:49 UTC (rev 182697)
+++ PKGBUILD2013-04-12 23:25:28 UTC (rev 182698)
@@ -4,7 +4,7 @@
 
 pkgname=evas_generic_loaders
 pkgver=1.7.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Additional generic loaders for Evas"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org";



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

2013-04-12 Thread Eric Bélanger
Date: Saturday, April 13, 2013 @ 01:26:03
  Author: eric
Revision: 182699

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

Added:
  evas_generic_loaders/repos/staging-i686/
  evas_generic_loaders/repos/staging-i686/PKGBUILD
(from rev 182698, evas_generic_loaders/trunk/PKGBUILD)
  evas_generic_loaders/repos/staging-x86_64/
  evas_generic_loaders/repos/staging-x86_64/PKGBUILD
(from rev 182698, evas_generic_loaders/trunk/PKGBUILD)

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

Copied: evas_generic_loaders/repos/staging-i686/PKGBUILD (from rev 182698, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-12 23:26:03 UTC (rev 182699)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.7.5
+pkgrel=4
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license files
+  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: evas_generic_loaders/repos/staging-x86_64/PKGBUILD (from rev 182698, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-12 23:26:03 UTC (rev 182699)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.7.5
+pkgrel=4
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('0c9cac308b5ce133eb5e5065f9a47cb4fb7660aa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license files
+  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



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

2013-04-12 Thread Eric Bélanger
Date: Saturday, April 13, 2013 @ 01:53:24
  Author: eric
Revision: 182701

upgpkg: perl-dbi 1.625-1

Upstream update

Modified:
  perl-dbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 23:52:17 UTC (rev 182700)
+++ PKGBUILD2013-04-12 23:53:24 UTC (rev 182701)
@@ -4,7 +4,7 @@
 
 pkgname=perl-dbi
 _realname=DBI
-pkgver=1.623
+pkgver=1.625
 pkgrel=1
 pkgdesc="Database independent interface for Perl"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('b45654dca3b495f3d496c359f0029d96')
+md5sums=('b0521be412faff4ec8d511cd5f3f6a31')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"



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

2013-04-12 Thread Eric Bélanger
Date: Saturday, April 13, 2013 @ 01:53:53
  Author: eric
Revision: 182702

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

Added:
  perl-dbi/repos/extra-i686/PKGBUILD
(from rev 182701, perl-dbi/trunk/PKGBUILD)
  perl-dbi/repos/extra-x86_64/PKGBUILD
(from rev 182701, perl-dbi/trunk/PKGBUILD)
Deleted:
  perl-dbi/repos/extra-i686/PKGBUILD
  perl-dbi/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-12 23:53:24 UTC (rev 182701)
+++ extra-i686/PKGBUILD 2013-04-12 23:53:53 UTC (rev 182702)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor:  Matt Thompson 
-
-pkgname=perl-dbi
-_realname=DBI
-pkgver=1.623
-pkgrel=1
-pkgdesc="Database independent interface for Perl"
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('b45654dca3b495f3d496c359f0029d96')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-dbi/repos/extra-i686/PKGBUILD (from rev 182701, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-12 23:53:53 UTC (rev 182702)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor:  Matt Thompson 
+
+pkgname=perl-dbi
+_realname=DBI
+pkgver=1.625
+pkgrel=1
+pkgdesc="Database independent interface for Perl"
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
+md5sums=('b0521be412faff4ec8d511cd5f3f6a31')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et ft=sh

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-12 23:53:24 UTC (rev 182701)
+++ extra-x86_64/PKGBUILD   2013-04-12 23:53:53 UTC (rev 182702)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor:  Matt Thompson 
-
-pkgname=perl-dbi
-_realname=DBI
-pkgver=1.623
-pkgrel=1
-pkgdesc="Database independent interface for Perl"
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('b45654dca3b495f3d496c359f0029d96')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-dbi/repos/extra-x86_64/PKGBUILD (from rev 182701, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-12 23:53:53 UTC (rev 182702)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: kevin 
+# Contributor:  Matt Thompson 
+
+pkgname=perl-dbi
+_realname=DBI
+pkgver=1.625
+pkgrel=1
+pkgdesc="Database independent interface for Perl"
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
+md5sums=('b0521be412faff4ec8d511cd5f3f6a31')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et ft=sh



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

2013-04-12 Thread Tom Gundersen
Date: Saturday, April 13, 2013 @ 02:07:33
  Author: tomegun
Revision: 182703

upgpkg: ypbind-mt 1.37.1-1

upstream release

Modified:
  ypbind-mt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 23:53:53 UTC (rev 182702)
+++ PKGBUILD2013-04-13 00:07:33 UTC (rev 182703)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=ypbind-mt
-pkgver=1.37
+pkgver=1.37.1
 pkgrel=1
 pkgdesc='Linux NIS daemon'
 url='http://www.linux-nis.org/nis/ypbind-mt/'
@@ -36,5 +36,5 @@
install -D -m644 ../ypbind.service 
"${pkgdir}"/usr/lib/systemd/system/ypbind.service
install -d -m755 "${pkgdir}"/var/yp/binding
 }
-md5sums=('1b2a1255417f0f1c9c216a17c250b197'
+md5sums=('8af8d35e7b9a7fcc3a1576697a04bd82'
  '88a721095e334cd442f4649a151ba9be')



[arch-commits] Commit in ypbind-mt/repos (12 files)

2013-04-12 Thread Tom Gundersen
Date: Saturday, April 13, 2013 @ 02:07:41
  Author: tomegun
Revision: 182704

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

Added:
  ypbind-mt/repos/testing-i686/PKGBUILD
(from rev 182703, ypbind-mt/trunk/PKGBUILD)
  ypbind-mt/repos/testing-i686/nisdomainname.conf
(from rev 182703, ypbind-mt/trunk/nisdomainname.conf)
  ypbind-mt/repos/testing-i686/ypbind.service
(from rev 182703, ypbind-mt/trunk/ypbind.service)
  ypbind-mt/repos/testing-x86_64/PKGBUILD
(from rev 182703, ypbind-mt/trunk/PKGBUILD)
  ypbind-mt/repos/testing-x86_64/nisdomainname.conf
(from rev 182703, ypbind-mt/trunk/nisdomainname.conf)
  ypbind-mt/repos/testing-x86_64/ypbind.service
(from rev 182703, ypbind-mt/trunk/ypbind.service)
Deleted:
  ypbind-mt/repos/testing-i686/PKGBUILD
  ypbind-mt/repos/testing-i686/nisdomainname.conf
  ypbind-mt/repos/testing-i686/ypbind.service
  ypbind-mt/repos/testing-x86_64/PKGBUILD
  ypbind-mt/repos/testing-x86_64/nisdomainname.conf
  ypbind-mt/repos/testing-x86_64/ypbind.service

---+
 /PKGBUILD |   80 
 /nisdomainname.conf   |8 +++
 /ypbind.service   |   26 +++
 testing-i686/PKGBUILD |   40 --
 testing-i686/nisdomainname.conf   |4 -
 testing-i686/ypbind.service   |   13 -
 testing-x86_64/PKGBUILD   |   40 --
 testing-x86_64/nisdomainname.conf |4 -
 testing-x86_64/ypbind.service |   13 -
 9 files changed, 114 insertions(+), 114 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-13 00:07:33 UTC (rev 182703)
+++ testing-i686/PKGBUILD   2013-04-13 00:07:41 UTC (rev 182704)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Gaetan Bisson 
-# Contributor: judd 
-# Contributor: Tom Newsom 
-
-pkgname=ypbind-mt
-pkgver=1.37
-pkgrel=1
-pkgdesc='Linux NIS daemon'
-url='http://www.linux-nis.org/nis/ypbind-mt/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('networkmanager')
-depends=('rpcbind' 'openslp' 'dbus-glib' 'yp-tools')
-backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
-source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-   'ypbind.service')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --enable-dbus-nm \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
-   install -D -m644 ../ypbind.service 
"${pkgdir}"/usr/lib/systemd/system/ypbind.service
-   install -d -m755 "${pkgdir}"/var/yp/binding
-}
-md5sums=('1b2a1255417f0f1c9c216a17c250b197'
- '88a721095e334cd442f4649a151ba9be')

Copied: ypbind-mt/repos/testing-i686/PKGBUILD (from rev 182703, 
ypbind-mt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-13 00:07:41 UTC (rev 182704)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Gaetan Bisson 
+# Contributor: judd 
+# Contributor: Tom Newsom 
+
+pkgname=ypbind-mt
+pkgver=1.37.1
+pkgrel=1
+pkgdesc='Linux NIS daemon'
+url='http://www.linux-nis.org/nis/ypbind-mt/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('networkmanager')
+depends=('rpcbind' 'openslp' 'dbus-glib' 'yp-tools')
+backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+   'ypbind.service')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --enable-dbus-nm \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
+   install -D -m644 ../ypbind.service 
"${pkgdir}"/usr/lib/systemd/system/ypbind.service
+   install -d -m755 "${pkgdir}"/var/yp/binding
+}
+md5sums=('8af8d35e7b9a7fcc3a1576697a04bd82'
+ '88a721095e334cd442f4649a151ba9be')

Deleted: testing-i686/nisdomainname.conf
===
--- testing-i686/nisdomainname.conf 2013-04-13 00:07:33 UTC (rev 182703)
+++ testing-i686/nisdomainname.conf 2013-04-13 00:07:41 UTC (rev 182704)
@@ -1,4 +0,0 @@
-#
-# NIS domain to be set in /etc/rc.d/ypbind
-#
-NISDOMAINNAME=""

Copied: ypbind-mt/repos/testing-i686/nisdomainname.conf (from rev 182703, 
ypbind-mt/trunk/nisdomainname.conf)
===
--- testing-i686/nisdomainname.conf 

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

2013-04-12 Thread Eric Bélanger
Date: Saturday, April 13, 2013 @ 02:26:59
  Author: eric
Revision: 182705

upgpkg: libdiscid 0.5.0-1

Upstream update

Modified:
  libdiscid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 00:07:41 UTC (rev 182704)
+++ PKGBUILD2013-04-13 00:26:59 UTC (rev 182705)
@@ -3,7 +3,7 @@
 # Contributor: Eric Gillingham 
 
 pkgname=libdiscid
-pkgver=0.4.1
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="A Library for creating MusicBrainz DiscIDs"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!libtool')
 
source=("http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('d8287c46dff9858c2ce2d70154fe6f4c')
+md5sums=('a029355e53db1c2c24cc34a6d3e3b626')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-04-12 Thread Eric Bélanger
Date: Saturday, April 13, 2013 @ 02:27:30
  Author: eric
Revision: 182706

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

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-13 00:26:59 UTC (rev 182705)
+++ extra-i686/PKGBUILD 2013-04-13 00:27:30 UTC (rev 182706)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Eric Gillingham 
-
-pkgname=libdiscid
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="A Library for creating MusicBrainz DiscIDs"
-arch=('i686' 'x86_64')
-url="http://musicbrainz.org/doc/libdiscid";
-license=('LGPL')
-depends=('glibc')
-options=('!libtool')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('d8287c46dff9858c2ce2d70154fe6f4c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdiscid/repos/extra-i686/PKGBUILD (from rev 182705, 
libdiscid/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-13 00:27:30 UTC (rev 182706)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Eric Gillingham 
+
+pkgname=libdiscid
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A Library for creating MusicBrainz DiscIDs"
+arch=('i686' 'x86_64')
+url="http://musicbrainz.org/doc/libdiscid";
+license=('LGPL')
+depends=('glibc')
+options=('!libtool')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('a029355e53db1c2c24cc34a6d3e3b626')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-13 00:26:59 UTC (rev 182705)
+++ extra-x86_64/PKGBUILD   2013-04-13 00:27:30 UTC (rev 182706)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Eric Gillingham 
-
-pkgname=libdiscid
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="A Library for creating MusicBrainz DiscIDs"
-arch=('i686' 'x86_64')
-url="http://musicbrainz.org/doc/libdiscid";
-license=('LGPL')
-depends=('glibc')
-options=('!libtool')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('d8287c46dff9858c2ce2d70154fe6f4c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdiscid/repos/extra-x86_64/PKGBUILD (from rev 182705, 
libdiscid/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-13 00:27:30 UTC (rev 182706)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Eric Gillingham 
+
+pkgname=libdiscid
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A Library for creating MusicBrainz DiscIDs"
+arch=('i686' 'x86_64')
+url="http://musicbrainz.org/doc/libdiscid";
+license=('LGPL')
+depends=('glibc')
+options=('!libtool')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('a029355e53db1c2c24cc34a6d3e3b626')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-04-12 Thread Felix Yan
Date: Saturday, April 13, 2013 @ 03:30:30
  Author: fyan
Revision: 88168

upgpkg: fcitx-mozc 1.10.1390.102-3

Modified:
  fcitx-mozc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 20:54:22 UTC (rev 88167)
+++ PKGBUILD2013-04-13 01:30:30 UTC (rev 88168)
@@ -13,7 +13,7 @@
 pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)"
 pkgver=1.10.1390.102
 _patchver=${pkgver}.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/mozc/";
 license=('custom')
@@ -26,6 +26,7 @@
 http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip
 http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2
 http://fcitx.googlecode.com/files/fcitx-mozc-${_patchver}.patch
+   http://fcitx.googlecode.com/files/fcitx-mozc-icon.tar.gz
mozc_1.10.1390.102_remove_warn_as_error.patch
 )
 
@@ -99,20 +100,21 @@
   install -D -m 644 unix/fcitx/mozc.conf 
"${pkgdir}/usr/share/fcitx/inputmethod/mozc.conf"
 
   install -d "${pkgdir}/usr/share/fcitx/mozc/icon"
-  install -m 644 data/images/product_icon_32bpp-128.png 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc.png"
-  install -m 644 data/images/unix/ui-alpha_full.png 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-alpha_full.png"
-  install -m 644 data/images/unix/ui-alpha_half.png 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-alpha_half.png"
-  install -m 644 data/images/unix/ui-direct.png 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-direct.png"
-  install -m 644 data/images/unix/ui-hiragana.png 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-hiragana.png"
-  install -m 644 data/images/unix/ui-katakana_full.png 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-katakana_full.png"
-  install -m 644 data/images/unix/ui-katakana_half.png 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-katakana_half.png"
-  install -m 644 data/images/unix/ui-dictionary.png 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-dictionary.png"
-  install -m 644 data/images/unix/ui-properties.png 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-properties.png"
-  install -m 644 data/images/unix/ui-tool.png 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-tool.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc.png" 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-alpha_full.png" 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-alpha_full.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-alpha_half.png" 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-alpha_half.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-direct.png" 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-direct.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-hiragana.png" 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-hiragana.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-katakana_full.png" 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-katakana_full.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-katakana_half.png" 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-katakana_half.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-dictionary.png" 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-dictionary.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-properties.png" 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-properties.png"
+  install -m 644 "$srcdir/fcitx-mozc-icons/mozc-tool.png" 
"${pkgdir}/usr/share/fcitx/mozc/icon/mozc-tool.png"
 }
 md5sums=('ff1611354703cbaa76cd562007ba57e9'
  '63310f8bad30f528ba10a6574b807952'
  'bb9fa83c00dece4de5f92ca1773e2bc5'
  'a72001a9067a4c2c4e0e836d0f92ece4'
  '1d94b16b5379f0ccd9f4e372c59b8190'
+ '80fe2ef127b70649df22d133822ac8a7'
  '36689e236c97e570c1a8c98f947755bb')



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

2013-04-12 Thread Jonathan Conder
Date: Saturday, April 13, 2013 @ 03:43:37
  Author: jconder
Revision: 88169

upgpkg: gnome-packagekit 3.8.0-1

update to 3.8.0

Modified:
  gnome-packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 01:30:30 UTC (rev 88168)
+++ PKGBUILD2013-04-13 01:43:37 UTC (rev 88169)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Conder 
 
 pkgname=gnome-packagekit
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs' '!libtool')
 install="$pkgname.install"
 
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('2db1069324cb85d8704bd1ffbbea3c29d57ba7b0d710f45f6563fd963517ef40')
+sha256sums=('dc4773580a05c54b51289154f62ae1fd78120ccb2efbd98cb12512044f5fbfc2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-04-12 Thread Jonathan Conder
Date: Saturday, April 13, 2013 @ 03:47:37
  Author: jconder
Revision: 88170

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

Added:
  gnome-packagekit/repos/community-testing-i686/
  gnome-packagekit/repos/community-testing-x86_64/



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

2013-04-12 Thread Jonathan Conder
Date: Saturday, April 13, 2013 @ 03:58:31
  Author: jconder
Revision: 88171

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

Added:
  gnome-packagekit/repos/community-testing-i686/PKGBUILD
(from rev 88170, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-testing-i686/gnome-packagekit.install
(from rev 88170, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 88170, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-testing-x86_64/gnome-packagekit.install
(from rev 88170, gnome-packagekit/trunk/gnome-packagekit.install)

---+
 community-testing-i686/PKGBUILD   |   43 
 community-testing-i686/gnome-packagekit.install   |   19 
 community-testing-x86_64/PKGBUILD |   43 
 community-testing-x86_64/gnome-packagekit.install |   19 
 4 files changed, 124 insertions(+)

Copied: gnome-packagekit/repos/community-testing-i686/PKGBUILD (from rev 88170, 
gnome-packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-13 01:58:31 UTC (rev 88171)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+
+pkgname=gnome-packagekit
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
+ 'packagekit')
+makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
+optdepends=('polkit-gnome: required for privileged actions'
+'gnome-settings-daemon-updates: update and message notifications')
+options=('!emptydirs' '!libtool')
+install="$pkgname.install"
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('dc4773580a05c54b51289154f62ae1fd78120ccb2efbd98cb12512044f5fbfc2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
+  sed -i "s@MimeType=.*@MimeType=$_mime@" 
data/gpk-install-local-file.desktop.in
+
+  sed -i 's@python@python2@' python/enum-convertor.py
+  sed -i 's@python enum-convertor.py@python2 enum-convertor.py@' 
python/packagekit/Makefile.{am,in}
+
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-gtk-doc \
+ --disable-schemas-compile \
+ --disable-scrollkeeper
+  make -s
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make -s DESTDIR="$pkgdir" install
+}

Copied: gnome-packagekit/repos/community-testing-i686/gnome-packagekit.install 
(from rev 88170, gnome-packagekit/trunk/gnome-packagekit.install)
===
--- community-testing-i686/gnome-packagekit.install 
(rev 0)
+++ community-testing-i686/gnome-packagekit.install 2013-04-13 01:58:31 UTC 
(rev 88171)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.91.90) < 0 )); then
+usr/sbin/gconfpkg --uninstall gnome-packagekit
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 
88170, gnome-packagekit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-13 01:58:31 UTC (rev 88171)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+
+pkgname=gnome-packagekit
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
+ 'packagekit')
+makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
+optdepends=('polkit-gnome: required for privileged actions'
+'gnome-settings-daemon-updates: update and message notifications')
+options=('!emptydirs' '!libtool')
+install="$pkgname.install"
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('dc4773580a05c54b51289154f62ae1fd78120ccb2efbd98cb12512044f5fbfc2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
+  sed -i "s@MimeType=.*@MimeType=$_mime@"

  1   2   >