svn commit: r323341 - head/irc/quassel
Max Brazhnikov
makc at FreeBSD.org
Sat Jul 20 11:08:13 UTC 2013
Author: makc
Date: Sat Jul 20 11:08:11 2013
New Revision: 323341
URL: http://svnweb.freebsd.org/changeset/ports/323341
Log:
- Install to KDE4_PREFIX when building with KDE support (should fix some
runtime issues) [1]
- Don't remove kdehier4 directories
Reported by: avg
Modified:
head/irc/quassel/Makefile
head/irc/quassel/pkg-plist.kde
Modified: head/irc/quassel/Makefile
==============================================================================
--- head/irc/quassel/Makefile Sat Jul 20 10:04:32 2013 (r323340)
+++ head/irc/quassel/Makefile Sat Jul 20 11:08:11 2013 (r323341)
@@ -40,7 +40,7 @@ USE_QT4+= linguist_build
.if ${PORT_OPTIONS:MMONO} || ${PORT_OPTIONS:MCLIENT}
. if ${PORT_OPTIONS:MKDE}
-USE_KDE4= automoc4 kdelibs
+USE_KDE4= automoc4 kdelibs kdeprefix
CMAKE_ARGS+= -DWITH_KDE=ON
PLIST= ${PKGDIR}/pkg-plist.kde
. else
Modified: head/irc/quassel/pkg-plist.kde
==============================================================================
--- head/irc/quassel/pkg-plist.kde Sat Jul 20 10:04:32 2013 (r323340)
+++ head/irc/quassel/pkg-plist.kde Sat Jul 20 11:08:11 2013 (r323341)
@@ -67,26 +67,6 @@
%%MONO_OR_CLIENT%%share/icons/hicolor/64x64/apps/quassel.png
%%MONO_OR_CLIENT%%share/icons/hicolor/64x64/status/quassel-inactive.png
%%MONO_OR_CLIENT%%share/icons/hicolor/64x64/status/quassel-message.png
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/64x64/status
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/64x64/apps
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/64x64
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/48x48/status
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/48x48/apps
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/48x48
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/32x32/status
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/32x32/apps
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/32x32
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/22x22/status
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/22x22/apps
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/22x22
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/16x16/status
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/16x16/apps
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/16x16
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/128x128/status
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/128x128/apps
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor/128x128
-%%MONO_OR_CLIENT%%@dirrmtry share/icons/hicolor
-%%MONO_OR_CLIENT%%@dirrmtry share/icons
%%MONO_OR_CLIENT%%@dirrm share/apps/quassel/translations
%%MONO_OR_CLIENT%%@dirrm share/apps/quassel/stylesheets
%%MONO_OR_CLIENT%%@dirrm share/apps/quassel/scripts
@@ -97,6 +77,3 @@
%%MONO_OR_CLIENT%%@dirrm share/apps/quassel/icons/oxygen
%%MONO_OR_CLIENT%%@dirrm share/apps/quassel/icons
%%MONO_OR_CLIENT%%@dirrm share/apps/quassel
-%%MONO_OR_CLIENT%%@dirrmtry share/apps
-%%MONO_OR_CLIENT%%@dirrmtry share/applications/kde4
-%%MONO_OR_CLIENT%%@dirrmtry share/applications
More information about the svn-ports-head
mailing list