From 479d487f0145cf1c6b055c0575361c5350c135ac Mon Sep 17 00:00:00 2001 From: lofi Date: Tue, 29 Jul 2003 04:26:22 +0000 Subject: 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) --- comms/kremotecontrol/Makefile | 4 ++++ comms/kremotecontrol/distinfo | 2 +- comms/kremotecontrol/files/plist.klaptop | 4 ++++ comms/kremotecontrol/files/plist.klaptop.rm | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) (limited to 'comms/kremotecontrol') diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index a2cdd777537f..5e1bc54866db 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/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 diff --git a/comms/kremotecontrol/distinfo b/comms/kremotecontrol/distinfo index b21b9d66641b..a42d2cff854a 100644 --- a/comms/kremotecontrol/distinfo +++ b/comms/kremotecontrol/distinfo @@ -1 +1 @@ -MD5 (KDE/kdeutils-3.1.2.tar.bz2) = 49611a79b2d77cf6e9913ffb445fa209 +MD5 (KDE/kdeutils-3.1.3.tar.bz2) = 21f3fa1d110a8cf8cb1a140745f90211 diff --git a/comms/kremotecontrol/files/plist.klaptop b/comms/kremotecontrol/files/plist.klaptop index 00f1bfdbc5c9..13c6fff6b0a9 100644 --- a/comms/kremotecontrol/files/plist.klaptop +++ b/comms/kremotecontrol/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/comms/kremotecontrol/files/plist.klaptop.rm b/comms/kremotecontrol/files/plist.klaptop.rm index 34ce14d82234..312e3fb50138 100644 --- a/comms/kremotecontrol/files/plist.klaptop.rm +++ b/comms/kremotecontrol/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 -- cgit