[arch-commits] Commit in terminator/repos/community-any (3 files)

2018-04-10 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, April 10, 2018 @ 21:32:27
  Author: grazzolini
Revision: 315639

archrelease: copy trunk to community-any

Added:
  terminator/repos/community-any/001-custom_commands.patch
(from rev 315638, terminator/trunk/001-custom_commands.patch)
  terminator/repos/community-any/PKGBUILD
(from rev 315638, terminator/trunk/PKGBUILD)
Deleted:
  terminator/repos/community-any/PKGBUILD

---+
 001-custom_commands.patch |   12 
 PKGBUILD  |  106 +++-
 2 files changed, 68 insertions(+), 50 deletions(-)

Copied: terminator/repos/community-any/001-custom_commands.patch (from rev 
315638, terminator/trunk/001-custom_commands.patch)
===
--- 001-custom_commands.patch   (rev 0)
+++ 001-custom_commands.patch   2018-04-10 21:32:27 UTC (rev 315639)
@@ -0,0 +1,12 @@
+diff -ura terminator-1.91.orig/terminatorlib/plugins/custom_commands.py 
terminator-1.91.new/terminatorlib/plugins/custom_commands.py
+--- terminator-1.91.orig/terminatorlib/plugins/custom_commands.py  
2017-02-26 14:45:29.0 -0300
 terminator-1.91.new/terminatorlib/plugins/custom_commands.py   
2018-04-10 18:22:55.566435800 -0300
+@@ -127,7 +127,7 @@
+   if command[-1] != '\n':
+ command = command + '\n'
+   for terminal in data['terminals']:
+-terminal.vte.feed_child(command,  len(command))
++terminal.vte.feed_child(command)
+ 
+ def configure(self, widget, data = None):
+   ui = {}

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 21:31:42 UTC (rev 315638)
+++ PKGBUILD2018-04-10 21:32:27 UTC (rev 315639)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Guillaume ALAUX 
-# Contributor: Allan McRae 
-# Contributor: fancris3 
-# Contributor: Daniel J Griffiths 
-
-pkgname=terminator
-pkgver=1.91
-pkgrel=5
-pkgdesc='Terminal emulator that supports tabs and grids'
-arch=('any')
-url='https://gnometerminator.blogspot.com/p/introduction.html'
-license=('GPL2')
-depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 
'python2-cairo' 'python2-dbus' 'python2-psutil' 'python2-gobject' 'vte3' 
'xdg-utils')
-makedepends=('intltool')
-source=("https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
-
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz.asc;)
-md5sums=('2eed999d7a41f2e18eaa511bbbf80f58'
- 'SKIP')
-sha512sums=('6feee96cda08f913601d3b01e51632bed87712ddb5ce577df1daa8a5fe4e8dc39075d5e21f87b865d1f007c7e1070ee2c0c814540c9c7786f0f24fbee762a03d'
-'SKIP')
-validpgpkeys=('FE67C001C72200A71DE9EFA5DB69E1780B95EF32')
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# python2 fix
-for file in terminatorlib/{,plugins/}*.py; do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-# fix run without gconf
-sed -i 's/except ImportError:/except ValueError:/' terminatorlib/config.py
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-python2 setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-
-rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
-}

Copied: terminator/repos/community-any/PKGBUILD (from rev 315638, 
terminator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 21:32:27 UTC (rev 315639)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Guillaume ALAUX 
+# Contributor: Allan McRae 
+# Contributor: fancris3 
+# Contributor: Daniel J Griffiths 
+
+pkgname=terminator
+pkgver=1.91
+pkgrel=6
+pkgdesc='Terminal emulator that supports tabs and grids'
+arch=('any')
+url='https://gnometerminator.blogspot.com/p/introduction.html'
+license=('GPL2')
+depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 
'python2-cairo' 'python2-dbus' 'python2-psutil' 'python2-gobject' 'vte3' 
'xdg-utils')
+makedepends=('intltool')
+source=("https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
+
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz.asc;
+"001-custom_commands.patch")
+md5sums=('2eed999d7a41f2e18eaa511bbbf80f58'
+ 'SKIP'
+ 'd6c51930c0c741c327641de3adfe0aa1')

[arch-commits] Commit in terminator/repos/community-any (3 files)

2017-03-27 Thread Giancarlo Razzolini
Date: Monday, March 27, 2017 @ 18:29:08
  Author: grazzolini
Revision: 219401

archrelease: copy trunk to community-any

Added:
  terminator/repos/community-any/PKGBUILD
(from rev 219400, terminator/trunk/PKGBUILD)
Deleted:
  terminator/repos/community-any/0001-wayland-fix.patch
  terminator/repos/community-any/PKGBUILD

+
 0001-wayland-fix.patch |   35 ---
 PKGBUILD   |  106 ++-
 2 files changed, 50 insertions(+), 91 deletions(-)

Deleted: 0001-wayland-fix.patch
===
--- 0001-wayland-fix.patch  2017-03-27 18:28:26 UTC (rev 219400)
+++ 0001-wayland-fix.patch  2017-03-27 18:29:08 UTC (rev 219401)
@@ -1,35 +0,0 @@
-=== modified file 'terminatorlib/terminator.py'
 terminatorlib/terminator.py2017-02-26 16:15:11 +
-+++ terminatorlib/terminator.py2017-02-28 16:04:37 +
-@@ -401,7 +401,7 @@
- window.grab_focus()
- try:
- t = GdkX11.x11_get_server_time(window.get_window())
--except AttributeError:
-+except (TypeError, AttributeError):
- t = 0
- window.get_window().focus(t)
- 
-@@ -417,7 +417,7 @@
- window.grab_focus()
- try:
- t = GdkX11.x11_get_server_time(window.get_window())
--except AttributeError:
-+except (TypeError, AttributeError):
- t = 0
- window.get_window().focus(t)
- 
-
-=== modified file 'terminatorlib/window.py'
 terminatorlib/window.py2017-02-13 16:30:37 +
-+++ terminatorlib/window.py2017-02-28 16:07:28 +
-@@ -311,7 +311,7 @@
- self.grab_focus()
- try:
- t = GdkX11.x11_get_server_time(self.get_window())
--except AttributeError:
-+except (TypeError, AttributeError):
- t = 0
- self.get_window().focus(t)
- else:
-

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-27 18:28:26 UTC (rev 219400)
+++ PKGBUILD2017-03-27 18:29:08 UTC (rev 219401)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Guillaume ALAUX 
-# Contributor: Allan McRae 
-# Contributor: fancris3 
-# Contributor: Daniel J Griffiths 
-
-pkgname=terminator
-pkgver=1.91
-pkgrel=4
-pkgdesc='Terminal emulator that supports tabs and grids'
-arch=('any')
-url='https://gnometerminator.blogspot.com/p/introduction.html'
-license=('GPL2')
-depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 
'python2-cairo' 'python2-dbus' 'python2-psutil' 'python2-gobject' 'vte3' 
'xdg-utils')
-makedepends=('intltool')
-source=("https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname^}-${pkgver}.tar.gz;
-
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname^}-${pkgver}.tar.gz.asc;
-
"0001-wayland-fix.patch::https://launchpadlibrarian.net/309178299/wayland_fix.diff;)
-md5sums=('44e6be581abc9b52fe2e665cbb572201'
- 'SKIP'
- '32281658b0cacef023c8020106952b31')
-sha512sums=('7037077680475164011e19bb5ff16b55a5b4f0b71941d6bfb2ba00af8289eff6f9bf62dded3a6f4f21f199e9e070d0731b19a4ac60fdd429815d708e7fdc3edd'
-'SKIP'
-
'66db2930bd2c1eafcd0e6e33be9478137d08643205ffb3ff12ad07318e2f465a889d894b6d580d3d4480ea263caca69d7174b6627c52296ab94a42fb6cda1a27')
-validpgpkeys=('FE67C001C72200A71DE9EFA5DB69E1780B95EF32')
-
-prepare() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
-
-# python2 fix
-for file in terminatorlib/{,plugins/}*.py; do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-# fix run without gconf
-sed -i 's/except ImportError:/except ValueError:/' terminatorlib/config.py
-
-# Fix for https://bugs.archlinux.org/task/53106
-patch -Np0 -i "$srcdir/0001-wayland-fix.patch"
-}
-
-build() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
-
-python2 setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
-
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-
-rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
-}

Copied: terminator/repos/community-any/PKGBUILD (from rev 219400, 
terminator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-27 18:29:08 UTC (rev 219401)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Guillaume ALAUX 
+# Contributor: Allan McRae 
+# Contributor: fancris3 
+# Contributor: Daniel J 

[arch-commits] Commit in terminator/repos/community-any (3 files)

2017-02-28 Thread Giancarlo Razzolini
Date: Tuesday, February 28, 2017 @ 20:40:01
  Author: grazzolini
Revision: 214263

archrelease: copy trunk to community-any

Added:
  terminator/repos/community-any/0001-wayland-fix.patch
(from rev 214262, terminator/trunk/0001-wayland-fix.patch)
  terminator/repos/community-any/PKGBUILD
(from rev 214262, terminator/trunk/PKGBUILD)
Deleted:
  terminator/repos/community-any/PKGBUILD

+
 0001-wayland-fix.patch |   35 +++
 PKGBUILD   |  106 ---
 2 files changed, 91 insertions(+), 50 deletions(-)

Copied: terminator/repos/community-any/0001-wayland-fix.patch (from rev 214262, 
terminator/trunk/0001-wayland-fix.patch)
===
--- 0001-wayland-fix.patch  (rev 0)
+++ 0001-wayland-fix.patch  2017-02-28 20:40:01 UTC (rev 214263)
@@ -0,0 +1,35 @@
+=== modified file 'terminatorlib/terminator.py'
+--- terminatorlib/terminator.py2017-02-26 16:15:11 +
 terminatorlib/terminator.py2017-02-28 16:04:37 +
+@@ -401,7 +401,7 @@
+ window.grab_focus()
+ try:
+ t = GdkX11.x11_get_server_time(window.get_window())
+-except AttributeError:
++except (TypeError, AttributeError):
+ t = 0
+ window.get_window().focus(t)
+ 
+@@ -417,7 +417,7 @@
+ window.grab_focus()
+ try:
+ t = GdkX11.x11_get_server_time(window.get_window())
+-except AttributeError:
++except (TypeError, AttributeError):
+ t = 0
+ window.get_window().focus(t)
+ 
+
+=== modified file 'terminatorlib/window.py'
+--- terminatorlib/window.py2017-02-13 16:30:37 +
 terminatorlib/window.py2017-02-28 16:07:28 +
+@@ -311,7 +311,7 @@
+ self.grab_focus()
+ try:
+ t = GdkX11.x11_get_server_time(self.get_window())
+-except AttributeError:
++except (TypeError, AttributeError):
+ t = 0
+ self.get_window().focus(t)
+ else:
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-28 20:38:55 UTC (rev 214262)
+++ PKGBUILD2017-02-28 20:40:01 UTC (rev 214263)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Guillaume ALAUX 
-# Contributor: Allan McRae 
-# Contributor: fancris3 
-# Contributor: Daniel J Griffiths 
-
-pkgname=terminator
-pkgver=1.91
-pkgrel=1
-pkgdesc='Terminal emulator that supports tabs and grids'
-arch=('any')
-url='https://gnometerminator.blogspot.com/p/introduction.html'
-license=('GPL2')
-depends=('libkeybinder3' 'libnotify' 'python2-cairo' 'python2-dbus' 
'python2-psutil' 'python2-gobject' 'vte3' 'xdg-utils')
-makedepends=('intltool')
-source=("https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname^}-${pkgver}.tar.gz;
-
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname^}-${pkgver}.tar.gz.asc;)
-md5sums=('44e6be581abc9b52fe2e665cbb572201'
- 'SKIP')
-sha512sums=('7037077680475164011e19bb5ff16b55a5b4f0b71941d6bfb2ba00af8289eff6f9bf62dded3a6f4f21f199e9e070d0731b19a4ac60fdd429815d708e7fdc3edd'
-'SKIP')
-validpgpkeys=('FE67C001C72200A71DE9EFA5DB69E1780B95EF32')
-
-prepare() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
-
-# python2 fix
-for file in terminatorlib/{,plugins/}*.py; do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-# fix run without gconf
-sed -i 's/except ImportError:/except ValueError:/' terminatorlib/config.py
-}
-
-build() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
-
-python2 setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname^}-${pkgver}"
-
-python2 setup.py install --skip-build --root="${pkgdir}"
-
-rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
-}

Copied: terminator/repos/community-any/PKGBUILD (from rev 214262, 
terminator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-28 20:40:01 UTC (rev 214263)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Guillaume ALAUX 
+# Contributor: Allan McRae 
+# Contributor: fancris3 
+# Contributor: Daniel J Griffiths 
+
+pkgname=terminator
+pkgver=1.91
+pkgrel=2
+pkgdesc='Terminal emulator that supports tabs and grids'
+arch=('any')
+url='https://gnometerminator.blogspot.com/p/introduction.html'
+license=('GPL2')
+depends=('libkeybinder3' 'libnotify' 

[arch-commits] Commit in terminator/repos/community-any (3 files)

2016-05-12 Thread Guillaume Alaux
Date: Thursday, May 12, 2016 @ 13:15:26
  Author: guillaume
Revision: 174937

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   79 +--
 terminator.install |   12 ---
 2 files changed, 39 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-12 11:14:49 UTC (rev 174936)
+++ PKGBUILD2016-05-12 11:15:26 UTC (rev 174937)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Allan McRae 
-# Contributor: fancris3 
-# Contributor: Daniel J Griffiths 
-
-pkgname=terminator
-pkgver=0.98
-pkgrel=1
-pkgdesc='Terminal emulator that supports tabs and grids'
-arch=('any')
-url='http://gnometerminator.blogspot.fr/p/introduction.html'
-license=('GPL2')
-# Note: the package named 'vte3' is actually vte for GTK 3
-# and terminator seems to require vte for GTK 2
-depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-notify' 
'python2-keybinder2')
-makedepends=('desktop-file-utils' 'gettext' 'intltool')
-install=terminator.install
-source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('0a6d8c9ffe36d67e60968fbf2752c521e5d498ceda42ef171ad3e966c02f26c1')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# python2 fix
-for file in terminatorlib/{,plugins/}*.py; do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-python2 setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-python2 setup.py install --skip-build --root="${pkgdir}"
-
-rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
-}

Copied: terminator/repos/community-any/PKGBUILD (from rev 174936, 
terminator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-12 11:15:26 UTC (rev 174937)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Allan McRae 
+# Contributor: fancris3 
+# Contributor: Daniel J Griffiths 
+
+pkgname=terminator
+pkgver=0.98
+pkgrel=2
+pkgdesc='Terminal emulator that supports tabs and grids'
+arch=('any')
+url='http://gnometerminator.blogspot.fr/p/introduction.html'
+license=('GPL2')
+# Note: the package named 'vte3' is actually vte for GTK 3
+# and terminator seems to require vte for GTK 2
+depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-notify' 
'python2-keybinder2')
+makedepends=('desktop-file-utils' 'gettext' 'intltool')
+source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('0a6d8c9ffe36d67e60968fbf2752c521e5d498ceda42ef171ad3e966c02f26c1')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# python2 fix
+for file in terminatorlib/{,plugins/}*.py; do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+done
+
+python2 setup.py build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+python2 setup.py install --skip-build --root="${pkgdir}"
+
+rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
+}

Deleted: terminator.install
===
--- terminator.install  2016-05-12 11:14:49 UTC (rev 174936)
+++ terminator.install  2016-05-12 11:15:26 UTC (rev 174937)
@@ -1,12 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-