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

Evangelos Foutras foutrelis at archlinux.org
Tue Oct 7 17:59:17 UTC 2014


    Date: Tuesday, October 7, 2014 @ 19:59:17
  Author: foutrelis
Revision: 120368

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

Added:
  roxterm/repos/community-testing-i686/
  roxterm/repos/community-testing-i686/PKGBUILD
    (from rev 120367, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-testing-i686/roxterm.install
    (from rev 120367, roxterm/trunk/roxterm.install)
  roxterm/repos/community-testing-x86_64/
  roxterm/repos/community-testing-x86_64/PKGBUILD
    (from rev 120367, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-testing-x86_64/roxterm.install
    (from rev 120367, roxterm/trunk/roxterm.install)

------------------------------------------+
 community-testing-i686/PKGBUILD          |   37 +++++++++++++++++++++++++++++
 community-testing-i686/roxterm.install   |   11 ++++++++
 community-testing-x86_64/PKGBUILD        |   37 +++++++++++++++++++++++++++++
 community-testing-x86_64/roxterm.install |   11 ++++++++
 4 files changed, 96 insertions(+)

Copied: roxterm/repos/community-testing-i686/PKGBUILD (from rev 120367, roxterm/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-10-07 17:59:17 UTC (rev 120368)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=roxterm
+pkgver=2.9.3
+pkgrel=2
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2"
+        "http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign")
+md5sums=('b42d633332ce0c71665f87bc734107d0'
+         'SKIP')
+sha1sums=('53bc33e69d199151d2d5bb63bc5d38d5b0b4b089'
+          'SKIP')
+
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  # FS#38967: Reenable deprecated VTE3 functions
+  python2 mscript.py configure --prefix='/usr' \
+      --enable-deprecated-bg-opts
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-testing-i686/roxterm.install (from rev 120367, roxterm/trunk/roxterm.install)
===================================================================
--- community-testing-i686/roxterm.install	                        (rev 0)
+++ community-testing-i686/roxterm.install	2014-10-07 17:59:17 UTC (rev 120368)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: roxterm/repos/community-testing-x86_64/PKGBUILD (from rev 120367, roxterm/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-10-07 17:59:17 UTC (rev 120368)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=roxterm
+pkgver=2.9.3
+pkgrel=2
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2"
+        "http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign")
+md5sums=('b42d633332ce0c71665f87bc734107d0'
+         'SKIP')
+sha1sums=('53bc33e69d199151d2d5bb63bc5d38d5b0b4b089'
+          'SKIP')
+
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  # FS#38967: Reenable deprecated VTE3 functions
+  python2 mscript.py configure --prefix='/usr' \
+      --enable-deprecated-bg-opts
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-testing-x86_64/roxterm.install (from rev 120367, roxterm/trunk/roxterm.install)
===================================================================
--- community-testing-x86_64/roxterm.install	                        (rev 0)
+++ community-testing-x86_64/roxterm.install	2014-10-07 17:59:17 UTC (rev 120368)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list