~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] testing/icewm: make menu useable by default

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<1404522621-6235-1-git-send-email-ibid.ag@gmail.com>
Sender timestamp
1404522621
DKIM signature
missing
Download raw message
Patch: +7 -1
* Add the more typical terminal emulators to the default menu
* use Firefox/Midori instead of Mozilla

This way, users are able to at least get a command line,
and standard browsers show up.

Icewm will search $PATH for the command at startup, and only shows it
if the command is present.
---
 testing/icewm/APKBUILD | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/testing/icewm/APKBUILD b/testing/icewm/APKBUILD
index 7a4d36e..9fcd7f8 100644
--- a/testing/icewm/APKBUILD
+++ b/testing/icewm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=icewm
pkgver=1.3.8
pkgrel=2
pkgrel=3
pkgdesc="A lightweight Win95/Motif-style window manager in C++"
url="http://www.icewm.org"
arch="all"
@@ -47,6 +47,12 @@ package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	rm -f "$pkgdir"/usr/lib/*.la
	sed -e 's/rxvt/urxvt/g' \
	-e 's/\(prog xterm.*\)/\1\nprog Terminal xterm xfce4-terminal/' \
	-e 's/\(prog xterm.*\)/\1\nprog st xterm st/' \
	-e 's/\(prog xterm.*\)/\1\nprog mrxvt xterm mrxvt/' \
	-e 's/prog Mozil.*/\nprog Firefox mozilla firefox\nprog Midori midori midori/' \
	-i "$pkgdir"/usr/share/icewm/menu
}
doc() {
	cd "$_builddir"
-- 
2.0.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140708094221.47db2918@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1404522621-6235-1-git-send-email-ibid.ag@gmail.com> (view parent)
Sender timestamp
1404805341
DKIM signature
missing
Download raw message
On Fri,  4 Jul 2014 18:10:21 -0700
Isaac Dunham <ibid.ag@gmail.com> wrote:

> * Add the more typical terminal emulators to the default menu
> * use Firefox/Midori instead of Mozilla
> 
> This way, users are able to at least get a command line,
> and standard browsers show up.
> 
> Icewm will search $PATH for the command at startup, and only shows it
> if the command is present.

applied. thanks!
-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)