summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2004-01-10 17:55:25 +0000
committerTavis Ormandy <taviso@gentoo.org>2004-01-10 17:55:25 +0000
commit24a057fa7344d09fc3854fe02e8eb1c44e320b96 (patch)
treef28f1c5cc808ae180c423fa3e96b4ed0221ec885 /x11-misc/peksystray/files
parentinitial import (diff)
downloadgentoo-2-24a057fa7344d09fc3854fe02e8eb1c44e320b96.tar.gz
gentoo-2-24a057fa7344d09fc3854fe02e8eb1c44e320b96.tar.bz2
gentoo-2-24a057fa7344d09fc3854fe02e8eb1c44e320b96.zip
initial import
Diffstat (limited to 'x11-misc/peksystray/files')
-rw-r--r--x11-misc/peksystray/files/digest-peksystray-0.21
-rw-r--r--x11-misc/peksystray/files/peksystray-gcc3-mlsl.diff40
2 files changed, 41 insertions, 0 deletions
diff --git a/x11-misc/peksystray/files/digest-peksystray-0.2 b/x11-misc/peksystray/files/digest-peksystray-0.2
new file mode 100644
index 000000000000..d0a6e3c44f13
--- /dev/null
+++ b/x11-misc/peksystray/files/digest-peksystray-0.2
@@ -0,0 +1 @@
+MD5 ebc882971dddf4bac5bda77c232e7233 peksystray-0.2.tar.gz 67117
diff --git a/x11-misc/peksystray/files/peksystray-gcc3-mlsl.diff b/x11-misc/peksystray/files/peksystray-gcc3-mlsl.diff
new file mode 100644
index 000000000000..868e9b2fd4da
--- /dev/null
+++ b/x11-misc/peksystray/files/peksystray-gcc3-mlsl.diff
@@ -0,0 +1,40 @@
+diff -ruN peksystray-0.2.orig/src/peksystray.c peksystray-0.2/src/peksystray.c
+--- peksystray-0.2.orig/src/peksystray.c 2003-06-20 12:21:04.000000000 +0100
++++ peksystray-0.2/src/peksystray.c 2004-01-10 17:49:13.000000000 +0000
+@@ -66,21 +66,21 @@
+ void
+ display_help ()
+ {
+- fprintf (stdout, "
+-%s - version %s
+-Copyright 2003, Mohammed Sameer <uniball@linux-egypt.org>
+-
+-Usage: %s [OPTIONS]
+-
+-Options:
+- --help\t Display this help.
+- --version\t Display version number and exit.
+- --display DISPLAY\t The X display to connect to.
+- --icon-size SIZE\t Icon size. Default is 16.
+- --vertical\t Vertical layout. Default is horizontal.
+- --border SIZE\t Border width. Default is 0;
+- --multiple\t Open each icon in a separate window. Default is no.
+-
++ fprintf (stdout, "\n\
++%s - version %s\n\
++Copyright 2003, Mohammed Sameer <uniball@linux-egypt.org>\n\
++\n\
++Usage: %s [OPTIONS]\n\
++\n\
++Options:\n\
++ --help\t Display this help.\n\
++ --version\t Display version number and exit.\n\
++ --display DISPLAY\t The X display to connect to.\n\
++ --icon-size SIZE\t Icon size. Default is 16.\n\
++ --vertical\t Vertical layout. Default is horizontal.\n\
++ --border SIZE\t Border width. Default is 0;\n\
++ --multiple\t Open each icon in a separate window. Default is no.\n\
++\n\
+ ", PACKAGE, VERSION, PACKAGE);
+ exit (0);
+ }