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

2013-04-15 Thread Andrea Scarpino
Date: Monday, April 15, 2013 @ 12:09:34
  Author: andrea
Revision: 182785

upgpkg: libmygpo-qt 1.0.7-1

Upstream release

Modified:
  libmygpo-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 09:54:17 UTC (rev 182784)
+++ PKGBUILD2013-04-15 10:09:34 UTC (rev 182785)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libmygpo-qt
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc="A C++/Qt client library for gpodder.net"
 arch=('i686' 'x86_64')
 url="http://wiki.gpodder.org/wiki/Libmygpo-qt";
@@ -12,7 +12,7 @@
 depends=('qjson')
 makedepends=('cmake' 'doxygen')
 
source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz";)
-md5sums=('dd07ccc88eac954a3860aeda96aab7b1')
+md5sums=('447e60c8c695b4280a0e20c71abacf49')
 
 build() {
   mkdir build



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

2013-04-15 Thread Andrea Scarpino
Date: Monday, April 15, 2013 @ 12:09:42
  Author: andrea
Revision: 182786

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

Added:
  libmygpo-qt/repos/extra-i686/PKGBUILD
(from rev 182785, libmygpo-qt/trunk/PKGBUILD)
  libmygpo-qt/repos/extra-x86_64/PKGBUILD
(from rev 182785, libmygpo-qt/trunk/PKGBUILD)
Deleted:
  libmygpo-qt/repos/extra-i686/PKGBUILD
  libmygpo-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-15 10:09:34 UTC (rev 182785)
+++ extra-i686/PKGBUILD 2013-04-15 10:09:42 UTC (rev 182786)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-
-pkgname=libmygpo-qt
-pkgver=1.0.6
-pkgrel=2
-pkgdesc="A C++/Qt client library for gpodder.net"
-arch=('i686' 'x86_64')
-url="http://wiki.gpodder.org/wiki/Libmygpo-qt";
-license=('LGPL2.1')
-depends=('qjson')
-makedepends=('cmake' 'doxygen')
-source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz";)
-md5sums=('dd07ccc88eac954a3860aeda96aab7b1')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}.${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libmygpo-qt/repos/extra-i686/PKGBUILD (from rev 182785, 
libmygpo-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-15 10:09:42 UTC (rev 182786)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+
+pkgname=libmygpo-qt
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="A C++/Qt client library for gpodder.net"
+arch=('i686' 'x86_64')
+url="http://wiki.gpodder.org/wiki/Libmygpo-qt";
+license=('LGPL2.1')
+depends=('qjson')
+makedepends=('cmake' 'doxygen')
+source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz";)
+md5sums=('447e60c8c695b4280a0e20c71abacf49')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}.${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-15 10:09:34 UTC (rev 182785)
+++ extra-x86_64/PKGBUILD   2013-04-15 10:09:42 UTC (rev 182786)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-
-pkgname=libmygpo-qt
-pkgver=1.0.6
-pkgrel=2
-pkgdesc="A C++/Qt client library for gpodder.net"
-arch=('i686' 'x86_64')
-url="http://wiki.gpodder.org/wiki/Libmygpo-qt";
-license=('LGPL2.1')
-depends=('qjson')
-makedepends=('cmake' 'doxygen')
-source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz";)
-md5sums=('dd07ccc88eac954a3860aeda96aab7b1')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}.${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libmygpo-qt/repos/extra-x86_64/PKGBUILD (from rev 182785, 
libmygpo-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-15 10:09:42 UTC (rev 182786)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+
+pkgname=libmygpo-qt
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="A C++/Qt client library for gpodder.net"
+arch=('i686' 'x86_64')
+url="http://wiki.gpodder.org/wiki/Libmygpo-qt";
+license=('LGPL2.1')
+depends=('qjson')
+makedepends=('cmake' 'doxygen')
+source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz";)
+md5sums=('447e60c8c695b4280a0e20c71abacf49')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}.${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in parano/trunk (PKGBUILD mime.diff parano.install)

2013-04-15 Thread Balló György
Date: Monday, April 15, 2013 @ 12:43:11
  Author: bgyorgy
Revision: 88247

upgpkg: parano 0.3.5-6

- Replace gnome-python dependency with python2-libgnome
- Use --disable-update-mime-database instead of patching
- Add desktop-file-utils to dependencies (required by the 
update-desktop-database command)
- Remove xdg-icon-resource from the install script (no hicolor icons in 
the package)

Modified:
  parano/trunk/PKGBUILD
  parano/trunk/parano.install
Deleted:
  parano/trunk/mime.diff

+
 PKGBUILD   |   13 +
 mime.diff  |   15 ---
 parano.install |1 -
 3 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 03:27:29 UTC (rev 88246)
+++ PKGBUILD2013-04-15 10:43:11 UTC (rev 88247)
@@ -5,18 +5,16 @@
 
 pkgname=parano
 pkgver=0.3.5
-pkgrel=5
+pkgrel=6
 pkgdesc="A GNOME frontend for creating/editing/checking MD5 and SFV files"
 arch=('any')
 url="http://parano.berlios.de";
 license=('GPL')
-depends=('gnome-python' 'shared-mime-info')
+depends=('python2-libgnome' 'shared-mime-info' 'desktop-file-utils')
 makedepends=('intltool')
 install=parano.install
-source=(http://download.berlios.de/parano/parano-${pkgver}.tar.gz \
-mime.diff)
-md5sums=('126cc42492c1dcf4c5e1b4a3c616acb6' \
- '6dd541ece566505e61f6e94c91a26798')
+source=(http://download.berlios.de/parano/parano-${pkgver}.tar.gz)
+md5sums=('126cc42492c1dcf4c5e1b4a3c616acb6')
 
 build() {
cd ${srcdir}/parano-${pkgver}
@@ -27,8 +25,7 @@
 sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
 done
 
-   patch -Np0 -i ../mime.diff
-   ./configure --prefix=/usr
+   ./configure --prefix=/usr --disable-update-mime-database
make
 }
 

Deleted: mime.diff
===
--- mime.diff   2013-04-15 03:27:29 UTC (rev 88246)
+++ mime.diff   2013-04-15 10:43:11 UTC (rev 88247)
@@ -1,15 +0,0 @@
 mime/Makefile.in   2006-07-13 19:10:58.0 +0200
-+++ mime/Makefile.in.new   2007-08-29 20:16:12.0 +0200
-@@ -407,9 +407,9 @@
-   uninstall-mimeinfoDATA
- 
- 
--@UPDATE_MIME_DATABASE_TRUE@install-data-local:
--@UPDATE_MIME_DATABASE_TRUE@   mkdir -p $(mimedir)
--@UPDATE_MIME_DATABASE_TRUE@   update-mime-database $(datadir)/mime/
-+#@UPDATE_MIME_DATABASE_TRUE@install-data-local:
-+#@UPDATE_MIME_DATABASE_TRUE@  mkdir -p $(mimedir)
-+#@UPDATE_MIME_DATABASE_TRUE@  update-mime-database $(datadir)/mime/
- 
- @UPDATE_MIME_DATABASE_TRUE@uninstall-local:
- @UPDATE_MIME_DATABASE_TRUE@   update-mime-database $(datadir)/mime/

Modified: parano.install
===
--- parano.install  2013-04-15 03:27:29 UTC (rev 88246)
+++ parano.install  2013-04-15 10:43:11 UTC (rev 88247)
@@ -1,6 +1,5 @@
 post_install() {
   update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor
   update-mime-database usr/share/mime > /dev/null
 }
 



[arch-commits] Commit in parano/repos/community-any (7 files)

2013-04-15 Thread Balló György
Date: Monday, April 15, 2013 @ 12:43:20
  Author: bgyorgy
Revision: 88248

archrelease: copy trunk to community-any

Added:
  parano/repos/community-any/ChangeLog
(from rev 88247, parano/trunk/ChangeLog)
  parano/repos/community-any/PKGBUILD
(from rev 88247, parano/trunk/PKGBUILD)
  parano/repos/community-any/parano.install
(from rev 88247, parano/trunk/parano.install)
Deleted:
  parano/repos/community-any/ChangeLog
  parano/repos/community-any/PKGBUILD
  parano/repos/community-any/mime.diff
  parano/repos/community-any/parano.install

+
 ChangeLog  |   12 
 PKGBUILD   |   75 ++-
 mime.diff  |   15 ---
 parano.install |   25 --
 4 files changed, 54 insertions(+), 73 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-04-15 10:43:11 UTC (rev 88247)
+++ ChangeLog   2013-04-15 10:43:20 UTC (rev 88248)
@@ -1,6 +0,0 @@
-2007-06-28 tardo 
-* Built for x86_64
-* Changed patch to fix Makefile.in and not .am
-
-2007-08-29 Georg Grabler (STiAT) 
-* Updated to version 0.3.4

Copied: parano/repos/community-any/ChangeLog (from rev 88247, 
parano/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2013-04-15 10:43:20 UTC (rev 88248)
@@ -0,0 +1,6 @@
+2007-06-28 tardo 
+* Built for x86_64
+* Changed patch to fix Makefile.in and not .am
+
+2007-08-29 Georg Grabler (STiAT) 
+* Updated to version 0.3.4

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 10:43:11 UTC (rev 88247)
+++ PKGBUILD2013-04-15 10:43:20 UTC (rev 88248)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Roman Kyrylych 
-# Contributor: William Rea 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=parano
-pkgver=0.3.5
-pkgrel=5
-pkgdesc="A GNOME frontend for creating/editing/checking MD5 and SFV files"
-arch=('any')
-url="http://parano.berlios.de";
-license=('GPL')
-depends=('gnome-python' 'shared-mime-info')
-makedepends=('intltool')
-install=parano.install
-source=(http://download.berlios.de/parano/parano-${pkgver}.tar.gz \
-mime.diff)
-md5sums=('126cc42492c1dcf4c5e1b4a3c616acb6' \
- '6dd541ece566505e61f6e94c91a26798')
-
-build() {
-   cd ${srcdir}/parano-${pkgver}
-
-# python2 fix
-for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-done
-
-   patch -Np0 -i ../mime.diff
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/parano-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: parano/repos/community-any/PKGBUILD (from rev 88247, 
parano/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 10:43:20 UTC (rev 88248)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=parano
+pkgver=0.3.5
+pkgrel=6
+pkgdesc="A GNOME frontend for creating/editing/checking MD5 and SFV files"
+arch=('any')
+url="http://parano.berlios.de";
+license=('GPL')
+depends=('python2-libgnome' 'shared-mime-info' 'desktop-file-utils')
+makedepends=('intltool')
+install=parano.install
+source=(http://download.berlios.de/parano/parano-${pkgver}.tar.gz)
+md5sums=('126cc42492c1dcf4c5e1b4a3c616acb6')
+
+build() {
+   cd ${srcdir}/parano-${pkgver}
+
+# python2 fix
+for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+done
+
+   ./configure --prefix=/usr --disable-update-mime-database
+   make
+}
+
+package() {
+   cd ${srcdir}/parano-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: mime.diff
===
--- mime.diff   2013-04-15 10:43:11 UTC (rev 88247)
+++ mime.diff   2013-04-15 10:43:20 UTC (rev 88248)
@@ -1,15 +0,0 @@
 mime/Makefile.in   2006-07-13 19:10:58.0 +0200
-+++ mime/Makefile.in.new   2007-08-29 20:16:12.0 +0200
-@@ -407,9 +407,9 @@
-   uninstall-mimeinfoDATA
- 
- 
--@UPDATE_MIME_DATABASE_TRUE@install-data-local:
--@UPDATE_MIME_DATABASE_TRUE@   mkdir -p $(mimedir)
--@UPDATE_MIME_DATABASE_TRUE@   update-mime-database $(datadir)/mime/
-+#@UPDATE_MIME_DATABASE_TRUE@install-data-local:
-+#@UPDATE_MIME_DATABASE_TRUE@  mkdir -p $(mimedir)
-+#@UPDATE_MIME_DATABASE_TRUE@  update-mime-database $(datadir)/mime/
- 
- @UPDATE_MIME_DATABASE_TRUE@uninstall-local:
- @UPDATE_MIME_DATABASE_TRUE@   update-mime-database $(datadir)/mime/

Deleted: parano.install
===

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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:47:23
  Author: spupykin
Revision: 88249

upgpkg: awstats 7.1.1-1

upd

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 10:43:20 UTC (rev 88248)
+++ PKGBUILD2013-04-15 10:47:23 UTC (rev 88249)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Beling 
 
 pkgname=awstats
-pkgver=7.1
+pkgver=7.1.1
 pkgrel=1
 pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
 arch=('any')
@@ -16,7 +16,7 @@
 
#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz";
"cron.awstats")
-md5sums=('cf11203c660bc8baea18b605ff700e8b'
+md5sums=('bbec0233a83cf6ac1eebcf91b555aae7'
  '82cce2b660251588872060e8cd20573a')
 
 build() {



[arch-commits] Commit in awstats/repos/community-any (4 files)

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:47:36
  Author: spupykin
Revision: 88250

archrelease: copy trunk to community-any

Added:
  awstats/repos/community-any/PKGBUILD
(from rev 88249, awstats/trunk/PKGBUILD)
  awstats/repos/community-any/cron.awstats
(from rev 88249, awstats/trunk/cron.awstats)
Deleted:
  awstats/repos/community-any/PKGBUILD
  awstats/repos/community-any/cron.awstats

--+
 PKGBUILD |  138 -
 cron.awstats |8 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 10:47:23 UTC (rev 88249)
+++ PKGBUILD2013-04-15 10:47:36 UTC (rev 88250)
@@ -1,69 +0,0 @@
-# Maintainer: Phillip Smith 
-# http://github.com/fukawi2/aur-packages
-# Contributor: Piotr Beling 
-
-pkgname=awstats
-pkgver=7.1
-pkgrel=1
-pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
-arch=('any')
-license=('GPL')
-url="http://awstats.sourceforge.net/";
-depends=('perl')
-optdepends=('mod_perl: if you are using Apache as your HTTP server' 'mod_cgi: 
if you are using lighttpd as your HTTP server')
-backup=('etc/awstats/awstats.model.conf'
-   'etc/httpd/conf/extra/httpd-awstats.conf')
-#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz";
-   "cron.awstats")
-md5sums=('cf11203c660bc8baea18b605ff700e8b'
- '82cce2b660251588872060e8cd20573a')
-
-build() {
-  msg "Nothing to compile for $pkgname"
-}
-
-package() {
-  _SYSCONFDIR="etc"
-  _WWWROOT="usr/share/webapps/${pkgname}"
-  _INSTDIR="usr/share/${pkgname}"
-  _DOCDIR="usr/share/doc/${pkgname}-${pkgver}"
-
-  cd $srcdir/${pkgname}-${pkgver}
-
-  mkdir -p $pkgdir/${_INSTDIR}/tools/webmin/
-  mkdir -p $pkgdir/${_INSTDIR}/tools/xslt/
-  mkdir -p $pkgdir/${_WWWROOT}/
-  mkdir -p $pkgdir/${_DOCDIR}/
-  mkdir -p $pkgdir/var/lib/$pkgname
-
-  # Arch Linux specific path:
-  install -Dm644 tools/httpd_conf 
$pkgdir/${_SYSCONFDIR}/httpd/conf/extra/httpd-awstats.conf
-  install -Dm644 wwwroot/cgi-bin/awstats.model.conf 
$pkgdir/${_SYSCONFDIR}/awstats/awstats.model.conf
-  install -Dm744 $srcdir/cron.awstats 
$pkgdir/${_SYSCONFDIR}/cron.hourly/awstats
-
-  install -m 755 tools/logresolvemerge.pl 
$pkgdir/${_INSTDIR}/tools/logresolvemerge.pl
-  install -m 755 tools/maillogconvert.pl 
$pkgdir/${_INSTDIR}/tools/maillogconvert.pl
-  install -m 755 tools/urlaliasbuilder.pl 
$pkgdir/${_INSTDIR}/tools/urlaliasbuilder.pl
-  install -m 755 tools/awstats_buildstaticpages.pl 
$pkgdir/${_INSTDIR}/tools/awstats_buildstaticpages.pl
-  install -m 755 tools/awstats_configure.pl 
$pkgdir/${_INSTDIR}/tools/awstats_configure.pl
-  install -m 755 tools/awstats_exportlib.pl 
$pkgdir/${_INSTDIR}/tools/awstats_exportlib.pl
-  install -m 755 tools/awstats_updateall.pl 
$pkgdir/${_INSTDIR}/tools/awstats_updateall.pl
-  install -m 755 tools/webmin/* $pkgdir/${_INSTDIR}/tools/webmin
-  install -m 755 tools/xslt/* $pkgdir/${_INSTDIR}/tools/xslt
-
-  # install the documentation
-  cp -ra docs/* $pkgdir/${_DOCDIR}/
-
-  # www files
-  cp -ra wwwroot/* $pkgdir/${_WWWROOT}/
-  rm -f $pkgdir/${_WWWROOT}/cgi-bin/awstats.model.conf
-  install -Dm444 README.TXT $pkgdir/${_INSTDIR}/README.TXT
-
-  # fix the default http config
-  sed \
-   -e "s|/usr/local/awstats/wwwroot|/${_WWWROOT}|g" \
-   -i $pkgdir/${_SYSCONFDIR}/httpd/conf/extra/httpd-awstats.conf
-
-  echo "deny from all" > $pkgdir/${_WWWROOT}/.htaccess
-}

Copied: awstats/repos/community-any/PKGBUILD (from rev 88249, 
awstats/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 10:47:36 UTC (rev 88250)
@@ -0,0 +1,69 @@
+# Maintainer: Phillip Smith 
+# http://github.com/fukawi2/aur-packages
+# Contributor: Piotr Beling 
+
+pkgname=awstats
+pkgver=7.1.1
+pkgrel=1
+pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
+arch=('any')
+license=('GPL')
+url="http://awstats.sourceforge.net/";
+depends=('perl')
+optdepends=('mod_perl: if you are using Apache as your HTTP server' 'mod_cgi: 
if you are using lighttpd as your HTTP server')
+backup=('etc/awstats/awstats.model.conf'
+   'etc/httpd/conf/extra/httpd-awstats.conf')
+#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz";
+   "cron.awstats")
+md5sums=('bbec0233a83cf6ac1eebcf91b555aae7'
+ '82cce2b660251588872060e8cd20573a')
+
+build() {
+  msg "Nothing to compile for $pkgname"
+}
+
+package() {
+  _SYSCONFDIR="etc"
+  _WWWROOT="usr/share/webapps/${pkgname}"
+  _INSTDIR="usr/share/${pkgname}"
+  _DOCDIR="usr/share/doc/${pkgname}-${pkgver}"
+
+  cd $srcdir/${pkgname}-${pkgver}
+
+  mkdir -p $pkgdir/${_INSTDIR}/tools

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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:47:42
  Author: spupykin
Revision: 88251

upgpkg: perl-dbd-odbc 1.43-1

upd

Modified:
  perl-dbd-odbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 10:47:36 UTC (rev 88250)
+++ PKGBUILD2013-04-15 10:47:42 UTC (rev 88251)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-dbd-odbc
-pkgver=1.41
+pkgver=1.43
 pkgrel=1
 pkgdesc="ODBC Driver for DBI"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-dbi' 'perl' 'unixodbc')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz";)
-md5sums=('94bce7246d69df1ea5b2f8a702f35554')
+md5sums=('35e37488170b5111f826226c4d466961')
 
 build() {
   cd  DBD-ODBC-${pkgver}



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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:48:00
  Author: spupykin
Revision: 88252

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

Added:
  perl-dbd-odbc/repos/community-i686/PKGBUILD
(from rev 88251, perl-dbd-odbc/trunk/PKGBUILD)
  perl-dbd-odbc/repos/community-x86_64/PKGBUILD
(from rev 88251, perl-dbd-odbc/trunk/PKGBUILD)
Deleted:
  perl-dbd-odbc/repos/community-i686/PKGBUILD
  perl-dbd-odbc/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-15 10:47:42 UTC (rev 88251)
+++ community-i686/PKGBUILD 2013-04-15 10:48:00 UTC (rev 88252)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-dbd-odbc
-pkgver=1.41
-pkgrel=1
-pkgdesc="ODBC Driver for DBI"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-ODBC/";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'perl' 'unixodbc')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz";)
-md5sums=('94bce7246d69df1ea5b2f8a702f35554')
-
-build() {
-  cd  DBD-ODBC-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-ODBC-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-odbc/repos/community-i686/PKGBUILD (from rev 88251, 
perl-dbd-odbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-15 10:48:00 UTC (rev 88252)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-dbd-odbc
+pkgver=1.43
+pkgrel=1
+pkgdesc="ODBC Driver for DBI"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBD-ODBC/";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'perl' 'unixodbc')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz";)
+md5sums=('35e37488170b5111f826226c4d466961')
+
+build() {
+  cd  DBD-ODBC-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-ODBC-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-15 10:47:42 UTC (rev 88251)
+++ community-x86_64/PKGBUILD   2013-04-15 10:48:00 UTC (rev 88252)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-dbd-odbc
-pkgver=1.41
-pkgrel=1
-pkgdesc="ODBC Driver for DBI"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-ODBC/";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'perl' 'unixodbc')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz";)
-md5sums=('94bce7246d69df1ea5b2f8a702f35554')
-
-build() {
-  cd  DBD-ODBC-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-ODBC-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-odbc/repos/community-x86_64/PKGBUILD (from rev 88251, 
perl-dbd-odbc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-15 10:48:00 UTC (rev 88252)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-dbd-odbc
+pkgver=1.43
+pkgrel=1
+pkgdesc="ODBC Driver for DBI"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBD-ODBC/";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'perl' 'unixodbc')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz";)
+md5sums=('35e37488170b5111f826226c4d466961')
+
+build() {
+  cd  DBD-ODBC-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-ODBC-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:48:04
  Author: spupykin
Revision: 88253

upgpkg: perl-dbd-sqlite2 0.36-1

upd

Modified:
  perl-dbd-sqlite2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 10:48:00 UTC (rev 88252)
+++ PKGBUILD2013-04-15 10:48:04 UTC (rev 88253)
@@ -3,15 +3,15 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-dbd-sqlite2
-pkgver=0.33
-pkgrel=9
+pkgver=0.36
+pkgrel=1
 pkgdesc="Perl/CPAN Module DBD::SQLite2"
 arch=("i686" "x86_64")
 url="http://search.cpan.org/dist/DBD-SQLite2";
 license=("GPL" "PerlArtistic")
 depends=("perl-dbi")
-source=("http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite2-${pkgver}.tar.gz";)
-md5sums=('babd83fd5eb9ba7560ad4bab4c76c0eb')
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/DBD-SQLite2-$pkgver.tar.gz";)
+md5sums=('221b30e630c72613d1fb5663db048a71')
 
 build() {
   cd DBD-SQLite2-${pkgver}



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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:48:22
  Author: spupykin
Revision: 88254

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

Added:
  perl-dbd-sqlite2/repos/community-i686/PKGBUILD
(from rev 88253, perl-dbd-sqlite2/trunk/PKGBUILD)
  perl-dbd-sqlite2/repos/community-x86_64/PKGBUILD
(from rev 88253, perl-dbd-sqlite2/trunk/PKGBUILD)
Deleted:
  perl-dbd-sqlite2/repos/community-i686/PKGBUILD
  perl-dbd-sqlite2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-15 10:48:04 UTC (rev 88253)
+++ community-i686/PKGBUILD 2013-04-15 10:48:22 UTC (rev 88254)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-dbd-sqlite2
-pkgver=0.33
-pkgrel=9
-pkgdesc="Perl/CPAN Module DBD::SQLite2"
-arch=("i686" "x86_64")
-url="http://search.cpan.org/dist/DBD-SQLite2";
-license=("GPL" "PerlArtistic")
-depends=("perl-dbi")
-source=("http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite2-${pkgver}.tar.gz";)
-md5sums=('babd83fd5eb9ba7560ad4bab4c76c0eb')
-
-build() {
-  cd DBD-SQLite2-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd DBD-SQLite2-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-sqlite2/repos/community-i686/PKGBUILD (from rev 88253, 
perl-dbd-sqlite2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-15 10:48:22 UTC (rev 88254)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-dbd-sqlite2
+pkgver=0.36
+pkgrel=1
+pkgdesc="Perl/CPAN Module DBD::SQLite2"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/DBD-SQLite2";
+license=("GPL" "PerlArtistic")
+depends=("perl-dbi")
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/DBD-SQLite2-$pkgver.tar.gz";)
+md5sums=('221b30e630c72613d1fb5663db048a71')
+
+build() {
+  cd DBD-SQLite2-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd DBD-SQLite2-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-15 10:48:04 UTC (rev 88253)
+++ community-x86_64/PKGBUILD   2013-04-15 10:48:22 UTC (rev 88254)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-dbd-sqlite2
-pkgver=0.33
-pkgrel=9
-pkgdesc="Perl/CPAN Module DBD::SQLite2"
-arch=("i686" "x86_64")
-url="http://search.cpan.org/dist/DBD-SQLite2";
-license=("GPL" "PerlArtistic")
-depends=("perl-dbi")
-source=("http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite2-${pkgver}.tar.gz";)
-md5sums=('babd83fd5eb9ba7560ad4bab4c76c0eb')
-
-build() {
-  cd DBD-SQLite2-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd DBD-SQLite2-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-sqlite2/repos/community-x86_64/PKGBUILD (from rev 88253, 
perl-dbd-sqlite2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-15 10:48:22 UTC (rev 88254)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-dbd-sqlite2
+pkgver=0.36
+pkgrel=1
+pkgdesc="Perl/CPAN Module DBD::SQLite2"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/DBD-SQLite2";
+license=("GPL" "PerlArtistic")
+depends=("perl-dbi")
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/DBD-SQLite2-$pkgver.tar.gz";)
+md5sums=('221b30e630c72613d1fb5663db048a71')
+
+build() {
+  cd DBD-SQLite2-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd DBD-SQLite2-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:48:26
  Author: spupykin
Revision: 88255

upgpkg: perl-dbd-sybase 1.15-1

upd

Modified:
  perl-dbd-sybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 10:48:22 UTC (rev 88254)
+++ PKGBUILD2013-04-15 10:48:26 UTC (rev 88255)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perl-dbd-sybase
-pkgver=1.14
-pkgrel=2
+pkgver=1.15
+pkgrel=1
 pkgdesc="Sybase Driver for DBI"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/DBD-Sybase/";
@@ -11,7 +11,7 @@
 depends=('perl-dbi>=1.52' 'perl>=5.10.0' 'freetds')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/ME/MEWP/DBD-Sybase-${pkgver}.tar.gz";)
-md5sums=('db6662d710b3adffe37bd8aec8060eda')
+md5sums=('d76f09f9a25896fd879ef89a98748708')
 
 build() {
   cd  $srcdir/DBD-Sybase-${pkgver}



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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:48:59
  Author: spupykin
Revision: 88257

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

Added:
  perl-dbd-sybase/repos/community-i686/PKGBUILD
(from rev 88256, perl-dbd-sybase/trunk/PKGBUILD)
  perl-dbd-sybase/repos/community-x86_64/PKGBUILD
(from rev 88256, perl-dbd-sybase/trunk/PKGBUILD)
Deleted:
  perl-dbd-sybase/repos/community-i686/PKGBUILD
  perl-dbd-sybase/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-15 10:48:42 UTC (rev 88256)
+++ community-i686/PKGBUILD 2013-04-15 10:48:59 UTC (rev 88257)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-dbd-sybase
-pkgver=1.14
-pkgrel=2
-pkgdesc="Sybase Driver for DBI"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-Sybase/";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.52' 'perl>=5.10.0' 'freetds')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/ME/MEWP/DBD-Sybase-${pkgver}.tar.gz";)
-md5sums=('db6662d710b3adffe37bd8aec8060eda')
-
-build() {
-  cd  $srcdir/DBD-Sybase-${pkgver}
-  export SYBASE=/usr
-  echo -e "\n\n\n\n\n\n" | PERL_MM_USE_DEFAULT=1 perl Makefile.PL 
INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/DBD-Sybase-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-sybase/repos/community-i686/PKGBUILD (from rev 88256, 
perl-dbd-sybase/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-15 10:48:59 UTC (rev 88257)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-dbd-sybase
+pkgver=1.15
+pkgrel=1
+pkgdesc="Sybase Driver for DBI"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBD-Sybase/";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.52' 'perl>=5.10.0' 'freetds')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ME/MEWP/DBD-Sybase-${pkgver}.tar.gz";)
+md5sums=('d76f09f9a25896fd879ef89a98748708')
+
+build() {
+  cd  $srcdir/DBD-Sybase-${pkgver}
+  export SYBASE=/usr
+  echo -e "\n\n\n\n\n\n" | PERL_MM_USE_DEFAULT=1 perl Makefile.PL 
INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/DBD-Sybase-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-15 10:48:42 UTC (rev 88256)
+++ community-x86_64/PKGBUILD   2013-04-15 10:48:59 UTC (rev 88257)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-dbd-sybase
-pkgver=1.14
-pkgrel=2
-pkgdesc="Sybase Driver for DBI"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-Sybase/";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.52' 'perl>=5.10.0' 'freetds')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/ME/MEWP/DBD-Sybase-${pkgver}.tar.gz";)
-md5sums=('db6662d710b3adffe37bd8aec8060eda')
-
-build() {
-  cd  $srcdir/DBD-Sybase-${pkgver}
-  export SYBASE=/usr
-  echo -e "\n\n\n\n\n\n" | PERL_MM_USE_DEFAULT=1 perl Makefile.PL 
INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/DBD-Sybase-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-sybase/repos/community-x86_64/PKGBUILD (from rev 88256, 
perl-dbd-sybase/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-15 10:48:59 UTC (rev 88257)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-dbd-sybase
+pkgver=1.15
+pkgrel=1
+pkgdesc="Sybase Driver for DBI"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBD-Sybase/";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.52' 'perl>=5.10.0' 'freetds')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/ME/MEWP/DBD-Sybase-${pkgver}.tar.gz";)
+md5sums=('d76f09f9a25896fd879ef89a98748708')
+
+build() {
+  cd  $srcdir/DBD-Sybase-${pkgver}
+  export SYBASE=/usr
+  echo -e "\n\n\n\n\n\n" | PERL_MM_USE_DEFAULT=1 perl Makefile.PL 
INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/DBD-Sybase-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod

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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:49:05
  Author: spupykin
Revision: 88258

upgpkg: umleditor 3.5.0-1

upd

Modified:
  umleditor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 10:48:59 UTC (rev 88257)
+++ PKGBUILD2013-04-15 10:49:05 UTC (rev 88258)
@@ -4,8 +4,8 @@
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=umleditor
-pkgver=3.1.4
-pkgrel=4
+pkgver=3.5.0
+pkgrel=1
 pkgdesc="UML/INTERLIS-Editor"
 arch=('any')
 url="http://www.umleditor.org/";
@@ -13,7 +13,7 @@
 depends=('java-runtime' 'interlis-compiler')
 makedepends=('unzip')
 source=(http://www.umleditor.org/download/$pkgname-$pkgver.zip 'umleditor')
-md5sums=('ce6e82b962107c52fa865194ba6434c2'
+md5sums=('1628c9666eac0d71be9b5824ea6f8170'
  'c3a61e0c0b11efefc2d1b70c2e3f1aa9')
 
 package() {



[arch-commits] Commit in umleditor/repos/community-any (6 files)

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:49:18
  Author: spupykin
Revision: 88259

archrelease: copy trunk to community-any

Added:
  umleditor/repos/community-any/ChangeLog
(from rev 88258, umleditor/trunk/ChangeLog)
  umleditor/repos/community-any/PKGBUILD
(from rev 88258, umleditor/trunk/PKGBUILD)
  umleditor/repos/community-any/umleditor
(from rev 88258, umleditor/trunk/umleditor)
Deleted:
  umleditor/repos/community-any/ChangeLog
  umleditor/repos/community-any/PKGBUILD
  umleditor/repos/community-any/umleditor

---+
 ChangeLog |4 ++--
 PKGBUILD  |   48 
 umleditor |   14 +++---
 3 files changed, 33 insertions(+), 33 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-04-15 10:49:05 UTC (rev 88258)
+++ ChangeLog   2013-04-15 10:49:18 UTC (rev 88259)
@@ -1,2 +0,0 @@
-2007-06-25 tardo 
-* Built for x86_64

Copied: umleditor/repos/community-any/ChangeLog (from rev 88258, 
umleditor/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2013-04-15 10:49:18 UTC (rev 88259)
@@ -0,0 +1,2 @@
+2007-06-25 tardo 
+* Built for x86_64

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 10:49:05 UTC (rev 88258)
+++ PKGBUILD2013-04-15 10:49:18 UTC (rev 88259)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=umleditor
-pkgver=3.1.4
-pkgrel=4
-pkgdesc="UML/INTERLIS-Editor"
-arch=('any')
-url="http://www.umleditor.org/";
-license=('LGPL')
-depends=('java-runtime' 'interlis-compiler')
-makedepends=('unzip')
-source=(http://www.umleditor.org/download/$pkgname-$pkgver.zip 'umleditor')
-md5sums=('ce6e82b962107c52fa865194ba6434c2'
- 'c3a61e0c0b11efefc2d1b70c2e3f1aa9')
-
-build() {
-  install -d "$pkgdir/opt/$pkgname"
-  cp $srcdir/$pkgname-$pkgver/*.jar "$pkgdir/opt/$pkgname"
-  cp -r "$srcdir/$pkgname-$pkgver/xmirose" "$pkgdir/opt/$pkgname"
-  install -D -m755 "$srcdir/umleditor" "$pkgdir/usr/bin/umleditor"
-}

Copied: umleditor/repos/community-any/PKGBUILD (from rev 88258, 
umleditor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 10:49:18 UTC (rev 88259)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=umleditor
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="UML/INTERLIS-Editor"
+arch=('any')
+url="http://www.umleditor.org/";
+license=('LGPL')
+depends=('java-runtime' 'interlis-compiler')
+makedepends=('unzip')
+source=(http://www.umleditor.org/download/$pkgname-$pkgver.zip 'umleditor')
+md5sums=('1628c9666eac0d71be9b5824ea6f8170'
+ 'c3a61e0c0b11efefc2d1b70c2e3f1aa9')
+
+package() {
+  install -d "$pkgdir/opt/$pkgname"
+  cp $srcdir/$pkgname-$pkgver/*.jar "$pkgdir/opt/$pkgname"
+  cp -r "$srcdir/$pkgname-$pkgver/xmirose" "$pkgdir/opt/$pkgname"
+  install -D -m755 "$srcdir/umleditor" "$pkgdir/usr/bin/umleditor"
+}

Deleted: umleditor
===
--- umleditor   2013-04-15 10:49:05 UTC (rev 88258)
+++ umleditor   2013-04-15 10:49:18 UTC (rev 88259)
@@ -1,7 +0,0 @@
-#!/bin/sh
-for name in /opt/umleditor/* ; do
-  CP=$CP:$name
-done
-#CP=/usr/share/java/ili2c/ili2c.jar:$CP
-
-java -cp $CP -jar /opt/umleditor/umleditor.jar

Copied: umleditor/repos/community-any/umleditor (from rev 88258, 
umleditor/trunk/umleditor)
===
--- umleditor   (rev 0)
+++ umleditor   2013-04-15 10:49:18 UTC (rev 88259)
@@ -0,0 +1,7 @@
+#!/bin/sh
+for name in /opt/umleditor/* ; do
+  CP=$CP:$name
+done
+#CP=/usr/share/java/ili2c/ili2c.jar:$CP
+
+java -cp $CP -jar /opt/umleditor/umleditor.jar



[arch-commits] Commit in (5 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:06:51
  Author: heftig
Revision: 182788

Add gnome-photos

Added:
  gnome-photos/
  gnome-photos/repos/
  gnome-photos/trunk/
  gnome-photos/trunk/PKGBUILD
  gnome-photos/trunk/gnome-photos.install

--+
 PKGBUILD |   33 +
 gnome-photos.install |   12 
 2 files changed, 45 insertions(+)

Added: gnome-photos/trunk/PKGBUILD
===
--- gnome-photos/trunk/PKGBUILD (rev 0)
+++ gnome-photos/trunk/PKGBUILD 2013-04-15 11:06:51 UTC (rev 182788)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://www.gnome.org/";
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme)
+makedepends=(intltool)
+options=(!libtool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d5a42a6562eb2bebd404f1b932e105572e64abb0e3160b2834c7898cf090f3de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: gnome-photos/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gnome-photos/trunk/gnome-photos.install
===
--- gnome-photos/trunk/gnome-photos.install (rev 0)
+++ gnome-photos/trunk/gnome-photos.install 2013-04-15 11:06:51 UTC (rev 
182788)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 13:10:25
  Author: spupykin
Revision: 88260

upgpkg: ecb 2.40.1pre-7

upd

Modified:
  ecb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 10:49:18 UTC (rev 88259)
+++ PKGBUILD2013-04-15 11:10:25 UTC (rev 88260)
@@ -3,32 +3,28 @@
 
 pkgname=ecb
 pkgver=2.40.1pre
-pkgrel=6
+pkgrel=7
 pkgdesc="Emacs Code Browser"
 arch=('any')
 url="http://ecb.sourceforge.net/";
-depends=('emacs' 'cedet')
+depends=('emacs')
 license=('GPL')
 install=ecb.install
 #source=(http://downloads.sourceforge.net/ecb/$pkgname-$pkgver.tar.gz)
-source=(ecb-$pkgver.tar.gz::http://ecb.sourceforge.net/cvs_snapshots/ecb.tar.gz)
-md5sums=('cd5f6594773e2abc9bfebac422ccaa79')
+#source=(ecb-$pkgver.tar.gz::http://ecb.sourceforge.net/cvs_snapshots/ecb.tar.gz)
+source=(git://github.com/emacsmirror/ecb.git)
+md5sums=('SKIP')
 
 build() {
-  cd $srcdir/$pkgname-snap
-  sed -i "s|1 0 4 9|1 2 0 0|" ecb-cedet-wrapper.el
-  patch -p0 ecb.el < (let ((debug-on-error debug-on-error))
-EOF
+  cd $srcdir/$pkgname
+  sed -i 's|common/cedet.el|cedet.elc|' Makefile
 }
 
 package() {
-  cd $srcdir/$pkgname-snap
+  cd $srcdir/$pkgname
+  _emacsver=`pacman -Q emacs | cut -f2 -d\ |cut -f1 -d-`
   mkdir -p $pkgdir/usr/share/emacs/site-lisp/ecb
-  make CEDET=/usr/share/emacs/site-lisp/cedet ecb
+  make CEDET=/usr/share/emacs/${_emacsver}/lisp/cedet ecb
   cp -R $srcdir/$pkgname-snap/* $pkgdir/usr/share/emacs/site-lisp/ecb
   find $pkgdir/usr/share -type f -exec chmod 0644 {} \;
   find $pkgdir/usr/share -type d -exec chmod 0755 {} \;



[arch-commits] Commit in ecb/repos/community-any (4 files)

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 13:10:36
  Author: spupykin
Revision: 88261

archrelease: copy trunk to community-any

Added:
  ecb/repos/community-any/PKGBUILD
(from rev 88260, ecb/trunk/PKGBUILD)
  ecb/repos/community-any/ecb.install
(from rev 88260, ecb/trunk/ecb.install)
Deleted:
  ecb/repos/community-any/PKGBUILD
  ecb/repos/community-any/ecb.install

-+
 PKGBUILD|   68 ++
 ecb.install |   32 +--
 2 files changed, 47 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 11:10:25 UTC (rev 88260)
+++ PKGBUILD2013-04-15 11:10:36 UTC (rev 88261)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=ecb
-pkgver=2.40.1pre
-pkgrel=6
-pkgdesc="Emacs Code Browser"
-arch=('any')
-url="http://ecb.sourceforge.net/";
-depends=('emacs' 'cedet')
-license=('GPL')
-install=ecb.install
-#source=(http://downloads.sourceforge.net/ecb/$pkgname-$pkgver.tar.gz)
-source=(http://ecb.sourceforge.net/cvs_snapshots/ecb.tar.gz)
-md5sums=('cd5f6594773e2abc9bfebac422ccaa79')
-
-build() {
-  local _emacsver=`pacman -Q emacs | cut -d- -f 1 | cut -d\  -f2`
-
-#  cd $srcdir/$pkgname-$pkgver
-  cd $srcdir/$pkgname-snap
-  mkdir -p $pkgdir/usr/share/emacs/site-lisp/ecb
-  sed -i "s|1 0 4 9|1 2 0 0|" ecb-cedet-wrapper.el
-
-  patch -p0 ecb.el < (let ((debug-on-error debug-on-error))
-EOF
-
-#  make CEDET=/usr/share/emacs/${_emacsver}/lisp/cedet ecb
-  make CEDET=/usr/share/emacs/site-lisp/cedet ecb
-  cp -R $srcdir/$pkgname-snap/* $pkgdir/usr/share/emacs/site-lisp/ecb
-  find $pkgdir/usr/share -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share -type d -exec chmod 0755 {} \;
-}

Copied: ecb/repos/community-any/PKGBUILD (from rev 88260, ecb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 11:10:36 UTC (rev 88261)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=ecb
+pkgver=2.40.1pre
+pkgrel=7
+pkgdesc="Emacs Code Browser"
+arch=('any')
+url="http://ecb.sourceforge.net/";
+depends=('emacs')
+license=('GPL')
+install=ecb.install
+#source=(http://downloads.sourceforge.net/ecb/$pkgname-$pkgver.tar.gz)
+#source=(ecb-$pkgver.tar.gz::http://ecb.sourceforge.net/cvs_snapshots/ecb.tar.gz)
+source=(git://github.com/emacsmirror/ecb.git)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+  sed -i 's|common/cedet.el|cedet.elc|' Makefile
+}
+
+package() {
+  cd $srcdir/$pkgname
+  _emacsver=`pacman -Q emacs | cut -f2 -d\ |cut -f1 -d-`
+  mkdir -p $pkgdir/usr/share/emacs/site-lisp/ecb
+  make CEDET=/usr/share/emacs/${_emacsver}/lisp/cedet ecb
+  cp -R $srcdir/$pkgname-snap/* $pkgdir/usr/share/emacs/site-lisp/ecb
+  find $pkgdir/usr/share -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share -type d -exec chmod 0755 {} \;
+}

Deleted: ecb.install
===
--- ecb.install 2013-04-15 11:10:25 UTC (rev 88260)
+++ ecb.install 2013-04-15 11:10:36 UTC (rev 88261)
@@ -1,16 +0,0 @@
-pre_install() {
-cat << EOM
-
-In order to actually use ecb you have to follow some more steps:
-1. Add the new ECB-directory to your emacs load-path variable.
-For example you may add this line into your ~/.emacs file:
-(add-to-list 'load-path "/usr/share/emacs/site-lisp/ecb")
-
-2. To load ecb at startup:
-(require 'ecb)
-- or -
-To load ecb first after starting it by ecb-activate:
-(require 'ecb-autoloads)
-
-EOM
-}

Copied: ecb/repos/community-any/ecb.install (from rev 88260, 
ecb/trunk/ecb.install)
===
--- ecb.install (rev 0)
+++ ecb.install 2013-04-15 11:10:36 UTC (rev 88261)
@@ -0,0 +1,16 @@
+pre_install() {
+cat << EOM
+
+In order to actually use ecb you have to follow some more steps:
+1. Add the new ECB-directory to your emacs load-path variable.
+For example you may add this line into your ~/.emacs file:
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/ecb")
+
+2. To load ecb at startup:
+(require 'ecb)
+- or -
+To load ecb first after starting it by ecb-activate:
+(require 'ecb-autoloads)
+
+EOM
+}



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

2013-04-15 Thread Balló György
Date: Monday, April 15, 2013 @ 13:10:58
  Author: bgyorgy
Revision: 88262

upgpkg: soundconverter 2.1.0-1

- Update to version 2.1.0
- Replace gnome-python (metapackage) dependency with python2-gconf and 
python2-libgnome
- Add update-desktop-database to the post install script

Modified:
  soundconverter/trunk/PKGBUILD
  soundconverter/trunk/soundconverter.install

+
 PKGBUILD   |8 
 soundconverter.install |1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 11:10:36 UTC (rev 88261)
+++ PKGBUILD2013-04-15 11:10:58 UTC (rev 88262)
@@ -4,15 +4,15 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=soundconverter
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="A simple sound converter application for GNOME"
 arch=('any')
 license=('GPL3')
 url="http://soundconverter.org/";
-depends=('gnome-python' 'gstreamer0.10-python' 
+depends=('python2-gconf' 'python2-libgnome' 'gstreamer0.10-python' 
   'hicolor-icon-theme' 'gstreamer0.10-ugly-plugins' 
-  'gstreamer0.10-good-plugins')
+  'gstreamer0.10-good-plugins' 'desktop-file-utils')
 makedepends=('perlxml' 'intltool')
 optdepends=('gstreamer0.10-base-plugins: for ogg support')
 install=soundconverter.install
@@ -30,4 +30,4 @@
   make DESTDIR="${pkgdir}" install
 }
 
-md5sums=('effadec6004a12d0a3ec5c1e2f56cd0c')
+md5sums=('c89aee468126e07ee69b4901b4233dbc')

Modified: soundconverter.install
===
--- soundconverter.install  2013-04-15 11:10:36 UTC (rev 88261)
+++ soundconverter.install  2013-04-15 11:10:58 UTC (rev 88262)
@@ -1,6 +1,7 @@
 pkgname=soundconverter
 
 post_install() {
+  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 



[arch-commits] Commit in soundconverter/repos/community-any (4 files)

2013-04-15 Thread Balló György
Date: Monday, April 15, 2013 @ 13:11:02
  Author: bgyorgy
Revision: 88263

archrelease: copy trunk to community-any

Added:
  soundconverter/repos/community-any/PKGBUILD
(from rev 88262, soundconverter/trunk/PKGBUILD)
  soundconverter/repos/community-any/soundconverter.install
(from rev 88262, soundconverter/trunk/soundconverter.install)
Deleted:
  soundconverter/repos/community-any/PKGBUILD
  soundconverter/repos/community-any/soundconverter.install

+
 PKGBUILD   |   66 +++
 soundconverter.install |   37 +-
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 11:10:58 UTC (rev 88262)
+++ PKGBUILD2013-04-15 11:11:02 UTC (rev 88263)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Stefan Husmann 
-# Contributor: Andrea Scarpino 
-
-pkgname=soundconverter
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="A simple sound converter application for GNOME"
-arch=('any')
-license=('GPL3')
-url="http://soundconverter.org/";
-depends=('gnome-python' 'gstreamer0.10-python' 
-  'hicolor-icon-theme' 'gstreamer0.10-ugly-plugins' 
-  'gstreamer0.10-good-plugins')
-makedepends=('perlxml' 'intltool')
-optdepends=('gstreamer0.10-base-plugins: for ogg support')
-install=soundconverter.install
-source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz";)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  PYTHON=python2  ./configure --prefix=/usr 
-
-  make
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' bin/soundconverter
-}
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('effadec6004a12d0a3ec5c1e2f56cd0c')

Copied: soundconverter/repos/community-any/PKGBUILD (from rev 88262, 
soundconverter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 11:11:02 UTC (rev 88263)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Stefan Husmann 
+# Contributor: Andrea Scarpino 
+
+pkgname=soundconverter
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="A simple sound converter application for GNOME"
+arch=('any')
+license=('GPL3')
+url="http://soundconverter.org/";
+depends=('python2-gconf' 'python2-libgnome' 'gstreamer0.10-python' 
+  'hicolor-icon-theme' 'gstreamer0.10-ugly-plugins' 
+  'gstreamer0.10-good-plugins' 'desktop-file-utils')
+makedepends=('perlxml' 'intltool')
+optdepends=('gstreamer0.10-base-plugins: for ogg support')
+install=soundconverter.install
+source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz";)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=python2  ./configure --prefix=/usr 
+
+  make
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' bin/soundconverter
+}
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('c89aee468126e07ee69b4901b4233dbc')

Deleted: soundconverter.install
===
--- soundconverter.install  2013-04-15 11:10:58 UTC (rev 88262)
+++ soundconverter.install  2013-04-15 11:11:02 UTC (rev 88263)
@@ -1,18 +0,0 @@
-pkgname=soundconverter
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-

Copied: soundconverter/repos/community-any/soundconverter.install (from rev 
88262, soundconverter/trunk/soundconverter.install)
===
--- soundconverter.install  (rev 0)
+++ soundconverter.install  2013-04-15 11:11:02 UTC (rev 88263)
@@ -0,0 +1,19 @@
+pkgname=soundconverter
+
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+



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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 13:12:57
  Author: spupykin
Revision: 88264

Modified:
  cgit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 11:11:02 UTC (rev 88263)
+++ PKGBUILD2013-04-15 11:12:57 UTC (rev 88264)
@@ -8,18 +8,18 @@
 pkgname=cgit
 pkgver=0.9.1
 _gitver=1.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A web interface for git written in plain C"
 arch=('i686' 'x86_64')
 url="http://hjemli.net/git/cgit";
 license=('GPL')
 depends=('openssl')
-makedepends=('git' 'zlib' 'curl' 'asciidoc')
+makedepends=('zlib' 'curl' 'asciidoc')
 install=cgit.install
 source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz";

"git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz";
"apache.example.conf")
-md5sums=('ed1a1dcbf55ddd6a9de29bca6edf'
+md5sums=('272ee8fec2d81ac1e65117578e64df1e'
  'c63cc7ca8a4bbf97c8802f354511223e'
  'bd5696bea0654bfcf98f249b1a36737d')
 



[arch-commits] Commit in cgit/repos/community-i686 (6 files)

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 13:13:11
  Author: spupykin
Revision: 88265

archrelease: copy trunk to community-i686

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 88264, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 88264, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 88264, cgit/trunk/cgit.install)
Deleted:
  cgit/repos/community-i686/PKGBUILD
  cgit/repos/community-i686/apache.example.conf
  cgit/repos/community-i686/cgit.install

-+
 PKGBUILD|   90 +-
 apache.example.conf |   50 +--
 cgit.install|   14 +++
 3 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 11:12:57 UTC (rev 88264)
+++ PKGBUILD2013-04-15 11:13:11 UTC (rev 88265)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Current Maintainer:  Patrick Palka 
-# Previous Maintainer:  Loui Chang 
-# Contributor: Andreas Baumann 
-# Development: http://closure.ath.cx/aur-dev
-
-pkgname=cgit
-pkgver=0.9.1
-_gitver=1.7.4
-pkgrel=1
-pkgdesc="A web interface for git written in plain C"
-arch=('i686' 'x86_64')
-url="http://hjemli.net/git/cgit";
-license=('GPL')
-depends=('openssl')
-makedepends=('git' 'zlib' 'curl' 'asciidoc')
-install=cgit.install
-source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz";
-   
"git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz";
-   "apache.example.conf")
-md5sums=('ed1a1dcbf55ddd6a9de29bca6edf'
- 'c63cc7ca8a4bbf97c8802f354511223e'
- 'bd5696bea0654bfcf98f249b1a36737d')
-
-build() {
-  cd "$pkgname-$pkgver"
-  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
-  [ "x${_gitver}" == "x${_cgit_gitver}" ] || { msg "Bad git version"; return 
1; }
-  rm -rf git/*
-  mv ../git-${_gitver}/* git/
-  make
-  make doc-man
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" install 
install-man
-  install -vDm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -vd "$pkgdir/var/cache/$pkgname"
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/cgit/apache.example.conf
-  mkdir -p $pkgdir/usr/lib/cgit
-  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
-  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
-}

Copied: cgit/repos/community-i686/PKGBUILD (from rev 88264, cgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 11:13:11 UTC (rev 88265)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Current Maintainer:  Patrick Palka 
+# Previous Maintainer:  Loui Chang 
+# Contributor: Andreas Baumann 
+# Development: http://closure.ath.cx/aur-dev
+
+pkgname=cgit
+pkgver=0.9.1
+_gitver=1.7.4
+pkgrel=2
+pkgdesc="A web interface for git written in plain C"
+arch=('i686' 'x86_64')
+url="http://hjemli.net/git/cgit";
+license=('GPL')
+depends=('openssl')
+makedepends=('zlib' 'curl' 'asciidoc')
+install=cgit.install
+source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz";
+   
"git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz";
+   "apache.example.conf")
+md5sums=('272ee8fec2d81ac1e65117578e64df1e'
+ 'c63cc7ca8a4bbf97c8802f354511223e'
+ 'bd5696bea0654bfcf98f249b1a36737d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
+  [ "x${_gitver}" == "x${_cgit_gitver}" ] || { msg "Bad git version"; return 
1; }
+  rm -rf git/*
+  mv ../git-${_gitver}/* git/
+  make
+  make doc-man
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" install 
install-man
+  install -vDm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -vd "$pkgdir/var/cache/$pkgname"
+  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/cgit/apache.example.conf
+  mkdir -p $pkgdir/usr/lib/cgit
+  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
+  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
+}

Deleted: apache.example.conf
===
--- apache.example.conf 2013-04-15 11:12:57 UTC (rev 88264)
+++ apache.example.conf 2013-04-15 11:13:11 UTC (rev 88265)
@@ -1,25 +0,0 @@
-ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
-
-Alias /cgit-css "/usr/share/webapps/cgit/"
-
-
-   AllowOverride None
-   Options None
-   Order allow,deny
-   Allow from all
-   AuthType Basic
-   AuthName cgit
-   AuthUserFile /etc/httpd/conf/passwd
-   Require user root
-
-
-
-   AllowOverride None
-   Options ExecCGI FollowSymlinks
-

[arch-commits] Commit in cgit/repos/community-x86_64 (6 files)

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 13:13:22
  Author: spupykin
Revision: 88266

archrelease: copy trunk to community-x86_64

Added:
  cgit/repos/community-x86_64/PKGBUILD
(from rev 88265, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 88265, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 88265, cgit/trunk/cgit.install)
Deleted:
  cgit/repos/community-x86_64/PKGBUILD
  cgit/repos/community-x86_64/apache.example.conf
  cgit/repos/community-x86_64/cgit.install

-+
 PKGBUILD|   90 +-
 apache.example.conf |   50 +--
 cgit.install|   14 +++
 3 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 11:13:11 UTC (rev 88265)
+++ PKGBUILD2013-04-15 11:13:22 UTC (rev 88266)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Current Maintainer:  Patrick Palka 
-# Previous Maintainer:  Loui Chang 
-# Contributor: Andreas Baumann 
-# Development: http://closure.ath.cx/aur-dev
-
-pkgname=cgit
-pkgver=0.9.1
-_gitver=1.7.4
-pkgrel=1
-pkgdesc="A web interface for git written in plain C"
-arch=('i686' 'x86_64')
-url="http://hjemli.net/git/cgit";
-license=('GPL')
-depends=('openssl')
-makedepends=('git' 'zlib' 'curl' 'asciidoc')
-install=cgit.install
-source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz";
-   
"git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz";
-   "apache.example.conf")
-md5sums=('ed1a1dcbf55ddd6a9de29bca6edf'
- 'c63cc7ca8a4bbf97c8802f354511223e'
- 'bd5696bea0654bfcf98f249b1a36737d')
-
-build() {
-  cd "$pkgname-$pkgver"
-  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
-  [ "x${_gitver}" == "x${_cgit_gitver}" ] || { msg "Bad git version"; return 
1; }
-  rm -rf git/*
-  mv ../git-${_gitver}/* git/
-  make
-  make doc-man
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" install 
install-man
-  install -vDm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -vd "$pkgdir/var/cache/$pkgname"
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/cgit/apache.example.conf
-  mkdir -p $pkgdir/usr/lib/cgit
-  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
-  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
-}

Copied: cgit/repos/community-x86_64/PKGBUILD (from rev 88265, 
cgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 11:13:22 UTC (rev 88266)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Current Maintainer:  Patrick Palka 
+# Previous Maintainer:  Loui Chang 
+# Contributor: Andreas Baumann 
+# Development: http://closure.ath.cx/aur-dev
+
+pkgname=cgit
+pkgver=0.9.1
+_gitver=1.7.4
+pkgrel=2
+pkgdesc="A web interface for git written in plain C"
+arch=('i686' 'x86_64')
+url="http://hjemli.net/git/cgit";
+license=('GPL')
+depends=('openssl')
+makedepends=('zlib' 'curl' 'asciidoc')
+install=cgit.install
+source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz";
+   
"git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz";
+   "apache.example.conf")
+md5sums=('272ee8fec2d81ac1e65117578e64df1e'
+ 'c63cc7ca8a4bbf97c8802f354511223e'
+ 'bd5696bea0654bfcf98f249b1a36737d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
+  [ "x${_gitver}" == "x${_cgit_gitver}" ] || { msg "Bad git version"; return 
1; }
+  rm -rf git/*
+  mv ../git-${_gitver}/* git/
+  make
+  make doc-man
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" install 
install-man
+  install -vDm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -vd "$pkgdir/var/cache/$pkgname"
+  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/cgit/apache.example.conf
+  mkdir -p $pkgdir/usr/lib/cgit
+  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
+  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
+}

Deleted: apache.example.conf
===
--- apache.example.conf 2013-04-15 11:13:11 UTC (rev 88265)
+++ apache.example.conf 2013-04-15 11:13:22 UTC (rev 88266)
@@ -1,25 +0,0 @@
-ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
-
-Alias /cgit-css "/usr/share/webapps/cgit/"
-
-
-   AllowOverride None
-   Options None
-   Order allow,deny
-   Allow from all
-   AuthType Basic
-   AuthName cgit
-   AuthUserFile /etc/httpd/conf/passwd
-   Require user root
-
-
-
-   AllowOverride None
-   Options ExecCGI Fol

[arch-commits] Commit in wdm/repos/community-i686 (PKGBUILD PKGBUILD)

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 13:14:03
  Author: spupykin
Revision: 88267

archrelease: copy trunk to community-i686

Added:
  wdm/repos/community-i686/PKGBUILD
(from rev 88266, wdm/trunk/PKGBUILD)
Deleted:
  wdm/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 11:13:22 UTC (rev 88266)
+++ PKGBUILD2013-04-15 11:14:03 UTC (rev 88267)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: eric 
-# Contributor: Aurelien Foret 
-
-pkgname=wdm
-pkgver=1.28
-pkgrel=6
-pkgdesc="An replacement X window display manager similar to, and based on XDM"
-arch=(i686 x86_64)
-depends=('windowmaker' 'pam' 'bash' 'libxmu')
-license=('GPL')
-source=(http://voins.program.ru/$pkgname/$pkgname-$pkgver.tar.bz2)
-url="http://voins.program.ru/wdm/";
-md5sums=('4da8ffe3af233305786d9b6aab78b838')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-nlsdir=/usr/share/locale \
-   --sysconfdir=/etc/wdm --with-wdmdir=/etc/wdm --mandir=/usr/share/man \
-   --with-fakehome=/var/empty
-  make
-  make DESTDIR=$pkgdir install
-  # used /etc/pam.d/xscreensaver as an example
-  #
-  echo "auth   requiredpam_unix_auth.so" > $pkgdir/etc/pam.d/wdm
-  chmod 0644 $pkgdir/etc/wdm/wdm-config
-  chmod 0755 $pkgdir/etc/wdm/authdir
-}

Copied: wdm/repos/community-i686/PKGBUILD (from rev 88266, wdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 11:14:03 UTC (rev 88267)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: eric 
+# Contributor: Aurelien Foret 
+
+pkgname=wdm
+pkgver=1.28
+pkgrel=6
+pkgdesc="An replacement X window display manager similar to, and based on XDM"
+arch=(i686 x86_64)
+depends=('windowmaker' 'pam' 'bash' 'libxmu')
+license=('GPL')
+source=(http://voins.program.ru/$pkgname/$pkgname-$pkgver.tar.bz2)
+url="http://voins.program.ru/wdm/";
+md5sums=('4da8ffe3af233305786d9b6aab78b838')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-nlsdir=/usr/share/locale \
+   --sysconfdir=/etc/wdm --with-wdmdir=/etc/wdm --mandir=/usr/share/man \
+   --with-fakehome=/var/empty
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # used /etc/pam.d/xscreensaver as an example
+  #
+  echo "auth   requiredpam_unix_auth.so" > $pkgdir/etc/pam.d/wdm
+  chmod 0644 $pkgdir/etc/wdm/wdm-config
+  chmod 0755 $pkgdir/etc/wdm/authdir
+}



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:14:03
  Author: heftig
Revision: 182789

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

Added:
  gnome-photos/repos/testing-i686/
  gnome-photos/repos/testing-i686/PKGBUILD
(from rev 182788, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/testing-i686/gnome-photos.install
(from rev 182788, gnome-photos/trunk/gnome-photos.install)
  gnome-photos/repos/testing-x86_64/
  gnome-photos/repos/testing-x86_64/PKGBUILD
(from rev 182788, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/testing-x86_64/gnome-photos.install
(from rev 182788, gnome-photos/trunk/gnome-photos.install)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/gnome-photos.install   |   12 
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/gnome-photos.install |   12 
 4 files changed, 90 insertions(+)

Copied: gnome-photos/repos/testing-i686/PKGBUILD (from rev 182788, 
gnome-photos/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 11:14:03 UTC (rev 182789)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://www.gnome.org/";
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme)
+makedepends=(intltool)
+options=(!libtool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d5a42a6562eb2bebd404f1b932e105572e64abb0e3160b2834c7898cf090f3de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-photos/repos/testing-i686/gnome-photos.install (from rev 182788, 
gnome-photos/trunk/gnome-photos.install)
===
--- testing-i686/gnome-photos.install   (rev 0)
+++ testing-i686/gnome-photos.install   2013-04-15 11:14:03 UTC (rev 182789)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-photos/repos/testing-x86_64/PKGBUILD (from rev 182788, 
gnome-photos/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-15 11:14:03 UTC (rev 182789)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://www.gnome.org/";
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme)
+makedepends=(intltool)
+options=(!libtool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d5a42a6562eb2bebd404f1b932e105572e64abb0e3160b2834c7898cf090f3de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-photos/repos/testing-x86_64/gnome-photos.install (from rev 
182788, gnome-photos/trunk/gnome-photos.install)
===
--- testing-x86_64/gnome-photos.install (rev 0)
+++ testing-x86_64/gnome-photos.install 2013-04-15 11:14:03 UTC (rev 182789)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in wdm/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 13:14:13
  Author: spupykin
Revision: 88268

archrelease: copy trunk to community-x86_64

Added:
  wdm/repos/community-x86_64/PKGBUILD
(from rev 88267, wdm/trunk/PKGBUILD)
Deleted:
  wdm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 11:14:03 UTC (rev 88267)
+++ PKGBUILD2013-04-15 11:14:13 UTC (rev 88268)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: eric 
-# Contributor: Aurelien Foret 
-
-pkgname=wdm
-pkgver=1.28
-pkgrel=6
-pkgdesc="An replacement X window display manager similar to, and based on XDM"
-arch=(i686 x86_64)
-depends=('windowmaker' 'pam' 'bash' 'libxmu')
-license=('GPL')
-source=(http://voins.program.ru/$pkgname/$pkgname-$pkgver.tar.bz2)
-url="http://voins.program.ru/wdm/";
-md5sums=('4da8ffe3af233305786d9b6aab78b838')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-nlsdir=/usr/share/locale \
-   --sysconfdir=/etc/wdm --with-wdmdir=/etc/wdm --mandir=/usr/share/man \
-   --with-fakehome=/var/empty
-  make
-  make DESTDIR=$pkgdir install
-  # used /etc/pam.d/xscreensaver as an example
-  #
-  echo "auth   requiredpam_unix_auth.so" > $pkgdir/etc/pam.d/wdm
-  chmod 0644 $pkgdir/etc/wdm/wdm-config
-  chmod 0755 $pkgdir/etc/wdm/authdir
-}

Copied: wdm/repos/community-x86_64/PKGBUILD (from rev 88267, wdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 11:14:13 UTC (rev 88268)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: eric 
+# Contributor: Aurelien Foret 
+
+pkgname=wdm
+pkgver=1.28
+pkgrel=6
+pkgdesc="An replacement X window display manager similar to, and based on XDM"
+arch=(i686 x86_64)
+depends=('windowmaker' 'pam' 'bash' 'libxmu')
+license=('GPL')
+source=(http://voins.program.ru/$pkgname/$pkgname-$pkgver.tar.bz2)
+url="http://voins.program.ru/wdm/";
+md5sums=('4da8ffe3af233305786d9b6aab78b838')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-nlsdir=/usr/share/locale \
+   --sysconfdir=/etc/wdm --with-wdmdir=/etc/wdm --mandir=/usr/share/man \
+   --with-fakehome=/var/empty
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # used /etc/pam.d/xscreensaver as an example
+  #
+  echo "auth   requiredpam_unix_auth.so" > $pkgdir/etc/pam.d/wdm
+  chmod 0644 $pkgdir/etc/wdm/wdm-config
+  chmod 0755 $pkgdir/etc/wdm/authdir
+}



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

2013-04-15 Thread Sven-Hendrik Haase
Date: Monday, April 15, 2013 @ 13:24:26
  Author: svenstaro
Revision: 88269

upgpkg: pypy 2.0beta2-2

Use -O1 so pypy works with gcc 4.8

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 11:14:13 UTC (rev 88268)
+++ PKGBUILD2013-04-15 11:24:26 UTC (rev 88269)
@@ -3,12 +3,13 @@
 
 pkgname=pypy
 pkgver=2.0beta2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python implementation written in Python, JIT enabled"
 url="http://codespeak.net/pypy/";
 arch=('i686' 'x86_64')
 depends=('libffi')
 provides=('python2')
+options=(!buildflags)
 # You can remove pypy to not make the package depend on itself here
 # and use python2 in build() but it takes ages.
 makedepends=('python2' 'mercurial' 'pypy')
@@ -24,7 +25,10 @@
 build() {
   cd ${srcdir}/pypy/pypy/goal
 
-  pypy ../../rpython/bin/rpython -Ojit targetpypystandalone
+  export CFLAGS="-O1"
+  export CXXFLAGS="-O1"
+
+  python2 ../../rpython/bin/rpython -Ojit targetpypystandalone
 }
 
 package() {



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

2013-04-15 Thread Sven-Hendrik Haase
Date: Monday, April 15, 2013 @ 13:24:40
  Author: svenstaro
Revision: 88270

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

Added:
  pypy/repos/community-i686/LICENSE
(from rev 88269, pypy/trunk/LICENSE)
  pypy/repos/community-i686/PKGBUILD
(from rev 88269, pypy/trunk/PKGBUILD)
  pypy/repos/community-x86_64/LICENSE
(from rev 88269, pypy/trunk/LICENSE)
  pypy/repos/community-x86_64/PKGBUILD
(from rev 88269, pypy/trunk/PKGBUILD)
Deleted:
  pypy/repos/community-i686/LICENSE
  pypy/repos/community-i686/PKGBUILD
  pypy/repos/community-x86_64/LICENSE
  pypy/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |  308 
 /PKGBUILD |  100 ++
 community-i686/LICENSE|  154 --
 community-i686/PKGBUILD   |   46 --
 community-x86_64/LICENSE  |  154 --
 community-x86_64/PKGBUILD |   46 --
 6 files changed, 408 insertions(+), 400 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-04-15 11:24:26 UTC (rev 88269)
+++ community-i686/LICENSE  2013-04-15 11:24:40 UTC (rev 88270)
@@ -1,154 +0,0 @@
-License for files in the pypy/ directory 
-==
-
-Except when otherwise stated (look for LICENSE files in directories or
-information at the beginning of each file) all software and
-documentation in the 'pypy' directories is licensed as follows: 
-
-The MIT License
-
-Permission is hereby granted, free of charge, to any person 
-obtaining a copy of this software and associated documentation 
-files (the "Software"), to deal in the Software without 
-restriction, including without limitation the rights to use, 
-copy, modify, merge, publish, distribute, sublicense, and/or 
-sell copies of the Software, and to permit persons to whom the 
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included 
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY, 
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
-DEALINGS IN THE SOFTWARE.
-
-
-PyPy Copyright holders 2003-2010
 
-
-Except when otherwise stated (look for LICENSE files or information at
-the beginning of each file) the files in the 'pypy' directory are each
-copyrighted by one or more of the following people and organizations:
-
-Armin Rigo
-Maciej Fijalkowski
-Carl Friedrich Bolz
-Samuele Pedroni
-Antonio Cuni
-Michael Hudson
-Christian Tismer
-Holger Krekel
-Eric van Riet Paap
-Richard Emslie
-Anders Chrigstrom
-Amaury Forgeot d Arc
-Aurelien Campeas
-Anders Lehmann
-Niklaus Haldimann
-Seo Sanghyeon
-Leonardo Santagada
-Lawrence Oluyede
-Jakub Gustak
-Guido Wesdorp
-Benjamin Peterson
-Alexander Schremmer
-Niko Matsakis
-Ludovic Aubry
-Alex Martelli
-Toon Verwaest
-Stephan Diehl
-Adrien Di Mascio
-Stefan Schwarzer
-Tomek Meka
-Patrick Maupin
-Jacob Hallen
-Laura Creighton
-Bob Ippolito
-Camillo Bruni
-Simon Burton
-Bruno Gola
-Alexandre Fayolle
-Marius Gedminas
-Guido van Rossum
-Valentino Volonghi
-Adrian Kuhn
-Paul deGrandis
-Gerald Klix
-Wanja Saatkamp
-Anders Hammarquist
-Oscar Nierstrasz
-Eugene Oden
-Lukas Renggli
-Guenter Jantzen
-Dinu Gherman
-Bartosz Skowron
-Georg Brandl
-Ben Young
-Jean-Paul Calderone
-Nicolas Chauvat
-Rocco Moretti
-Michael Twomey
-boria
-Jared Grubb
-Olivier Dormond
-Stuart Williams
-Jens-Uwe Mager
-Justas Sadzevicius
-Mikael Schönenberg
-Brian Dorsey
-Jonathan David Riehl
-Beatrice During
-Elmo Mäntynen
-Andreas Friedge
-Alex Gaynor
-Anders Qvist
-Alan McIntyre
-Bert Freudenberg
-
-Heinrich-Heine University, Germany 
-Open End AB (formerly AB Strakt), Sweden
-merlinux GmbH, Germany 
-tismerysoft GmbH, Germany 
-Logilab Paris, France 
-DFKI GmbH, Germany 
-Impara, Germany
-Change Maker, Sweden 
-
- 
-License for 'lib-python/2.5.2' and 'lib-python/2.5.2-modified'
-== 
-
-Except when otherwise stated (look for LICENSE files or
-copyright/license informati

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:28:15
  Author: heftig
Revision: 182790

3.8.1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 11:14:03 UTC (rev 182789)
+++ PKGBUILD2013-04-15 11:28:15 UTC (rev 182790)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('5a995f3f2c188f52f75fe8117a690f53e25b2c6fe2a39103b269acdbb70061b8')
+sha256sums=('f08005bfa5ecb71b05c4046d585ae072f084c90003b281a3ced8d882b96fe3cd')
 
 build() {
   cd "$_pkgbasename-$pkgver"



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:31:14
  Author: heftig
Revision: 182791

3.8.1

Modified:
  gnome-clocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 11:28:15 UTC (rev 182790)
+++ PKGBUILD2013-04-15 11:31:14 UTC (rev 182791)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-clocks
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Clocks applications for GNOME"
 arch=(i686 x86_64)
@@ -15,8 +15,12 @@
 groups=(gnome-extra)
 install=gnome-clocks.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz
-
http://git.gnome.org/browse/gnome-clocks/plain/data/css/{gnome-clocks.css,button-border-{go,stop}{,-active}.svg})
-sha256sums=('35c78a9b1cab465b5c5ccd9c3591cfc3b27eaa0b9ad927bc52642ea3908d64e0'
+
gnome-clocks.css::http://git.gnome.org/browse/gnome-clocks/plain/data/css/gnome-clocks.css?id=${pkgver}
+
button-border-go.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-go.svg?id=${pkgver}
+
button-border-go-active.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-go-active.svg?id=${pkgver}
+
button-border-stop.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-stop.svg?id=${pkgver}
+
button-border-stop-active.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-stop-active.svg?id=${pkgver})
+sha256sums=('6140cc1ae41460c5fc799b2a52d809ed4cf9035a72be7e878160b5e591486d31'
 '3ce4afb848ea2a2728c53a9f4bfca5f12d9719e3935d1acd2d90056cb1c464fc'
 'a44df652c8034ccbbc87a62f92ab6efbf6dfabead44e3316b4b9e85d851a6b24'
 'e12ac57acaa43b25a36d9fd9b6dbe906980a5e8429840d98c604bf28515749e0'



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:32:30
  Author: heftig
Revision: 182792

3.8.1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 11:31:14 UTC (rev 182791)
+++ PKGBUILD2013-04-15 11:32:30 UTC (rev 182792)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="GNOME service to access online accounts"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=(!libtool)
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fe6389e836ae77373b9fb93d61e591ba143a524e5c03ad46784847f8466f8039')
+sha256sums=('26c334000ae74832042142a150e7d0c4b5ced4dc24bdb247f75cbb9e3d2e7261')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:32:41
  Author: heftig
Revision: 182793

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

Added:
  gtksourceview3/repos/testing-i686/PKGBUILD
(from rev 182791, gtksourceview3/trunk/PKGBUILD)
  gtksourceview3/repos/testing-x86_64/PKGBUILD
(from rev 182792, gtksourceview3/trunk/PKGBUILD)
Deleted:
  gtksourceview3/repos/testing-i686/PKGBUILD
  gtksourceview3/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   58 ++
 testing-i686/PKGBUILD   |   29 ---
 testing-x86_64/PKGBUILD |   29 ---
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 11:32:30 UTC (rev 182792)
+++ testing-i686/PKGBUILD   2013-04-15 11:32:41 UTC (rev 182793)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-options=('!libtool')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('5a995f3f2c188f52f75fe8117a690f53e25b2c6fe2a39103b269acdbb70061b8')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/testing-i686/PKGBUILD (from rev 182791, 
gtksourceview3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 11:32:41 UTC (rev 182793)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('f08005bfa5ecb71b05c4046d585ae072f084c90003b281a3ced8d882b96fe3cd')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd "$_pkgbasename-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 11:32:30 UTC (rev 182792)
+++ testing-x86_64/PKGBUILD 2013-04-15 11:32:41 UTC (rev 182793)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-options=('!libtool')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('5a995f3f2c188f52f75fe8117a690f53e25b2c6fe2a39103b269acdbb70061b8')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/testing-x86_64/PKGBUILD (from rev 182792, 
gtksourceview3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-15 11:32:41 UTC (rev 182793)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('f08005bfa5ecb71b05c4046d585ae072f084c90003b281a3ced8d882b96fe3cd')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-gla

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:33:25
  Author: heftig
Revision: 182794

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

Added:
  gnome-clocks/repos/testing-i686/PKGBUILD
(from rev 182793, gnome-clocks/trunk/PKGBUILD)
  gnome-clocks/repos/testing-i686/gnome-clocks.install
(from rev 182793, gnome-clocks/trunk/gnome-clocks.install)
  gnome-clocks/repos/testing-x86_64/PKGBUILD
(from rev 182793, gnome-clocks/trunk/PKGBUILD)
  gnome-clocks/repos/testing-x86_64/gnome-clocks.install
(from rev 182793, gnome-clocks/trunk/gnome-clocks.install)
Deleted:
  gnome-clocks/repos/testing-i686/PKGBUILD
  gnome-clocks/repos/testing-i686/gnome-clocks.install
  gnome-clocks/repos/testing-x86_64/PKGBUILD
  gnome-clocks/repos/testing-x86_64/gnome-clocks.install

-+
 /PKGBUILD   |   98 ++
 /gnome-clocks.install   |   26 +
 testing-i686/PKGBUILD   |   45 ---
 testing-i686/gnome-clocks.install   |   13 
 testing-x86_64/PKGBUILD |   45 ---
 testing-x86_64/gnome-clocks.install |   13 
 6 files changed, 124 insertions(+), 116 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 11:32:41 UTC (rev 182793)
+++ testing-i686/PKGBUILD   2013-04-15 11:33:25 UTC (rev 182794)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-clocks
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Clocks applications for GNOME"
-arch=(i686 x86_64)
-url="https://www.gnome.org/";
-license=(GPL)
-depends=(gtk3 libcanberra libgweather gnome-desktop libnotify
- hicolor-icon-theme gnome-themes-standard)
-makedepends=(intltool vala gobject-introspection)
-options=(!libtool)
-groups=(gnome-extra)
-install=gnome-clocks.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz
-
http://git.gnome.org/browse/gnome-clocks/plain/data/css/{gnome-clocks.css,button-border-{go,stop}{,-active}.svg})
-sha256sums=('35c78a9b1cab465b5c5ccd9c3591cfc3b27eaa0b9ad927bc52642ea3908d64e0'
-'3ce4afb848ea2a2728c53a9f4bfca5f12d9719e3935d1acd2d90056cb1c464fc'
-'a44df652c8034ccbbc87a62f92ab6efbf6dfabead44e3316b4b9e85d851a6b24'
-'e12ac57acaa43b25a36d9fd9b6dbe906980a5e8429840d98c604bf28515749e0'
-'e71fa928cf5812fb1cc4ea62e55176be14716b670c37c7899368b0f8f020876c'
-'34916c190c259788bcb561f0b4cce73b47a39e50326e1a53a2a91c2725e9d8a3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Fix files missing from tarball
-  mkdir data/css
-  cp ../*.{css,svg} data/css
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-clocks/repos/testing-i686/PKGBUILD (from rev 182793, 
gnome-clocks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 11:33:25 UTC (rev 182794)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+arch=(i686 x86_64)
+url="https://www.gnome.org/";
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop libnotify
+ hicolor-icon-theme gnome-themes-standard)
+makedepends=(intltool vala gobject-introspection)
+options=(!libtool)
+groups=(gnome-extra)
+install=gnome-clocks.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz
+
gnome-clocks.css::http://git.gnome.org/browse/gnome-clocks/plain/data/css/gnome-clocks.css?id=${pkgver}
+
button-border-go.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-go.svg?id=${pkgver}
+
button-border-go-active.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-go-active.svg?id=${pkgver}
+
button-border-stop.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-stop.svg?id=${pkgver}
+
button-border-stop-active.svg::http://git.gnome.org/browse/gnome-clocks/plain/data/css/button-border-stop-active.svg?id=${pkgver})
+sha256sums=('6140cc1ae41460c5fc799b2a52d809ed4cf9035a72be7e878160b5e591486d31'
+'3ce4afb848ea2a2728c53a9f4bfca5f12d9719e3935d1acd2d90056cb1c464fc'
+'a44df652c8034ccbbc87a62f92ab6efbf6dfabead44e3316b4b9e85d851a6b24'
+'e12ac57acaa43b25a36d9fd9b6dbe906980a5e8429840d98c604bf28515749e0'
+'e71fa928cf5812fb1cc4ea62e55176be14716b670c37c7899368b0f8f020876c'
+'34916c190c259788bcb561f0b4cce73b47a39e50326e1a53a2a91c2725e9d8a3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Fix fi

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:35:11
  Author: heftig
Revision: 182795

3.8.1

Modified:
  gnome-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 11:33:25 UTC (rev 182794)
+++ PKGBUILD2013-04-15 11:35:11 UTC (rev 182795)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-power-manager
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.8.1
+pkgrel=1
 pkgdesc="System power information and statistics"
 arch=(i686 x86_64)
 url="http://www.gnome.org/projects/gnome-power-manager/";
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 install=gnome-power-manager.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('bf179cecb6c48e794581aec446a6736300b8b3fb7a50b09c38704f82d67280f5')
+sha256sums=('f5b5ef2282fae3bcdcc8473af3cc5e32ad7ac7e2444fc93abf00c3d2967361bf')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:35:20
  Author: heftig
Revision: 182796

3.8.1

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 11:35:11 UTC (rev 182795)
+++ PKGBUILD2013-04-15 11:35:20 UTC (rev 182796)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-color-manager
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Color profile manager for the GNOME desktop"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aac125a690b9b65d723de7d82699b0122995905b36603477b9b85936d62bd6c8')
+sha256sums=('61851022ccfa090f21ce027c36cd440597648401aafa2c8b3d3f7787a866bb49')
 
 build(){
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-online-accounts/repos (8 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:36:03
  Author: heftig
Revision: 182797

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

Added:
  gnome-online-accounts/repos/testing-i686/PKGBUILD
(from rev 182796, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install
(from rev 182796, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/testing-x86_64/PKGBUILD
(from rev 182796, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install
(from rev 182796, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/testing-i686/PKGBUILD
  gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/testing-x86_64/PKGBUILD
  gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install

--+
 /PKGBUILD|   58 +
 /gnome-online-accounts.install   |   22 +
 testing-i686/PKGBUILD|   29 
 testing-i686/gnome-online-accounts.install   |   11 
 testing-x86_64/PKGBUILD  |   29 
 testing-x86_64/gnome-online-accounts.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 11:35:20 UTC (rev 182796)
+++ testing-i686/PKGBUILD   2013-04-15 11:36:03 UTC (rev 182797)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL')
-depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-options=(!libtool)
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fe6389e836ae77373b9fb93d61e591ba143a524e5c03ad46784847f8466f8039')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/testing-i686/PKGBUILD (from rev 182796, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 11:36:03 UTC (rev 182797)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('26c334000ae74832042142a150e7d0c4b5ced4dc24bdb247f75cbb9e3d2e7261')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/gnome-online-accounts.install
===
--- testing-i686/gnome-online-accounts.install  2013-04-15 11:35:20 UTC (rev 
182796)
+++ testing-i686/gnome-online-accounts.install  2013-04-15 11:36:03 UTC (rev 
182797)
@@ -1,11 +0,0 @@
-post_install () {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install 
(from rev 182796, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- testing-i686/gnome-online-accounts.install  (rev 0)
+++ testing-i686/gnome-online-accounts.install  2013-04-15 11:36:03 UTC (rev 
182797)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 11:35:20 UTC (rev 182796)
+++ testing-x86_64/PKGBUILD 2013-04-15 11:36:03 UTC (rev 182797)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-onl

[arch-commits] Commit in gnome-power-manager/repos (8 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:36:42
  Author: heftig
Revision: 182798

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

Added:
  gnome-power-manager/repos/testing-i686/PKGBUILD
(from rev 182797, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/testing-i686/gnome-power-manager.install
(from rev 182797, gnome-power-manager/trunk/gnome-power-manager.install)
  gnome-power-manager/repos/testing-x86_64/PKGBUILD
(from rev 182797, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/testing-x86_64/gnome-power-manager.install
(from rev 182797, gnome-power-manager/trunk/gnome-power-manager.install)
Deleted:
  gnome-power-manager/repos/testing-i686/PKGBUILD
  gnome-power-manager/repos/testing-i686/gnome-power-manager.install
  gnome-power-manager/repos/testing-x86_64/PKGBUILD
  gnome-power-manager/repos/testing-x86_64/gnome-power-manager.install

+
 /PKGBUILD  |   62 +++
 /gnome-power-manager.install   |   24 ++
 testing-i686/PKGBUILD  |   31 -
 testing-i686/gnome-power-manager.install   |   12 -
 testing-x86_64/PKGBUILD|   31 -
 testing-x86_64/gnome-power-manager.install |   12 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 11:36:03 UTC (rev 182797)
+++ testing-i686/PKGBUILD   2013-04-15 11:36:42 UTC (rev 182798)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-power-manager
-pkgver=3.8.0
-pkgrel=2
-pkgdesc="System power information and statistics"
-arch=(i686 x86_64)
-url="http://www.gnome.org/projects/gnome-power-manager/";
-license=(GPL)
-depends=(gtk3 upower dconf hicolor-icon-theme)
-makedepends=(intltool)
-options=(!emptydirs)
-install=gnome-power-manager.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('bf179cecb6c48e794581aec446a6736300b8b3fb7a50b09c38704f82d67280f5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-power-manager \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-power-manager/repos/testing-i686/PKGBUILD (from rev 182797, 
gnome-power-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 11:36:42 UTC (rev 182798)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-power-manager
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="System power information and statistics"
+arch=(i686 x86_64)
+url="http://www.gnome.org/projects/gnome-power-manager/";
+license=(GPL)
+depends=(gtk3 upower dconf hicolor-icon-theme)
+makedepends=(intltool)
+options=(!emptydirs)
+install=gnome-power-manager.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f5b5ef2282fae3bcdcc8473af3cc5e32ad7ac7e2444fc93abf00c3d2967361bf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-power-manager \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-power-manager.install
===
--- testing-i686/gnome-power-manager.install2013-04-15 11:36:03 UTC (rev 
182797)
+++ testing-i686/gnome-power-manager.install2013-04-15 11:36:42 UTC (rev 
182798)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-power-manager/repos/testing-i686/gnome-power-manager.install 
(from rev 182797, gnome-power-manager/trunk/gnome-power-manager.install)
===
--- testing-i686/gnome-power-manager.install(rev 0)
+++ testing-i686/gnome-power-manager.install2013-04-15 11:36:42 UTC (rev 
182798)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD

[arch-commits] Commit in gnome-color-manager/repos (8 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 13:37:50
  Author: heftig
Revision: 182799

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

Added:
  gnome-color-manager/repos/testing-i686/PKGBUILD
(from rev 182798, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/testing-i686/gnome-color-manager.install
(from rev 182798, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/testing-x86_64/PKGBUILD
(from rev 182798, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install
(from rev 182798, gnome-color-manager/trunk/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/testing-i686/PKGBUILD
  gnome-color-manager/repos/testing-i686/gnome-color-manager.install
  gnome-color-manager/repos/testing-x86_64/PKGBUILD
  gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install

+
 /PKGBUILD  |   70 +++
 /gnome-color-manager.install   |   38 ++
 testing-i686/PKGBUILD  |   35 -
 testing-i686/gnome-color-manager.install   |   19 ---
 testing-x86_64/PKGBUILD|   35 -
 testing-x86_64/gnome-color-manager.install |   19 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 11:36:42 UTC (rev 182798)
+++ testing-i686/PKGBUILD   2013-04-15 11:37:50 UTC (rev 182799)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-color-manager
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Color profile manager for the GNOME desktop"
-arch=(i686 x86_64)
-url="http://projects.gnome.org/gnome-color-manager/";
-license=(GPL2)
-depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
clutter-gtk
- mash shared-color-profiles shared-color-targets gnome-desktop 
colord-gtk libexif)
-makedepends=(intltool yelp-tools)
-install=gnome-color-manager.install
-options=('!libtool' '!emptydirs')
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aac125a690b9b65d723de7d82699b0122995905b36603477b9b85936d62bd6c8')
-
-build(){
-  cd $pkgname-$pkgver
-
-  # man pages need docbook-sgml, which we don't have
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-color-manager/repos/testing-i686/PKGBUILD (from rev 182798, 
gnome-color-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 11:37:50 UTC (rev 182799)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-color-manager
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Color profile manager for the GNOME desktop"
+arch=(i686 x86_64)
+url="http://projects.gnome.org/gnome-color-manager/";
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
clutter-gtk
+ mash shared-color-profiles shared-color-targets gnome-desktop 
colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('61851022ccfa090f21ce027c36cd440597648401aafa2c8b3d3f7787a866bb49')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-color-manager.install
===
--- testing-i686/gnome-color-manager.install2013-04-15 11:36:42 UTC (rev 
182798)
+++ testing-i686/gnome-color-manager.install2013-04-15 11:37:50 UTC (rev 
182799)
@@ -1,19 +0,0 @@
-p

[arch-commits] Commit in alsa-utils/trunk (PKGBUILD alsa-restore-1.0.27.service.patch)

2013-04-15 Thread Tobias Powalowski
Date: Monday, April 15, 2013 @ 14:43:43
  Author: tpowa
Revision: 182800

upgpkg: alsa-utils 1.0.27-2

fix alsa-restore.service file #34790 #34792

Added:
  alsa-utils/trunk/alsa-restore-1.0.27.service.patch
Modified:
  alsa-utils/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 alsa-restore-1.0.27.service.patch |   10 ++
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 11:37:50 UTC (rev 182799)
+++ PKGBUILD2013-04-15 12:43:43 UTC (rev 182800)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.0.27
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org";
@@ -13,9 +13,15 @@
 makedepends=('xmlto' 'docbook-xsl')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-90alsa)
+90alsa
+alsa-restore-1.0.27.service.patch)
 backup=(etc/conf.d/alsa)
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/alsa-restore-1.0.27.service.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-alsaconf \
@@ -33,4 +39,5 @@
   install -d ${pkgdir}/var/lib/alsa
 }
 md5sums=('cbfb21a24f63fb052b3392195639ce48'
- '529216f6a46e61a546640e08ea7a0879')
+ '529216f6a46e61a546640e08ea7a0879'
+ '0a27f7b80351d6baa274c32d859bf037')

Added: alsa-restore-1.0.27.service.patch
===
--- alsa-restore-1.0.27.service.patch   (rev 0)
+++ alsa-restore-1.0.27.service.patch   2013-04-15 12:43:43 UTC (rev 182800)
@@ -0,0 +1,10 @@
+--- alsa-utils-1.0.27/alsactl/alsa-restore.service.in.old  2013-04-15 
14:37:57.326541394 +0200
 alsa-utils-1.0.27/alsactl/alsa-restore.service.in  2013-04-15 
14:38:10.179673494 +0200
+@@ -12,6 +12,6 @@
+ Conflicts=shutdown.target
+ 
+ [Service]
+-Type=oneshop
++Type=oneshot
+ ExecStart=-@sbindir@/alsactl restore
+ StandardOutput=syslog



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

2013-04-15 Thread Tobias Powalowski
Date: Monday, April 15, 2013 @ 14:44:00
  Author: tpowa
Revision: 182801

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

Added:
  alsa-utils/repos/extra-i686/90alsa
(from rev 182800, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-i686/PKGBUILD
(from rev 182800, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-i686/alsa
(from rev 182800, alsa-utils/trunk/alsa)
  alsa-utils/repos/extra-i686/alsa-restore-1.0.27.service.patch
(from rev 182800, alsa-utils/trunk/alsa-restore-1.0.27.service.patch)
  alsa-utils/repos/extra-i686/alsa.conf.d
(from rev 182800, alsa-utils/trunk/alsa.conf.d)
  alsa-utils/repos/extra-x86_64/90alsa
(from rev 182800, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-x86_64/PKGBUILD
(from rev 182800, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-x86_64/alsa
(from rev 182800, alsa-utils/trunk/alsa)
  alsa-utils/repos/extra-x86_64/alsa-restore-1.0.27.service.patch
(from rev 182800, alsa-utils/trunk/alsa-restore-1.0.27.service.patch)
  alsa-utils/repos/extra-x86_64/alsa.conf.d
(from rev 182800, alsa-utils/trunk/alsa.conf.d)
Deleted:
  alsa-utils/repos/extra-i686/90alsa
  alsa-utils/repos/extra-i686/PKGBUILD
  alsa-utils/repos/extra-i686/alsa
  alsa-utils/repos/extra-i686/alsa.conf.d
  alsa-utils/repos/extra-x86_64/90alsa
  alsa-utils/repos/extra-x86_64/PKGBUILD
  alsa-utils/repos/extra-x86_64/alsa
  alsa-utils/repos/extra-x86_64/alsa.conf.d

+
 /90alsa|   26 
 /PKGBUILD  |   86 +++
 /alsa  |  124 +++
 /alsa.conf.d   |   30 +
 extra-i686/90alsa  |   13 --
 extra-i686/PKGBUILD|   36 --
 extra-i686/alsa|   62 ---
 extra-i686/alsa-restore-1.0.27.service.patch   |   10 +
 extra-i686/alsa.conf.d |   15 --
 extra-x86_64/90alsa|   13 --
 extra-x86_64/PKGBUILD  |   36 --
 extra-x86_64/alsa  |   62 ---
 extra-x86_64/alsa-restore-1.0.27.service.patch |   10 +
 extra-x86_64/alsa.conf.d   |   15 --
 14 files changed, 286 insertions(+), 252 deletions(-)

Deleted: extra-i686/90alsa
===
--- extra-i686/90alsa   2013-04-15 12:43:43 UTC (rev 182800)
+++ extra-i686/90alsa   2013-04-15 12:44:00 UTC (rev 182801)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case "$1" in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Copied: alsa-utils/repos/extra-i686/90alsa (from rev 182800, 
alsa-utils/trunk/90alsa)
===
--- extra-i686/90alsa   (rev 0)
+++ extra-i686/90alsa   2013-04-15 12:44:00 UTC (rev 182801)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case "$1" in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-15 12:43:43 UTC (rev 182800)
+++ extra-i686/PKGBUILD 2013-04-15 12:44:00 UTC (rev 182801)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.0.27
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('i686' 'x86_64')
-url="http://www.alsa-project.org";
-#can not use >=$pkgver due to use of letters in alsa-lib update versioning
-depends=("alsa-lib>1.0.24" 'dialog' 'pciutils' 'ncurses' 'psmisc' 
'libsamplerate')
-makedepends=('xmlto' 'docbook-xsl')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-90alsa)
-backup=(etc/conf.d/alsa)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
-
-  # dir where to save ALSA state
-  install -d ${pkgdir}/var/lib/alsa
-}
-md5sums=('cbfb21a24f63fb052b3392195639ce48'
- '529216f6a46e61a546640e08ea7a0879')

Copied: alsa-utils/repos/extra-i686/PKGBUILD (from rev 182800, 
alsa-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-15 12:44:00 UTC (rev 182801)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.0.27
+pkgrel=2

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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 14:46:59
  Author: spupykin
Revision: 88271

upgpkg: sdlmame 0.148.u3-1

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 11:24:40 UTC (rev 88270)
+++ PKGBUILD2013-04-15 12:46:59 UTC (rev 88271)
@@ -4,7 +4,7 @@
 # Maintainer: JJDaNiMoTh 
 
 pkgname=sdlmame
-pkgver=0.148.u2
+pkgver=0.148.u3
 _patchlevel=`echo $pkgver | cut -f2 -du`
 _basever=`echo $pkgver | cut -f1,2 -d.`
 pkgrel=1
@@ -29,7 +29,8 @@
  'e11a7d26704a9e2cff223b9b867d6a05'
  '420b61240bf5ae11615ba7c6100ee00d'
  '01edd53824784f52448f4128f6d52aac'
- '6970189e5cd593dea59aa87579bb4dca')
+ '6970189e5cd593dea59aa87579bb4dca'
+ '406dff01777ba08a35489b3081d5f644')
 
 build() {
   cd $srcdir/



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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 14:47:26
  Author: spupykin
Revision: 88272

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

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 88271, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 88271, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 88271, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 88271, sdlmame/trunk/sdlmame.sh)
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 88271, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 88271, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 88271, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 88271, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

--+
 /PKGBUILD|  180 +
 /sdlmame.install |   16 +++
 /sdlmame.sh  |  116 +++
 community-i686/PKGBUILD  |   89 --
 community-i686/sdlmame.install   |8 -
 community-i686/sdlmame.sh|   58 ---
 community-x86_64/PKGBUILD|   89 --
 community-x86_64/sdlmame.install |8 -
 community-x86_64/sdlmame.sh  |   58 ---
 9 files changed, 312 insertions(+), 310 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-15 12:46:59 UTC (rev 88271)
+++ community-i686/PKGBUILD 2013-04-15 12:47:26 UTC (rev 88272)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.148.u2
-_patchlevel=`echo $pkgver | cut -f2 -du`
-_basever=`echo $pkgver | cut -f1,2 -d.`
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/";
-license=('custom:MAME License')
-arch=('i686' 'x86_64')
-depends=('sdl>=1.2.11' 'libxinerama' 'sdl_ttf' 'alsa-lib' 'qt4')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-DLAGENTS=('http::/usr/bin/wget -U "Mozilla/5.0 (X11; U; Linux x86_64; en-US; 
rv:1.9.1.2) Gecko/20090804 Shiretoko/3.5.2" -c -t 3 --waitretry=3 -O %o %u')
-install=sdlmame.install
-
-for i in `seq 1 ${_patchlevel}`; do
-   _patches="${_patches} 
sdlmame-${_basever/./}u${i}_diff.zip::http://mamedev.org/updates/${_basever/./}u${i}_diff.zip";
-done
-
-source=("mame${_basever/./}s.zip::http://mamedev.org/downloader.php?file=releases/mame${_basever/./}s.zip";
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('38f7727c2961cd31e2ab6aa1814a23ba'
- 'e11a7d26704a9e2cff223b9b867d6a05'
- '420b61240bf5ae11615ba7c6100ee00d'
- '01edd53824784f52448f4128f6d52aac'
- '6970189e5cd593dea59aa87579bb4dca')
-
-build() {
-  cd $srcdir/
-  if [ $NOEXTRACT -eq 0 ]; then
-unzip mame.zip
-find . -type f -not -name \*.png | xargs perl -pi -e 's/\r\n?/\n/g'
-for i in `seq 1 ${_patchlevel}`; do
-  msg "Patch#$i"
-  patch -p0 -E <${_basever/./}u$i.diff
-done
-  fi
-  make NOWERROR=1 OPTIMIZE=2 PYTHON=python2
-  make tools NOWERROR=1 OPTIMIZE=2 PYTHON=python2
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/share/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/share/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/share/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/share/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/share/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/share/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/share/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/share/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/share/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/share/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/share/${pkgname}/ldresample
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/sdl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-  i

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

2013-04-15 Thread Tobias Powalowski
Date: Monday, April 15, 2013 @ 15:00:46
  Author: tpowa
Revision: 182803

upgpkg: alsa-utils 1.0.27-3

fix alsactl bufferoverflow #34788

Added:
  alsa-utils/trunk/alsactl-fix-buffer-overflow-1.0.27.patch
Modified:
  alsa-utils/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 alsactl-fix-buffer-overflow-1.0.27.patch |   25 +
 2 files changed, 31 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 12:46:55 UTC (rev 182802)
+++ PKGBUILD2013-04-15 13:00:46 UTC (rev 182803)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.0.27
-pkgrel=2
+pkgrel=3
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org";
@@ -14,12 +14,14 @@
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
 90alsa
-alsa-restore-1.0.27.service.patch)
+alsa-restore-1.0.27.service.patch
+alsactl-fix-buffer-overflow-1.0.27.patch)
 backup=(etc/conf.d/alsa)
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/alsa-restore-1.0.27.service.patch
+  patch -Np1 -i ${srcdir}/alsactl-fix-buffer-overflow-1.0.27.patch
 }
 
 build() {
@@ -40,4 +42,5 @@
 }
 md5sums=('cbfb21a24f63fb052b3392195639ce48'
  '529216f6a46e61a546640e08ea7a0879'
- '0a27f7b80351d6baa274c32d859bf037')
+ '0a27f7b80351d6baa274c32d859bf037'
+ 'cd577445636542f9f60b420e4ffe3f0f')

Added: alsactl-fix-buffer-overflow-1.0.27.patch
===
--- alsactl-fix-buffer-overflow-1.0.27.patch(rev 0)
+++ alsactl-fix-buffer-overflow-1.0.27.patch2013-04-15 13:00:46 UTC (rev 
182803)
@@ -0,0 +1,25 @@
+From: Jaroslav Kysela 
+Date: Mon, 15 Apr 2013 12:44:13 + (+0200)
+Subject: alsactl: Fix the string size for the lock file contents
+X-Git-Url: 
http://git.alsa-project.org/?p=alsa-utils.git;a=commitdiff_plain;h=95788fea25c1a59985828d4b91af0772d077600b
+
+alsactl: Fix the string size for the lock file contents
+
+The string length is 10 characters + LF + '\0' = 12 characters.
+
+Signed-off-by: Jaroslav Kysela 
+---
+
+diff --git a/alsactl/lock.c b/alsactl/lock.c
+index d34d013..fce208b 100644
+--- a/alsactl/lock.c
 b/alsactl/lock.c
+@@ -35,7 +35,7 @@ static int state_lock_(const char *file, int lock, int 
timeout)
+   int fd = -1, err = 0;
+   struct flock lck;
+   struct stat st;
+-  char lcktxt[11];
++  char lcktxt[12];
+   char *nfile;
+ 
+   if (!do_lock)



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

2013-04-15 Thread Tobias Powalowski
Date: Monday, April 15, 2013 @ 15:01:11
  Author: tpowa
Revision: 182804

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

Deleted:
  alsa-utils/repos/extra-i686/90alsa
  alsa-utils/repos/extra-i686/PKGBUILD
  alsa-utils/repos/extra-i686/alsa
  alsa-utils/repos/extra-i686/alsa.conf.d
  alsa-utils/repos/extra-x86_64/90alsa
  alsa-utils/repos/extra-x86_64/PKGBUILD
  alsa-utils/repos/extra-x86_64/alsa
  alsa-utils/repos/extra-x86_64/alsa.conf.d

--+
 extra-i686/90alsa|   13 -
 extra-i686/PKGBUILD  |   43 ---
 extra-i686/alsa  |   62 -
 extra-i686/alsa.conf.d   |   15 --
 extra-x86_64/90alsa  |   13 -
 extra-x86_64/PKGBUILD|   43 ---
 extra-x86_64/alsa|   62 -
 extra-x86_64/alsa.conf.d |   15 --
 8 files changed, 266 deletions(-)

Deleted: extra-i686/90alsa
===
--- extra-i686/90alsa   2013-04-15 13:00:46 UTC (rev 182803)
+++ extra-i686/90alsa   2013-04-15 13:01:11 UTC (rev 182804)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case "$1" in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-15 13:00:46 UTC (rev 182803)
+++ extra-i686/PKGBUILD 2013-04-15 13:01:11 UTC (rev 182804)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.0.27
-pkgrel=2
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('i686' 'x86_64')
-url="http://www.alsa-project.org";
-#can not use >=$pkgver due to use of letters in alsa-lib update versioning
-depends=("alsa-lib>1.0.24" 'dialog' 'pciutils' 'ncurses' 'psmisc' 
'libsamplerate')
-makedepends=('xmlto' 'docbook-xsl')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-90alsa
-alsa-restore-1.0.27.service.patch)
-backup=(etc/conf.d/alsa)
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/alsa-restore-1.0.27.service.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
-
-  # dir where to save ALSA state
-  install -d ${pkgdir}/var/lib/alsa
-}
-md5sums=('cbfb21a24f63fb052b3392195639ce48'
- '529216f6a46e61a546640e08ea7a0879'
- '0a27f7b80351d6baa274c32d859bf037')

Deleted: extra-i686/alsa
===
--- extra-i686/alsa 2013-04-15 13:00:46 UTC (rev 182803)
+++ extra-i686/alsa 2013-04-15 13:01:11 UTC (rev 182804)
@@ -1,62 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/conf.d/alsa
-. /etc/rc.d/functions
-
-case "$1" in
-  start)
-stat_busy "Restoring ALSA Levels"
-if [[ ! -e /var/lib/alsa/asound.state ]]; then
-  /usr/sbin/alsactl $ALSA_ARGS store || { stat_fail; exit 1; }
-fi
-if /usr/sbin/alsactl $ALSA_ARGS restore; then
-  stat_done
-  add_daemon alsa
-else
-  stat_fail
-  exit 1
-fi
-
-POWERSAVE=${POWERSAVE:-0}
-if [[ -e /sys/module/snd_ac97_codec/parameters/power_save ]] \
- && (( $POWERSAVE )); then
-  echo $POWERSAVE > /sys/module/snd_ac97_codec/parameters/power_save
-  [[ -c /dev/dsp ]] && echo 1 > /dev/dsp
-fi
-if [[ -e /sys/module/snd_hda_intel/parameters/power_save ]] \
- && (( $POWERSAVE )); then
-  echo $POWERSAVE > /sys/module/snd_hda_intel/parameters/power_save
-  [[ -c /dev/dsp ]] && echo 1 > /dev/dsp
-fi
-;;
-  stop)
-SAVE_VOLUME=${SAVE_VOLUME:-yes}
-if [[ "$SAVE_VOLUME" = "yes" ]]; then
-  stat_busy "Saving ALSA Levels"
-  /usr/sbin/alsactl $ALSA_ARGS store || { stat_fail; exit 1; }
-else
-  stat_busy "Stopping ALSA"
-fi
-if [ "$MUTE_VOLUME" == "yes" ]; then
-  /usr/bin/amixer -q set Master 0 mute || { stat_fail; exit 1; }
-fi
-stat_done
-rm_daemon alsa
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  force-restart)
-stat_busy "Trying to TERM or KILL processes that are blocking ALSA..."
-FILES="$(ls -1 /dev/snd/* | grep -vi control)"
-fuser -k -SIGTERM $FILES
-fuser -k $FILES
-stat_done
-$0 restart
-;;
-  *)
-echo "usage: $0 {start|stop|restart|force-restart}"
-esac

Deleted: extra-i686/alsa.conf.d
===
--- extra-i686/alsa.conf.d  2013-04-15 13:00:46 UTC (rev 182803)

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

2013-04-15 Thread Tobias Powalowski
Date: Monday, April 15, 2013 @ 15:03:31
  Author: tpowa
Revision: 182805

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

Added:
  alsa-utils/repos/extra-i686/90alsa
(from rev 182804, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-i686/PKGBUILD
(from rev 182804, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-i686/alsa
(from rev 182804, alsa-utils/trunk/alsa)
  alsa-utils/repos/extra-i686/alsa-restore-1.0.27.service.patch
(from rev 182804, alsa-utils/trunk/alsa-restore-1.0.27.service.patch)
  alsa-utils/repos/extra-i686/alsa.conf.d
(from rev 182804, alsa-utils/trunk/alsa.conf.d)
  alsa-utils/repos/extra-i686/alsactl-fix-buffer-overflow-1.0.27.patch
(from rev 182804, alsa-utils/trunk/alsactl-fix-buffer-overflow-1.0.27.patch)
  alsa-utils/repos/extra-x86_64/90alsa
(from rev 182804, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-x86_64/PKGBUILD
(from rev 182804, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-x86_64/alsa
(from rev 182804, alsa-utils/trunk/alsa)
  alsa-utils/repos/extra-x86_64/alsa-restore-1.0.27.service.patch
(from rev 182804, alsa-utils/trunk/alsa-restore-1.0.27.service.patch)
  alsa-utils/repos/extra-x86_64/alsa.conf.d
(from rev 182804, alsa-utils/trunk/alsa.conf.d)
  alsa-utils/repos/extra-x86_64/alsactl-fix-buffer-overflow-1.0.27.patch
(from rev 182804, alsa-utils/trunk/alsactl-fix-buffer-overflow-1.0.27.patch)
Deleted:
  alsa-utils/repos/extra-i686/alsa-restore-1.0.27.service.patch
  alsa-utils/repos/extra-x86_64/alsa-restore-1.0.27.service.patch

---+
 /alsa-restore-1.0.27.service.patch|   20 +
 extra-i686/90alsa |   13 +++
 extra-i686/PKGBUILD   |   46 +++
 extra-i686/alsa   |   62 
 extra-i686/alsa-restore-1.0.27.service.patch  |   10 --
 extra-i686/alsa.conf.d|   15 +++
 extra-i686/alsactl-fix-buffer-overflow-1.0.27.patch   |   25 ++
 extra-x86_64/90alsa   |   13 +++
 extra-x86_64/PKGBUILD |   46 +++
 extra-x86_64/alsa |   62 
 extra-x86_64/alsa-restore-1.0.27.service.patch|   10 --
 extra-x86_64/alsa.conf.d  |   15 +++
 extra-x86_64/alsactl-fix-buffer-overflow-1.0.27.patch |   25 ++
 13 files changed, 342 insertions(+), 20 deletions(-)

Copied: alsa-utils/repos/extra-i686/90alsa (from rev 182804, 
alsa-utils/trunk/90alsa)
===
--- extra-i686/90alsa   (rev 0)
+++ extra-i686/90alsa   2013-04-15 13:03:31 UTC (rev 182805)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case "$1" in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Copied: alsa-utils/repos/extra-i686/PKGBUILD (from rev 182804, 
alsa-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-15 13:03:31 UTC (rev 182805)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.0.27
+pkgrel=3
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org";
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'dialog' 'pciutils' 'ncurses' 'psmisc' 
'libsamplerate')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
+90alsa
+alsa-restore-1.0.27.service.patch
+alsactl-fix-buffer-overflow-1.0.27.patch)
+backup=(etc/conf.d/alsa)
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/alsa-restore-1.0.27.service.patch
+  patch -Np1 -i ${srcdir}/alsactl-fix-buffer-overflow-1.0.27.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-alsaconf \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
+
+  # dir where to save ALSA state
+  install -d ${pkgdir}/var/lib/alsa
+}
+md5sums=('cbfb21a24f63fb052b3392195639ce48'
+ '529216f6a46e61a546640e08ea7a0879'
+ '0a27f7b80351d6baa274c32d859bf037'
+ 'cd577445636542f9f60b420e4ffe3f0f')

Copied: alsa-utils/repos/extra-i686/alsa (from rev 182804, 
alsa-utils/trunk/alsa)
===
--- extra-i686/alsa (rev 0)
+++ e

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

2013-04-15 Thread Florian Pritz
Date: Monday, April 15, 2013 @ 15:15:32
  Author: bluewind
Revision: 182806

upgpkg: perl-image-exiftool 9.27-1

upstream update

Modified:
  perl-image-exiftool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 13:03:31 UTC (rev 182805)
+++ PKGBUILD2013-04-15 13:15:32 UTC (rev 182806)
@@ -6,7 +6,7 @@
 
 pkgname=perl-image-exiftool
 _srcname=Image-ExifTool
-pkgver=9.25
+pkgver=9.27
 pkgrel=1
 pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
 arch=('any')
@@ -17,7 +17,7 @@
 replaces=("perl-exiftool")
 options=('!emptydirs')
 
source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
-md5sums=('c6071d197e5b5ccb7abc027fde0eb647')
+md5sums=('c61f8f79c8e9f375e5be1ca0d13cc5fa')
 
 build() {
   cd "${srcdir}/${_srcname}-${pkgver}"



[arch-commits] Commit in perl-image-exiftool/repos/extra-any (PKGBUILD PKGBUILD)

2013-04-15 Thread Florian Pritz
Date: Monday, April 15, 2013 @ 15:15:41
  Author: bluewind
Revision: 182807

archrelease: copy trunk to extra-any

Added:
  perl-image-exiftool/repos/extra-any/PKGBUILD
(from rev 182806, perl-image-exiftool/trunk/PKGBUILD)
Deleted:
  perl-image-exiftool/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 13:15:32 UTC (rev 182806)
+++ PKGBUILD2013-04-15 13:15:41 UTC (rev 182807)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 144999 2011-12-13 23:07:09Z eric $
-# Maintainer: Florian Pritz 
-# Contributor: tobias 
-# Contributor: Tobias Kieslich 
-# Contributor: Firmicus 
-
-pkgname=perl-image-exiftool
-_srcname=Image-ExifTool
-pkgver=9.25
-pkgrel=1
-pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
-arch=('any')
-url="http://www.sno.phy.queensu.ca/~phil/exiftool/";
-license=('GPL')
-depends=('perl')
-provides=("perl-exiftool=$pkgver")
-replaces=("perl-exiftool")
-options=('!emptydirs')
-source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
-md5sums=('c6071d197e5b5ccb7abc027fde0eb647')
-
-build() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # remove *.pod, .packlist, and empty dirs:
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}
-

Copied: perl-image-exiftool/repos/extra-any/PKGBUILD (from rev 182806, 
perl-image-exiftool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 13:15:41 UTC (rev 182807)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 144999 2011-12-13 23:07:09Z eric $
+# Maintainer: Florian Pritz 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Contributor: Firmicus 
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=9.27
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://www.sno.phy.queensu.ca/~phil/exiftool/";
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
+md5sums=('c61f8f79c8e9f375e5be1ca0d13cc5fa')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # remove *.pod, .packlist, and empty dirs:
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}
+



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

2013-04-15 Thread Ray Rashif
Date: Monday, April 15, 2013 @ 15:33:39
  Author: schiv
Revision: 182808

upgpkg: rosegarden 13.04-1

upstream release

Modified:
  rosegarden/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 13:15:41 UTC (rev 182807)
+++ PKGBUILD2013-04-15 13:33:39 UTC (rev 182808)
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=rosegarden
-pkgver=13.02
+pkgver=13.04
 pkgrel=1
 pkgdesc="MIDI/audio sequencer and notation editor"
 arch=('i686' 'x86_64')
@@ -23,14 +23,22 @@
 [ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('c1e2f80b599a942896e9ebd63896032f')
+md5sums=('bcc9be7bf8c3945e0eefdb95dc037f0b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # lrdf + raptor2 compatibility
-  export lrdf_CFLAGS="$(pkg-config --cflags raptor2)"
-  LRELEASE=/usr/lib/qt4/bin/lrelease LUPDATE=/usr/lib/qt4/bin/lupdate 
./configure --prefix=/usr
+  lrdf_CFLAGS="$(pkg-config --cflags raptor2)"
+
+  # qt4 compatibility (qt->qt5)
+  LRELEASE=/usr/lib/qt4/bin/lrelease
+  LUPDATE=/usr/lib/qt4/bin/lupdate
+
+  export lrdf_CFLAGS LRELEASE LUPDATE
+
+  ./configure --prefix=/usr
+
   make
 }
 



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

2013-04-15 Thread Ray Rashif
Date: Monday, April 15, 2013 @ 15:34:39
  Author: schiv
Revision: 182809

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

Added:
  rosegarden/repos/extra-i686/PKGBUILD
(from rev 182808, rosegarden/trunk/PKGBUILD)
  rosegarden/repos/extra-i686/rosegarden.install
(from rev 182808, rosegarden/trunk/rosegarden.install)
  rosegarden/repos/extra-x86_64/PKGBUILD
(from rev 182808, rosegarden/trunk/PKGBUILD)
  rosegarden/repos/extra-x86_64/rosegarden.install
(from rev 182808, rosegarden/trunk/rosegarden.install)
Deleted:
  rosegarden/repos/extra-i686/PKGBUILD
  rosegarden/repos/extra-i686/rosegarden.install
  rosegarden/repos/extra-x86_64/PKGBUILD
  rosegarden/repos/extra-x86_64/rosegarden.install

-+
 /PKGBUILD   |  102 ++
 /rosegarden.install |   30 +++
 extra-i686/PKGBUILD |   43 
 extra-i686/rosegarden.install   |   15 -
 extra-x86_64/PKGBUILD   |   43 
 extra-x86_64/rosegarden.install |   15 -
 6 files changed, 132 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-15 13:33:39 UTC (rev 182808)
+++ extra-i686/PKGBUILD 2013-04-15 13:34:39 UTC (rev 182809)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Giovanni Scafora 
-# Contributor: damir 
-# Contributor: Robert Emil Berge 
-
-pkgname=rosegarden
-pkgver=13.02
-pkgrel=1
-pkgdesc="MIDI/audio sequencer and notation editor"
-arch=('i686' 'x86_64')
-url="http://www.rosegardenmusic.com/";
-license=('GPL')
-depends=('liblrdf' 'dssi' 'fftw' 'lirc-utils'
- 'perl' 'qt4' 'shared-mime-info')
-makedepends=('imake')
-optdepends=('lilypond: notation display'
-'cups: printing support'
-'okular: print preview, or any other PDF viewer'
-'timidity++: MIDI playback, or any other softsynth'
-'flac'
-'wavpack')
-[ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('c1e2f80b599a942896e9ebd63896032f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # lrdf + raptor2 compatibility
-  export lrdf_CFLAGS="$(pkg-config --cflags raptor2)"
-  LRELEASE=/usr/lib/qt4/bin/lrelease LUPDATE=/usr/lib/qt4/bin/lupdate 
./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/extra-i686/PKGBUILD (from rev 182808, 
rosegarden/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-15 13:34:39 UTC (rev 182809)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Giovanni Scafora 
+# Contributor: damir 
+# Contributor: Robert Emil Berge 
+
+pkgname=rosegarden
+pkgver=13.04
+pkgrel=1
+pkgdesc="MIDI/audio sequencer and notation editor"
+arch=('i686' 'x86_64')
+url="http://www.rosegardenmusic.com/";
+license=('GPL')
+depends=('liblrdf' 'dssi' 'fftw' 'lirc-utils'
+ 'perl' 'qt4' 'shared-mime-info')
+makedepends=('imake')
+optdepends=('lilypond: notation display'
+'cups: printing support'
+'okular: print preview, or any other PDF viewer'
+'timidity++: MIDI playback, or any other softsynth'
+'flac'
+'wavpack')
+[ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('bcc9be7bf8c3945e0eefdb95dc037f0b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # lrdf + raptor2 compatibility
+  lrdf_CFLAGS="$(pkg-config --cflags raptor2)"
+
+  # qt4 compatibility (qt->qt5)
+  LRELEASE=/usr/lib/qt4/bin/lrelease
+  LUPDATE=/usr/lib/qt4/bin/lupdate
+
+  export lrdf_CFLAGS LRELEASE LUPDATE
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/rosegarden.install
===
--- extra-i686/rosegarden.install   2013-04-15 13:33:39 UTC (rev 182808)
+++ extra-i686/rosegarden.install   2013-04-15 13:34:39 UTC (rev 182809)
@@ -1,15 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/extra-i686/rosegarden.install (from rev 182808, 
rosegarden/trunk/rosegarden.install)
===
--- extr

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 16:05:06
  Author: heftig
Revision: 182810

3.8.1

Modified:
  gnome-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 13:34:39 UTC (rev 182809)
+++ PKGBUILD2013-04-15 14:05:06 UTC (rev 182810)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-contacts
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Contacts Manager for GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'vala' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf4e183b0daff0b1644ea1f6043b9f3f1ce1703d74c313a5154c78fd7fd7365e')
+sha256sums=('c9b2ffba754f4e1e37788195c814b12dfbf79b35042cd811b8690f890572edcb')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 16:05:59
  Author: heftig
Revision: 182811

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

Added:
  gnome-contacts/repos/testing-i686/PKGBUILD
(from rev 182810, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/testing-i686/gnome-contacts.install
(from rev 182810, gnome-contacts/trunk/gnome-contacts.install)
  gnome-contacts/repos/testing-x86_64/PKGBUILD
(from rev 182810, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/testing-x86_64/gnome-contacts.install
(from rev 182810, gnome-contacts/trunk/gnome-contacts.install)
Deleted:
  gnome-contacts/repos/testing-i686/PKGBUILD
  gnome-contacts/repos/testing-i686/gnome-contacts.install
  gnome-contacts/repos/testing-x86_64/PKGBUILD
  gnome-contacts/repos/testing-x86_64/gnome-contacts.install

---+
 /PKGBUILD |   58 
 /gnome-contacts.install   |   22 
 testing-i686/PKGBUILD |   29 
 testing-i686/gnome-contacts.install   |   11 --
 testing-x86_64/PKGBUILD   |   29 
 testing-x86_64/gnome-contacts.install |   11 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 14:05:06 UTC (rev 182810)
+++ testing-i686/PKGBUILD   2013-04-15 14:05:59 UTC (rev 182811)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-contacts
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf4e183b0daff0b1644ea1f6043b9f3f1ce1703d74c313a5154c78fd7fd7365e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/testing-i686/PKGBUILD (from rev 182810, 
gnome-contacts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 14:05:59 UTC (rev 182811)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-contacts
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9b2ffba754f4e1e37788195c814b12dfbf79b35042cd811b8690f890572edcb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/gnome-contacts.install
===
--- testing-i686/gnome-contacts.install 2013-04-15 14:05:06 UTC (rev 182810)
+++ testing-i686/gnome-contacts.install 2013-04-15 14:05:59 UTC (rev 182811)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-contacts/repos/testing-i686/gnome-contacts.install (from rev 
182810, gnome-contacts/trunk/gnome-contacts.install)
===
--- testing-i686/gnome-contacts.install (rev 0)
+++ testing-i686/gnome-contacts.install 2013-04-15 14:05:59 UTC (rev 182811)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 14:05:06 UTC (rev 182810)
+++ testing-x86_64/PKGBUILD 2013-04-15 14:05:59 UTC (rev 182811)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-contacts
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
-makedepends=('i

[arch-commits] Commit in deluge/trunk (PKGBUILD deluged.service)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 16:44:49
  Author: heftig
Revision: 182812

Add After=network.target

Modified:
  deluge/trunk/PKGBUILD
  deluge/trunk/deluged.service

-+
 PKGBUILD|2 +-
 deluged.service |1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 14:05:59 UTC (rev 182811)
+++ PKGBUILD2013-04-15 14:44:49 UTC (rev 182812)
@@ -22,7 +22,7 @@
 source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
 deluged.service deluge-web.service)
 md5sums=('956e70928437223d22b4a782134fa8c3'
- 'b55cb839a37e8315da4a0f6c99a75fd3'
+ '17f51ac9a90f0dc41a20291444a7489b'
  '2a73f62c04e8b147c731fbb50666e846')
 
 build() {

Modified: deluged.service
===
--- deluged.service 2013-04-15 14:05:59 UTC (rev 182811)
+++ deluged.service 2013-04-15 14:44:49 UTC (rev 182812)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Deluge Daemon
+After=network.target
 
 [Service]
 User=deluge



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

2013-04-15 Thread Balló György
Date: Monday, April 15, 2013 @ 16:47:39
  Author: bgyorgy
Revision: 88274

upgpkg: gourmet 0.16.0-1

Update to version 0.16.0

Added:
  gourmet/trunk/gourmet.install
Modified:
  gourmet/trunk/PKGBUILD
  gourmet/trunk/gourmet.changelog

---+
 PKGBUILD  |   26 +++---
 gourmet.changelog |   11 +++
 gourmet.install   |   11 +++
 3 files changed, 37 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 13:08:28 UTC (rev 88273)
+++ PKGBUILD2013-04-15 14:47:39 UTC (rev 88274)
@@ -5,21 +5,25 @@
 # Contributor: Andrew Conkling 
 
 pkgname=gourmet
-pkgver=0.15.9
-pkgrel=3
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="A simple but powerful recipe-managing application"
 arch=(any)
-url="http://grecipe-manager.sourceforge.net";
+url="http://thinkle.github.com/gourmet/";
 license=('GPL')
-#depends=('gnome-python-extras' 'libglade' 'metakit' 'python-imaging'
-# 'python-pysqlite' 'python-reportlab' 'python2-sqlalchemy')
-depends=('python2-libgnome' 'python2-gtkspell' 'metakit' 'python2-imaging'
-  'python2-poppler' 'python2-reportlab' 'python2-sqlalchemy')
-makedepends=('intltool')
-optdepends=('pyrtf: RTF support')
+depends=('pygtk' 'python2-imaging' 'python2-sqlalchemy' 'hicolor-icon-theme')
+makedepends=('python2-distutils-extra')
+optdepends=('gstreamer0.10-python: play timer sounds'
+'ipython2: Python Shell plugin'
+'pyrtf: RTF support'
+'python2-beautifulsoup3: Webpage import plugin'
+'python2-gtkspell: Spell Checking plugin'
+'python2-poppler: Printing and PDF Export plugin'
+'python2-reportlab: Printing and PDF Export plugin')
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/grecipe-manager/$pkgname-$pkgver.tar.gz)
-md5sums=('7bef5569fb4523747973d83ab69a9a79')
+install=$pkgname.install
+source=(https://launchpad.net/gourmet/main/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('6a4ddb80b40e1bee7797697f03c9ef82')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: gourmet.changelog
===
--- gourmet.changelog   2013-04-15 13:08:28 UTC (rev 88273)
+++ gourmet.changelog   2013-04-15 14:47:39 UTC (rev 88274)
@@ -1,3 +1,14 @@
+2013-04-15 Balló György 
+
+   * Version bump: 0.16.0
+   Upstream release
+
+   * Update upstream URL
+
+   * Update dependencies
+
+   * Call gtk-update-icon-cache from install script
+
 2011-05-07 Ray Rashif 
 
* Version bump: 0.15.9

Added: gourmet.install
===
--- gourmet.install (rev 0)
+++ gourmet.install 2013-04-15 14:47:39 UTC (rev 88274)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in gourmet/repos/community-any (5 files)

2013-04-15 Thread Balló György
Date: Monday, April 15, 2013 @ 16:47:45
  Author: bgyorgy
Revision: 88275

archrelease: copy trunk to community-any

Added:
  gourmet/repos/community-any/PKGBUILD
(from rev 88274, gourmet/trunk/PKGBUILD)
  gourmet/repos/community-any/gourmet.changelog
(from rev 88274, gourmet/trunk/gourmet.changelog)
  gourmet/repos/community-any/gourmet.install
(from rev 88274, gourmet/trunk/gourmet.install)
Deleted:
  gourmet/repos/community-any/PKGBUILD
  gourmet/repos/community-any/gourmet.changelog

---+
 PKGBUILD  |   72 +++-
 gourmet.changelog |   85 +---
 gourmet.install   |   11 ++
 3 files changed, 97 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 14:47:39 UTC (rev 88274)
+++ PKGBUILD2013-04-15 14:47:45 UTC (rev 88275)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Eric Belanger 
-# Contributor: Andrew Conkling 
-
-pkgname=gourmet
-pkgver=0.15.9
-pkgrel=3
-pkgdesc="A simple but powerful recipe-managing application"
-arch=(any)
-url="http://grecipe-manager.sourceforge.net";
-license=('GPL')
-#depends=('gnome-python-extras' 'libglade' 'metakit' 'python-imaging'
-# 'python-pysqlite' 'python-reportlab' 'python2-sqlalchemy')
-depends=('python2-libgnome' 'python2-gtkspell' 'metakit' 'python2-imaging'
-  'python2-poppler' 'python2-reportlab' 'python2-sqlalchemy')
-makedepends=('intltool')
-optdepends=('pyrtf: RTF support')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/grecipe-manager/$pkgname-$pkgver.tar.gz)
-md5sums=('7bef5569fb4523747973d83ab69a9a79')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: gourmet/repos/community-any/PKGBUILD (from rev 88274, 
gourmet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 14:47:45 UTC (rev 88275)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Eric Belanger 
+# Contributor: Andrew Conkling 
+
+pkgname=gourmet
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="A simple but powerful recipe-managing application"
+arch=(any)
+url="http://thinkle.github.com/gourmet/";
+license=('GPL')
+depends=('pygtk' 'python2-imaging' 'python2-sqlalchemy' 'hicolor-icon-theme')
+makedepends=('python2-distutils-extra')
+optdepends=('gstreamer0.10-python: play timer sounds'
+'ipython2: Python Shell plugin'
+'pyrtf: RTF support'
+'python2-beautifulsoup3: Webpage import plugin'
+'python2-gtkspell: Spell Checking plugin'
+'python2-poppler: Printing and PDF Export plugin'
+'python2-reportlab: Printing and PDF Export plugin')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(https://launchpad.net/gourmet/main/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('6a4ddb80b40e1bee7797697f03c9ef82')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: gourmet.changelog
===
--- gourmet.changelog   2013-04-15 14:47:39 UTC (rev 88274)
+++ gourmet.changelog   2013-04-15 14:47:45 UTC (rev 88275)
@@ -1,37 +0,0 @@
-2011-05-07 Ray Rashif 
-
-   * Version bump: 0.15.9
-   Upstream release
-
-2011-01-28 Ray Rashif 
-
-   * Fixed some deps; see https://bugs.archlinux.org/task/22572
-
-2010-12-08 Ray Rashif 
-
-   * Version bump: 0.15.6
-
-   * semantics.patch: removed, no longer needed
-
-2010-06-29 Ray Rashif 
-
-   * Version bump: 0.15.4
-
-   * PKGBUILD: added new changelog array
-
-   * ChangeLog: changed to gourmet.changelog
-
-   * semantics.patch: fixes upstream bug
-
-2009-08-27  Corrado Primier  
-
-   * Version bump: 0.15.0
-
-2009-04-18  Corrado Primier  
-
-   * Version bump: 0.14.7
-
-   * PKGBUILD: moved to $srcdir/$pkgdir syntax, added optdepends, added
-   'python-sqlalchemy' dependency, added 'intltool' make dependency
-
-   * gourmet.install: removed

Copied: gourmet/repos/community-any/gourmet.changelog (from rev 88274, 
gourmet/trunk/gourmet.changelog)
===
--- gourmet.changelog   (rev 0)
+++ gourmet.changelo

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 16:55:29
  Author: heftig
Revision: 182813

3.8.1

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 14:44:49 UTC (rev 182812)
+++ PKGBUILD2013-04-15 14:55:29 UTC (rev 182813)
@@ -3,31 +3,30 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://live.gnome.org/PyGObject";
-license=('LGPL')
-makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
 options=('!libtool')
-sha256sums=('9c57f581ae35587108c978cb116eeb7ec186b50c95b145f62033589ee248b32d')
+sha256sums=('e85c8ec64238ce88ec1e905497f5a2eaa947a7f4050e338d21ec510d8a50eacb')
 
-build() {
+prepare() {
   mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
 
-  (
-cd build-py2
-export PYTHON=/usr/bin/python2
-../${pkgbase}-${pkgver}/configure --prefix=/usr
-make
-  )
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr 
--with-python=/usr/bin/python2
+  make
 
-  (
-cd build-py3
-../${pkgbase}-${pkgver}/configure --prefix=/usr
-make
-  )
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
 }
 
 package_python-gobject() {



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 16:56:36
  Author: heftig
Revision: 182814

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

Added:
  pygobject/repos/testing-i686/PKGBUILD
(from rev 182813, pygobject/trunk/PKGBUILD)
  pygobject/repos/testing-x86_64/PKGBUILD
(from rev 182813, pygobject/trunk/PKGBUILD)
Deleted:
  pygobject/repos/testing-i686/PKGBUILD
  pygobject/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  112 ++
 testing-i686/PKGBUILD   |   57 ---
 testing-x86_64/PKGBUILD |   57 ---
 3 files changed, 112 insertions(+), 114 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 14:55:29 UTC (rev 182813)
+++ testing-i686/PKGBUILD   2013-04-15 14:56:36 UTC (rev 182814)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="https://live.gnome.org/PyGObject";
-license=('LGPL')
-makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool')
-sha256sums=('9c57f581ae35587108c978cb116eeb7ec186b50c95b145f62033589ee248b32d')
-
-build() {
-  mkdir build-py2 build-py3 devel
-
-  (
-cd build-py2
-export PYTHON=/usr/bin/python2
-../${pkgbase}-${pkgver}/configure --prefix=/usr
-make
-  )
-
-  (
-cd build-py3
-../${pkgbase}-${pkgver}/configure --prefix=/usr
-make
-  )
-}
-
-package_python-gobject() {
-  pkgdesc="Python 3 bindings for GObject"
-  depends=('gobject-introspection' 'python-cairo' "pygobject-devel=$pkgver")
-
-  cd build-py3
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
-}
-
-package_python2-gobject() {
-  pkgdesc="Python 2 bindings for GObject"
-  depends=('gobject-introspection' 'python2-cairo' "pygobject-devel=$pkgver")
-
-  cd build-py2
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
-}
-
-package_pygobject-devel() {
-  pkgdesc="Development files for the pygobject bindings"
-  cd "devel"
-  mkdir -p "$pkgdir"/usr/{include,lib}
-  mv include "$pkgdir/usr/"
-  mv pkgconfig "$pkgdir/usr/lib/"
-}

Copied: pygobject/repos/testing-i686/PKGBUILD (from rev 182813, 
pygobject/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 14:56:36 UTC (rev 182814)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.8.1
+pkgrel=1
+arch=(i686 x86_64)
+url="https://live.gnome.org/PyGObject";
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('e85c8ec64238ce88ec1e905497f5a2eaa947a7f4050e338d21ec510d8a50eacb')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc="Python 3 bindings for GObject"
+  depends=('gobject-introspection' 'python-cairo' "pygobject-devel=$pkgver")
+
+  cd build-py3
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc="Python 2 bindings for GObject"
+  depends=('gobject-introspection' 'python2-cairo' "pygobject-devel=$pkgver")
+
+  cd build-py2
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
+}
+
+package_pygobject-devel() {
+  pkgdesc="Development files for the pygobject bindings"
+  cd "devel"
+  mkdir -p "$pkgdir"/usr/{include,lib}
+  mv include "$pkgdir/usr/"
+  mv pkgconfig "$pkgdir/usr/lib/"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 14:55:29 UTC (rev 182813)
+++ testing-x86_64/PKGBUILD 2013-04-15 14:56:36 UTC (rev 182814)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="https://live.gnome.org/PyGObject";
-license=('LGPL')
-makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-options=('!libtoo

[arch-commits] Commit in five-or-more/trunk (PKGBUILD)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:02:31
  Author: heftig
Revision: 182815

3.8.1

Modified:
  five-or-more/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 14:56:36 UTC (rev 182814)
+++ PKGBUILD2013-04-15 15:02:31 UTC (rev 182815)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=five-or-more
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Remove colored balls from the board by forming lines"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Five%20or%20more";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b936856c79aaa90951c0f4d27f62f5f2b53cd917ecd03b89ef0b256a880cd12d')
+sha256sums=('a050f472dadbb3f44e5cd5e4ab31058a6058f4ccaa03558311706ec0c052b056')
 
 build() {
   cd $pkgname-$pkgver


Property changes on: five-or-more/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:04:46
  Author: heftig
Revision: 182816

3.8.1

Modified:
  four-in-a-row/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:02:31 UTC (rev 182815)
+++ PKGBUILD2013-04-15 15:04:46 UTC (rev 182816)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=four-in-a-row
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Make lines of the same color to win"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Four-in-a-row";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0a6f58abdf79b4c175cf6007480e525ea67ef7035c6c07f9cca1c9bb81e280f2')
+sha256sums=('eb44c8508a7d4281df1e52c75a4dc8b31a0de108b94c0f37c4e8d99ea380019d')
 
 build() {
   cd $pkgname-$pkgver


Property changes on: four-in-a-row/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:06:46
  Author: heftig
Revision: 182817

3.8.1

Modified:
  gnome-mines/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:04:46 UTC (rev 182816)
+++ PKGBUILD2013-04-15 15:06:46 UTC (rev 182817)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-mines
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Clear hidden mines from a minefield"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Mines";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('048002b471a9eb24e75a15f101cfe493a8298ea3c6dbe2bff8a2f30cee63fd71')
+sha256sums=('81a47cf8eeb81f1d54ccd42b8eb04f5c8a1e6dcc8fd4f1bc714b147a934da633')
 
 build() {
   cd $pkgname-$pkgver


Property changes on: gnome-mines/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:08:48
  Author: heftig
Revision: 182818

3.8.1

Modified:
  gnome-chess/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:06:46 UTC (rev 182817)
+++ PKGBUILD2013-04-15 15:08:48 UTC (rev 182818)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-chess
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Chess";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ed6ae4f20b8c21d8e3ce54557c79320dabff63ddbd83292b395a2e3a3156b24d')
+sha256sums=('f8a756d0e532ee9532745257bcb3514b3e75a0e2fa7e75b7358b59cdaf3a7661')
 
 build() {
   cd $pkgname-$pkgver


Property changes on: gnome-chess/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:10:52
  Author: heftig
Revision: 182819

3.8.1

Modified:
  gnome-robots/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:08:48 UTC (rev 182818)
+++ PKGBUILD2013-04-15 15:10:52 UTC (rev 182819)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-robots
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Avoid the robots and make them crash into each other"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Robots";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('48da2d25806413fdef36fc8eb403af2f7edc16e180e9785229aebb8e1805e8cf')
+sha256sums=('6faeeef5ab9b5002c7ca3cf60ea67e7a66064654ae28c68c233b2ee40459a704')
 
 build() {
   cd $pkgname-$pkgver


Property changes on: gnome-robots/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:12:32
  Author: heftig
Revision: 182820

3.8.1

Modified:
  gnome-sudoku/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:10:52 UTC (rev 182819)
+++ PKGBUILD2013-04-15 15:12:32 UTC (rev 182820)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-sudoku
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Test your logic skills in this number grid puzzle"
 arch=('any')
@@ -18,7 +18,7 @@
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
 0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch)
-sha256sums=('45c4052b9b9b55f00bdd0ecec8708aa2a9ae366c3e6fb3982fd1d41b9f270721'
+sha256sums=('7bb60a4f30bee80abdef131aa221df7b60208f99d66c4f19425e21c51e8fdecc'
 'd673f6cf3de9438a5790212493c2980128986ab1b7743cbf4b4ac40cffe8a5e5')
 
 build() {


Property changes on: gnome-sudoku/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:14:36
  Author: heftig
Revision: 182821

3.8.1

Modified:
  iagno/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:12:32 UTC (rev 182820)
+++ PKGBUILD2013-04-15 15:14:36 UTC (rev 182821)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=iagno
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Dominate the board in a classic version of Reversi"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Iagno";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b5cb01de9328835b47b855d6c3ac2a3d2f799ff9d4070157adb7f82f1bb4adf5')
+sha256sums=('03e96eaada69d95b709e438ccb69911fea330be8827df320c5dff02d75a59efd')
 
 build() {
   cd $pkgname-$pkgver


Property changes on: iagno/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:16:41
  Author: heftig
Revision: 182822

3.8.1

Modified:
  quadrapassel/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:14:36 UTC (rev 182821)
+++ PKGBUILD2013-04-15 15:16:41 UTC (rev 182822)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=quadrapassel
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Quadrapassel";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa31c5319df751cda4d510fb1a8a36c6d5601c8df56a8b071109243f1c4fdaa6')
+sha256sums=('18935ab737c9a690104207758ba92223e8bfe6d5f1feeeadbbca3eb543ce5284')
 
 build() {
   cd $pkgname-$pkgver


Property changes on: quadrapassel/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:18:33
  Author: heftig
Revision: 182823

3.8.1

Modified:
  gnome-tetravex/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:16:41 UTC (rev 182822)
+++ PKGBUILD2013-04-15 15:18:33 UTC (rev 182823)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-tetravex
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Complete the puzzle by matching numbered tiles"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Tetravex";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c8870241f6d2acc73417063b0c4b6d732b9e652f4a2eb90b0835793be2a4eb2c')
+sha256sums=('30491c1e9005d8f17f6f9655c3a9b553bcaa16e353719ce1de60630a71150ea3')
 
 build() {
   cd $pkgname-$pkgver


Property changes on: gnome-tetravex/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:20:25
  Author: heftig
Revision: 182824

3.8.1

Modified:
  swell-foop/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:18:33 UTC (rev 182823)
+++ PKGBUILD2013-04-15 15:20:25 UTC (rev 182824)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=swell-foop
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Swell%20Foop";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c86bf90ea195cfc6f2b7643d116da2028f03278e5101960316395b3816bf532a')
+sha256sums=('50d6b53d7507c1176ade9227f04d1c260143a5ebf8cf812c359c89eaeec9ee99')
 
 build() {
   cd $pkgname-$pkgver


Property changes on: swell-foop/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in five-or-more/repos (8 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:24:26
  Author: heftig
Revision: 182825

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

Added:
  five-or-more/repos/testing-i686/PKGBUILD
(from rev 182824, five-or-more/trunk/PKGBUILD)
  five-or-more/repos/testing-i686/five-or-more.install
(from rev 182824, five-or-more/trunk/five-or-more.install)
  five-or-more/repos/testing-x86_64/PKGBUILD
(from rev 182824, five-or-more/trunk/PKGBUILD)
  five-or-more/repos/testing-x86_64/five-or-more.install
(from rev 182824, five-or-more/trunk/five-or-more.install)
Deleted:
  five-or-more/repos/testing-i686/PKGBUILD
  five-or-more/repos/testing-i686/five-or-more.install
  five-or-more/repos/testing-x86_64/PKGBUILD
  five-or-more/repos/testing-x86_64/five-or-more.install

-+
 /PKGBUILD   |   72 ++
 /five-or-more.install   |   70 +
 testing-i686/PKGBUILD   |   36 -
 testing-i686/five-or-more.install   |   35 
 testing-x86_64/PKGBUILD |   36 -
 testing-x86_64/five-or-more.install |   35 
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:20:25 UTC (rev 182824)
+++ testing-i686/PKGBUILD   2013-04-15 15:24:26 UTC (rev 182825)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=five-or-more
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Remove colored balls from the board by forming lines"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=five-or-more.install
-url="https://live.gnome.org/Five%20or%20more";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b936856c79aaa90951c0f4d27f62f5f2b53cd917ecd03b89ef0b256a880cd12d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile \
-  --with-scores-user=root --with-scores-group=games
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf "$pkgdir/var"
-}

Copied: five-or-more/repos/testing-i686/PKGBUILD (from rev 182824, 
five-or-more/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:24:26 UTC (rev 182825)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=five-or-more
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Remove colored balls from the board by forming lines"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=five-or-more.install
+url="https://live.gnome.org/Five%20or%20more";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a050f472dadbb3f44e5cd5e4ab31058a6058f4ccaa03558311706ec0c052b056')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf "$pkgdir/var"
+}

Deleted: testing-i686/five-or-more.install
===
--- testing-i686/five-or-more.install   2013-04-15 15:20:25 UTC (rev 182824)
+++ testing-i686/five-or-more.install   2013-04-15 15:24:26 UTC (rev 182825)
@@ -1,35 +0,0 @@
-_scores=(
-   glines.Small.scores
-   glines.Medium.scores
-   glines.Large.scores
-)
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-
-  for score in "${_scores[@]}" ; do
-if [ -e "var/games/$score" ]; then
-  continue
-fi
-
-touch "var/games/$score"
-chown root:games "var/games/$score"
-chmod 664 "var/games/$score"
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q

[arch-commits] Commit in four-in-a-row/repos (8 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:25:58
  Author: heftig
Revision: 182826

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

Added:
  four-in-a-row/repos/testing-i686/PKGBUILD
(from rev 182825, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/testing-i686/four-in-a-row.install
(from rev 182825, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/testing-x86_64/PKGBUILD
(from rev 182825, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/testing-x86_64/four-in-a-row.install
(from rev 182825, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/testing-i686/PKGBUILD
  four-in-a-row/repos/testing-i686/four-in-a-row.install
  four-in-a-row/repos/testing-x86_64/PKGBUILD
  four-in-a-row/repos/testing-x86_64/four-in-a-row.install

--+
 /PKGBUILD|   64 +
 /four-in-a-row.install   |   26 +
 testing-i686/PKGBUILD|   32 
 testing-i686/four-in-a-row.install   |   13 --
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/four-in-a-row.install |   13 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:24:26 UTC (rev 182825)
+++ testing-i686/PKGBUILD   2013-04-15 15:25:58 UTC (rev 182826)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=four-in-a-row
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=four-in-a-row.install
-url="https://live.gnome.org/Four-in-a-row";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0a6f58abdf79b4c175cf6007480e525ea67ef7035c6c07f9cca1c9bb81e280f2')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: four-in-a-row/repos/testing-i686/PKGBUILD (from rev 182825, 
four-in-a-row/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:25:58 UTC (rev 182826)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=four-in-a-row
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=four-in-a-row.install
+url="https://live.gnome.org/Four-in-a-row";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eb44c8508a7d4281df1e52c75a4dc8b31a0de108b94c0f37c4e8d99ea380019d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/four-in-a-row.install
===
--- testing-i686/four-in-a-row.install  2013-04-15 15:24:26 UTC (rev 182825)
+++ testing-i686/four-in-a-row.install  2013-04-15 15:25:58 UTC (rev 182826)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: four-in-a-row/repos/testing-i686/four-in-a-row.install (from rev 
182825, four-in-a-row/trunk/four-in-a-row.install)
===
--- testing-i686/four-in-a-row.install  (rev 0)
+++ testing-i686/four-in-a-row.install  2013-04-15 15:25:58 UTC (rev 182826)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
=

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:27:50
  Author: heftig
Revision: 182827

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

Added:
  gnome-mines/repos/testing-i686/PKGBUILD
(from rev 182826, gnome-mines/trunk/PKGBUILD)
  gnome-mines/repos/testing-i686/gnome-mines.install
(from rev 182826, gnome-mines/trunk/gnome-mines.install)
  gnome-mines/repos/testing-x86_64/PKGBUILD
(from rev 182826, gnome-mines/trunk/PKGBUILD)
  gnome-mines/repos/testing-x86_64/gnome-mines.install
(from rev 182826, gnome-mines/trunk/gnome-mines.install)
Deleted:
  gnome-mines/repos/testing-i686/PKGBUILD
  gnome-mines/repos/testing-i686/gnome-mines.install
  gnome-mines/repos/testing-x86_64/PKGBUILD
  gnome-mines/repos/testing-x86_64/gnome-mines.install

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:25:58 UTC (rev 182826)
+++ testing-i686/PKGBUILD   2013-04-15 15:27:50 UTC (rev 182827)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-mines
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Clear hidden mines from a minefield"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-mines.install
-url="https://live.gnome.org/Mines";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('048002b471a9eb24e75a15f101cfe493a8298ea3c6dbe2bff8a2f30cee63fd71')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-mines/repos/testing-i686/PKGBUILD (from rev 182826, 
gnome-mines/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:27:50 UTC (rev 182827)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-mines
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Clear hidden mines from a minefield"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-mines.install
+url="https://live.gnome.org/Mines";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('81a47cf8eeb81f1d54ccd42b8eb04f5c8a1e6dcc8fd4f1bc714b147a934da633')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-mines.install
===
--- testing-i686/gnome-mines.install2013-04-15 15:25:58 UTC (rev 182826)
+++ testing-i686/gnome-mines.install2013-04-15 15:27:50 UTC (rev 182827)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-mines/repos/testing-i686/gnome-mines.install (from rev 182826, 
gnome-mines/trunk/gnome-mines.install)
===
--- testing-i686/gnome-mines.install(rev 0)
+++ testing-i686/gnome-mines.install2013-04-15 15:27:50 UTC (rev 182827)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 15:25:58 UTC (rev 182826)
+++ testing-x86_64/PKGBUILD 201

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:28:27
  Author: heftig
Revision: 182828

2.28.1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:27:50 UTC (rev 182827)
+++ PKGBUILD2013-04-15 15:28:27 UTC (rev 182828)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gdk-pixbuf2
-pkgver=2.28.0
+pkgver=2.28.1
 pkgrel=1
 pkgdesc="An image loading library"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('561e37695bfb1b07549588b3fca2e6f05b2320eee75b13748bb7dc5e1257d347')
+sha256sums=('bea0b743fdb5c3c8e23210f73623ec5f18f9ead2522942897fe739d80b50c2bb')
 
 build() {
   cd gdk-pixbuf-$pkgver



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:29:57
  Author: heftig
Revision: 182829

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

Added:
  gnome-chess/repos/testing-i686/PKGBUILD
(from rev 182828, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/testing-i686/gnome-chess.install
(from rev 182828, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/testing-x86_64/PKGBUILD
(from rev 182828, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/testing-x86_64/gnome-chess.install
(from rev 182828, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/testing-i686/PKGBUILD
  gnome-chess/repos/testing-i686/gnome-chess.install
  gnome-chess/repos/testing-x86_64/PKGBUILD
  gnome-chess/repos/testing-x86_64/gnome-chess.install

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:28:27 UTC (rev 182828)
+++ testing-i686/PKGBUILD   2013-04-15 15:29:57 UTC (rev 182829)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ed6ae4f20b8c21d8e3ce54557c79320dabff63ddbd83292b395a2e3a3156b24d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/testing-i686/PKGBUILD (from rev 182828, 
gnome-chess/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:29:57 UTC (rev 182829)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'sqlite')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8a756d0e532ee9532745257bcb3514b3e75a0e2fa7e75b7358b59cdaf3a7661')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-chess.install
===
--- testing-i686/gnome-chess.install2013-04-15 15:28:27 UTC (rev 182828)
+++ testing-i686/gnome-chess.install2013-04-15 15:29:57 UTC (rev 182829)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/testing-i686/gnome-chess.install (from rev 182828, 
gnome-chess/trunk/gnome-chess.install)
===
--- testing-i686/gnome-chess.install(rev 0)
+++ testing-i686/gnome-chess.install2013-04-15 15:29:57 UTC (rev 182829)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 15:28:27 UTC (rev 182

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:31:23
  Author: heftig
Revision: 182830

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

Added:
  gnome-robots/repos/testing-i686/PKGBUILD
(from rev 182829, gnome-robots/trunk/PKGBUILD)
  gnome-robots/repos/testing-i686/gnome-robots.install
(from rev 182829, gnome-robots/trunk/gnome-robots.install)
  gnome-robots/repos/testing-x86_64/PKGBUILD
(from rev 182829, gnome-robots/trunk/PKGBUILD)
  gnome-robots/repos/testing-x86_64/gnome-robots.install
(from rev 182829, gnome-robots/trunk/gnome-robots.install)
Deleted:
  gnome-robots/repos/testing-i686/PKGBUILD
  gnome-robots/repos/testing-i686/gnome-robots.install
  gnome-robots/repos/testing-x86_64/PKGBUILD
  gnome-robots/repos/testing-x86_64/gnome-robots.install

-+
 /PKGBUILD   |   72 ++
 /gnome-robots.install   |   94 ++
 testing-i686/PKGBUILD   |   36 -
 testing-i686/gnome-robots.install   |   47 -
 testing-x86_64/PKGBUILD |   36 -
 testing-x86_64/gnome-robots.install |   47 -
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:29:57 UTC (rev 182829)
+++ testing-i686/PKGBUILD   2013-04-15 15:31:23 UTC (rev 182830)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-robots
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Avoid the robots and make them crash into each other"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-robots.install
-url="https://live.gnome.org/Robots";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('48da2d25806413fdef36fc8eb403af2f7edc16e180e9785229aebb8e1805e8cf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile \
-  --with-scores-user=root --with-scores-group=games
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Remove all scores, we generate them from postinstall
-  rm -rf "$pkgdir/var"
-}

Copied: gnome-robots/repos/testing-i686/PKGBUILD (from rev 182829, 
gnome-robots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:31:23 UTC (rev 182830)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-robots
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Avoid the robots and make them crash into each other"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-robots.install
+url="https://live.gnome.org/Robots";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6faeeef5ab9b5002c7ca3cf60ea67e7a66064654ae28c68c233b2ee40459a704')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf "$pkgdir/var"
+}

Deleted: testing-i686/gnome-robots.install
===
--- testing-i686/gnome-robots.install   2013-04-15 15:29:57 UTC (rev 182829)
+++ testing-i686/gnome-robots.install   2013-04-15 15:31:23 UTC (rev 182830)
@@ -1,47 +0,0 @@
-_scores=(
-   gnome-robots2.robots2.scores
-   gnome-robots2.robots2-safe.scores
-   gnome-robots2.robots2-super-safe.scores
-   gnome-robots2.robots2_easy.scores
-   gnome-robots2.robots2_easy-safe.scores
-   gnome-robots2.robots2_easy-super-safe.scores
-   gnome-robots2.classic_robots.scores
-   gnome-robots2.classic_robots-safe.scores
-   gnome-robots2.classic_robots-super-safe.scores
-   gnome-robots2.robots_with_safe_teleport.scores
-   gnome-robots2.robots_with_safe_teleport-safe.scores
-   gnome-robots2.robots_with_safe_teleport-super-safe.scores
-   

[arch-commits] Commit in gnome-sudoku/repos/testing-any (6 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:32:48
  Author: heftig
Revision: 182831

archrelease: copy trunk to testing-any

Added:
  
gnome-sudoku/repos/testing-any/0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch
(from rev 182830, 
gnome-sudoku/trunk/0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch)
  gnome-sudoku/repos/testing-any/PKGBUILD
(from rev 182830, gnome-sudoku/trunk/PKGBUILD)
  gnome-sudoku/repos/testing-any/gnome-sudoku.install
(from rev 182830, gnome-sudoku/trunk/gnome-sudoku.install)
Deleted:
  
gnome-sudoku/repos/testing-any/0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch
  gnome-sudoku/repos/testing-any/PKGBUILD
  gnome-sudoku/repos/testing-any/gnome-sudoku.install

-+
 0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch |   50 +++---
 PKGBUILD|   74 
+-
 gnome-sudoku.install|   26 +--
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: 0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch
===
--- 0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch 
2013-04-15 15:31:23 UTC (rev 182830)
+++ 0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch 
2013-04-15 15:32:48 UTC (rev 182831)
@@ -1,25 +0,0 @@
-From c82fc3131802f4fe1f069facb9aae833cc6cdc5f Mon Sep 17 00:00:00 2001
-From: Yanko Kaneti 
-Date: Wed, 13 Feb 2013 21:15:13 +0200
-Subject: [PATCH] Fix NumberBox envents configuration with latest pygobject
-

- src/lib/number_box.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/lib/number_box.py b/src/lib/number_box.py
-index 4087de1..60b255a 100644
 a/src/lib/number_box.py
-+++ b/src/lib/number_box.py
-@@ -130,7 +130,7 @@ class NumberBox (Gtk.DrawingArea):
- self.bottom_note_list = []
- self.tinfo = tracker_info.TrackerInfo()
- self.set_property('can-focus', True)
--self.set_property('events', Gdk.EventMask.ALL_EVENTS_MASK)
-+self.add_events(Gdk.EventMask.ALL_EVENTS_MASK)
- self.connect('button-press-event', self.button_press_cb)
- self.connect('key-release-event', self.key_press_cb)
- self.connect('enter-notify-event', self.pointer_enter_cb)
--- 
-1.8.1.2
-

Copied: 
gnome-sudoku/repos/testing-any/0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch
 (from rev 182830, 
gnome-sudoku/trunk/0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch)
===
--- 0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch 
(rev 0)
+++ 0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch 
2013-04-15 15:32:48 UTC (rev 182831)
@@ -0,0 +1,25 @@
+From c82fc3131802f4fe1f069facb9aae833cc6cdc5f Mon Sep 17 00:00:00 2001
+From: Yanko Kaneti 
+Date: Wed, 13 Feb 2013 21:15:13 +0200
+Subject: [PATCH] Fix NumberBox envents configuration with latest pygobject
+
+---
+ src/lib/number_box.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/lib/number_box.py b/src/lib/number_box.py
+index 4087de1..60b255a 100644
+--- a/src/lib/number_box.py
 b/src/lib/number_box.py
+@@ -130,7 +130,7 @@ class NumberBox (Gtk.DrawingArea):
+ self.bottom_note_list = []
+ self.tinfo = tracker_info.TrackerInfo()
+ self.set_property('can-focus', True)
+-self.set_property('events', Gdk.EventMask.ALL_EVENTS_MASK)
++self.add_events(Gdk.EventMask.ALL_EVENTS_MASK)
+ self.connect('button-press-event', self.button_press_cb)
+ self.connect('key-release-event', self.key_press_cb)
+ self.connect('enter-notify-event', self.pointer_enter_cb)
+-- 
+1.8.1.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 15:31:23 UTC (rev 182830)
+++ PKGBUILD2013-04-15 15:32:48 UTC (rev 182831)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-sudoku
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Test your logic skills in this number grid puzzle"
-arch=('any')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'python2-gobject' 'dconf')
-makedepends=('intltool' 'itstool')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-sudoku.install
-url="https://live.gnome.org/GnomeSudoku";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
-0001-Fix-NumberBox-envents-configuration-with-latest-pygo.patch)
-sha256sums=('45c4052b9b9b55f00bdd0ecec8708aa2a9ae366c3e6fb3982fd1d41b9f270721'
-'d673f6cf3de94

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:34:06
  Author: heftig
Revision: 182832

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

Added:
  gnome-tetravex/repos/testing-i686/PKGBUILD
(from rev 182831, gnome-tetravex/trunk/PKGBUILD)
  gnome-tetravex/repos/testing-i686/gnome-tetravex.install
(from rev 182831, gnome-tetravex/trunk/gnome-tetravex.install)
  gnome-tetravex/repos/testing-x86_64/PKGBUILD
(from rev 182831, gnome-tetravex/trunk/PKGBUILD)
  gnome-tetravex/repos/testing-x86_64/gnome-tetravex.install
(from rev 182831, gnome-tetravex/trunk/gnome-tetravex.install)
Deleted:
  gnome-tetravex/repos/testing-i686/PKGBUILD
  gnome-tetravex/repos/testing-i686/gnome-tetravex.install
  gnome-tetravex/repos/testing-x86_64/PKGBUILD
  gnome-tetravex/repos/testing-x86_64/gnome-tetravex.install

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:32:48 UTC (rev 182831)
+++ testing-i686/PKGBUILD   2013-04-15 15:34:06 UTC (rev 182832)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-tetravex
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Complete the puzzle by matching numbered tiles"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=gnome-tetravex.install
-url="https://live.gnome.org/Tetravex";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c8870241f6d2acc73417063b0c4b6d732b9e652f4a2eb90b0835793be2a4eb2c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-tetravex/repos/testing-i686/PKGBUILD (from rev 182831, 
gnome-tetravex/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:34:06 UTC (rev 182832)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-tetravex
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Complete the puzzle by matching numbered tiles"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=gnome-tetravex.install
+url="https://live.gnome.org/Tetravex";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('30491c1e9005d8f17f6f9655c3a9b553bcaa16e353719ce1de60630a71150ea3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-tetravex.install
===
--- testing-i686/gnome-tetravex.install 2013-04-15 15:32:48 UTC (rev 182831)
+++ testing-i686/gnome-tetravex.install 2013-04-15 15:34:06 UTC (rev 182832)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-tetravex/repos/testing-i686/gnome-tetravex.install (from rev 
182831, gnome-tetravex/trunk/gnome-tetravex.install)
===
--- testing-i686/gnome-tetravex.install (rev 0)
+++ testing-i686/gnome-tetravex.install 2013-04-15 15:34:06 UTC (rev 182832)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:35:53
  Author: heftig
Revision: 182833

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

Added:
  iagno/repos/testing-i686/PKGBUILD
(from rev 182832, iagno/trunk/PKGBUILD)
  iagno/repos/testing-i686/iagno.install
(from rev 182832, iagno/trunk/iagno.install)
  iagno/repos/testing-x86_64/PKGBUILD
(from rev 182832, iagno/trunk/PKGBUILD)
  iagno/repos/testing-x86_64/iagno.install
(from rev 182832, iagno/trunk/iagno.install)
Deleted:
  iagno/repos/testing-i686/PKGBUILD
  iagno/repos/testing-i686/iagno.install
  iagno/repos/testing-x86_64/PKGBUILD
  iagno/repos/testing-x86_64/iagno.install

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:34:06 UTC (rev 182832)
+++ testing-i686/PKGBUILD   2013-04-15 15:35:53 UTC (rev 182833)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=iagno.install
-url="https://live.gnome.org/Iagno";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b5cb01de9328835b47b855d6c3ac2a3d2f799ff9d4070157adb7f82f1bb4adf5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iagno/repos/testing-i686/PKGBUILD (from rev 182832, 
iagno/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:35:53 UTC (rev 182833)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=iagno.install
+url="https://live.gnome.org/Iagno";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('03e96eaada69d95b709e438ccb69911fea330be8827df320c5dff02d75a59efd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/iagno.install
===
--- testing-i686/iagno.install  2013-04-15 15:34:06 UTC (rev 182832)
+++ testing-i686/iagno.install  2013-04-15 15:35:53 UTC (rev 182833)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/testing-i686/iagno.install (from rev 182832, 
iagno/trunk/iagno.install)
===
--- testing-i686/iagno.install  (rev 0)
+++ testing-i686/iagno.install  2013-04-15 15:35:53 UTC (rev 182833)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 15:34:06 UTC (rev 182832)
+++ testing-x86_64/PKGBUILD 2013-04-15 15:35:53 UTC (rev 182833)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:36:57
  Author: heftig
Revision: 182834

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

Added:
  quadrapassel/repos/testing-i686/PKGBUILD
(from rev 182833, quadrapassel/trunk/PKGBUILD)
  quadrapassel/repos/testing-i686/quadrapassel.install
(from rev 182833, quadrapassel/trunk/quadrapassel.install)
  quadrapassel/repos/testing-x86_64/PKGBUILD
(from rev 182833, quadrapassel/trunk/PKGBUILD)
  quadrapassel/repos/testing-x86_64/quadrapassel.install
(from rev 182833, quadrapassel/trunk/quadrapassel.install)
Deleted:
  quadrapassel/repos/testing-i686/PKGBUILD
  quadrapassel/repos/testing-i686/quadrapassel.install
  quadrapassel/repos/testing-x86_64/PKGBUILD
  quadrapassel/repos/testing-x86_64/quadrapassel.install

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:35:53 UTC (rev 182833)
+++ testing-i686/PKGBUILD   2013-04-15 15:36:57 UTC (rev 182834)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=quadrapassel
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=quadrapassel.install
-url="https://live.gnome.org/Quadrapassel";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa31c5319df751cda4d510fb1a8a36c6d5601c8df56a8b071109243f1c4fdaa6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: quadrapassel/repos/testing-i686/PKGBUILD (from rev 182833, 
quadrapassel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:36:57 UTC (rev 182834)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=quadrapassel
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=quadrapassel.install
+url="https://live.gnome.org/Quadrapassel";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18935ab737c9a690104207758ba92223e8bfe6d5f1feeeadbbca3eb543ce5284')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/quadrapassel.install
===
--- testing-i686/quadrapassel.install   2013-04-15 15:35:53 UTC (rev 182833)
+++ testing-i686/quadrapassel.install   2013-04-15 15:36:57 UTC (rev 182834)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: quadrapassel/repos/testing-i686/quadrapassel.install (from rev 182833, 
quadrapassel/trunk/quadrapassel.install)
===
--- testing-i686/quadrapassel.install   (rev 0)
+++ testing-i686/quadrapassel.install   2013-04-15 15:36:57 UTC (rev 182834)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:38:18
  Author: heftig
Revision: 182835

3.8.1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:36:57 UTC (rev 182834)
+++ PKGBUILD2013-04-15 15:38:18 UTC (rev 182835)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b2fe5fd41ceadeeda08735ecbccfc344b5d6c7009e40e289d175bc7cac69069')
+sha256sums=('45accc06e9c1711741b0f1476971c7e705b57ea0718a2b10ee66c5dd0397b917')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:38:18
  Author: heftig
Revision: 182836

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

Added:
  swell-foop/repos/testing-i686/PKGBUILD
(from rev 182834, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/testing-i686/swell-foop.install
(from rev 182834, swell-foop/trunk/swell-foop.install)
  swell-foop/repos/testing-x86_64/PKGBUILD
(from rev 182834, swell-foop/trunk/PKGBUILD)
  swell-foop/repos/testing-x86_64/swell-foop.install
(from rev 182834, swell-foop/trunk/swell-foop.install)
Deleted:
  swell-foop/repos/testing-i686/PKGBUILD
  swell-foop/repos/testing-i686/swell-foop.install
  swell-foop/repos/testing-x86_64/PKGBUILD
  swell-foop/repos/testing-x86_64/swell-foop.install

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:38:18 UTC (rev 182835)
+++ testing-i686/PKGBUILD   2013-04-15 15:38:18 UTC (rev 182836)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=swell-foop
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs' '!libtool')
-install=swell-foop.install
-url="https://live.gnome.org/Swell%20Foop";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c86bf90ea195cfc6f2b7643d116da2028f03278e5101960316395b3816bf532a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: swell-foop/repos/testing-i686/PKGBUILD (from rev 182834, 
swell-foop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:38:18 UTC (rev 182836)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=swell-foop
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=swell-foop.install
+url="https://live.gnome.org/Swell%20Foop";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('50d6b53d7507c1176ade9227f04d1c260143a5ebf8cf812c359c89eaeec9ee99')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/swell-foop.install
===
--- testing-i686/swell-foop.install 2013-04-15 15:38:18 UTC (rev 182835)
+++ testing-i686/swell-foop.install 2013-04-15 15:38:18 UTC (rev 182836)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: swell-foop/repos/testing-i686/swell-foop.install (from rev 182834, 
swell-foop/trunk/swell-foop.install)
===
--- testing-i686/swell-foop.install (rev 0)
+++ testing-i686/swell-foop.install 2013-04-15 15:38:18 UTC (rev 182836)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 15:38:18 U

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:39:20
  Author: heftig
Revision: 182837

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

Added:
  gdk-pixbuf2/repos/testing-i686/PKGBUILD
(from rev 182836, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install
(from rev 182836, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/testing-x86_64/PKGBUILD
(from rev 182836, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install
(from rev 182836, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/testing-i686/PKGBUILD
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/testing-x86_64/PKGBUILD
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install

+
 /PKGBUILD  |   68 +++
 /gdk-pixbuf2.install   |   22 +++
 testing-i686/PKGBUILD  |   34 -
 testing-i686/gdk-pixbuf2.install   |   11 -
 testing-x86_64/PKGBUILD|   34 -
 testing-x86_64/gdk-pixbuf2.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:38:18 UTC (rev 182836)
+++ testing-i686/PKGBUILD   2013-04-15 15:39:20 UTC (rev 182837)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gdk-pixbuf2
-pkgver=2.28.0
-pkgrel=1
-pkgdesc="An image loading library"
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/";
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-options=('!libtool')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('561e37695bfb1b07549588b3fca2e6f05b2320eee75b13748bb7dc5e1257d347')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd gdk-pixbuf-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/testing-i686/PKGBUILD (from rev 182836, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:39:20 UTC (rev 182837)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.28.1
+pkgrel=1
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/";
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('bea0b743fdb5c3c8e23210f73623ec5f18f9ead2522942897fe739d80b50c2bb')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/gdk-pixbuf2.install
===
--- testing-i686/gdk-pixbuf2.install2013-04-15 15:38:18 UTC (rev 182836)
+++ testing-i686/gdk-pixbuf2.install2013-04-15 15:39:20 UTC (rev 182837)
@@ -1,11 +0,0 @@
-post_install() {
-   gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install (from rev 182836, 
gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- testing-i686/gdk-pixbuf2.install(rev 0)
+++ testing-i686/gdk-pixbuf2.install2013-04-15 15:39:20 UTC (rev 182837)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 15:38:18 UTC (rev 182836)
+++ testing-x86_64/PKGBUILD 2013-04-15 15:39:20 UTC (rev 182837)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gdk-pixbuf2
-pkgver=2.28.0
-pkgrel=1
-pkgdesc="An image loading library"
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/";
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-options=('!libtool')
-install=gdk-pixbuf2.install

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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 17:39:53
  Author: spupykin
Revision: 88276

upgpkg: wanderlust 20130415-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 14:47:45 UTC (rev 88275)
+++ PKGBUILD2013-04-15 15:39:53 UTC (rev 88276)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20130321
+pkgver=20130415
 pkgrel=1
 pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
 arch=(any)



[arch-commits] Commit in wanderlust/repos/community-any (4 files)

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 17:40:05
  Author: spupykin
Revision: 88277

archrelease: copy trunk to community-any

Added:
  wanderlust/repos/community-any/PKGBUILD
(from rev 88276, wanderlust/trunk/PKGBUILD)
  wanderlust/repos/community-any/wanderlust.install
(from rev 88276, wanderlust/trunk/wanderlust.install)
Deleted:
  wanderlust/repos/community-any/PKGBUILD
  wanderlust/repos/community-any/wanderlust.install

+
 PKGBUILD   |   60 +--
 wanderlust.install |   26 +++---
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 15:39:53 UTC (rev 88276)
+++ PKGBUILD2013-04-15 15:40:05 UTC (rev 88277)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Norberto Lopes 
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20130321
-pkgrel=1
-pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
-arch=(any)
-url="http://www.gohome.org/wl";
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
-md5sums=('f05dafa9c0ace1d46096e4b6a28ef81e')
-
-package() {
-  cd `find $srcdir/ -name wanderlust-\* -type d`
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 88276, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 15:40:05 UTC (rev 88277)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Norberto Lopes 
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20130415
+pkgrel=1
+pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
+arch=(any)
+url="http://www.gohome.org/wl";
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
+md5sums=('f05dafa9c0ace1d46096e4b6a28ef81e')
+
+package() {
+  cd `find $srcdir/ -name wanderlust-\* -type d`
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2013-04-15 15:39:53 UTC (rev 88276)
+++ wanderlust.install  2013-04-15 15:40:05 UTC (rev 88277)
@@ -1,13 +0,0 @@
-post_install () {
-cat << EOF
-==> Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 88276, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2013-04-15 15:40:05 UTC (rev 88277)
@@ -0,0 +1,13 @@
+post_install () {
+cat << EOF
+==> Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 17:41:20
  Author: heftig
Revision: 182838

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

Added:
  empathy/repos/testing-i686/PKGBUILD
(from rev 182837, empathy/trunk/PKGBUILD)
  empathy/repos/testing-i686/empathy.install
(from rev 182837, empathy/trunk/empathy.install)
  empathy/repos/testing-x86_64/PKGBUILD
(from rev 182837, empathy/trunk/PKGBUILD)
  empathy/repos/testing-x86_64/empathy.install
(from rev 182837, empathy/trunk/empathy.install)
Deleted:
  empathy/repos/testing-i686/PKGBUILD
  empathy/repos/testing-i686/empathy.install
  empathy/repos/testing-x86_64/PKGBUILD
  empathy/repos/testing-x86_64/empathy.install

+
 /PKGBUILD  |   74 +++
 /empathy.install   |   32 
 testing-i686/PKGBUILD  |   37 ---
 testing-i686/empathy.install   |   16 
 testing-x86_64/PKGBUILD|   37 ---
 testing-x86_64/empathy.install |   16 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 15:39:20 UTC (rev 182837)
+++ testing-i686/PKGBUILD   2013-04-15 15:41:20 UTC (rev 182838)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=empathy
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="A GNOME instant messaging client using the Telepathy framework."
-arch=(i686 x86_64)
-url="http://live.gnome.org/Empathy";
-license=(GPL2)
-depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk3 telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control)
-makedepends=(intltool itstool docbook-xsl python2)
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support')
-options=('!libtool' '!makeflags')
-groups=(gnome)
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b2fe5fd41ceadeeda08735ecbccfc344b5d6c7009e40e289d175bc7cac69069')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: empathy/repos/testing-i686/PKGBUILD (from rev 182837, 
empathy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 15:41:20 UTC (rev 182838)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework."
+arch=(i686 x86_64)
+url="http://live.gnome.org/Empathy";
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk3 telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool' '!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('45accc06e9c1711741b0f1476971c7e705b57ea0718a2b10ee66c5dd0397b917')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/empathy.install
===
--- testing-i686/empathy.install2013-04-15 15:39:20 UTC (rev 182837)
+++ testing-i686/empathy.install2013-04-15 15:41:20 UTC (rev 182838)
@@ -1,16 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-echo "To use Empathy you need to install at least one Telepathy connection 
manager."
-}
-
-post_upgrade() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_remove() {
-post_upgrade
-}

Copied: empathy/

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

2013-04-15 Thread Andreas Radke
Date: Monday, April 15, 2013 @ 18:28:48
  Author: andyrtr
Revision: 182839

upgpkg: qpdf 4.1.0-1

upstream update 4.1.0

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:41:20 UTC (rev 182838)
+++ PKGBUILD2013-04-15 16:28:48 UTC (rev 182839)
@@ -5,7 +5,7 @@
 # Contributor: Nuno Araujo 
 
 pkgname=qpdf
-pkgver=4.0.1
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('make')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('093baece867a0a7e07774bd4008156b3')
+md5sums=('eedd61acc5376d181429651a9baf')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-04-15 Thread Andreas Radke
Date: Monday, April 15, 2013 @ 18:29:09
  Author: andyrtr
Revision: 182840

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-15 16:28:48 UTC (rev 182839)
+++ extra-i686/PKGBUILD 2013-04-15 16:29:09 UTC (rev 182840)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Miguel Revilla 
-# Contributor: David Sotelo 
-# Contributor: Nuno Araujo 
-
-pkgname=qpdf
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
-arch=('i686' 'x86_64')
-url="http://qpdf.sourceforge.net/";
-license=('custom:Artistic-2.0')
-depends=('pcre' 'perl')
-makedepends=('make')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('093baece867a0a7e07774bd4008156b3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-
-  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-i686/PKGBUILD (from rev 182839, qpdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-15 16:29:09 UTC (rev 182840)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Miguel Revilla 
+# Contributor: David Sotelo 
+# Contributor: Nuno Araujo 
+
+pkgname=qpdf
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
+arch=('i686' 'x86_64')
+url="http://qpdf.sourceforge.net/";
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('eedd61acc5376d181429651a9baf')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-15 16:28:48 UTC (rev 182839)
+++ extra-x86_64/PKGBUILD   2013-04-15 16:29:09 UTC (rev 182840)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Miguel Revilla 
-# Contributor: David Sotelo 
-# Contributor: Nuno Araujo 
-
-pkgname=qpdf
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
-arch=('i686' 'x86_64')
-url="http://qpdf.sourceforge.net/";
-license=('custom:Artistic-2.0')
-depends=('pcre' 'perl')
-makedepends=('make')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('093baece867a0a7e07774bd4008156b3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-
-  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-x86_64/PKGBUILD (from rev 182839, qpdf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-15 16:29:09 UTC (rev 182840)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Miguel Revilla 
+# Contributor: David Sotelo 
+# Contributor: Nuno Araujo 
+
+pkgname=qpdf
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
+arch=('i686' 'x86_64')
+url="http://qpdf.sourceforge.net/";
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('eedd61acc5376d181429651a9baf')
+
+build() {
+  c

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

2013-04-15 Thread Jonathan Steel
Date: Monday, April 15, 2013 @ 19:20:43
  Author: jsteel
Revision: 88278

upgpkg: drbl 2.3.10-1

Modified:
  drbl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 15:40:05 UTC (rev 88277)
+++ PKGBUILD2013-04-15 17:20:43 UTC (rev 88278)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgname=drbl
-pkgver=1.10.31
+pkgver=2.3.10
 pkgrel=1
 pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl' 'bc')
 makedepends=('vim')
 
source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('8e5dce6822336b7d1a6672849de84827')
+md5sums=('412e68b8f96ef021052f680f2ea78501')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
@@ -23,5 +23,5 @@
 package() {
   cd "$srcdir"/$pkgname-$pkgver
 
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir"/ install
 }



[arch-commits] Commit in drbl/repos/community-any (PKGBUILD PKGBUILD)

2013-04-15 Thread Jonathan Steel
Date: Monday, April 15, 2013 @ 19:20:58
  Author: jsteel
Revision: 88279

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 88278, drbl/trunk/PKGBUILD)
Deleted:
  drbl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 17:20:43 UTC (rev 88278)
+++ PKGBUILD2013-04-15 17:20:58 UTC (rev 88279)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-
-pkgname=drbl
-pkgver=1.10.31
-pkgrel=1
-pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
-arch=('any')
-url="http://drbl.sourceforge.net";
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('8e5dce6822336b7d1a6672849de84827')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 88278, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 17:20:58 UTC (rev 88279)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.3.10
+pkgrel=1
+pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
+arch=('any')
+url="http://drbl.sourceforge.net";
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('412e68b8f96ef021052f680f2ea78501')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}



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

2013-04-15 Thread Jonathan Steel
Date: Monday, April 15, 2013 @ 19:24:34
  Author: jsteel
Revision: 88280

upgpkg: drbl 2.3.10-1

Modified:
  drbl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 17:20:58 UTC (rev 88279)
+++ PKGBUILD2013-04-15 17:24:34 UTC (rev 88280)
@@ -12,6 +12,7 @@
 depends=('perl' 'bc')
 makedepends=('vim')
 
source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2)
+backup=(etc/drbl/drbl.conf)
 md5sums=('412e68b8f96ef021052f680f2ea78501')
 
 build() {



[arch-commits] Commit in drbl/repos/community-any (PKGBUILD PKGBUILD)

2013-04-15 Thread Jonathan Steel
Date: Monday, April 15, 2013 @ 19:24:50
  Author: jsteel
Revision: 88281

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 88280, drbl/trunk/PKGBUILD)
Deleted:
  drbl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 17:24:34 UTC (rev 88280)
+++ PKGBUILD2013-04-15 17:24:50 UTC (rev 88281)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.3.10
-pkgrel=1
-pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
-arch=('any')
-url="http://drbl.sourceforge.net";
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('412e68b8f96ef021052f680f2ea78501')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 88280, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 17:24:50 UTC (rev 88281)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.3.10
+pkgrel=1
+pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
+arch=('any')
+url="http://drbl.sourceforge.net";
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2)
+backup=(etc/drbl/drbl.conf)
+md5sums=('412e68b8f96ef021052f680f2ea78501')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}



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

2013-04-15 Thread Jonathan Steel
Date: Monday, April 15, 2013 @ 19:25:33
  Author: jsteel
Revision: 88282

upgpkg: clonezilla 3.3.10-1

Modified:
  clonezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 17:24:50 UTC (rev 88281)
+++ PKGBUILD2013-04-15 17:25:33 UTC (rev 88282)
@@ -3,18 +3,19 @@
 # Contributor: M0Rf30
 
 pkgname=clonezilla
-pkgver=2.3.58
-pkgrel=2
+pkgver=3.3.10
+pkgrel=1
 pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
 arch=('any')
 url="http://clonezilla.org";
 license=('GPL')
 depends=('drbl' 'partclone' 'ntfsprogs' 'partimage' 'pigz' 'sshfs')
 source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('37b8e7563607c4e43050fd3b598f6672')
+backup=(etc/drbl/drbl-ocs.conf)
+md5sums=('9a4815961adaadf2f25299abab314dbd')
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver
 
-  make DESTDIR="$pkgdir" install  
+  make DESTDIR="$pkgdir"/ install  
 }



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

2013-04-15 Thread Giovanni Scafora
Date: Monday, April 15, 2013 @ 19:29:34
  Author: giovanni
Revision: 88283

upgpkg: sigil 0.7.2-1

upstream release

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 17:25:33 UTC (rev 88282)
+++ PKGBUILD2013-04-15 17:29:34 UTC (rev 88283)
@@ -3,8 +3,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=sigil
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.7.2
+pkgrel=1
 pkgdesc="WYSIWYG ebook editor"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/sigil/";
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
 install=sigil.install
 source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip";)
-md5sums=('e6c281b6702a8f9d79cc85703dc8d3ea')
+md5sums=('540745983db57a2150cc2f4057455b19')
 
 build() {
   cd "${srcdir}"



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

2013-04-15 Thread Giovanni Scafora
Date: Monday, April 15, 2013 @ 19:29:41
  Author: giovanni
Revision: 88284

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

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

+
 /PKGBUILD  |   98 +++
 /sigil.install |   24 +
 community-i686/PKGBUILD|   49 ---
 community-i686/sigil.install   |   12 
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/sigil.install |   12 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-15 17:29:34 UTC (rev 88283)
+++ community-i686/PKGBUILD 2013-04-15 17:29:41 UTC (rev 88284)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.7.1
-pkgrel=3
-pkgdesc="WYSIWYG ebook editor"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/sigil/";
-license=('GPL3')
-depends=('qt5-webkit' 'boost-libs')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
-install=sigil.install
-source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip";)
-md5sums=('e6c281b6702a8f9d79cc85703dc8d3ea')
-
-build() {
-  cd "${srcdir}"
-  gendesk -n
-
-  mkdir build
-  cd build
-
-  cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make install DESTDIR="${pkgdir}"
-
-  install -d -m 0755 "${pkgdir}"/usr/share/applications
-  install -m 0644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications
-
-  for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
-  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-  done
-  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: sigil/repos/community-i686/PKGBUILD (from rev 88283, 
sigil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-15 17:29:41 UTC (rev 88284)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/sigil/";
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+install=sigil.install
+source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip";)
+md5sums=('540745983db57a2150cc2f4057455b19')
+
+build() {
+  cd "${srcdir}"
+  gendesk -n
+
+  mkdir build
+  cd build
+
+  cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make install DESTDIR="${pkgdir}"
+
+  install -d -m 0755 "${pkgdir}"/usr/share/applications
+  install -m 0644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Deleted: community-i686/sigil.install
===
--- community-i686/sigil.install2013-04-15 17:29:34 UTC (rev 88283)
+++ community-i686/sigil.install2013-04-15 17:29:41 UTC (rev 88284)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sigil/repos/community-i686/sigil.install (from rev 88283, 
sigil/trunk/sigil.install)
===
--- community-i686/sigil.install(rev 0)

[arch-commits] Commit in clonezilla/repos/community-any (PKGBUILD PKGBUILD)

2013-04-15 Thread Jonathan Steel
Date: Monday, April 15, 2013 @ 19:30:49
  Author: jsteel
Revision: 88285

archrelease: copy trunk to community-any

Added:
  clonezilla/repos/community-any/PKGBUILD
(from rev 88284, clonezilla/trunk/PKGBUILD)
Deleted:
  clonezilla/repos/community-any/PKGBUILD

--+
 PKGBUILD |   39 +--
 1 file changed, 21 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 17:29:41 UTC (rev 88284)
+++ PKGBUILD2013-04-15 17:30:49 UTC (rev 88285)
@@ -1,18 +0,0 @@
-# Maintainer: Jonathan Steel 
-
-pkgname=clonezilla
-pkgver=2.3.58
-pkgrel=2
-pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
-arch=('any')
-url="http://clonezilla.org";
-license=('GPL')
-depends=('drbl' 'partclone' 'ntfsprogs' 'partimage' 'pigz' 'sshfs')
-source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('37b8e7563607c4e43050fd3b598f6672')
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install  
-}

Copied: clonezilla/repos/community-any/PKGBUILD (from rev 88284, 
clonezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 17:30:49 UTC (rev 88285)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.3.10
+pkgrel=1
+pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
+arch=('any')
+url="http://clonezilla.org";
+license=('GPL')
+depends=('drbl' 'partclone' 'ntfsprogs' 'partimage' 'pigz' 'sshfs')
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2)
+backup=(etc/drbl/drbl-ocs.conf)
+md5sums=('9a4815961adaadf2f25299abab314dbd')
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install  
+}



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 20:41:23
  Author: heftig
Revision: 182841

0.9.12

Modified:
  zeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 16:29:09 UTC (rev 182840)
+++ PKGBUILD2013-04-15 18:41:23 UTC (rev 182841)
@@ -1,36 +1,46 @@
 # $Id$
-# Maintainer:
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Andrea Scarpino 
 # Contributor: György Balló 
 
 pkgname=zeitgeist
-pkgver=0.9.5
+pkgver=0.9.12
 pkgrel=1
-pkgdesc="A service which logs the users's activities and events and makes 
relevant information available to other applications"
-arch=('i686' 'x86_64')
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
 url="http://zeitgeist-project.com/";
-license=('GPL')
-depends=('python2-dbus' 'python2-gobject2' 'python2-xdg' 'xapian-core')
-makedepends=('intltool' 'raptor' 'python2-rdflib')
-checkdepends=('vala')
-source=("https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2";)
-md5sums=('5841e4624b07ba74866fb177f1c9aae7')
+license=(GPL2 LGPL2.1)
+depends=(sqlite json-glib telepathy-glib gtk3)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+options=('!libtool')
+source=("https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz";)
+sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/python -/$PYTHON -/' configure configure.ac
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/python -/$PYTHON -/' configure
-  PYTHON=/usr/bin/python2 LIBS+="-lgmodule-2.0" ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/zeitgeist --localstatedir=/var
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
   make
 }
 
 check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 check
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" zeitgeistdocdir=/usr/share/doc/zeitgeist install
-  install -D -m644 data/zeitgeist-daemon.bash_completion 
"$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install #zeitgeistdocdir=/usr/share/doc/zeitgeist 
install
+  #install -D -m644 data/zeitgeist-daemon.bash_completion 
"$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
 }



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 20:42:59
  Author: heftig
Revision: 182842

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

Added:
  zeitgeist/repos/testing-i686/
  zeitgeist/repos/testing-i686/PKGBUILD
(from rev 182841, zeitgeist/trunk/PKGBUILD)
  zeitgeist/repos/testing-x86_64/
  zeitgeist/repos/testing-x86_64/PKGBUILD
(from rev 182841, zeitgeist/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   46 ++
 testing-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: zeitgeist/repos/testing-i686/PKGBUILD (from rev 182841, 
zeitgeist/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 18:42:59 UTC (rev 182842)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=0.9.12
+pkgrel=1
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="http://zeitgeist-project.com/";
+license=(GPL2 LGPL2.1)
+depends=(sqlite json-glib telepathy-glib gtk3)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+options=('!libtool')
+source=("https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz";)
+sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/python -/$PYTHON -/' configure configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install #zeitgeistdocdir=/usr/share/doc/zeitgeist 
install
+  #install -D -m644 data/zeitgeist-daemon.bash_completion 
"$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
+}

Copied: zeitgeist/repos/testing-x86_64/PKGBUILD (from rev 182841, 
zeitgeist/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-15 18:42:59 UTC (rev 182842)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=0.9.12
+pkgrel=1
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="http://zeitgeist-project.com/";
+license=(GPL2 LGPL2.1)
+depends=(sqlite json-glib telepathy-glib gtk3)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+options=('!libtool')
+source=("https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz";)
+sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/python -/$PYTHON -/' configure configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install #zeitgeistdocdir=/usr/share/doc/zeitgeist 
install
+  #install -D -m644 data/zeitgeist-daemon.bash_completion 
"$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
+}



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 20:45:06
  Author: heftig
Revision: 88286

3.8.1

Modified:
  gedit-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 17:30:49 UTC (rev 88285)
+++ PKGBUILD2013-04-15 18:45:06 UTC (rev 88286)
@@ -6,7 +6,7 @@
 # Contributor: zhuqin 
 
 pkgname=gedit-plugins
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Plugins for gedit"
 arch=(x86_64 i686)
@@ -19,7 +19,7 @@
 options=('!libtool' '!emptydirs')
 install=gedit-plugins.install
 
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('44e8d61ae634898bf3a86be8b6b2fd4f998f85dcf6cb92ec80a508ca245ce6b5')
+sha256sums=('659d379f9edfbba2db37522991c734c5d50e03eb1f70985e978d93a718273141')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 20:47:22
  Author: heftig
Revision: 182843

3.8.1

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 18:42:59 UTC (rev 182842)
+++ PKGBUILD2013-04-15 18:47:22 UTC (rev 182843)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.8.0.1
-pkgrel=3
+pkgver=3.8.1
+pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 arch=(i686 x86_64)
 license=(GPL)
@@ -15,7 +15,7 @@
 groups=('gnome')
 install=gnome-terminal.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b9218598ff4cf24ad317160d37d463f9823519295ac4de7417139c43958c565e')
+sha256sums=('c49afab26973225f41ed35a9d5b5180d6207757e524056656146b30692f39fff')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 20:48:36
  Author: heftig
Revision: 182844

0.34.4

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 18:47:22 UTC (rev 182843)
+++ PKGBUILD2013-04-15 18:48:36 UTC (rev 182844)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.34.3
+pkgver=0.34.4
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3')
 url="http://www.gnome.org";
 source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('e5f52e505ce6ac66075bd84143f728cba858722753055ff9e64c59fce70822cc')
+sha256sums=('477de8f0b8473e1cb27c9488e278df44d16fc384d1753c5c3961e3f0417860bd')
 
 build() {
   cd "vte-$pkgver"



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 20:48:59
  Author: heftig
Revision: 88287

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

Added:
  gedit-plugins/repos/community-testing-i686/PKGBUILD
(from rev 88286, gedit-plugins/trunk/PKGBUILD)
  gedit-plugins/repos/community-testing-i686/gedit-plugins.install
(from rev 88286, gedit-plugins/trunk/gedit-plugins.install)
  gedit-plugins/repos/community-testing-x86_64/PKGBUILD
(from rev 88286, gedit-plugins/trunk/PKGBUILD)
  gedit-plugins/repos/community-testing-x86_64/gedit-plugins.install
(from rev 88286, gedit-plugins/trunk/gedit-plugins.install)
Deleted:
  gedit-plugins/repos/community-testing-i686/PKGBUILD
  gedit-plugins/repos/community-testing-i686/gedit-plugins.install
  gedit-plugins/repos/community-testing-x86_64/PKGBUILD
  gedit-plugins/repos/community-testing-x86_64/gedit-plugins.install

+
 /PKGBUILD  |   72 +++
 /gedit-plugins.install |   46 ++
 community-testing-i686/PKGBUILD|   36 ---
 community-testing-i686/gedit-plugins.install   |   23 ---
 community-testing-x86_64/PKGBUILD  |   36 ---
 community-testing-x86_64/gedit-plugins.install |   23 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-04-15 18:45:06 UTC (rev 88286)
+++ community-testing-i686/PKGBUILD 2013-04-15 18:48:59 UTC (rev 88287)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: Alexander Rødseth 
-# Contributor: Hugo Doria 
-# Contributor: Sergej Chodarev 
-# Contributor: zhuqin 
-
-pkgname=gedit-plugins
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Plugins for gedit"
-arch=(x86_64 i686)
-license=(GPL)
-url="http://live.gnome.org/GeditPlugins";
-depends=(gedit python-dbus)
-makedepends=(intltool gnome-doc-utils vte3)
-optdepends=('gucharmap: for charmap plugin'
-'vte3: for embedded terminal')
-options=('!libtool' '!emptydirs')
-install=gedit-plugins.install
-source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('44e8d61ae634898bf3a86be8b6b2fd4f998f85dcf6cb92ec80a508ca245ce6b5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/community-testing-i686/PKGBUILD (from rev 88286, 
gedit-plugins/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-15 18:48:59 UTC (rev 88287)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Sergej Chodarev 
+# Contributor: zhuqin 
+
+pkgname=gedit-plugins
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Plugins for gedit"
+arch=(x86_64 i686)
+license=(GPL)
+url="http://live.gnome.org/GeditPlugins";
+depends=(gedit python-dbus)
+makedepends=(intltool gnome-doc-utils vte3)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal')
+options=('!libtool' '!emptydirs')
+install=gedit-plugins.install
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('659d379f9edfbba2db37522991c734c5d50e03eb1f70985e978d93a718273141')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --with-plugins=all \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-testing-i686/gedit-plugins.install
===
--- community-testing-i686/gedit-plugins.install2013-04-15 18:45:06 UTC 
(rev 88286)
+++ community-testing-i686/gedit-plugins.install2013-04-15 18:48:59 UTC 
(rev 88287)
@@ -1,23 +0,0 @@
-pkgname=gedit-plugins
-
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-
-post_remove() {
-  post_install $1
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/community-testing-i686/gedit-plugins.install (from 
rev 88286, gedit-plugins/trunk/gedit-plugins.install)
===
--- community-testing-i686/gedit-plugins.install
(rev 0)
+++ community-testing-i686/gedit-plugins.install2013

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 20:49:54
  Author: heftig
Revision: 182845

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

Added:
  gnome-terminal/repos/testing-i686/PKGBUILD
(from rev 182844, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/testing-i686/gnome-terminal.install
(from rev 182844, gnome-terminal/trunk/gnome-terminal.install)
  gnome-terminal/repos/testing-x86_64/PKGBUILD
(from rev 182844, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/testing-x86_64/gnome-terminal.install
(from rev 182844, gnome-terminal/trunk/gnome-terminal.install)
Deleted:
  gnome-terminal/repos/testing-i686/PKGBUILD
  gnome-terminal/repos/testing-i686/gnome-terminal.install
  gnome-terminal/repos/testing-x86_64/PKGBUILD
  gnome-terminal/repos/testing-x86_64/gnome-terminal.install

---+
 /PKGBUILD |   70 
 /gnome-terminal.install   |   26 +++
 testing-i686/PKGBUILD |   35 
 testing-i686/gnome-terminal.install   |   13 -
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/gnome-terminal.install |   13 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 18:48:36 UTC (rev 182844)
+++ testing-i686/PKGBUILD   2013-04-15 18:49:54 UTC (rev 182845)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.8.0.1
-pkgrel=3
-pkgdesc="The GNOME Terminal Emulator"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(vte3 gsettings-desktop-schemas libsm dconf)
-makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils 
python2 gconf)
-optdepends=('gconf: settings migration when upgrading from older version')
-options=('!emptydirs' '!libtool')
-url="http://www.gnome.org";
-groups=('gnome')
-install=gnome-terminal.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b9218598ff4cf24ad317160d37d463f9823519295ac4de7417139c43958c565e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-terminal/repos/testing-i686/PKGBUILD (from rev 182844, 
gnome-terminal/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 18:49:54 UTC (rev 182845)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(vte3 gsettings-desktop-schemas libsm dconf)
+makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils 
python2 gconf)
+optdepends=('gconf: settings migration when upgrading from older version')
+options=('!emptydirs' '!libtool')
+url="http://www.gnome.org";
+groups=('gnome')
+install=gnome-terminal.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c49afab26973225f41ed35a9d5b5180d6207757e524056656146b30692f39fff')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-terminal.install
===
--- testing-i686/gnome-terminal.install 2013-04-15 18:48:36 UTC (rev 182844)
+++ testing-i686/gnome-terminal.install 2013-04-15 18:49:54 UTC (rev 182845)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
-gconfpkg --uninstall gnome-terminal
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: gnome-terminal/repos/testing-i686/gnome-terminal.install (from rev 
182844, gnome-terminal/trunk/gnome-terminal.install)
===
--- testing-i686/gnome-terminal.install (rev 0)
+++ testing-i686/gnome-terminal.install 2013-04-15 18:49:54 UTC (rev 182845)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
+gconfpkg --uninstall gnome-terminal
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}

Deleted: testing-x86_64/PKGBUILD

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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 20:50:12
  Author: heftig
Revision: 182846

3.8.1

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 18:49:54 UTC (rev 182845)
+++ PKGBUILD2013-04-15 18:50:12 UTC (rev 182846)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-backgrounds
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Background images and data for GNOME"
 arch=(any)
@@ -11,7 +11,7 @@
 license=('GPL')
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6be4d4fcdaddad10dea545a42c6c1f05c39405573b1bb805d743fa2c5132d18e')
+sha256sums=('226cf0d116a0d78b96c0ed865473975f9ca0e1c02a0442c6be8f1dd3c4a715b8')
 
 build() {
   cd "$pkgname-$pkgver"



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

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 20:50:34
  Author: heftig
Revision: 182847

3.8.1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 18:50:12 UTC (rev 182846)
+++ PKGBUILD2013-04-15 18:50:34 UTC (rev 182847)
@@ -3,7 +3,7 @@
 # Contributor: Jan De Groot 
 
 pkgname=gucharmap
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool' '!emptydirs')
 install=gucharmap.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e312297c561e03675519de5bcd9a10971b5c1185f61b4b17eed202273cf8d5c5')
+sha256sums=('dc3223c7bd5dac4b979295cf7678c873046f8525f7d6f5562ab98239f563afc1')
 
 build() {
   cd $pkgname-$pkgver



  1   2   >