diff options
author | 2004-04-12 11:50:56 +0000 | |
---|---|---|
committer | 2004-04-12 11:50:56 +0000 | |
commit | 1876966843252127dec8008ddd8d0be1f5da1892 (patch) | |
tree | 5df855d420c4da5256a72b67cee7d1b627709065 /x11-wm/ion3-svn/files | |
parent | Initial commit. (diff) | |
download | historical-1876966843252127dec8008ddd8d0be1f5da1892.tar.gz historical-1876966843252127dec8008ddd8d0be1f5da1892.tar.bz2 historical-1876966843252127dec8008ddd8d0be1f5da1892.zip |
Initial commit.
Diffstat (limited to 'x11-wm/ion3-svn/files')
-rw-r--r-- | x11-wm/ion3-svn/files/digest-ion3-svn-20040412 | 0 | ||||
-rw-r--r-- | x11-wm/ion3-svn/files/ion3-svn-20040412-rename.patch | 52 | ||||
-rw-r--r-- | x11-wm/ion3-svn/files/ion3.desktop | 9 | ||||
-rw-r--r-- | x11-wm/ion3-svn/files/pwm3.desktop | 9 |
4 files changed, 70 insertions, 0 deletions
diff --git a/x11-wm/ion3-svn/files/digest-ion3-svn-20040412 b/x11-wm/ion3-svn/files/digest-ion3-svn-20040412 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/x11-wm/ion3-svn/files/digest-ion3-svn-20040412 diff --git a/x11-wm/ion3-svn/files/ion3-svn-20040412-rename.patch b/x11-wm/ion3-svn/files/ion3-svn-20040412-rename.patch new file mode 100644 index 000000000000..508a88e047e4 --- /dev/null +++ b/x11-wm/ion3-svn/files/ion3-svn-20040412-rename.patch @@ -0,0 +1,52 @@ +diff -Naur ion3-svn-20040412/configure.ac ion3-svn/configure.ac +--- ion3-svn-20040412/configure.ac 2004-04-07 09:15:37.000000000 +0200 ++++ ion3-svn/configure.ac 2004-04-07 22:14:37.741378408 +0200 +@@ -5,7 +5,7 @@ + AC_INIT([Ion Window Manager], + [ION_VERSION], + [tuomov@iki.fi], +- [ion]) ++ [ion3]) + AC_PREREQ([2.58]) + AC_REVISION([$Revision: 1.1 $]) + +diff -Naur ion3-svn-20040412/man/ion.1.in ion3-svn/man/ion.1.in +--- ion3-svn-20040412/man/ion.1.in 2004-02-14 01:18:06.000000000 +0100 ++++ ion3-svn/man/ion.1.in 2004-04-07 22:14:08.540817568 +0200 +@@ -2,7 +2,7 @@ + .SH NAME + Ion - an X11 window manager + .SH SYNOPSIS +-.B ion ++.B ion3 + .I "[options]" + .SH "DESCRIPTION" + +@@ -432,7 +432,7 @@ + .PP + .I DOCDIR/ + .PP +-\fIX(7x)\fP, \fIpwm(1)\fP, \fIjoe(1)\fP ++\fIX(7x)\fP, \fIpwm3(1)\fP, \fIjoe(1)\fP + + .SH AUTHOR + Ion was written by Tuomo Valkonen <tuomov at iki.fi>. +diff -Naur ion3-svn-20040412/man/pwm.1.in ion3-svn/man/pwm.1.in +--- ion3-svn-20040412/man/pwm.1.in 2004-01-25 19:05:05.000000000 +0100 ++++ ion3-svn/man/pwm.1.in 2004-04-07 22:14:18.730268536 +0200 +@@ -2,7 +2,7 @@ + .SH NAME + PWM - An X11 window manager + .SH SYNOPSIS +-.B pwm ++.B pwm3 + .I "[options]" + .SH "DESCRIPTION" + +@@ -75,5 +75,5 @@ + .SH SEE ALSO + + For more information, see +-\fIion(1)\fP. ++\fIion3(1)\fP. + diff --git a/x11-wm/ion3-svn/files/ion3.desktop b/x11-wm/ion3-svn/files/ion3.desktop new file mode 100644 index 000000000000..ba4103ec1953 --- /dev/null +++ b/x11-wm/ion3-svn/files/ion3.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Ion3 +Comment=A tiling tabbed window manager designed with keyboard users in mind. +Exec=ion3 +TryExec=ion3 +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/x11-wm/ion3-svn/files/pwm3.desktop b/x11-wm/ion3-svn/files/pwm3.desktop new file mode 100644 index 000000000000..072f169fbca6 --- /dev/null +++ b/x11-wm/ion3-svn/files/pwm3.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=PWM3 +Comment=An X11 window manager +Exec=pwm3 +TryExec=pwm3 +# no icon yet, only the top three are currently used +Icon= +Type=Application |