diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
commit | ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca (patch) | |
tree | e774043ee6ff3c3d53fd74afbfa1a6efb14d22e3 /archivers/ark | |
parent | Use better ../ & control vulnerability fix (diff) |
Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php
(may not work until a few hours after this commit - we jumped the gun a little
in order to have the update in place at the time the security notifications for
KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).
Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php
Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.
Approved by: will (real mentor asleep)
Notes
Notes:
svn path=/head/; revision=85806
Diffstat (limited to 'archivers/ark')
-rw-r--r-- | archivers/ark/Makefile | 4 | ||||
-rw-r--r-- | archivers/ark/distinfo | 2 | ||||
-rw-r--r-- | archivers/ark/files/plist.klaptop | 4 | ||||
-rw-r--r-- | archivers/ark/files/plist.klaptop.rm | 2 |
4 files changed, 11 insertions, 1 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index a2cdd777537f..5e1bc54866db 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -58,4 +58,8 @@ post-patch: .endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" + +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + .include <bsd.port.post.mk> diff --git a/archivers/ark/distinfo b/archivers/ark/distinfo index b21b9d66641b..a42d2cff854a 100644 --- a/archivers/ark/distinfo +++ b/archivers/ark/distinfo @@ -1 +1 @@ -MD5 (KDE/kdeutils-3.1.2.tar.bz2) = 49611a79b2d77cf6e9913ffb445fa209 +MD5 (KDE/kdeutils-3.1.3.tar.bz2) = 21f3fa1d110a8cf8cb1a140745f90211 diff --git a/archivers/ark/files/plist.klaptop b/archivers/ark/files/plist.klaptop index 00f1bfdbc5c9..13c6fff6b0a9 100644 --- a/archivers/ark/files/plist.klaptop +++ b/archivers/ark/files/plist.klaptop @@ -9,6 +9,10 @@ share/apps/klaptopdaemon/icons/crystalsvg/16x16/actions/laptop_charge.png share/apps/klaptopdaemon/icons/crystalsvg/16x16/actions/laptop_nobattery.png share/apps/klaptopdaemon/icons/crystalsvg/16x16/actions/laptop_nocharge.png share/apps/klaptopdaemon/icons/crystalsvg/16x16/actions/power.png +share/apps/klaptopdaemon/icons/crystalsvg/22x22/actions/laptop_charge.png +share/apps/klaptopdaemon/icons/crystalsvg/22x22/actions/laptop_nobattery.png +share/apps/klaptopdaemon/icons/crystalsvg/22x22/actions/laptop_nocharge.png +share/apps/klaptopdaemon/icons/crystalsvg/22x22/actions/laptop_power.png share/apps/klaptopdaemon/icons/crystalsvg/32x32/actions/power.png share/icons/crystalsvg/128x128/apps/laptop_battery.png share/icons/crystalsvg/16x16/apps/klaptopdaemon.png diff --git a/archivers/ark/files/plist.klaptop.rm b/archivers/ark/files/plist.klaptop.rm index 34ce14d82234..312e3fb50138 100644 --- a/archivers/ark/files/plist.klaptop.rm +++ b/archivers/ark/files/plist.klaptop.rm @@ -1,5 +1,7 @@ @dirrm share/apps/klaptopdaemon/icons/crystalsvg/32x32/actions @dirrm share/apps/klaptopdaemon/icons/crystalsvg/32x32 +@dirrm share/apps/klaptopdaemon/icons/crystalsvg/22x22/actions +@dirrm share/apps/klaptopdaemon/icons/crystalsvg/22x22 @dirrm share/apps/klaptopdaemon/icons/crystalsvg/16x16/actions @dirrm share/apps/klaptopdaemon/icons/crystalsvg/16x16 @dirrm share/apps/klaptopdaemon/icons/crystalsvg |