summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ion3/files')
-rw-r--r--ion3/files/20070318/201_all_fix-paths.patch90
-rw-r--r--ion3/files/20070318/202_all_fix-menus.patch13
-rw-r--r--ion3/files/20070318/205_all_ion-lock.patch22
-rw-r--r--ion3/files/20070318/207_all_bindings-manpage.patch117
-rw-r--r--ion3/files/20070318/208_all_as-needed.patch12
-rw-r--r--ion3/files/digest-ion3-20070318-r212
-rw-r--r--ion3/files/digest-ion3-200706086
-rw-r--r--ion3/files/ion3-mod-ionflux-20070512.tar.bz2bin0 -> 12770 bytes
-rw-r--r--ion3/files/ion3-mod-xrandr-20070410.tar.bz2bin0 -> 10833 bytes
-rw-r--r--ion3/files/ion3-scripts-20070608.tar.bz2bin0 -> 101584 bytes
10 files changed, 6 insertions, 266 deletions
diff --git a/ion3/files/20070318/201_all_fix-paths.patch b/ion3/files/20070318/201_all_fix-paths.patch
deleted file mode 100644
index 7f8f228..0000000
--- a/ion3/files/20070318/201_all_fix-paths.patch
+++ /dev/null
@@ -1,90 +0,0 @@
-diff -Nur ion-3ds-20060519.orig/system.mk ion-3ds-20060519/system.mk
---- ion-3ds-20060519.orig/system.mk 2006-05-18 18:06:53.000000000 -0500
-+++ ion-3ds-20060519/system.mk 2006-05-18 23:51:23.000000000 -0500
-@@ -7,7 +7,7 @@
- ## Installation paths
- ##
-
--PREFIX=/usr/local
-+PREFIX=/usr
-
- # Unless you are creating a package conforming to some OS's standards, you
- # probably do not want to modify the following directories:
-@@ -15,7 +15,7 @@
- # Main binaries
- BINDIR=$(PREFIX)/bin
- # Configuration .lua files
--ETCDIR=$(PREFIX)/etc/ion3
-+ETCDIR=/etc/X11/ion3
- # Some .lua files and ion-* shell scripts
- SHAREDIR=$(PREFIX)/share/ion3
- # Manual pages
-@@ -27,11 +27,11 @@
- # Nothing at the moment
- LIBDIR=$(PREFIX)/lib
- # Modules
--MODULEDIR=$(LIBDIR)/ion3/mod
-+MODULEDIR=$(LIBDIR)/ion3/mod
- # Compiled Lua source code
- LCDIR=$(LIBDIR)/ion3/lc
- # ion-completefile (does not belong in SHAREDIR being a binary file)
--EXTRABINDIR=$(LIBDIR)/ion3/bin
-+EXTRABINDIR=$(LIBDIR)/ion3/bin
- # For ion-completeman system-wide cache
- VARDIR=/var/cache/ion3
- # Message catalogs
-@@ -56,18 +56,18 @@
-
- # If you have installed Lua 5.1 from the official tarball without changing
- # paths, this should do it.
--LUA_DIR=/usr/local
--LUA_LIBS = -L$(LUA_DIR)/lib -llua
--LUA_INCLUDES = -I$(LUA_DIR)/include
--LUA=$(LUA_DIR)/bin/lua
--LUAC=$(LUA_DIR)/bin/luac
-+#LUA_DIR=/usr/local
-+#LUA_LIBS = -L$(LUA_DIR)/lib -llua
-+#LUA_INCLUDES = -I$(LUA_DIR)/include
-+#LUA=$(LUA_DIR)/bin/lua
-+#LUAC=$(LUA_DIR)/bin/luac
-
- # If you are using the Debian packages, the following settings should be
- # what you want.
--#LUA_LIBS=`pkg-config --libs lua5.1`
--#LUA_INCLUDES=`pkg-config --cflags lua5.1`
--#LUA=`which lua5.1`
--#LUAC=`which luac5.1`
-+LUA_LIBS=`pkg-config --libs lua`
-+LUA_INCLUDES=`pkg-config --cflags lua`
-+LUA=`which lua`
-+LUAC=`which luac`
-
-
- ##
-@@ -107,7 +107,7 @@
- # asprintf and vasprintf in the c library. (gnu libc has.)
- # If HAS_SYSTEM_ASPRINTF is not defined, an implementation
- # in sprintf_2.2/ is used.
--#HAS_SYSTEM_ASPRINTF=1
-+HAS_SYSTEM_ASPRINTF=1
-
-
- # If you're on an archaic system (such as relatively recent *BSD releases)
-@@ -144,14 +144,14 @@
-
- #C89_SOURCE=-ansi
-
--#POSIX_SOURCE=-D_POSIX_SOURCE
-+POSIX_SOURCE=-D_POSIX_SOURCE
-
- # Most systems
--#XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
-+XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
- # SunOS, (Irix)
- #XOPEN_SOURCE=-D__EXTENSIONS__
-
--#C99_SOURCE=-std=c99 -DCF_HAS_VA_COPY
-+C99_SOURCE=-std=c99 -DCF_HAS_VA_COPY
-
- # The -DCF_HAS_VA_COPY option should allow for some optimisations, and
- # in some cases simply defining
diff --git a/ion3/files/20070318/202_all_fix-menus.patch b/ion3/files/20070318/202_all_fix-menus.patch
deleted file mode 100644
index c2d77c8..0000000
--- a/ion3/files/20070318/202_all_fix-menus.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur ../work/ion-3ds-20061223/etc/cfg_ioncore.lua ion-3ds-20061223/etc/cfg_ioncore.lua
---- ../work/ion-3ds-20061223/etc/cfg_ioncore.lua 2006-12-23 17:59:43.000000000 +0300
-+++ ion-3ds-20061223/etc/cfg_ioncore.lua 2006-12-31 15:35:59.000000000 +0300
-@@ -331,7 +331,8 @@
- defmenu("mainmenu", {
- menuentry("Run...", "mod_query.query_exec(_)"),
- menuentry("Terminal", "ioncore.exec_on(_, XTERM or 'xterm')"),
-- menuentry("Lock screen", "ioncore.exec_on(_, 'xlock')"),
-+ menuentry("Lock screen",
-+ "ioncore.exec_on(_, ioncore.lookup_script('ion-lock'))"),
- menuentry("Help", "mod_query.query_man(_)"),
- menuentry("About Ion", "mod_query.show_about_ion(_)"),
- submenu("Styles", "stylemenu"),
diff --git a/ion3/files/20070318/205_all_ion-lock.patch b/ion3/files/20070318/205_all_ion-lock.patch
deleted file mode 100644
index dda2016..0000000
--- a/ion3/files/20070318/205_all_ion-lock.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Nur ion3-20050322.orig/utils/Makefile ion3-20050322/utils/Makefile
---- ion3-20050322.orig/utils/Makefile 2005-03-22 14:31:06.000000000 +0000
-+++ ion3-20050322/utils/Makefile 2005-03-22 16:29:37.197355881 +0000
-@@ -11,7 +11,7 @@
- SUBDIRS=ion-completefile
- INSTALL_SUBDIRS=$(SUBDIRS)
-
--SHELLSCRIPTS = ion-runinxterm ion-completeman
-+SHELLSCRIPTS = ion-runinxterm ion-completeman ion-lock
-
- TARGETS = ion-completeman
-
-diff -Nur ion3-20050322.orig/utils/ion-lock ion3-20050322/utils/ion-lock
---- ion3-20050322.orig/utils/ion-lock 1970-01-01 00:00:00.000000000 +0000
-+++ ion3-20050322/utils/ion-lock 2005-03-22 16:29:19.550092305 +0000
-@@ -0,0 +1,6 @@
-+#!/bin/sh
-+if xscreensaver-command -version >/dev/null 2>&1; then
-+ exec xscreensaver-command -lock
-+else
-+ exec xlock
-+fi
diff --git a/ion3/files/20070318/207_all_bindings-manpage.patch b/ion3/files/20070318/207_all_bindings-manpage.patch
deleted file mode 100644
index 5fac548..0000000
--- a/ion3/files/20070318/207_all_bindings-manpage.patch
+++ /dev/null
@@ -1,117 +0,0 @@
-diff -Nur ion3-20061020.orig/man/ion3.cs.in ion3-20061020/man/ion3.cs.in
---- ion3-20061020.orig/man/ion3.cs.in 2006-10-20 17:43:37.000000000 +0200
-+++ ion3-20061020/man/ion3.cs.in 2006-10-23 20:42:12.000000000 +0200
-@@ -81,6 +81,10 @@
-
- .SS Globální přiřazení
-
-+BINDINGS:WFrame
-+
-+.SS Přiřazení pro přesun/změnu velikosti
-+
- BINDINGS:WScreen
-
- .SS Přiřazení pro práci s nejvyššími rámy a obrazovkami a jejich potomky
-diff -Nur ion3-20061020.orig/man/ion3.fi.in ion3-20061020/man/ion3.fi.in
---- ion3-20061020.orig/man/ion3.fi.in 2006-10-20 17:43:36.000000000 +0200
-+++ ion3-20061020/man/ion3.fi.in 2006-10-23 20:42:12.000000000 +0200
-@@ -84,6 +84,10 @@
-
- .SS Yleisesti saatavilla olevat sidonnat
-
-+BINDINGS:WFrame
-+
-+.SS Siirto ja koonmuutostilan sidonnat
-+
- BINDINGS:WScreen
-
- .SS Näytöillä tai ylimmän tason kehyksissä toimivat sidonnat
-diff -Nur ion3-20061020.orig/man/ion3.in ion3-20061020/man/ion3.in
---- ion3-20061020.orig/man/ion3.in 2006-10-20 17:43:36.000000000 +0200
-+++ ion3-20061020/man/ion3.in 2006-10-23 20:42:12.000000000 +0200
-@@ -82,6 +82,10 @@
-
- .SS Globally available bindings
-
-+BINDINGS:WFrame
-+
-+.SS Move/resize mode bindings
-+
- BINDINGS:WScreen
-
- .SS Bindings operating on top-level frames and screens and their children
-diff -Nur ion3-20061020.orig/man/pwm3.cs.in ion3-20061020/man/pwm3.cs.in
---- ion3-20061020.orig/man/pwm3.cs.in 2006-10-20 17:43:36.000000000 +0200
-+++ ion3-20061020/man/pwm3.cs.in 2006-10-23 20:42:12.000000000 +0200
-@@ -56,6 +56,10 @@
-
- .SS Globální přiřazení
-
-+BINDINGS:WFrame
-+
-+.SS Přiřazení pro přesun/změnu velikosti
-+
- BINDINGS:WScreen
-
- .".SS Přiřazení pro práci s rámy, obrazovkami a jejich potomky
-@@ -64,10 +68,6 @@
-
- .SS Přiřazení pro práci s rámy a jejich potomky
-
--BINDINGS:WFrame
--
--.SS Přiřazení pro přesun/změnu velikosti
--
- BINDINGS:WMoveresMode
-
- .SS Přiřazení pro plovoucí pracovní plochy [mod_floatws]
-diff -Nur ion3-20061020.orig/man/pwm3.fi.in ion3-20061020/man/pwm3.fi.in
---- ion3-20061020.orig/man/pwm3.fi.in 2006-10-20 17:43:36.000000000 +0200
-+++ ion3-20061020/man/pwm3.fi.in 2006-10-23 20:42:12.000000000 +0200
-@@ -57,6 +57,10 @@
-
- .SS Yleisesti saatavilla olevat sidonnat
-
-+BINDINGS:WFrame
-+
-+.SS Siirto ja koonmuutostilan sidonnat
-+
- BINDINGS:WScreen
-
- .\".SS Kehyksiä ja näyttöjä, sekä niiden lapsia käsittelevät sidonnat
-@@ -65,10 +69,6 @@
-
- .SS Kehyksiä, sekä niiden lapsia käsittelevät sidonnat
-
--BINDINGS:WFrame
--
--.SS Siirto ja koonmuutostilan sidonnat
--
- BINDINGS:WMoveresMode
-
- .SS Kelluvien työpöytien ja kehyksien sidonnat [mod_floatws]
-diff -Nur ion3-20061020.orig/man/pwm3.in ion3-20061020/man/pwm3.in
---- ion3-20061020.orig/man/pwm3.in 2006-10-20 17:43:36.000000000 +0200
-+++ ion3-20061020/man/pwm3.in 2006-10-23 20:42:12.000000000 +0200
-@@ -57,6 +57,10 @@
-
- .SS Globally available bindings
-
-+BINDINGS:WFrame
-+
-+.SS Move/resize mode bindings
-+
- BINDINGS:WScreen
-
- .".SS Bindings operating on both frames and screens and their children
-@@ -65,10 +69,6 @@
-
- .SS Bindings operating on frames and their children
-
--BINDINGS:WFrame
--
--.SS Move/resize mode bindings
--
- BINDINGS:WMoveresMode
-
- .SS Bindings for floating workspaces and frames [mod_floatws]
diff --git a/ion3/files/20070318/208_all_as-needed.patch b/ion3/files/20070318/208_all_as-needed.patch
deleted file mode 100644
index 662a078..0000000
--- a/ion3/files/20070318/208_all_as-needed.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr ion-3ds-20070318.orig/de/Makefile ion-3ds-20070318/de/Makefile
---- ion-3ds-20070318.orig/de/Makefile 2007-03-18 21:31:37.000000000 +0100
-+++ ion-3ds-20070318/de/Makefile 2007-04-30 17:30:23.000000000 +0200
-@@ -17,6 +17,8 @@
-
- MAKE_EXPORTS=de
-
-+LDFLAGS+=-lXext
-+
- ######################################
-
- include $(TOPDIR)/build/rules.mk
diff --git a/ion3/files/digest-ion3-20070318-r2 b/ion3/files/digest-ion3-20070318-r2
deleted file mode 100644
index b233dc8..0000000
--- a/ion3/files/digest-ion3-20070318-r2
+++ /dev/null
@@ -1,12 +0,0 @@
-MD5 f02264ab7ecc990c2cd322f57a5e8a4d ion-3ds-20070318.tar.gz 657282
-RMD160 a7cc9baea3624b0ed840fdc82fc5db2ac1018d9a ion-3ds-20070318.tar.gz 657282
-SHA256 712da027fb12774f67d933d95a95452d98a5658617fc5515011ca79b6035258a ion-3ds-20070318.tar.gz 657282
-MD5 b6ec641eac93eb32a97de4baf02f4da0 ion3-doc-20070318.tar.bz2 38870
-RMD160 5fc0225ad23f1c96b5e979d66185ea608372297d ion3-doc-20070318.tar.bz2 38870
-SHA256 22ca643ca5df67086f12d3f106b16094017477c41fd1ebd73d30607db206821b ion3-doc-20070318.tar.bz2 38870
-MD5 4ce492ba5311d74328655923386868ee ion3-mod-xrandr-20070220.tar.bz2 10822
-RMD160 680714961af7e6b81896c4d989baded5ea4c5222 ion3-mod-xrandr-20070220.tar.bz2 10822
-SHA256 858a72ad203fb98f3cea672809a2cdfd7cb87cfa744e622e5a04d2f87cc1ae38 ion3-mod-xrandr-20070220.tar.bz2 10822
-MD5 47c6573679eead6183c49bdbc660aedd ion3-scripts-20070322.tar.bz2 101212
-RMD160 101a6dd933b5b9b495ca4607a7e0d48d48a9c409 ion3-scripts-20070322.tar.bz2 101212
-SHA256 6864d75f2f7ca021368b52051c297f5590047257ca39d0332af65c7fef0f8d39 ion3-scripts-20070322.tar.bz2 101212
diff --git a/ion3/files/digest-ion3-20070608 b/ion3/files/digest-ion3-20070608
new file mode 100644
index 0000000..0afc069
--- /dev/null
+++ b/ion3/files/digest-ion3-20070608
@@ -0,0 +1,6 @@
+MD5 ba02edff5d4726104f98fa70b6cd96d8 ion-3rc-20070608.tar.gz 655442
+RMD160 41fd6d581e27770e63f7bc66122684d8c11667f2 ion-3rc-20070608.tar.gz 655442
+SHA256 1ebad89f61c3ac58bd583cfe3a0cb71c5254679a9f35f46d954d6e72eada86e8 ion-3rc-20070608.tar.gz 655442
+MD5 45dc4b83f2badbade8389953b3c49da7 ion-doc-3rc-20070506.tar.gz 669471
+RMD160 aa9e75b60c121d3cd62f60afed4592fe1bc0da87 ion-doc-3rc-20070506.tar.gz 669471
+SHA256 9dac4f5e69121b98cf6e5da455d6185f00605cf237f14fc4f8578446f622476e ion-doc-3rc-20070506.tar.gz 669471
diff --git a/ion3/files/ion3-mod-ionflux-20070512.tar.bz2 b/ion3/files/ion3-mod-ionflux-20070512.tar.bz2
new file mode 100644
index 0000000..7d451ba
--- /dev/null
+++ b/ion3/files/ion3-mod-ionflux-20070512.tar.bz2
Binary files differ
diff --git a/ion3/files/ion3-mod-xrandr-20070410.tar.bz2 b/ion3/files/ion3-mod-xrandr-20070410.tar.bz2
new file mode 100644
index 0000000..6183481
--- /dev/null
+++ b/ion3/files/ion3-mod-xrandr-20070410.tar.bz2
Binary files differ
diff --git a/ion3/files/ion3-scripts-20070608.tar.bz2 b/ion3/files/ion3-scripts-20070608.tar.bz2
new file mode 100644
index 0000000..949a24d
--- /dev/null
+++ b/ion3/files/ion3-scripts-20070608.tar.bz2
Binary files differ