ion-20061223, take back maintainership

This commit is contained in:
pedro 2006-12-24 11:01:55 +00:00
parent 00a77d3b85
commit bdef3de384
4 changed files with 25 additions and 32 deletions

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.43 2006/12/02 18:12:50 pedro Exp $ # $OpenBSD: Makefile,v 1.44 2006/12/24 11:01:55 pedro Exp $
COMMENT= "light, keyboard friendly window manager" COMMENT= "light, keyboard friendly window manager"
V= 20061029 V= 20061223
DISTNAME= ion-3ds-${V} DISTNAME= ion-3ds-${V}
PKGNAME= ion-${V}p0 PKGNAME= ion-${V}
CATEGORIES= x11 CATEGORIES= x11
HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/ HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/
MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/ MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/
MAINTAINER= Dmitri Alenitchev <dmitri@wave.net.ru> MAINTAINER= Pedro Martelletto <pedro@openbsd.org>
# LGPL # LGPL
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
MD5 (ion-3ds-20061029.tar.gz) = 245d045a3524adf9586625e0a50717dc MD5 (ion-3ds-20061223.tar.gz) = 861887705546ddb5f240f10dbdab5098
RMD160 (ion-3ds-20061029.tar.gz) = 5ccd89605f2c615a4f4e0667739221058384600a RMD160 (ion-3ds-20061223.tar.gz) = dc61a012354a30f1a83b8b0970b8c09724ea4c9c
SHA1 (ion-3ds-20061029.tar.gz) = a491d1aa3346a20c5e0d28ec587d17956921e012 SHA1 (ion-3ds-20061223.tar.gz) = 8bccf120ce27b26feb67a916ba61748e85e69733
SIZE (ion-3ds-20061029.tar.gz) = 646591 SIZE (ion-3ds-20061223.tar.gz) = 649463

View File

@ -1,20 +1,20 @@
$OpenBSD: patch-etc_cfg_ioncore_lua,v 1.4 2006/10/20 17:36:13 pedro Exp $ $OpenBSD: patch-etc_cfg_ioncore_lua,v 1.5 2006/12/24 11:01:55 pedro Exp $
--- etc/cfg_ioncore.lua.orig Sun Oct 15 15:30:57 2006 --- etc/cfg_ioncore.lua.orig Sun Dec 24 08:45:26 2006
+++ etc/cfg_ioncore.lua Sun Oct 15 15:34:02 2006 +++ etc/cfg_ioncore.lua Sun Dec 24 08:48:23 2006
@@ -63,8 +63,8 @@ defbindings("WScreen", { @@ -63,8 +63,8 @@ defbindings("WScreen", {
kpress(META.."F9", "ioncore.create_ws(_)"), kpress(META.."F9", "ioncore.create_ws(_)"),
bdoc("Display the main menu."), bdoc("Display the main menu."),
- kpress(ALTMETA.."F12", "mod_query.query_menu(_, 'mainmenu', 'Main menu: ')"), - kpress(ALTMETA.."F12", "mod_query.query_menu(_, 'mainmenu', 'Main menu:')"),
- --kpress(ALTMETA.."F12", "mod_menu.menu(_, _sub, 'mainmenu', {big=true})"), - --kpress(ALTMETA.."F12", "mod_menu.menu(_, _sub, 'mainmenu', {big=true})"),
+ --kpress(ALTMETA.."F12", "mod_query.query_menu(_, 'mainmenu', 'Main menu: ')"), + --kpress(ALTMETA.."F12", "mod_query.query_menu(_, 'mainmenu', 'Main menu:')"),
+ kpress(ALTMETA.."F12", "mod_menu.menu(_, _sub, 'mainmenu', {big=true})"), + kpress(ALTMETA.."F12", "mod_menu.menu(_, _sub, 'mainmenu', {big=true})"),
mpress("Button3", "mod_menu.pmenu(_, _sub, 'mainmenu')"), mpress("Button3", "mod_menu.pmenu(_, _sub, 'mainmenu')"),
bdoc("Display the window list menu."), bdoc("Display the window list menu."),
@@ -136,10 +136,10 @@ defbindings("WMPlex", { @@ -139,10 +139,10 @@ defbindings("WMPlex.toplevel", {
kpress(META.."T", "WRegion.set_tagged(_sub, 'toggle')", "_sub:non-nil"),
defbindings("WMPlex.toplevel", {
bdoc("Query for manual page to be displayed."), bdoc("Query for manual page to be displayed."),
- kpress(ALTMETA.."F1", "mod_query.query_man(_, ':man')"), - kpress(ALTMETA.."F1", "mod_query.query_man(_, ':man')"),
+ kpress(ALTMETA.."F1", "mod_query.query_man(_, '::man')"), + kpress(ALTMETA.."F1", "mod_query.query_man(_, '::man')"),
@ -25,7 +25,7 @@ $OpenBSD: patch-etc_cfg_ioncore_lua,v 1.4 2006/10/20 17:36:13 pedro Exp $
bdoc("Run a terminal emulator."), bdoc("Run a terminal emulator."),
kpress(ALTMETA.."F2", "ioncore.exec_on(_, XTERM or 'xterm')"), kpress(ALTMETA.."F2", "ioncore.exec_on(_, XTERM or 'xterm')"),
@@ -155,7 +155,7 @@ defbindings("WMPlex.toplevel", { @@ -158,7 +158,7 @@ defbindings("WMPlex.toplevel", {
bdoc("Query for file to edit."), bdoc("Query for file to edit."),
kpress(ALTMETA.."F5", kpress(ALTMETA.."F5",
@ -34,7 +34,7 @@ $OpenBSD: patch-etc_cfg_ioncore_lua,v 1.4 2006/10/20 17:36:13 pedro Exp $
bdoc("Query for file to view."), bdoc("Query for file to view."),
kpress(ALTMETA.."F6", kpress(ALTMETA.."F6",
@@ -332,12 +332,7 @@ defmenu("mainmenu", { @@ -335,12 +335,7 @@ defmenu("mainmenu", {
-- Application menu -- Application menu
defmenu("appmenu", { defmenu("appmenu", {
menuentry("XTerm", "ioncore.exec_on(_, 'xterm')"), menuentry("XTerm", "ioncore.exec_on(_, 'xterm')"),
@ -44,14 +44,7 @@ $OpenBSD: patch-etc_cfg_ioncore_lua,v 1.4 2006/10/20 17:36:13 pedro Exp $
- menuentry("Links", "ioncore.exec_on(_, ':links')"), - menuentry("Links", "ioncore.exec_on(_, ':links')"),
- menuentry("Konqueror", "ioncore.exec_on(_, 'konqueror')"), - menuentry("Konqueror", "ioncore.exec_on(_, 'konqueror')"),
- menuentry("Dillo", "ioncore.exec_on(_, 'dillo')"), - menuentry("Dillo", "ioncore.exec_on(_, 'dillo')"),
+ menuentry("Firefox", "ioncore.exec_on(_, 'firefox')"), + menuentry("Firefox", "ioncore.exec_on(_, 'firefox')"),
menuentry("Run...", "mod_query.query_exec(_)"), menuentry("Run...", "mod_query.query_exec(_)"),
}) })
@@ -372,4 +367,4 @@ defctxmenu("WScreen", "Screen", {
menuentry("Close workspace","WRegion.rqclose(_sub)"),
})
-
\ No newline at end of file
+

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-system_mk,v 1.6 2005/12/04 16:26:20 pedro Exp $ $OpenBSD: patch-system_mk,v 1.7 2006/12/24 11:01:55 pedro Exp $
--- system.mk.orig Sat Oct 29 10:33:25 2005 --- system.mk.orig Sat Dec 23 13:00:13 2006
+++ system.mk Fri Dec 2 21:06:08 2005 +++ system.mk Sun Dec 24 08:45:16 2006
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
## Installation paths ## Installation paths
## ##
@ -48,7 +48,7 @@ $OpenBSD: patch-system_mk,v 1.6 2005/12/04 16:26:20 pedro Exp $
# SunOS/Solaris # SunOS/Solaris
#X11_PREFIX=/usr/openwin #X11_PREFIX=/usr/openwin
@@ -88,7 +89,7 @@ XINERAMA_LIBS=-lXinerama @@ -91,7 +92,7 @@ DEFINES += -DCF_XINERAMA
# XFree86 libraries up to 4.3.0 have a bug that will cause Ion to segfault # XFree86 libraries up to 4.3.0 have a bug that will cause Ion to segfault
# if Opera is used when i18n support is enabled. The following setting # if Opera is used when i18n support is enabled. The following setting
# should work around that situation. # should work around that situation.
@ -56,8 +56,8 @@ $OpenBSD: patch-system_mk,v 1.6 2005/12/04 16:26:20 pedro Exp $
+#DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND +#DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND
# Use the Xutf8 routines (XFree86 extension) instead of Xmb routines in # Use the Xutf8 routines (XFree86 extension) instead of Xmb routines in
# an UTF8 locale given the -i18n command line option? # an UTF8 locale.
@@ -107,7 +108,7 @@ DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WOR @@ -110,7 +111,7 @@ DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WOR
# asprintf and vasprintf in the c library. (gnu libc has.) # asprintf and vasprintf in the c library. (gnu libc has.)
# If HAS_SYSTEM_ASPRINTF is not defined, an implementation # If HAS_SYSTEM_ASPRINTF is not defined, an implementation
# in sprintf_2.2/ is used. # in sprintf_2.2/ is used.
@ -66,7 +66,7 @@ $OpenBSD: patch-system_mk,v 1.6 2005/12/04 16:26:20 pedro Exp $
# If you're on an archaic system (such as relatively recent *BSD releases) # If you're on an archaic system (such as relatively recent *BSD releases)
@@ -116,24 +117,24 @@ DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WOR @@ -119,24 +120,24 @@ DEFINES += -DCF_XFREE86_TEXTPROP_BUG_WOR
#DEFINES += -DCF_NO_LOCALE #DEFINES += -DCF_NO_LOCALE
# On some other systems you may something like this: # On some other systems you may something like this: