[arch-commits] Commit in terminator/repos/community-any (4 files)
Giancarlo Razzolini
grazzolini at archlinux.org
Mon Apr 20 17:34:16 UTC 2020
Date: Monday, April 20, 2020 @ 17:34:15
Author: grazzolini
Revision: 617066
archrelease: copy trunk to community-any
Added:
terminator/repos/community-any/001-custom_commands.patch
(from rev 617065, terminator/trunk/001-custom_commands.patch)
terminator/repos/community-any/PKGBUILD
(from rev 617065, terminator/trunk/PKGBUILD)
Deleted:
terminator/repos/community-any/001-custom_commands.patch
terminator/repos/community-any/PKGBUILD
---------------------------+
001-custom_commands.patch | 24 +++++------
PKGBUILD | 90 ++++++++++++++++----------------------------
2 files changed, 46 insertions(+), 68 deletions(-)
Deleted: 001-custom_commands.patch
===================================================================
--- 001-custom_commands.patch 2020-04-20 17:33:29 UTC (rev 617065)
+++ 001-custom_commands.patch 2020-04-20 17:34:15 UTC (rev 617066)
@@ -1,12 +0,0 @@
-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.000000000 -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 = {}
Copied: terminator/repos/community-any/001-custom_commands.patch (from rev 617065, terminator/trunk/001-custom_commands.patch)
===================================================================
--- 001-custom_commands.patch (rev 0)
+++ 001-custom_commands.patch 2020-04-20 17:34:15 UTC (rev 617066)
@@ -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.000000000 -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
===================================================================
--- PKGBUILD 2020-04-20 17:33:29 UTC (rev 617065)
+++ PKGBUILD 2020-04-20 17:34:15 UTC (rev 617066)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-# Contributor: Guillaume ALAUX <guillaume at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: fancris3 <fancris3 at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-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')
-sha512sums=('6feee96cda08f913601d3b01e51632bed87712ddb5ce577df1daa8a5fe4e8dc39075d5e21f87b865d1f007c7e1070ee2c0c814540c9c7786f0f24fbee762a03d'
- 'SKIP'
- 'db1e3bbc911afaedd07dae0d34301b15ae28ecec54f7ce10a9c0fd6e2ebd6eaac643e8b6c2a01942f76ba51a41c39eb164fa83e3c78f13ef8441c253a5408d4d')
-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
-
- # patch the custom commands plugin
- patch -Np1 -i "${srcdir}/001-custom_commands.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 617065, terminator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-20 17:34:15 UTC (rev 617066)
@@ -0,0 +1,34 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Contributor: Guillaume ALAUX <guillaume at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: fancris3 <fancris3 at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=terminator
+pkgver=1.92
+pkgrel=1
+pkgdesc='Terminal emulator that supports tabs and grids'
+arch=('any')
+url='https://github.com/gnome-terminator/terminator'
+license=('GPL2')
+depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 'python-cairo' 'python-dbus' 'python-psutil' 'python-gobject' 'vte3' 'xdg-utils')
+makedepends=('intltool')
+source=(${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+
+validpgpkeys=('6FBDB41587919A0F4BA96EBA9A358BAB04A4ED27') #Markus Frosch <markus at lazyfrosch.de>
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ python setup.py build
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+
+ rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
+}
+md5sums=('0d81338eda4a2e7e081f4ac8096376b9'
+ 'SKIP')
More information about the arch-commits
mailing list