[arch-commits] Commit in roxterm/trunk (PKGBUILD)
Thorsten Töpper
ttoepper at nymeria.archlinux.org
Thu Feb 20 21:13:42 UTC 2014
Date: Thursday, February 20, 2014 @ 22:13:42
Author: ttoepper
Revision: 106001
upgpkg: roxterm 2.8.2-2
Modified:
roxterm/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-02-20 21:08:10 UTC (rev 106000)
+++ PKGBUILD 2014-02-20 21:13:42 UTC (rev 106001)
@@ -4,7 +4,7 @@
pkgname=roxterm
pkgver=2.8.2
-pkgrel=1
+pkgrel=2
pkgdesc='Tabbed, VTE-based terminal emulator'
arch=('i686' 'x86_64')
url='http://roxterm.sourceforge.net/'
@@ -23,7 +23,9 @@
build() {
cd "${srcdir}/roxterm-${pkgver}"
- python2 mscript.py configure --prefix='/usr'
+ # FS#38967: Reenable deprecated VTE3 functions
+ python2 mscript.py configure --prefix='/usr' \
+ --enable-deprecated-bg-opts
python2 mscript.py build
}
More information about the arch-commits
mailing list