diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-29 19:30:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-29 19:30:04 +0800 |
commit | c1905bd8bb28d08294925be827c2ac5f3bb8993d (patch) | |
tree | c5ca0dcdcc17c405ec5fdc18b5f112f8080faf7f /Mk | |
parent | dedc75d37f4fc348a94c7959091749daaaf2fecd (diff) | |
download | freebsd-ports-gnome-c1905bd8bb28d08294925be827c2ac5f3bb8993d.tar.gz freebsd-ports-gnome-c1905bd8bb28d08294925be827c2ac5f3bb8993d.tar.zst freebsd-ports-gnome-c1905bd8bb28d08294925be827c2ac5f3bb8993d.zip |
The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php
While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:
* Improved visibility on transparent backgrounds
* Themed arrow buttons in applets that were missing them
* Layout and antialiasing fixes in various applets
Approved by: portmgr (erwin/pav)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.kde.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.kde.mk b/Mk/bsd.kde.mk index 27f64b3c1d56..8714a06bf0da 100644 --- a/Mk/bsd.kde.mk +++ b/Mk/bsd.kde.mk @@ -100,7 +100,7 @@ CONFIGURE_ENV+= MOC="${MOC}" CPPFLAGS="${CPPFLAGS} ${QTCPPFLAGS}" LIBS="${QTCFGL # Yeah, it's namespace pollution, but this is really the best place for this # stuff. Arts does NOT use it anymore. -KDE_VERSION= 3.5.9 +KDE_VERSION= 3.5.10 KDE_ORIGVER= ${KDE_VERSION} KDE_PREFIX?= ${LOCALBASE} |