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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:14:53
  Author: bgyorgy
Revision: 97663

upgpkg: emerillon 0.1.90-5

Rebuild for cogl 1.16

Modified:
  emerillon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 01:54:41 UTC (rev 97662)
+++ PKGBUILD2013-09-27 02:14:53 UTC (rev 97663)
@@ -2,7 +2,7 @@
 
 pkgname=emerillon
 pkgver=0.1.90
-pkgrel=4
+pkgrel=5
 pkgdesc=Map viewer for OpenStreetMap
 arch=('i686' 'x86_64')
 url=http://projects.gnome.org/emerillon/;
@@ -18,7 +18,7 @@
   cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-static --disable-schemas-compile 
--disable-maintainer-mode
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:14:59
  Author: bgyorgy
Revision: 97664

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

Added:
  emerillon/repos/community-staging-i686/
  emerillon/repos/community-staging-i686/PKGBUILD
(from rev 97663, emerillon/trunk/PKGBUILD)
  emerillon/repos/community-staging-i686/emerillon.install
(from rev 97663, emerillon/trunk/emerillon.install)
  emerillon/repos/community-staging-x86_64/
  emerillon/repos/community-staging-x86_64/PKGBUILD
(from rev 97663, emerillon/trunk/PKGBUILD)
  emerillon/repos/community-staging-x86_64/emerillon.install
(from rev 97663, emerillon/trunk/emerillon.install)

+
 community-staging-i686/PKGBUILD|   33 +++
 community-staging-i686/emerillon.install   |   11 +
 community-staging-x86_64/PKGBUILD  |   33 +++
 community-staging-x86_64/emerillon.install |   11 +
 4 files changed, 88 insertions(+)

Copied: emerillon/repos/community-staging-i686/PKGBUILD (from rev 97663, 
emerillon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-27 02:14:59 UTC (rev 97664)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=5
+pkgdesc=Map viewer for OpenStreetMap
+arch=('i686' 'x86_64')
+url=http://projects.gnome.org/emerillon/;
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile 
--disable-maintainer-mode
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: emerillon/repos/community-staging-i686/emerillon.install (from rev 
97663, emerillon/trunk/emerillon.install)
===
--- community-staging-i686/emerillon.install(rev 0)
+++ community-staging-i686/emerillon.install2013-09-27 02:14:59 UTC (rev 
97664)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: emerillon/repos/community-staging-x86_64/PKGBUILD (from rev 97663, 
emerillon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-09-27 02:14:59 UTC (rev 97664)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=5
+pkgdesc=Map viewer for OpenStreetMap
+arch=('i686' 'x86_64')
+url=http://projects.gnome.org/emerillon/;
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile 
--disable-maintainer-mode
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: emerillon/repos/community-staging-x86_64/emerillon.install (from rev 
97663, emerillon/trunk/emerillon.install)
===
--- community-staging-x86_64/emerillon.install  (rev 0)
+++ community-staging-x86_64/emerillon.install  2013-09-27 02:14:59 UTC (rev 
97664)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:23:18
  Author: bgyorgy
Revision: 97665

upgpkg: gnome-screensaver 3.6.1-6

Rebuild for gnome-desktop 3.10

Modified:
  gnome-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 02:14:59 UTC (rev 97664)
+++ PKGBUILD2013-09-27 02:23:18 UTC (rev 97665)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-screensaver
 pkgver=3.6.1
-pkgrel=5
+pkgrel=6
 pkgdesc=Legacy GNOME screensaver
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -25,7 +25,7 @@
 'c4da9c18b543ecbc781c1f103321b324a855bdd0979fd36b437f6033736ad4bb'
 '516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
 
   # Upstream patch that moves gnome-screensaver desktop file out of autostart
@@ -36,7 +36,11 @@
 
   # Lock screen on suspend with systemd
   patch -Np1 -i $srcdir/lock_screen_on_suspend.patch
+}
 
+build() {
+  cd $pkgname-$pkgver
+
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --with-mit-ext



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

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:23:28
  Author: bgyorgy
Revision: 97666

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

Added:
  gnome-screensaver/repos/community-staging-i686/
  gnome-screensaver/repos/community-staging-i686/PKGBUILD
(from rev 97665, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-staging-i686/fix-autoconf.patch
(from rev 97665, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-staging-i686/gnome-screensaver.pam
(from rev 97665, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-staging-i686/lock_screen_on_suspend.patch
(from rev 97665, gnome-screensaver/trunk/lock_screen_on_suspend.patch)
  gnome-screensaver/repos/community-staging-i686/move-desktop-file.patch
(from rev 97665, gnome-screensaver/trunk/move-desktop-file.patch)
  gnome-screensaver/repos/community-staging-x86_64/
  gnome-screensaver/repos/community-staging-x86_64/PKGBUILD
(from rev 97665, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-staging-x86_64/fix-autoconf.patch
(from rev 97665, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-staging-x86_64/gnome-screensaver.pam
(from rev 97665, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-staging-x86_64/lock_screen_on_suspend.patch
(from rev 97665, gnome-screensaver/trunk/lock_screen_on_suspend.patch)
  gnome-screensaver/repos/community-staging-x86_64/move-desktop-file.patch
(from rev 97665, gnome-screensaver/trunk/move-desktop-file.patch)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/fix-autoconf.patch |   12 +++
 community-staging-i686/gnome-screensaver.pam  |3 
 community-staging-i686/lock_screen_on_suspend.patch   |   51 +++
 community-staging-i686/move-desktop-file.patch|   34 ++
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/fix-autoconf.patch   |   12 +++
 community-staging-x86_64/gnome-screensaver.pam|3 
 community-staging-x86_64/lock_screen_on_suspend.patch |   51 +++
 community-staging-x86_64/move-desktop-file.patch  |   34 ++
 10 files changed, 308 insertions(+)

Copied: gnome-screensaver/repos/community-staging-i686/PKGBUILD (from rev 
97665, gnome-screensaver/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-27 02:23:28 UTC (rev 97666)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-screensaver
+pkgver=3.6.1
+pkgrel=6
+pkgdesc=Legacy GNOME screensaver
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://live.gnome.org/GnomeScreensaver;
+backup=(etc/pam.d/gnome-screensaver)
+depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop')
+makedepends=('intltool' 'gnome-common')
+optdepends=('gnome-themes-standard: default background')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+   gnome-screensaver.pam
+   move-desktop-file.patch
+   fix-autoconf.patch
+   lock_screen_on_suspend.patch)
+sha256sums=('f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
+'4bb96f62aa069c83b629204a79a3f63b146bcaf773569aee8b5dd23fbcd88974'
+'c4da9c18b543ecbc781c1f103321b324a855bdd0979fd36b437f6033736ad4bb'
+'516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Upstream patch that moves gnome-screensaver desktop file out of autostart
+  patch -Np1 -i $srcdir/move-desktop-file.patch
+
+  # Fix build
+  patch -Np1 -i $srcdir/fix-autoconf.patch
+
+  # Lock screen on suspend with systemd
+  patch -Np1 -i $srcdir/lock_screen_on_suspend.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --with-mit-ext
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../gnome-screensaver.pam $pkgdir/etc/pam.d/gnome-screensaver
+}

Copied: gnome-screensaver/repos/community-staging-i686/fix-autoconf.patch (from 
rev 97665, gnome-screensaver/trunk/fix-autoconf.patch)
===
--- community-staging-i686/fix-autoconf.patch   (rev 0)
+++ community-staging-i686/fix-autoconf.patch   2013-09

[arch-commits] Commit in gnome-settings-daemon-compat/trunk (PKGBUILD)

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:31:17
  Author: bgyorgy
Revision: 97667

upgpkg: gnome-settings-daemon-compat 3.6.4-4

Rebuild for gnome-desktop 3.10

Modified:
  gnome-settings-daemon-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 02:23:28 UTC (rev 97666)
+++ PKGBUILD2013-09-27 02:31:17 UTC (rev 97667)
@@ -5,7 +5,7 @@
 pkgname=gnome-settings-daemon-compat
 _pkgname=gnome-settings-daemon
 pkgver=3.6.4
-pkgrel=3
+pkgrel=4
 pkgdesc=Compatibility package that provides background, media keys and mount 
helpers for the Gnome Flashback session
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -31,7 +31,7 @@
 '730f11d5689892fbab9aa2896f3720e813d17e2455f34fd3a0751e49f5b4c26c'
 'c58ace67581a1e14dc21efc8d22dd1f385cd05483d67e8a385b0767a8daf9fb4')
 
-build() {
+prepare() {
   cd $_pkgname-$pkgver
 
   # Build background and media keys helpers as a stand alone binary
@@ -54,6 +54,11 @@
   # Move desktop files out of autostart, so they can be easily reusable in 
custom sessions
   patch -Np1 -i ../move-desktop-file.patch
 
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$_pkgname \
   --disable-static --enable-systemd



[arch-commits] Commit in gnome-settings-daemon-compat/repos (20 files)

2013-09-26 Thread Balló György
Date: Friday, September 27, 2013 @ 04:31:32
  Author: bgyorgy
Revision: 97668

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

Added:
  gnome-settings-daemon-compat/repos/community-staging-i686/
  gnome-settings-daemon-compat/repos/community-staging-i686/PKGBUILD
(from rev 97667, gnome-settings-daemon-compat/trunk/PKGBUILD)
  
gnome-settings-daemon-compat/repos/community-staging-i686/draw-background-unconditionally.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/draw-background-unconditionally.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/move-desktop-file.patch
(from rev 97667, gnome-settings-daemon-compat/trunk/move-desktop-file.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/remove-libgsd-dependency.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/remove-libgsd-dependency.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/revert-input-sources.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/revert-input-sources.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/sessionisactive-port.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/sessionisactive-port.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/standalone-background-helper.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/standalone-background-helper.patch)
  
gnome-settings-daemon-compat/repos/community-staging-i686/standalone-media-keys-helper.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/standalone-media-keys-helper.patch)
  gnome-settings-daemon-compat/repos/community-staging-i686/xinput.patch
(from rev 97667, gnome-settings-daemon-compat/trunk/xinput.patch)
  gnome-settings-daemon-compat/repos/community-staging-x86_64/
  gnome-settings-daemon-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 97667, gnome-settings-daemon-compat/trunk/PKGBUILD)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/draw-background-unconditionally.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/draw-background-unconditionally.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/move-desktop-file.patch
(from rev 97667, gnome-settings-daemon-compat/trunk/move-desktop-file.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/remove-libgsd-dependency.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/remove-libgsd-dependency.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/revert-input-sources.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/revert-input-sources.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/sessionisactive-port.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/sessionisactive-port.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/standalone-background-helper.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/standalone-background-helper.patch)
  
gnome-settings-daemon-compat/repos/community-staging-x86_64/standalone-media-keys-helper.patch
(from rev 97667, 
gnome-settings-daemon-compat/trunk/standalone-media-keys-helper.patch)
  gnome-settings-daemon-compat/repos/community-staging-x86_64/xinput.patch
(from rev 97667, gnome-settings-daemon-compat/trunk/xinput.patch)

+
 community-staging-i686/PKGBUILD|   80 +
 community-staging-i686/draw-background-unconditionally.patch   |  162 ++
 community-staging-i686/move-desktop-file.patch |   60 +
 community-staging-i686/remove-libgsd-dependency.patch  |  160 ++
 community-staging-i686/revert-input-sources.patch  |  123 ++
 community-staging-i686/sessionisactive-port.patch  |   73 +
 community-staging-i686/standalone-background-helper.patch  |  437 +++
 community-staging-i686/standalone-media-keys-helper.patch  |  564 
++
 community-staging-i686/xinput.patch|   36 
 community-staging-x86_64/PKGBUILD  |   80 +
 community-staging-x86_64/draw-background-unconditionally.patch |  162 ++
 community-staging-x86_64/move-desktop-file.patch   |   60 +
 community-staging-x86_64/remove-libgsd-dependency.patch|  160 ++
 community-staging-x86_64/revert-input-sources.patch|  123 ++
 community-staging-x86_64/sessionisactive-port.patch|   73 +
 community-staging-x86_64/standalone-background-helper.patch|  437 +++
 community-staging-x86_64/standalone-media-keys-helper.patch|  564 
++
 community-staging-x86_64/xinput.patch  |   36 
 18 files changed, 3390 insertions(+)

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


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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 18:05:09
  Author: bgyorgy
Revision: 97693

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

Added:
  gnome-panel/repos/community-i686/PKGBUILD
(from rev 97692, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-i686/gnome-panel.install
(from rev 97692, gnome-panel/trunk/gnome-panel.install)
  gnome-panel/repos/community-i686/session.patch
(from rev 97692, gnome-panel/trunk/session.patch)
  gnome-panel/repos/community-x86_64/PKGBUILD
(from rev 97692, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-x86_64/gnome-panel.install
(from rev 97692, gnome-panel/trunk/gnome-panel.install)
  gnome-panel/repos/community-x86_64/session.patch
(from rev 97692, gnome-panel/trunk/session.patch)
Deleted:
  gnome-panel/repos/community-i686/0001-Add-the-GNOME-Flashback-session.patch
  gnome-panel/repos/community-i686/18_fix_force_quit_applet.patch
  gnome-panel/repos/community-i686/PKGBUILD
  gnome-panel/repos/community-i686/drop-gweather-xml-include.patch
  gnome-panel/repos/community-i686/fix-autoconf.patch
  gnome-panel/repos/community-i686/gnome-desktop-3.8.patch
  gnome-panel/repos/community-i686/gnome-panel.install
  gnome-panel/repos/community-x86_64/0001-Add-the-GNOME-Flashback-session.patch
  gnome-panel/repos/community-x86_64/18_fix_force_quit_applet.patch
  gnome-panel/repos/community-x86_64/PKGBUILD
  gnome-panel/repos/community-x86_64/drop-gweather-xml-include.patch
  gnome-panel/repos/community-x86_64/fix-autoconf.patch
  gnome-panel/repos/community-x86_64/gnome-desktop-3.8.patch
  gnome-panel/repos/community-x86_64/gnome-panel.install

-+
 /PKGBUILD   |  118 +
 /gnome-panel.install|   24 +
 community-i686/0001-Add-the-GNOME-Flashback-session.patch   |   95 
 community-i686/18_fix_force_quit_applet.patch   |   98 
 community-i686/PKGBUILD |   79 ---
 community-i686/drop-gweather-xml-include.patch  |   10 
 community-i686/fix-autoconf.patch   |   11 
 community-i686/gnome-desktop-3.8.patch  |  199 --
 community-i686/gnome-panel.install  |   12 
 community-i686/session.patch|8 
 community-x86_64/0001-Add-the-GNOME-Flashback-session.patch |   95 
 community-x86_64/18_fix_force_quit_applet.patch |   98 
 community-x86_64/PKGBUILD   |   79 ---
 community-x86_64/drop-gweather-xml-include.patch|   10 
 community-x86_64/fix-autoconf.patch |   11 
 community-x86_64/gnome-desktop-3.8.patch|  199 --
 community-x86_64/gnome-panel.install|   12 
 community-x86_64/session.patch  |8 
 18 files changed, 158 insertions(+), 1008 deletions(-)

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


[arch-commits] Commit in gnome-panel/trunk (7 files)

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 18:05:00
  Author: bgyorgy
Revision: 97692

upgpkg: gnome-panel 3.8.0-1

Update to version 3.8.0

Added:
  gnome-panel/trunk/session.patch
Modified:
  gnome-panel/trunk/PKGBUILD
Deleted:
  gnome-panel/trunk/0001-Add-the-GNOME-Flashback-session.patch
  gnome-panel/trunk/18_fix_force_quit_applet.patch
  gnome-panel/trunk/drop-gweather-xml-include.patch
  gnome-panel/trunk/fix-autoconf.patch
  gnome-panel/trunk/gnome-desktop-3.8.patch

+
 0001-Add-the-GNOME-Flashback-session.patch |   95 
 18_fix_force_quit_applet.patch |   98 -
 PKGBUILD   |   48 +-
 drop-gweather-xml-include.patch|   10 -
 fix-autoconf.patch |   11 -
 gnome-desktop-3.8.patch|  199 ---
 session.patch  |8 +
 7 files changed, 22 insertions(+), 447 deletions(-)

Deleted: 0001-Add-the-GNOME-Flashback-session.patch
===
--- 0001-Add-the-GNOME-Flashback-session.patch  2013-09-27 15:39:56 UTC (rev 
97691)
+++ 0001-Add-the-GNOME-Flashback-session.patch  2013-09-27 16:05:00 UTC (rev 
97692)
@@ -1,95 +0,0 @@
-From a5b951654b856d899e8c6a4116b4ccc4f18aac91 Mon Sep 17 00:00:00 2001
-From: Jeremy Bicha jbi...@ubuntu.com
-Date: Sun, 24 Feb 2013 17:22:29 -0500
-Subject: [PATCH] Add the GNOME Flashback session
-
-This was removed from gnome-session 3.7.4 so let's it add it back here
-(under new name)
-
-https://bugzilla.gnome.org/show_bug.cgi?id=694625

- data/Makefile.am|   18 +-
- data/gnome-flashback.desktop.in |7 +++
- data/gnome-flashback.session.desktop.in |3 +++
- po/POTFILES.in  |2 ++
- 4 files changed, 29 insertions(+), 1 deletion(-)
- create mode 100644 data/gnome-flashback.desktop.in
- create mode 100644 data/gnome-flashback.session.desktop.in
-
-diff --git a/data/Makefile.am b/data/Makefile.am
-index 83f82e2..84e1954 100644
 a/data/Makefile.am
-+++ b/data/Makefile.am
-@@ -30,17 +30,33 @@ gsettings_SCHEMAS = $(gsettings_schemas_in:.xml.in=.xml)
- 
- @GSETTINGS_RULES@
- 
-+sessiondir = $(datadir)/gnome-session/sessions
-+session_in_files = gnome-flashback.session.desktop.in
-+session_DATA = $(session_in_files:.session.desktop.in=.session)
-+
-+xsessiondir = $(datadir)/xsessions
-+xsession_in_files = gnome-flashback.desktop.in
-+xsession_DATA = $(xsession_in_files:.desktop.in=.desktop)
-+
-+%.session: %.session.desktop.in   $(INTLTOOL_MERGE) $(wildcard 
$(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c 
$(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $ $@
-+
-+@INTLTOOL_DESKTOP_RULE@
-+
- default_layoutdir   = $(datadir)/gnome-panel
- default_layout_DATA = panel-default-layout.layout
- 
- EXTRA_DIST =  \
-   $(gsettings_schemas_in_in)  \
-+  $(session_in_files) \
-+  $(xsession_in_files)\
-   $(default_layout_DATA)
- 
- CLEANFILES =  \
-   $(gsettings__enum_file) \
-   $(gsettings_SCHEMAS_in) \
-   $(gsettings_SCHEMAS)\
--  *.gschema.valid
-+  *.gschema.valid \
-+  $(session_DATA) \
-+  $(xsession_DATA)
- 
- -include $(top_srcdir)/git.mk
-diff --git a/data/gnome-flashback.desktop.in b/data/gnome-flashback.desktop.in
-new file mode 100644
-index 000..4856f75
 /dev/null
-+++ b/data/gnome-flashback.desktop.in
-@@ -0,0 +1,7 @@
-+[Desktop Entry]
-+_Name=GNOME Flashback
-+_Comment=This session logs you into GNOME with the traditional panel
-+Exec=gnome-session --session=gnome-flashback
-+TryExec=gnome-session
-+Icon=
-+Type=Application
-diff --git a/data/gnome-flashback.session.desktop.in 
b/data/gnome-flashback.session.desktop.in
-new file mode 100644
-index 000..c012c58
 /dev/null
-+++ b/data/gnome-flashback.session.desktop.in
-@@ -0,0 +1,3 @@
-+[GNOME Session]
-+_Name=GNOME Flashback
-+RequiredComponents=gnome-panel;gnome-settings-daemon;gnome-screensaver;metacity;notification-daemon;polkit-gnome-authentication-agent-1;gnome-fallback-background-helper;gnome-fallback-media-keys-helper;gnome-fallback-mount-helper;
-diff --git a/po/POTFILES.in b/po/POTFILES.in
-index bc65c4c..a6aa6c7 100644
 a/po/POTFILES.in
-+++ b/po/POTFILES.in
-@@ -23,6 +23,8 @@ applets/wncklet/window-menu.c
- applets/wncklet/wncklet.c
- applets/wncklet/workspace-switcher.c
- [type: gettext/glade]applets/wncklet/workspace-switcher.ui
-+data/gnome-flashback.desktop.in
-+data/gnome-flashback.session.desktop.in
- data/org.gnome.gnome-panel.applet.clock.gschema.xml.in.in
- data/org.gnome.gnome-panel.applet.fish.gschema.xml.in.in
- data/org.gnome.gnome-panel.applet.window-list.gschema.xml.in.in
--- 
-1.7.10.4
-

Deleted: 18_fix_force_quit_applet.patch

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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 18:20:36
  Author: bgyorgy
Revision: 97695

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

Added:
  gnome-panel/repos/community-staging-i686/
  gnome-panel/repos/community-staging-i686/PKGBUILD
(from rev 97694, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-staging-i686/gnome-panel.install
(from rev 97694, gnome-panel/trunk/gnome-panel.install)
  gnome-panel/repos/community-staging-i686/libgweather-3.10.patch
(from rev 97694, gnome-panel/trunk/libgweather-3.10.patch)
  gnome-panel/repos/community-staging-i686/session.patch
(from rev 97694, gnome-panel/trunk/session.patch)
  gnome-panel/repos/community-staging-x86_64/
  gnome-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 97694, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-staging-x86_64/gnome-panel.install
(from rev 97694, gnome-panel/trunk/gnome-panel.install)
  gnome-panel/repos/community-staging-x86_64/libgweather-3.10.patch
(from rev 97694, gnome-panel/trunk/libgweather-3.10.patch)
  gnome-panel/repos/community-staging-x86_64/session.patch
(from rev 97694, gnome-panel/trunk/session.patch)

-+
 community-staging-i686/PKGBUILD |   64 ++
 community-staging-i686/gnome-panel.install  |   12 
 community-staging-i686/libgweather-3.10.patch   |   15 +
 community-staging-i686/session.patch|8 ++
 community-staging-x86_64/PKGBUILD   |   64 ++
 community-staging-x86_64/gnome-panel.install|   12 
 community-staging-x86_64/libgweather-3.10.patch |   15 +
 community-staging-x86_64/session.patch  |8 ++
 8 files changed, 198 insertions(+)

Copied: gnome-panel/repos/community-staging-i686/PKGBUILD (from rev 97694, 
gnome-panel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-27 16:20:36 UTC (rev 97695)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=gnome-panel
+pkgname=('gnome-panel' 'gnome-flashback-session')
+pkgver=3.8.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=Legacy GNOME panel
+url=https://live.gnome.org/GnomePanel;
+depends=('dconf' 'evolution-data-server' 'gconf' 'gnome-desktop' 'gnome-menus' 
'librsvg'
+ 'libwnck3' 'telepathy-glib')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'networkmanager')
+install=$pkgbase.install
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz
+libgweather-3.10.patch
+session.patch)
+sha256sums=('d1cda458a38cb4f7d2a50c61b1a72f4bf4c39cab65ae0e6cfdc4e0c122252e7a'
+'d9e21449fc6c5f235673fe47e5b817ac7597490518a557908b14ca875263d90e'
+'cd4c21cf394ea5a702c660bb0d31cae31260bec1cee4e7ca8ee6c8aec2707ebb')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with libgweather 3.10
+  patch -Np1 -i $srcdir/libgweather-3.10.patch
+
+  # Add more required components to the session file
+  patch -Np1 -i $srcdir/session.patch
+}
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgbase \
+  --disable-static --disable-schemas-compile \
+  PYTHON=/usr/bin/python2 
+  make
+}
+
+package_gnome-panel() {
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Split out the session files
+  rm -r $pkgdir/usr/{lib/gnome-panel/gnome-*,share/{gnome-session,xsessions}}
+}
+
+package_gnome-flashback-session() {
+  pkgdesc=Shell for Gnome 3 which was initially called Gnome Fallback
+  url=https://live.gnome.org/GnomeFlashback;
+  depends=('gnome-screensaver' 'gnome-panel' 'gnome-session' 
'gnome-settings-daemon'
+   'gnome-settings-daemon-compat' 'gnome-themes-standard' 'metacity'
+   'notification-daemon' 'polkit-gnome')
+  install=
+
+  cd $pkgbase-$pkgver
+  make -C gnome-panel DESTDIR=$pkgdir install-libexecSCRIPTS
+  make -C data DESTDIR=$pkgdir install-sessionDATA
+  make -C data DESTDIR=$pkgdir install-xsessionDATA
+}

Copied: gnome-panel/repos/community-staging-i686/gnome-panel.install (from rev 
97694, gnome-panel/trunk/gnome-panel.install)
===
--- community-staging-i686/gnome-panel.install  (rev 0)
+++ community-staging-i686/gnome-panel.install  2013-09-27 16:20:36 UTC (rev 
97695)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-panel/repos/community-staging-i686

[arch-commits] Commit in gnome-panel/trunk (PKGBUILD libgweather-3.10.patch)

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 18:20:27
  Author: bgyorgy
Revision: 97694

upgpkg: gnome-panel 3.8.0-2

Rebuild for GNOME 3.10

Added:
  gnome-panel/trunk/libgweather-3.10.patch
Modified:
  gnome-panel/trunk/PKGBUILD

+
 PKGBUILD   |7 ++-
 libgweather-3.10.patch |   15 +++
 2 files changed, 21 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 16:05:09 UTC (rev 97693)
+++ PKGBUILD2013-09-27 16:20:27 UTC (rev 97694)
@@ -5,7 +5,7 @@
 pkgbase=gnome-panel
 pkgname=('gnome-panel' 'gnome-flashback-session')
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 pkgdesc=Legacy GNOME panel
@@ -16,13 +16,18 @@
 install=$pkgbase.install
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz
+libgweather-3.10.patch
 session.patch)
 sha256sums=('d1cda458a38cb4f7d2a50c61b1a72f4bf4c39cab65ae0e6cfdc4e0c122252e7a'
+'d9e21449fc6c5f235673fe47e5b817ac7597490518a557908b14ca875263d90e'
 'cd4c21cf394ea5a702c660bb0d31cae31260bec1cee4e7ca8ee6c8aec2707ebb')
 
 prepare() {
   cd $pkgbase-$pkgver
 
+  # Fix build with libgweather 3.10
+  patch -Np1 -i $srcdir/libgweather-3.10.patch
+
   # Add more required components to the session file
   patch -Np1 -i $srcdir/session.patch
 }

Added: libgweather-3.10.patch
===
--- libgweather-3.10.patch  (rev 0)
+++ libgweather-3.10.patch  2013-09-27 16:20:27 UTC (rev 97694)
@@ -0,0 +1,15 @@
+diff -Naur gnome-panel-3.6.2.orig/applets/clock/clock-location.c 
gnome-panel-3.6.2/applets/clock/clock-location.c
+--- gnome-panel-3.6.2.orig/applets/clock/clock-location.c  2013-09-27 
02:39:03.315952789 +
 gnome-panel-3.6.2/applets/clock/clock-location.c   2013-09-27 
02:40:24.552036953 +
+@@ -542,9 +542,8 @@
+   }
+ 
+   priv-weather_info =
+-  gweather_info_new_for_world (priv-world,
+-   priv-loc,
+-   GWEATHER_FORECAST_LIST);
++  gweather_info_new (priv-loc,
++ GWEATHER_FORECAST_LIST);
+   g_signal_connect (priv-weather_info, updated,
+ G_CALLBACK (weather_info_updated), loc);
+ 



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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 19:10:24
  Author: bgyorgy
Revision: 97697

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

Added:
  nemo/repos/community-staging-i686/
  nemo/repos/community-staging-i686/PKGBUILD
(from rev 97696, nemo/trunk/PKGBUILD)
  nemo/repos/community-staging-i686/nemo.install
(from rev 97696, nemo/trunk/nemo.install)
  nemo/repos/community-staging-i686/remove-desktop-background.patch
(from rev 97696, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-staging-i686/tracker-0.16.patch
(from rev 97696, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-staging-x86_64/
  nemo/repos/community-staging-x86_64/PKGBUILD
(from rev 97696, nemo/trunk/PKGBUILD)
  nemo/repos/community-staging-x86_64/nemo.install
(from rev 97696, nemo/trunk/nemo.install)
  nemo/repos/community-staging-x86_64/remove-desktop-background.patch
(from rev 97696, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-staging-x86_64/tracker-0.16.patch
(from rev 97696, nemo/trunk/tracker-0.16.patch)

--+
 community-staging-i686/PKGBUILD  |   69 
 community-staging-i686/nemo.install  |   14 
 community-staging-i686/remove-desktop-background.patch   | 1050 +
 community-staging-i686/tracker-0.16.patch|   33 
 community-staging-x86_64/PKGBUILD|   69 
 community-staging-x86_64/nemo.install|   14 
 community-staging-x86_64/remove-desktop-background.patch | 1050 +
 community-staging-x86_64/tracker-0.16.patch  |   33 
 8 files changed, 2332 insertions(+)

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


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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 19:10:16
  Author: bgyorgy
Revision: 97696

upgpkg: nemo 1.8.5-2

Rebuild for gnome-desktop 3.10

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 16:20:36 UTC (rev 97695)
+++ PKGBUILD2013-09-27 17:10:16 UTC (rev 97696)
@@ -4,7 +4,7 @@
 
 pkgname=nemo
 pkgver=1.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/nemo;
@@ -22,7 +22,7 @@
 '2b86f486add84e3affb0b14eb84425443e7cf5e593738d10d02e9c2ac0f17626'
 '0bd07fd931ad701442358cdcbd26e0c5d57717ffadfd39a1cba137e36def1aa5')
 
-build() {
+prepare() {
   cd linuxmint-nemo-*
 
   # Python2 fix
@@ -34,6 +34,16 @@
   # https://github.com/linuxmint/nemo/pull/263
   patch -Np1 -i ../remove-desktop-background.patch
 
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
   ./autogen.sh --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/nemo \
@@ -49,9 +59,6 @@
 
   make DESTDIR=$pkgdir/ install
 
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' 
$pkgdir/usr/share/applications/nemo.desktop
-
   # Autostart only in Cinnamon to avoid conflict with GNOME Classic session
   cp $pkgdir/etc/xdg/autostart/nemo-autostart.desktop \
 $pkgdir/etc/xdg/autostart/nemo-autostart2d.desktop



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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 19:23:40
  Author: bgyorgy
Revision: 97698

upgpkg: muffin 1.8.2-2

Rebuild for GNOME 3.10

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 17:10:24 UTC (rev 97697)
+++ PKGBUILD2013-09-27 17:23:40 UTC (rev 97698)
@@ -5,7 +5,7 @@
 
 pkgname=muffin
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Cinnamon window manager based on Mutter
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/muffin;
@@ -20,12 +20,15 @@
 sha256sums=('903c6ab5e228c8a1b8e05f460ba34c111e8a92ce9382ebd0b014416af4dd7049'
 '206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96')
 
-build() {
+prepare() {
   cd ${pkgname}-${pkgver}
 
   # Fix windows switcher keybinding with default settings in GNOME 3.8
   patch -Np1 -i ../switch-applications.patch
+}
 
+build() {
+  cd ${pkgname}-${pkgver}
 
   PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
 --localstatedir=/var 
--disable-static --disable-schemas-compile



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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 19:23:47
  Author: bgyorgy
Revision: 97699

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

Added:
  muffin/repos/community-staging-i686/
  muffin/repos/community-staging-i686/PKGBUILD
(from rev 97698, muffin/trunk/PKGBUILD)
  muffin/repos/community-staging-i686/muffin.install
(from rev 97698, muffin/trunk/muffin.install)
  muffin/repos/community-staging-i686/switch-applications.patch
(from rev 97698, muffin/trunk/switch-applications.patch)
  muffin/repos/community-staging-x86_64/
  muffin/repos/community-staging-x86_64/PKGBUILD
(from rev 97698, muffin/trunk/PKGBUILD)
  muffin/repos/community-staging-x86_64/muffin.install
(from rev 97698, muffin/trunk/muffin.install)
  muffin/repos/community-staging-x86_64/switch-applications.patch
(from rev 97698, muffin/trunk/switch-applications.patch)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/muffin.install  |   10 
 community-staging-i686/switch-applications.patch   |   20 
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/muffin.install|   10 
 community-staging-x86_64/switch-applications.patch |   20 
 6 files changed, 146 insertions(+)

Copied: muffin/repos/community-staging-i686/PKGBUILD (from rev 97698, 
muffin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-27 17:23:47 UTC (rev 97699)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.8.2
+pkgrel=2
+pkgdesc=Cinnamon window manager based on Mutter
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
+'libcanberra' 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
+switch-applications.patch)
+sha256sums=('903c6ab5e228c8a1b8e05f460ba34c111e8a92ce9382ebd0b014416af4dd7049'
+'206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix windows switcher keybinding with default settings in GNOME 3.8
+  patch -Np1 -i ../switch-applications.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-staging-i686/muffin.install (from rev 97698, 
muffin/trunk/muffin.install)
===
--- community-staging-i686/muffin.install   (rev 0)
+++ community-staging-i686/muffin.install   2013-09-27 17:23:47 UTC (rev 
97699)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Copied: muffin/repos/community-staging-i686/switch-applications.patch (from rev 
97698, muffin/trunk/switch-applications.patch)
===
--- community-staging-i686/switch-applications.patch
(rev 0)
+++ community-staging-i686/switch-applications.patch2013-09-27 17:23:47 UTC 
(rev 97699)
@@ -0,0 +1,20 @@
+diff -Naur linuxmint-muffin-1ad6bd4.orig/src/core/keybindings.c 
linuxmint-muffin-1ad6bd4/src/core/keybindings.c
+--- linuxmint-muffin-1ad6bd4.orig/src/core/keybindings.c   2013-04-15 
15:53:35.0 +0200
 linuxmint-muffin-1ad6bd4/src/core/keybindings.c2013-04-24 
18:37:54.028549911 +0200
+@@ -3774,14 +3774,14 @@
+   handle_switch, META_TAB_LIST_GROUP);
+ 
+   add_builtin_keybinding (display,
+-  switch-windows,
++  switch-applications,
+   SCHEMA_COMMON_KEYBINDINGS,
+   META_KEY_BINDING_REVERSES,
+   META_KEYBINDING_ACTION_SWITCH_WINDOWS,
+   handle_switch, META_TAB_LIST_NORMAL);
+ 
+   add_builtin_keybinding (display,
+-  switch-windows-backward,
++  switch-applications-backward,
+  

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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 19:35:19
  Author: bgyorgy
Revision: 97701

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

Added:
  cinnamon-screensaver/repos/community-staging-i686/
  cinnamon-screensaver/repos/community-staging-i686/PKGBUILD
(from rev 97700, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-staging-i686/cinnamon-screensaver.pam
(from rev 97700, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-staging-i686/fix-dbus-compatibility.patch
(from rev 97700, cinnamon-screensaver/trunk/fix-dbus-compatibility.patch)
  cinnamon-screensaver/repos/community-staging-i686/lock_screen_on_suspend.patch
(from rev 97700, cinnamon-screensaver/trunk/lock_screen_on_suspend.patch)
  cinnamon-screensaver/repos/community-staging-x86_64/
  cinnamon-screensaver/repos/community-staging-x86_64/PKGBUILD
(from rev 97700, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-staging-x86_64/cinnamon-screensaver.pam
(from rev 97700, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  
cinnamon-screensaver/repos/community-staging-x86_64/fix-dbus-compatibility.patch
(from rev 97700, cinnamon-screensaver/trunk/fix-dbus-compatibility.patch)
  
cinnamon-screensaver/repos/community-staging-x86_64/lock_screen_on_suspend.patch
(from rev 97700, cinnamon-screensaver/trunk/lock_screen_on_suspend.patch)

---+
 community-staging-i686/PKGBUILD   |   63 ++
 community-staging-i686/cinnamon-screensaver.pam   |3 
 community-staging-i686/fix-dbus-compatibility.patch   |  149 
 community-staging-i686/lock_screen_on_suspend.patch   |   51 +
 community-staging-x86_64/PKGBUILD |   63 ++
 community-staging-x86_64/cinnamon-screensaver.pam |3 
 community-staging-x86_64/fix-dbus-compatibility.patch |  149 
 community-staging-x86_64/lock_screen_on_suspend.patch |   51 +
 8 files changed, 532 insertions(+)

Copied: cinnamon-screensaver/repos/community-staging-i686/PKGBUILD (from rev 
97700, cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-27 17:35:19 UTC (rev 97701)
@@ -0,0 +1,63 @@
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-screensaver
+pkgver=1.8.0
+pkgrel=3
+pkgdesc=Screensaver designed to integrate well with the Cinnamon desktop.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon' 'gnome-screensaver')
+makedepends=('intltool' 'gnome-common')
+options=(!emptydirs)
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam
+   fix-dbus-compatibility.patch
+   lock_screen_on_suspend.patch)
+sha256sums=('e85722d5af2ecbed98f50909285b335d7635214bf8cada49964f60bb5d1339c1'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
+'eebd1d056c21d2d3f60fb954677b9214fd1d575ed1c2bbb56326cedf41a39eb6'
+'516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix compatibility with gnome-screensaver's D-Bus interface and various 
fixes
+  patch -Np1 -i ${srcdir}/fix-dbus-compatibility.patch
+
+  # Lock screen on suspend with systemd
+  patch -Np1 -i ${srcdir}/lock_screen_on_suspend.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../cinnamon-screensaver.pam 
$pkgdir/etc/pam.d/cinnamon-screensaver
+
+  # Remove conflicts with gnome-screensaver
+  rm $pkgdir/usr/bin/gnome-screensaver{,-command}
+
+  # Autostart only in Cinnamon
+  cp $pkgdir/etc/xdg/autostart/cinnamon-screensaver.desktop \
+$pkgdir/etc/xdg/autostart/cinnamon2d-screensaver.desktop
+  sed -i 's/^OnlyShowIn=.*/OnlyShowIn=GNOME;/' \
+$pkgdir/etc/xdg/autostart/cinnamon{,2d}-screensaver.desktop
+  echo 'AutostartCondition=GNOME3 if-session cinnamon' \
+ $pkgdir/etc/xdg/autostart/cinnamon-screensaver.desktop
+  echo 'AutostartCondition=GNOME3 if-session cinnamon2d' \
+ $pkgdir/etc/xdg/autostart/cinnamon2d-screensaver.desktop
+}

Copied: 
cinnamon-screensaver/repos/community-staging-i686/cinnamon-screensaver.pam 
(from rev 97700, 

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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 19:35:11
  Author: bgyorgy
Revision: 97700

upgpkg: cinnamon-screensaver 1.8.0-3

Rebuild for gnome-desktop 3.10

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 17:23:47 UTC (rev 97699)
+++ PKGBUILD2013-09-27 17:35:11 UTC (rev 97700)
@@ -5,7 +5,7 @@
 
 pkgname=cinnamon-screensaver
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Screensaver designed to integrate well with the Cinnamon desktop.
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -23,16 +23,19 @@
 'eebd1d056c21d2d3f60fb954677b9214fd1d575ed1c2bbb56326cedf41a39eb6'
 '516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
 
-
   # Fix compatibility with gnome-screensaver's D-Bus interface and various 
fixes
   patch -Np1 -i ${srcdir}/fix-dbus-compatibility.patch
 
   # Lock screen on suspend with systemd
   patch -Np1 -i ${srcdir}/lock_screen_on_suspend.patch
+}
 
+build() {
+  cd $pkgname-$pkgver
+
   ./autogen.sh --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/cinnamon-screensaver \
--localstatedir=/var \



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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 19:45:03
  Author: bgyorgy
Revision: 97704

upgpkg: cinnamon-control-center 1.8.2-3

Rebuild for GNOME 3.10

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 17:44:03 UTC (rev 97703)
+++ PKGBUILD2013-09-27 17:45:03 UTC (rev 97704)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon-control-center
 pkgver=1.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
 depends=('cinnamon' 'cheese' 'libgnomekbd' 'network-manager-applet')
@@ -25,7 +25,7 @@
 '98227484162071744b5a336a5b3915c211f5eb1559034b3d40e4a9d790fe0e31'
 '3df65b1f5e691d4a4634c05698da6df79cb23a0ebf71b201f23c48742b75b6e4')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
 
   # Build fix for GNOME 3.8
@@ -36,9 +36,12 @@
 
   # Remove Browse Files... option as it's gone from gnome-bluetooth 3.8
   patch -Np1 -i $srcdir/remove_obex.patch
+}
 
+build() {
+  cd $pkgname-$pkgver
+
   autoreconf -fi
-
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --enable-systemd \



[arch-commits] Commit in cinnamon-control-center/repos (12 files)

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 19:45:19
  Author: bgyorgy
Revision: 97705

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

Added:
  cinnamon-control-center/repos/community-staging-i686/
  cinnamon-control-center/repos/community-staging-i686/PKGBUILD
(from rev 97704, cinnamon-control-center/trunk/PKGBUILD)
  
cinnamon-control-center/repos/community-staging-i686/cinnamon-control-center.install
(from rev 97704, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-staging-i686/gnomerrlabeler.patch
(from rev 97704, cinnamon-control-center/trunk/gnomerrlabeler.patch)
  cinnamon-control-center/repos/community-staging-i686/idle-delay.patch
(from rev 97704, cinnamon-control-center/trunk/idle-delay.patch)
  cinnamon-control-center/repos/community-staging-i686/remove_obex.patch
(from rev 97704, cinnamon-control-center/trunk/remove_obex.patch)
  cinnamon-control-center/repos/community-staging-x86_64/
  cinnamon-control-center/repos/community-staging-x86_64/PKGBUILD
(from rev 97704, cinnamon-control-center/trunk/PKGBUILD)
  
cinnamon-control-center/repos/community-staging-x86_64/cinnamon-control-center.install
(from rev 97704, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-staging-x86_64/gnomerrlabeler.patch
(from rev 97704, cinnamon-control-center/trunk/gnomerrlabeler.patch)
  cinnamon-control-center/repos/community-staging-x86_64/idle-delay.patch
(from rev 97704, cinnamon-control-center/trunk/idle-delay.patch)
  cinnamon-control-center/repos/community-staging-x86_64/remove_obex.patch
(from rev 97704, cinnamon-control-center/trunk/remove_obex.patch)

--+
 community-staging-i686/PKGBUILD  |   73 +
 community-staging-i686/cinnamon-control-center.install   |   11 
 community-staging-i686/gnomerrlabeler.patch  |  766 +
 community-staging-i686/idle-delay.patch  |  150 ++
 community-staging-i686/remove_obex.patch |  106 +
 community-staging-x86_64/PKGBUILD|   73 +
 community-staging-x86_64/cinnamon-control-center.install |   11 
 community-staging-x86_64/gnomerrlabeler.patch|  766 +
 community-staging-x86_64/idle-delay.patch|  150 ++
 community-staging-x86_64/remove_obex.patch   |  106 +
 10 files changed, 2212 insertions(+)

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


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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 20:17:29
  Author: bgyorgy
Revision: 97708

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

Added:
  cinnamon/repos/community-staging-i686/
  cinnamon/repos/community-staging-i686/PKGBUILD
(from rev 97707, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-staging-i686/background.patch
(from rev 97707, cinnamon/trunk/background.patch)
  cinnamon/repos/community-staging-i686/bluetooth_obex_transfer.patch
(from rev 97707, cinnamon/trunk/bluetooth_obex_transfer.patch)
  cinnamon/repos/community-staging-i686/cinnamon.install
(from rev 97707, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-staging-i686/disable-mpris-support.patch
(from rev 97707, cinnamon/trunk/disable-mpris-support.patch)
  cinnamon/repos/community-staging-i686/fallback-helpers.patch
(from rev 97707, cinnamon/trunk/fallback-helpers.patch)
  cinnamon/repos/community-staging-i686/fix-control-center-check.patch
(from rev 97707, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-staging-i686/gnome-3.8.patch
(from rev 97707, cinnamon/trunk/gnome-3.8.patch)
  cinnamon/repos/community-staging-i686/idle-dim.patch
(from rev 97707, cinnamon/trunk/idle-dim.patch)
  cinnamon/repos/community-staging-i686/js17.patch
(from rev 97707, cinnamon/trunk/js17.patch)
  cinnamon/repos/community-staging-i686/keyboard_applet.patch
(from rev 97707, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-staging-i686/remove_GC.patch
(from rev 97707, cinnamon/trunk/remove_GC.patch)
  cinnamon/repos/community-staging-i686/switch-applications.patch
(from rev 97707, cinnamon/trunk/switch-applications.patch)
  cinnamon/repos/community-staging-x86_64/
  cinnamon/repos/community-staging-x86_64/PKGBUILD
(from rev 97707, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-staging-x86_64/background.patch
(from rev 97707, cinnamon/trunk/background.patch)
  cinnamon/repos/community-staging-x86_64/bluetooth_obex_transfer.patch
(from rev 97707, cinnamon/trunk/bluetooth_obex_transfer.patch)
  cinnamon/repos/community-staging-x86_64/cinnamon.install
(from rev 97707, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-staging-x86_64/disable-mpris-support.patch
(from rev 97707, cinnamon/trunk/disable-mpris-support.patch)
  cinnamon/repos/community-staging-x86_64/fallback-helpers.patch
(from rev 97707, cinnamon/trunk/fallback-helpers.patch)
  cinnamon/repos/community-staging-x86_64/fix-control-center-check.patch
(from rev 97707, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-staging-x86_64/gnome-3.8.patch
(from rev 97707, cinnamon/trunk/gnome-3.8.patch)
  cinnamon/repos/community-staging-x86_64/idle-dim.patch
(from rev 97707, cinnamon/trunk/idle-dim.patch)
  cinnamon/repos/community-staging-x86_64/js17.patch
(from rev 97707, cinnamon/trunk/js17.patch)
  cinnamon/repos/community-staging-x86_64/keyboard_applet.patch
(from rev 97707, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-staging-x86_64/remove_GC.patch
(from rev 97707, cinnamon/trunk/remove_GC.patch)
  cinnamon/repos/community-staging-x86_64/switch-applications.patch
(from rev 97707, cinnamon/trunk/switch-applications.patch)

-+
 community-staging-i686/PKGBUILD |  120 
 community-staging-i686/background.patch |   16 
 community-staging-i686/bluetooth_obex_transfer.patch|   25 
 community-staging-i686/cinnamon.install |   11 
 community-staging-i686/disable-mpris-support.patch  |   17 
 community-staging-i686/fallback-helpers.patch   |   20 
 community-staging-i686/fix-control-center-check.patch   |   12 
 community-staging-i686/gnome-3.8.patch  | 4186 ++
 community-staging-i686/idle-dim.patch   |   35 
 community-staging-i686/js17.patch   |   36 
 community-staging-i686/keyboard_applet.patch|  142 
 community-staging-i686/remove_GC.patch  |  124 
 community-staging-i686/switch-applications.patch|   31 
 community-staging-x86_64/PKGBUILD   |  120 
 community-staging-x86_64/background.patch   |   16 
 community-staging-x86_64/bluetooth_obex_transfer.patch  |   25 
 community-staging-x86_64/cinnamon.install   |   11 
 community-staging-x86_64/disable-mpris-support.patch|   17 
 community-staging-x86_64/fallback-helpers.patch |   20 
 community-staging-x86_64/fix-control-center-check.patch |   12 
 community-staging-x86_64/gnome-3.8.patch| 4186 ++
 community-staging-x86_64/idle-dim.patch |   35 
 community-staging-x86_64/js17.patch |   36 
 community-staging-x86_64/keyboard_applet.patch  |  142 
 

[arch-commits] Commit in cinnamon/trunk (PKGBUILD js17.patch)

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 20:17:08
  Author: bgyorgy
Revision: 97707

upgpkg: cinnamon 1.8.8-6

Rebuild for GNOME 3.10

Added:
  cinnamon/trunk/js17.patch
Modified:
  cinnamon/trunk/PKGBUILD

+
 PKGBUILD   |   25 +
 js17.patch |   36 
 2 files changed, 53 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 18:15:11 UTC (rev 97706)
+++ PKGBUILD2013-09-27 18:17:08 UTC (rev 97707)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=1.8.8
-pkgrel=5
+pkgrel=6
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -14,7 +14,7 @@
 depends=('accountsservice' 'caribou' 'clutter-gtk' 'gjs' 'gnome-bluetooth'
  'gnome-icon-theme' 'gnome-menus' 'gnome-settings-daemon' 
'gnome-session'
  'gnome-themes-standard' 'gstreamer0.10' 'libgnome-keyring' 'librsvg'
- 'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 'python2-pillow'
+ 'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 'python2-imaging'
  'python2-pyinotify' 'python2-lxml' 'webkitgtk3' 
'gnome-settings-daemon-compat'
  'gnome-panel')
 makedepends=('gnome-common' 'intltool')
@@ -35,7 +35,8 @@
 idle-dim.patch
 background.patch
 bluetooth_obex_transfer.patch
-disable-mpris-support.patch)
+disable-mpris-support.patch
+js17.patch)
 sha256sums=('1bce982e6333e7bd27a1df9f37eb9139360c2fef667c7a998a79f216d4a0921d'
 '3d362efd15f8cfeca1713f5bcf88d4be787b39d7c7f24b73cd13f867af33a680'
 'a0c05c995102b16f1060cbd43931eeaefeafd0265a0335e4ca14a143bd4c8c30'
@@ -46,9 +47,10 @@
 'b34c30299fb88228c59f36fced90d56346847019a080bc7b8157b72caa659100'
 '373d80cdb23250fbde846ed493ba422672cc42b03a111c2ce044467ee782df7f'
 '4497f3e0a97c364845d8a3a3b3b75e7dc9d475dc39f56b2106f8c4b9e5111ac2'
-'f1eb8110718434e1dc2cf0a308757a787390382dfccd1c8cc80488b93cf6a9f7')
+'f1eb8110718434e1dc2cf0a308757a787390382dfccd1c8cc80488b93cf6a9f7'
+'4c5cad08c9cf2b32e32f9704af1c72a470e24ac4ff9f14afd6037f8fa70e526a')
 
-build() {
+prepare() {
   cd ${srcdir}/Cinnamon*
 
   # Python2 fix
@@ -88,6 +90,16 @@
   # Disable MPRIS support (workaround for FS#35282)
   patch -Np1 -i ../disable-mpris-support.patch
 
+  # Fix build error so cinnamon compiles with mozjs-17
+  patch -Np1 -i ../js17.patch
+
+  # Prefix 'System Settings' with 'Cinnamon' to avoid confusion with 
gnome-control-center
+  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' 
files/usr/share/applications/cinnamon-settings.desktop
+}
+
+build() {
+  cd ${srcdir}/Cinnamon*
+
   ./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/cinnamon \
@@ -105,7 +117,4 @@
 
   # Remove leftover files after patching
   find $pkgdir -type f -name *.orig | xargs rm
-
-  # Prefix 'System Settings' with 'Cinnamon' to avoid confusion with 
gnome-control-center
-  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' 
$pkgdir/usr/share/applications/cinnamon-settings.desktop
 }

Added: js17.patch
===
--- js17.patch  (rev 0)
+++ js17.patch  2013-09-27 18:17:08 UTC (rev 97707)
@@ -0,0 +1,36 @@
+From 914d7da8baea24b1b31e2bcf982d12996f86694a Mon Sep 17 00:00:00 2001
+From: leigh123linux leigh123li...@fedoraproject.org
+Date: Tue, 4 Jun 2013 14:02:15 +0200
+Subject: [PATCH] Fix build error so cinnamon compiles with mozjs-17
+
+https://mail.gnome.org/archives/desktop-devel-list/2013-March/msg00135.html
+
+Fixes #2113
+---
+ src/cinnamon-global.c | 7 ++-
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+diff --git a/src/cinnamon-global.c b/src/cinnamon-global.c
+index ab5d5d4..69958d3 100644
+--- a/src/cinnamon-global.c
 b/src/cinnamon-global.c
+@@ -1237,14 +1237,11 @@ enum
+  0,
+  target_object))
+ {
+-  char *message;
+-  gjs_log_exception(context,
+-message);
++  gjs_log_exception(context);
+   g_set_error(error,
+   G_IO_ERROR,
+   G_IO_ERROR_FAILED,
+-  %s, message ? message : (unknown));
+-  g_free(message);
++  Unable to import %s, target_object_script);
+   goto out_error;
+ }
+ 
+-- 
+1.8.4
+



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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 22:04:30
  Author: bgyorgy
Revision: 97713

upgpkg: gtkspell3 3.0.4-1

Update to version 3.0.4

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 20:01:35 UTC (rev 97712)
+++ PKGBUILD2013-09-27 20:04:30 UTC (rev 97713)
@@ -4,7 +4,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gtkspell3
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 url=http://gtkspell.sourceforge.net/;
 pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gobject-introspection' 'vala')
 options=('!libtool')
 source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('58f68a0fe9007d9a3d6092b222689320')
+md5sums=('d25b547507940738cf016936c3452113')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 22:04:38
  Author: bgyorgy
Revision: 97714

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-27 20:04:30 UTC (rev 97713)
+++ community-i686/PKGBUILD 2013-09-27 20:04:38 UTC (rev 97714)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gtkspell3
-pkgver=3.0.3
-pkgrel=1
-url=http://gtkspell.sourceforge.net/;
-pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'enchant')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('58f68a0fe9007d9a3d6092b222689320')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gtkspell3/repos/community-i686/PKGBUILD (from rev 97713, 
gtkspell3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-27 20:04:38 UTC (rev 97714)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gtkspell3
+pkgver=3.0.4
+pkgrel=1
+url=http://gtkspell.sourceforge.net/;
+pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'enchant')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
+md5sums=('d25b547507940738cf016936c3452113')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-27 20:04:30 UTC (rev 97713)
+++ community-x86_64/PKGBUILD   2013-09-27 20:04:38 UTC (rev 97714)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gtkspell3
-pkgver=3.0.3
-pkgrel=1
-url=http://gtkspell.sourceforge.net/;
-pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'enchant')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('58f68a0fe9007d9a3d6092b222689320')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gtkspell3/repos/community-x86_64/PKGBUILD (from rev 97713, 
gtkspell3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-27 20:04:38 UTC (rev 97714)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gtkspell3
+pkgver=3.0.4
+pkgrel=1
+url=http://gtkspell.sourceforge.net/;
+pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'enchant')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
+md5sums=('d25b547507940738cf016936c3452113')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package

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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 22:10:42
  Author: bgyorgy
Revision: 97721

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-27 20:10:35 UTC (rev 97720)
+++ community-i686/PKGBUILD 2013-09-27 20:10:42 UTC (rev 97721)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=dee
-pkgver=1.0.14
-pkgrel=5
-pkgdesc=Library to provide objects allowing to create Model-View-Controller 
type programs across DBus
-arch=('i686' 'x86_64')
-url=https://launchpad.net/dee;
-license=('LGPL')
-depends=('glib2' 'icu')
-makedepends=('python2' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('473b4181e26538af0fb753255da7945c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Dee.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Dee.py
-}

Copied: dee/repos/community-i686/PKGBUILD (from rev 97720, dee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-27 20:10:42 UTC (rev 97721)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=dee
+pkgver=1.2.7
+pkgrel=1
+pkgdesc=Library to provide objects allowing to create Model-View-Controller 
type programs across DBus
+arch=('i686' 'x86_64')
+url=https://launchpad.net/dee;
+license=('LGPL')
+depends=('glib2' 'icu')
+makedepends=('python2' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('b92f27f0a99cac24c2128880601bb7d7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Dee.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Dee.py
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-27 20:10:35 UTC (rev 97720)
+++ community-x86_64/PKGBUILD   2013-09-27 20:10:42 UTC (rev 97721)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=dee
-pkgver=1.0.14
-pkgrel=5
-pkgdesc=Library to provide objects allowing to create Model-View-Controller 
type programs across DBus
-arch=('i686' 'x86_64')
-url=https://launchpad.net/dee;
-license=('LGPL')
-depends=('glib2' 'icu')
-makedepends=('python2' 'gobject-introspection' 'vala')
-options=('!libtool')
-source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('473b4181e26538af0fb753255da7945c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Dee.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Dee.py
-}

Copied: dee/repos/community-x86_64/PKGBUILD (from rev 97720, dee/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-27 20:10:42 UTC (rev 97721)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=dee
+pkgver=1.2.7

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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 22:10:35
  Author: bgyorgy
Revision: 97720

upgpkg: dee 1.2.7-1

Update to version 1.2.7

Modified:
  dee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 20:10:13 UTC (rev 97719)
+++ PKGBUILD2013-09-27 20:10:35 UTC (rev 97720)
@@ -2,8 +2,8 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=dee
-pkgver=1.0.14
-pkgrel=5
+pkgver=1.2.7
+pkgrel=1
 pkgdesc=Library to provide objects allowing to create Model-View-Controller 
type programs across DBus
 arch=('i686' 'x86_64')
 url=https://launchpad.net/dee;
@@ -12,7 +12,7 @@
 makedepends=('python2' 'gobject-introspection' 'vala')
 options=('!libtool')
 
source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('473b4181e26538af0fb753255da7945c')
+md5sums=('b92f27f0a99cac24c2128880601bb7d7')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 22:25:40
  Author: bgyorgy
Revision: 97722

upgpkg: deja-dup 28.0-1

Update to version 28.0

Modified:
  deja-dup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 20:10:42 UTC (rev 97721)
+++ PKGBUILD2013-09-27 20:25:40 UTC (rev 97722)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=deja-dup
-pkgver=26.0
+pkgver=28.0
 pkgrel=1
 pkgdesc=Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend
 arch=('i686' 'x86_64')
@@ -13,23 +13,21 @@
 optdepends=('gnome-keyring: save passwords'
 'nautilus: backup extension'
 'python2-boto: Amazon S3 backend'
-'python2-oauthlib: Ubuntu One backend'
 'ubuntuone-client: Ubuntu One backend')
 options=('!libtool')
 install=$pkgname.install
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-libsecret-1.vapi)
-md5sums=('0430bbf03deac852651599a979a4cc32'
- '27ca0a3c9efbe93e86ef563c77f6ddf3')
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+md5sums=('480516869f49813880f2bbb35700c9af')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # Python2 fix
-  sed -i 's/\python\, \-c\/\python2\, \-c\/' common/PythonChecker.vala
+  sed -i 's/\python\, \-c\/\python2\, \-c\/' libdeja/PythonChecker.vala
+}
 
-  # Add missing Vala API file
-  cp $srcdir/libsecret-1.vapi vapi/libsecret-1.vapi
+build() {
+  cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --disable-static --disable-schemas-compile --without-unity



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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 22:25:48
  Author: bgyorgy
Revision: 97723

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

Added:
  deja-dup/repos/community-i686/PKGBUILD
(from rev 97722, deja-dup/trunk/PKGBUILD)
  deja-dup/repos/community-i686/deja-dup.install
(from rev 97722, deja-dup/trunk/deja-dup.install)
  deja-dup/repos/community-i686/libsecret-1.vapi
(from rev 97722, deja-dup/trunk/libsecret-1.vapi)
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 97722, deja-dup/trunk/PKGBUILD)
  deja-dup/repos/community-x86_64/deja-dup.install
(from rev 97722, deja-dup/trunk/deja-dup.install)
  deja-dup/repos/community-x86_64/libsecret-1.vapi
(from rev 97722, deja-dup/trunk/libsecret-1.vapi)
Deleted:
  deja-dup/repos/community-i686/PKGBUILD
  deja-dup/repos/community-i686/deja-dup.install
  deja-dup/repos/community-i686/libsecret-1.vapi
  deja-dup/repos/community-x86_64/PKGBUILD
  deja-dup/repos/community-x86_64/deja-dup.install
  deja-dup/repos/community-x86_64/libsecret-1.vapi

---+
 /PKGBUILD |   82 ++
 /deja-dup.install |   24 +
 /libsecret-1.vapi |  158 
 community-i686/PKGBUILD   |   42 -
 community-i686/deja-dup.install   |   12 --
 community-i686/libsecret-1.vapi   |   79 --
 community-x86_64/PKGBUILD |   42 -
 community-x86_64/deja-dup.install |   12 --
 community-x86_64/libsecret-1.vapi |   79 --
 9 files changed, 264 insertions(+), 266 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-27 20:25:40 UTC (rev 97722)
+++ community-i686/PKGBUILD 2013-09-27 20:25:48 UTC (rev 97723)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=deja-dup
-pkgver=26.0
-pkgrel=1
-pkgdesc=Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend
-arch=('i686' 'x86_64')
-url=https://launchpad.net/deja-dup;
-license=('GPL')
-depends=('duplicity' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs' 
'xdg-utils')
-makedepends=('vala' 'intltool' 'itstool' 'nautilus')
-optdepends=('nautilus: backup extension'
-'python2-boto: Amazon S3 backend'
-'python2-oauthlib: Ubuntu One backend'
-'ubuntuone-client: Ubuntu One backend')
-options=('!libtool')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-libsecret-1.vapi)
-md5sums=('0430bbf03deac852651599a979a4cc32'
- '27ca0a3c9efbe93e86ef563c77f6ddf3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's/\python\, \-c\/\python2\, \-c\/' common/PythonChecker.vala
-
-  # Add missing Vala API file
-  cp $srcdir/libsecret-1.vapi vapi/libsecret-1.vapi
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile --without-unity
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: deja-dup/repos/community-i686/PKGBUILD (from rev 97722, 
deja-dup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-27 20:25:48 UTC (rev 97723)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=deja-dup
+pkgver=28.0
+pkgrel=1
+pkgdesc=Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend
+arch=('i686' 'x86_64')
+url=https://launchpad.net/deja-dup;
+license=('GPL')
+depends=('duplicity' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs' 
'xdg-utils')
+makedepends=('vala' 'intltool' 'itstool' 'nautilus')
+optdepends=('gnome-keyring: save passwords'
+'nautilus: backup extension'
+'python2-boto: Amazon S3 backend'
+'ubuntuone-client: Ubuntu One backend')
+options=('!libtool')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+md5sums=('480516869f49813880f2bbb35700c9af')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's/\python\, \-c\/\python2\, \-c\/' libdeja/PythonChecker.vala
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile --without-unity
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/deja-dup.install
===
--- community-i686/deja

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

2013-09-30 Thread Balló György
Date: Monday, September 30, 2013 @ 15:14:14
  Author: bgyorgy
Revision: 97884

upgpkg: cinnamon 1.8.8-7

Fix occasionally reverted Pillow dependency

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 13:07:01 UTC (rev 97883)
+++ PKGBUILD2013-09-30 13:14:14 UTC (rev 97884)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=1.8.8
-pkgrel=6
+pkgrel=7
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -14,7 +14,7 @@
 depends=('accountsservice' 'caribou' 'clutter-gtk' 'gjs' 'gnome-bluetooth'
  'gnome-icon-theme' 'gnome-menus' 'gnome-settings-daemon' 
'gnome-session'
  'gnome-themes-standard' 'gstreamer0.10' 'libgnome-keyring' 'librsvg'
- 'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 'python2-imaging'
+ 'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 'python2-pillow'
  'python2-pyinotify' 'python2-lxml' 'webkitgtk3' 
'gnome-settings-daemon-compat'
  'gnome-panel')
 makedepends=('gnome-common' 'intltool')



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

2013-09-30 Thread Balló György
Date: Monday, September 30, 2013 @ 15:14:35
  Author: bgyorgy
Revision: 97885

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

Added:
  cinnamon/repos/community-testing-i686/PKGBUILD
(from rev 97884, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-testing-i686/background.patch
(from rev 97884, cinnamon/trunk/background.patch)
  cinnamon/repos/community-testing-i686/bluetooth_obex_transfer.patch
(from rev 97884, cinnamon/trunk/bluetooth_obex_transfer.patch)
  cinnamon/repos/community-testing-i686/cinnamon.install
(from rev 97884, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-testing-i686/disable-mpris-support.patch
(from rev 97884, cinnamon/trunk/disable-mpris-support.patch)
  cinnamon/repos/community-testing-i686/fallback-helpers.patch
(from rev 97884, cinnamon/trunk/fallback-helpers.patch)
  cinnamon/repos/community-testing-i686/fix-control-center-check.patch
(from rev 97884, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-testing-i686/gnome-3.8.patch
(from rev 97884, cinnamon/trunk/gnome-3.8.patch)
  cinnamon/repos/community-testing-i686/idle-dim.patch
(from rev 97884, cinnamon/trunk/idle-dim.patch)
  cinnamon/repos/community-testing-i686/js17.patch
(from rev 97884, cinnamon/trunk/js17.patch)
  cinnamon/repos/community-testing-i686/keyboard_applet.patch
(from rev 97884, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-testing-i686/remove_GC.patch
(from rev 97884, cinnamon/trunk/remove_GC.patch)
  cinnamon/repos/community-testing-i686/switch-applications.patch
(from rev 97884, cinnamon/trunk/switch-applications.patch)
  cinnamon/repos/community-testing-x86_64/PKGBUILD
(from rev 97884, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-testing-x86_64/background.patch
(from rev 97884, cinnamon/trunk/background.patch)
  cinnamon/repos/community-testing-x86_64/bluetooth_obex_transfer.patch
(from rev 97884, cinnamon/trunk/bluetooth_obex_transfer.patch)
  cinnamon/repos/community-testing-x86_64/cinnamon.install
(from rev 97884, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-testing-x86_64/disable-mpris-support.patch
(from rev 97884, cinnamon/trunk/disable-mpris-support.patch)
  cinnamon/repos/community-testing-x86_64/fallback-helpers.patch
(from rev 97884, cinnamon/trunk/fallback-helpers.patch)
  cinnamon/repos/community-testing-x86_64/fix-control-center-check.patch
(from rev 97884, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-testing-x86_64/gnome-3.8.patch
(from rev 97884, cinnamon/trunk/gnome-3.8.patch)
  cinnamon/repos/community-testing-x86_64/idle-dim.patch
(from rev 97884, cinnamon/trunk/idle-dim.patch)
  cinnamon/repos/community-testing-x86_64/js17.patch
(from rev 97884, cinnamon/trunk/js17.patch)
  cinnamon/repos/community-testing-x86_64/keyboard_applet.patch
(from rev 97884, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-testing-x86_64/remove_GC.patch
(from rev 97884, cinnamon/trunk/remove_GC.patch)
  cinnamon/repos/community-testing-x86_64/switch-applications.patch
(from rev 97884, cinnamon/trunk/switch-applications.patch)
Deleted:
  cinnamon/repos/community-testing-i686/PKGBUILD
  cinnamon/repos/community-testing-i686/background.patch
  cinnamon/repos/community-testing-i686/bluetooth_obex_transfer.patch
  cinnamon/repos/community-testing-i686/cinnamon.install
  cinnamon/repos/community-testing-i686/disable-mpris-support.patch
  cinnamon/repos/community-testing-i686/fallback-helpers.patch
  cinnamon/repos/community-testing-i686/fix-control-center-check.patch
  cinnamon/repos/community-testing-i686/gnome-3.8.patch
  cinnamon/repos/community-testing-i686/idle-dim.patch
  cinnamon/repos/community-testing-i686/js17.patch
  cinnamon/repos/community-testing-i686/keyboard_applet.patch
  cinnamon/repos/community-testing-i686/remove_GC.patch
  cinnamon/repos/community-testing-i686/switch-applications.patch
  cinnamon/repos/community-testing-x86_64/PKGBUILD
  cinnamon/repos/community-testing-x86_64/background.patch
  cinnamon/repos/community-testing-x86_64/bluetooth_obex_transfer.patch
  cinnamon/repos/community-testing-x86_64/cinnamon.install
  cinnamon/repos/community-testing-x86_64/disable-mpris-support.patch
  cinnamon/repos/community-testing-x86_64/fallback-helpers.patch
  cinnamon/repos/community-testing-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-testing-x86_64/gnome-3.8.patch
  cinnamon/repos/community-testing-x86_64/idle-dim.patch
  cinnamon/repos/community-testing-x86_64/js17.patch
  cinnamon/repos/community-testing-x86_64/keyboard_applet.patch
  cinnamon/repos/community-testing-x86_64/remove_GC.patch
  cinnamon/repos/community-testing-x86_64/switch-applications.patch

-+
 /PKGBUILD   |  240 
 /background.patch

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

2013-09-30 Thread Balló György
Date: Monday, September 30, 2013 @ 15:21:21
  Author: bgyorgy
Revision: 97886

upgpkg: sk1 0.9.1-11

Fix python2-pillow dependency

Modified:
  sk1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 13:14:35 UTC (rev 97885)
+++ PKGBUILD2013-09-30 13:21:21 UTC (rev 97886)
@@ -4,11 +4,11 @@
 
 pkgname=sk1
 pkgver=0.9.1
-pkgrel=10
+pkgrel=11
 pkgdesc=Fork of skencil with improved CMYK support
 arch=(i686 x86_64)
 url=http://sk1project.org/modules.php?name=Productsproduct=sk1;
-depends=('tcl' 'tk' 'python2-lcms' 'pil=1.0' 'pyxml' 'zenity' 'sk1libs')
+depends=('tcl' 'tk' 'python2-lcms' 'python2-pillow' 'pyxml' 'zenity' 'sk1libs')
 license=('GPL' 'LGPL')
 
source=(http://sk1project.org/downloads/sk1/${pkgver}pre_rev905/sK1-${pkgver}pre_rev905.tar.gz
sk1.desktop



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

2013-09-30 Thread Balló György
Date: Monday, September 30, 2013 @ 15:21:30
  Author: bgyorgy
Revision: 97887

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

Added:
  sk1/repos/community-i686/PKGBUILD
(from rev 97886, sk1/trunk/PKGBUILD)
  sk1/repos/community-i686/build-fix.patch
(from rev 97886, sk1/trunk/build-fix.patch)
  sk1/repos/community-i686/fix_pillow_import.patch
(from rev 97886, sk1/trunk/fix_pillow_import.patch)
  sk1/repos/community-i686/sk1.desktop
(from rev 97886, sk1/trunk/sk1.desktop)
  sk1/repos/community-x86_64/PKGBUILD
(from rev 97886, sk1/trunk/PKGBUILD)
  sk1/repos/community-x86_64/build-fix.patch
(from rev 97886, sk1/trunk/build-fix.patch)
  sk1/repos/community-x86_64/fix_pillow_import.patch
(from rev 97886, sk1/trunk/fix_pillow_import.patch)
  sk1/repos/community-x86_64/sk1.desktop
(from rev 97886, sk1/trunk/sk1.desktop)
Deleted:
  sk1/repos/community-i686/PKGBUILD
  sk1/repos/community-i686/build-fix.patch
  sk1/repos/community-i686/fix_pillow_import.patch
  sk1/repos/community-i686/sk1.desktop
  sk1/repos/community-x86_64/PKGBUILD
  sk1/repos/community-x86_64/build-fix.patch
  sk1/repos/community-x86_64/fix_pillow_import.patch
  sk1/repos/community-x86_64/sk1.desktop

--+
 /PKGBUILD|  102 +
 /build-fix.patch |   28 ++
 /fix_pillow_import.patch |   70 +
 /sk1.desktop |  118 +
 community-i686/PKGBUILD  |   51 
 community-i686/build-fix.patch   |   14 ---
 community-i686/fix_pillow_import.patch   |   35 
 community-i686/sk1.desktop   |   59 --
 community-x86_64/PKGBUILD|   51 
 community-x86_64/build-fix.patch |   14 ---
 community-x86_64/fix_pillow_import.patch |   35 
 community-x86_64/sk1.desktop |   59 --
 12 files changed, 318 insertions(+), 318 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-30 13:21:21 UTC (rev 97886)
+++ community-i686/PKGBUILD 2013-09-30 13:21:30 UTC (rev 97887)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: ConnorBehan connor.be...@gmail.com
-
-pkgname=sk1
-pkgver=0.9.1
-pkgrel=10
-pkgdesc=Fork of skencil with improved CMYK support
-arch=(i686 x86_64)
-url=http://sk1project.org/modules.php?name=Productsproduct=sk1;
-depends=('tcl' 'tk' 'python2-lcms' 'pil=1.0' 'pyxml' 'zenity' 'sk1libs')
-license=('GPL' 'LGPL')
-source=(http://sk1project.org/downloads/sk1/${pkgver}pre_rev905/sK1-${pkgver}pre_rev905.tar.gz
-   sk1.desktop
-fix_pillow_import.patch
-   build-fix.patch)
-
-package() {
-  local _tclver=`pacman -Q tcl`
-  local _tclnum=${tclver:4:3}
-  local _tcldir='tcl'${tclnum}
-
-  cd $srcdir/sK1-${pkgver}pre
-
-  # pillow import fix
-  patch -Np1 -i $srcdir/fix_pillow_import.patch
-
-  # python2 fix
-  sed -i 's_#! /usr/bin/python_#! /usr/bin/python2_' src/__init__.py
-
-  patch -p1 $srcdir/build-fix.patch
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  mkdir -p $pkgdir/usr/share/pixmaps
-  mkdir -p $pkgdir/usr/share/applications
-
-  cp 
$pkgdir/usr/lib/python2.7/site-packages/sk1/share/icons/CrystalSVG/icon_sk1_32.png
 \
-   $pkgdir/usr/share/pixmaps/sk1.png
-
-  cp $srcdir/sk1.desktop $pkgdir/usr/share/applications
-
-  mkdir $pkgdir/usr/lib/${_tcldir}
-  cp -r $pkgdir/usr/lib/python2.7/site-packages/sk1/share/ttk-themes/Plastik \
-$pkgdir/usr/lib/${_tcldir}/Plastik
-
-  sed -i 's#^python#python2#' $pkgdir/usr/bin/sk1
-}
-md5sums=('43b82fd85049b078dcf98e9dd81fdc6a'
- 'bbf6f10b8155838eede93b5abed724f5'
- '4a44dd89707b19fe58f4c124ed321236'
- 'b22c3c7b6a979c0a4e59ecaa2bd2182b')

Copied: sk1/repos/community-i686/PKGBUILD (from rev 97886, sk1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-30 13:21:30 UTC (rev 97887)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: ConnorBehan connor.be...@gmail.com
+
+pkgname=sk1
+pkgver=0.9.1
+pkgrel=11
+pkgdesc=Fork of skencil with improved CMYK support
+arch=(i686 x86_64)
+url=http://sk1project.org/modules.php?name=Productsproduct=sk1;
+depends=('tcl' 'tk' 'python2-lcms' 'python2-pillow' 'pyxml' 'zenity' 'sk1libs')
+license=('GPL' 'LGPL')
+source=(http://sk1project.org/downloads/sk1/${pkgver}pre_rev905/sK1-${pkgver}pre_rev905.tar.gz
+   sk1.desktop
+fix_pillow_import.patch
+   build-fix.patch)
+
+package() {
+  local _tclver=`pacman -Q tcl`
+  local _tclnum=${tclver:4:3}
+  local _tcldir='tcl'${tclnum}
+
+  cd $srcdir/sK1-${pkgver}pre
+
+  # pillow 

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

2013-09-30 Thread Balló György
Date: Tuesday, October 1, 2013 @ 06:14:48
  Author: bgyorgy
Revision: 97910

upgpkg: gramps 2:4.0.1-5

Fix dependencies (FS#37137)

Modified:
  gramps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-01 02:48:12 UTC (rev 97909)
+++ PKGBUILD2013-10-01 04:14:48 UTC (rev 97910)
@@ -6,23 +6,24 @@
 
 pkgname=gramps
 pkgver=4.0.1
-pkgrel=4
+pkgrel=5
 epoch=2
 pkgdesc=A genealogy program, which helps you track your family tree
 arch=('any')
 url=http://gramps-project.org/;
 license=('GPL')
-depends=('pygtk' 'librsvg' 'desktop-file-utils' 'shared-mime-info'
-'gnome-icon-theme' 'xdg-utils' 'python-bsddb'
-'python-gobject')
-makedepends=('intltool' 'python-setuptools')
-optdepends=('python-gnomevfs: mime functions support'
-'python-gtkspell: spellchecking support'
-'pywebkitgtk: html rendering support'
-'graphviz: graph exporting support'
-'ttf-freefont: more font support')
-#'python-osmgpsmap: openstreetmap support'
-#'pyexiv2: exif support'
+depends=('gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 'python-bsddb'
+'gnome-icon-theme' 'desktop-file-utils' 'shared-mime-info')
+makedepends=('intltool')
+optdepends=('graphviz: enable creation of graphs (required for tree reports)'
+   'gtkspell3: enable spell checking in the notes'
+   'rcs: manage multiple revisions of your family trees'
+   'python-pillow: crop and convert images to JPG'
+   'libgexiv2: manage Exif metadata embedded in your media'
+   'ttf-freefont: more font support in the reports')
+#  'python-osmgpsmap: show maps in the geography view'
+#  'python-pyicu: improves localised sorting'
+#  'webkitgtk: allows websites to be opened in Gramps'
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
block-changed.patch)



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

2013-09-30 Thread Balló György
Date: Tuesday, October 1, 2013 @ 06:14:54
  Author: bgyorgy
Revision: 97911

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 97910, gramps/trunk/PKGBUILD)
  gramps/repos/community-any/block-changed.patch
(from rev 97910, gramps/trunk/block-changed.patch)
  gramps/repos/community-any/gramps.install
(from rev 97910, gramps/trunk/gramps.install)
Deleted:
  gramps/repos/community-any/PKGBUILD
  gramps/repos/community-any/block-changed.patch
  gramps/repos/community-any/gramps.install

-+
 PKGBUILD|   93 +-
 block-changed.patch |   84 ++---
 gramps.install  |   26 ++---
 3 files changed, 102 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-01 04:14:48 UTC (rev 97910)
+++ PKGBUILD2013-10-01 04:14:54 UTC (rev 97911)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Cory Farmer rbgk...@ameritech.net
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gramps
-pkgver=4.0.1
-pkgrel=4
-epoch=2
-pkgdesc=A genealogy program, which helps you track your family tree
-arch=('any')
-url=http://gramps-project.org/;
-license=('GPL')
-depends=('pygtk' 'librsvg' 'desktop-file-utils' 'shared-mime-info'
-'gnome-icon-theme' 'xdg-utils' 'python-bsddb'
-'python-gobject')
-makedepends=('intltool' 'python-setuptools')
-optdepends=('python-gnomevfs: mime functions support'
-'python-gtkspell: spellchecking support'
-'pywebkitgtk: html rendering support'
-'graphviz: graph exporting support'
-'ttf-freefont: more font support')
-#'python-osmgpsmap: openstreetmap support'
-#'pyexiv2: exif support'
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
-   block-changed.patch)
-md5sums=('078ae6f9138570447081b64f8ae8a701'
- 'b2443587e08c4951f00e9401d47e1ccc')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p0 $srcdir/block-changed.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py install --root=$pkgdir
-  echo -n '/usr/share' 
$pkgdir/usr/lib/python3.3/site-packages/gramps/gen/utils/resource-path
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 97910, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-01 04:14:54 UTC (rev 97911)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Cory Farmer rbgk...@ameritech.net
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gramps
+pkgver=4.0.1
+pkgrel=5
+epoch=2
+pkgdesc=A genealogy program, which helps you track your family tree
+arch=('any')
+url=http://gramps-project.org/;
+license=('GPL')
+depends=('gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 'python-bsddb'
+'gnome-icon-theme' 'desktop-file-utils' 'shared-mime-info')
+makedepends=('intltool')
+optdepends=('graphviz: enable creation of graphs (required for tree reports)'
+   'gtkspell3: enable spell checking in the notes'
+   'rcs: manage multiple revisions of your family trees'
+   'python-pillow: crop and convert images to JPG'
+   'libgexiv2: manage Exif metadata embedded in your media'
+   'ttf-freefont: more font support in the reports')
+#  'python-osmgpsmap: show maps in the geography view'
+#  'python-pyicu: improves localised sorting'
+#  'webkitgtk: allows websites to be opened in Gramps'
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
+   block-changed.patch)
+md5sums=('078ae6f9138570447081b64f8ae8a701'
+ 'b2443587e08c4951f00e9401d47e1ccc')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p0 $srcdir/block-changed.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir
+  echo -n '/usr/share' 
$pkgdir/usr/lib/python3.3/site-packages/gramps/gen/utils/resource-path
+}

Deleted: block-changed.patch
===
--- block-changed.patch 2013-10-01 04:14:48 UTC (rev 97910)
+++ block-changed.patch 2013-10-01 04:14:54 UTC (rev 97911)
@@ -1,42 +0,0 @@
-Index: gramps/gui/widgets/validatedmaskedentry.py
-===
 gramps/gui/widgets/validatedmaskedentry.py (revision 22628)
-+++ 

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

2013-09-30 Thread Balló György
Date: Tuesday, October 1, 2013 @ 06:25:41
  Author: bgyorgy
Revision: 97912

Update Pillow dependency

Modified:
  python-basemap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-01 04:14:54 UTC (rev 97911)
+++ PKGBUILD2013-10-01 04:25:41 UTC (rev 97912)
@@ -41,7 +41,7 @@
 package_python-basemap() {
pkgdesc=Toolkit for plotting data on map projections
depends=('python-basemap-common' 'python-matplotlib' 'geos' 'shapelib' 
'python-numpy' 'python-httplib2')
-   optdepends=('python-imaging: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
+   optdepends=('python-pillow: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
 
cd ${srcdir}/basemap-${pkgver}
 
@@ -58,7 +58,7 @@
 package_python2-basemap() {
pkgdesc=Toolkit for plotting data on map projections
depends=('python-basemap-common' 'python2-matplotlib' 'geos' 'shapelib' 
'python2-numpy' 'python2-httplib2')
-   optdepends=('python2-imaging: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
+   optdepends=('python2-pillow: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
 
cd ${srcdir}/basemap-${pkgver}-python2
 



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

2013-10-02 Thread Balló György
Date: Wednesday, October 2, 2013 @ 23:37:00
  Author: bgyorgy
Revision: 97998

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

Added:
  freemat/repos/community-i686/ChangeLog
(from rev 97997, freemat/trunk/ChangeLog)
  freemat/repos/community-i686/PKGBUILD
(from rev 97997, freemat/trunk/PKGBUILD)
  freemat/repos/community-i686/freemat.install
(from rev 97997, freemat/trunk/freemat.install)
  freemat/repos/community-x86_64/ChangeLog
(from rev 97997, freemat/trunk/ChangeLog)
  freemat/repos/community-x86_64/PKGBUILD
(from rev 97997, freemat/trunk/PKGBUILD)
  freemat/repos/community-x86_64/freemat.install
(from rev 97997, freemat/trunk/freemat.install)
Deleted:
  freemat/repos/community-i686/ChangeLog
  freemat/repos/community-i686/PKGBUILD
  freemat/repos/community-i686/build-fix.patch
  freemat/repos/community-i686/freemat.install
  freemat/repos/community-x86_64/ChangeLog
  freemat/repos/community-x86_64/PKGBUILD
  freemat/repos/community-x86_64/build-fix.patch
  freemat/repos/community-x86_64/freemat.install

--+
 /ChangeLog   |6 ++
 /PKGBUILD|   86 +
 /freemat.install |   14 ++
 community-i686/ChangeLog |3 -
 community-i686/PKGBUILD  |   46 ---
 community-i686/build-fix.patch   |   11 
 community-i686/freemat.install   |7 ---
 community-x86_64/ChangeLog   |3 -
 community-x86_64/PKGBUILD|   46 ---
 community-x86_64/build-fix.patch |   11 
 community-x86_64/freemat.install |7 ---
 11 files changed, 106 insertions(+), 134 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-10-02 21:36:52 UTC (rev 97997)
+++ community-i686/ChangeLog2013-10-02 21:37:00 UTC (rev 97998)
@@ -1,3 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: freemat/repos/community-i686/ChangeLog (from rev 97997, 
freemat/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-10-02 21:37:00 UTC (rev 97998)
@@ -0,0 +1,3 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-02 21:36:52 UTC (rev 97997)
+++ community-i686/PKGBUILD 2013-10-02 21:37:00 UTC (rev 97998)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=freemat
-pkgver=4.2
-pkgrel=2
-pkgdesc=A free environment for rapid engineering, scientific prototyping and 
data processing
-arch=('i686' 'x86_64')
-url=http://freemat.sourceforge.net;
-license=('GPL')
-depends=('qt4' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu' 'qtwebkit' 'arpack')
-makedepends=('lapack' 'umfpack' 'blas' 'libmatio' 'cmake' 'python2' 'mesa')
-install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
-   build-fix.patch)
-md5sums=('ace147e49273ae935d363da8e2a56d4d'
- '2d11a28aa2a7df89c4618ed1c4be5973')
-
-build() {
-  cd $srcdir/FreeMat-$pkgver-Source
-
-  unset LDFLAGS
-  rm -f CMakeCache.txt
-  find . -type f -name '*.moc.cpp' -exec rm -f {} \;
-  find . -type f -name 'add.so' -exec rm -f {} \;
-  patch -p1 $srcdir/build-fix.patch
-  echo libs/libMatC/CJitFuncClang.hpp
-  echo libs/libMatC/CJitFuncClang.cpp
-
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DUSE_LLVM=OFF \
-   -DFORCE_BUNDLED_UMFPACK=ON \
-   -DFFI_INCLUDE_DIR=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/ \
-   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-   .
-  make
-}
-package() {
-  cd $srcdir/FreeMat-$pkgver-Source
-
-  make DESTDIR=$pkgdir install -j1
-  sed -i s|/FreeMat-.*/|/FreeMat-$pkgver/|g $startdir/freemat.install
-  rm $pkgdir/usr/bin/blas.ini
-}

Copied: freemat/repos/community-i686/PKGBUILD (from rev 97997, 
freemat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-02 21:37:00 UTC (rev 97998)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=freemat
+pkgver=4.2
+pkgrel=3
+pkgdesc=A free environment for rapid engineering, scientific prototyping and 
data processing
+arch=('i686' 'x86_64')
+url=http://freemat.sourceforge.net;
+license=('GPL')
+depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit')
+makedepends=('cmake' 'python2' 'suitesparse')
+install=freemat.install

[arch-commits] Commit in freemat/trunk (PKGBUILD build-fix.patch)

2013-10-02 Thread Balló György
Date: Wednesday, October 2, 2013 @ 23:36:52
  Author: bgyorgy
Revision: 97997

upgpkg: freemat 4.2-3

Reduce dependencies

Modified:
  freemat/trunk/PKGBUILD
Deleted:
  freemat/trunk/build-fix.patch

-+
 PKGBUILD|   13 +
 build-fix.patch |   11 ---
 2 files changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-02 15:41:17 UTC (rev 97996)
+++ PKGBUILD2013-10-02 21:36:52 UTC (rev 97997)
@@ -4,18 +4,16 @@
 
 pkgname=freemat
 pkgver=4.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A free environment for rapid engineering, scientific prototyping and 
data processing
 arch=('i686' 'x86_64')
 url=http://freemat.sourceforge.net;
 license=('GPL')
-depends=('qt4' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu' 'qtwebkit' 'arpack')
-makedepends=('lapack' 'umfpack' 'blas' 'libmatio' 'cmake' 'python2' 'mesa')
+depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit')
+makedepends=('cmake' 'python2' 'suitesparse')
 install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
-   build-fix.patch)
-md5sums=('ace147e49273ae935d363da8e2a56d4d'
- '2d11a28aa2a7df89c4618ed1c4be5973')
+source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz)
+md5sums=('ace147e49273ae935d363da8e2a56d4d')
 
 build() {
   cd $srcdir/FreeMat-$pkgver-Source
@@ -24,7 +22,6 @@
   rm -f CMakeCache.txt
   find . -type f -name '*.moc.cpp' -exec rm -f {} \;
   find . -type f -name 'add.so' -exec rm -f {} \;
-  patch -p1 $srcdir/build-fix.patch
   echo libs/libMatC/CJitFuncClang.hpp
   echo libs/libMatC/CJitFuncClang.cpp
 

Deleted: build-fix.patch
===
--- build-fix.patch 2013-10-02 15:41:17 UTC (rev 97996)
+++ build-fix.patch 2013-10-02 21:36:52 UTC (rev 97997)
@@ -1,11 +0,0 @@
-diff -wbBur FreeMat-4.1-Source/libs/libGraphics/GLRenderEngine.cpp 
FreeMat-4.1-Source.my/libs/libGraphics/GLRenderEngine.cpp
 FreeMat-4.1-Source/libs/libGraphics/GLRenderEngine.cpp 2011-11-27 
04:27:43.0 +0400
-+++ FreeMat-4.1-Source.my/libs/libGraphics/GLRenderEngine.cpp  2012-01-20 
19:07:48.0 +0400
-@@ -20,6 +20,7 @@
- #include qimage.h
- #include qpainter.h
- #include QtOpenGL
-+#include GL/glu.h
- #include math.h
- #include IEEEFP.hpp
- 



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

2013-10-04 Thread Balló György
Date: Friday, October 4, 2013 @ 17:27:48
  Author: bgyorgy
Revision: 98045

upgpkg: rawstudio 2.0-9

Remove unused raptor1 dependency

Modified:
  rawstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-04 14:55:04 UTC (rev 98044)
+++ PKGBUILD2013-10-04 15:27:48 UTC (rev 98045)
@@ -6,13 +6,13 @@
 
 pkgname=rawstudio
 pkgver=2.0
-pkgrel=8
+pkgrel=9
 pkgdesc=An open source raw-image converter written in GTK+
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://rawstudio.org/;
-depends=('exiv2' 'libgphoto2' 'flickcurl' 'libjpeg' 'fftw' 'gconf' 'lensfun'
-'raptor1' 'lcms' 'gtk2')
+depends=('gconf' 'lcms' 'exiv2' 'fftw' 'lensfun' 'flickcurl' 'sqlite'
+'libgphoto2' 'gtk-engines' 'desktop-file-utils')
 install=${pkgname}.install
 options=('!libtool')
 source=(http://rawstudio.org/files/release/${pkgname}-${pkgver}.tar.gz
@@ -20,11 +20,15 @@
 md5sums=('b2f86b8ca6b83ad954e3104c4cb89e9b'
  '2f8b7acbe10d8096ce613cbea7986fd3')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 $srcdir/libpng15.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 $srcdir/libpng15.patch
   export LDFLAGS=$LDFLAGS `pkg-config --libs gthread-2.0`
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 



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

2013-10-04 Thread Balló György
Date: Friday, October 4, 2013 @ 17:27:57
  Author: bgyorgy
Revision: 98046

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

Added:
  rawstudio/repos/community-i686/PKGBUILD
(from rev 98045, rawstudio/trunk/PKGBUILD)
  rawstudio/repos/community-i686/libpng15.patch
(from rev 98045, rawstudio/trunk/libpng15.patch)
  rawstudio/repos/community-i686/rawstudio.install
(from rev 98045, rawstudio/trunk/rawstudio.install)
  rawstudio/repos/community-x86_64/PKGBUILD
(from rev 98045, rawstudio/trunk/PKGBUILD)
  rawstudio/repos/community-x86_64/libpng15.patch
(from rev 98045, rawstudio/trunk/libpng15.patch)
  rawstudio/repos/community-x86_64/rawstudio.install
(from rev 98045, rawstudio/trunk/rawstudio.install)
Deleted:
  rawstudio/repos/community-i686/PKGBUILD
  rawstudio/repos/community-i686/libpng15.patch
  rawstudio/repos/community-i686/rawstudio.install
  rawstudio/repos/community-x86_64/PKGBUILD
  rawstudio/repos/community-x86_64/libpng15.patch
  rawstudio/repos/community-x86_64/rawstudio.install

+
 /PKGBUILD  |   82 +++
 /libpng15.patch|   80 ++
 /rawstudio.install |   22 +
 community-i686/PKGBUILD|   37 ---
 community-i686/libpng15.patch  |   40 -
 community-i686/rawstudio.install   |   11 
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/libpng15.patch|   40 -
 community-x86_64/rawstudio.install |   11 
 9 files changed, 184 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-04 15:27:48 UTC (rev 98045)
+++ community-i686/PKGBUILD 2013-10-04 15:27:57 UTC (rev 98046)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: cdhotfire cdhotf...@gmail.com
-
-pkgname=rawstudio
-pkgver=2.0
-pkgrel=8
-pkgdesc=An open source raw-image converter written in GTK+
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://rawstudio.org/;
-depends=('exiv2' 'libgphoto2' 'flickcurl' 'libjpeg' 'fftw' 'gconf' 'lensfun'
-'raptor1' 'lcms' 'gtk2')
-install=${pkgname}.install
-options=('!libtool')
-source=(http://rawstudio.org/files/release/${pkgname}-${pkgver}.tar.gz
-   libpng15.patch)
-md5sums=('b2f86b8ca6b83ad954e3104c4cb89e9b'
- '2f8b7acbe10d8096ce613cbea7986fd3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 $srcdir/libpng15.patch
-  export LDFLAGS=$LDFLAGS `pkg-config --libs gthread-2.0`
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir}/usr install
-  mkdir $pkgdir/usr/lib/rawstudio
-  mv $pkgdir/usr/share/rawstudio/plugins $pkgdir/usr/lib/rawstudio
-  ln -s ../../lib/rawstudio/plugins $pkgdir/usr/share/rawstudio/plugins
-}

Copied: rawstudio/repos/community-i686/PKGBUILD (from rev 98045, 
rawstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-04 15:27:57 UTC (rev 98046)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: cdhotfire cdhotf...@gmail.com
+
+pkgname=rawstudio
+pkgver=2.0
+pkgrel=9
+pkgdesc=An open source raw-image converter written in GTK+
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://rawstudio.org/;
+depends=('gconf' 'lcms' 'exiv2' 'fftw' 'lensfun' 'flickcurl' 'sqlite'
+'libgphoto2' 'gtk-engines' 'desktop-file-utils')
+install=${pkgname}.install
+options=('!libtool')
+source=(http://rawstudio.org/files/release/${pkgname}-${pkgver}.tar.gz
+   libpng15.patch)
+md5sums=('b2f86b8ca6b83ad954e3104c4cb89e9b'
+ '2f8b7acbe10d8096ce613cbea7986fd3')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 $srcdir/libpng15.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export LDFLAGS=$LDFLAGS `pkg-config --libs gthread-2.0`
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+  mkdir $pkgdir/usr/lib/rawstudio
+  mv $pkgdir/usr/share/rawstudio/plugins $pkgdir/usr/lib/rawstudio
+  ln -s ../../lib/rawstudio/plugins $pkgdir/usr/share/rawstudio/plugins
+}

Deleted: community-i686/libpng15.patch
===
--- community-i686/libpng15.patch   2013-10-04 15:27:48 UTC (rev 98045)
+++ community-i686/libpng15.patch   2013-10-04 15:27:57 UTC (rev 98046)
@@ -1,40 +0,0 @@

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

2013-10-06 Thread Balló György
Date: Monday, October 7, 2013 @ 03:43:50
  Author: bgyorgy
Revision: 98173

archrelease: copy trunk to community-any

Added:
  impressive/repos/community-any/PKGBUILD
(from rev 98172, impressive/trunk/PKGBUILD)
  impressive/repos/community-any/impressive-0.10.3-pillow-compat.patch
(from rev 98172, impressive/trunk/impressive-0.10.3-pillow-compat.patch)
Deleted:
  impressive/repos/community-any/PKGBUILD
  impressive/repos/community-any/replace-python-imaging.patch

---+
 PKGBUILD  |   92 
 impressive-0.10.3-pillow-compat.patch |   13 
 replace-python-imaging.patch  |   12 
 3 files changed, 59 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-07 01:43:45 UTC (rev 98172)
+++ PKGBUILD2013-10-07 01:43:50 UTC (rev 98173)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier gcarr...@aur.archlinux.org
-# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=impressive
-pkgver=0.10.3
-pkgrel=7
-pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
-arch=('any')
-url='http://impressive.sourceforge.net'
-license=('GPL2')
-depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
-optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
-'mplayer: for sound and video playback')
-provides=('keyjnote=0.10.3')
-conflicts=('keyjnote')
-replaces=('keyjnote')
-source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz
-replace-python-imaging.patch)
-md5sums=('1fefb25db71ee322a59353de85ae00b4'
- '73c6d0125ab5532b1b2892844a805e06')
-
-build() {
-  cd ${srcdir}/Impressive-${pkgver}
-
-  # replace Import Image with from PIL import Image
-  patch -Np1 -i ${srcdir}/replace-python-imaging.patch
-
-# python2 fix
-  for file in $(find . -name '*.py' -print); do
-  sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-  sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/Impressive-${pkgver}
-
-  install -d -m755 ${pkgdir}/usr/{bin,share/{doc/${pkgname},man/man1}}
-  install -m755 ${pkgname}.py ${pkgdir}/usr/bin/${pkgname}
-  ln -s ${pkgname} ${pkgdir}/usr/bin/keyjnote
-  install -m644 ${pkgname}.html demo.pdf changelog.txt 
${pkgdir}/usr/share/doc/${pkgname}/
-  install -m644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/
-}

Copied: impressive/repos/community-any/PKGBUILD (from rev 98172, 
impressive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-07 01:43:50 UTC (rev 98173)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier gcarr...@aur.archlinux.org
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=impressive
+pkgver=0.10.3
+pkgrel=8
+pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
+arch=('any')
+url='http://impressive.sourceforge.net'
+license=('GPL2')
+depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
+optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
+'mplayer: for sound and video playback')
+provides=('keyjnote=0.10.3')
+conflicts=('keyjnote')
+replaces=('keyjnote')
+source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz
+impressive-0.10.3-pillow-compat.patch)
+md5sums=('1fefb25db71ee322a59353de85ae00b4'
+ '7f112309f3faebca123ff576c9d28c1c')
+
+prepare() {
+  cd ${srcdir}/Impressive-${pkgver}
+
+  # replace Import Image with from PIL import Image
+  patch -Np1 -i ${srcdir}/impressive-0.10.3-pillow-compat.patch
+
+# python2 fix
+  for file in $(find . -name '*.py' -print); do
+  sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+  sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd ${srcdir}/Impressive-${pkgver}
+
+  install -d -m755 ${pkgdir}/usr/{bin,share/{doc/${pkgname},man/man1}}
+  install -m755 ${pkgname}.py ${pkgdir}/usr/bin/${pkgname}
+  ln -s ${pkgname} ${pkgdir}/usr/bin/keyjnote
+  install -m644 ${pkgname}.html demo.pdf changelog.txt 
${pkgdir}/usr/share/doc/${pkgname}/
+  install -m644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/
+}

Copied: impressive/repos/community-any/impressive-0.10.3-pillow-compat.patch 
(from rev 98172, impressive/trunk/impressive-0.10.3-pillow-compat.patch)
===
--- impressive-0.10.3-pillow-compat.patch   (rev 0)
+++ 

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

2013-10-06 Thread Balló György
Date: Monday, October 7, 2013 @ 03:43:45
  Author: bgyorgy
Revision: 98172

upgpkg: impressive 0.10.3-8

Fix compatibility patch from Fedora (FS#37213)

Added:
  impressive/trunk/impressive-0.10.3-pillow-compat.patch
Modified:
  impressive/trunk/PKGBUILD
Deleted:
  impressive/trunk/replace-python-imaging.patch

---+
 PKGBUILD  |   10 +-
 impressive-0.10.3-pillow-compat.patch |   13 +
 replace-python-imaging.patch  |   12 
 3 files changed, 18 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 00:58:38 UTC (rev 98171)
+++ PKGBUILD2013-10-07 01:43:45 UTC (rev 98172)
@@ -6,7 +6,7 @@
 
 pkgname=impressive
 pkgver=0.10.3
-pkgrel=7
+pkgrel=8
 pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
 arch=('any')
 url='http://impressive.sourceforge.net'
@@ -18,15 +18,15 @@
 conflicts=('keyjnote')
 replaces=('keyjnote')
 source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz
-replace-python-imaging.patch)
+impressive-0.10.3-pillow-compat.patch)
 md5sums=('1fefb25db71ee322a59353de85ae00b4'
- '73c6d0125ab5532b1b2892844a805e06')
+ '7f112309f3faebca123ff576c9d28c1c')
 
-build() {
+prepare() {
   cd ${srcdir}/Impressive-${pkgver}
 
   # replace Import Image with from PIL import Image
-  patch -Np1 -i ${srcdir}/replace-python-imaging.patch
+  patch -Np1 -i ${srcdir}/impressive-0.10.3-pillow-compat.patch
 
 # python2 fix
   for file in $(find . -name '*.py' -print); do

Added: impressive-0.10.3-pillow-compat.patch
===
--- impressive-0.10.3-pillow-compat.patch   (rev 0)
+++ impressive-0.10.3-pillow-compat.patch   2013-10-07 01:43:45 UTC (rev 
98172)
@@ -0,0 +1,13 @@
+--- Impressive-0.10.3.orig/impressive.py
 Impressive-0.10.3/impressive.py
+@@ -182,8 +182,8 @@ try:
+ from OpenGL.GL import *
+ import pygame
+ from pygame.locals import *
+-import Image, ImageDraw, ImageFont, ImageFilter
+-import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, 
PpmImagePlugin
++from PIL import Image, ImageDraw, ImageFont, ImageFilter
++from PIL import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, 
PngImagePlugin, PpmImagePlugin
+ except (ValueError, ImportError), err:
+ print sys.stderr, Oops! Cannot load necessary modules:, err
+ print sys.stderr, To use Impressive, you need to install the 
following Python modules:

Deleted: replace-python-imaging.patch
===
--- replace-python-imaging.patch2013-10-07 00:58:38 UTC (rev 98171)
+++ replace-python-imaging.patch2013-10-07 01:43:45 UTC (rev 98172)
@@ -1,12 +0,0 @@
-diff -aur Impressive-0.10.3/impressive.py Impressive-0.10.3.new/impressive.py
 Impressive-0.10.3/impressive.py2013-09-20 09:34:16.477993905 +
-+++ Impressive-0.10.3.new/impressive.py2013-09-20 09:33:59.468099703 
+
-@@ -182,7 +182,7 @@
- from OpenGL.GL import *
- import pygame
- from pygame.locals import *
--import Image, ImageDraw, ImageFont, ImageFilter
-+from PIL import Image, ImageDraw, ImageFont, ImageFilter
- import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, 
PpmImagePlugin
- except (ValueError, ImportError), err:
- print sys.stderr, Oops! Cannot load necessary modules:, err



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 00:50:21
  Author: bgyorgy
Revision: 98281

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

Added:
  pitivi/repos/community-i686/
  pitivi/repos/community-i686/ChangeLog
(from rev 98279, pitivi/trunk/ChangeLog)
  pitivi/repos/community-i686/PKGBUILD
(from rev 98279, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-i686/pitivi.install
(from rev 98279, pitivi/trunk/pitivi.install)
  pitivi/repos/community-x86_64/
  pitivi/repos/community-x86_64/ChangeLog
(from rev 98279, pitivi/trunk/ChangeLog)
  pitivi/repos/community-x86_64/PKGBUILD
(from rev 98279, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-x86_64/pitivi.install
(from rev 98279, pitivi/trunk/pitivi.install)

-+
 community-i686/ChangeLog|   41 ++
 community-i686/PKGBUILD |   36 +
 community-i686/pitivi.install   |   13 
 community-x86_64/ChangeLog  |   41 ++
 community-x86_64/PKGBUILD   |   36 +
 community-x86_64/pitivi.install |   13 
 6 files changed, 180 insertions(+)

Copied: pitivi/repos/community-i686/ChangeLog (from rev 98279, 
pitivi/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-10-07 22:50:21 UTC (rev 98281)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta abh...@gmail.com Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta abh...@gmail.com Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by as in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta abh...@gmail.com Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta abh...@gmail.com Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta abh...@gmail.com Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta abh...@gmail.com Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-i686/PKGBUILD (from rev 98279, 
pitivi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 22:50:21 UTC (rev 98281)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Gabor Nyekhelyi (n0gabor) n0ga...@vipmail.hu
+
+pkgname=pitivi
+pkgver=0.91
+pkgrel=3
+pkgdesc=Editor for audio/video projects using the GStreamer framework
+arch=('i686' 'x86_64')
+url=http://www.pitivi.org/;
+license=('LGPL')
+depends=('clutter-gtk' 'gnonlin' 'gst-editing-services' 'gst-plugins-good' 
'gst-python'
+ 'libnotify' 'python2-gobject' 'python2-gobject2' 'python2-numpy' 
'python2-xdg'
+ 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'itstool')
+optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
+'gst-libav: additional multimedia codecs'
+'gst-plugins-bad: additional multimedia codecs'
+'gst-plugins-ugly: additional multimedia codecs')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.91/$pkgname-$pkgver.tar.xz)
+md5sums=('30f520587885d231aeb9a7ddb2585e45')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export PYTHON=python2
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: pitivi/repos/community-i686/pitivi.install (from rev 98279, 
pitivi/trunk/pitivi.install)
===
--- community-i686/pitivi.install   (rev 0)
+++ community-i686/pitivi.install   2013-10-07 22:50:21 UTC (rev 98281)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: pitivi/repos/community-x86_64/ChangeLog (from rev 98279, 
pitivi/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  

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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 00:50:23
  Author: bgyorgy
Revision: 98282

Removed community-any for pitivi

Deleted:
  pitivi/repos/community-any/



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 00:50:14
  Author: bgyorgy
Revision: 98279

upgpkg: pitivi 0.91-3

Fix dependencies, fix arch (FS#37231, FS#37237)

Modified:
  pitivi/trunk/PKGBUILD
  pitivi/trunk/pitivi.install

+
 PKGBUILD   |   22 --
 pitivi.install |5 +++--
 2 files changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 22:46:15 UTC (rev 98278)
+++ PKGBUILD2013-10-07 22:50:14 UTC (rev 98279)
@@ -5,18 +5,20 @@
 
 pkgname=pitivi
 pkgver=0.91
-pkgrel=2
+pkgrel=3
 pkgdesc=Editor for audio/video projects using the GStreamer framework
-arch=('any')
+arch=('i686' 'x86_64')
 url=http://www.pitivi.org/;
 license=('LGPL')
-depends=('gstreamer' 'pygoocanvas' 'gst-plugins-good' 'pygtk'
-'gst-python' 'gnonlin'
-'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg'
-'python2-setuptools' 'itstool' 'gst-editing-services')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
-optdepends=('frei0r-plugins: enable the video transformations'
-   'python2-numpy: enable the video transformations')
+depends=('clutter-gtk' 'gnonlin' 'gst-editing-services' 'gst-plugins-good' 
'gst-python'
+ 'libnotify' 'python2-gobject' 'python2-gobject2' 'python2-numpy' 
'python2-xdg'
+ 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'itstool')
+optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
+'gst-libav: additional multimedia codecs'
+'gst-plugins-bad: additional multimedia codecs'
+'gst-plugins-ugly: additional multimedia codecs')
+options=('!libtool')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.91/$pkgname-$pkgver.tar.xz)
 md5sums=('30f520587885d231aeb9a7ddb2585e45')
@@ -24,7 +26,7 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   export PYTHON=python2
-  ./configure --prefix=/usr --localedir=/usr/share/locale
+  ./configure --prefix=/usr --disable-static
   make
 }
 

Modified: pitivi.install
===
--- pitivi.install  2013-10-07 22:46:15 UTC (rev 98278)
+++ pitivi.install  2013-10-07 22:50:14 UTC (rev 98279)
@@ -1,6 +1,7 @@
 post_install() {
-  [ -d usr/share/icons/hicolor ]  [ -x usr/bin/gtk-update-icon-cache ]  
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  [ -x usr/bin/update-mime-database ]  update-mime-database usr/share/mime 
/dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime /dev/null
+  update-desktop-database -q
 }
 
 post_upgrade() {



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 03:35:30
  Author: bgyorgy
Revision: 98283

upgpkg: libvirt-glib 0.1.7-2

Reduce dependencies, generate VAPI files

Modified:
  libvirt-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 22:50:23 UTC (rev 98282)
+++ PKGBUILD2013-10-08 01:35:30 UTC (rev 98283)
@@ -4,21 +4,22 @@
 
 pkgname=libvirt-glib
 pkgver=0.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc=GLib bindings for libvirt
 arch=('i686' 'x86_64')
 url=http://libvirt.org;
 license=('LGPL2.1')
-depends=('libvirt' 'glib2' 'gobject-introspection' 'python2')
-makedepends=('intltool')
+depends=('libvirt')
+makedepends=('intltool' 'gobject-introspection' 'vala')
 options=('!libtool')
 source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz)
-sha256sums=('274b88584db94bb5d404e5398d6b5ef184afad49a2e4b3f4f6c47ba940bf55bf')
 sha256sums=('39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+  --disable-static \
+  --with-python=/usr/bin/python2
   make
 }
 



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 03:35:38
  Author: bgyorgy
Revision: 98284

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

Added:
  libvirt-glib/repos/community-i686/PKGBUILD
(from rev 98283, libvirt-glib/trunk/PKGBUILD)
  libvirt-glib/repos/community-x86_64/PKGBUILD
(from rev 98283, libvirt-glib/trunk/PKGBUILD)
Deleted:
  libvirt-glib/repos/community-i686/PKGBUILD
  libvirt-glib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-08 01:35:30 UTC (rev 98283)
+++ community-i686/PKGBUILD 2013-10-08 01:35:38 UTC (rev 98284)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Stefano Facchini stefano.facch...@gmail.com
-
-pkgname=libvirt-glib
-pkgver=0.1.7
-pkgrel=1
-pkgdesc=GLib bindings for libvirt
-arch=('i686' 'x86_64')
-url=http://libvirt.org;
-license=('LGPL2.1')
-depends=('libvirt' 'glib2' 'gobject-introspection' 'python2')
-makedepends=('intltool')
-options=('!libtool')
-source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz)
-sha256sums=('274b88584db94bb5d404e5398d6b5ef184afad49a2e4b3f4f6c47ba940bf55bf')
-sha256sums=('39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libvirt-glib/repos/community-i686/PKGBUILD (from rev 98283, 
libvirt-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-08 01:35:38 UTC (rev 98284)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=libvirt-glib
+pkgver=0.1.7
+pkgrel=2
+pkgdesc=GLib bindings for libvirt
+arch=('i686' 'x86_64')
+url=http://libvirt.org;
+license=('LGPL2.1')
+depends=('libvirt')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz)
+sha256sums=('39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --disable-static \
+  --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-08 01:35:30 UTC (rev 98283)
+++ community-x86_64/PKGBUILD   2013-10-08 01:35:38 UTC (rev 98284)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Stefano Facchini stefano.facch...@gmail.com
-
-pkgname=libvirt-glib
-pkgver=0.1.7
-pkgrel=1
-pkgdesc=GLib bindings for libvirt
-arch=('i686' 'x86_64')
-url=http://libvirt.org;
-license=('LGPL2.1')
-depends=('libvirt' 'glib2' 'gobject-introspection' 'python2')
-makedepends=('intltool')
-options=('!libtool')
-source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz)
-sha256sums=('274b88584db94bb5d404e5398d6b5ef184afad49a2e4b3f4f6c47ba940bf55bf')
-sha256sums=('39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libvirt-glib/repos/community-x86_64/PKGBUILD (from rev 98283, 
libvirt-glib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-08 01:35:38 UTC (rev 98284)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=libvirt-glib
+pkgver=0.1.7
+pkgrel=2
+pkgdesc=GLib bindings for libvirt
+arch=('i686' 'x86_64')
+url=http://libvirt.org;
+license=('LGPL2.1')
+depends=('libvirt')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=(ftp://libvirt.org/libvirt/glib/$pkgname-$pkgver.tar.gz)
+sha256sums=('39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --disable-static \
+  --with-python=/usr/bin/python2
+  

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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 03:45:11
  Author: bgyorgy
Revision: 98285

upgpkg: spice-protocol 0.12.6-2

Fix license

Modified:
  spice-protocol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 01:35:38 UTC (rev 98284)
+++ PKGBUILD2013-10-08 01:45:11 UTC (rev 98285)
@@ -4,17 +4,17 @@
 
 pkgname=spice-protocol
 pkgver=0.12.6
-pkgrel=1
-pkgdesc=Headers for SPICE protocol.
+pkgrel=2
+pkgdesc=Headers for SPICE protocol
 arch=(any)
 url=http://spice-space.org;
-license=('GPL')
+license=('BSD' 'LGPL2.1')
 source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
 md5sums=('797d18156ab893e48778cb097b21bb2b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 
@@ -21,4 +21,5 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 03:45:35
  Author: bgyorgy
Revision: 98286

archrelease: copy trunk to community-any

Added:
  spice-protocol/repos/community-any/PKGBUILD
(from rev 98285, spice-protocol/trunk/PKGBUILD)
Deleted:
  spice-protocol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-08 01:45:11 UTC (rev 98285)
+++ PKGBUILD2013-10-08 01:45:35 UTC (rev 98286)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Patryk Kowalczyk  patryk at kowalczyk dot ws
-
-pkgname=spice-protocol
-pkgver=0.12.6
-pkgrel=1
-pkgdesc=Headers for SPICE protocol.
-arch=(any)
-url=http://spice-space.org;
-license=('GPL')
-source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('797d18156ab893e48778cb097b21bb2b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: spice-protocol/repos/community-any/PKGBUILD (from rev 98285, 
spice-protocol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-08 01:45:35 UTC (rev 98286)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Patryk Kowalczyk  patryk at kowalczyk dot ws
+
+pkgname=spice-protocol
+pkgver=0.12.6
+pkgrel=2
+pkgdesc=Headers for SPICE protocol
+arch=(any)
+url=http://spice-space.org;
+license=('BSD' 'LGPL2.1')
+source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('797d18156ab893e48778cb097b21bb2b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 04:36:44
  Author: bgyorgy
Revision: 98287

upgpkg: python2-pyparsing 1.5.7-2

Move python2 from makedepends to depends

Modified:
  python2-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 01:45:35 UTC (rev 98286)
+++ PKGBUILD2013-10-08 02:36:44 UTC (rev 98287)
@@ -7,12 +7,12 @@
 
 pkgname=python2-pyparsing
 pkgver=1.5.7
-pkgrel=1
+pkgrel=2
 pkgdesc='General parsing module for Python'
 arch=('any')
 url='http://pyparsing.wikispaces.com'
 license=('MIT')
-makedepends=('python2')
+depends=('python2')
 source=(http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
 sha256sums=('2b3a013582cbff858e71ff23129e01acc5e99f511578d106ffb1e74bde15e893')
 



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 04:36:49
  Author: bgyorgy
Revision: 98288

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-08 02:36:44 UTC (rev 98287)
+++ PKGBUILD2013-10-08 02:36:49 UTC (rev 98288)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Arvid Ephraim Picciani a...@exys.org
-# Contributor: Michael Krauss hippodri...@gmx.net
-
-pkgname=python2-pyparsing
-pkgver=1.5.7
-pkgrel=1
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='http://pyparsing.wikispaces.com'
-license=('MIT')
-makedepends=('python2')
-source=(http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('2b3a013582cbff858e71ff23129e01acc5e99f511578d106ffb1e74bde15e893')
-
-package() {
-  cd $srcdir/pyparsing-$pkgver
-  rm -rf build
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-pyparsing/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pyparsing/repos/community-any/PKGBUILD (from rev 98287, 
python2-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-08 02:36:49 UTC (rev 98288)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Arvid Ephraim Picciani a...@exys.org
+# Contributor: Michael Krauss hippodri...@gmx.net
+
+pkgname=python2-pyparsing
+pkgver=1.5.7
+pkgrel=2
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com'
+license=('MIT')
+depends=('python2')
+source=(http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
+sha256sums=('2b3a013582cbff858e71ff23129e01acc5e99f511578d106ffb1e74bde15e893')
+
+package() {
+  cd $srcdir/pyparsing-$pkgver
+  rm -rf build
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-pyparsing/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 04:38:15
  Author: bgyorgy
Revision: 98290

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-08 02:38:11 UTC (rev 98289)
+++ PKGBUILD2013-10-08 02:38:15 UTC (rev 98290)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Arvid Ephraim Picciani a...@exys.org
-# Contributor: Michael Krauss hippodri...@gmx.net
-
-pkgname=python-pyparsing
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='http://pyparsing.wikispaces.com'
-license=('MIT')
-makedepends=('python')
-source=(http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4')
-
-package() {
-  cd $srcdir/pyparsing-$pkgver
-
-  rm -rf build
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyparsing/repos/community-any/PKGBUILD (from rev 98289, 
python-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-08 02:38:15 UTC (rev 98290)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Arvid Ephraim Picciani a...@exys.org
+# Contributor: Michael Krauss hippodri...@gmx.net
+
+pkgname=python-pyparsing
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com'
+license=('MIT')
+depends=('python')
+source=(http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
+sha256sums=('0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4')
+
+package() {
+  cd $srcdir/pyparsing-$pkgver
+
+  rm -rf build
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 04:38:11
  Author: bgyorgy
Revision: 98289

upgpkg: python-pyparsing 2.0.1-2

Move python from makedepends to depends

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 02:36:49 UTC (rev 98288)
+++ PKGBUILD2013-10-08 02:38:11 UTC (rev 98289)
@@ -7,12 +7,12 @@
 
 pkgname=python-pyparsing
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='General parsing module for Python'
 arch=('any')
 url='http://pyparsing.wikispaces.com'
 license=('MIT')
-makedepends=('python')
+depends=('python')
 source=(http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
 sha256sums=('0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4')
 



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 05:26:01
  Author: bgyorgy
Revision: 98293

upgpkg: spice 0.12.4-2

- Fix dependencies
- Fix license
- Disable OpenGL support (not recommended by upstream)
- Enable smartcard support

Modified:
  spice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 02:58:57 UTC (rev 98292)
+++ PKGBUILD2013-10-08 03:26:01 UTC (rev 98293)
@@ -4,19 +4,20 @@
 
 pkgname=spice
 pkgver=0.12.4
-pkgrel=1
+pkgrel=2
 pkgdesc=SPICE client and server
 arch=('i686' 'x86_64')
 url=http://spice-space.org;
-license=('GPL')
-makedepends=(python2 python2-pyparsing qemu mesa)
-depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl 
openssl celt0.5.1 libgl glu)
+license=('LGPL2.1')
+depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
+makedepends=(python2-pyparsing qemu spice-protocol)
+options=(!libtool)
 source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
 md5sums=('325b1c42ce24e75de45a75876b73a8bd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr --enable-opengl --enable-client
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client
   make
 }
 



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 05:26:08
  Author: bgyorgy
Revision: 98294

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

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

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   26 -
 community-x86_64/PKGBUILD |   26 -
 3 files changed, 54 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-08 03:26:01 UTC (rev 98293)
+++ community-i686/PKGBUILD 2013-10-08 03:26:08 UTC (rev 98294)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Patryk Kowalczyk  patryk at kowalczyk dot ws
-
-pkgname=spice
-pkgver=0.12.4
-pkgrel=1
-pkgdesc=SPICE client and server
-arch=('i686' 'x86_64')
-url=http://spice-space.org;
-license=('GPL')
-makedepends=(python2 python2-pyparsing qemu mesa)
-depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl 
openssl celt0.5.1 libgl glu)
-source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('325b1c42ce24e75de45a75876b73a8bd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr --enable-opengl --enable-client
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: spice/repos/community-i686/PKGBUILD (from rev 98293, 
spice/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-08 03:26:08 UTC (rev 98294)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Patryk Kowalczyk  patryk at kowalczyk dot ws
+
+pkgname=spice
+pkgver=0.12.4
+pkgrel=2
+pkgdesc=SPICE client and server
+arch=('i686' 'x86_64')
+url=http://spice-space.org;
+license=('LGPL2.1')
+depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
+makedepends=(python2-pyparsing qemu spice-protocol)
+options=(!libtool)
+source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('325b1c42ce24e75de45a75876b73a8bd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-08 03:26:01 UTC (rev 98293)
+++ community-x86_64/PKGBUILD   2013-10-08 03:26:08 UTC (rev 98294)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Patryk Kowalczyk  patryk at kowalczyk dot ws
-
-pkgname=spice
-pkgver=0.12.4
-pkgrel=1
-pkgdesc=SPICE client and server
-arch=('i686' 'x86_64')
-url=http://spice-space.org;
-license=('GPL')
-makedepends=(python2 python2-pyparsing qemu mesa)
-depends=(pixman spice-protocol alsa-utils libxrandr libxinerama libsasl 
openssl celt0.5.1 libgl glu)
-source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('325b1c42ce24e75de45a75876b73a8bd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=python2 ./configure --prefix=/usr --enable-opengl --enable-client
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: spice/repos/community-x86_64/PKGBUILD (from rev 98293, 
spice/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-08 03:26:08 UTC (rev 98294)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Patryk Kowalczyk  patryk at kowalczyk dot ws
+
+pkgname=spice
+pkgver=0.12.4
+pkgrel=2
+pkgdesc=SPICE client and server
+arch=('i686' 'x86_64')
+url=http://spice-space.org;
+license=('LGPL2.1')
+depends=(alsa-lib celt0.5.1 libcacard libjpeg-turbo libsasl libxinerama 
libxfixes libxrandr pixman)
+makedepends=(python2-pyparsing qemu spice-protocol)
+options=(!libtool)
+source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('325b1c42ce24e75de45a75876b73a8bd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-smartcard 
--enable-client
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 06:33:09
  Author: bgyorgy
Revision: 98295

upgpkg: spice-gtk3 0.21-2

- Fix dependencies
- Fix license

Modified:
  spice-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 03:26:08 UTC (rev 98294)
+++ PKGBUILD2013-10-08 04:33:09 UTC (rev 98295)
@@ -1,33 +1,30 @@
 # $Id$
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Stefano Facchini stefano.facch...@gmail.com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
 # Contributor: Jonathan Lestrelin za...@daemontux.org
-# Derived from the spice-gtk PKGBUILD by
 # Contributor: Lucio Zara penn...@gmail.com
 
 pkgname=spice-gtk3
 pkgver=0.21
-pkgrel=1
-pkgdesc=A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version).
-arch=('x86_64' 'i686')
+pkgrel=2
+pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
+arch=('i686' 'x86_64')
 url=http://spice-space.org;
-license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2-gobject')
-depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
-conflicts=('spice-gtk')
+license=('LGPL2.1')
+depends=('celt0.5.1' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'qemu' 
'spice-protocol' 'usbutils' 'vala')
 options=('!libtool')
 source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
-sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
 sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
 
+prepare() {
+  cd $srcdir/spice-gtk-$pkgver
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+}
+
 build() {
   cd $srcdir/spice-gtk-$pkgver
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  ./configure --prefix=/usr \
-  --with-gtk=3.0 \
-  --with-python \
-  --enable-vala \
-  --enable-smartcard=no
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-vala 
--with-gtk=3.0
   make
 }
 



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

2013-10-07 Thread Balló György
Date: Tuesday, October 8, 2013 @ 06:33:16
  Author: bgyorgy
Revision: 98296

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

Added:
  spice-gtk3/repos/community-i686/PKGBUILD
(from rev 98295, spice-gtk3/trunk/PKGBUILD)
  spice-gtk3/repos/community-x86_64/PKGBUILD
(from rev 98295, spice-gtk3/trunk/PKGBUILD)
Deleted:
  spice-gtk3/repos/community-i686/PKGBUILD
  spice-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-08 04:33:09 UTC (rev 98295)
+++ community-i686/PKGBUILD 2013-10-08 04:33:16 UTC (rev 98296)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Stefano Facchini stefano.facch...@gmail.com
-# Contributor: Jonathan Lestrelin za...@daemontux.org
-# Derived from the spice-gtk PKGBUILD by
-# Contributor: Lucio Zara penn...@gmail.com
-
-pkgname=spice-gtk3
-pkgver=0.21
-pkgrel=1
-pkgdesc=A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version).
-arch=('x86_64' 'i686')
-url=http://spice-space.org;
-license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2-gobject')
-depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
-conflicts=('spice-gtk')
-options=('!libtool')
-source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
-sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
-
-build() {
-  cd $srcdir/spice-gtk-$pkgver
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  ./configure --prefix=/usr \
-  --with-gtk=3.0 \
-  --with-python \
-  --enable-vala \
-  --enable-smartcard=no
-  make
-}
-
-package() {
-  cd $srcdir/spice-gtk-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: spice-gtk3/repos/community-i686/PKGBUILD (from rev 98295, 
spice-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-08 04:33:16 UTC (rev 98296)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+# Contributor: Jonathan Lestrelin za...@daemontux.org
+# Contributor: Lucio Zara penn...@gmail.com
+
+pkgname=spice-gtk3
+pkgver=0.21
+pkgrel=2
+pkgdesc=Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)
+arch=('i686' 'x86_64')
+url=http://spice-space.org;
+license=('LGPL2.1')
+depends=('celt0.5.1' 'gtk3' 'libcacard' 'libpulse' 'usbredir')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'qemu' 
'spice-protocol' 'usbutils' 'vala')
+options=('!libtool')
+source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
+sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
+
+prepare() {
+  cd $srcdir/spice-gtk-$pkgver
+  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
+}
+
+build() {
+  cd $srcdir/spice-gtk-$pkgver
+  PYTHON=python2 ./configure --prefix=/usr --disable-static --enable-vala 
--with-gtk=3.0
+  make
+}
+
+package() {
+  cd $srcdir/spice-gtk-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-08 04:33:09 UTC (rev 98295)
+++ community-x86_64/PKGBUILD   2013-10-08 04:33:16 UTC (rev 98296)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Stefano Facchini stefano.facch...@gmail.com
-# Contributor: Jonathan Lestrelin za...@daemontux.org
-# Derived from the spice-gtk PKGBUILD by
-# Contributor: Lucio Zara penn...@gmail.com
-
-pkgname=spice-gtk3
-pkgver=0.21
-pkgrel=1
-pkgdesc=A Gtk client and libraries for SPICE remote desktop servers (gtk3 
version).
-arch=('x86_64' 'i686')
-url=http://spice-space.org;
-license=('GPL')
-makedepends=('intltool' 'vala' 'python2-pyparsing' 'python2-gobject')
-depends=('libpulse' 'gtk3' 'spice' 'libusb' 'usbredir')
-conflicts=('spice-gtk')
-options=('!libtool')
-source=(http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
-sha256sums=('b1355823b0ceb2e118c1f9a9a602ccab78e1e2edf2d93f71fa42d3bc85ca75df')
-sha256sums=('73d418ffa97d6cf5edb1920d46f1d51fc40d14a8d4edfab3be6041e25062c564')
-
-build() {
-  cd $srcdir/spice-gtk-$pkgver
-  sed -i 's,/usr/bin/env python,/usr/bin/python2,' 
spice-common/spice_codegen.py
-  ./configure --prefix=/usr \
-  

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

2013-10-08 Thread Balló György
Date: Tuesday, October 8, 2013 @ 18:53:00
  Author: bgyorgy
Revision: 98334

Remove gksu from optdepends (it's replaced with pkexec)

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 15:40:43 UTC (rev 98333)
+++ PKGBUILD2013-10-08 16:53:00 UTC (rev 98334)
@@ -13,7 +13,6 @@
  'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 
'libxml2'
  'cinnamon-translations')
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
-optdepends=('gksu: Open as Root')
 options=('!emptydirs' '!libtool')
 install=nemo.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)



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

2013-10-08 Thread Balló György
Date: Tuesday, October 8, 2013 @ 20:10:24
  Author: bgyorgy
Revision: 98336

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 98335, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
(from rev 98335, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 98335, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
(from rev 98335, cinnamon-desktop/trunk/cinnamon-desktop.install)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   29 -
 community-i686/cinnamon-desktop.install   |   11 +
 community-x86_64/PKGBUILD |   29 -
 community-x86_64/cinnamon-desktop.install |   11 +
 5 files changed, 82 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-08 18:10:17 UTC (rev 98335)
+++ community-i686/PKGBUILD 2013-10-08 18:10:24 UTC (rev 98336)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
-# Contributor:  Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-desktop
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=Library with common API for various Cinnamon modules
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool gnome-common)
-url=https://github.com/linuxmint/cinnamon-desktop;
-options=(!libtool)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
-sha256sums=('dd4ef4c14699a0566ae8e7e060a7db8574ef65dcdac80751de350788ea99ff3c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor=Arch Linux
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 98335, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-08 18:10:24 UTC (rev 98336)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
+# Contributor:  Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-desktop
+pkgver=2.0.0
+pkgrel=2
+pkgdesc=Library with common API for various Cinnamon modules
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile)
+makedepends=(intltool gobject-introspection gnome-common)
+url=https://github.com/linuxmint/cinnamon-desktop;
+options=(!libtool)
+install=cinnamon-desktop.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
+sha256sums=('dd4ef4c14699a0566ae8e7e060a7db8574ef65dcdac80751de350788ea99ff3c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-gnome-distributor=Arch Linux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cinnamon-desktop/repos/community-i686/cinnamon-desktop.install (from 
rev 98335, cinnamon-desktop/trunk/cinnamon-desktop.install)
===
--- community-i686/cinnamon-desktop.install (rev 0)
+++ community-i686/cinnamon-desktop.install 2013-10-08 18:10:24 UTC (rev 
98336)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-08 18:10:17 UTC (rev 98335)
+++ community-x86_64/PKGBUILD   2013-10-08 18:10:24 UTC (rev 98336)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
-# Contributor:  Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-desktop
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=Library with common API for various Cinnamon modules
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool gnome-common)
-url=https://github.com/linuxmint/cinnamon-desktop;
-options=(!libtool)

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

2013-10-08 Thread Balló György
Date: Tuesday, October 8, 2013 @ 20:10:17
  Author: bgyorgy
Revision: 98335

upgpkg: cinnamon-desktop 2.0.0-2

Remove unused dependencies, add install file

Added:
  cinnamon-desktop/trunk/cinnamon-desktop.install
Modified:
  cinnamon-desktop/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 cinnamon-desktop.install |   11 +++
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 16:53:00 UTC (rev 98334)
+++ PKGBUILD2013-10-08 18:10:17 UTC (rev 98335)
@@ -4,14 +4,15 @@
 
 pkgname=cinnamon-desktop
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Library with common API for various Cinnamon modules
 arch=(i686 x86_64)
 license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool gnome-common)
+depends=(gtk3 libxkbfile)
+makedepends=(intltool gobject-introspection gnome-common)
 url=https://github.com/linuxmint/cinnamon-desktop;
 options=(!libtool)
+install=cinnamon-desktop.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
 sha256sums=('dd4ef4c14699a0566ae8e7e060a7db8574ef65dcdac80751de350788ea99ff3c')
 

Added: cinnamon-desktop.install
===
--- cinnamon-desktop.install(rev 0)
+++ cinnamon-desktop.install2013-10-08 18:10:17 UTC (rev 98335)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-10-08 Thread Balló György
Date: Tuesday, October 8, 2013 @ 20:17:51
  Author: bgyorgy
Revision: 98337

Remove unused gnome-distributor line

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 18:10:24 UTC (rev 98336)
+++ PKGBUILD2013-10-08 18:17:51 UTC (rev 98337)
@@ -19,8 +19,7 @@
 build() {
   cd $pkgname-$pkgver
   ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor=Arch Linux
+--libexecdir=/usr/lib/$pkgname --disable-static
   make
 }
 



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

2013-10-08 Thread Balló György
Date: Tuesday, October 8, 2013 @ 20:42:10
  Author: bgyorgy
Revision: 98338

Remove unused gsettings-desktop-schemas dependency

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 18:17:51 UTC (rev 98337)
+++ PKGBUILD2013-10-08 18:42:10 UTC (rev 98338)
@@ -10,8 +10,8 @@
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/muffin;
 license=('GPL')
-depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
-'libcanberra' 'startup-notification' 'zenity' 'dconf' 
'cinnamon-desktop')
+depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra'
+ 'startup-notification' 'zenity' 'dconf')
 makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
 options=('!libtool' '!emptydirs')
 install=$pkgname.install



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

2013-10-08 Thread Balló György
Date: Tuesday, October 8, 2013 @ 21:37:18
  Author: bgyorgy
Revision: 98339

upgpkg: cinnamon-session 2.0.0-2

Fix and cleanup dependencies, add some patches from Fedora

Added:
  cinnamon-session/trunk/lightdm_userswitch.patch
  cinnamon-session/trunk/remove_sessionmigration.patch
Modified:
  cinnamon-session/trunk/PKGBUILD

---+
 PKGBUILD  |   18 +++-
 lightdm_userswitch.patch  |  153 
 remove_sessionmigration.patch |   18 
 3 files changed, 185 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 18:42:10 UTC (rev 98338)
+++ PKGBUILD2013-10-08 19:37:18 UTC (rev 98339)
@@ -4,27 +4,37 @@
 
 pkgname=cinnamon-session
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The Cinnamon Session Handler
 arch=(i686 x86_64)
 license=(GPL LGPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3
- hicolor-icon-theme libgl libsm libxtst upower)
-makedepends=(intltool mesa json-glib gtk-doc xtrans gnome-common)
+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
+lightdm_userswitch.patch
+remove_sessionmigration.patch
 timeout.patch)
 sha256sums=('d1eba64a5484f086f257ee75799d12afd77373fbdb0ced8d3ae48eadcd02a878'
+'20e42cbb5504f67b1da5e1867a220629bc2fe1699cfd52be177a557c4096440b'
+'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
 
 prepare() {
   cd $pkgname-$pkgver
 
+  # Add support for lightdm user switching
+  patch -Np1 -i ../lightdm_userswitch.patch
+
+  # 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 \

Added: lightdm_userswitch.patch
===
--- lightdm_userswitch.patch(rev 0)
+++ lightdm_userswitch.patch2013-10-08 19:37:18 UTC (rev 98339)
@@ -0,0 +1,153 @@
+diff --git a/cinnamon-session/csm-manager.c b/cinnamon-session/csm-manager.c
+index e3388b1..a8e63c5 100644
+--- a/cinnamon-session/csm-manager.c
 b/cinnamon-session/csm-manager.c
+@@ -1097,44 +1097,20 @@ cancel_end_session (CsmManager *manager)
+ start_phase (manager);
+ }
+ 
+-
+-static void
+-manager_switch_user (GdkDisplay *display,
+- CsmManager *manager)
+-{
+-GError  *error;
+-char*command;
+-GAppLaunchContext *context;
+-GAppInfo *app;
+-
+-  /* We have to do this here and in request_switch_user() because this
+-   * function can be called at a later time, not just directly after
+-   * request_switch_user(). */
+-  if (_switch_user_is_locked_down (manager)) {
+-  g_warning (Unable to switch user: User switching has been 
locked down);
+-  return;
+-  }
+-
+-command = g_strdup_printf (%s %s,
+-   MDM_FLEXISERVER_COMMAND,
+-   MDM_FLEXISERVER_ARGS);
+-
+-error = NULL;
+-context = (GAppLaunchContext*) gdk_display_get_app_launch_context 
(display);
+-app = g_app_info_create_from_commandline (command, 
MDM_FLEXISERVER_COMMAND, 0, error);
+-
+-if (app) {
+-g_app_info_launch (app, NULL, context, error);
+-g_object_unref (app);
+-}
+-
+-g_free (command);
+-g_object_unref (context);
+-
+-if (error) {
+-g_debug (CsmManager: Unable to start MDM greeter: %s, 
error-message);
+-g_error_free (error);
+-}
++static gboolean
++process_is_running (const char * name)
++{
++int num_processes;
++char * command = g_strdup_printf (pidof %s | wc -l, name);
++FILE *fp = popen(command, r);
++fscanf(fp, %d, num_processes);
++pclose(fp);
++if (num_processes  0) {
++return TRUE;
++}
++else {
++return FALSE;
++}
+ }
+ 
+ static gboolean
+@@ -1157,7 +1133,7 @@ manager_perhaps_lock (CsmManager *manager)
+ 
+ /* do this sync to ensure it's on the screen when we start suspending 
*/
+ error = NULL;
+-ret = g_spawn_command_line_sync (gnome-screensaver-command --lock, 
NULL, NULL, NULL, error);
++ret = g_spawn_command_line_sync (cinnamon-screensaver-command 
--lock, NULL, NULL, NULL, error);
+ if (!ret) {
+ g_warning (Couldn't lock screen: 

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

2013-10-08 Thread Balló György
Date: Tuesday, October 8, 2013 @ 21:37:29
  Author: bgyorgy
Revision: 98340

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 98339, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/cinnamon-session.install
(from rev 98339, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-i686/lightdm_userswitch.patch
(from rev 98339, cinnamon-session/trunk/lightdm_userswitch.patch)
  cinnamon-session/repos/community-i686/remove_sessionmigration.patch
(from rev 98339, cinnamon-session/trunk/remove_sessionmigration.patch)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 98339, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 98339, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
(from rev 98339, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-x86_64/lightdm_userswitch.patch
(from rev 98339, cinnamon-session/trunk/lightdm_userswitch.patch)
  cinnamon-session/repos/community-x86_64/remove_sessionmigration.patch
(from rev 98339, cinnamon-session/trunk/remove_sessionmigration.patch)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 98339, 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/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-x86_64/timeout.patch

+
 /PKGBUILD  |   98 ++
 /cinnamon-session.install  |   24 +++
 /timeout.patch |   48 +++
 community-i686/PKGBUILD|   39 -
 community-i686/cinnamon-session.install|   12 -
 community-i686/lightdm_userswitch.patch|  153 +++
 community-i686/remove_sessionmigration.patch   |   18 ++
 community-i686/timeout.patch   |   24 ---
 community-x86_64/PKGBUILD  |   39 -
 community-x86_64/cinnamon-session.install  |   12 -
 community-x86_64/lightdm_userswitch.patch  |  153 +++
 community-x86_64/remove_sessionmigration.patch |   18 ++
 community-x86_64/timeout.patch |   24 ---
 13 files changed, 512 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-08 19:37:18 UTC (rev 98339)
+++ community-i686/PKGBUILD 2013-10-08 19:37:29 UTC (rev 98340)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cinnamon-session
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=The Cinnamon Session Handler
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3
- hicolor-icon-theme libgl libsm libxtst upower)
-makedepends=(intltool mesa json-glib gtk-doc 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
-timeout.patch)
-sha256sums=('d1eba64a5484f086f257ee75799d12afd77373fbdb0ced8d3ae48eadcd02a878'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # 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
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 98339, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-08 19:37:29 UTC (rev 98340)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-session
+pkgver=2.0.0
+pkgrel=2
+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

[arch-commits] Commit in cinnamon-settings-daemon/trunk (3 files)

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 03:18:07
  Author: bgyorgy
Revision: 98355

upgpkg: cinnamon-settings-daemon 2.0.1-2

- Cleanup dependencies
- Fix crasher
- Turn automount helper into a plugin

Added:
  cinnamon-settings-daemon/trunk/automount-plugin.patch
  cinnamon-settings-daemon/trunk/keyboard.patch
Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

+
 PKGBUILD   |   28 
 automount-plugin.patch |  447 
 keyboard.patch | 4728 +++
 3 files changed, 5195 insertions(+), 8 deletions(-)

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


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

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 03:18:17
  Author: bgyorgy
Revision: 98356

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

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

---+
 /PKGBUILD |   96 
 /cinnamon-settings-daemon.install |   24 
 community-i686/PKGBUILD   |   36 
 community-i686/automount-plugin.patch |  447 +
 community-i686/cinnamon-settings-daemon.install   |   12 
 community-i686/keyboard.patch | 4728 
 community-x86_64/PKGBUILD |   36 
 community-x86_64/automount-plugin.patch   |  447 +
 community-x86_64/cinnamon-settings-daemon.install |   12 
 community-x86_64/keyboard.patch   | 4728 
 10 files changed, 10470 insertions(+), 96 deletions(-)

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


[arch-commits] Commit in cinnamon-control-center/trunk (3 files)

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 04:39:10
  Author: bgyorgy
Revision: 98357

upgpkg: cinnamon-control-center 2.0.1-2

Remove unused deps, apply patches from Fedora

Added:
  cinnamon-control-center/trunk/fix_nm_undefined.patch
  cinnamon-control-center/trunk/region.patch
Modified:
  cinnamon-control-center/trunk/PKGBUILD

+
 PKGBUILD   |   27 
 fix_nm_undefined.patch |   98 
 region.patch   | 5313 +++
 3 files changed, 5432 insertions(+), 6 deletions(-)

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


[arch-commits] Commit in cinnamon-control-center/repos (12 files)

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 04:39:20
  Author: bgyorgy
Revision: 98358

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 98357, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 98357, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/fix_nm_undefined.patch
(from rev 98357, cinnamon-control-center/trunk/fix_nm_undefined.patch)
  cinnamon-control-center/repos/community-i686/region.patch
(from rev 98357, cinnamon-control-center/trunk/region.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 98357, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 98357, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/fix_nm_undefined.patch
(from rev 98357, cinnamon-control-center/trunk/fix_nm_undefined.patch)
  cinnamon-control-center/repos/community-x86_64/region.patch
(from rev 98357, cinnamon-control-center/trunk/region.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install

--+
 /PKGBUILD|  138 
 /cinnamon-control-center.install |   22 
 community-i686/PKGBUILD  |   54 
 community-i686/cinnamon-control-center.install   |   11 
 community-i686/fix_nm_undefined.patch|   98 
 community-i686/region.patch  | 5313 +
 community-x86_64/PKGBUILD|   54 
 community-x86_64/cinnamon-control-center.install |   11 
 community-x86_64/fix_nm_undefined.patch  |   98 
 community-x86_64/region.patch| 5313 +
 10 files changed, 10982 insertions(+), 130 deletions(-)

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


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

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 06:31:25
  Author: bgyorgy
Revision: 98360

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 98359, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/background.patch
(from rev 98359, cinnamon/trunk/background.patch)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 98359, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/fix-control-center-check.patch
(from rev 98359, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-i686/git_rollup.patch
(from rev 98359, cinnamon/trunk/git_rollup.patch)
  cinnamon/repos/community-i686/input_keybindings.patch
(from rev 98359, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 98359, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 98359, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 98359, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/background.patch
(from rev 98359, cinnamon/trunk/background.patch)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 98359, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
(from rev 98359, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-x86_64/git_rollup.patch
(from rev 98359, cinnamon/trunk/git_rollup.patch)
  cinnamon/repos/community-x86_64/input_keybindings.patch
(from rev 98359, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 98359, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 98359, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/background.patch
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/fix-control-center-check.patch
  cinnamon/repos/community-i686/remove_GC.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/background.patch
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-x86_64/remove_GC.patch

-+
 /PKGBUILD   |  196 ++
 /background.patch   |   32 +++
 /cinnamon.install   |   22 ++
 /fix-control-center-check.patch |   24 ++
 community-i686/PKGBUILD |   79 
 community-i686/background.patch |   16 -
 community-i686/cinnamon.install |   11 -
 community-i686/fix-control-center-check.patch   |   12 -
 community-i686/git_rollup.patch |   76 
 community-i686/input_keybindings.patch  |   11 +
 community-i686/keyboard_applet.patch|  133 ++
 community-i686/remove_GC.patch  |  124 -
 community-x86_64/PKGBUILD   |   79 
 community-x86_64/background.patch   |   16 -
 community-x86_64/cinnamon.install   |   11 -
 community-x86_64/fix-control-center-check.patch |   12 -
 community-x86_64/git_rollup.patch   |   76 
 community-x86_64/input_keybindings.patch|   11 +
 community-x86_64/keyboard_applet.patch  |  133 ++
 community-x86_64/remove_GC.patch|  124 -
 20 files changed, 714 insertions(+), 484 deletions(-)

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


[arch-commits] Commit in cinnamon/trunk (6 files)

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 06:31:11
  Author: bgyorgy
Revision: 98359

upgpkg: cinnamon 1.9.2-2

- Remove unused dependencies
- Apply some patches from Fedora
- Use pkexec instead of gksu

Added:
  cinnamon/trunk/git_rollup.patch
  cinnamon/trunk/input_keybindings.patch
  cinnamon/trunk/keyboard_applet.patch
  cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy
Modified:
  cinnamon/trunk/PKGBUILD
Deleted:
  cinnamon/trunk/remove_GC.patch

-+
 PKGBUILD|   47 --
 git_rollup.patch|   76 ++
 input_keybindings.patch |   11 +
 keyboard_applet.patch   |  133 ++
 org.archlinux.pkexec.cinnamon-settings-users.policy |1 
 remove_GC.patch |  124 
 6 files changed, 254 insertions(+), 138 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 02:39:20 UTC (rev 98358)
+++ PKGBUILD2013-10-09 04:31:11 UTC (rev 98359)
@@ -6,16 +6,16 @@
 
 pkgname=cinnamon
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
 license=('GPL2')
-depends=('accountsservice' 'caribou' 'clutter-gtk' 'cjs' 'gnome-bluetooth'
- 'gnome-icon-theme' 'gnome-menus' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'gnome-themes-standard' 'gstreamer0.10' 'libgnome-keyring' 'librsvg'
- 'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 'python2-pillow' 
'python2-pexpect'
- 'python2-pyinotify' 'python2-lxml' 'webkitgtk' 'gnome-panel' 
'python2' 'cinnamon-translations')
+depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
+ 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gconf' 'gnome-icon-theme'
+ 'gnome-menus' 'gnome-themes-standard' 'gstreamer0.10' 
'libgnome-keyring'
+ 'librsvg' 'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 
'python2-pillow'
+ 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 'webkitgtk')
 makedepends=('gnome-common' 'intltool')
 optdepends=('cinnamon-control-center: extended configurations for Cinnamon'
 'cinnamon-screensaver: lock screen'
@@ -25,13 +25,19 @@
 options=('!libtool' '!emptydirs')
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-remove_GC.patch
 fix-control-center-check.patch
-background.patch)
+background.patch
+keyboard_applet.patch
+input_keybindings.patch
+git_rollup.patch
+org.archlinux.pkexec.cinnamon-settings-users.policy)
 sha256sums=('0abaa8da02c4d626084aa482adc551af154796c4c35faaebebdac896ce72aa6d'
-'3d362efd15f8cfeca1713f5bcf88d4be787b39d7c7f24b73cd13f867af33a680'
 'ee5694bdc997ffa35a817f691b15bae13747137d35ec2aecd0da298d7edbe426'
-'373d80cdb23250fbde846ed493ba422672cc42b03a111c2ce044467ee782df7f')
+'373d80cdb23250fbde846ed493ba422672cc42b03a111c2ce044467ee782df7f'
+'6acb07393105ddced8a4c3c869a596350d1a7d81a808ca5307d2ad770653a9d3'
+'e28c40eb844105154fa6106f5b4de3151a22805b3a7b2f84be9ea6c15cec3de6'
+'03809dee8f374a450e6671771d4527161e5697c55f09745eac9db52b0fe0a7a6'
+'371beac9e55d36f7629d2fc5cb40d6a3e6c0f4aac014f6fefdcd6743b5194b23')
 
 prepare() {
   cd ${srcdir}/Cinnamon*
@@ -40,9 +46,6 @@
   sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
-  # Fix crasher when disconnecting from wifi
-  patch -Np1 -i ../remove_GC.patch
-
   # Check for the cc-panel path, not for the unneeded binary
   patch -Np1 -i ../fix-control-center-check.patch
 
@@ -49,11 +52,23 @@
   # Fix missing backgrounds
   patch -Np1 -i ../background.patch
 
+  # Fix keyboard applet
+  patch -Np1 -i ../keyboard_applet.patch
+
+  # Add input keybindings
+  patch -Np1 -i ../input_keybindings.patch
+
+  # Add support for LightDM user switching
+  patch -Np1 -i ../git_rollup.patch
+
   # Prefix 'System Settings' with 'Cinnamon' to avoid confusion with 
gnome-control-center
-  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' 
files/usr/share/applications/cinnamon-settings.desktop
+  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' 
files/usr/share/applications/cinnamon-settings{,-users}.desktop
 
   # fix for the python2 PAM module  
   sed -i 's:import PAM:import pam:' 
files/usr/lib/cinnamon-settings/modules/cs_user.py
+
+  # Use pkexec instead of gksu
+  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
 }
 
 build() {
@@ -76,4 +91,8 @@
 
   # Remove leftover files after patching
   

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

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 06:49:19
  Author: bgyorgy
Revision: 98362

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

Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/cinnamon-session.install
  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/timeout.patch

---+
 community-i686/PKGBUILD   |   49 
 community-i686/cinnamon-session.install   |   12 --
 community-i686/timeout.patch  |   24 -
 community-x86_64/PKGBUILD |   49 
 community-x86_64/cinnamon-session.install |   12 --
 community-x86_64/timeout.patch|   24 -
 6 files changed, 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 04:49:08 UTC (rev 98361)
+++ community-i686/PKGBUILD 2013-10-09 04:49:19 UTC (rev 98362)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cinnamon-session
-pkgver=2.0.0
-pkgrel=2
-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
-lightdm_userswitch.patch
-remove_sessionmigration.patch
-timeout.patch)
-sha256sums=('d1eba64a5484f086f257ee75799d12afd77373fbdb0ced8d3ae48eadcd02a878'
-'20e42cbb5504f67b1da5e1867a220629bc2fe1699cfd52be177a557c4096440b'
-'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add support for lightdm user switching
-  patch -Np1 -i ../lightdm_userswitch.patch
-
-  # 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
-}

Deleted: community-i686/cinnamon-session.install
===
--- community-i686/cinnamon-session.install 2013-10-09 04:49:08 UTC (rev 
98361)
+++ community-i686/cinnamon-session.install 2013-10-09 04:49:19 UTC (rev 
98362)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-i686/timeout.patch
===
--- community-i686/timeout.patch2013-10-09 04:49:08 UTC (rev 98361)
+++ community-i686/timeout.patch2013-10-09 04:49:19 UTC (rev 98362)
@@ -1,24 +0,0 @@
-diff -u -r cinnamon-session-3.4.2/cinnamon-session/csm-session-fill.c 
cinnamon-session-3.4.2-timeout/cinnamon-session/csm-session-fill.c
 cinnamon-session-3.4.2/cinnamon-session/csm-session-fill.c 2012-02-02 
15:33:01.0 +0100
-+++ cinnamon-session-3.4.2-timeout/cinnamon-session/csm-session-fill.c 
2012-06-10 02:39:46.184348462 +0200
-@@ -36,7 +36,7 @@
- #define CSM_KEYFILE_DEFAULT_PROVIDER_PREFIX DefaultProvider
- 
- /* See https://bugzilla.gnome.org/show_bug.cgi?id=641992 for discussion */
--#define CSM_RUNNABLE_HELPER_TIMEOUT 3000 /* ms */
-+#define CSM_RUNNABLE_HELPER_TIMEOUT 1 /* ms */
- 
- typedef void (*GsmFillHandleProvider) (const char *provides,
-const char *default_provider,
-diff -u -r cinnamon-session-3.4.2/tools/cinnamon-session-check-accelerated.c 
cinnamon-session-3.4.2-timeout/tools/cinnamon-session-check-accelerated.c
 cinnamon-session-3.4.2/tools/cinnamon-session-check-accelerated.c  
2011-03-22 21:31:43.0 +0100
-+++ cinnamon-session-3.4.2-timeout/tools/cinnamon-session-check-accelerated.c  
2012-06-10 02:42:08.013218006 +0200
-@@ -30,7 +30,7 @@
- #include X11/Xatom.h
- 
- /* Wait up to this long for a running check to finish */
--#define PROPERTY_CHANGE_TIMEOUT 5000
-+#define PROPERTY_CHANGE_TIMEOUT 12000
- 
- /* Values 

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

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 06:49:43
  Author: bgyorgy
Revision: 98363

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

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

+
 /lightdm_userswitch.patch  |  306 +++
 /remove_sessionmigration.patch |   36 ++
 community-i686/PKGBUILD|   53 +++
 community-i686/cinnamon-session.install|   12 
 community-i686/lightdm_userswitch.patch|  153 ---
 community-i686/remove_sessionmigration.patch   |   18 -
 community-i686/timeout.patch   |   24 +
 community-x86_64/PKGBUILD  |   53 +++
 community-x86_64/cinnamon-session.install  |   12 
 community-x86_64/lightdm_userswitch.patch  |  153 ---
 community-x86_64/remove_sessionmigration.patch |   18 -
 community-x86_64/timeout.patch |   24 +
 12 files changed, 520 insertions(+), 342 deletions(-)

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 98362, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 04:49:43 UTC (rev 98363)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-session
+pkgver=2.0.0
+pkgrel=3
+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
+lightdm_userswitch.patch
+remove_sessionmigration.patch
+timeout.patch)
+sha256sums=('d1eba64a5484f086f257ee75799d12afd77373fbdb0ced8d3ae48eadcd02a878'
+'20e42cbb5504f67b1da5e1867a220629bc2fe1699cfd52be177a557c4096440b'
+'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
+'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Add support for lightdm user switching
+  patch -Np1 -i ../lightdm_userswitch.patch
+
+  # 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/cinnamon-session.install (from 
rev 98362, cinnamon-session/trunk/cinnamon-session.install)
===
--- community-i686/cinnamon-session.install 

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

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 06:49:08
  Author: bgyorgy
Revision: 98361

upgpkg: cinnamon-session 2.0.0-3

Prefix 'Startup Applications' with 'Cinnamon' to avoid confusion with 
gnome-session

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 04:31:25 UTC (rev 98360)
+++ PKGBUILD2013-10-09 04:49:08 UTC (rev 98361)
@@ -4,7 +4,7 @@
 
 pkgname=cinnamon-session
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc=The Cinnamon Session Handler
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -46,4 +46,8 @@
 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
 }



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

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 07:43:26
  Author: bgyorgy
Revision: 98364

upgpkg: pdfmod 0.9.1-5

Rebuild for Mono 4.0

Modified:
  pdfmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 04:49:43 UTC (rev 98363)
+++ PKGBUILD2013-10-09 05:43:26 UTC (rev 98364)
@@ -4,7 +4,7 @@
 
 pkgname=pdfmod
 pkgver=0.9.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Simple application for modifying PDF written in C Sharp
 arch=('any')
 url=http://live.gnome.org/PdfMod;
@@ -19,12 +19,19 @@
 'f606f29f881f7171b43fed97aab58c1e1f5b78aa96e33d1c43e2526736651acd'
 '5d2b6e1a9e5582f9c5d129f222ff01ca6ce3dfa4a5c1f5c41ba827fe0fbeb4bd')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=644516
   patch -Np1 -i $srcdir/pdfmod-mono-2.10.patch
 
+  # Fix build
+  sed -i 's/gmcs/dmcs/' configure{,.ac}
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-scrollkeeper
   make



[arch-commits] Commit in pdfmod/repos/community-any (8 files)

2013-10-08 Thread Balló György
Date: Wednesday, October 9, 2013 @ 07:43:32
  Author: bgyorgy
Revision: 98365

archrelease: copy trunk to community-any

Added:
  pdfmod/repos/community-any/LICENSE-PDFsharp
(from rev 98364, pdfmod/trunk/LICENSE-PDFsharp)
  pdfmod/repos/community-any/PKGBUILD
(from rev 98364, pdfmod/trunk/PKGBUILD)
  pdfmod/repos/community-any/pdfmod-mono-2.10.patch
(from rev 98364, pdfmod/trunk/pdfmod-mono-2.10.patch)
  pdfmod/repos/community-any/pdfmod.install
(from rev 98364, pdfmod/trunk/pdfmod.install)
Deleted:
  pdfmod/repos/community-any/LICENSE-PDFsharp
  pdfmod/repos/community-any/PKGBUILD
  pdfmod/repos/community-any/pdfmod-mono-2.10.patch
  pdfmod/repos/community-any/pdfmod.install

+
 LICENSE-PDFsharp   |   48 +-
 PKGBUILD   |   85 +--
 pdfmod-mono-2.10.patch |   50 +--
 pdfmod.install |   24 ++---
 4 files changed, 107 insertions(+), 100 deletions(-)

Deleted: LICENSE-PDFsharp
===
--- LICENSE-PDFsharp2013-10-09 05:43:26 UTC (rev 98364)
+++ LICENSE-PDFsharp2013-10-09 05:43:32 UTC (rev 98365)
@@ -1,24 +0,0 @@
-PDFSharp is a MIT/X11 licensed project.
-
-Copyright (c) 2005-2012 empira Software GmbH, Cologne (Germany)
-
-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: pdfmod/repos/community-any/LICENSE-PDFsharp (from rev 98364, 
pdfmod/trunk/LICENSE-PDFsharp)
===
--- LICENSE-PDFsharp(rev 0)
+++ LICENSE-PDFsharp2013-10-09 05:43:32 UTC (rev 98365)
@@ -0,0 +1,24 @@
+PDFSharp is a MIT/X11 licensed project.
+
+Copyright (c) 2005-2012 empira Software GmbH, Cologne (Germany)
+
+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
===
--- PKGBUILD2013-10-09 05:43:26 UTC (rev 98364)
+++ PKGBUILD2013-10-09 05:43:32 UTC (rev 98365)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Claudio Riva firetu...@gmail.com
-
-pkgname=pdfmod
-pkgver=0.9.1
-pkgrel=4
-pkgdesc=Simple application for modifying PDF written in C Sharp
-arch=('any')
-url=http://live.gnome.org/PdfMod;
-license=('GPL' 'MIT')
-depends=('gconf-sharp' 'poppler-glib' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
-makedepends=('hyena' 'poppler-sharp' 'intltool' 'gnome-doc-utils')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-pdfmod-mono-2.10.patch
-LICENSE-PDFsharp)
-sha256sums=('eb7c987514a053106ddf03f26544766c751c801d87762909b36415d46bc425c9'
-'f606f29f881f7171b43fed97aab58c1e1f5b78aa96e33d1c43e2526736651acd'
-'5d2b6e1a9e5582f9c5d129f222ff01ca6ce3dfa4a5c1f5c41ba827fe0fbeb4bd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver

[arch-commits] Commit in (gnome-panel)

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:11:57
  Author: bgyorgy
Revision: 98368

Remove gnome-panel due incompatibilities with GNOME 3.10

Deleted:
  gnome-panel/



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:14:49
  Author: bgyorgy
Revision: 98370

archrelease: copy trunk to community-any

Added:
  d-feet/repos/community-any/PKGBUILD
(from rev 98369, d-feet/trunk/PKGBUILD)
  d-feet/repos/community-any/d-feet.install
(from rev 98369, d-feet/trunk/d-feet.install)
Deleted:
  d-feet/repos/community-any/PKGBUILD
  d-feet/repos/community-any/d-feet.install

+
 PKGBUILD   |   64 +++
 d-feet.install |   24 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 07:14:45 UTC (rev 98369)
+++ PKGBUILD2013-10-09 07:14:49 UTC (rev 98370)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=d-feet
-pkgver=0.3.6
-pkgrel=1
-pkgdesc=D-Bus debugger for GNOME
-arch=('any')
-url=https://wiki.gnome.org/DFeet;
-license=('GPL')
-depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
-makedepends=('python-distribute' 'intltool' 'itstool' 'pep8-python3')
-install=d-feet.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d2b9416b3c984252091482e96108ed4212b54df8454c0a99bba970616c60')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs X
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: d-feet/repos/community-any/PKGBUILD (from rev 98369, 
d-feet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 07:14:49 UTC (rev 98370)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=d-feet
+pkgver=0.3.7
+pkgrel=1
+pkgdesc=D-Bus debugger for GNOME
+arch=('any')
+url=https://wiki.gnome.org/DFeet;
+license=('GPL')
+depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
+makedepends=('python-distribute' 'intltool' 'itstool' 'pep8-python3')
+install=d-feet.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('159792a699f4cee6ee18eb03c15fd44bffc6249fb5227c67b6e2bc3f48081912')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs X
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: d-feet.install
===
--- d-feet.install  2013-10-09 07:14:45 UTC (rev 98369)
+++ d-feet.install  2013-10-09 07:14:49 UTC (rev 98370)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: d-feet/repos/community-any/d-feet.install (from rev 98369, 
d-feet/trunk/d-feet.install)
===
--- d-feet.install  (rev 0)
+++ d-feet.install  2013-10-09 07:14:49 UTC (rev 98370)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:14:45
  Author: bgyorgy
Revision: 98369

upgpkg: d-feet 0.3.7-1

Update to version 0.3.7

Modified:
  d-feet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:11:57 UTC (rev 98368)
+++ PKGBUILD2013-10-09 07:14:45 UTC (rev 98369)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=d-feet
-pkgver=0.3.6
+pkgver=0.3.7
 pkgrel=1
 pkgdesc=D-Bus debugger for GNOME
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-distribute' 'intltool' 'itstool' 'pep8-python3')
 install=d-feet.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d2b9416b3c984252091482e96108ed4212b54df8454c0a99bba970616c60')
+sha256sums=('159792a699f4cee6ee18eb03c15fd44bffc6249fb5227c67b6e2bc3f48081912')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:28:55
  Author: bgyorgy
Revision: 98372

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

Added:
  nautilus-actions/repos/community-i686/PKGBUILD
(from rev 98371, nautilus-actions/trunk/PKGBUILD)
  nautilus-actions/repos/community-i686/nautilus-actions.install
(from rev 98371, nautilus-actions/trunk/nautilus-actions.install)
  nautilus-actions/repos/community-x86_64/PKGBUILD
(from rev 98371, nautilus-actions/trunk/PKGBUILD)
  nautilus-actions/repos/community-x86_64/nautilus-actions.install
(from rev 98371, nautilus-actions/trunk/nautilus-actions.install)
Deleted:
  nautilus-actions/repos/community-i686/PKGBUILD
  nautilus-actions/repos/community-i686/nautilus-actions.install
  nautilus-actions/repos/community-x86_64/PKGBUILD
  nautilus-actions/repos/community-x86_64/nautilus-actions.install

---+
 /PKGBUILD |   86 
 /nautilus-actions.install |   48 +++
 community-i686/PKGBUILD   |   43 --
 community-i686/nautilus-actions.install   |   24 ---
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/nautilus-actions.install |   24 ---
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 07:28:48 UTC (rev 98371)
+++ community-i686/PKGBUILD 2013-10-09 07:28:55 UTC (rev 98372)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Tor Krill t...@krill.nu
-
-pkgname=nautilus-actions
-pkgver=3.2.2
-pkgrel=2
-pkgdesc=Configures programs to be launched when files are selected in 
Nautilus
-arch=('i686' 'x86_64')
-url=http://www.nautilus-actions.org/;
-license=('GPL')
-depends=('nautilus' 'libunique3' 'libgtop' 'gconf' 'libsm')
-makedepends=('intltool' 'gnome-doc-utils')
-install=nautilus-actions.install
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/nautilus-actions/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('214af9fd2a7f561366bf88446f9b79182e696a303da8e15c7a8a1ffaeaca11c4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GConf schemas
-  mkdir -p $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain nautilus-actions \
- 
$pkgdir/usr/share/nautilus-actions/gconf-schemas/*.schemas
-  rm -r $pkgdir/usr/share/nautilus-actions/gconf-schemas/
-
-  # Remove redundant documentation
-  rm -r $pkgdir/usr/share/doc/
-}

Copied: nautilus-actions/repos/community-i686/PKGBUILD (from rev 98371, 
nautilus-actions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 07:28:55 UTC (rev 98372)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Tor Krill t...@krill.nu
+
+pkgname=nautilus-actions
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=Configures programs to be launched when files are selected in 
Nautilus
+arch=('i686' 'x86_64')
+url=http://www.nautilus-actions.org/;
+license=('GPL')
+depends=('nautilus' 'libunique3' 'libgtop' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils')
+install=nautilus-actions.install
+options=('!libtool')
+source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)
+sha1sums=('af3b8017a13feeda221a52cfef4e61bea659e436')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GConf schemas
+  mkdir -p $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain nautilus-actions \
+ 
$pkgdir/usr/share/nautilus-actions/gconf-schemas/*.schemas
+  rm -r $pkgdir/usr/share/nautilus-actions/gconf-schemas/
+
+  # Remove redundant documentation
+  rm -r $pkgdir/usr/share/doc/
+}

Deleted: community-i686/nautilus-actions.install
===
--- community

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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:28:48
  Author: bgyorgy
Revision: 98371

upgpkg: nautilus-actions 3.2.3-1

Update to version 3.2.3

Modified:
  nautilus-actions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:14:49 UTC (rev 98370)
+++ PKGBUILD2013-10-09 07:28:48 UTC (rev 98371)
@@ -5,18 +5,18 @@
 # Contributor: Tor Krill t...@krill.nu
 
 pkgname=nautilus-actions
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 pkgdesc=Configures programs to be launched when files are selected in 
Nautilus
 arch=('i686' 'x86_64')
 url=http://www.nautilus-actions.org/;
 license=('GPL')
-depends=('nautilus' 'libunique3' 'libgtop' 'gconf' 'libsm')
+depends=('nautilus' 'libunique3' 'libgtop' 'gconf')
 makedepends=('intltool' 'gnome-doc-utils')
 install=nautilus-actions.install
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/nautilus-actions/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('214af9fd2a7f561366bf88446f9b79182e696a303da8e15c7a8a1ffaeaca11c4')
+source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)
+sha1sums=('af3b8017a13feeda221a52cfef4e61bea659e436')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:42:27
  Author: bgyorgy
Revision: 98373

upgpkg: sparkleshare 1.2-1

Update to version 1.2

Modified:
  sparkleshare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:28:55 UTC (rev 98372)
+++ PKGBUILD2013-10-09 07:42:27 UTC (rev 98373)
@@ -4,7 +4,7 @@
 # Contributor: Erdbeerkaese erdbeerkaese underscore arch at gmail dot com
 
 pkgname=sparkleshare
-pkgver=1.1.0
+pkgver=1.2
 pkgrel=1
 pkgdesc=Collaboration and sharing tool based on git written in C Sharp
 arch=('any')
@@ -13,8 +13,8 @@
 depends=('webkit-sharp' 'notify-sharp' 'curl' 'git' 'openssh' 
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('intltool' 'gnome-doc-utils')
 install=$pkgname.install
-source=(https://bitbucket.org/hbons/sparkleshare/downloads/$pkgname-linux-$pkgver-tar.gz)
-md5sums=('6007f579a8a8ba1b32cec95ebc57b971')
+source=(https://bitbucket.org/hbons/sparkleshare/downloads/$pkgname-linux-$pkgver.tar.gz)
+md5sums=('befc1542079b0fc6e4b57fa7fdfab12e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:42:32
  Author: bgyorgy
Revision: 98374

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   62 -
 sparkleshare.install |   24 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-09 07:42:27 UTC (rev 98373)
+++ PKGBUILD2013-10-09 07:42:32 UTC (rev 98374)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jarek Sedlacek jareksedla...@gmail.com
-# Contributor: Erdbeerkaese erdbeerkaese underscore arch at gmail dot com
-
-pkgname=sparkleshare
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Collaboration and sharing tool based on git written in C Sharp
-arch=('any')
-url=http://sparkleshare.org/;
-license=('GPL3')
-depends=('webkit-sharp' 'notify-sharp' 'curl' 'git' 'openssh' 
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-install=$pkgname.install
-source=(https://bitbucket.org/hbons/sparkleshare/downloads/$pkgname-linux-$pkgver-tar.gz)
-md5sums=('6007f579a8a8ba1b32cec95ebc57b971')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-appindicator
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: sparkleshare/repos/community-any/PKGBUILD (from rev 98373, 
sparkleshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-09 07:42:32 UTC (rev 98374)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jarek Sedlacek jareksedla...@gmail.com
+# Contributor: Erdbeerkaese erdbeerkaese underscore arch at gmail dot com
+
+pkgname=sparkleshare
+pkgver=1.2
+pkgrel=1
+pkgdesc=Collaboration and sharing tool based on git written in C Sharp
+arch=('any')
+url=http://sparkleshare.org/;
+license=('GPL3')
+depends=('webkit-sharp' 'notify-sharp' 'curl' 'git' 'openssh' 
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+install=$pkgname.install
+source=(https://bitbucket.org/hbons/sparkleshare/downloads/$pkgname-linux-$pkgver.tar.gz)
+md5sums=('befc1542079b0fc6e4b57fa7fdfab12e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-appindicator
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: sparkleshare.install
===
--- sparkleshare.install2013-10-09 07:42:27 UTC (rev 98373)
+++ sparkleshare.install2013-10-09 07:42:32 UTC (rev 98374)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: sparkleshare/repos/community-any/sparkleshare.install (from rev 98373, 
sparkleshare/trunk/sparkleshare.install)
===
--- sparkleshare.install(rev 0)
+++ sparkleshare.install2013-10-09 07:42:32 UTC (rev 98374)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in (virtkey)

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 09:51:11
  Author: bgyorgy
Revision: 98377

Remove virtkey in connection with the 2013 Midyear Cleanup

Deleted:
  virtkey/



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 10:18:19
  Author: bgyorgy
Revision: 98381

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 98380, openbox/trunk/PKGBUILD)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 98380, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 98380, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 98380, openbox/trunk/PKGBUILD)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 98380, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 98380, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  openbox/repos/community-i686/openbox-3.5.0-gnome-session.patch
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  openbox/repos/community-x86_64/openbox-3.5.0-gnome-session.patch
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch

-+
 /PKGBUILD   |  122 ++
 /openbox-3.5.0-title-matching.patch |   22 +++
 /openbox-3.5.0-which-2.20.patch |   22 +++
 community-i686/PKGBUILD |   66 -
 community-i686/openbox-3.5.0-gnome-session.patch|   14 --
 community-i686/openbox-3.5.0-title-matching.patch   |   11 -
 community-i686/openbox-3.5.0-which-2.20.patch   |   11 -
 community-x86_64/PKGBUILD   |   66 -
 community-x86_64/openbox-3.5.0-gnome-session.patch  |   14 --
 community-x86_64/openbox-3.5.0-title-matching.patch |   11 -
 community-x86_64/openbox-3.5.0-which-2.20.patch |   11 -
 11 files changed, 166 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-09 08:18:10 UTC (rev 98380)
+++ community-i686/PKGBUILD 2013-10-09 08:18:19 UTC (rev 98381)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=openbox
-pkgver=3.5.2
-pkgrel=4
-pkgdesc='Highly configurable and lightweight X11 window manager'
-arch=('i686' 'x86_64')
-url='http://openbox.org'
-license=('GPL')
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2' 'librsvg')
-optdepends=('gnome-flashback-session: for the GNOME/Openbox xsession'
-'kdebase-workspace: for the KDE/Openbox xsession'
-'python2-xdg: for the openbox-xdg-autostart script')
-groups=('lxde')
-options=('!libtool')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
-'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
-source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
-openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch
-openbox-3.5.0-gnome-session.patch)
-md5sums=('93df606606053b7e8578a5c116afb8ec'
- '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18'
- '47fb1a16af05b6aba3b07051e6027f93')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i $srcdir/openbox-3.5.0-which-2.20.patch # FS#11455
-
-  # Fix GNOME/Openbox xsession with GNOME 3.8
-  patch -Np1 -i $srcdir/openbox-3.5.0-gnome-session.patch
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-x \
---enable-startup-notification \
---sysconfdir=/etc \
---libexecdir=/usr/lib/openbox
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm $pkgdir/usr/bin/gdm-control \
-$pkgdir/usr/share/gnome-session/sessions/openbox-gnome-fallback.session
-
-  sed -i 's:startkde:/usr/bin/\0:' \
-$pkgdir/usr/share/xsessions/openbox-kde.desktop
-  sed -i 's:=gnome-session:=/usr/bin/gnome-session:' \
-$pkgdir/usr/share/xsessions/openbox-gnome.desktop
-}

Copied: openbox/repos/community-i686/PKGBUILD (from rev 98380, 
openbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 08:18:19 UTC (rev 98381)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  

[arch-commits] Commit in openbox/trunk (PKGBUILD openbox-3.5.0-gnome-session.patch)

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 10:18:10
  Author: bgyorgy
Revision: 98380

upgpkg: openbox 3.5.2-5

Remove GNOME/Openbox session, because GNOME Panel is no longer available in the 
official repositories

Modified:
  openbox/trunk/PKGBUILD
Deleted:
  openbox/trunk/openbox-3.5.0-gnome-session.patch

---+
 PKGBUILD  |   23 +--
 openbox-3.5.0-gnome-session.patch |   14 --
 2 files changed, 9 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 07:52:21 UTC (rev 98379)
+++ PKGBUILD2013-10-09 08:18:10 UTC (rev 98380)
@@ -6,7 +6,7 @@
 
 pkgname=openbox
 pkgver=3.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Highly configurable and lightweight X11 window manager'
 arch=('i686' 'x86_64')
 url='http://openbox.org'
@@ -13,8 +13,7 @@
 license=('GPL')
 depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
  'libxcursor' 'pango' 'imlib2' 'librsvg')
-optdepends=('gnome-flashback-session: for the GNOME/Openbox xsession'
-'kdebase-workspace: for the KDE/Openbox xsession'
+optdepends=('kdebase-workspace: for the KDE/Openbox xsession'
 'python2-xdg: for the openbox-xdg-autostart script')
 groups=('lxde')
 options=('!libtool')
@@ -22,12 +21,10 @@
 'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
 source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
 openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch
-openbox-3.5.0-gnome-session.patch)
+openbox-3.5.0-which-2.20.patch)
 md5sums=('93df606606053b7e8578a5c116afb8ec'
  '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18'
- '47fb1a16af05b6aba3b07051e6027f93')
+ '7ca3b5244bb092d46f5bcf1e2bdf4a18')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -35,9 +32,6 @@
   patch -Np1 -i $srcdir/openbox-3.5.0-title-matching.patch  # OB#5277
   patch -Np1 -i $srcdir/openbox-3.5.0-which-2.20.patch # FS#11455
 
-  # Fix GNOME/Openbox xsession with GNOME 3.8
-  patch -Np1 -i $srcdir/openbox-3.5.0-gnome-session.patch
-
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
 data/autostart/openbox-xdg-autostart
 }
@@ -56,11 +50,12 @@
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
-  rm $pkgdir/usr/bin/gdm-control \
-$pkgdir/usr/share/gnome-session/sessions/openbox-gnome-fallback.session
+  # GNOME Panel is no longer available in the official repositories
+  rm -r 
$pkgdir/usr/bin/{gdm-control,gnome-panel-control,openbox-gnome-session} \
+$pkgdir/usr/share/gnome{,-session} \
+$pkgdir/usr/share/man/man1/openbox-gnome-session.1 \
+$pkgdir/usr/share/xsessions/openbox-gnome.desktop
 
   sed -i 's:startkde:/usr/bin/\0:' \
 $pkgdir/usr/share/xsessions/openbox-kde.desktop
-  sed -i 's:=gnome-session:=/usr/bin/gnome-session:' \
-$pkgdir/usr/share/xsessions/openbox-gnome.desktop
 }

Deleted: openbox-3.5.0-gnome-session.patch
===
--- openbox-3.5.0-gnome-session.patch   2013-10-09 07:52:21 UTC (rev 98379)
+++ openbox-3.5.0-gnome-session.patch   2013-10-09 08:18:10 UTC (rev 98380)
@@ -1,14 +0,0 @@
-diff -Naur openbox-3.5.2.orig/data/gnome-session/openbox-gnome.session 
openbox-3.5.2/data/gnome-session/openbox-gnome.session
 openbox-3.5.2.orig/data/gnome-session/openbox-gnome.session
2013-09-02 16:06:03.076984284 +
-+++ openbox-3.5.2/data/gnome-session/openbox-gnome.session 2013-09-02 
16:07:32.696385427 +
-@@ -1,9 +1,3 @@
- [GNOME Session]
- Name=GNOME/Openbox
--RequiredComponents=gnome-settings-daemon;
--# Try load with the gnome-panel and use the fallback if we can't load a panel
--RequiredProviders=windowmanager;panel
--DefaultProvider-windowmanager=openbox
--DefaultProvider-panel=gnome-panel
--FallbackSession=openbox-gnome-fallback
--DesktopName=GNOME
-+RequiredComponents=gnome-panel;gnome-settings-daemon;gnome-screensaver;openbox;notification-daemon;polkit-gnome-authentication-agent-1;gnome-fallback-background-helper;gnome-fallback-media-keys-helper;gnome-fallback-mount-helper;



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 17:40:25
  Author: bgyorgy
Revision: 98397

upgpkg: cinnamon 1.9.2-3

Add back python2-pam to dependencies

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-09 15:37:53 UTC (rev 98396)
+++ PKGBUILD2013-10-09 15:40:25 UTC (rev 98397)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=1.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -15,7 +15,7 @@
  'cinnamon-translations' 'cjs' 'clutter-gtk' 'gconf' 'gnome-icon-theme'
  'gnome-menus' 'gnome-themes-standard' 'gstreamer0.10' 
'libgnome-keyring'
  'librsvg' 'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 
'python2-pillow'
- 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 'webkitgtk')
+ 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk')
 makedepends=('gnome-common' 'intltool')
 optdepends=('cinnamon-control-center: extended configurations for Cinnamon'
 'cinnamon-screensaver: lock screen'



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

2013-10-09 Thread Balló György
Date: Wednesday, October 9, 2013 @ 17:41:06
  Author: bgyorgy
Revision: 98398

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 98397, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/background.patch
(from rev 98397, cinnamon/trunk/background.patch)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 98397, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/fix-control-center-check.patch
(from rev 98397, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-i686/git_rollup.patch
(from rev 98397, cinnamon/trunk/git_rollup.patch)
  cinnamon/repos/community-i686/input_keybindings.patch
(from rev 98397, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 98397, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 98397, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 98397, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/background.patch
(from rev 98397, cinnamon/trunk/background.patch)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 98397, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
(from rev 98397, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-x86_64/git_rollup.patch
(from rev 98397, cinnamon/trunk/git_rollup.patch)
  cinnamon/repos/community-x86_64/input_keybindings.patch
(from rev 98397, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 98397, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 98397, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/background.patch
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/fix-control-center-check.patch
  cinnamon/repos/community-i686/git_rollup.patch
  cinnamon/repos/community-i686/input_keybindings.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/background.patch
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-x86_64/git_rollup.patch
  cinnamon/repos/community-x86_64/input_keybindings.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy

-+
 /PKGBUILD   |  196 
 /background.patch   |   32 ++
 /cinnamon.install   |   22 +
 /fix-control-center-check.patch |   24 +
 /git_rollup.patch   |  152 
 /input_keybindings.patch|   22 +
 /keyboard_applet.patch  |  266 ++
 community-i686/PKGBUILD |   98 
 community-i686/background.patch |   16 -
 community-i686/cinnamon.install |   11 
 community-i686/fix-control-center-check.patch   |   12 
 community-i686/git_rollup.patch |   76 --
 community-i686/input_keybindings.patch  |   11 
 community-i686/keyboard_applet.patch|  133 ---
 community-x86_64/PKGBUILD   |   98 
 community-x86_64/background.patch   |   16 -
 community-x86_64/cinnamon.install   |   11 
 community-x86_64/fix-control-center-check.patch |   12 
 community-x86_64/git_rollup.patch   |   76 --
 community-x86_64/input_keybindings.patch|   11 
 community-x86_64/keyboard_applet.patch  |  133 ---
 21 files changed, 714 insertions(+), 714 deletions(-)

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


[arch-commits] Commit in (zeitgeist-datahub)

2013-10-10 Thread Balló György
Date: Thursday, October 10, 2013 @ 10:00:04
  Author: bgyorgy
Revision: 98430

zeitgeist-datahub has been merged into zeitgeist

Deleted:
  zeitgeist-datahub/



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

2013-10-11 Thread Balló György
Date: Friday, October 11, 2013 @ 11:25:23
  Author: bgyorgy
Revision: 98463

upgpkg: ude 0.2.11-2

Fix .desktop file

Modified:
  ude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-11 09:17:15 UTC (rev 98462)
+++ PKGBUILD2013-10-11 09:25:23 UTC (rev 98463)
@@ -5,9 +5,9 @@
 
 pkgname=ude
 pkgver=0.2.11
-pkgrel=1
-pkgdesc=Unix Desktop Environment (GUI desktop environment)
-arch=('x86_64' 'i686')
+pkgrel=2
+pkgdesc=The ultimate window manager for UDE
+arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libjpeg' 'libxmu' 'libxpm' 'bash')
 makedepends=('gendesk')
@@ -17,7 +17,7 @@
 
 build() {
   cd $srcdir
-  gendesk
+  gendesk -n --pkgname=uwm --name=UWM --pkgdesc=$pkgdesc
 
   cd uwm-$pkgver
   ./configure --prefix=/usr
@@ -27,10 +27,7 @@
 package() {
   cd $srcdir/uwm-$pkgver
 
-  mkdir -p $pkgdir/etc/X11/sessions
-  make prefix=$pkgdir/usr install
-  install -Dm644 $srcdir/$pkgname.desktop $pkgdir/etc/X11/sessions
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  mv $pkgdir/usr/doc $pkgdir/usr/share/
+  make prefix=$pkgdir/usr install
+  install -Dm644 $srcdir/uwm.desktop 
$pkgdir/usr/share/xsessions/uwm.desktop
+  mv $pkgdir/usr/doc $pkgdir/usr/share/
 }



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

2013-10-11 Thread Balló György
Date: Friday, October 11, 2013 @ 11:25:30
  Author: bgyorgy
Revision: 98464

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-11 09:25:23 UTC (rev 98463)
+++ community-i686/PKGBUILD 2013-10-11 09:25:30 UTC (rev 98464)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: eric e...@archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgname=ude
-pkgver=0.2.11
-pkgrel=1
-pkgdesc=Unix Desktop Environment (GUI desktop environment)
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('libjpeg' 'libxmu' 'libxpm' 'bash')
-makedepends=('gendesk')
-url=http://udeproject.sourceforge.net/index.shtml;
-source=(http://downloads.sourceforge.net/udeproject/uwm-$pkgver.tar.gz)
-md5sums=('d4952a7edffd30ac07f32fce244c86d7')
-
-build() {
-  cd $srcdir
-  gendesk
-
-  cd uwm-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/uwm-$pkgver
-
-  mkdir -p $pkgdir/etc/X11/sessions
-  make prefix=$pkgdir/usr install
-  install -Dm644 $srcdir/$pkgname.desktop $pkgdir/etc/X11/sessions
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  mv $pkgdir/usr/doc $pkgdir/usr/share/
-}

Copied: ude/repos/community-i686/PKGBUILD (from rev 98463, ude/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-11 09:25:30 UTC (rev 98464)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: eric e...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=ude
+pkgver=0.2.11
+pkgrel=2
+pkgdesc=The ultimate window manager for UDE
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libjpeg' 'libxmu' 'libxpm' 'bash')
+makedepends=('gendesk')
+url=http://udeproject.sourceforge.net/index.shtml;
+source=(http://downloads.sourceforge.net/udeproject/uwm-$pkgver.tar.gz)
+md5sums=('d4952a7edffd30ac07f32fce244c86d7')
+
+build() {
+  cd $srcdir
+  gendesk -n --pkgname=uwm --name=UWM --pkgdesc=$pkgdesc
+
+  cd uwm-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/uwm-$pkgver
+
+  make prefix=$pkgdir/usr install
+  install -Dm644 $srcdir/uwm.desktop 
$pkgdir/usr/share/xsessions/uwm.desktop
+  mv $pkgdir/usr/doc $pkgdir/usr/share/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-11 09:25:23 UTC (rev 98463)
+++ community-x86_64/PKGBUILD   2013-10-11 09:25:30 UTC (rev 98464)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: eric e...@archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgname=ude
-pkgver=0.2.11
-pkgrel=1
-pkgdesc=Unix Desktop Environment (GUI desktop environment)
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('libjpeg' 'libxmu' 'libxpm' 'bash')
-makedepends=('gendesk')
-url=http://udeproject.sourceforge.net/index.shtml;
-source=(http://downloads.sourceforge.net/udeproject/uwm-$pkgver.tar.gz)
-md5sums=('d4952a7edffd30ac07f32fce244c86d7')
-
-build() {
-  cd $srcdir
-  gendesk
-
-  cd uwm-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/uwm-$pkgver
-
-  mkdir -p $pkgdir/etc/X11/sessions
-  make prefix=$pkgdir/usr install
-  install -Dm644 $srcdir/$pkgname.desktop $pkgdir/etc/X11/sessions
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  mv $pkgdir/usr/doc $pkgdir/usr/share/
-}

Copied: ude/repos/community-x86_64/PKGBUILD (from rev 98463, ude/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-11 09:25:30 UTC (rev 98464)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: eric e...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=ude
+pkgver=0.2.11
+pkgrel=2
+pkgdesc=The ultimate window manager for UDE
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libjpeg' 'libxmu' 'libxpm' 'bash')
+makedepends=('gendesk')
+url=http://udeproject.sourceforge.net/index.shtml;
+source=(http://downloads.sourceforge.net/udeproject/uwm-$pkgver.tar.gz)

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

2013-10-15 Thread Balló György
Date: Wednesday, October 16, 2013 @ 05:44:17
  Author: bgyorgy
Revision: 98640

archrelease: copy trunk to community-any

Added:
  bless/repos/community-any/
  bless/repos/community-any/PKGBUILD
(from rev 98639, bless/trunk/PKGBUILD)

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

Copied: bless/repos/community-any/PKGBUILD (from rev 98639, 
bless/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-10-16 03:44:17 UTC (rev 98640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  TDY t...@gmx.com
+# Contributor: dcraven dcra...@gmail.com
+
+pkgname=bless
+pkgver=0.6.0
+pkgrel=4
+pkgdesc=A high-quality, full-featured hex editor
+arch=('any')
+url=http://home.gna.org/bless/;
+license=('GPL')
+depends=('gtk-sharp-2=2.8')
+makedepends=('gettext' 'pkgconfig' 'rarian')
+source=(http://download.gna.org/bless/bless-$pkgver.tar.gz)
+md5sums=('b4c20d113281dfedb67d9f3ff8b174e3')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Build for mono 4.0 (FS#37299)
+  sed -i 's/gmcs/dmcs/' configure{,.ac} builder/ModuleBuilder.cs
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-scrollkeeper
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-10-15 Thread Balló György
Date: Wednesday, October 16, 2013 @ 05:44:12
  Author: bgyorgy
Revision: 98639

upgpkg: bless 0.6.0-4

Rebuild for mono 4.0 (FS#37299)

Modified:
  bless/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-16 01:00:11 UTC (rev 98638)
+++ PKGBUILD2013-10-16 03:44:12 UTC (rev 98639)
@@ -4,9 +4,9 @@
 
 pkgname=bless
 pkgver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A high-quality, full-featured hex editor
-arch=('i686' 'x86_64')
+arch=('any')
 url=http://home.gna.org/bless/;
 license=('GPL')
 depends=('gtk-sharp-2=2.8')
@@ -14,6 +14,13 @@
 source=(http://download.gna.org/bless/bless-$pkgver.tar.gz)
 md5sums=('b4c20d113281dfedb67d9f3ff8b174e3')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Build for mono 4.0 (FS#37299)
+  sed -i 's/gmcs/dmcs/' configure{,.ac} builder/ModuleBuilder.cs
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --without-scrollkeeper



[arch-commits] Commit in bless/repos (community-i686 community-x86_64)

2013-10-15 Thread Balló György
Date: Wednesday, October 16, 2013 @ 05:44:19
  Author: bgyorgy
Revision: 98641

Removed community-i686 and community-x86_64 for bless

Deleted:
  bless/repos/community-i686/
  bless/repos/community-x86_64/



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

2013-10-15 Thread Balló György
Date: Wednesday, October 16, 2013 @ 06:09:11
  Author: bgyorgy
Revision: 98643

archrelease: copy trunk to community-any

Added:
  lat/repos/community-any/PKGBUILD
(from rev 98642, lat/trunk/PKGBUILD)
Deleted:
  lat/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-16 04:09:06 UTC (rev 98642)
+++ PKGBUILD2013-10-16 04:09:11 UTC (rev 98643)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=lat
-pkgver=1.2.4
-pkgrel=1
-pkgdesc=LDAP Administration Tool
-arch=('any')
-url=http://sourceforge.net/projects/ldap-at/;
-license=(GPL)
-depends=('libgnome-sharp' 'gconf-sharp')
-makedepends=('intltool' 'rarian')
-source=(http://downloads.sourceforge.net/ldap-at/lat-$pkgver.tar.gz)
-md5sums=('a09b07d585127fa0b9c8b484433bb705')
-
-build() {
-  cd $srcdir/lat-$pkgver
-  ./configure --prefix=/usr --enable-avahi=yes
-  make
-}
-
-package() {
-  cd $srcdir/lat-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lat/repos/community-any/PKGBUILD (from rev 98642, lat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-16 04:09:11 UTC (rev 98643)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=lat
+pkgver=1.2.4
+pkgrel=2
+pkgdesc=LDAP Administration Tool
+arch=('any')
+url=http://sourceforge.net/projects/ldap-at/;
+license=(GPL)
+depends=('libgnome-sharp' 'gconf-sharp')
+makedepends=('intltool' 'rarian')
+source=(http://downloads.sourceforge.net/ldap-at/lat-$pkgver.tar.gz)
+md5sums=('a09b07d585127fa0b9c8b484433bb705')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Build for mono 4.0
+  sed -i 's/gmcs/dmcs/' configure{,.ac}
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-avahi=yes
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-10-15 Thread Balló György
Date: Wednesday, October 16, 2013 @ 06:09:06
  Author: bgyorgy
Revision: 98642

upgpkg: lat 1.2.4-2

Rebuild for mono 4.0

Modified:
  lat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-16 03:44:19 UTC (rev 98641)
+++ PKGBUILD2013-10-16 04:09:06 UTC (rev 98642)
@@ -4,7 +4,7 @@
 
 pkgname=lat
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=LDAP Administration Tool
 arch=('any')
 url=http://sourceforge.net/projects/ldap-at/;
@@ -14,13 +14,20 @@
 source=(http://downloads.sourceforge.net/ldap-at/lat-$pkgver.tar.gz)
 md5sums=('a09b07d585127fa0b9c8b484433bb705')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Build for mono 4.0
+  sed -i 's/gmcs/dmcs/' configure{,.ac}
+}
+
 build() {
-  cd $srcdir/lat-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --enable-avahi=yes
   make
 }
 
 package() {
-  cd $srcdir/lat-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2014-02-08 Thread Balló György
Date: Saturday, February 8, 2014 @ 16:39:11
  Author: bgyorgy
Revision: 105459

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

Added:
  duplicity/repos/community-i686/PKGBUILD
(from rev 105458, duplicity/trunk/PKGBUILD)
  duplicity/repos/community-i686/gpg-encode.patch
(from rev 105458, duplicity/trunk/gpg-encode.patch)
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 105458, duplicity/trunk/PKGBUILD)
  duplicity/repos/community-x86_64/gpg-encode.patch
(from rev 105458, duplicity/trunk/gpg-encode.patch)
Deleted:
  duplicity/repos/community-i686/PKGBUILD
  duplicity/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  108 ++
 community-i686/PKGBUILD   |   45 ---
 community-i686/gpg-encode.patch   |  216 
 community-x86_64/PKGBUILD |   45 ---
 community-x86_64/gpg-encode.patch |  216 
 5 files changed, 540 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-08 15:39:04 UTC (rev 105458)
+++ community-i686/PKGBUILD 2014-02-08 15:39:11 UTC (rev 105459)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgname=duplicity
-pkgver=0.6.23
-pkgrel=2
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile')
-optdepends=('lftp: FTPS backend'
-'python2-boto: Amazon S3 backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-gdata: Google Docs backend'
-'python2-httplib2: Ubuntu One backend'
-'python2-oauthlib: Ubuntu One backend'
-'rsync: rsync backend')
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('ae0e84446bcf114735de1057ed53c977'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
-  chmod 644 $pkgdir/usr/share/man/man1/rdiffdir.1
-  chmod 644 $pkgdir/usr/share/doc/$pkgname-$pkgver/*
-}

Copied: duplicity/repos/community-i686/PKGBUILD (from rev 105458, 
duplicity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-08 15:39:11 UTC (rev 105459)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgname=duplicity
+pkgver=0.6.23
+pkgrel=3
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile')
+optdepends=('lftp: FTPS backend'
+'python2-boto: Amazon S3 backend'
+'python2-gobject: GIO backend'
+'gvfs: GIO backend'
+'python2-gdata: Google Docs backend'
+'python2-httplib2: Ubuntu One backend'
+'python2-oauthlib: Ubuntu One backend'
+'rsync: rsync backend')
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
+gpg-encode.patch)
+md5sums=('ae0e84446bcf114735de1057ed53c977'
+ 'SKIP'
+ '366555c73aeebf7f15f6f37ec65176ce')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Fix gpg encrypted backup (FS#38838, upstream revision 961, will be fixed 
in 0.6.24).
+  patch -Np0 -i ../gpg-encode.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
+  chmod 644 $pkgdir/usr/share/man/man1/rdiffdir.1
+  chmod 644 

[arch-commits] Commit in duplicity/trunk (PKGBUILD gpg-encode.patch)

2014-02-08 Thread Balló György
Date: Saturday, February 8, 2014 @ 16:39:04
  Author: bgyorgy
Revision: 105458

upgpkg: duplicity 0.6.23-3

Fix gpg encrypted backup (FS#38838)

Added:
  duplicity/trunk/gpg-encode.patch
Modified:
  duplicity/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 gpg-encode.patch |  216 +
 2 files changed, 228 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 12:33:27 UTC (rev 105457)
+++ PKGBUILD2014-02-08 15:39:04 UTC (rev 105458)
@@ -5,7 +5,7 @@
 
 pkgname=duplicity
 pkgver=0.6.23
-pkgrel=2
+pkgrel=3
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('i686' 'x86_64')
 url='http://www.nongnu.org/duplicity/'
@@ -19,10 +19,19 @@
 'python2-httplib2: Ubuntu One backend'
 'python2-oauthlib: Ubuntu One backend'
 'rsync: rsync backend')
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
+gpg-encode.patch)
 md5sums=('ae0e84446bcf114735de1057ed53c977'
- 'SKIP')
+ 'SKIP'
+ '366555c73aeebf7f15f6f37ec65176ce')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Fix gpg encrypted backup (FS#38838, upstream revision 961, will be fixed 
in 0.6.24).
+  patch -Np0 -i ../gpg-encode.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 

Added: gpg-encode.patch
===
--- gpg-encode.patch(rev 0)
+++ gpg-encode.patch2014-02-08 15:39:04 UTC (rev 105458)
@@ -0,0 +1,216 @@
+=== modified file 'bin/duplicity'
+--- bin/duplicity  2014-01-21 21:04:27 +
 bin/duplicity  2014-02-05 02:57:13 +
+@@ -27,7 +27,7 @@
+ # Please send mail to me or the mailing list if you find bugs or have
+ # any suggestions.
+ 
+-import getpass, gzip, os, sys, time, types
++import gzip, os, sys, time, types
+ import traceback, platform, statvfs, resource, re
+ import threading
+ from datetime import datetime
+@@ -37,9 +37,6 @@
+ if os.path.exists(os.path.join(pwd, ../duplicity)):
+ sys.path.insert(0, os.path.abspath(os.path.join(pwd, ../.)))
+ 
+-import gettext
+-gettext.install('duplicity', codeset='utf8')
+-
+ from duplicity import log
+ log.setup()
+ 
+@@ -65,6 +62,13 @@
+ # If exit_val is not None, exit with given value at end.
+ exit_val = None
+ 
++def getpass_safe(message):
++# getpass() in Python 2.x will call str() on our prompt.  So we can't pass
++# in non-ascii characters.
++import getpass, locale
++message = message.encode(locale.getpreferredencoding(), 'replace')
++return getpass.getpass(message)
++
+ def get_passphrase(n, action, for_signing = False):
+ 
+ Check to make sure passphrase is indeed needed, then get
+@@ -160,19 +164,19 @@
+ if use_cache and globals.gpg_profile.signing_passphrase:
+ pass1 = globals.gpg_profile.signing_passphrase
+ else:
+-pass1 = getpass.getpass(_(GnuPG passphrase for 
signing key:)+ )
++pass1 = getpass_safe(_(GnuPG passphrase for signing 
key:)+ )
+ else:
+ if use_cache and globals.gpg_profile.passphrase:
+ pass1 = globals.gpg_profile.passphrase
+ else:
+-pass1 = getpass.getpass(_(GnuPG passphrase:)+ )
++pass1 = getpass_safe(_(GnuPG passphrase:)+ )
+ 
+ if n == 1:
+ pass2 = pass1
+ elif for_signing:
+-pass2 = getpass.getpass(_(Retype passphrase for signing key 
to confirm: ))
++pass2 = getpass_safe(_(Retype passphrase for signing key to 
confirm: ))
+ else:
+-pass2 = getpass.getpass(_(Retype passphrase to confirm: ))
++pass2 = getpass_safe(_(Retype passphrase to confirm: ))
+ 
+ if not pass1 == pass2:
+ print _(First and second passphrases do not match!  Please 
try again.)
+
+=== modified file 'bin/rdiffdir'
+--- bin/rdiffdir   2013-12-27 06:39:00 +
 bin/rdiffdir   2014-02-05 02:57:13 +
+@@ -27,9 +27,6 @@
+ 
+ import sys, getopt, gzip, os
+ 
+-import gettext
+-gettext.install('duplicity', codeset='utf8')
+-
+ from duplicity import diffdir
+ from duplicity import patchdir
+ from duplicity import log
+
+=== added directory 'testing/overrides'
+=== added file 'testing/overrides/gettext.py'
+--- testing/overrides/gettext.py   1970-01-01 00:00:00 +
 testing/overrides/gettext.py   2014-02-05 02:57:13 +
+@@ -0,0 +1,34 @@
++# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4; encoding:utf8 -*-
++#
++# Copyright 2014 Michael Terry m...@mterry.name
++#

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

2014-02-08 Thread Balló György
Date: Sunday, February 9, 2014 @ 07:17:37
  Author: bgyorgy
Revision: 105487

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

Added:
  gnome-do/repos/community-i686/PKGBUILD
(from rev 105486, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-i686/gnome-do.install
(from rev 105486, gnome-do/trunk/gnome-do.install)
  gnome-do/repos/community-x86_64/PKGBUILD
(from rev 105486, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-x86_64/gnome-do.install
(from rev 105486, gnome-do/trunk/gnome-do.install)
Deleted:
  gnome-do/repos/community-i686/PKGBUILD
  gnome-do/repos/community-i686/gnome-do.install
  gnome-do/repos/community-x86_64/PKGBUILD
  gnome-do/repos/community-x86_64/gnome-do.install

---+
 /PKGBUILD |   60 
 /gnome-do.install |   44 ++
 community-i686/PKGBUILD   |   30 --
 community-i686/gnome-do.install   |   22 -
 community-x86_64/PKGBUILD |   30 --
 community-x86_64/gnome-do.install |   22 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-09 06:17:29 UTC (rev 105486)
+++ community-i686/PKGBUILD 2014-02-09 06:17:37 UTC (rev 105487)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Doehni do...@gmx.de
-
-pkgname=gnome-do
-pkgver=0.95
-pkgrel=1
-pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
-arch=('i686' 'x86_64')
-url=https://launchpad.net/do;
-license=('GPL3')
-depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'gio-sharp')
-install=$pkgname.install
-source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('60309cd42dcdfc25e215346b3346095f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-do/repos/community-i686/PKGBUILD (from rev 105486, 
gnome-do/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-09 06:17:37 UTC (rev 105487)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Doehni do...@gmx.de
+
+pkgname=gnome-do
+pkgver=0.95.1
+pkgrel=1
+pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
+arch=('i686' 'x86_64')
+url=https://launchpad.net/do;
+license=('GPL3')
+depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'gio-sharp')
+install=$pkgname.install
+source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('1f61376718d75d3defcdf81958754296')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnome-do.install
===
--- community-i686/gnome-do.install 2014-02-09 06:17:29 UTC (rev 105486)
+++ community-i686/gnome-do.install 2014-02-09 06:17:37 UTC (rev 105487)
@@ -1,22 +0,0 @@
-pkgname=gnome-do
-
-post_install() {
-  gconfpkg --install $pkgname
-  xdg-icon-resource forceupdate
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate
-}

Copied: gnome-do/repos/community-i686/gnome-do.install (from rev 105486, 
gnome-do/trunk/gnome-do.install)
===
--- community-i686/gnome-do.install (rev 0)
+++ community-i686/gnome-do.install 2014-02-09 06:17:37 UTC (rev 105487)
@@ -0,0 +1,22 @@
+pkgname=gnome-do
+
+post_install() {
+  gconfpkg --install $pkgname
+  xdg-icon-resource forceupdate
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  xdg

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

2014-02-08 Thread Balló György
Date: Sunday, February 9, 2014 @ 07:17:29
  Author: bgyorgy
Revision: 105486

upgpkg: gnome-do 0.95.1-1

Update to version 0.95.1

Modified:
  gnome-do/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 05:58:04 UTC (rev 105485)
+++ PKGBUILD2014-02-09 06:17:29 UTC (rev 105486)
@@ -4,7 +4,7 @@
 # Contributor: Doehni do...@gmx.de
 
 pkgname=gnome-do
-pkgver=0.95
+pkgver=0.95.1
 pkgrel=1
 pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gio-sharp')
 install=$pkgname.install
 
source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('60309cd42dcdfc25e215346b3346095f')
+md5sums=('1f61376718d75d3defcdf81958754296')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-02-19 Thread Balló György
Date: Wednesday, February 19, 2014 @ 12:27:15
  Author: bgyorgy
Revision: 105928

upgpkg: xarchiver 0.5.3-1

Update to version 0.5.3

Added:
  xarchiver/trunk/xarchiver-0.5.3-add-mime-types.patch
  xarchiver/trunk/xarchiver-0.5.3-fix-double-escaping.patch
  xarchiver/trunk/xarchiver-0.5.3-fix-password-protected.patch
  xarchiver/trunk/xarchiver-0.5.3-fix-rpm-support.patch
Modified:
  xarchiver/trunk/PKGBUILD

--+
 PKGBUILD |   74 -
 xarchiver-0.5.3-add-mime-types.patch |9 ++
 xarchiver-0.5.3-fix-double-escaping.patch|   32 +
 xarchiver-0.5.3-fix-password-protected.patch |   42 
 xarchiver-0.5.3-fix-rpm-support.patch|   86 +
 5 files changed, 186 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-19 11:00:34 UTC (rev 105927)
+++ PKGBUILD2014-02-19 11:27:15 UTC (rev 105928)
@@ -4,8 +4,8 @@
 # Contributor: Andrew Simmons andrew.simm...@gmail.com
 
 pkgname=xarchiver
-pkgver=0.5.2
-pkgrel=6
+pkgver=0.5.3
+pkgrel=1
 pkgdesc=GTK+ frontend to various command line archivers
 arch=('i686' 'x86_64')
 url=http://xarchiver.sourceforge.net/;
@@ -17,74 +17,34 @@
 'p7zip: 7z support'
 'arj: ARJ support'
 'lzop: LZOP support'
-'cpio: RPM support')
+'cpio: RPM support'
+'unrar: RAR support')
 install=xarchiver.install
 source=(http://downloads.sourceforge.net/xarchiver/xarchiver-$pkgver.tar.bz2
-xarchiver-0.5.2-no-donators-menu.patch
-xarchiver-0.5.2-add_xz_support.patch
-xarchiver-0.5.2-segfault-open-with.patch
-xarchiver-0.5.2-fix_7z_support.patch
-xarchiver-0.5.2-drag-n-drop_escaped_path.patch
-xarchiver-0.5.2-fix-double-escaping.patch
-xarchiver-0.5.2-fix-non-existent-archive.patch
-xarchiver-0.5.2-segfault-delete-file.patch
-xarchiver-0.5.2-segfault-password-protected.patch
-xarchiver-0.5.2-disable-rar-support.patch
-xarchiver-0.5.2-add_mime_types.patch)
-md5sums=('2bc7f06403cc6582dd4a8029ec9d038d'
- '7ef9fe9aee9f0fbc141ed9683e91ea1c'
- '5d5ef8dd1b8b7790af4ece5fcedcd370'
- 'f9036a44157b318cbc59ed012b04974b'
- '782f55c1f1021dc02c7739bf8a47336e'
- 'fcd9e04222c5e0ef459977bd7cd0ae4e'
+xarchiver-0.5.3-fix-rpm-support.patch
+xarchiver-0.5.3-fix-double-escaping.patch
+xarchiver-0.5.3-fix-password-protected.patch
+xarchiver-0.5.3-add-mime-types.patch)
+md5sums=('fd390bbd2df76a5f8a007bdeae82d4aa'
+ '812b93339f5e3332621f3c5abebfe277'
  '6178d7ab679b761469c880a8db991907'
- '22ed2783e72684a102243c5834bf5ca3'
- 'e518b1e0bc4407383aae2783c0c19a04'
- 'c46daf2ee9fce7ece608eca33174db6b'
- '10f7f24b177d273dd3153785db8678a2'
- '36a4c3181230aab1e0ce1596acc5ef88')
+ '35ab96d98521a0a36f3e9e9ec0969107'
+ 'f9119f5290caa195a56b7d3c63d9137d')
 
 prepare() {
   cd $pkgname-$pkgver
 
-  # Fix donators menu item (upstream patch)
-  patch -Np2 -i ../xarchiver-0.5.2-no-donators-menu.patch
+  # Fix RPM support
+  patch -Np1 -i ../xarchiver-0.5.3-fix-rpm-support.patch
 
-  # Add XZ support
-  # http://sourceforge.net/p/xarchiver/bugs/28/
-  patch -Np1 -i ../xarchiver-0.5.2-add_xz_support.patch
-
-  # Fix segfault on open with dialog
-  # http://sourceforge.net/p/xarchiver/bugs/52/
-  patch -Np1 -i ../xarchiver-0.5.2-segfault-open-with.patch
-
-  # Fix 7z support
-  # http://sourceforge.net/p/xarchiver/patches/5/
-  patch -Np1 -i ../xarchiver-0.5.2-fix_7z_support.patch
-
-  # Fix extraction when the Drag'n'Drop target path contains spaces
-  patch -Np1 -i ../xarchiver-0.5.2-drag-n-drop_escaped_path.patch
-
   # Fix error when trying to create archives with spaces
-  patch -Np1 -i ../xarchiver-0.5.2-fix-double-escaping.patch
+  patch -Np1 -i ../xarchiver-0.5.3-fix-double-escaping.patch
 
-  # Fix segfault when non-existent archive specified
-  patch -Np1 -i ../xarchiver-0.5.2-fix-non-existent-archive.patch
-
-  # Fix segfault when deleting a file
-  patch -Np1 -i ../xarchiver-0.5.2-segfault-delete-file.patch
-
   # Fix segfault when handling password protected files
-  patch -Np1 -i ../xarchiver-0.5.2-segfault-password-protected.patch
+  patch -Np1 -i ../xarchiver-0.5.3-fix-password-protected.patch
 
-  # Tempolary disable rar support due to incompatiblity with rar 5.0
-  patch -Np1 -i ../xarchiver-0.5.2-disable-rar-support.patch
-
   # Add more MIME types in the desktop file
-  patch -Np1 -i ../xarchiver-0.5.2-add_mime_types.patch
-
-  # Update upstream URL
-  find -type f | xargs sed -i 
's|http://xarchiver.xfce.org|http://xarchiver.sf.net|'
+  patch -Np1 -i ../xarchiver-0.5.3-add-mime-types.patch
 }
 
 build() {

Added: xarchiver-0.5.3-add-mime-types.patch

[arch-commits] Commit in xarchiver/repos (38 files)

2014-02-19 Thread Balló György
Date: Wednesday, February 19, 2014 @ 12:33:38
  Author: bgyorgy
Revision: 105932

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

Added:
  xarchiver/repos/community-i686/PKGBUILD
(from rev 105931, xarchiver/trunk/PKGBUILD)
  xarchiver/repos/community-i686/xarchiver-0.5.3-add-mime-types.patch
(from rev 105931, xarchiver/trunk/xarchiver-0.5.3-add-mime-types.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.3-fix-double-escaping.patch
(from rev 105931, xarchiver/trunk/xarchiver-0.5.3-fix-double-escaping.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.3-fix-password-protected.patch
(from rev 105931, 
xarchiver/trunk/xarchiver-0.5.3-fix-password-protected.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.3-fix-rpm-support.patch
(from rev 105931, xarchiver/trunk/xarchiver-0.5.3-fix-rpm-support.patch)
  xarchiver/repos/community-i686/xarchiver.install
(from rev 105931, xarchiver/trunk/xarchiver.install)
  xarchiver/repos/community-x86_64/PKGBUILD
(from rev 105931, xarchiver/trunk/PKGBUILD)
  xarchiver/repos/community-x86_64/xarchiver-0.5.3-add-mime-types.patch
(from rev 105931, xarchiver/trunk/xarchiver-0.5.3-add-mime-types.patch)
  xarchiver/repos/community-x86_64/xarchiver-0.5.3-fix-double-escaping.patch
(from rev 105931, xarchiver/trunk/xarchiver-0.5.3-fix-double-escaping.patch)
  xarchiver/repos/community-x86_64/xarchiver-0.5.3-fix-password-protected.patch
(from rev 105931, 
xarchiver/trunk/xarchiver-0.5.3-fix-password-protected.patch)
  xarchiver/repos/community-x86_64/xarchiver-0.5.3-fix-rpm-support.patch
(from rev 105931, xarchiver/trunk/xarchiver-0.5.3-fix-rpm-support.patch)
  xarchiver/repos/community-x86_64/xarchiver.install
(from rev 105931, xarchiver/trunk/xarchiver.install)
Deleted:
  xarchiver/repos/community-i686/PKGBUILD
  xarchiver/repos/community-i686/xarchiver-0.5.2-add_mime_types.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-add_xz_support.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-disable-rar-support.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-drag-n-drop_escaped_path.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-fix-double-escaping.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-fix-non-existent-archive.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-fix_7z_support.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-no-donators-menu.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-segfault-delete-file.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-segfault-open-with.patch
  
xarchiver/repos/community-i686/xarchiver-0.5.2-segfault-password-protected.patch
  xarchiver/repos/community-i686/xarchiver.install
  xarchiver/repos/community-x86_64/PKGBUILD
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-add_mime_types.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-add_xz_support.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-disable-rar-support.patch
  
xarchiver/repos/community-x86_64/xarchiver-0.5.2-drag-n-drop_escaped_path.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-fix-double-escaping.patch
  
xarchiver/repos/community-x86_64/xarchiver-0.5.2-fix-non-existent-archive.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-fix_7z_support.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-no-donators-menu.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-segfault-delete-file.patch
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-segfault-open-with.patch
  
xarchiver/repos/community-x86_64/xarchiver-0.5.2-segfault-password-protected.patch
  xarchiver/repos/community-x86_64/xarchiver.install

+
 /PKGBUILD  |  118 ++
 /xarchiver.install |   24 
 community-i686/PKGBUILD|   59 -
 community-i686/xarchiver-0.5.2-add_mime_types.patch|9 
 community-i686/xarchiver-0.5.2-add_xz_support.patch|  397 
--
 community-i686/xarchiver-0.5.2-disable-rar-support.patch   |   35 
 community-i686/xarchiver-0.5.2-drag-n-drop_escaped_path.patch  |   13 
 community-i686/xarchiver-0.5.2-fix-double-escaping.patch   |   32 
 community-i686/xarchiver-0.5.2-fix-non-existent-archive.patch  |   26 
 community-i686/xarchiver-0.5.2-fix_7z_support.patch|  110 --
 community-i686/xarchiver-0.5.2-no-donators-menu.patch  |   50 -
 community-i686/xarchiver-0.5.2-segfault-delete-file.patch  |   21 
 community-i686/xarchiver-0.5.2-segfault-open-with.patch|   15 
 community-i686/xarchiver-0.5.2-segfault-password-protected.patch   |   43 -
 community-i686/xarchiver-0.5.3-add-mime-types.patch|9 
 community-i686/xarchiver-0.5.3-fix-double-escaping.patch   |   32 
 

[arch-commits] Commit in xarchiver/repos (52 files)

2014-02-19 Thread Balló György
Date: Wednesday, February 19, 2014 @ 12:29:23
  Author: bgyorgy
Revision: 105930

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

Added:
  xarchiver/repos/community-i686/PKGBUILD
(from rev 105929, xarchiver/trunk/PKGBUILD)
  xarchiver/repos/community-i686/xarchiver-0.5.2-add_mime_types.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-add_mime_types.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.2-add_xz_support.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-add_xz_support.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.2-disable-rar-support.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-disable-rar-support.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.2-drag-n-drop_escaped_path.patch
(from rev 105929, 
xarchiver/trunk/xarchiver-0.5.2-drag-n-drop_escaped_path.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.2-fix-double-escaping.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-fix-double-escaping.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.2-fix-non-existent-archive.patch
(from rev 105929, 
xarchiver/trunk/xarchiver-0.5.2-fix-non-existent-archive.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.2-fix_7z_support.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-fix_7z_support.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.2-no-donators-menu.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-no-donators-menu.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.2-segfault-delete-file.patch
(from rev 105929, 
xarchiver/trunk/xarchiver-0.5.2-segfault-delete-file.patch)
  xarchiver/repos/community-i686/xarchiver-0.5.2-segfault-open-with.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-segfault-open-with.patch)
  
xarchiver/repos/community-i686/xarchiver-0.5.2-segfault-password-protected.patch
(from rev 105929, 
xarchiver/trunk/xarchiver-0.5.2-segfault-password-protected.patch)
  xarchiver/repos/community-i686/xarchiver.install
(from rev 105929, xarchiver/trunk/xarchiver.install)
  xarchiver/repos/community-x86_64/PKGBUILD
(from rev 105929, xarchiver/trunk/PKGBUILD)
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-add_mime_types.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-add_mime_types.patch)
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-add_xz_support.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-add_xz_support.patch)
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-disable-rar-support.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-disable-rar-support.patch)
  
xarchiver/repos/community-x86_64/xarchiver-0.5.2-drag-n-drop_escaped_path.patch
(from rev 105929, 
xarchiver/trunk/xarchiver-0.5.2-drag-n-drop_escaped_path.patch)
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-fix-double-escaping.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-fix-double-escaping.patch)
  
xarchiver/repos/community-x86_64/xarchiver-0.5.2-fix-non-existent-archive.patch
(from rev 105929, 
xarchiver/trunk/xarchiver-0.5.2-fix-non-existent-archive.patch)
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-fix_7z_support.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-fix_7z_support.patch)
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-no-donators-menu.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-no-donators-menu.patch)
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-segfault-delete-file.patch
(from rev 105929, 
xarchiver/trunk/xarchiver-0.5.2-segfault-delete-file.patch)
  xarchiver/repos/community-x86_64/xarchiver-0.5.2-segfault-open-with.patch
(from rev 105929, xarchiver/trunk/xarchiver-0.5.2-segfault-open-with.patch)
  
xarchiver/repos/community-x86_64/xarchiver-0.5.2-segfault-password-protected.patch
(from rev 105929, 
xarchiver/trunk/xarchiver-0.5.2-segfault-password-protected.patch)
  xarchiver/repos/community-x86_64/xarchiver.install
(from rev 105929, xarchiver/trunk/xarchiver.install)
Deleted:
  xarchiver/repos/community-i686/PKGBUILD
  xarchiver/repos/community-i686/xarchiver-0.5.2-add_mime_types.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-add_xz_support.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-disable-rar-support.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-drag-n-drop_escaped_path.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-fix-double-escaping.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-fix-non-existent-archive.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-fix_7z_support.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-no-donators-menu.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-segfault-delete-file.patch
  xarchiver/repos/community-i686/xarchiver-0.5.2-segfault-open-with.patch
  
xarchiver/repos/community-i686/xarchiver-0.5.2-segfault-password-protected.patch
  xarchiver/repos/community-i686/xarchiver.install
  xarchiver/repos/community-x86_64/PKGBUILD
  

[arch-commits] Commit in xarchiver/trunk (15 files)

2014-02-19 Thread Balló György
Date: Wednesday, February 19, 2014 @ 12:33:26
  Author: bgyorgy
Revision: 105931

upgpkg: xarchiver 0.5.3-1

Update to version 0.5.3

Added:
  xarchiver/trunk/xarchiver-0.5.3-add-mime-types.patch
  xarchiver/trunk/xarchiver-0.5.3-fix-double-escaping.patch
  xarchiver/trunk/xarchiver-0.5.3-fix-password-protected.patch
  xarchiver/trunk/xarchiver-0.5.3-fix-rpm-support.patch
Deleted:
  xarchiver/trunk/xarchiver-0.5.2-add_mime_types.patch
  xarchiver/trunk/xarchiver-0.5.2-add_xz_support.patch
  xarchiver/trunk/xarchiver-0.5.2-disable-rar-support.patch
  xarchiver/trunk/xarchiver-0.5.2-drag-n-drop_escaped_path.patch
  xarchiver/trunk/xarchiver-0.5.2-fix-double-escaping.patch
  xarchiver/trunk/xarchiver-0.5.2-fix-non-existent-archive.patch
  xarchiver/trunk/xarchiver-0.5.2-fix_7z_support.patch
  xarchiver/trunk/xarchiver-0.5.2-no-donators-menu.patch
  xarchiver/trunk/xarchiver-0.5.2-segfault-delete-file.patch
  xarchiver/trunk/xarchiver-0.5.2-segfault-open-with.patch
  xarchiver/trunk/xarchiver-0.5.2-segfault-password-protected.patch

---+
 xarchiver-0.5.2-add_mime_types.patch  |9 
 xarchiver-0.5.2-add_xz_support.patch  |  397 
 xarchiver-0.5.2-disable-rar-support.patch |   35 -
 xarchiver-0.5.2-drag-n-drop_escaped_path.patch|   13 
 xarchiver-0.5.2-fix-double-escaping.patch |   32 -
 xarchiver-0.5.2-fix-non-existent-archive.patch|   26 -
 xarchiver-0.5.2-fix_7z_support.patch  |  110 -
 xarchiver-0.5.2-no-donators-menu.patch|   50 --
 xarchiver-0.5.2-segfault-delete-file.patch|   21 -
 xarchiver-0.5.2-segfault-open-with.patch  |   15 
 xarchiver-0.5.2-segfault-password-protected.patch |   43 --
 xarchiver-0.5.3-add-mime-types.patch  |9 
 xarchiver-0.5.3-fix-double-escaping.patch |   32 +
 xarchiver-0.5.3-fix-password-protected.patch  |   42 ++
 xarchiver-0.5.3-fix-rpm-support.patch |   86 
 15 files changed, 169 insertions(+), 751 deletions(-)

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


<    5   6   7   8   9   10   11   12   13   14   >