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

2014-03-10 Thread Massimiliano Torromeo
Date: Monday, March 10, 2014 @ 09:31:33
  Author: mtorromeo
Revision: 106908

upgpkg: r8168 8.038.00-1

Updated to 8.038.00

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 00:35:40 UTC (rev 106907)
+++ PKGBUILD2014-03-10 08:31:33 UTC (rev 106908)
@@ -4,8 +4,8 @@
 # Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
 
 pkgname=r8168
-pkgver=8.037.00
-pkgrel=7
+pkgver=8.038.00
+pkgrel=1
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('glibc' 'linux')
 makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
 install=$pkgname.install
 
 build() {
@@ -42,4 +42,4 @@
sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
 }
 
-sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')



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

2014-03-10 Thread Massimiliano Torromeo
Date: Monday, March 10, 2014 @ 09:34:33
  Author: mtorromeo
Revision: 106909

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

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

+
 /PKGBUILD  |   90 +++
 /r8168.install |   34 ++
 community-i686/PKGBUILD|   45 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 08:31:33 UTC (rev 106908)
+++ community-i686/PKGBUILD 2014-03-10 08:34:33 UTC (rev 106909)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.037.00
-pkgrel=7
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-install=$pkgname.install
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168/repos/community-i686/PKGBUILD (from rev 106908, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 08:34:33 UTC (rev 106909)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=1
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 

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

2014-03-10 Thread Jan de Groot
Date: Monday, March 10, 2014 @ 09:36:11
  Author: jgc
Revision: 207467

Fix quotes (FS#39238)

Modified:
  gconf-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 05:11:49 UTC (rev 207466)
+++ PKGBUILD2014-03-10 08:36:11 UTC (rev 207467)
@@ -19,7 +19,7 @@
 
 prepare() {
   cd Gnome2-GConf-$pkgver
-  patch -Np1 -i ../disable-orbit.patch
+  patch -Np1 -i ../disable-orbit.patch
 }
 
 build() {



[arch-commits] Commit in gconf-perl/repos/extra-x86_64 (4 files)

2014-03-10 Thread Jan de Groot
Date: Monday, March 10, 2014 @ 09:36:30
  Author: jgc
Revision: 207469

archrelease: copy trunk to extra-x86_64

Added:
  gconf-perl/repos/extra-x86_64/PKGBUILD
(from rev 207468, gconf-perl/trunk/PKGBUILD)
  gconf-perl/repos/extra-x86_64/disable-orbit.patch
(from rev 207468, gconf-perl/trunk/disable-orbit.patch)
Deleted:
  gconf-perl/repos/extra-x86_64/PKGBUILD
  gconf-perl/repos/extra-x86_64/disable-orbit.patch

-+
 PKGBUILD|   78 +-
 disable-orbit.patch |   60 +++---
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 08:36:21 UTC (rev 207468)
+++ PKGBUILD2014-03-10 08:36:30 UTC (rev 207469)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gconf-perl
-pkgver=1.044
-pkgrel=8
-pkgdesc=Gnome2-GConf perl bindings for gconf
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gtk2-perl.sourceforge.net/;
-makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
-checkdepends=('libx11')
-depends=('glib-perl' 'gconf' 'perl')
-options=(!emptydirs)
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
-disable-orbit.patch)
-md5sums=('ea386003b18f067524833b0eeb271330'
- '14852fc936ce7b552eb204913d55fd1c')
-
-prepare() {
-  cd Gnome2-GConf-$pkgver
-  patch -Np1 -i ../disable-orbit.patch
-}
-
-build() {
-  cd Gnome2-GConf-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Gnome2-GConf-$pkgver
-  dbus-launch --exit-with-session make test
-}
-
-package() {
-  cd Gnome2-GConf-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gconf-perl/repos/extra-x86_64/PKGBUILD (from rev 207468, 
gconf-perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-10 08:36:30 UTC (rev 207469)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gconf-perl
+pkgver=1.044
+pkgrel=8
+pkgdesc=Gnome2-GConf perl bindings for gconf
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+checkdepends=('libx11')
+depends=('glib-perl' 'gconf' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
+disable-orbit.patch)
+md5sums=('ea386003b18f067524833b0eeb271330'
+ '14852fc936ce7b552eb204913d55fd1c')
+
+prepare() {
+  cd Gnome2-GConf-$pkgver
+  patch -Np1 -i ../disable-orbit.patch
+}
+
+build() {
+  cd Gnome2-GConf-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Gnome2-GConf-$pkgver
+  dbus-launch --exit-with-session make test
+}
+
+package() {
+  cd Gnome2-GConf-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: disable-orbit.patch
===
--- disable-orbit.patch 2014-03-10 08:36:21 UTC (rev 207468)
+++ disable-orbit.patch 2014-03-10 08:36:30 UTC (rev 207469)
@@ -1,30 +0,0 @@
-Description: Disable gconf_engine_key_is_writable
- This symbol is not available in libgconf when it is configured without
- ORBit support, which is currently the case in Debian.
-Author: Colin Watson cjwat...@ubuntu.com
-Bug-Debian: http://bugs.debian.org/649055
-Forwarded: no
-Last-Update: 2011-11-17
-
-Index: b/xs/GConfEngine.xs
-===
 a/xs/GConfEngine.xs
-+++ b/xs/GConfEngine.xs
-@@ -350,6 +350,8 @@
-   if (err)
-   gperl_croak_gerror (NULL, err);
- 
-+#if 0 /* requires gconf to be configured with ORBit support */
-+
- ##gboolean gconf_engine_key_is_writable  (GConfEngine *conf,
- ##const gchar *key,
- ##GError **err);
-@@ -366,6 +368,8 @@
- OUTPUT:
- RETVAL
- 
-+#endif
-+
- guint
- gconf_engine_notify_add (engine, namespace_section, func, data=NULL)
-   GConfEngine * engine

Copied: gconf-perl/repos/extra-x86_64/disable-orbit.patch (from rev 207468, 
gconf-perl/trunk/disable-orbit.patch)
===
--- disable-orbit.patch (rev 0)
+++ disable-orbit.patch 2014-03-10 08:36:30 UTC (rev 207469)
@@ -0,0 +1,30 @@
+Description: Disable gconf_engine_key_is_writable
+ This symbol is not available in libgconf when it is configured without
+ ORBit support, which is currently the case in Debian.
+Author: Colin Watson cjwat...@ubuntu.com
+Bug-Debian: http://bugs.debian.org/649055
+Forwarded: no
+Last-Update: 2011-11-17
+
+Index: b/xs/GConfEngine.xs
+===
+--- a/xs/GConfEngine.xs
 b/xs/GConfEngine.xs
+@@ 

[arch-commits] Commit in gconf-perl/repos/extra-i686 (4 files)

2014-03-10 Thread Jan de Groot
Date: Monday, March 10, 2014 @ 09:36:21
  Author: jgc
Revision: 207468

archrelease: copy trunk to extra-i686

Added:
  gconf-perl/repos/extra-i686/PKGBUILD
(from rev 207467, gconf-perl/trunk/PKGBUILD)
  gconf-perl/repos/extra-i686/disable-orbit.patch
(from rev 207467, gconf-perl/trunk/disable-orbit.patch)
Deleted:
  gconf-perl/repos/extra-i686/PKGBUILD
  gconf-perl/repos/extra-i686/disable-orbit.patch

-+
 PKGBUILD|   78 +-
 disable-orbit.patch |   60 +++---
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 08:36:11 UTC (rev 207467)
+++ PKGBUILD2014-03-10 08:36:21 UTC (rev 207468)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gconf-perl
-pkgver=1.044
-pkgrel=8
-pkgdesc=Gnome2-GConf perl bindings for gconf
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gtk2-perl.sourceforge.net/;
-makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
-checkdepends=('libx11')
-depends=('glib-perl' 'gconf' 'perl')
-options=(!emptydirs)
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
-disable-orbit.patch)
-md5sums=('ea386003b18f067524833b0eeb271330'
- '14852fc936ce7b552eb204913d55fd1c')
-
-prepare() {
-  cd Gnome2-GConf-$pkgver
-  patch -Np1 -i ../disable-orbit.patch
-}
-
-build() {
-  cd Gnome2-GConf-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Gnome2-GConf-$pkgver
-  dbus-launch --exit-with-session make test
-}
-
-package() {
-  cd Gnome2-GConf-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gconf-perl/repos/extra-i686/PKGBUILD (from rev 207467, 
gconf-perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-10 08:36:21 UTC (rev 207468)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gconf-perl
+pkgver=1.044
+pkgrel=8
+pkgdesc=Gnome2-GConf perl bindings for gconf
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+checkdepends=('libx11')
+depends=('glib-perl' 'gconf' 'perl')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-GConf-${pkgver}.tar.gz
+disable-orbit.patch)
+md5sums=('ea386003b18f067524833b0eeb271330'
+ '14852fc936ce7b552eb204913d55fd1c')
+
+prepare() {
+  cd Gnome2-GConf-$pkgver
+  patch -Np1 -i ../disable-orbit.patch
+}
+
+build() {
+  cd Gnome2-GConf-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Gnome2-GConf-$pkgver
+  dbus-launch --exit-with-session make test
+}
+
+package() {
+  cd Gnome2-GConf-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: disable-orbit.patch
===
--- disable-orbit.patch 2014-03-10 08:36:11 UTC (rev 207467)
+++ disable-orbit.patch 2014-03-10 08:36:21 UTC (rev 207468)
@@ -1,30 +0,0 @@
-Description: Disable gconf_engine_key_is_writable
- This symbol is not available in libgconf when it is configured without
- ORBit support, which is currently the case in Debian.
-Author: Colin Watson cjwat...@ubuntu.com
-Bug-Debian: http://bugs.debian.org/649055
-Forwarded: no
-Last-Update: 2011-11-17
-
-Index: b/xs/GConfEngine.xs
-===
 a/xs/GConfEngine.xs
-+++ b/xs/GConfEngine.xs
-@@ -350,6 +350,8 @@
-   if (err)
-   gperl_croak_gerror (NULL, err);
- 
-+#if 0 /* requires gconf to be configured with ORBit support */
-+
- ##gboolean gconf_engine_key_is_writable  (GConfEngine *conf,
- ##const gchar *key,
- ##GError **err);
-@@ -366,6 +368,8 @@
- OUTPUT:
- RETVAL
- 
-+#endif
-+
- guint
- gconf_engine_notify_add (engine, namespace_section, func, data=NULL)
-   GConfEngine * engine

Copied: gconf-perl/repos/extra-i686/disable-orbit.patch (from rev 207467, 
gconf-perl/trunk/disable-orbit.patch)
===
--- disable-orbit.patch (rev 0)
+++ disable-orbit.patch 2014-03-10 08:36:21 UTC (rev 207468)
@@ -0,0 +1,30 @@
+Description: Disable gconf_engine_key_is_writable
+ This symbol is not available in libgconf when it is configured without
+ ORBit support, which is currently the case in Debian.
+Author: Colin Watson cjwat...@ubuntu.com
+Bug-Debian: http://bugs.debian.org/649055
+Forwarded: no
+Last-Update: 2011-11-17
+
+Index: b/xs/GConfEngine.xs
+===
+--- a/xs/GConfEngine.xs
 b/xs/GConfEngine.xs
+@@ -350,6 +350,8 

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

2014-03-10 Thread Massimiliano Torromeo
Date: Monday, March 10, 2014 @ 09:38:45
  Author: mtorromeo
Revision: 106910

upgpkg: r8168-lts 8.038.00-1

Updated to 8.038.00

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 08:34:33 UTC (rev 106909)
+++ PKGBUILD2014-03-10 08:38:45 UTC (rev 106910)
@@ -3,8 +3,8 @@
 
 pkgname=r8168-lts
 _pkgname=r8168
-pkgver=8.037.00
-pkgrel=7
+pkgver=8.038.00
+pkgrel=1
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('glibc' linux-lts=3.10 linux-lts3.11)
 makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
 install=$pkgname.install
 
 _extramodules=extramodules-3.10-lts
@@ -31,4 +31,4 @@
find $pkgdir -name '*.ko' -exec gzip -9 {} +
 }
 
-sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')



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

2014-03-10 Thread Massimiliano Torromeo
Date: Monday, March 10, 2014 @ 09:42:10
  Author: mtorromeo
Revision: 106911

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

Added:
  r8168-lts/repos/community-i686/PKGBUILD
(from rev 106910, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-i686/linux-3.10.patch
(from rev 106910, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-i686/r8168-lts.install
(from rev 106910, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-x86_64/PKGBUILD
(from rev 106910, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-x86_64/linux-3.10.patch
(from rev 106910, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-x86_64/r8168-lts.install
(from rev 106910, r8168-lts/trunk/r8168-lts.install)
Deleted:
  r8168-lts/repos/community-i686/PKGBUILD
  r8168-lts/repos/community-i686/linux-3.10.patch
  r8168-lts/repos/community-i686/r8168-lts.install
  r8168-lts/repos/community-x86_64/PKGBUILD
  r8168-lts/repos/community-x86_64/linux-3.10.patch
  r8168-lts/repos/community-x86_64/r8168-lts.install

+
 /PKGBUILD  |   68 
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 ++
 community-i686/PKGBUILD|   34 --
 community-i686/linux-3.10.patch|   59 -
 community-i686/r8168-lts.install   |   17 -
 community-x86_64/PKGBUILD  |   34 --
 community-x86_64/linux-3.10.patch  |   59 -
 community-x86_64/r8168-lts.install |   17 -
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 08:38:45 UTC (rev 106910)
+++ community-i686/PKGBUILD 2014-03-10 08:42:10 UTC (rev 106911)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.037.00
-pkgrel=7
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.10 linux-lts3.11)
-makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
-install=$pkgname.install
-
-_extramodules=extramodules-3.10-lts
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 106910, 
r8168-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 08:42:10 UTC (rev 106911)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.038.00
+pkgrel=1
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Deleted: community-i686/linux-3.10.patch
===
--- community-i686/linux-3.10.patch 2014-03-10 08:38:45 UTC (rev 106910)
+++ community-i686/linux-3.10.patch 2014-03-10 08:42:10 UTC (rev 106911)
@@ -1,59 +0,0 @@
 src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
-+++ src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
-@@ -52,6 +52,10 @@
- #include linux/init.h
- 

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

2014-03-10 Thread Tobias Powalowski
Date: Monday, March 10, 2014 @ 11:13:28
  Author: tpowa
Revision: 207470

upgpkg: dosfstools 3.0.26-1

bump to latest version

Modified:
  dosfstools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 08:36:30 UTC (rev 207469)
+++ PKGBUILD2014-03-10 10:13:28 UTC (rev 207470)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell dorph...@archlinux.org
 # Committer: Judd Vinet jvi...@zeroflux.org
 pkgname=dosfstools
-pkgver=3.0.25
+pkgver=3.0.26
 pkgrel=1
 pkgdesc=DOS filesystem utilities
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 
source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 url=http://www.daniel-baumann.ch/software/dosfstools/;
 license=('GPL2')
-md5sums=('6d000d9f68b7766dfe12c88c4293'
+md5sums=('45012f5f56f2aae3afcd62120b9e5a08'
  'SKIP')
 
 build() {



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

2014-03-10 Thread Tobias Powalowski
Date: Monday, March 10, 2014 @ 11:13:40
  Author: tpowa
Revision: 207471

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

Added:
  dosfstools/repos/testing-i686/
  dosfstools/repos/testing-i686/PKGBUILD
(from rev 207470, dosfstools/trunk/PKGBUILD)
  dosfstools/repos/testing-x86_64/
  dosfstools/repos/testing-x86_64/PKGBUILD
(from rev 207470, dosfstools/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: dosfstools/repos/testing-i686/PKGBUILD (from rev 207470, 
dosfstools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-10 10:13:40 UTC (rev 207471)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.26
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+md5sums=('45012f5f56f2aae3afcd62120b9e5a08'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}

Copied: dosfstools/repos/testing-x86_64/PKGBUILD (from rev 207470, 
dosfstools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-10 10:13:40 UTC (rev 207471)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.26
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+md5sums=('45012f5f56f2aae3afcd62120b9e5a08'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}



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

2014-03-10 Thread Martin Wimpress
Date: Monday, March 10, 2014 @ 11:24:11
  Author: flexiondotorg
Revision: 106913

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

Added:
  gnome-main-menu/repos/community-i686/PKGBUILD
(from rev 106912, gnome-main-menu/trunk/PKGBUILD)
  gnome-main-menu/repos/community-i686/gnome-main-menu.install
(from rev 106912, gnome-main-menu/trunk/gnome-main-menu.install)
  gnome-main-menu/repos/community-x86_64/PKGBUILD
(from rev 106912, gnome-main-menu/trunk/PKGBUILD)
  gnome-main-menu/repos/community-x86_64/gnome-main-menu.install
(from rev 106912, gnome-main-menu/trunk/gnome-main-menu.install)
Deleted:
  gnome-main-menu/repos/community-i686/PKGBUILD
  gnome-main-menu/repos/community-i686/gnome-main-menu.install
  gnome-main-menu/repos/community-x86_64/PKGBUILD
  gnome-main-menu/repos/community-x86_64/gnome-main-menu.install

--+
 /PKGBUILD|   68 +
 /gnome-main-menu.install |   26 +++
 community-i686/PKGBUILD  |   34 --
 community-i686/gnome-main-menu.install   |   13 -
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/gnome-main-menu.install |   13 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 10:23:55 UTC (rev 106912)
+++ community-i686/PKGBUILD 2014-03-10 10:24:11 UTC (rev 106913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=gnome-main-menu
-pkgver=1.7.0
-pkgrel=1
-pkgdesc=A mate-panel applet similar to the traditional main-menu, but with a 
few additions.
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel')
-makedepends=('mate-common' 'yelp-tools')
-options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.7/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ac6ce5dcd9433d798d9de3c311127a20084fc00c')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-caja-extension \
---without-html-dir \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: gnome-main-menu/repos/community-i686/PKGBUILD (from rev 106912, 
gnome-main-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 10:24:11 UTC (rev 106913)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=gnome-main-menu
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=A mate-panel applet similar to the traditional main-menu, but with a 
few additions.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading help documents')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('287e904506ae2796e84b556f76e3b12274c1c89f')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-caja-extension \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/gnome-main-menu.install
===
--- community-i686/gnome-main-menu.install  2014-03-10 10:23:55 UTC (rev 
106912)
+++ community-i686/gnome-main-menu.install  2014-03-10 10:24:11 UTC (rev 
106913)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-#gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-#update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-main-menu/repos/community-i686/gnome-main-menu.install (from rev 
106912, gnome-main-menu/trunk/gnome-main-menu.install)
===
--- community-i686/gnome-main-menu.install  (rev 0)
+++ community-i686/gnome-main-menu.install  2014-03-10 10:24:11 UTC (rev 
106913)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+#gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+

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

2014-03-10 Thread Martin Wimpress
Date: Monday, March 10, 2014 @ 11:23:55
  Author: flexiondotorg
Revision: 106912

upgpkg: gnome-main-menu 1.8.0-1 - New upstream release

Modified:
  gnome-main-menu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 08:42:10 UTC (rev 106911)
+++ PKGBUILD2014-03-10 10:23:55 UTC (rev 106912)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=gnome-main-menu
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=A mate-panel applet similar to the traditional main-menu, but with a 
few additions.
 url=http://mate-desktop.org;
@@ -10,9 +10,10 @@
 license=('GPL')
 depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel')
 makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading help documents')
 options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.7/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ac6ce5dcd9433d798d9de3c311127a20084fc00c')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('287e904506ae2796e84b556f76e3b12274c1c89f')
 install=${pkgname}.install
 
 build() {
@@ -23,7 +24,6 @@
 --sysconfdir=/etc \
 --localstatedir=/var \
 --enable-caja-extension \
---without-html-dir \
 --disable-static
 make
 }



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

2014-03-10 Thread Martin Wimpress
Date: Monday, March 10, 2014 @ 11:50:39
  Author: flexiondotorg
Revision: 106914

upgpkg: mate-accountsdialog 1.7.0-1 - New upstream release

Modified:
  mate-accountsdialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 10:24:11 UTC (rev 106913)
+++ PKGBUILD2014-03-10 10:50:39 UTC (rev 106914)
@@ -2,8 +2,8 @@
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-accountsdialog
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc=An application to view and modify user accounts information for MATE.
 url=https://github.com/NiceandGently/mate-accountsdialog;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 options=('!emptydirs')
 
source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha1sums=('33704adbed045b60cbcd3e15ae83e3283765ef52')
+sha1sums=('8cae1d8dd8596a162c6d494e69a9539f8cf7cfd1')
 install=${pkgname}.install
 
 prepare() {



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

2014-03-10 Thread Martin Wimpress
Date: Monday, March 10, 2014 @ 11:50:55
  Author: flexiondotorg
Revision: 106915

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

Added:
  mate-accountsdialog/repos/community-i686/
  mate-accountsdialog/repos/community-i686/PKGBUILD
(from rev 106914, mate-accountsdialog/trunk/PKGBUILD)
  mate-accountsdialog/repos/community-i686/mate-accountsdialog.install
(from rev 106914, mate-accountsdialog/trunk/mate-accountsdialog.install)
  mate-accountsdialog/repos/community-x86_64/
  mate-accountsdialog/repos/community-x86_64/PKGBUILD
(from rev 106914, mate-accountsdialog/trunk/PKGBUILD)
  mate-accountsdialog/repos/community-x86_64/mate-accountsdialog.install
(from rev 106914, mate-accountsdialog/trunk/mate-accountsdialog.install)

--+
 community-i686/PKGBUILD  |   35 +
 community-i686/mate-accountsdialog.install   |   11 +++
 community-x86_64/PKGBUILD|   35 +
 community-x86_64/mate-accountsdialog.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: mate-accountsdialog/repos/community-i686/PKGBUILD (from rev 106914, 
mate-accountsdialog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 10:50:55 UTC (rev 106915)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-accountsdialog
+pkgver=1.7.0
+pkgrel=1
+pkgdesc=An application to view and modify user accounts information for MATE.
+url=https://github.com/NiceandGently/mate-accountsdialog;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('accountsservice' 'apg' 'dbus-glib' 'gtk2' 'iso-codes' 'mate-desktop'
+ 'mate-polkit' 'libunique')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+options=('!emptydirs')
+source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha1sums=('8cae1d8dd8596a162c6d494e69a9539f8cf7cfd1')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--enable-systemd
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-accountsdialog/repos/community-i686/mate-accountsdialog.install 
(from rev 106914, mate-accountsdialog/trunk/mate-accountsdialog.install)
===
--- community-i686/mate-accountsdialog.install  (rev 0)
+++ community-i686/mate-accountsdialog.install  2014-03-10 10:50:55 UTC (rev 
106915)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-accountsdialog/repos/community-x86_64/PKGBUILD (from rev 106914, 
mate-accountsdialog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-10 10:50:55 UTC (rev 106915)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-accountsdialog
+pkgver=1.7.0
+pkgrel=1
+pkgdesc=An application to view and modify user accounts information for MATE.
+url=https://github.com/NiceandGently/mate-accountsdialog;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('accountsservice' 'apg' 'dbus-glib' 'gtk2' 'iso-codes' 'mate-desktop'
+ 'mate-polkit' 'libunique')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+options=('!emptydirs')
+source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha1sums=('8cae1d8dd8596a162c6d494e69a9539f8cf7cfd1')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--enable-systemd
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-accountsdialog/repos/community-x86_64/mate-accountsdialog.install 
(from rev 106914, mate-accountsdialog/trunk/mate-accountsdialog.install)
===
--- community-x86_64/mate-accountsdialog.install
(rev 0)
+++ community-x86_64/mate-accountsdialog.install2014-03-10 10:50:55 UTC 
(rev 106915)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in (5 files)

2014-03-10 Thread Maxime Gauduin
Date: Monday, March 10, 2014 @ 11:56:09
  Author: alucryd
Revision: 106916

Provide both python 2 and 3 versions of unidecode

Added:
  python-unidecode/
  python-unidecode/repos/
  python-unidecode/trunk/
  python-unidecode/trunk/PKGBUILD
Deleted:
  python2-unidecode/

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

Added: python-unidecode/trunk/PKGBUILD
===
--- python-unidecode/trunk/PKGBUILD (rev 0)
+++ python-unidecode/trunk/PKGBUILD 2014-03-10 10:56:09 UTC (rev 106916)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Kwpolska kwpol...@kwpolska.tk
+
+pkgbase=python-unidecode
+pkgname=('python-unidecode' 'python2-unidecode')
+pkgver=0.04.14
+pkgrel=1
+pkgdesc='ASCII transliterations of Unicode text'
+arch=('any')
+url='http://pypi.python.org/pypi/Unidecode/'
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz;)
+sha256sums=('a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c')
+
+prepare() {
+  for d in python{,2}-unidecode; do
+cp -r Unidecode-${pkgver} $d
+  done
+}
+
+build() {
+  for d in python{,2}-unidecode; do
+pushd $d
+${d%-*} setup.py build
+popd
+  done
+}
+
+package_python-unidecode() {
+  cd python-unidecode
+
+  python setup.py install --root=${pkgdir} --optimize='1'
+}
+
+package_python2-unidecode() {
+  cd python2-unidecode
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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


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

2014-03-10 Thread Maxime Gauduin
Date: Monday, March 10, 2014 @ 11:56:29
  Author: alucryd
Revision: 106917

archrelease: copy trunk to community-any

Added:
  python-unidecode/repos/community-any/
  python-unidecode/repos/community-any/PKGBUILD
(from rev 106916, python-unidecode/trunk/PKGBUILD)

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

Copied: python-unidecode/repos/community-any/PKGBUILD (from rev 106916, 
python-unidecode/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-03-10 10:56:29 UTC (rev 106917)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Kwpolska kwpol...@kwpolska.tk
+
+pkgbase=python-unidecode
+pkgname=('python-unidecode' 'python2-unidecode')
+pkgver=0.04.14
+pkgrel=1
+pkgdesc='ASCII transliterations of Unicode text'
+arch=('any')
+url='http://pypi.python.org/pypi/Unidecode/'
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz;)
+sha256sums=('a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c')
+
+prepare() {
+  for d in python{,2}-unidecode; do
+cp -r Unidecode-${pkgver} $d
+  done
+}
+
+build() {
+  for d in python{,2}-unidecode; do
+pushd $d
+${d%-*} setup.py build
+popd
+  done
+}
+
+package_python-unidecode() {
+  cd python-unidecode
+
+  python setup.py install --root=${pkgdir} --optimize='1'
+}
+
+package_python2-unidecode() {
+  cd python2-unidecode
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:



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

2014-03-10 Thread Timothy Redaelli
Date: Monday, March 10, 2014 @ 12:29:45
  Author: tredaelli
Revision: 106918

upgpkg: wireshark 1.10.6-1

Modified:
  wireshark/trunk/PKGBUILD
Deleted:
  wireshark/trunk/wireshark-1.10.3-gtk3.10-compile.patch

+
 PKGBUILD   |9 +++--
 wireshark-1.10.3-gtk3.10-compile.patch |   12 
 2 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 10:56:29 UTC (rev 106917)
+++ PKGBUILD2014-03-10 11:29:45 UTC (rev 106918)
@@ -4,8 +4,8 @@
 # Contributor: Florian Pritz bluewind at jabber dot ccc dot de
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
-pkgver=1.10.5
-pkgrel=4
+pkgver=1.10.6
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
@@ -12,15 +12,12 @@
  'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-wireshark-1.10.3-gtk3.10-compile.patch
 wireshark-1.10.5-fix-flow-crash.patch)
-sha256sums=('a02190da9573dd381e7598277a31d0c63b05b2af9fe05ab6b7fc058bbea141f5'
-'45274cca58f0abdd3a560beb79a6f0bc8f35736426a1855ed048c9ad8e94f3c0'
+sha256sums=('a9de3fd3002d4df0946cfea2f5a33557666e14c7014dbc42d1f78dfe113f6b5d'
 'de630c5dd1aa87749fd33c0f3f94a30215e122b1a7eb9bed213fad0fe3ea')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
-  patch -p1 -i ${srcdir}/wireshark-1.10.3-gtk3.10-compile.patch
   patch -p1 -i ${srcdir}/wireshark-1.10.5-fix-flow-crash.patch
 }
 

Deleted: wireshark-1.10.3-gtk3.10-compile.patch
===
--- wireshark-1.10.3-gtk3.10-compile.patch  2014-03-10 10:56:29 UTC (rev 
106917)
+++ wireshark-1.10.3-gtk3.10-compile.patch  2014-03-10 11:29:45 UTC (rev 
106918)
@@ -1,12 +0,0 @@
 wireshark-1.10.3/configure.ac.orig 2013-11-04 10:39:14.101045626 +
-+++ wireshark-1.10.3/configure.ac  2013-11-04 10:39:26.884300664 +
-@@ -1388,9 +1388,6 @@
-   # Don't use GLIB_CFLAGS
-   AM_PATH_GLIB_2_0($GLIB_MIN_VERSION, , AC_MSG_ERROR(GLib 
$GLIB_MIN_VERSION or later distribution not found.), gthread gmodule)
- 
--  CPPFLAGS=-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS
--  CPPFLAGS=-DGDK_DISABLE_DEPRECATED $CPPFLAGS
--  CPPFLAGS=-DGTK_DISABLE_DEPRECATED $CPPFLAGS
-   CPPFLAGS=-DGTK_DISABLE_SINGLE_INCLUDES $CPPFLAGS
-   if test ! \( $gtk_config_major_version -eq 2 -a 
$gtk_config_minor_version -lt 20 \) ; then
-   # Enable GSEAL when building with GTK  2.20



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

2014-03-10 Thread Timothy Redaelli
Date: Monday, March 10, 2014 @ 12:29:59
  Author: tredaelli
Revision: 106919

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 106918, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/wireshark-1.10.5-fix-flow-crash.patch
(from rev 106918, wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 106918, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 106918, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 106918, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark-1.10.5-fix-flow-crash.patch
(from rev 106918, wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 106918, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 106918, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/wireshark-1.10.3-gtk3.10-compile.patch
  wireshark/repos/community-i686/wireshark-1.10.5-fix-flow-crash.patch
  wireshark/repos/community-i686/wireshark-gtk.install
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/wireshark-1.10.3-gtk3.10-compile.patch
  wireshark/repos/community-x86_64/wireshark-1.10.5-fix-flow-crash.patch
  wireshark/repos/community-x86_64/wireshark-gtk.install
  wireshark/repos/community-x86_64/wireshark.install

-+
 /PKGBUILD   |  168 ++
 /wireshark-1.10.5-fix-flow-crash.patch  |  110 +
 /wireshark-gtk.install  |   24 ++
 /wireshark.install  |   36 +++
 community-i686/PKGBUILD |   87 ---
 community-i686/wireshark-1.10.3-gtk3.10-compile.patch   |   12 -
 community-i686/wireshark-1.10.5-fix-flow-crash.patch|   55 
 community-i686/wireshark-gtk.install|   12 -
 community-i686/wireshark.install|   18 -
 community-x86_64/PKGBUILD   |   87 ---
 community-x86_64/wireshark-1.10.3-gtk3.10-compile.patch |   12 -
 community-x86_64/wireshark-1.10.5-fix-flow-crash.patch  |   55 
 community-x86_64/wireshark-gtk.install  |   12 -
 community-x86_64/wireshark.install  |   18 -
 14 files changed, 338 insertions(+), 368 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 11:29:45 UTC (rev 106918)
+++ community-i686/PKGBUILD 2014-03-10 11:29:59 UTC (rev 106919)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.10.5
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
-url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-wireshark-1.10.3-gtk3.10-compile.patch
-wireshark-1.10.5-fix-flow-crash.patch)
-sha256sums=('a02190da9573dd381e7598277a31d0c63b05b2af9fe05ab6b7fc058bbea141f5'
-'45274cca58f0abdd3a560beb79a6f0bc8f35736426a1855ed048c9ad8e94f3c0'
-'de630c5dd1aa87749fd33c0f3f94a30215e122b1a7eb9bed213fad0fe3ea')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -p1 -i ${srcdir}/wireshark-1.10.3-gtk3.10-compile.patch
-  patch -p1 -i ${srcdir}/wireshark-1.10.5-fix-flow-crash.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua' 
'portaudio')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h 

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

2014-03-10 Thread Felix Yan
Date: Monday, March 10, 2014 @ 13:12:08
  Author: fyan
Revision: 106920

upgpkg: jenkins 1.554-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 11:29:59 UTC (rev 106919)
+++ PKGBUILD2014-03-10 12:12:08 UTC (rev 106920)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.553
+pkgver=1.554
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -35,7 +35,7 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('f1742a78a3d8480fd492e5ab9879be946da5202e4e1a51210bdc63e29ff6090020dfe0b85f4609fbe3a0ce8c00354b95b6695aba0ce17d8d85e23cb79eabd898'
+sha512sums=('3edda637b3a27ba5da96c5711f0711619edd4ea7b0f94b9de07cf15ea664911ec5023778c194be62ca283359d66faa8ce8507febee907715236e5f84f3eceb15'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-03-10 Thread Felix Yan
Date: Monday, March 10, 2014 @ 13:13:38
  Author: fyan
Revision: 106921

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 106920, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 106920, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 106920, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 106920, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 106920, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 106920, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-03-10 12:12:08 UTC (rev 106920)
+++ LICENSE 2014-03-10 12:13:38 UTC (rev 106921)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 106920, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-03-10 12:13:38 UTC (rev 106921)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 12:12:08 UTC (rev 106920)
+++ PKGBUILD2014-03-10 12:13:38 UTC (rev 106921)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.553
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2014-03-10 Thread Timothy Redaelli
Date: Monday, March 10, 2014 @ 15:57:39
  Author: tredaelli
Revision: 106922

upgpkg: argyllcms 1.6.3-2

FS#39235

Modified:
  argyllcms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 12:13:38 UTC (rev 106921)
+++ PKGBUILD2014-03-10 14:57:39 UTC (rev 106922)
@@ -6,7 +6,7 @@
 _pkgname=Argyll
 pkgver=1.6.3
 _pkgver=V${pkgver}
-pkgrel=1
+pkgrel=2
 pkgdesc=An ICC compatible color management system with support for different 
colorimeter hardware
 arch=(i686 x86_64)
 depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
@@ -43,7 +43,7 @@
   install -m644 ${_pkgname}_${_pkgver}/doc/*.* 
${pkgdir}/usr/share/${pkgname}/doc
   mkdir -p ${pkgdir}/usr/lib/udev/rules.d
   install -m644 ${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-  sed -i 's|IMPORT{program}=usb|#IMPORT{program}=usb|' 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
+  sed -i 's|^IMPORT{program}=usb|#IMPORT{program}=usb|' 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
   cat EOF ${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
 
 # As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=859244 and 
https://bbs.archlinux.org/viewtopic.php?id=155589



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

2014-03-10 Thread Timothy Redaelli
Date: Monday, March 10, 2014 @ 15:57:49
  Author: tredaelli
Revision: 106923

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

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

+
 /PKGBUILD  |  114 +++
 /argyllcms.install |   78 +++
 community-i686/PKGBUILD|   57 -
 community-i686/argyllcms.install   |   39 ---
 community-x86_64/PKGBUILD  |   57 -
 community-x86_64/argyllcms.install |   39 ---
 6 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 14:57:39 UTC (rev 106922)
+++ community-i686/PKGBUILD 2014-03-10 14:57:49 UTC (rev 106923)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=argyllcms
-_pkgname=Argyll
-pkgver=1.6.3
-_pkgver=V${pkgver}
-pkgrel=1
-pkgdesc=An ICC compatible color management system with support for different 
colorimeter hardware
-arch=(i686 x86_64)
-depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
-makedepends=('ftjam' 'zip' 'unzip')
-# You need to fake an UserAgent or it doesn't download
-source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
-url=http://www.argyllcms.com/;
-license=(GPL AGPL)
-install=${pkgname}.install
-sha256sums=('188beaa03dd2459403415023f8f8f9aab362bf3062a9822b3622dde6902e4b84')
-
-build() {
-  cd ${_pkgname}_${_pkgver}
-  echo ***running makeall.sh***
-  sh ./makeall.sh
-  echo ***running makeinstall.sh***
-  sh ./makeinstall.sh
-  echo ***running makepackagebin.sh***
-  sh ./makepackagebin.sh
-  rm {bin,ref}/License.txt
-  rm {doc,ref}/afiles
-}
-
-package() {
-  mkdir -p ${pkgdir}/usr/bin
-  install -m755 ${_pkgname}_${_pkgver}/bin/* ${pkgdir}/usr/bin
-  mkdir -p ${pkgdir}/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/ref/*.* 
${pkgdir}/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/profile/*.sp 
${pkgdir}/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/scanin/*.c?? 
${pkgdir}/usr/share/${pkgname}/ref
-  # Because there is just html documentation we have to move it
-  mkdir -p ${pkgdir}/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/ccmxs/*.ccmx 
${pkgdir}/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/*.* 
${pkgdir}/usr/share/${pkgname}/doc
-  mkdir -p ${pkgdir}/usr/lib/udev/rules.d
-  install -m644 ${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-  sed -i 's|IMPORT{program}=usb|#IMPORT{program}=usb|' 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-  cat EOF ${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-
-# As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=859244 and 
https://bbs.archlinux.org/viewtopic.php?id=155589
-# I've commented out the line:
-# IMPORT{program}=usb-db %p
-# to prevent the error messages:
-# systemd-udevd[242]: failed to execute '/usr/lib/udev/usb-db'...
-EOF
-}
-
-# vim:set ts=2 sw=2 et:

Copied: argyllcms/repos/community-i686/PKGBUILD (from rev 106922, 
argyllcms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 14:57:49 UTC (rev 106923)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=argyllcms
+_pkgname=Argyll
+pkgver=1.6.3
+_pkgver=V${pkgver}
+pkgrel=2
+pkgdesc=An ICC compatible color management system with support for different 
colorimeter hardware
+arch=(i686 x86_64)
+depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
+makedepends=('ftjam' 'zip' 'unzip')
+# You need to fake an UserAgent or it doesn't download
+source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
+url=http://www.argyllcms.com/;
+license=(GPL AGPL)
+install=${pkgname}.install
+sha256sums=('188beaa03dd2459403415023f8f8f9aab362bf3062a9822b3622dde6902e4b84')
+
+build() {
+  cd ${_pkgname}_${_pkgver}
+  echo ***running makeall.sh***
+  sh ./makeall.sh
+  echo ***running makeinstall.sh***
+  sh 

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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 16:29:49
  Author: arodseth
Revision: 106924

upgpkg: espeak 1.48.04-1

Modified:
  espeak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 14:57:49 UTC (rev 106923)
+++ PKGBUILD2014-03-10 15:29:49 UTC (rev 106924)
@@ -4,7 +4,7 @@
 # Contributor: Christoph Siegenthaler c...@gmx.ch
 
 pkgname=espeak
-pkgver=1.47.11
+pkgver=1.48.04
 pkgrel=1
 pkgdesc='Text to Speech engine for English, with support for other languages'
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 depends=('portaudio' 'libpulse')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip;)
-sha256sums=('9bd4d0569af48a2cb13fa76704dec3124d27025a3f21c87598457976472b360c')
+sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
 
 build() {
   cd $pkgname-$pkgver-source/src



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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 16:30:09
  Author: arodseth
Revision: 106925

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 15:29:49 UTC (rev 106924)
+++ community-i686/PKGBUILD 2014-03-10 15:30:09 UTC (rev 106925)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Christoph Siegenthaler c...@gmx.ch
-
-pkgname=espeak
-pkgver=1.47.11
-pkgrel=1
-pkgdesc='Text to Speech engine for English, with support for other languages'
-arch=('x86_64' 'i686')
-url='http://espeak.sourceforge.net/'
-license=('GPL')
-depends=('portaudio' 'libpulse')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip;)
-sha256sums=('9bd4d0569af48a2cb13fa76704dec3124d27025a3f21c87598457976472b360c')
-
-build() {
-  cd $pkgname-$pkgver-source/src
-
-  cp portaudio19.h portaudio.h
-  make CXXFLAGS=$CXXFLAGS AUDIO=runtime
-}
-
-package() {
-  cd $pkgname-$pkgver-source/src
-
-  make DESTDIR=$pkgdir install
-  chmod 644 $pkgdir/usr/lib/libespeak.a
-}
-
-# vim:set ts=2 sw=2 et:

Copied: espeak/repos/community-i686/PKGBUILD (from rev 106924, 
espeak/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 15:30:09 UTC (rev 106925)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Christoph Siegenthaler c...@gmx.ch
+
+pkgname=espeak
+pkgver=1.48.04
+pkgrel=1
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64' 'i686')
+url='http://espeak.sourceforge.net/'
+license=('GPL')
+depends=('portaudio' 'libpulse')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip;)
+sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
+
+build() {
+  cd $pkgname-$pkgver-source/src
+
+  cp portaudio19.h portaudio.h
+  make CXXFLAGS=$CXXFLAGS AUDIO=runtime
+}
+
+package() {
+  cd $pkgname-$pkgver-source/src
+
+  make DESTDIR=$pkgdir install
+  chmod 644 $pkgdir/usr/lib/libespeak.a
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-10 15:29:49 UTC (rev 106924)
+++ community-x86_64/PKGBUILD   2014-03-10 15:30:09 UTC (rev 106925)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Christoph Siegenthaler c...@gmx.ch
-
-pkgname=espeak
-pkgver=1.47.11
-pkgrel=1
-pkgdesc='Text to Speech engine for English, with support for other languages'
-arch=('x86_64' 'i686')
-url='http://espeak.sourceforge.net/'
-license=('GPL')
-depends=('portaudio' 'libpulse')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip;)
-sha256sums=('9bd4d0569af48a2cb13fa76704dec3124d27025a3f21c87598457976472b360c')
-
-build() {
-  cd $pkgname-$pkgver-source/src
-
-  cp portaudio19.h portaudio.h
-  make CXXFLAGS=$CXXFLAGS AUDIO=runtime
-}
-
-package() {
-  cd $pkgname-$pkgver-source/src
-
-  make DESTDIR=$pkgdir install
-  chmod 644 $pkgdir/usr/lib/libespeak.a
-}
-
-# vim:set ts=2 sw=2 et:

Copied: espeak/repos/community-x86_64/PKGBUILD (from rev 106924, 
espeak/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-10 15:30:09 UTC (rev 106925)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Christoph Siegenthaler c...@gmx.ch
+
+pkgname=espeak
+pkgver=1.48.04
+pkgrel=1
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64' 'i686')
+url='http://espeak.sourceforge.net/'
+license=('GPL')
+depends=('portaudio' 'libpulse')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip;)
+sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
+
+build() {
+  cd 

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

2014-03-10 Thread Daniel Wallace
Date: Monday, March 10, 2014 @ 17:04:14
  Author: dwallace
Revision: 106926

upgpkg: livestreamer 1.7.5-1

upgpkg: livestreamer 1.7.5

Modified:
  livestreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 15:30:09 UTC (rev 106925)
+++ PKGBUILD2014-03-10 16:04:14 UTC (rev 106926)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Christopher Rosell chri...@tanuki.se
 pkgname=livestreamer
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
 arch=('any')
@@ -13,7 +13,7 @@
 conflicts=('livestreamer-git')
 options=(!emptydirs)
 
source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('6d9cde6ca9f44306617498dd619f50a3962842da8d1a4f2019aee4af1d289a34')
+sha256sums=('7f8308a3efdb7c951eda2f5d1b3e738f2fe280e145d4c624b7cd70b1071967a4')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2014-03-10 Thread Daniel Wallace
Date: Monday, March 10, 2014 @ 17:04:38
  Author: dwallace
Revision: 106927

archrelease: copy trunk to community-any

Added:
  livestreamer/repos/community-any/PKGBUILD
(from rev 106926, livestreamer/trunk/PKGBUILD)
Deleted:
  livestreamer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 16:04:14 UTC (rev 106926)
+++ PKGBUILD2014-03-10 16:04:38 UTC (rev 106927)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Christopher Rosell chri...@tanuki.se
-pkgname=livestreamer
-pkgver=1.7.4
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
-arch=('any')
-url='https://github.com/chrippa/livestreamer'
-license=('BSD')
-depends=('python-requests' 'rtmpdump' 'python-setuptools')
-provides=('livestreamer')
-conflicts=('livestreamer-git')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('6d9cde6ca9f44306617498dd619f50a3962842da8d1a4f2019aee4af1d289a34')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: livestreamer/repos/community-any/PKGBUILD (from rev 106926, 
livestreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-10 16:04:38 UTC (rev 106927)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Christopher Rosell chri...@tanuki.se
+pkgname=livestreamer
+pkgver=1.7.5
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
+arch=('any')
+url='https://github.com/chrippa/livestreamer'
+license=('BSD')
+depends=('python-requests' 'rtmpdump' 'python-setuptools')
+provides=('livestreamer')
+conflicts=('livestreamer-git')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('7f8308a3efdb7c951eda2f5d1b3e738f2fe280e145d4c624b7cd70b1071967a4')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-10 Thread Daniel Wallace
Date: Monday, March 10, 2014 @ 17:06:37
  Author: dwallace
Revision: 106928

upgpkg: hub 1.12.0-1

upgpkg: hub 1.12.0

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 16:04:38 UTC (rev 106927)
+++ PKGBUILD2014-03-10 16:06:37 UTC (rev 106928)
@@ -4,7 +4,7 @@
 
 pkgname=hub
 _pkgdir=github-hub-
-pkgver=1.11.1
+pkgver=1.12.0
 pkgrel=1
 pkgdesc=cli interface for Github
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('git' 'ruby')
 license=('MIT')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver;)
-sha256sums=('b36a36b959472bf81466db7cb563147497d27216adfcafb5e24f370ff4c17764')
+sha256sums=('71d314a3c82351ac06d38754e93d52527b3d380d7955e31a37923affe8326f45')
 
 build() {
   cd $srcdir/$_pkgdir*



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

2014-03-10 Thread Daniel Wallace
Date: Monday, March 10, 2014 @ 17:06:58
  Author: dwallace
Revision: 106929

archrelease: copy trunk to community-any

Added:
  hub/repos/community-any/PKGBUILD
(from rev 106928, hub/trunk/PKGBUILD)
Deleted:
  hub/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 16:06:37 UTC (rev 106928)
+++ PKGBUILD2014-03-10 16:06:58 UTC (rev 106929)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Alfredo Palhares masterk...@masterkorp.net
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=1.11.1
-pkgrel=1
-pkgdesc=cli interface for Github
-arch=('any')
-url=http://defunkt.io/hub;
-depends=('git' 'ruby')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver;)
-sha256sums=('b36a36b959472bf81466db7cb563147497d27216adfcafb5e24f370ff4c17764')
-
-build() {
-  cd $srcdir/$_pkgdir*
-
-  rake standalone
-  gzip --best -c man/hub.1 hub.1.gz
-
-}
-
-package() {
-  cd $srcdir/$_pkgdir*
-
-  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
-
-  install -d $pkgdir/usr/share/$pkgname
-  cp -dpr --no-preserve=ownership $srcdir/$_pkgdir*/git-hooks 
$pkgdir/usr/share/$pkgname/git-hooks
-
-  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
-  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
-
-  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
-
-}

Copied: hub/repos/community-any/PKGBUILD (from rev 106928, hub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-10 16:06:58 UTC (rev 106929)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Alfredo Palhares masterk...@masterkorp.net
+
+pkgname=hub
+_pkgdir=github-hub-
+pkgver=1.12.0
+pkgrel=1
+pkgdesc=cli interface for Github
+arch=('any')
+url=http://defunkt.io/hub;
+depends=('git' 'ruby')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver;)
+sha256sums=('71d314a3c82351ac06d38754e93d52527b3d380d7955e31a37923affe8326f45')
+
+build() {
+  cd $srcdir/$_pkgdir*
+
+  rake standalone
+  gzip --best -c man/hub.1 hub.1.gz
+
+}
+
+package() {
+  cd $srcdir/$_pkgdir*
+
+  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
+
+  install -d $pkgdir/usr/share/$pkgname
+  cp -dpr --no-preserve=ownership $srcdir/$_pkgdir*/git-hooks 
$pkgdir/usr/share/$pkgname/git-hooks
+
+  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
+
+  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
+
+}



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

2014-03-10 Thread Bartłomiej Piotrowski
Date: Monday, March 10, 2014 @ 18:47:47
  Author: bpiotrowski
Revision: 106931

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

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

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   65 -
 community-x86_64/PKGBUILD |   65 -
 3 files changed, 96 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 17:47:40 UTC (rev 106930)
+++ community-i686/PKGBUILD 2014-03-10 17:47:47 UTC (rev 106931)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Vesa Kaihlavirta
-
-pkgname=awesome
-pkgver=3.5.2
-pkgrel=1
-pkgdesc='Highly configurable framework window manager'
-arch=('i686' 'x86_64')
-url='http://awesome.naquadah.org/'
-license=('GPL2')
-depends=(
-  'cairo'
-  'dbus'
-  'gdk-pixbuf2'
-  'imlib2'
-  'libxdg-basedir'
-  'lua'
-  'lua-lgi'
-  'pango'
-  'startup-notification'
-  'xcb-util-cursor'
-  'xcb-util-keysyms'
-  'xcb-util-wm'
-  'xorg-xmessage'
-)
-makedepends=(
-  'asciidoc'
-  'cmake'
-  'docbook-xsl'
-  'doxygen'
-  'imagemagick'
-  'ldoc'
-  'xmlto'
-)
-optdepends=(
-  'rlwrap: readline support for awesome-client'
-  'dex: autostart your desktop files'
-  'vicious: widgets for the Awesome window manager'
-)
-provides=('notification-daemon')
-backup=('etc/xdg/awesome/rc.lua')
-source=($url/download/$pkgname-$pkgver.tar.xz)
-md5sums=('c16eaaaddf6f56b4e041007952e2a4fe')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake \
--DCMAKE_BUILD_TYPE=RELEASE \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc \
--DLUA_LIBRARY=/usr/lib/liblua.so.5.2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install desktop file so you can start awesome from your login manager
-  install -Dm644 awesome.desktop $pkgdir/usr/share/xsessions/awesome.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: awesome/repos/community-i686/PKGBUILD (from rev 106930, 
awesome/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 17:47:47 UTC (rev 106931)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Vesa Kaihlavirta
+
+pkgname=awesome
+pkgver=3.5.2
+pkgrel=1
+pkgdesc='Highly configurable framework window manager'
+arch=('i686' 'x86_64')
+url='http://awesome.naquadah.org/'
+license=('GPL2')
+depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'lua' 'lua-lgi'
+ 'pango' 'startup-notification' 'xcb-util-cursor' 'xcb-util-keysyms'
+ 'xcb-util-wm' 'xorg-xmessage')
+makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'doxygen' 'imagemagick' 'ldoc' 
'xmlto')
+optdepends=('rlwrap: readline support for awesome-client'
+'dex: autostart your desktop files'
+'vicious: widgets for the Awesome window manager')
+provides=('notification-daemon')
+backup=('etc/xdg/awesome/rc.lua')
+source=($url/download/$pkgname-$pkgver.tar.xz
+awesome-3.5.2-naughty-fix-ldoc.patch)
+md5sums=('c16eaaaddf6f56b4e041007952e2a4fe'
+ 'f4ed09b1e75e191e503f482575bf640e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../awesome-3.5.2-naughty-fix-ldoc.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake \
+-DCMAKE_BUILD_TYPE=RELEASE \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc \
+-DLUA_LIBRARY=/usr/lib/liblua.so.5.2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 awesome.desktop $pkgdir/usr/share/xsessions/awesome.desktop
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-10 17:47:40 UTC (rev 106930)
+++ community-x86_64/PKGBUILD   2014-03-10 17:47:47 UTC (rev 106931)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Vesa Kaihlavirta
-
-pkgname=awesome
-pkgver=3.5.2
-pkgrel=1
-pkgdesc='Highly configurable framework window manager'
-arch=('i686' 'x86_64')
-url='http://awesome.naquadah.org/'
-license=('GPL2')
-depends=(
-  'cairo'
-  'dbus'
-  'gdk-pixbuf2'
-  'imlib2'
-  'libxdg-basedir'
-  'lua'
-  'lua-lgi'
-  'pango'
-  'startup-notification'
-  

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

2014-03-10 Thread Bartłomiej Piotrowski
Date: Monday, March 10, 2014 @ 18:47:40
  Author: bpiotrowski
Revision: 106930

Fix build.

Modified:
  awesome/trunk/PKGBUILD

--+
 PKGBUILD |   53 ++---
 1 file changed, 18 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 16:06:58 UTC (rev 106929)
+++ PKGBUILD2014-03-10 17:47:40 UTC (rev 106930)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Sébastien Luttringer
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sébastien Luttringer
 # Contributor: xduugu
 # Contributor: Ronald van Haren ronald.archlinux.org
 # Contributor: Vesa Kaihlavirta
@@ -11,40 +12,25 @@
 arch=('i686' 'x86_64')
 url='http://awesome.naquadah.org/'
 license=('GPL2')
-depends=(
-  'cairo'
-  'dbus'
-  'gdk-pixbuf2'
-  'imlib2'
-  'libxdg-basedir'
-  'lua'
-  'lua-lgi'
-  'pango'
-  'startup-notification'
-  'xcb-util-cursor'
-  'xcb-util-keysyms'
-  'xcb-util-wm'
-  'xorg-xmessage'
-)
-makedepends=(
-  'asciidoc'
-  'cmake'
-  'docbook-xsl'
-  'doxygen'
-  'imagemagick'
-  'ldoc'
-  'xmlto'
-)
-optdepends=(
-  'rlwrap: readline support for awesome-client'
-  'dex: autostart your desktop files'
-  'vicious: widgets for the Awesome window manager'
-)
+depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'lua' 'lua-lgi'
+ 'pango' 'startup-notification' 'xcb-util-cursor' 'xcb-util-keysyms'
+ 'xcb-util-wm' 'xorg-xmessage')
+makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'doxygen' 'imagemagick' 'ldoc' 
'xmlto')
+optdepends=('rlwrap: readline support for awesome-client'
+'dex: autostart your desktop files'
+'vicious: widgets for the Awesome window manager')
 provides=('notification-daemon')
 backup=('etc/xdg/awesome/rc.lua')
-source=($url/download/$pkgname-$pkgver.tar.xz)
-md5sums=('c16eaaaddf6f56b4e041007952e2a4fe')
+source=($url/download/$pkgname-$pkgver.tar.xz
+awesome-3.5.2-naughty-fix-ldoc.patch)
+md5sums=('c16eaaaddf6f56b4e041007952e2a4fe'
+ 'f4ed09b1e75e191e503f482575bf640e')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../awesome-3.5.2-naughty-fix-ldoc.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   cmake \
@@ -58,8 +44,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-  # install desktop file so you can start awesome from your login manager
   install -Dm644 awesome.desktop $pkgdir/usr/share/xsessions/awesome.desktop
 }
-
-# vim:set ts=2 sw=2 et:



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

2014-03-10 Thread Sven-Hendrik Haase
Date: Monday, March 10, 2014 @ 19:29:16
  Author: svenstaro
Revision: 106932

upgpkg: lib32-nvidia-utils 334.21-3

Fix FS#39254

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 17:47:47 UTC (rev 106931)
+++ PKGBUILD2014-03-10 18:29:16 UTC (rev 106932)
@@ -6,7 +6,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
 pkgver=334.21
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url=http://www.nvidia.com/;
 license=('custom')
@@ -84,6 +84,8 @@
 
 # OpenGL core library
 install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
+install -D -m755 libnvidia-eglcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}
+install -D -m755 libnvidia-glsi.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}
 
 # nvidia-ifr library
 install -D -m755 libnvidia-ifr.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}



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

2014-03-10 Thread Sven-Hendrik Haase
Date: Monday, March 10, 2014 @ 19:29:25
  Author: svenstaro
Revision: 106933

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 106932, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  238 ++---
 1 file changed, 120 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 18:29:16 UTC (rev 106932)
+++ PKGBUILD2014-03-10 18:29:25 UTC (rev 106933)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=334.21
-pkgrel=2
-arch=('x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('3b2736dd6ed7e24f71004bad0e55e32e')
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA (32-bit)
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.1
-ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so
-
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver} 
-ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.1
-ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-opencl-nvidia
-}
-
-package_lib32-nvidia-libgl() {
-pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
-depends=('lib32-nvidia-utils')
-replaces=('lib32-nvidia-utils=313.26-1')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-cd ${srcdir}/${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib32
-ln -s /usr/lib32/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so.1
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so
-
-ln -s /usr/lib32/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/libEGL.so.${pkgver}
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so.1
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so
-
-ln -s /usr/lib32/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so.1
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so
-
-ln -s /usr/lib32/nvidia/libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}
-ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so.2
-ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-nvidia-libgl
-}
-
-package_lib32-nvidia-utils() {
-pkgdesc=NVIDIA drivers utilities (32-bit)
-depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('lib32-opencl-nvidia')
-cd ${srcdir}/${_pkg}
-
-# OpenGL libraries
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}
-install -D -m755 libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}
-install -D -m755 libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}
-install -D -m755 libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}
-
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
-
-# nvidia-ifr library
-install -D -m755 libnvidia-ifr.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}
-
-# nvidia-fbc library
-install -D -m755 libnvidia-fbc.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}
-
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
-
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}
-
-# CUDA
-install -D -m755 

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

2014-03-10 Thread Jakob Gruber
Date: Monday, March 10, 2014 @ 19:30:49
  Author: schuay
Revision: 106935

archrelease: copy trunk to community-any

Added:
  mcomix/repos/community-any/PKGBUILD
(from rev 106934, mcomix/trunk/PKGBUILD)
  mcomix/repos/community-any/mcomix.install
(from rev 106934, mcomix/trunk/mcomix.install)
  mcomix/repos/community-any/zoom.patch
(from rev 106934, mcomix/trunk/zoom.patch)
Deleted:
  mcomix/repos/community-any/PKGBUILD
  mcomix/repos/community-any/mcomix.install

+
 PKGBUILD   |  102 +--
 mcomix.install |   61 
 zoom.patch |   17 +
 3 files changed, 102 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 18:30:38 UTC (rev 106934)
+++ PKGBUILD2014-03-10 18:30:49 UTC (rev 106935)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Ray Powell ray...@xphoniexx.net
-
-pkgname=mcomix
-pkgver=1.00
-pkgrel=5
-pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
-arch=('any')
-url=http://sourceforge.net/projects/mcomix/;
-license=('GPL')
-depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \
- 'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
-makedepends=('gettext' 'intltool')
-optdepends=('unrar: for rar compressed comics')
-conflicts=('comix')
-replaces=('comix')
-install='mcomix.install'
-source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # https://www.archlinux.org/todo/replace-pil-with-pillow/
-  sed -i 's/import Image/from PIL import Image/' mime/comicthumb
-
-  # python2 fix
-  for file in $(grep -Rl /usr/bin/env python .);
-  do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
-  mkdir -p $PYTHONPATH
-
-  python2 setup.py install --prefix=/usr --optimize=1 \
---single-version-externally-managed --root=${pkgdir}
-
-  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
-  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
-  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
-}
-
-md5sums=('3a916dd9da17043ab59ccd17e26eb932')

Copied: mcomix/repos/community-any/PKGBUILD (from rev 106934, 
mcomix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-10 18:30:49 UTC (rev 106935)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ray Powell ray...@xphoniexx.net
+
+pkgname=mcomix
+pkgver=1.00
+pkgrel=6
+pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
+arch=('any')
+url=http://sourceforge.net/projects/mcomix/;
+license=('GPL')
+depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \
+ 'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
+makedepends=('gettext' 'intltool')
+optdepends=('unrar: for rar compressed comics')
+conflicts=('comix')
+replaces=('comix')
+install='mcomix.install'
+source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;
+'zoom.patch')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # https://www.archlinux.org/todo/replace-pil-with-pillow/
+  sed -i 's/import Image/from PIL import Image/' mime/comicthumb
+
+  # python2 fix
+  for file in $(grep -Rl /usr/bin/env python .);
+  do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+  # Fix zoom in, zoom out keyboard shortcuts:
+  # https://sourceforge.net/p/mcomix/bugs/62/
+  patch -Np1  ${srcdir}/zoom.patch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
+  mkdir -p $PYTHONPATH
+
+  python2 setup.py install --prefix=/usr --optimize=1 \
+--single-version-externally-managed --root=${pkgdir}
+
+  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
+  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
+  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
+}
+
+md5sums=('3a916dd9da17043ab59ccd17e26eb932'
+ 'c80705bf6f132bfba20dcb84b79c9cb7')

Deleted: mcomix.install
===
--- mcomix.install  2014-03-10 18:30:38 UTC (rev 106934)
+++ mcomix.install  2014-03-10 18:30:49 UTC (rev 106935)
@@ -1,30 +0,0 @@
-pkgname=mcomix
-
-post_install() {
-  if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --install ${pkgname}  /dev/null
-  fi
-  xdg-icon-resource forceupdate --theme hicolor  

[arch-commits] Commit in mcomix/trunk (PKGBUILD mcomix.install zoom.patch)

2014-03-10 Thread Jakob Gruber
Date: Monday, March 10, 2014 @ 19:30:38
  Author: schuay
Revision: 106934

mcomix-1.00-6

Added:
  mcomix/trunk/zoom.patch
Modified:
  mcomix/trunk/PKGBUILD
  mcomix/trunk/mcomix.install

+
 PKGBUILD   |   12 +---
 mcomix.install |1 +
 zoom.patch |   17 +
 3 files changed, 27 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 18:29:25 UTC (rev 106933)
+++ PKGBUILD2014-03-10 18:30:38 UTC (rev 106934)
@@ -4,7 +4,7 @@
 
 pkgname=mcomix
 pkgver=1.00
-pkgrel=5
+pkgrel=6
 pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
 arch=('any')
 url=http://sourceforge.net/projects/mcomix/;
@@ -16,7 +16,8 @@
 conflicts=('comix')
 replaces=('comix')
 install='mcomix.install'
-source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
+source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;
+'zoom.patch')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -29,6 +30,10 @@
   do
 sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
   done
+
+  # Fix zoom in, zoom out keyboard shortcuts:
+  # https://sourceforge.net/p/mcomix/bugs/62/
+  patch -Np1  ${srcdir}/zoom.patch
 }
 
 package() {
@@ -45,4 +50,5 @@
   install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
 }
 
-md5sums=('3a916dd9da17043ab59ccd17e26eb932')
+md5sums=('3a916dd9da17043ab59ccd17e26eb932'
+ 'c80705bf6f132bfba20dcb84b79c9cb7')

Modified: mcomix.install
===
--- mcomix.install  2014-03-10 18:29:25 UTC (rev 106933)
+++ mcomix.install  2014-03-10 18:30:38 UTC (rev 106934)
@@ -14,6 +14,7 @@
 }
 
 post_upgrade() {
+  echo 'In case of any issues with zoom keybindings, delete 
~/.config/mcomix/keybindings.conf.'
   post_install $1
 }
 

Added: zoom.patch
===
--- zoom.patch  (rev 0)
+++ zoom.patch  2014-03-10 18:30:38 UTC (rev 106934)
@@ -0,0 +1,17 @@
+diff --git a/mcomix-1.00/mcomix/event.py b/mcomix-1.00-mod/mcomix/event.py
+index bc8cf79..bf80ec2 100644
+--- a/mcomix/event.py
 b/mcomix/event.py
+@@ -117,8 +117,11 @@ class EventHandler:
+ 
+ # Zooming commands for manual zoom mode
+ manager.register('zoom in',
+-['equal'],
++['plus', 'KP_Add', 'equal'],
+ self._window.actiongroup.get_action('zoom_in').activate)
++manager.register('zoom out',
++['minus', 'KP_Subtract'],
++self._window.actiongroup.get_action('zoom_out').activate)
+ # Zoom out is already defined as GTK menu hotkey
+ manager.register('zoom original',
+ ['KP_0'],



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

2014-03-10 Thread Jelle van der Waa
Date: Monday, March 10, 2014 @ 19:30:59
  Author: jelle
Revision: 106936

upgpkg: xmobar 0.20-1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 18:30:49 UTC (rev 106935)
+++ PKGBUILD2014-03-10 18:30:59 UTC (rev 106936)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=xmobar
-pkgver=0.19
-pkgrel=2
+pkgver=0.20
+pkgrel=1
 pkgdesc=A Minimalistic Text Based Status Bar
 url=http://hackage.haskell.org/package/xmobar;
 license=('custom:BSD3')
@@ -11,9 +11,10 @@
 arch=('i686' 'x86_64')
 depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
 makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
-'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat')
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat haskell-http')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('09483ed2ff57b81d46aa3eb1ac6d89e4')
 
 build() {
 cd ${srcdir}/xmobar-$pkgver
@@ -28,4 +29,3 @@
 install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('1c5b6ac7e7afe837b79c10ae4e8b8e4d')



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

2014-03-10 Thread Jelle van der Waa
Date: Monday, March 10, 2014 @ 19:31:13
  Author: jelle
Revision: 106937

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 106936, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 106936, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 106936, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 106936, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 18:30:59 UTC (rev 106936)
+++ community-i686/PKGBUILD 2014-03-10 18:31:13 UTC (rev 106937)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.19
-pkgrel=2
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
-makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
-'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('1c5b6ac7e7afe837b79c10ae4e8b8e4d')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 106936, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 18:31:13 UTC (rev 106937)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.20
+pkgrel=1
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('09483ed2ff57b81d46aa3eb1ac6d89e4')
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2014-03-10 18:30:59 UTC 
(rev 106936)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2014-03-10 18:31:13 UTC 
(rev 106937)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
106936, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)

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

2014-03-10 Thread Andreas Radke
Date: Monday, March 10, 2014 @ 19:59:37
  Author: andyrtr
Revision: 207477

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

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

--+
 /PKGBUILD|  192 +
 /license.txt |   66 +++
 extra-i686/PKGBUILD  |   96 --
 extra-i686/license.txt   |   33 ---
 extra-x86_64/PKGBUILD|   96 --
 extra-x86_64/license.txt |   33 ---
 6 files changed, 258 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-10 18:59:17 UTC (rev 207476)
+++ extra-i686/PKGBUILD 2014-03-10 18:59:37 UTC (rev 207477)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=sqlite
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080301
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.3.1
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine
-arch=('i686' 'x86_64')
-license=('custom:Public Domain')
-url=http://www.sqlite.org/;
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!emptydirs')
-sha1sums=('a9b0a3d66fb5c2ae51ad2d8a512ca827adc7d59c'
-  '0fe468bbbd4d768b6bfa250739a79badb49f7235'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  # build sqlite
-  cd $srcdir/sqlite-autoconf-$_amalgamationver
-
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc=A C library that implements an SQL database engine
- depends=('readline')
- provides=(sqlite3=$pkgver)
- replaces=(sqlite3)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license - no linking required because pkgbase=pkgname
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc=sqlite Tcl Extension Architecture (TEA)
- depends=('sqlite')
- provides=(sqlite3-tcl=$pkgver)
- replaces=(sqlite3-tcl)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-  
-  # link license
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -sf /usr/share/licenses/${pkgbase} 
${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-package_sqlite-doc() {
-
- pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
- #arch=('any') - not yet supported
- provides=(sqlite3-doc=$pkgver)
- replaces=(sqlite3-doc)
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 207476, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-10 18:59:37 UTC (rev 207477)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom 

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

2014-03-10 Thread Andreas Radke
Date: Monday, March 10, 2014 @ 19:59:17
  Author: andyrtr
Revision: 207476

upgpkg: sqlite 3.8.4-1

upstream update 3.8.4

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 16:55:25 UTC (rev 207475)
+++ PKGBUILD2014-03-10 18:59:17 UTC (rev 207476)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080301
+_amalgamationver=3080400
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.3.1
+pkgver=3.8.4
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs')
-sha1sums=('a9b0a3d66fb5c2ae51ad2d8a512ca827adc7d59c'
-  '0fe468bbbd4d768b6bfa250739a79badb49f7235'
+sha1sums=('19249a798456f88b3a99ef27fa4119d08d89682f'
+  'f3765974a7752901aff58b4c7ade4950383bcb24'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {



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

2014-03-10 Thread Sven-Hendrik Haase
Date: Monday, March 10, 2014 @ 20:04:36
  Author: svenstaro
Revision: 207479

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-10 19:04:26 UTC (rev 207478)
+++ extra-i686/PKGBUILD 2014-03-10 19:04:36 UTC (rev 207479)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('e8070e8b6335def073a80cee78f3a7f0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 207478, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-10 19:04:36 UTC (rev 207479)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.2
+pkgrel=2
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('e8070e8b6335def073a80cee78f3a7f0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../SDL2-$pkgver/configure --prefix=/usr \
+--enable-sdl-dlopen \
+--disable-arts --disable-esd --disable-nas \
+--enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
+--disable-rpath
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-10 19:04:26 UTC (rev 207478)
+++ extra-x86_64/PKGBUILD   2014-03-10 19:04:36 UTC (rev 207479)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=sdl2
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('e8070e8b6335def073a80cee78f3a7f0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../SDL2-$pkgver/configure --prefix=/usr \
---enable-sdl-dlopen \
---disable-arts --disable-esd --disable-nas \
---enable-alsa --enable-pulseaudio-shared \
---disable-rpath
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../SDL2-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 207478, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-10 19:04:36 UTC (rev 207479)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=sdl2
+pkgver=2.0.2
+pkgrel=2
+pkgdesc=A library for 

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

2014-03-10 Thread Sven-Hendrik Haase
Date: Monday, March 10, 2014 @ 20:04:26
  Author: svenstaro
Revision: 207478

upgpkg: sdl2 2.0.2-2

Enable wayland (Fixes FS#39247)

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 18:59:37 UTC (rev 207477)
+++ PKGBUILD2014-03-10 19:04:26 UTC (rev 207478)
@@ -1,13 +1,13 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=sdl2
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
 arch=('i686' 'x86_64')
 url=http://www.libsdl.org;
 license=('MIT')
 depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon')
 optdepends=('alsa-lib: ALSA audio driver'
 'libpulse: PulseAudio audio driver')
 source=(http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz;)
@@ -23,6 +23,7 @@
 --enable-sdl-dlopen \
 --disable-arts --disable-esd --disable-nas \
 --enable-alsa --enable-pulseaudio-shared \
+--enable-video-wayland \
 --disable-rpath
   make
 }



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

2014-03-10 Thread Daniel Wallace
Date: Monday, March 10, 2014 @ 21:03:06
  Author: dwallace
Revision: 106938

upgpkg: zathura-pdf-poppler 0.2.5-1

upgpkg: zathura-pdf-poppler 0.2.5

Modified:
  zathura-pdf-poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 18:31:13 UTC (rev 106937)
+++ PKGBUILD2014-03-10 20:03:06 UTC (rev 106938)
@@ -4,7 +4,7 @@
 # Contributor: karnath karnathtorj...@gmail.com
 
 pkgname=zathura-pdf-poppler
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc=Adds pdf support to zathura by using the poppler engine
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('poppler-glib' 'zathura')
 install=$pkgname.install
 
source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('7a3781a251687d316fcd8bf3df120d9f')
+md5sums=('e314b8b136e71aa4925a864141f12d15')
 
 build() {
   make -C ${srcdir}/$pkgname-$pkgver



[arch-commits] Commit in zathura-pdf-poppler/repos (8 files)

2014-03-10 Thread Daniel Wallace
Date: Monday, March 10, 2014 @ 21:03:41
  Author: dwallace
Revision: 106939

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

Added:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
(from rev 106938, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install
(from rev 106938, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
(from rev 106938, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install
(from rev 106938, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
Deleted:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
  zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
  zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install

--+
 /PKGBUILD|   50 +
 /zathura-pdf-poppler.install |   12 ++
 community-i686/PKGBUILD  |   25 
 community-i686/zathura-pdf-poppler.install   |6 ---
 community-x86_64/PKGBUILD|   25 
 community-x86_64/zathura-pdf-poppler.install |6 ---
 6 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 20:03:06 UTC (rev 106938)
+++ community-i686/PKGBUILD 2014-03-10 20:03:41 UTC (rev 106939)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=Adds pdf support to zathura by using the poppler engine
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
-license=('custom')
-depends=('poppler-glib' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('7a3781a251687d316fcd8bf3df120d9f')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-poppler/repos/community-i686/PKGBUILD (from rev 106938, 
zathura-pdf-poppler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 20:03:41 UTC (rev 106939)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.5
+pkgrel=1
+pkgdesc=Adds pdf support to zathura by using the poppler engine
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
+license=('custom')
+depends=('poppler-glib' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('e314b8b136e71aa4925a864141f12d15')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/zathura-pdf-poppler.install
===
--- community-i686/zathura-pdf-poppler.install  2014-03-10 20:03:06 UTC (rev 
106938)
+++ community-i686/zathura-pdf-poppler.install  2014-03-10 20:03:41 UTC (rev 
106939)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install 
(from rev 106938, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
===
--- community-i686/zathura-pdf-poppler.install  (rev 0)
+++ community-i686/zathura-pdf-poppler.install  2014-03-10 20:03:41 UTC (rev 
106939)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-10 20:03:06 UTC (rev 106938)
+++ community-x86_64/PKGBUILD   2014-03-10 20:03:41 UTC (rev 106939)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin 

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

2014-03-10 Thread Guillaume Alaux
Date: Monday, March 10, 2014 @ 21:28:30
  Author: guillaume
Revision: 207480

Removed {,make}dependency on mesa

Modified:
  swt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 19:04:36 UTC (rev 207479)
+++ PKGBUILD2014-03-10 20:28:30 UTC (rev 207480)
@@ -9,8 +9,8 @@
 url='http://www.eclipse.org/swt/'
 license=('EPL')
 depends=('java-runtime=6' 'gtk2=2.20.1' 'libxtst')
-optdepends=('libgnomeui' 'mesa' 'glu' 'webkitgtk2')
-makedepends=('java-environment' 'libxtst' 'mesa' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
+optdepends=('libgnomeui' 'glu' 'webkitgtk2')
+makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
 if [ ${CARCH} = i686 ]; then
   _carch=x86
   
sha256sums=('d15fd80dd1d73f915879e08d53b535c781d589195eba0d011c307912514aa965'



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

2014-03-10 Thread Jelle van der Waa
Date: Monday, March 10, 2014 @ 21:47:40
  Author: jelle
Revision: 106941

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 20:47:30 UTC (rev 106940)
+++ community-i686/PKGBUILD 2014-03-10 20:47:40 UTC (rev 106941)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=g2sc
-pkgver=0.2
-pkgrel=4
-pkgdesc=Samba gtk2 client
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/g2sc;
-license=('GPL')
-depends=('smbclient' 'gtk2')
-source=(http://downloads.sourceforge.net/g2sc/${pkgver}/g2cs${pkgver}alpha-source.tar.bz2)
-md5sums=('c0994584f2c950241bf7e2782cb4d2fd')
-
-build() {
-  cd ${srcdir}
-  make
-}
-
-package() {
-  cd ${srcdir}
-  mkdir -p ${pkgdir}/usr/{share/{g2sc,applications},bin}
-  install -m644 g2sc.conf ${pkgdir}/usr/share/g2sc
-  install -m644 g2sc.png ${pkgdir}/usr/share/g2sc
-  install -m755 g2sc ${pkgdir}/usr/bin
-  install -m644 g2sc.desktop ${pkgdir}/usr/share/applications
-}

Copied: g2sc/repos/community-i686/PKGBUILD (from rev 106940, 
g2sc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 20:47:40 UTC (rev 106941)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=g2sc
+pkgver=0.2
+pkgrel=5
+pkgdesc=Samba gtk2 client
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/g2sc;
+license=('GPL')
+depends=('smbclient' 'gtk2')
+source=(http://downloads.sourceforge.net/g2sc/${pkgver}/g2cs${pkgver}alpha-source.tar.bz2)
+md5sums=('c0994584f2c950241bf7e2782cb4d2fd')
+
+build() {
+  cd ${srcdir}
+  sed -i 's/-lsmbclient/-I\/usr\/include\/samba-4.0 -lsmbclient/g' makefile
+  make
+}
+
+package() {
+  cd ${srcdir}
+  mkdir -p ${pkgdir}/usr/{share/{g2sc,applications},bin}
+  install -m644 g2sc.conf ${pkgdir}/usr/share/g2sc
+  install -m644 g2sc.png ${pkgdir}/usr/share/g2sc
+  install -m755 g2sc ${pkgdir}/usr/bin
+  install -m644 g2sc.desktop ${pkgdir}/usr/share/applications
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-10 20:47:30 UTC (rev 106940)
+++ community-x86_64/PKGBUILD   2014-03-10 20:47:40 UTC (rev 106941)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=g2sc
-pkgver=0.2
-pkgrel=4
-pkgdesc=Samba gtk2 client
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/g2sc;
-license=('GPL')
-depends=('smbclient' 'gtk2')
-source=(http://downloads.sourceforge.net/g2sc/${pkgver}/g2cs${pkgver}alpha-source.tar.bz2)
-md5sums=('c0994584f2c950241bf7e2782cb4d2fd')
-
-build() {
-  cd ${srcdir}
-  make
-}
-
-package() {
-  cd ${srcdir}
-  mkdir -p ${pkgdir}/usr/{share/{g2sc,applications},bin}
-  install -m644 g2sc.conf ${pkgdir}/usr/share/g2sc
-  install -m644 g2sc.png ${pkgdir}/usr/share/g2sc
-  install -m755 g2sc ${pkgdir}/usr/bin
-  install -m644 g2sc.desktop ${pkgdir}/usr/share/applications
-}

Copied: g2sc/repos/community-x86_64/PKGBUILD (from rev 106940, 
g2sc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-10 20:47:40 UTC (rev 106941)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=g2sc
+pkgver=0.2
+pkgrel=5
+pkgdesc=Samba gtk2 client
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/g2sc;
+license=('GPL')
+depends=('smbclient' 'gtk2')
+source=(http://downloads.sourceforge.net/g2sc/${pkgver}/g2cs${pkgver}alpha-source.tar.bz2)
+md5sums=('c0994584f2c950241bf7e2782cb4d2fd')
+
+build() {
+  cd ${srcdir}
+  sed -i 's/-lsmbclient/-I\/usr\/include\/samba-4.0 -lsmbclient/g' makefile
+ 

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

2014-03-10 Thread Jelle van der Waa
Date: Monday, March 10, 2014 @ 21:47:30
  Author: jelle
Revision: 106940

upgpkg: g2sc 0.2-5

fix broken build

Modified:
  g2sc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 20:03:41 UTC (rev 106939)
+++ PKGBUILD2014-03-10 20:47:30 UTC (rev 106940)
@@ -5,7 +5,7 @@
 
 pkgname=g2sc
 pkgver=0.2
-pkgrel=4
+pkgrel=5
 pkgdesc=Samba gtk2 client
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/g2sc;
@@ -16,6 +16,7 @@
 
 build() {
   cd ${srcdir}
+  sed -i 's/-lsmbclient/-I\/usr\/include\/samba-4.0 -lsmbclient/g' makefile
   make
 }
 



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

2014-03-10 Thread Guillaume Alaux
Date: Monday, March 10, 2014 @ 21:50:13
  Author: guillaume
Revision: 207481

Upstream release

Modified:
  swt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 20:28:30 UTC (rev 207480)
+++ PKGBUILD2014-03-10 20:50:13 UTC (rev 207481)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=swt
-pkgver=4.3
+pkgver=4.3.2
 pkgrel=1
-_date=201306052000
+_date=201402211700
 pkgdesc='An open source widget toolkit for Java'
 arch=('i686' 'x86_64')
 url='http://www.eclipse.org/swt/'
@@ -13,12 +13,12 @@
 makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
 if [ ${CARCH} = i686 ]; then
   _carch=x86
-  
sha256sums=('d15fd80dd1d73f915879e08d53b535c781d589195eba0d011c307912514aa965'
+  
sha256sums=('49c8d6252c0027ad430a9dc5e19c99a392653e6f98ea8183d633114efca67013'
   
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
 fi
 if [ ${CARCH} = x86_64 ]; then
   _carch=x86_64
-  
sha256sums=('0da9ce9fc30de90a45054df6d28c7092705707abcde9cc923a2601d1dd237707'
+  
sha256sums=('ad789c09148d77dc95e763447e24e612f0594c427a29ecaef1919ef7a91e618f'
   
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
 fi
 
source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip



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

2014-03-10 Thread Guillaume Alaux
Date: Monday, March 10, 2014 @ 21:51:07
  Author: guillaume
Revision: 207482

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

Added:
  swt/repos/extra-i686/PKGBUILD
(from rev 207481, swt/trunk/PKGBUILD)
  swt/repos/extra-i686/build-swt.xml
(from rev 207481, swt/trunk/build-swt.xml)
  swt/repos/extra-x86_64/PKGBUILD
(from rev 207481, swt/trunk/PKGBUILD)
  swt/repos/extra-x86_64/build-swt.xml
(from rev 207481, swt/trunk/build-swt.xml)
Deleted:
  swt/repos/extra-i686/PKGBUILD
  swt/repos/extra-i686/build-swt.xml
  swt/repos/extra-x86_64/PKGBUILD
  swt/repos/extra-x86_64/build-swt.xml

+
 /PKGBUILD  |  114 +++
 /build-swt.xml |   34 
 extra-i686/PKGBUILD|   57 -
 extra-i686/build-swt.xml   |   17 --
 extra-x86_64/PKGBUILD  |   57 -
 extra-x86_64/build-swt.xml |   17 --
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-10 20:50:13 UTC (rev 207481)
+++ extra-i686/PKGBUILD 2014-03-10 20:51:07 UTC (rev 207482)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=swt
-pkgver=4.3
-pkgrel=1
-_date=201306052000
-pkgdesc='An open source widget toolkit for Java'
-arch=('i686' 'x86_64')
-url='http://www.eclipse.org/swt/'
-license=('EPL')
-depends=('java-runtime=6' 'gtk2=2.20.1' 'libxtst')
-optdepends=('libgnomeui' 'mesa' 'glu' 'webkitgtk2')
-makedepends=('java-environment' 'libxtst' 'mesa' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
-if [ ${CARCH} = i686 ]; then
-  _carch=x86
-  
sha256sums=('d15fd80dd1d73f915879e08d53b535c781d589195eba0d011c307912514aa965'
-  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
-fi
-if [ ${CARCH} = x86_64 ]; then
-  _carch=x86_64
-  
sha256sums=('0da9ce9fc30de90a45054df6d28c7092705707abcde9cc923a2601d1dd237707'
-  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
-fi
-source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
-build-swt.xml)
-# To test this pkg:
-# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
-# http://download.eclipse.org/eclipse/downloads/
-
-build() {
-  cd ${srcdir}
-  unzip -oq src.zip -d src
-
-  . /etc/profile.d/jdk.sh
-  . /etc/profile.d/apache-ant.sh
-
-  # Shared objects
-  cd src
-  ./build.sh
-
-  # SWT jar
-  ant -f ../build-swt.xml compile
-}
-
-package() {
-  cd ${srcdir}/src
-
-  # Shared objects
-  export OUTPUT_DIR=${pkgdir}/usr/lib
-  install -dm755 ${OUTPUT_DIR} 
-  make -f make_linux.mak install
-
-  # SWT jar
-  ant -f ../build-swt.xml jar
-  install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar
-  ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar
-}

Copied: swt/repos/extra-i686/PKGBUILD (from rev 207481, swt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-10 20:51:07 UTC (rev 207482)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+pkgname=swt
+pkgver=4.3.2
+pkgrel=1
+_date=201402211700
+pkgdesc='An open source widget toolkit for Java'
+arch=('i686' 'x86_64')
+url='http://www.eclipse.org/swt/'
+license=('EPL')
+depends=('java-runtime=6' 'gtk2=2.20.1' 'libxtst')
+optdepends=('libgnomeui' 'glu' 'webkitgtk2')
+makedepends=('java-environment' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
+if [ ${CARCH} = i686 ]; then
+  _carch=x86
+  
sha256sums=('49c8d6252c0027ad430a9dc5e19c99a392653e6f98ea8183d633114efca67013'
+  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
+fi
+if [ ${CARCH} = x86_64 ]; then
+  _carch=x86_64
+  
sha256sums=('ad789c09148d77dc95e763447e24e612f0594c427a29ecaef1919ef7a91e618f'
+  
'6bb48007a95e3d8c6b577cc9cc4b61a51ce928b04f4fcd393cf72f8f727fe923')
+fi
+source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-${_carch}.zip
+build-swt.xml)
+# To test this pkg:
+# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
+# http://download.eclipse.org/eclipse/downloads/
+
+build() {
+  cd ${srcdir}
+  unzip -oq src.zip -d src
+
+  . /etc/profile.d/jdk.sh
+  . /etc/profile.d/apache-ant.sh
+
+  # Shared objects
+  cd src
+  ./build.sh
+
+  # SWT jar
+  ant -f ../build-swt.xml compile
+}
+
+package() {
+  cd ${srcdir}/src
+
+  # Shared objects
+  export OUTPUT_DIR=${pkgdir}/usr/lib
+  install -dm755 ${OUTPUT_DIR} 
+  make -f make_linux.mak install
+
+  # SWT jar
+  ant -f ../build-swt.xml jar
+  install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar
+  ln -s swt-${pkgver}.jar 

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

2014-03-10 Thread Alexandre Filgueira
Date: Monday, March 10, 2014 @ 21:56:03
  Author: faidoc
Revision: 106942

upgpkg: cinnamon-session 2.0.6-2

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 20:47:40 UTC (rev 106941)
+++ PKGBUILD2014-03-10 20:56:03 UTC (rev 106942)
@@ -4,11 +4,11 @@
 
 pkgname=cinnamon-session
 pkgver=2.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc=The Cinnamon Session Handler
 arch=(i686 x86_64)
 license=(GPL LGPL)
-depends=(cinnamon-desktop upower)
+depends=(cinnamon-desktop libsm upower)
 makedepends=(intltool mesa json-glib xtrans gnome-common)
 options=('!emptydirs')
 install=cinnamon-session.install



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

2014-03-10 Thread Alexandre Filgueira
Date: Monday, March 10, 2014 @ 21:57:25
  Author: faidoc
Revision: 106943

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 106942, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/cinnamon-session.install
(from rev 106942, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-i686/remove_sessionmigration.patch
(from rev 106942, cinnamon-session/trunk/remove_sessionmigration.patch)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 106942, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 106942, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
(from rev 106942, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-x86_64/remove_sessionmigration.patch
(from rev 106942, cinnamon-session/trunk/remove_sessionmigration.patch)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 106942, cinnamon-session/trunk/timeout.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/cinnamon-session.install
  cinnamon-session/repos/community-i686/remove_sessionmigration.patch
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-x86_64/remove_sessionmigration.patch
  cinnamon-session/repos/community-x86_64/timeout.patch

+
 /PKGBUILD  |   96 +++
 /cinnamon-session.install  |   24 +
 /remove_sessionmigration.patch |   36 
 /timeout.patch |   48 +++
 community-i686/PKGBUILD|   48 ---
 community-i686/cinnamon-session.install|   12 --
 community-i686/remove_sessionmigration.patch   |   18 
 community-i686/timeout.patch   |   24 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/cinnamon-session.install  |   12 --
 community-x86_64/remove_sessionmigration.patch |   18 
 community-x86_64/timeout.patch |   24 -
 12 files changed, 204 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 20:56:03 UTC (rev 106942)
+++ community-i686/PKGBUILD 2014-03-10 20:57:25 UTC (rev 106943)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cinnamon-session
-pkgver=2.0.6
-pkgrel=1
-pkgdesc=The Cinnamon Session Handler
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(cinnamon-desktop upower)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-install=cinnamon-session.install
-url=https://github.com/linuxmint/cinnamon-session;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-remove_sessionmigration.patch
-timeout.patch)
-sha256sums=('831a63f31bd5c0f5dcaee833d3e43e50e8c9d540cbe931e71b8e0f79ede14567'
-'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Do not try to execute session-migration script (it's specific to Ubuntu)
-  patch -Np1 -i ../remove_sessionmigration.patch
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Prefix 'Startup Applications' with 'Cinnamon' to avoid confusion with 
gnome-session
-  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' \
-  $pkgdir/usr/share/applications/cinnamon-session-properties.desktop
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 106942, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 20:57:25 UTC (rev 106943)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-session
+pkgver=2.0.6
+pkgrel=2
+pkgdesc=The Cinnamon Session Handler

[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD dpms.patch)

2014-03-10 Thread Alexandre Filgueira
Date: Monday, March 10, 2014 @ 22:07:22
  Author: faidoc
Revision: 106944

upgpkg: cinnamon-settings-daemon 2.0.8-3

Added:
  cinnamon-settings-daemon/trunk/dpms.patch
Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 dpms.patch |   29 +
 2 files changed, 37 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 20:57:25 UTC (rev 106943)
+++ PKGBUILD2014-03-10 21:07:22 UTC (rev 106944)
@@ -4,7 +4,7 @@
 
 pkgname=cinnamon-settings-daemon
 pkgver=2.0.8
-pkgrel=2
+pkgrel=3
 pkgdesc=The Cinnamon Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,10 +15,12 @@
 url=https://github.com/linuxmint/cinnamon-settings-daemon;
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;
 keyboard.patch
-automount-plugin.patch)
+automount-plugin.patch
+dpms.patch)
 sha256sums=('6889f021acab93d146c78fe8aa540a83a12260232e1ea5f697037a7c94c877fd'
 '3c05b978cb414c8fc1530f211bab58627a64ac9c156630c9d486f5926a85109c'
-'4fc2b3a354b53d41d92d7f95d175a6a18382330353a0579d29c2d33b9400a837')
+'4fc2b3a354b53d41d92d7f95d175a6a18382330353a0579d29c2d33b9400a837'
+'194cc704320a2d6be636191e96f62514f2b5f97655c200991b5690fbf3006026')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -28,6 +30,9 @@
 
   # Turn automount helper into a plugin
   patch -Np1 -i ../automount-plugin.patch
+
+  # Fix DPMS issue with Xorg 1.14
+  patch -Np1 -i ../dpms.patch
 }
 
 build() {

Added: dpms.patch
===
--- dpms.patch  (rev 0)
+++ dpms.patch  2014-03-10 21:07:22 UTC (rev 106944)
@@ -0,0 +1,29 @@
+--- a/plugins/power/csd-power-manager.c
 b/plugins/power/csd-power-manager.c
+@@ -33,6 +33,8 @@
+ #include libnotify/notify.h
+ #include canberra-gtk.h
+ 
++#include X11/extensions/dpms.h
++
+ #define GNOME_DESKTOP_USE_UNSTABLE_API
+ #include libcinnamon-desktop/gnome-rr.h
+ 
+@@ -3967,6 +3790,17 @@ csd_power_manager_start (CsdPowerManager
+ /* set the initial dim time that can adapt for the user */
+ refresh_idle_dim_settings (manager);
+ 
++/* Make sure that Xorg's DPMS extension never gets in our way. The 
defaults seem to have changed in Xorg 1.14
++ * being 0 by default to being 600 by default 
++ * https://bugzilla.gnome.org/show_bug.cgi?id=709114
++ */
++gdk_error_trap_push ();
++int dummy;
++if (DPMSQueryExtension(GDK_DISPLAY_XDISPLAY (gdk_display_get_default 
()), dummy, dummy)) {
++DPMSSetTimeouts (GDK_DISPLAY_XDISPLAY (gdk_display_get_default 
()), 0, 0, 0);
++}
++gdk_error_trap_pop_ignored ();
++
+ manager-priv-xscreensaver_watchdog_timer_id = g_timeout_add_seconds 
(XSCREENSAVER_WATCHDOG_TIMEOUT,
+   
 disable_builtin_screensaver,
+   
 NULL);
\ No newline at end of file



[arch-commits] Commit in cinnamon-settings-daemon/repos (18 files)

2014-03-10 Thread Alexandre Filgueira
Date: Monday, March 10, 2014 @ 22:09:06
  Author: faidoc
Revision: 106945

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 106944, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-i686/automount-plugin.patch
(from rev 106944, cinnamon-settings-daemon/trunk/automount-plugin.patch)
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
(from rev 106944, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-i686/dpms.patch
(from rev 106944, cinnamon-settings-daemon/trunk/dpms.patch)
  cinnamon-settings-daemon/repos/community-i686/keyboard.patch
(from rev 106944, cinnamon-settings-daemon/trunk/keyboard.patch)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 106944, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-x86_64/automount-plugin.patch
(from rev 106944, cinnamon-settings-daemon/trunk/automount-plugin.patch)
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
(from rev 106944, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-x86_64/dpms.patch
(from rev 106944, cinnamon-settings-daemon/trunk/dpms.patch)
  cinnamon-settings-daemon/repos/community-x86_64/keyboard.patch
(from rev 106944, cinnamon-settings-daemon/trunk/keyboard.patch)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-i686/automount-plugin.patch
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-i686/keyboard.patch
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
  cinnamon-settings-daemon/repos/community-x86_64/automount-plugin.patch
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-x86_64/keyboard.patch

---+
 /PKGBUILD |  106 
 /automount-plugin.patch   |  894 +
 /cinnamon-settings-daemon.install |   24 
 /keyboard.patch   | 9456 
 community-i686/PKGBUILD   |   48 
 community-i686/automount-plugin.patch |  447 
 community-i686/cinnamon-settings-daemon.install   |   12 
 community-i686/dpms.patch |   29 
 community-i686/keyboard.patch | 4728 --
 community-x86_64/PKGBUILD |   48 
 community-x86_64/automount-plugin.patch   |  447 
 community-x86_64/cinnamon-settings-daemon.install |   12 
 community-x86_64/dpms.patch   |   29 
 community-x86_64/keyboard.patch   | 4728 --
 14 files changed, 10538 insertions(+), 10470 deletions(-)

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


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

2014-03-10 Thread Bartłomiej Piotrowski
Date: Monday, March 10, 2014 @ 22:12:11
  Author: bpiotrowski
Revision: 207483

upgpkg: readline 6.3-2

add another patch partially fixing issues in ipython (FS#39144)

Added:
  readline/trunk/readline-6.3-dispatch-multikey.patch
Modified:
  readline/trunk/PKGBUILD

--+
 PKGBUILD |   38 +++--
 readline-6.3-dispatch-multikey.patch |   15 +
 2 files changed, 37 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 20:51:07 UTC (rev 207482)
+++ PKGBUILD2014-03-10 21:12:11 UTC (rev 207483)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=readline
@@ -7,9 +8,9 @@
 _patchlevel=000 #prepare for some patches
 pkgver=$_basever #.$_patchlevel
 pkgrel=2
-pkgdesc=GNU readline library
+pkgdesc='GNU readline library'
 arch=('i686' 'x86_64')
-url=http://tiswww.case.edu/php/chet/readline/rltop.html;
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
 license=('GPL')
 depends=('glibc' 'ncurses')
 backup=('etc/inputrc')
@@ -17,33 +18,40 @@
 install=readline.install
 source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
 inputrc
-readline-6.3-vi-last.patch)
-if [ $_patchlevel -gt 00 ]; then
+readline-6.3-vi-last.patch
+readline-6.3-dispatch-multikey.patch)
+
+if [[ $_patchlevel -gt 0 ]]; then
 for (( p=1; p=$((10#${_patchlevel})); p++ )); do
 source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
 done
 fi
+
 md5sums=('33c8fb279e981274f485fd91da77e94a'
  'SKIP'
  '58d54966c1191db45973cb3191ac621a'
- 'fcfe0a50c69f56f66ad04127a927862e')
+ 'fcfe0a50c69f56f66ad04127a927862e'
+ '5daf0ad2a175ccd43d7791ee3ce3d520')
 
-preapre() {
-  cd ${srcdir}/${pkgname}-$_basever
+prepare() {
+  cd $pkgname-$pkgver
   for (( p=1; p=$((10#${_patchlevel})); p++ )); do
 msg applying patch readline${_basever//./}-$(printf %03d $p)
-patch -p0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
+patch -p0 -i ../readline${_basever//./}-$(printf %03d $p)
   done
 
   # patch from upstream mailing list to fix vi mode
-  patch -p2 -i $srcdir/readline-6.3-vi-last.patch
+  patch -p2 -i ../readline-6.3-vi-last.patch
 
-  # Remove RPATH from shared objects (FS#14366)
+  # patch from upstream mailing list to fix the crash after pressing Delete 
twice
+  patch -p2 -i ../readline-6.3-dispatch-multikey.patch
+
+  # remove RPATH from shared objects (FS#14366)
   sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-$_basever
+  cd $pkgname-$pkgver
 
   # build with -fPIC for x86_64 (FS#15634)
   [[ $CARCH == x86_64 ]]  CFLAGS=$CFLAGS -fPIC
@@ -53,8 +61,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-$_basever
-  make DESTDIR=${pkgdir} install
-  
-  install -Dm644 ${srcdir}/inputrc ${pkgdir}/etc/inputrc
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm644 inputrc $pkgdir/etc/inputrc
 }

Added: readline-6.3-dispatch-multikey.patch
===
--- readline-6.3-dispatch-multikey.patch(rev 0)
+++ readline-6.3-dispatch-multikey.patch2014-03-10 21:12:11 UTC (rev 
207483)
@@ -0,0 +1,15 @@
+*** ../bash-4.3/lib/readline/readline.c2013-10-28 14:58:06.0 
-0400
+--- lib/readline/readline.c2014-03-10 11:01:19.0 -0400
+***
+*** 745,749 
+  
+RL_CHECK_SIGNALS ();
+!   if (r == 0)/* success! */
+  {
+_rl_keyseq_chain_dispose ();
+--- 745,749 
+  
+RL_CHECK_SIGNALS ();
+!   if (r == 0 || (r == -1  (cxt-flags  KSEQ_SUBSEQ) == 0))/* 
success! or failure! */
+  {
+_rl_keyseq_chain_dispose ();



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

2014-03-10 Thread Bartłomiej Piotrowski
Date: Monday, March 10, 2014 @ 22:12:22
  Author: bpiotrowski
Revision: 207484

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

Added:
  readline/repos/testing-i686/PKGBUILD
(from rev 207483, readline/trunk/PKGBUILD)
  readline/repos/testing-i686/inputrc
(from rev 207483, readline/trunk/inputrc)
  readline/repos/testing-i686/readline-6.3-dispatch-multikey.patch
(from rev 207483, readline/trunk/readline-6.3-dispatch-multikey.patch)
  readline/repos/testing-i686/readline-6.3-vi-last.patch
(from rev 207483, readline/trunk/readline-6.3-vi-last.patch)
  readline/repos/testing-i686/readline.install
(from rev 207483, readline/trunk/readline.install)
  readline/repos/testing-x86_64/PKGBUILD
(from rev 207483, readline/trunk/PKGBUILD)
  readline/repos/testing-x86_64/inputrc
(from rev 207483, readline/trunk/inputrc)
  readline/repos/testing-x86_64/readline-6.3-dispatch-multikey.patch
(from rev 207483, readline/trunk/readline-6.3-dispatch-multikey.patch)
  readline/repos/testing-x86_64/readline-6.3-vi-last.patch
(from rev 207483, readline/trunk/readline-6.3-vi-last.patch)
  readline/repos/testing-x86_64/readline.install
(from rev 207483, readline/trunk/readline.install)
Deleted:
  readline/repos/testing-i686/PKGBUILD
  readline/repos/testing-i686/inputrc
  readline/repos/testing-i686/readline-6.3-vi-last.patch
  readline/repos/testing-i686/readline.install
  readline/repos/testing-x86_64/PKGBUILD
  readline/repos/testing-x86_64/inputrc
  readline/repos/testing-x86_64/readline-6.3-vi-last.patch
  readline/repos/testing-x86_64/readline.install

-+
 /PKGBUILD   |  132 ++
 /inputrc|   72 +
 /readline-6.3-vi-last.patch |   30 
 /readline.install   |   34 
 testing-i686/PKGBUILD   |   60 
 testing-i686/inputrc|   36 
 testing-i686/readline-6.3-dispatch-multikey.patch   |   15 ++
 testing-i686/readline-6.3-vi-last.patch |   15 --
 testing-i686/readline.install   |   17 --
 testing-x86_64/PKGBUILD |   60 
 testing-x86_64/inputrc  |   36 
 testing-x86_64/readline-6.3-dispatch-multikey.patch |   15 ++
 testing-x86_64/readline-6.3-vi-last.patch   |   15 --
 testing-x86_64/readline.install |   17 --
 14 files changed, 298 insertions(+), 256 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-03-10 21:12:11 UTC (rev 207483)
+++ testing-i686/PKGBUILD   2014-03-10 21:12:22 UTC (rev 207484)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=readline
-_basever=6.3
-_patchlevel=000 #prepare for some patches
-pkgver=$_basever #.$_patchlevel
-pkgrel=2
-pkgdesc=GNU readline library
-arch=('i686' 'x86_64')
-url=http://tiswww.case.edu/php/chet/readline/rltop.html;
-license=('GPL')
-depends=('glibc' 'ncurses')
-backup=('etc/inputrc')
-options=('!emptydirs')
-install=readline.install
-source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
-inputrc
-readline-6.3-vi-last.patch)
-if [ $_patchlevel -gt 00 ]; then
-for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
-done
-fi
-md5sums=('33c8fb279e981274f485fd91da77e94a'
- 'SKIP'
- '58d54966c1191db45973cb3191ac621a'
- 'fcfe0a50c69f56f66ad04127a927862e')
-
-preapre() {
-  cd ${srcdir}/${pkgname}-$_basever
-  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-msg applying patch readline${_basever//./}-$(printf %03d $p)
-patch -p0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
-  done
-
-  # patch from upstream mailing list to fix vi mode
-  patch -p2 -i $srcdir/readline-6.3-vi-last.patch
-
-  # Remove RPATH from shared objects (FS#14366)
-  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-$_basever
-
-  # build with -fPIC for x86_64 (FS#15634)
-  [[ $CARCH == x86_64 ]]  CFLAGS=$CFLAGS -fPIC
-
-  ./configure --prefix=/usr
-  make SHLIB_LIBS=-lncurses
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-$_basever
-  make DESTDIR=${pkgdir} install
-  
-  install -Dm644 ${srcdir}/inputrc ${pkgdir}/etc/inputrc
-}

Copied: readline/repos/testing-i686/PKGBUILD (from rev 207483, 
readline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-10 21:12:22 UTC (rev 207484)
@@ -0,0 +1,66 

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

2014-03-10 Thread Jonathan Steel
Date: Monday, March 10, 2014 @ 22:57:08
  Author: jsteel
Revision: 106946

upgpkg: mednafen 0.9.33.1-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 21:09:06 UTC (rev 106945)
+++ PKGBUILD2014-03-10 21:57:08 UTC (rev 106946)
@@ -7,9 +7,8 @@
 # Contributor: Hans-Kristian Arntzen mais...@archlinux.us
 
 pkgname=mednafen
-pkgver=0.9.32.1
-_pkgver=$pkgver-wip
-pkgrel=2
+pkgver=0.9.33.1
+pkgrel=1
 pkgdesc=A command-line multi-system gaming emulator
 url=http://mednafen.sourceforge.net;
 license=('GPL')
@@ -18,8 +17,8 @@
 makedepends=('mesa' 'glu')
 replaces=('mednafen-wip')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2)
-md5sums=('ee9edeece554755e762a6d140fad21e9')
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('3e67483927baa71fe77c441c42216daa')
 
 build() {
   cd $srcdir/$pkgname



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

2014-03-10 Thread Jonathan Steel
Date: Monday, March 10, 2014 @ 22:57:31
  Author: jsteel
Revision: 106947

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

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

---+
 /PKGBUILD |   70 
 /mednafen.install |   12 ++
 community-i686/PKGBUILD   |   36 --
 community-i686/mednafen.install   |5 --
 community-x86_64/PKGBUILD |   36 --
 community-x86_64/mednafen.install |5 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 21:57:08 UTC (rev 106946)
+++ community-i686/PKGBUILD 2014-03-10 21:57:31 UTC (rev 106947)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: kagan juany...@mi.madritel.es
-# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
-
-pkgname=mednafen
-pkgver=0.9.32.1
-_pkgver=$pkgver-wip
-pkgrel=2
-pkgdesc=A command-line multi-system gaming emulator
-url=http://mednafen.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
-makedepends=('mesa' 'glu')
-replaces=('mednafen-wip')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2)
-md5sums=('ee9edeece554755e762a6d140fad21e9')
-
-build() {
-  cd $srcdir/$pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 106946, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 21:57:31 UTC (rev 106947)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: kagan juany...@mi.madritel.es
+# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
+
+pkgname=mednafen
+pkgver=0.9.33.1
+pkgrel=1
+pkgdesc=A command-line multi-system gaming emulator
+url=http://mednafen.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('3e67483927baa71fe77c441c42216daa')
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/mednafen.install
===
--- community-i686/mednafen.install 2014-03-10 21:57:08 UTC (rev 106946)
+++ community-i686/mednafen.install 2014-03-10 21:57:31 UTC (rev 106947)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  echo 'Save states from 0.8.x and earlier are not compatible with 0.9.x,
-  [...] The configuration file name has changed to mednafen-09x.cfg
-  [...] http://mednafen.sourceforge.net/releases/'
-}

Copied: mednafen/repos/community-i686/mednafen.install (from rev 106946, 
mednafen/trunk/mednafen.install)
===
--- community-i686/mednafen.install (rev 0)
+++ community-i686/mednafen.install 2014-03-10 21:57:31 UTC (rev 106947)
@@ -0,0 +1,6 @@
+post_upgrade() {
+  if  [ $(vercmp 0.9 $2) -eq 1 ]; then
+echo '== Save states from 0.8.x and earlier are not compatible with 0.9.x
+also the configuration file name has changed to mednafen-09x.cfg'
+  fi
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-10 21:57:08 UTC (rev 106946)
+++ community-x86_64/PKGBUILD   2014-03-10 21:57:31 UTC (rev 106947)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: megadriver 

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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:11:05
  Author: arodseth
Revision: 106948

upgpkg: gambit-c 4.7.2-1

Modified:
  gambit-c/trunk/PKGBUILD
  gambit-c/trunk/gambit-c.install

--+
 PKGBUILD |   14 +++---
 gambit-c.install |4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 21:57:31 UTC (rev 106947)
+++ PKGBUILD2014-03-10 22:11:05 UTC (rev 106948)
@@ -2,20 +2,20 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Christian Babeux christian.bab...@0x80.ca
 
-_distname=gambc-v4_7_1
 pkgname=gambit-c
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc='Scheme R5RS interpreter and compiler (via C)'
 arch=('x86_64' 'i686')
 url='http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page'
 license=('LGPL2.1' 'Apache')
+depends=('bash')
 install=$pkgname.install
-source=(http://www.iro.umontreal.ca/~gambit/download/gambit/v4.7/source/${_distname}.tgz)
-sha256sums=('6b7d58f1e28169d2c873386a1cf7e321e96d23ffd4b3238b105d66ca6bdd7472')
+source=(http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz;)
+sha256sums=('c09597fa423602eb9d06b1ab3c1a63cd9c612b89f7f6d718f2c0a96da4d4ac1a')
 
 build() {
-  cd $_distname
+ cd ${pkgname/it-}-v${pkgver//./_}
 
   ./configure --prefix=/usr --docdir=/usr/share/doc/gambit-c \
 --infodir=/usr/share/info --libdir=/usr/lib/gambit-c \
@@ -24,7 +24,7 @@
 }
 
 package() {
-  make -C $_distname install DESTDIR=$pkgdir
+  make -C ${pkgname/it-}-v${pkgver//./_} install DESTDIR=$pkgdir
   # gsc conflicts with the one provided by ghostscript
   mv $pkgdir/usr/bin/gsc $pkgdir/usr/bin/gambitc
   ln -sf /usr/bin/gambitc $pkgdir/usr/bin/gsc-script

Modified: gambit-c.install
===
--- gambit-c.install2014-03-10 21:57:31 UTC (rev 106947)
+++ gambit-c.install2014-03-10 22:11:05 UTC (rev 106948)
@@ -2,7 +2,7 @@
 _iinfoargs=$_infodir/gambit-c.info.gz $_infodir/dir
 
 post_install() {
-  install-info ${_iinfoargs}
+  install-info $_iinfoargs
 }
 
 post_upgrade() {
@@ -10,7 +10,7 @@
 }
 
 pre_remove() {
-  install-info --delete ${_iinfoargs}
+  install-info --delete $_iinfoargs
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:11:18
  Author: arodseth
Revision: 106949

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

Added:
  gambit-c/repos/community-i686/PKGBUILD
(from rev 106948, gambit-c/trunk/PKGBUILD)
  gambit-c/repos/community-i686/gambit-c.install
(from rev 106948, gambit-c/trunk/gambit-c.install)
  gambit-c/repos/community-x86_64/PKGBUILD
(from rev 106948, gambit-c/trunk/PKGBUILD)
  gambit-c/repos/community-x86_64/gambit-c.install
(from rev 106948, gambit-c/trunk/gambit-c.install)
Deleted:
  gambit-c/repos/community-i686/PKGBUILD
  gambit-c/repos/community-i686/gambit-c.install
  gambit-c/repos/community-x86_64/PKGBUILD
  gambit-c/repos/community-x86_64/gambit-c.install

---+
 /PKGBUILD |   66 
 /gambit-c.install |   32 +
 community-i686/PKGBUILD   |   33 --
 community-i686/gambit-c.install   |   16 
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/gambit-c.install |   16 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 22:11:05 UTC (rev 106948)
+++ community-i686/PKGBUILD 2014-03-10 22:11:18 UTC (rev 106949)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Christian Babeux christian.bab...@0x80.ca
-
-_distname=gambc-v4_7_1
-pkgname=gambit-c
-pkgver=4.7.1
-pkgrel=2
-pkgdesc='Scheme R5RS interpreter and compiler (via C)'
-arch=('x86_64' 'i686')
-url='http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page'
-license=('LGPL2.1' 'Apache')
-install=$pkgname.install
-source=(http://www.iro.umontreal.ca/~gambit/download/gambit/v4.7/source/${_distname}.tgz)
-sha256sums=('6b7d58f1e28169d2c873386a1cf7e321e96d23ffd4b3238b105d66ca6bdd7472')
-
-build() {
-  cd $_distname
-
-  ./configure --prefix=/usr --docdir=/usr/share/doc/gambit-c \
---infodir=/usr/share/info --libdir=/usr/lib/gambit-c \
---enable-gcc-opts --enable-single-host
-  make
-}
-
-package() {
-  make -C $_distname install DESTDIR=$pkgdir
-  # gsc conflicts with the one provided by ghostscript
-  mv $pkgdir/usr/bin/gsc $pkgdir/usr/bin/gambitc
-  ln -sf /usr/bin/gambitc $pkgdir/usr/bin/gsc-script
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gambit-c/repos/community-i686/PKGBUILD (from rev 106948, 
gambit-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 22:11:18 UTC (rev 106949)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Christian Babeux christian.bab...@0x80.ca
+
+pkgname=gambit-c
+pkgver=4.7.2
+pkgrel=1
+pkgdesc='Scheme R5RS interpreter and compiler (via C)'
+arch=('x86_64' 'i686')
+url='http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page'
+license=('LGPL2.1' 'Apache')
+depends=('bash')
+install=$pkgname.install
+source=(http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz;)
+sha256sums=('c09597fa423602eb9d06b1ab3c1a63cd9c612b89f7f6d718f2c0a96da4d4ac1a')
+
+build() {
+ cd ${pkgname/it-}-v${pkgver//./_}
+
+  ./configure --prefix=/usr --docdir=/usr/share/doc/gambit-c \
+--infodir=/usr/share/info --libdir=/usr/lib/gambit-c \
+--enable-gcc-opts --enable-single-host
+  make
+}
+
+package() {
+  make -C ${pkgname/it-}-v${pkgver//./_} install DESTDIR=$pkgdir
+  # gsc conflicts with the one provided by ghostscript
+  mv $pkgdir/usr/bin/gsc $pkgdir/usr/bin/gambitc
+  ln -sf /usr/bin/gambitc $pkgdir/usr/bin/gsc-script
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gambit-c.install
===
--- community-i686/gambit-c.install 2014-03-10 22:11:05 UTC (rev 106948)
+++ community-i686/gambit-c.install 2014-03-10 22:11:18 UTC (rev 106949)
@@ -1,16 +0,0 @@
-_infodir=/usr/share/info
-_iinfoargs=$_infodir/gambit-c.info.gz $_infodir/dir
-
-post_install() {
-  install-info ${_iinfoargs}
-}
-
-post_upgrade() {
-  post_install $@
-}
-
-pre_remove() {
-  install-info --delete ${_iinfoargs}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gambit-c/repos/community-i686/gambit-c.install (from rev 106948, 
gambit-c/trunk/gambit-c.install)
===
--- community-i686/gambit-c.install (rev 0)
+++ community-i686/gambit-c.install 2014-03-10 22:11:18 UTC (rev 106949)
@@ -0,0 +1,16 @@
+_infodir=/usr/share/info
+_iinfoargs=$_infodir/gambit-c.info.gz $_infodir/dir
+
+post_install() {
+  install-info $_iinfoargs
+}
+
+post_upgrade() {
+  

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

2014-03-10 Thread Jan Steffens
Date: Monday, March 10, 2014 @ 23:15:00
  Author: heftig
Revision: 207485

Reduce modemmanager dep to libmm-glib

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 21:12:22 UTC (rev 207484)
+++ PKGBUILD2014-03-10 22:15:00 UTC (rev 207485)
@@ -11,8 +11,8 @@
 depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
  gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
  libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient modemmanager libgnomekbd grilo)
-makedepends=(gnome-doc-utils intltool docbook-xsl gnome-common)
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo)
+makedepends=(gnome-doc-utils intltool docbook-xsl gnome-common modemmanager)
 optdepends=('system-config-printer: Printer settings'
 'gnome-user-share: Bluetooth and WebDAV file sharing'
 'rygel: media sharing'



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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:17:05
  Author: arodseth
Revision: 106950

upgpkg: python-configobj 5.0.2-1

Modified:
  python-configobj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 22:11:18 UTC (rev 106949)
+++ PKGBUILD2014-03-10 22:17:05 UTC (rev 106950)
@@ -6,8 +6,8 @@
 
 pkgbase=python-configobj
 pkgname=('python-configobj' 'python2-configobj')
-pkgver=5.0.1
-pkgrel=2
+pkgver=5.0.2
+pkgrel=1
 pkgdesc='Simple but powerful config file reader and writer for Python'
 arch=('any')
 url='https://github.com/DiffSK/configobj'
@@ -14,7 +14,7 @@
 license=('BSD')
 makedepends=('python' 'python2')
 source=(https://github.com/DiffSK/configobj/archive/v$pkgver.zip;)
-sha256sums=('c81c17c3dac59c7abb079d3f51ad6242e478b57656b1f8c346f3f5e802355b58')
+sha256sums=('0dfdea62baf6ad6ef61f2c8bf361f93796d4aa21b9aebf8c56a01f6feca8a2b9')
 
 package_python-configobj() {
   depends=('python-six')



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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:17:13
  Author: arodseth
Revision: 106951

archrelease: copy trunk to community-any

Added:
  python-configobj/repos/community-any/PKGBUILD
(from rev 106950, python-configobj/trunk/PKGBUILD)
Deleted:
  python-configobj/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 22:17:05 UTC (rev 106950)
+++ PKGBUILD2014-03-10 22:17:13 UTC (rev 106951)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Stefan Husmann  stefan-husm...@t-online.de
-# Contributor: Manuel ekerazha C. (www.ekerazha.com)
-
-pkgbase=python-configobj
-pkgname=('python-configobj' 'python2-configobj')
-pkgver=5.0.1
-pkgrel=2
-pkgdesc='Simple but powerful config file reader and writer for Python'
-arch=('any')
-url='https://github.com/DiffSK/configobj'
-license=('BSD')
-makedepends=('python' 'python2')
-source=(https://github.com/DiffSK/configobj/archive/v$pkgver.zip;)
-sha256sums=('c81c17c3dac59c7abb079d3f51ad6242e478b57656b1f8c346f3f5e802355b58')
-
-package_python-configobj() {
-  depends=('python-six')
-  cd configobj-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-configobj() {
-  depends=('python2-six')
-  cd configobj-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-configobj/repos/community-any/PKGBUILD (from rev 106950, 
python-configobj/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-10 22:17:13 UTC (rev 106951)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Stefan Husmann  stefan-husm...@t-online.de
+# Contributor: Manuel ekerazha C. (www.ekerazha.com)
+
+pkgbase=python-configobj
+pkgname=('python-configobj' 'python2-configobj')
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Simple but powerful config file reader and writer for Python'
+arch=('any')
+url='https://github.com/DiffSK/configobj'
+license=('BSD')
+makedepends=('python' 'python2')
+source=(https://github.com/DiffSK/configobj/archive/v$pkgver.zip;)
+sha256sums=('0dfdea62baf6ad6ef61f2c8bf361f93796d4aa21b9aebf8c56a01f6feca8a2b9')
+
+package_python-configobj() {
+  depends=('python-six')
+  cd configobj-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-configobj() {
+  depends=('python2-six')
+  cd configobj-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:27:01
  Author: arodseth
Revision: 106952

upgpkg: python2-formencode 1.3.0a1-1

Modified:
  python2-formencode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 22:17:13 UTC (rev 106951)
+++ PKGBUILD2014-03-10 22:27:01 UTC (rev 106952)
@@ -4,25 +4,22 @@
 # Contributor: Todd Maynard a...@toddmaynard.com
 
 pkgname=python2-formencode
-pkgver=1.2.4
-pkgrel=3
-pkgdesc=HTML form validation, generation, and conversion
+pkgver=1.3.0a1
+pkgrel=1
+pkgdesc='HTML form validation, generation, and conversion'
 arch=('any')
 license=('PSF')
-url=http://formencode.org;
+url='http://formencode.org'
 depends=('python2')
 makedepends=('setuptools')
 replaces=('python-formencode=1.2.4-1')
-source=(http://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.4.tar.gz;)
-sha256sums=('8270840ee832055463b3d3328f8ae4b881e1fbe84353c97af1d913df3401feb9')
+source=(http://pypi.python.org/packages/source/F/FormEncode/FormEncode-$pkgver.tar.gz;)
+sha256sums=('026988e9c9b5176ecc75f047624c24e88e82be401e21f8c2008ca6fb2f99290d')
 
 package() {
-  cd $srcdir/FormEncode-$pkgver
+  cd FormEncode-$pkgver
+
   python2 setup.py install --root=$pkgdir install
-  echo /usr/lib/python2.7/site-packages/FormEncode-$pkgver-py2.6.egg \
-$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
-  sed -i '0,/on/s//on2/' \
-$pkgdir/usr/lib/python2.7/site-packages/formencode/i18n/msgfmt.py
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:27:09
  Author: arodseth
Revision: 106953

archrelease: copy trunk to community-any

Added:
  python2-formencode/repos/community-any/PKGBUILD
(from rev 106952, python2-formencode/trunk/PKGBUILD)
Deleted:
  python2-formencode/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 22:27:01 UTC (rev 106952)
+++ PKGBUILD2014-03-10 22:27:09 UTC (rev 106953)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Todd Maynard a...@toddmaynard.com
-
-pkgname=python2-formencode
-pkgver=1.2.4
-pkgrel=3
-pkgdesc=HTML form validation, generation, and conversion
-arch=('any')
-license=('PSF')
-url=http://formencode.org;
-depends=('python2')
-makedepends=('setuptools')
-replaces=('python-formencode=1.2.4-1')
-source=(http://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.4.tar.gz;)
-sha256sums=('8270840ee832055463b3d3328f8ae4b881e1fbe84353c97af1d913df3401feb9')
-
-package() {
-  cd $srcdir/FormEncode-$pkgver
-  python2 setup.py install --root=$pkgdir install
-  echo /usr/lib/python2.7/site-packages/FormEncode-$pkgver-py2.6.egg \
-$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
-  sed -i '0,/on/s//on2/' \
-$pkgdir/usr/lib/python2.7/site-packages/formencode/i18n/msgfmt.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-formencode/repos/community-any/PKGBUILD (from rev 106952, 
python2-formencode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-10 22:27:09 UTC (rev 106953)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=python2-formencode
+pkgver=1.3.0a1
+pkgrel=1
+pkgdesc='HTML form validation, generation, and conversion'
+arch=('any')
+license=('PSF')
+url='http://formencode.org'
+depends=('python2')
+makedepends=('setuptools')
+replaces=('python-formencode=1.2.4-1')
+source=(http://pypi.python.org/packages/source/F/FormEncode/FormEncode-$pkgver.tar.gz;)
+sha256sums=('026988e9c9b5176ecc75f047624c24e88e82be401e21f8c2008ca6fb2f99290d')
+
+package() {
+  cd FormEncode-$pkgver
+
+  python2 setup.py install --root=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-10 Thread Sébastien Luttringer
Date: Monday, March 10, 2014 @ 23:27:54
  Author: seblu
Revision: 106954

upgpkg: python-psutil 2.0.0-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 22:27:09 UTC (rev 106953)
+++ PKGBUILD2014-03-10 22:27:54 UTC (rev 106954)
@@ -3,23 +3,42 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=1.2.1
+pkgver=2.0.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/psutil/'
 license=('custom: BSD')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
 
source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('80c3b251389771ab472e554e6c729c36')
+md5sums=('9ee83ff3d68396f91ebdf71ae83b152d')
 
 build() {
   cd psutil-$pkgver
+
+  msg2 python
   python setup.py build --build-lib=build/python
+
+  msg2 python2
   python2 setup.py build --build-lib=build/python2
   find build/python2 -type f -exec \
 sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
 }
 
+check() {
+  cd psutil-$pkgver
+
+  msg2 python
+  export PYTHONPATH=$PWD/build/python
+  #python test/test_psutil.py
+  python test/test_memory_leaks.py
+
+  msg2 python2
+  export PYTHONPATH=$PWD/build/python2
+  #python2 test/test_psutil.py
+  python2 test/test_memory_leaks.py
+}
+
 package_python-psutil() {
   pkgdesc='A cross-platform process and system utilities module for Python'
   depends=('glibc' 'python')



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

2014-03-10 Thread Jan Steffens
Date: Monday, March 10, 2014 @ 23:27:46
  Author: heftig
Revision: 207486

Move mm-glib.pc where it belongs

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 22:15:00 UTC (rev 207485)
+++ PKGBUILD2014-03-10 22:27:46 UTC (rev 207486)
@@ -5,7 +5,7 @@
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Mobile broadband modem management service
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/ModemManager/;
@@ -31,11 +31,14 @@
 package_modemmanager() {
   depends+=(libmm-glib)
   optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
 
   cd ModemManager-$pkgver
   make DESTDIR=$pkgdir install
   make DESTDIR=$pkgdir -C libmm-glib uninstall
   make DESTDIR=$pkgdir -C vapi uninstall
+
+  mv -f $pkgdir/usr/lib/pkgconfig/mm-glib.pc ..
 }
 
 package_libmm-glib() {
@@ -45,4 +48,6 @@
   cd ModemManager-$pkgver
   make DESTDIR=$pkgdir -C libmm-glib install
   make DESTDIR=$pkgdir -C vapi install
+
+  install -Dm644  ../mm-glib.pc $pkgdir/usr/lib/pkgconfig/mm-glib.pc
 }



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

2014-03-10 Thread Sébastien Luttringer
Date: Monday, March 10, 2014 @ 23:28:38
  Author: seblu
Revision: 106955

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

Added:
  python-psutil/repos/community-i686/PKGBUILD
(from rev 106954, python-psutil/trunk/PKGBUILD)
  python-psutil/repos/community-x86_64/PKGBUILD
(from rev 106954, python-psutil/trunk/PKGBUILD)
Deleted:
  python-psutil/repos/community-i686/PKGBUILD
  python-psutil/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  124 
 community-i686/PKGBUILD   |   43 ---
 community-x86_64/PKGBUILD |   43 ---
 3 files changed, 124 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 22:27:54 UTC (rev 106954)
+++ community-i686/PKGBUILD 2014-03-10 22:28:38 UTC (rev 106955)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=1.2.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/psutil/'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
-md5sums=('80c3b251389771ab472e554e6c729c36')
-
-build() {
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root=$pkgdir --optimize=1
-  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 106954, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 22:28:38 UTC (rev 106955)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=2.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/psutil/'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng')
+source=(https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz;)
+md5sums=('9ee83ff3d68396f91ebdf71ae83b152d')
+
+build() {
+  cd psutil-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-$pkgver
+
+  msg2 python
+  export PYTHONPATH=$PWD/build/python
+  #python test/test_psutil.py
+  python test/test_memory_leaks.py
+
+  msg2 python2
+  export PYTHONPATH=$PWD/build/python2
+  #python2 test/test_psutil.py
+  python2 test/test_memory_leaks.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root=$pkgdir --optimize=1
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root=$pkgdir --optimize=1
+  install -D -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-10 22:27:54 UTC (rev 106954)
+++ community-x86_64/PKGBUILD   2014-03-10 22:28:38 UTC (rev 106955)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=1.2.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/psutil/'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 

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

2014-03-10 Thread Jan Steffens
Date: Monday, March 10, 2014 @ 23:28:52
  Author: heftig
Revision: 207487

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

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

---+
 /PKGBUILD |  106 
 extra-i686/PKGBUILD   |   48 -
 extra-x86_64/PKGBUILD |   48 -
 3 files changed, 106 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-10 22:27:46 UTC (rev 207486)
+++ extra-i686/PKGBUILD 2014-03-10 22:28:52 UTC (rev 207487)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=Mobile broadband modem management service
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd polkit ppp libqmi libmbim)
-makedepends=(intltool gtk-doc gobject-introspection vala)
-source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
-sha256sums=('8bd9d8c3b506f34a9f927e95784026d1fe132c9d60fc426a892b690f7d6408bc')
-
-build() {
-  cd ModemManager-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---with-udev-base-dir=/usr/lib/udev \
---with-polkit=permissive \
---enable-gtk-doc \
---disable-static
-  make
-}
-
-package_modemmanager() {
-  depends+=(libmm-glib)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-
-  cd ModemManager-$pkgver
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir -C libmm-glib uninstall
-  make DESTDIR=$pkgdir -C vapi uninstall
-}
-
-package_libmm-glib() {
-  pkgdesc=ModemManager library
-  depends=(glib2)
-
-  cd ModemManager-$pkgver
-  make DESTDIR=$pkgdir -C libmm-glib install
-  make DESTDIR=$pkgdir -C vapi install
-}

Copied: modemmanager/repos/extra-i686/PKGBUILD (from rev 207486, 
modemmanager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-10 22:28:52 UTC (rev 207487)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.2.0
+pkgrel=3
+pkgdesc=Mobile broadband modem management service
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd polkit ppp libqmi libmbim)
+makedepends=(intltool gtk-doc gobject-introspection vala)
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
+sha256sums=('8bd9d8c3b506f34a9f927e95784026d1fe132c9d60fc426a892b690f7d6408bc')
+
+build() {
+  cd ModemManager-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--enable-gtk-doc \
+--disable-static
+  make
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
+
+  cd ModemManager-$pkgver
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C libmm-glib uninstall
+  make DESTDIR=$pkgdir -C vapi uninstall
+
+  mv -f $pkgdir/usr/lib/pkgconfig/mm-glib.pc ..
+}
+
+package_libmm-glib() {
+  pkgdesc=ModemManager library
+  depends=(glib2)
+
+  cd ModemManager-$pkgver
+  make DESTDIR=$pkgdir -C libmm-glib install
+  make DESTDIR=$pkgdir -C vapi install
+
+  install -Dm644  ../mm-glib.pc $pkgdir/usr/lib/pkgconfig/mm-glib.pc
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-10 22:27:46 UTC (rev 207486)
+++ extra-x86_64/PKGBUILD   2014-03-10 22:28:52 UTC (rev 207487)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=Mobile broadband modem management service
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd polkit ppp libqmi libmbim)
-makedepends=(intltool gtk-doc gobject-introspection vala)

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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:30:51
  Author: arodseth
Revision: 106956

upgpkg: python-simplejson 3.3.3-1

Modified:
  python-simplejson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 22:28:38 UTC (rev 106955)
+++ PKGBUILD2014-03-10 22:30:51 UTC (rev 106956)
@@ -6,7 +6,7 @@
 
 pkgbase=python-simplejson
 pkgname=($pkgbase 'python2-simplejson')
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
 license=('MIT')
@@ -14,7 +14,7 @@
 url='http://undefined.org/python/#simplejson'
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
-sha256sums=('ecff7508cb34547de611c5b367ad1ff74290f638f29853be5801823e1565592c')
+sha256sums=('3c1ea4826afdbbb2e8f589540772f8b06ea2a81f575db1edde84fc1829bb293b')
 
 package_python-simplejson() {
   depends=('python')



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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:31:08
  Author: arodseth
Revision: 106957

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

Added:
  python-simplejson/repos/community-i686/PKGBUILD
(from rev 106956, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-x86_64/PKGBUILD
(from rev 106956, python-simplejson/trunk/PKGBUILD)
Deleted:
  python-simplejson/repos/community-i686/PKGBUILD
  python-simplejson/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 22:30:51 UTC (rev 106956)
+++ community-i686/PKGBUILD 2014-03-10 22:31:08 UTC (rev 106957)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: David Moore dav...@sjsoft.com
-
-pkgbase=python-simplejson
-pkgname=($pkgbase 'python2-simplejson')
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='http://undefined.org/python/#simplejson'
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
-sha256sums=('ecff7508cb34547de611c5b367ad1ff74290f638f29853be5801823e1565592c')
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd simplejson-simplejson-*
-  python setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd simplejson-simplejson-*
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-simplejson/repos/community-i686/PKGBUILD (from rev 106956, 
python-simplejson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 22:31:08 UTC (rev 106957)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgbase=python-simplejson
+pkgname=($pkgbase 'python2-simplejson')
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64' 'i686')
+url='http://undefined.org/python/#simplejson'
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
+sha256sums=('3c1ea4826afdbbb2e8f589540772f8b06ea2a81f575db1edde84fc1829bb293b')
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd simplejson-simplejson-*
+  python setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd simplejson-simplejson-*
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-10 22:30:51 UTC (rev 106956)
+++ community-x86_64/PKGBUILD   2014-03-10 22:31:08 UTC (rev 106957)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: David Moore dav...@sjsoft.com
-
-pkgbase=python-simplejson
-pkgname=($pkgbase 'python2-simplejson')
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='http://undefined.org/python/#simplejson'
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
-sha256sums=('ecff7508cb34547de611c5b367ad1ff74290f638f29853be5801823e1565592c')
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd simplejson-simplejson-*
-  python setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:32:08
  Author: arodseth
Revision: 106958

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

Added:
  python-simplejson/repos/community-i686/PKGBUILD
(from rev 106957, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-x86_64/PKGBUILD
(from rev 106957, python-simplejson/trunk/PKGBUILD)
Deleted:
  python-simplejson/repos/community-i686/PKGBUILD
  python-simplejson/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 22:31:08 UTC (rev 106957)
+++ community-i686/PKGBUILD 2014-03-10 22:32:08 UTC (rev 106958)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: David Moore dav...@sjsoft.com
-
-pkgbase=python-simplejson
-pkgname=($pkgbase 'python2-simplejson')
-pkgver=3.3.3
-pkgrel=1
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='http://undefined.org/python/#simplejson'
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
-sha256sums=('3c1ea4826afdbbb2e8f589540772f8b06ea2a81f575db1edde84fc1829bb293b')
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd simplejson-simplejson-*
-  python setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd simplejson-simplejson-*
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-simplejson/repos/community-i686/PKGBUILD (from rev 106957, 
python-simplejson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 22:32:08 UTC (rev 106958)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgbase=python-simplejson
+pkgname=($pkgbase 'python2-simplejson')
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64' 'i686')
+url='http://undefined.org/python/#simplejson'
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
+sha256sums=('3c1ea4826afdbbb2e8f589540772f8b06ea2a81f575db1edde84fc1829bb293b')
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd simplejson-simplejson-*
+  python setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd simplejson-simplejson-*
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-10 22:31:08 UTC (rev 106957)
+++ community-x86_64/PKGBUILD   2014-03-10 22:32:08 UTC (rev 106958)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: David Moore dav...@sjsoft.com
-
-pkgbase=python-simplejson
-pkgname=($pkgbase 'python2-simplejson')
-pkgver=3.3.3
-pkgrel=1
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='http://undefined.org/python/#simplejson'
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
-sha256sums=('3c1ea4826afdbbb2e8f589540772f8b06ea2a81f575db1edde84fc1829bb293b')
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd simplejson-simplejson-*
-  python setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:41:21
  Author: arodseth
Revision: 106960

archrelease: copy trunk to community-any

Added:
  python2-sqlobject/repos/community-any/PKGBUILD
(from rev 106959, python2-sqlobject/trunk/PKGBUILD)
Deleted:
  python2-sqlobject/repos/community-any/PKGBUILD

--+
 PKGBUILD |   63 ++---
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 22:41:13 UTC (rev 106959)
+++ PKGBUILD2014-03-10 22:41:21 UTC (rev 106960)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Todd Maynard a...@toddmaynard.com
-
-pkgname=python2-sqlobject
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Provides an object interface to your database'
-arch=('any')
-license=('LGPL')
-url='http://sqlobject.org/'
-depends=('python2-formencode')
-makedepends=('python2-distribute')
-optdepends=('python2-psycopg2: PostgreSQL database support'
-'python2-pysqlite-legacy: SQLite database support')
-source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
-sha256sums=('033bc56606a9d10d34a0f12141f56fe622bf0b62f3b11f3dd91fa0b5827a31ce')
-
-package() {
-  cd $srcdir/SQLObject-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-  find $pkgdir/usr/lib -type f -exec \
-sed -i 's,^#!/usr/bin/env python,#!/usr/bin/env python2,' {} \;
-  echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
-$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-sqlobject/repos/community-any/PKGBUILD (from rev 106959, 
python2-sqlobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-10 22:41:21 UTC (rev 106960)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=python2-sqlobject
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Provides an object interface to SQL databases'
+arch=('any')
+license=('LGPL')
+url='http://sqlobject.org/'
+depends=('python2-formencode')
+makedepends=('python2-setuptools')
+optdepends=('python2-psycopg2: PostgreSQL database support')
+source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
+sha256sums=('68f86ae270b59f9cb57eadbd6b82264c2684cf0ab582e62e1188d5f8d1456a8d')
+
+package() {
+  cd SQLObject-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+
+  find $pkgdir/usr/lib -type f -exec \
+sed -i 's,^#!/usr/bin/env python,#!/usr/bin/env python2,' {} \;
+
+  echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
+$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:41:13
  Author: arodseth
Revision: 106959

upgpkg: python2-sqlobject 1.5.1-1

Modified:
  python2-sqlobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 22:32:08 UTC (rev 106958)
+++ PKGBUILD2014-03-10 22:41:13 UTC (rev 106959)
@@ -5,9 +5,9 @@
 # Contributor: Todd Maynard a...@toddmaynard.com
 
 pkgname=python2-sqlobject
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Provides an object interface to your database'
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Provides an object interface to SQL databases'
 arch=('any')
 license=('LGPL')
 url='http://sqlobject.org/'
@@ -15,14 +15,16 @@
 makedepends=('python2-setuptools')
 optdepends=('python2-psycopg2: PostgreSQL database support')
 
source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
-sha256sums=('033bc56606a9d10d34a0f12141f56fe622bf0b62f3b11f3dd91fa0b5827a31ce')
+sha256sums=('68f86ae270b59f9cb57eadbd6b82264c2684cf0ab582e62e1188d5f8d1456a8d')
 
 package() {
-  cd $srcdir/SQLObject-$pkgver
+  cd SQLObject-$pkgver
 
   python2 setup.py install --root=$pkgdir
+
   find $pkgdir/usr/lib -type f -exec \
 sed -i 's,^#!/usr/bin/env python,#!/usr/bin/env python2,' {} \;
+
   echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
 $pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
 }



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

2014-03-10 Thread Alexander Rødseth
Date: Monday, March 10, 2014 @ 23:41:56
  Author: arodseth
Revision: 106961

archrelease: copy trunk to community-any

Added:
  python2-sqlobject/repos/community-any/PKGBUILD
(from rev 106960, python2-sqlobject/trunk/PKGBUILD)
Deleted:
  python2-sqlobject/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-10 22:41:21 UTC (rev 106960)
+++ PKGBUILD2014-03-10 22:41:56 UTC (rev 106961)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Todd Maynard a...@toddmaynard.com
-
-pkgname=python2-sqlobject
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Provides an object interface to SQL databases'
-arch=('any')
-license=('LGPL')
-url='http://sqlobject.org/'
-depends=('python2-formencode')
-makedepends=('python2-setuptools')
-optdepends=('python2-psycopg2: PostgreSQL database support')
-source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
-sha256sums=('68f86ae270b59f9cb57eadbd6b82264c2684cf0ab582e62e1188d5f8d1456a8d')
-
-package() {
-  cd SQLObject-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-
-  find $pkgdir/usr/lib -type f -exec \
-sed -i 's,^#!/usr/bin/env python,#!/usr/bin/env python2,' {} \;
-
-  echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
-$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-sqlobject/repos/community-any/PKGBUILD (from rev 106960, 
python2-sqlobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-10 22:41:56 UTC (rev 106961)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=python2-sqlobject
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Provides an object interface to SQL databases'
+arch=('any')
+license=('LGPL')
+url='http://sqlobject.org/'
+depends=('python2-formencode')
+makedepends=('python2-setuptools')
+optdepends=('python2-psycopg2: PostgreSQL database support')
+source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
+sha256sums=('68f86ae270b59f9cb57eadbd6b82264c2684cf0ab582e62e1188d5f8d1456a8d')
+
+package() {
+  cd SQLObject-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+
+  find $pkgdir/usr/lib -type f -exec \
+sed -i 's,^#!/usr/bin/env python,#!/usr/bin/env python2,' {} \;
+
+  echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
+$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-10 Thread Sébastien Luttringer
Date: Monday, March 10, 2014 @ 23:42:53
  Author: seblu
Revision: 106962

upgpkg: docker 1:0.9-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 22:41:56 UTC (rev 106961)
+++ PKGBUILD2014-03-10 22:42:53 UTC (rev 106962)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Seblu Luttringer
 
 pkgname=docker
-_truever=0.8.0
+_truever=0.9.0
 pkgver=${_truever%.*}
 pkgrel=1
 epoch=1
@@ -10,36 +10,30 @@
 arch=('x86_64')
 url='http://www.docker.io/'
 license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'lxc' 'sqlite' 'systemd')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
 makedepends=('git' 'go' 'btrfs-progs')
-optdepends=('btrfs-progs: btrfs backend support')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
 # don't strip binaries! A sha1 is used to check binary consistency.
 options=('!strip')
 install=$pkgname.install
 source=(git+https://github.com/dotcloud/docker.git#tag=v$_truever;)
 md5sums=('SKIP')
-# magic harcoded path
-_magic=src/github.com/dotcloud
 
-prepare() {
-  mkdir -p $_magic
-  ln -sfn ../../../docker $_magic/docker
-}
-
 build() {
-  cd $_magic/docker
-  export GOPATH=$srcdir:$srcdir/$_magic/docker/vendor
+  cd docker
+  export AUTO_GOPATH=1
   ./hack/make.sh dynbinary
 }
 
-check() {
-  cd $_magic/docker
-  # Will be added upstream soon
-  #./hack/make.sh dyntest
-}
+#check() {
+#  cd $_magic/docker
+#  # Will be added upstream soon
+#  ./hack/make.sh dyntest
+#}
 
 package() {
-  cd $_magic/docker
+  cd docker
   install -Dm755 bundles/$_truever/dynbinary/docker-$_truever 
$pkgdir/usr/bin/docker
   install -Dm755 bundles/$_truever/dynbinary/dockerinit-$_truever 
$pkgdir/usr/lib/docker/dockerinit
   # completion



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

2014-03-10 Thread Sébastien Luttringer
Date: Monday, March 10, 2014 @ 23:43:13
  Author: seblu
Revision: 106963

archrelease: copy trunk to community-testing-x86_64

Added:
  docker/repos/community-testing-x86_64/
  docker/repos/community-testing-x86_64/PKGBUILD
(from rev 106962, docker/trunk/PKGBUILD)
  docker/repos/community-testing-x86_64/docker.install
(from rev 106962, docker/trunk/docker.install)

+
 PKGBUILD   |   46 ++
 docker.install |   18 ++
 2 files changed, 64 insertions(+)

Copied: docker/repos/community-testing-x86_64/PKGBUILD (from rev 106962, 
docker/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-03-10 22:43:13 UTC (rev 106963)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgname=docker
+_truever=0.9.0
+pkgver=${_truever%.*}
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=(git+https://github.com/dotcloud/docker.git#tag=v$_truever;)
+md5sums=('SKIP')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  ./hack/make.sh dynbinary
+}
+
+#check() {
+#  cd $_magic/docker
+#  # Will be added upstream soon
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 bundles/$_truever/dynbinary/docker-$_truever 
$pkgdir/usr/bin/docker
+  install -Dm755 bundles/$_truever/dynbinary/dockerinit-$_truever 
$pkgdir/usr/lib/docker/dockerinit
+  # completion
+  install -Dm644 contrib/completion/bash/docker 
$pkgdir/usr/share/bash-completion/completions/docker
+  install -Dm644 contrib/completion/zsh/_docker 
$pkgdir/usr/share/zsh/site-functions/_docker
+  # systemd
+  install -Dm644 contrib/init/systemd/docker.service 
$pkgdir/usr/lib/systemd/system/docker.service
+}
+
+# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-testing-x86_64/docker.install (from rev 106962, 
docker/trunk/docker.install)
===
--- community-testing-x86_64/docker.install (rev 0)
+++ community-testing-x86_64/docker.install 2014-03-10 22:43:13 UTC (rev 
106963)
@@ -0,0 +1,18 @@
+# arg 1:  the new package version
+post_install() {
+  # create docker group (FS#38029)
+  getent group docker /dev/null || groupadd -g 142 docker
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  (( $(vercmp $2 '1:0.7.1-1')  0 ))   post_install $1 || true
+}
+
+# arg 1:  the old package version
+post_remove() {
+  groupdel docker /dev/null 21 || true
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-10 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 00:09:14
  Author: arodseth
Revision: 106964

Upgrading.

Does not compile with readline, there is a problem with the Function type.

Modified:
  swi-prolog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 22:43:13 UTC (rev 106963)
+++ PKGBUILD2014-03-10 23:09:14 UTC (rev 106964)
@@ -19,7 +19,7 @@
 'libxpm: for using the pl2xpce library'
 'libxinerama: for using the pl2xpce library'
 'libxft: for using the pl2xpce library')
-options=('!makeflags')
+#options=('!makeflags')
 source=(http://www.swi-prolog.org/download/stable/src/pl-$pkgver.tar.gz;)
 sha256sums=('e4996e363a19353f8b4eb1c19284fa73612b0137b32ba3cb066210567260b6cd')
 
@@ -27,6 +27,9 @@
   cd pl-$pkgver
 
   ./configure --prefix=/usr --with-world
+  cd src
+  ./configure --disable-readline --prefix=/usr
+  cd ..
   make
 }
 



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

2014-03-10 Thread Dave Reisner
Date: Tuesday, March 11, 2014 @ 03:44:35
  Author: dreisner
Revision: 207488

upgpkg: util-linux 2.24.1-2

- split out libutil-linux with runtime libraries

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 22:28:52 UTC (rev 207487)
+++ PKGBUILD2014-03-11 02:44:35 UTC (rev 207488)
@@ -3,19 +3,16 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
-pkgname=util-linux
+pkgbase=util-linux
+pkgname=(util-linux libutil-linux)
 pkgver=2.24.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')
 groups=('base' 'base-devel')
-depends=('pam' 'shadow' 'coreutils' 'glibc')
-optdepends=('python: python bindings to libmount')
 makedepends=('systemd' 'python')
 # checkdepends=('bc')
-conflicts=('util-linux-ng' 'eject')
-provides=(util-linux-ng=$pkgver 'eject')
 license=('GPL2')
 options=('strip' 'debug')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.24/$pkgname-$pkgver.tar.xz;
@@ -23,11 +20,6 @@
 pam-login
 pam-common
 pam-su)
-backup=(etc/pam.d/chfn
-etc/pam.d/chsh
-etc/pam.d/login
-etc/pam.d/su
-etc/pam.d/su-l)
 install=util-linux.install
 md5sums=('88d46ae23ca599ac5af9cf96b531590f'
  'a39554bfd65cccfd8254bb46922f4a67'
@@ -63,7 +55,17 @@
 #  make -C $pkgname-$pkgver check
 #}
 
-package() {
+package_util-linux() {
+  conflicts=('util-linux-ng' 'eject')
+  provides=(util-linux-ng=$pkgver 'eject')
+  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
+  optdepends=('python: python bindings to libmount')
+  backup=(etc/pam.d/chfn
+  etc/pam.d/chsh
+  etc/pam.d/login
+  etc/pam.d/su
+  etc/pam.d/su-l)
+
   cd $pkgname-$pkgver
 
   make DESTDIR=${pkgdir} install
@@ -86,4 +88,17 @@
   cd $pkgdir
   mv {,usr/}sbin/* usr/bin
   rmdir sbin usr/sbin
+
+  ### create libutil-linux split
+  rm -rf $srcdir/_libutil-linux
+  install -dm755 $srcdir/_libutil-linux/usr/lib
+  cd $srcdir/_libutil-linux
+  mv $pkgdir/usr/lib/lib*.{a,so}* usr/lib
 }
+
+package_libutil-linux() {
+  pkgdesc=util-linux runtime libraries
+  provides=('libblkid.so' 'libmount.so' 'libuuid.so')
+
+  mv $srcdir/_libutil-linux/* $pkgdir
+}



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

2014-03-10 Thread Dave Reisner
Date: Tuesday, March 11, 2014 @ 03:45:16
  Author: dreisner
Revision: 207489

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

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

---+
 testing-i686/PKGBUILD |  104 
 testing-i686/pam-common   |6 ++
 testing-i686/pam-login|7 ++
 testing-i686/pam-su   |9 +++
 testing-i686/util-linux.install   |   21 +++
 testing-i686/uuidd.tmpfiles   |1 
 testing-x86_64/PKGBUILD   |  104 
 testing-x86_64/pam-common |6 ++
 testing-x86_64/pam-login  |7 ++
 testing-x86_64/pam-su |9 +++
 testing-x86_64/util-linux.install |   21 +++
 testing-x86_64/uuidd.tmpfiles |1 
 12 files changed, 296 insertions(+)

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 207488, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-11 02:45:16 UTC (rev 207489)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgbase=util-linux
+pkgname=(util-linux libutil-linux)
+pkgver=2.24.1
+pkgrel=2
+pkgdesc=Miscellaneous system utilities for Linux
+url=http://www.kernel.org/pub/linux/utils/util-linux/;
+arch=('i686' 'x86_64')
+groups=('base' 'base-devel')
+makedepends=('systemd' 'python')
+# checkdepends=('bc')
+license=('GPL2')
+options=('strip' 'debug')
+source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.24/$pkgname-$pkgver.tar.xz;
+uuidd.tmpfiles
+pam-login
+pam-common
+pam-su)
+install=util-linux.install
+md5sums=('88d46ae23ca599ac5af9cf96b531590f'
+ 'a39554bfd65cccfd8254bb46922f4a67'
+ '4368b3f98abd8a32662e094c54e7f9b1'
+ 'a31374fef2cba0ca34dfc7078e2969e4'
+ 'fa85e5cce5d723275b14365ba71a8aad')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --bindir=/usr/bin \
+  --localstatedir=/run \
+  --enable-fs-paths-extra=/usr/bin \
+  --enable-raw \
+  --enable-vipw \
+  --enable-newgrp \
+  --enable-chfn-chsh \
+  --enable-write \
+  --enable-mesg \
+  --enable-socket-activation \
+  --with-python=3
+
+#  --enable-reset \ # part of ncurses
+#  --enable-last \ # not compat
+
+  make
+}
+
+#check() {
+# fails for some reason in chroot, works outside
+#  make -C $pkgname-$pkgver check
+#}
+
+package_util-linux() {
+  conflicts=('util-linux-ng' 'eject')
+  provides=(util-linux-ng=$pkgver 'eject')
+  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
+  optdepends=('python: python bindings to libmount')
+  backup=(etc/pam.d/chfn
+  etc/pam.d/chsh
+  etc/pam.d/login
+  etc/pam.d/su
+  etc/pam.d/su-l)
+
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # setuid chfn and chsh
+  chmod 4755 $pkgdir/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files for login-utils
+  install -Dm644 $srcdir/pam-common $pkgdir/etc/pam.d/chfn
+  install -m644 $srcdir/pam-common $pkgdir/etc/pam.d/chsh
+  install -m644 $srcdir/pam-login $pkgdir/etc/pam.d/login
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su-l
+
+  # include tmpfiles fragment for uuidd
+  # TODO(dreisner): offer this upstream?
+  install -Dm644 $srcdir/uuidd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/uuidd.conf
+
+  # 

[arch-commits] Commit in ntp/trunk (PKGBUILD ntpdate.service)

2014-03-10 Thread Gaetan Bisson
Date: Tuesday, March 11, 2014 @ 05:39:48
  Author: bisson
Revision: 207490

implement FS#39326

Modified:
  ntp/trunk/PKGBUILD
  ntp/trunk/ntpdate.service

-+
 PKGBUILD|4 ++--
 ntpdate.service |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 02:45:16 UTC (rev 207489)
+++ PKGBUILD2014-03-11 04:39:48 UTC (rev 207490)
@@ -5,7 +5,7 @@
 pkgname=ntp
 pkgver=4.2.6.p5
 _realver=4.2.6p5
-pkgrel=18
+pkgrel=19
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -20,7 +20,7 @@
 sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
   'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
   'dd24216e8333e12d5080965696602591c72537b1'
-  'e1c48cba549b7d21501aadf513926e463884c090'
+  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee'
 )
 
 install=install

Modified: ntpdate.service
===
--- ntpdate.service 2014-03-11 02:45:16 UTC (rev 207489)
+++ ntpdate.service 2014-03-11 04:39:48 UTC (rev 207490)
@@ -1,11 +1,12 @@
 [Unit]
 Description=One-Shot Network Time Service
 After=network.target nss-lookup.target
+Before=ntpd.service
 
 [Service]
 Type=oneshot
 PrivateTmp=true
-ExecStart=/usr/bin/ntpd -q -g -u ntp:ntp
+ExecStart=/usr/bin/ntpd -q -n -g -u ntp:ntp
 
 [Install]
 WantedBy=multi-user.target



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

2014-03-10 Thread Gaetan Bisson
Date: Tuesday, March 11, 2014 @ 05:40:40
  Author: bisson
Revision: 207491

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

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 207490, ntp/trunk/PKGBUILD)
  ntp/repos/extra-i686/install
(from rev 207490, ntp/trunk/install)
  ntp/repos/extra-i686/ntp.conf
(from rev 207490, ntp/trunk/ntp.conf)
  ntp/repos/extra-i686/ntpd.service
(from rev 207490, ntp/trunk/ntpd.service)
  ntp/repos/extra-i686/ntpdate.service
(from rev 207490, ntp/trunk/ntpdate.service)
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 207490, ntp/trunk/PKGBUILD)
  ntp/repos/extra-x86_64/install
(from rev 207490, ntp/trunk/install)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 207490, ntp/trunk/ntp.conf)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 207490, ntp/trunk/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 207490, ntp/trunk/ntpdate.service)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/install
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntpd.service
  ntp/repos/extra-i686/ntpdate.service
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/install
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate.service

--+
 /PKGBUILD|  120 +
 /install |   74 +
 /ntp.conf|   38 
 /ntpd.service|   26 
 /ntpdate.service |   24 
 extra-i686/PKGBUILD  |   60 
 extra-i686/install   |   37 
 extra-i686/ntp.conf  |   19 --
 extra-i686/ntpd.service  |   13 
 extra-i686/ntpdate.service   |   11 ---
 extra-x86_64/PKGBUILD|   60 
 extra-x86_64/install |   37 
 extra-x86_64/ntp.conf|   19 --
 extra-x86_64/ntpd.service|   13 
 extra-x86_64/ntpdate.service |   11 ---
 15 files changed, 282 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-11 04:39:48 UTC (rev 207490)
+++ extra-i686/PKGBUILD 2014-03-11 04:40:40 UTC (rev 207491)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-
-pkgname=ntp
-pkgver=4.2.6.p5
-_realver=4.2.6p5
-pkgrel=18
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-makedepends=('perl-html-parser')
-depends=('openssl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz;
-'ntp.conf'
-'ntpd.service'
-'ntpdate.service')
-sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
-  'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
-  'dd24216e8333e12d5080965696602591c72537b1'
-  'e1c48cba549b7d21501aadf513926e463884c090'
-)
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${_realver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-linuxcaps \
-   --enable-ntp-signd \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${_realver}
-
-   make DESTDIR=${pkgdir} install
-
-   rmdir ${pkgdir}/usr/{lib,sbin}
-   install -d -o 87 ${pkgdir}/var/lib/ntp
-   install -Dm644 ../ntp.conf ${pkgdir}/etc/ntp.conf
-   install -Dm644 ../ntpd.service 
${pkgdir}/usr/lib/systemd/system/ntpd.service
-   install -Dm644 ../ntpdate.service 
${pkgdir}/usr/lib/systemd/system/ntpdate.service
-   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   
-   cd html
-   ../scripts/html2man
-   install -d ${pkgdir}/usr/share/man
-   mv man/man* ${pkgdir}/usr/share/man
-   mv ${pkgdir}/usr/share/man/man8/ntpd.8 
${pkgdir}/usr/share/man/man8/ntp-ntpd.8 # we should ditch openntpd
-
-   install -dm755 ${pkgdir}/usr/lib/systemd/ntp-units.d
-   echo 'ntpd.service'  
${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list
-}

Copied: ntp/repos/extra-i686/PKGBUILD (from rev 207490, ntp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-11 04:40:40 UTC (rev 207491)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+
+pkgname=ntp
+pkgver=4.2.6.p5
+_realver=4.2.6p5
+pkgrel=19
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+makedepends=('perl-html-parser')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')

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

2014-03-10 Thread Anatol Pomozov
Date: Tuesday, March 11, 2014 @ 05:56:41
  Author: anatolik
Revision: 106965

desktop-file-utils is not a hard requirement. In should be used if it present 
(head-full) machines; and update-desktop-database should be ignored on headless 
machines

Modified:
  mldonkey/trunk/PKGBUILD
  mldonkey/trunk/mldonkey.install

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-10 23:09:14 UTC (rev 106964)
+++ PKGBUILD2014-03-11 04:56:41 UTC (rev 106965)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 url='http://mldonkey.sourceforge.net/'
 license=(GPL)
-depends=(desktop-file-utils file gd)
+depends=(file gd)
 makedepends=(lablgtk2 librsvg ocaml)
 optdepends=('librsvg: GUI support'
 'gtk2: GUI support')

Modified: mldonkey.install
===
--- mldonkey.install2014-03-10 23:09:14 UTC (rev 106964)
+++ mldonkey.install2014-03-11 04:56:41 UTC (rev 106965)
@@ -8,7 +8,7 @@
 
   mkdir -p /var/lib/mldonkey
   chown mldonkey:mldonkey /var/lib/mldonkey
-  update-desktop-database -q
+  type -P update-desktop-database /dev/null  update-desktop-database -q
 }
 
 post_upgrade() {
@@ -23,5 +23,5 @@
 groupdel mldonkey
   fi
 
-  update-desktop-database -q
+  type -P update-desktop-database /dev/null  update-desktop-database -q
 }