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
===================================================================
--- PKGBUILD    2016-05-12 11:14:49 UTC (rev 174936)
+++ PKGBUILD    2016-05-12 11:15:26 UTC (rev 174937)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX <guilla...@archlinux.org>
-# Contributor: Allan McRae <al...@archlinux.org>
-# Contributor: fancris3 <fancris3 at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-
-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)
+++ PKGBUILD    2016-05-12 11:15:26 UTC (rev 174937)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Guillaume ALAUX <guilla...@archlinux.org>
+# Contributor: Allan McRae <al...@archlinux.org>
+# Contributor: fancris3 <fancris3 at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+
+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
-}
-

Reply via email to