summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-29 00:10:07 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-29 00:10:07 +0000
commit896e2246ca3b5a1f25a2fb0c87b1d52a2167623b (patch)
tree94b909345b9f125cb00df1c3fe09fbf3aa7a4c53 /x11-misc
parentupdate ghostview plugin and dillo USE flag added (diff)
downloadgentoo-2-896e2246ca3b5a1f25a2fb0c87b1d52a2167623b.tar.gz
gentoo-2-896e2246ca3b5a1f25a2fb0c87b1d52a2167623b.tar.bz2
gentoo-2-896e2246ca3b5a1f25a2fb0c87b1d52a2167623b.zip
add fullscreen to list
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/e16keyedit/e16keyedit-0.2.ebuild3
-rw-r--r--x11-misc/e16keyedit/files/0.2-fullscreen.patch12
2 files changed, 14 insertions, 1 deletions
diff --git a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
index 56ba89969004..480e8446f796 100644
--- a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
+++ b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.12 2003/09/21 06:34:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.13 2003/10/29 00:10:07 vapier Exp $
DESCRIPTION="Key binding editor for enlightenment 16"
HOMEPAGE="http://www.enlightenment.org/"
@@ -18,6 +18,7 @@ src_unpack() {
unpack ${A}
cd ${S}
sed -i 's:-lgdbm -lgdk_imlib::' Makefile
+ epatch ${FILESDIR}/${PV}-fullscreen.patch
}
src_compile() {
diff --git a/x11-misc/e16keyedit/files/0.2-fullscreen.patch b/x11-misc/e16keyedit/files/0.2-fullscreen.patch
new file mode 100644
index 000000000000..43ab00c948dd
--- /dev/null
+++ b/x11-misc/e16keyedit/files/0.2-fullscreen.patch
@@ -0,0 +1,12 @@
+--- viewer.c.orig 2003-10-28 19:07:09.900025544 -0500
++++ viewer.c 2003-10-28 19:08:04.255762216 -0500
+@@ -148,6 +148,9 @@
+ {"Goto Linear Area", 70, 2, NULL},
+ {"Previous Linear Area", 71, 0, "-1"},
+ {"Next Linear Area", 71, 0, "1"},
++
++ {"Fullscreen", 88, 0, NULL},
++
+ {NULL, 0, 0, NULL}
+ };
+