svn commit: r370737 - in head/sysutils/kshutdown-kde4: . files
Max Brazhnikov
makc at FreeBSD.org
Sun Oct 12 20:23:25 UTC 2014
Author: makc
Date: Sun Oct 12 20:23:23 2014
New Revision: 370737
URL: https://svnweb.freebsd.org/changeset/ports/370737
QAT: https://qat.redports.org/buildarchive/r370737/
Log:
sysutils/kshutdown-kde4:
- update to 3.2, requires decent compiler for build
- switch to outsource build
- remove USE_KDE4=kdehier (will be deprecated soon)
- add patch to fix stripping during install stage
- drop @dirrm from plist
Added:
head/sysutils/kshutdown-kde4/files/
head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt (contents, props changed)
Modified:
head/sysutils/kshutdown-kde4/Makefile
head/sysutils/kshutdown-kde4/distinfo
head/sysutils/kshutdown-kde4/pkg-plist
Modified: head/sysutils/kshutdown-kde4/Makefile
==============================================================================
--- head/sysutils/kshutdown-kde4/Makefile Sun Oct 12 20:16:38 2014 (r370736)
+++ head/sysutils/kshutdown-kde4/Makefile Sun Oct 12 20:23:23 2014 (r370737)
@@ -1,18 +1,17 @@
# $FreeBSD$
PORTNAME= kshutdown
-DISTVERSION= 3.0beta6
-PORTREVISION= 4
+DISTVERSION= 3.2
CATEGORIES= sysutils kde
-MASTER_SITES= SF/${PORTNAME}/KShutdown/3.0%20Beta%206/
+MASTER_SITES= SF/${PORTNAME}/KShutdown/${DISTVERSION}/
DISTNAME= ${PORTNAME}-source-${DISTVERSION}
MAINTAINER= kde at FreeBSD.org
COMMENT= Advanced shutdown utility for KDE
-USES= cmake zip
+USES= cmake:outsource compiler:c++0x zip
USE_QT4= moc_build qmake_build rcc_build uic_build
-USE_KDE4= automoc4 kdehier kdeprefix workspace
+USE_KDE4= automoc4 kdeprefix workspace
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
Modified: head/sysutils/kshutdown-kde4/distinfo
==============================================================================
--- head/sysutils/kshutdown-kde4/distinfo Sun Oct 12 20:16:38 2014 (r370736)
+++ head/sysutils/kshutdown-kde4/distinfo Sun Oct 12 20:23:23 2014 (r370737)
@@ -1,2 +1,2 @@
-SHA256 (kshutdown-source-3.0beta6.zip) = dfe89f124e68ae3f5b859fc02ad4d37726b3e001ee6b02f1bb1f6281fbef45cf
-SIZE (kshutdown-source-3.0beta6.zip) = 425793
+SHA256 (kshutdown-source-3.2.zip) = 8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f
+SIZE (kshutdown-source-3.2.zip) = 435553
Added: head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt Sun Oct 12 20:23:23 2014 (r370737)
@@ -0,0 +1,14 @@
+--- src/CMakeLists.txt.orig 2014-10-12 13:00:51 UTC
++++ src/CMakeLists.txt
+@@ -47,10 +47,7 @@
+
+ target_link_libraries(kshutdown kdecore kdeui kio ${KDE4_KNOTIFYCONFIG_LIBS} ${KDE4_KUTILS_LIBS})
+
+-install(
+- PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/kshutdown"
+- DESTINATION bin
+-)
++install(TARGETS kshutdown RUNTIME DESTINATION bin)
+ install(FILES kshutdown.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
+ install(FILES kshutdown.notifyrc DESTINATION ${DATA_INSTALL_DIR}/kshutdown)
+
Modified: head/sysutils/kshutdown-kde4/pkg-plist
==============================================================================
--- head/sysutils/kshutdown-kde4/pkg-plist Sun Oct 12 20:16:38 2014 (r370736)
+++ head/sysutils/kshutdown-kde4/pkg-plist Sun Oct 12 20:23:23 2014 (r370737)
@@ -43,7 +43,3 @@ share/locale/sr at latin/LC_MESSAGES/kshutd
share/locale/sv/LC_MESSAGES/kshutdown.mo
share/locale/tr/LC_MESSAGES/kshutdown.mo
share/locale/zh_CN/LC_MESSAGES/kshutdown.mo
- at dirrm share/apps/kshutdown/extras/system
- at dirrm share/apps/kshutdown/extras/multimedia
- at dirrm share/apps/kshutdown/extras
- at dirrm share/apps/kshutdown
More information about the svn-ports-all
mailing list