diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-06-24 09:36:12 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-06-24 09:36:12 +0000 |
commit | 2b156ae51fd1c6a36b864c6eeaa9f2151db7db2d (patch) | |
tree | 756fe4b28f9736aad6d7f430159924b06d865820 /x11-misc/icecc/files | |
parent | version bump, forgot to commit yesterday - closes bug 23361 (diff) | |
download | historical-2b156ae51fd1c6a36b864c6eeaa9f2151db7db2d.tar.gz historical-2b156ae51fd1c6a36b864c6eeaa9f2151db7db2d.tar.bz2 historical-2b156ae51fd1c6a36b864c6eeaa9f2151db7db2d.zip |
version bump, forgot to commit yesterday - closes bug 23361
Diffstat (limited to 'x11-misc/icecc/files')
-rw-r--r-- | x11-misc/icecc/files/digest-icecc-2.2 | 1 | ||||
-rw-r--r-- | x11-misc/icecc/files/icecc-2.2.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/icecc/files/digest-icecc-2.2 b/x11-misc/icecc/files/digest-icecc-2.2 new file mode 100644 index 000000000000..a9465f121455 --- /dev/null +++ b/x11-misc/icecc/files/digest-icecc-2.2 @@ -0,0 +1 @@ +MD5 16b97cc868a7770aefac382689424bb6 icecc-2.2.tar.bz2 338294 diff --git a/x11-misc/icecc/files/icecc-2.2.patch b/x11-misc/icecc/files/icecc-2.2.patch new file mode 100644 index 000000000000..855431abf148 --- /dev/null +++ b/x11-misc/icecc/files/icecc-2.2.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)); + |