diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-04-14 10:36:54 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-04-14 10:36:54 +0000 |
commit | 2379490b4d47827d0864ad22b9208b32e327147a (patch) | |
tree | 1b6fbc1cc6aab506a1ba8336ee0fa5ed1038bed0 /x11-misc/icecc/files | |
parent | remove sparc support (diff) | |
download | gentoo-2-2379490b4d47827d0864ad22b9208b32e327147a.tar.gz gentoo-2-2379490b4d47827d0864ad22b9208b32e327147a.tar.bz2 gentoo-2-2379490b4d47827d0864ad22b9208b32e327147a.zip |
new version
Diffstat (limited to 'x11-misc/icecc/files')
-rw-r--r-- | x11-misc/icecc/files/digest-icecc-2.0 | 1 | ||||
-rw-r--r-- | x11-misc/icecc/files/icecc-2.0.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/icecc/files/digest-icecc-2.0 b/x11-misc/icecc/files/digest-icecc-2.0 new file mode 100644 index 000000000000..732f9d284081 --- /dev/null +++ b/x11-misc/icecc/files/digest-icecc-2.0 @@ -0,0 +1 @@ +MD5 44f24b502df7b2a8d14bed96dcbe5bfc icecc-2.0.tar.bz2 337549 diff --git a/x11-misc/icecc/files/icecc-2.0.patch b/x11-misc/icecc/files/icecc-2.0.patch new file mode 100644 index 000000000000..855431abf148 --- /dev/null +++ b/x11-misc/icecc/files/icecc-2.0.patch @@ -0,0 +1,11 @@ +--- icecc/icecc.cpp 2003-04-03 22:48:22.000000000 +0200 ++++ icecc/icecc.cpp.new 2003-04-14 11:27:47.000000000 +0200 +@@ -49,7 +49,7 @@ + themeBrowser(0), + icewmCfgDir(getenv("ICEWM_PRIVCFG")), + aTools(COUNTTOOLS), +-themeDir("/usr/local/share/icecc/themes/") ++themeDir("/usr/share/icecc/themes/") + { + setCaption(tr("IceWM Control Center " VERSION)); + |