d39d0ed522
git-svn-id: http://svn.sabayonlinux.org/overlay@1424 d7aec97c-591d-0410-af39-a8856400b30a
54 lines
2.0 KiB
Diff
54 lines
2.0 KiB
Diff
--- screenlets-0.0.8/src/lib/__init__.py 2007-02-11 04:00:29.000000000 +0100
|
|
+++ screenlets-0.0.8/src/lib/__init__.py.diff 2007-03-21 19:18:39.000000000 +0100
|
|
@@ -52,7 +52,7 @@ import XmlMenu
|
|
VERSION = "0.0.7"
|
|
|
|
# the install prefix (/usr or /usr/local) DO NOT CHANGE YET!!!
|
|
-INSTALL_PREFIX = '/usr/local'
|
|
+INSTALL_PREFIX = '/usr'
|
|
|
|
# the global PATH where the screenlets are installed
|
|
PATH = INSTALL_PREFIX + '/share/screenlets'
|
|
--- screenlets-0.0.8/setup.py 2007-03-21 19:31:32.000000000 +0100
|
|
+++ screenlets-0.0.8/setup.py.patch 2007-03-21 19:33:08.000000000 +0100
|
|
@@ -19,7 +19,7 @@ import sys
|
|
#----------------------------------------------------------------------------
|
|
|
|
# install prefix (if you want to change this, change it in src/lib/__init__.py)
|
|
-INSTALL_PREFIX = '/usr/local'
|
|
+INSTALL_PREFIX = '/usr'
|
|
|
|
# global install-path for daemon and screenlets-packages
|
|
INSTALL_PATH = INSTALL_PREFIX + '/share/screenlets'
|
|
--- screenlets-0.0.8/bin/screenletsd 2007-02-15 10:26:13.000000000 -0330
|
|
+++ screenlets-0.0.8/bin/screenletsd.new 2007-03-26 16:48:40.000000000 -0230
|
|
@@ -2,7 +2,7 @@
|
|
|
|
# Screenlets-daemon startup-script (thanks to raptros-v76).
|
|
|
|
-SL_PATH="/usr/local/share/screenlets"
|
|
+SL_PATH="/usr/share/screenlets"
|
|
|
|
# get PID of running daemon (or 0 if not running)
|
|
get_pid() {
|
|
--- screenlets-0.0.8/src/share/screenlets/Control/menu.xml 2007-02-15 10:26:13.000000000 -0330
|
|
+++ screenlets-0.0.8/src/share/screenlets/Control/menu.xml.new 2007-03-26 16:50:43.000000000 -0230
|
|
@@ -52,7 +52,7 @@
|
|
search="Screenlet.py"
|
|
replace=""
|
|
/>-->
|
|
- <scandir directory="/usr/local/share/screenlets"
|
|
+ <scandir directory="/usr/share/screenlets"
|
|
filter="*"
|
|
skip="screenletsd.py,add-screenlet.py"
|
|
id_prefix="add:"
|
|
@@ -88,7 +88,7 @@
|
|
<item label="Themes">
|
|
<!-- NOTE: this is still not perfect but works here -->
|
|
<scandir
|
|
- directory="/usr/local/share/screenlets/Control/themes"
|
|
+ directory="/usr/share/screenlets/Control/themes"
|
|
filter="*"
|
|
id_prefix="theme:"
|
|
id_suffix=""
|