Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2014 19:23:49 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371072 - head/deskutils/homerun
Message-ID:  <201410171923.s9HJNnel025315@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Fri Oct 17 19:23:48 2014
New Revision: 371072
URL: https://svnweb.freebsd.org/changeset/ports/371072
QAT: https://qat.redports.org/buildarchive/r371072/

Log:
   - General cleanup of port
  
  Submitted by: Max Brazhnikov <makc@freebsd.org>

Modified:
  head/deskutils/homerun/Makefile
  head/deskutils/homerun/pkg-descr
  head/deskutils/homerun/pkg-plist

Modified: head/deskutils/homerun/Makefile
==============================================================================
--- head/deskutils/homerun/Makefile	Fri Oct 17 17:45:27 2014	(r371071)
+++ head/deskutils/homerun/Makefile	Fri Oct 17 19:23:48 2014	(r371072)
@@ -3,15 +3,15 @@
 PORTNAME=	homerun
 PORTVERSION=	0.2.3
 CATEGORIES=	deskutils
-MASTER_SITES=	http://download.kde.org/unstable/homerun/src/
+MASTER_SITES=	KDE/unstable/${PORTNAME}/src/
 
 MAINTAINER=	yurkis@gmail.com
-COMMENT=	Homerun is a fullscreen launcher with content organized in tabs. 
+COMMENT=	Fullscreen launcher with content organized in tabs
 
-USES=	cmake tar:bzip2
-USE_KDE4=	kdehier kdelibs kdeprefix automoc4 workspace
+USES=		cmake compiler:c++0x tar:bzip2
+USE_KDE4=	kdelibs kdeprefix automoc4 workspace
 USE_QT4=	moc_build qmake_build rcc_build uic_build corelib gui
 USE_XORG=	x11
-CMAKE_ARGS+=	-DROOT_PREFIX:PATH=${STAGEDIR}
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/deskutils/homerun/pkg-descr
==============================================================================
--- head/deskutils/homerun/pkg-descr	Fri Oct 17 17:45:27 2014	(r371071)
+++ head/deskutils/homerun/pkg-descr	Fri Oct 17 19:23:48 2014	(r371072)
@@ -1,7 +1,7 @@
-Homerun is a fullscreen launcher with content organized in tabs. 
+Homerun is a fullscreen launcher with content organized in tabs.
 A tab is composed of several "sources". A source can provide one
 or more sections to a tab. Homerun comes with a few built-in sources,
-but custom sources can be written using libhomerun. 
+but custom sources can be written using libhomerun.
 
-WWW:	https://userbase.kde.org/Homerun
+WWW: https://userbase.kde.org/Homerun
 

Modified: head/deskutils/homerun/pkg-plist
==============================================================================
--- head/deskutils/homerun/pkg-plist	Fri Oct 17 17:45:27 2014	(r371071)
+++ head/deskutils/homerun/pkg-plist	Fri Oct 17 19:23:48 2014	(r371072)
@@ -1,86 +1,86 @@
 bin/homerunviewer
-lib/libhomerun.so.0.0.0
-lib/libhomerun.so.0
-lib/libhomerun.so
-lib/cmake/Homerun/HomerunTargets.cmake
-lib/cmake/Homerun/HomerunTargets-release.cmake
-lib/cmake/Homerun/HomerunConfig.cmake
-lib/cmake/Homerun/HomerunConfigVersion.cmake
-lib/kde4/plasma_applet_homerunlauncher.so
 include/homerun/abstractsource.h
 include/homerun/actionlist.h
 include/homerun/homerun_export.h
 include/homerun/libhomerun_config.h
 include/homerun/pathmodel.h
 include/homerun/sourceconfigurationwidget.h
+lib/cmake/Homerun/HomerunConfig.cmake
+lib/cmake/Homerun/HomerunConfigVersion.cmake
+lib/cmake/Homerun/HomerunTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/Homerun/HomerunTargets.cmake
+lib/kde4/homerun_source_recentdocuments.so
+lib/kde4/imports/org/kde/homerun/components/Label.qml
+lib/kde4/imports/org/kde/homerun/components/TabBar.qml
+lib/kde4/imports/org/kde/homerun/components/TabButton.qml
+lib/kde4/imports/org/kde/homerun/components/TabGroup.qml
 lib/kde4/imports/org/kde/homerun/components/libcomponentsplugin.so
 lib/kde4/imports/org/kde/homerun/components/private/IconLoader.qml
 lib/kde4/imports/org/kde/homerun/components/private/TabGroup.js
-lib/kde4/imports/org/kde/homerun/components/Label.qml
-lib/kde4/imports/org/kde/homerun/components/TabGroup.qml
-lib/kde4/imports/org/kde/homerun/components/TabBar.qml
 lib/kde4/imports/org/kde/homerun/components/qmldir
-lib/kde4/imports/org/kde/homerun/components/TabButton.qml
-lib/kde4/imports/org/kde/homerun/fixes/libfixesplugin.so
 lib/kde4/imports/org/kde/homerun/fixes/TextField.qml
-lib/kde4/imports/org/kde/homerun/fixes/qmldir
+lib/kde4/imports/org/kde/homerun/fixes/libfixesplugin.so
 lib/kde4/imports/org/kde/homerun/fixes/private/TextFieldFocus.qml
-share/config/homerunrc
-share/kde4/services/homerunviewer.desktop
-share/kde4/servicetypes/homerun-source.desktop
-share/kde4/services/plasma-applet-homerunlauncher.desktop
-share/icons/hicolor/22x22/apps/homerun.png
-share/icons/hicolor/128x128/apps/homerun.png
-share/icons/hicolor/32x32/apps/homerun.png
-share/icons/hicolor/48x48/apps/homerun.png
-share/icons/hicolor/16x16/apps/homerun.png
-share/icons/hicolor/64x64/apps/homerun.png
-share/icons/hicolor/scalable/apps/homerun.svgz
-share/apps/plasma/plasmoids/org.kde.homerun/contents/config/main.xml
+lib/kde4/imports/org/kde/homerun/fixes/qmldir
+lib/kde4/plasma_applet_homerunlauncher.so
+lib/libhomerun.so
+lib/libhomerun.so.0
+lib/libhomerun.so.0.0.0
 share/apps/plasma/plasmoids/org.kde.homerun/contents/code/LayoutManager.js
+share/apps/plasma/plasmoids/org.kde.homerun/contents/config/main.xml
 share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/ActionMenu.qml
-share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/TabSideButton.qml
 share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/AvailableSourceItem.qml
+share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/DebugRectangle.qml
+share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/KeyboardUtils.js
 share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/LogText.qml
-share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/TabContent.qml
-share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/ResultsView.qml
 share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/Page.qml
-share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/main.qml
-share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/config.ui
-share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/SlidingContainer.qml
 share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/Result.qml
-share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/TabContentInternal.js
+share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/ResultsView.qml
+share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/SlidingContainer.qml
 share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/SourceItem.qml
-share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/DebugRectangle.qml
-share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/KeyboardUtils.js
+share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/TabContent.qml
+share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/TabContentInternal.js
+share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/TabSideButton.qml
+share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/config.ui
+share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/main.qml
 share/apps/plasma/plasmoids/org.kde.homerun/metadata.desktop
-share/kde4/services/plasma-applet-homerun.desktop
-lib/kde4/homerun_source_recentdocuments.so
+share/config/homerunrc
+share/icons/hicolor/128x128/apps/homerun.png
+share/icons/hicolor/16x16/apps/homerun.png
+share/icons/hicolor/22x22/apps/homerun.png
+share/icons/hicolor/32x32/apps/homerun.png
+share/icons/hicolor/48x48/apps/homerun.png
+share/icons/hicolor/64x64/apps/homerun.png
+share/icons/hicolor/scalable/apps/homerun.svgz
 share/kde4/services/homerun-source-recentdocuments.desktop
+share/kde4/services/homerunviewer.desktop
+share/kde4/services/plasma-applet-homerun.desktop
+share/kde4/services/plasma-applet-homerunlauncher.desktop
+share/kde4/servicetypes/homerun-source.desktop
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
 share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
 share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
 share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/et/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
 share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/de/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
 share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/el/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/es/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
 share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
-share/locale/da/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.homerun.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.homerun.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410171923.s9HJNnel025315>