~alpine/aports

main/geany: fix vte emulation v1 PROPOSED

AmatCoder: 1
 main/geany: fix vte emulation

 1 files changed, 2 insertions(+), 2 deletions(-)
2015-01-25 11:27 GMT+00:00 Natanael Copa <ncopa@alpinelinux.org>:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1044/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/geany: fix vte emulation Export this patch

Replace only the first 'xterm' because the other is the terminal
emulation to use and it must be 'xterm'.
---
 main/geany/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/geany/APKBUILD b/main/geany/APKBUILD
index 12597d0..eceec52 100644
--- a/main/geany/APKBUILD
+++ b/main/geany/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=geany
pkgver=1.24.1
pkgrel=0
pkgrel=1
pkgdesc="A fast and lightweight IDE"
url="http://www.geany.org"
arch="all"
@@ -47,7 +47,7 @@ prepare() {
                esac
        done
	# set default terminal to Terminal
	sed -e 's/xterm/Terminal/g' \
	sed -e '1,/xterm/s/xterm/Terminal/' \
		-i src/keyfile.c
}

-- 
2.2.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---