diff options
author | Will Andrews <will@FreeBSD.org> | 2001-02-26 19:24:49 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-02-26 19:24:49 +0000 |
commit | 26121d15aefe3055f4b11633dcaca64da67c0913 (patch) | |
tree | 6ef2924bd6e9cb5e5a689c5d3a30612f8ec5dc50 /x11-clocks/kdetoys11/files/patch-bb | |
parent | Remove '-lc' from LDLIBS so threaded apps can link against libslang (diff) |
Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result of
the KDE team's excellent work, I am initiating burn sequence for KDE
1.x. All base KDE1 ports are hereby nuked. I am also reluctantly
reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages
built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's
official ftp mirrors now. Enjoy!
Note: It seems that the KDE people rerolled their kdelibs and kdebase
packages, and a quick examination of diffs reveal minor changes, but the
port should still work. I'll fix the packaging problems that bento runs
into.
Approved by: kevlo
Diffstat (limited to 'x11-clocks/kdetoys11/files/patch-bb')
-rw-r--r-- | x11-clocks/kdetoys11/files/patch-bb | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/x11-clocks/kdetoys11/files/patch-bb b/x11-clocks/kdetoys11/files/patch-bb deleted file mode 100644 index cd2f97541dfd..000000000000 --- a/x11-clocks/kdetoys11/files/patch-bb +++ /dev/null @@ -1,52 +0,0 @@ ---- kworldwatch/pics/Makefile.in.orig Tue Aug 24 23:08:20 1999 -+++ kworldwatch/pics/Makefile.in Mon Aug 30 23:40:51 1999 -@@ -156,7 +156,7 @@ - x_includes = @x_includes@ - x_libraries = @x_libraries@ - --data_DATA = flag-blue.xpm flag-green.xpm flag-yellow.xpm flag-red.xpm world.gif world2.gif world_dark.gif -+data_DATA = flag-blue.xpm flag-green.xpm flag-yellow.xpm flag-red.xpm world.xpm world2.xpm world_dark.xpm - - - datadir = $(kde_datadir)/kworldwatch/pics -@@ -174,6 +174,7 @@ - GZIP_ENV = --best - all: all-redirect - .SUFFIXES: -+.SUFFIXES: .gif .xpm - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps kworldwatch/pics/Makefile - -@@ -281,6 +282,8 @@ - mostlyclean-generic distclean-generic clean-generic \ - maintainer-clean-generic clean mostlyclean distclean maintainer-clean - -+.gif.xpm: -+ $(LOCALBASE)/bin/convert $< $@ - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. ---- kworldwatch/world.cpp.orig Fri Aug 27 02:50:27 1999 -+++ kworldwatch/world.cpp Fri Aug 27 02:50:41 1999 -@@ -37,10 +37,10 @@ - QFontMetrics metric(font); - KIconLoader iconLoader; - -- cleanMap = iconLoader.loadIcon("world.gif"); -+ cleanMap = iconLoader.loadIcon("world.xpm"); - if (cleanMap.isNull()) - abort(); -- darkMap = iconLoader.loadIcon("world_dark.gif"); -+ darkMap = iconLoader.loadIcon("world_dark.xpm"); - if (darkMap.isNull()) - abort(); - map = cleanMap; -@@ -259,7 +259,7 @@ - button(klocale->translate("Close"), this) - { - KIconLoader iconLoader; -- QPixmap back(iconLoader.loadIcon("world2.gif")); -+ QPixmap back(iconLoader.loadIcon("world2.xpm")); - - setCaption(klocale->translate("About KDE World Watch")); - setFixedSize(back.width(), back.height()); |