diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-21 03:34:10 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-21 03:34:10 +0000 |
commit | 96cf9235f114b8d960c16a8625937b16979ae1aa (patch) | |
tree | d2eed8b5352413c7d68cf5856b8112c0620b1942 /community/roxterm | |
parent | 2f8045ba14153d1665148e3cff527ce4f6bf66e5 (diff) |
Fri Feb 21 03:31:53 UTC 2014
Diffstat (limited to 'community/roxterm')
-rw-r--r-- | community/roxterm/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/roxterm/PKGBUILD b/community/roxterm/PKGBUILD index 95892cc10..a9caa0df2 100644 --- a/community/roxterm/PKGBUILD +++ b/community/roxterm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 105882 2014-02-17 19:03:35Z ttoepper $ +# $Id: PKGBUILD 106002 2014-02-20 21:13:47Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Alexander Fehr <pizzapunk gmail com> 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 @@ sha1sums=('fcde0b09f6ff02c5ec93a528e870e139d814b529' 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 } |