From owner-svn-ports-head@FreeBSD.ORG Fri Oct 17 19:23:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 017F788B; Fri, 17 Oct 2014 19:23:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D65591A3; Fri, 17 Oct 2014 19:23:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9HJNnj8025318; Fri, 17 Oct 2014 19:23:49 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9HJNnel025315; Fri, 17 Oct 2014 19:23:49 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201410171923.s9HJNnel025315@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Fri, 17 Oct 2014 19:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371072 - head/deskutils/homerun X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 19:23:50 -0000 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 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 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