[arch-commits] Commit in terminator/repos/community-any (4 files)
Giancarlo Razzolini
grazzolini at archlinux.org
Wed Apr 22 17:36:22 UTC 2020
Date: Wednesday, April 22, 2020 @ 17:36:22
Author: grazzolini
Revision: 617677
archrelease: copy trunk to community-any
Added:
terminator/repos/community-any/001-custom_commands.patch
(from rev 617676, terminator/trunk/001-custom_commands.patch)
terminator/repos/community-any/PKGBUILD
(from rev 617676, terminator/trunk/PKGBUILD)
Deleted:
terminator/repos/community-any/001-custom_commands.patch
terminator/repos/community-any/PKGBUILD
---------------------------+
001-custom_commands.patch | 24 +++++++--------
PKGBUILD | 69 ++++++++++++++++++++++----------------------
2 files changed, 47 insertions(+), 46 deletions(-)
Deleted: 001-custom_commands.patch
===================================================================
--- 001-custom_commands.patch 2020-04-22 17:35:52 UTC (rev 617676)
+++ 001-custom_commands.patch 2020-04-22 17:36:22 UTC (rev 617677)
@@ -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 617676, terminator/trunk/001-custom_commands.patch)
===================================================================
--- 001-custom_commands.patch (rev 0)
+++ 001-custom_commands.patch 2020-04-22 17:36:22 UTC (rev 617677)
@@ -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-22 17:35:52 UTC (rev 617676)
+++ PKGBUILD 2020-04-22 17:36:22 UTC (rev 617677)
@@ -1,34 +0,0 @@
-# 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')
Copied: terminator/repos/community-any/PKGBUILD (from rev 617676, terminator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-22 17:36:22 UTC (rev 617677)
@@ -0,0 +1,35 @@
+# 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=2
+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-configobj'
+ '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