Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 22:09:16 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435967 - in head: . x11 x11/rsibreak x11/rsibreak-kde4
Message-ID:  <201703112209.v2BM9G29083398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Mar 11 22:09:16 2017
New Revision: 435967
URL: https://svnweb.freebsd.org/changeset/ports/435967

Log:
  Rename x11/rsibreak-kde4 to x11/rsibreak and update to 0.12.6.
  
  Update to the latest release, which is based on KDE Frameworks 5. Consequently,
  rename the port and adjust its dependencies.
  
  KDE users: do not worry, everything works fine in a KDE4 desktop.
  
  Also assign maintainership to kde@, as agreed upon by avg@.
  
  PR:		217710
  Approved by:	avg (former maintainer)

Added:
  head/x11/rsibreak/
     - copied from r435966, head/x11/rsibreak-kde4/
Deleted:
  head/x11/rsibreak-kde4/
Modified:
  head/MOVED
  head/x11/Makefile
  head/x11/rsibreak/Makefile
  head/x11/rsibreak/distinfo
  head/x11/rsibreak/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Mar 11 21:42:56 2017	(r435966)
+++ head/MOVED	Sat Mar 11 22:09:16 2017	(r435967)
@@ -4759,7 +4759,6 @@ x11/kdebase3||2013-07-26|Has expired: De
 x11/kdelibs3||2013-07-26|Has expired: Depends on Qt 3.x
 x11/kdelibs3-nocups||2013-07-26|Has expired: Depends on Qt 3.x
 x11/oooqs2||2013-07-26|Has expired: Depends on Qt 3.x
-x11/rsibreak||2013-07-26|Has expired: Depends on Qt 3.x
 x11/xscreensaver-kde||2013-07-26|Has expired: Depends on Qt 3.x
 x11/yakuake||2013-07-26|Has expired: Depends on Qt 3.x
 x11-clocks/kdetoys3||2013-07-26|Has expired: Depends on Qt 3.x
@@ -9131,3 +9130,4 @@ databases/jdbc-oracle10g||2017-03-07|Has
 databases/p5-DBD-Oracle||2017-03-07|Has expired: Depends on deprecated Oracle 7 (or 8) client
 databases/jdbc-oracle8i||2017-03-07|Has expired: Oracle8i unsupported and unavailable; fetch site redirects
 databases/jdbc-oracle9i||2017-03-07|Has expired: Oracle 9i is no more supported
+x11/rsibreak-kde4/|x11/rsibreak|2017-03-11|Renamed to drop the -kde4 suffix

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Sat Mar 11 21:42:56 2017	(r435966)
+++ head/x11/Makefile	Sat Mar 11 22:09:16 2017	(r435967)
@@ -278,7 +278,7 @@
     SUBDIR += rox-wallpaper
     SUBDIR += roxbg
     SUBDIR += roxterm
-    SUBDIR += rsibreak-kde4
+    SUBDIR += rsibreak
     SUBDIR += rstart
     SUBDIR += rubygem-gnome2
     SUBDIR += rxvt

Modified: head/x11/rsibreak/Makefile
==============================================================================
--- head/x11/rsibreak-kde4/Makefile	Sat Mar 11 21:42:56 2017	(r435966)
+++ head/x11/rsibreak/Makefile	Sat Mar 11 22:09:16 2017	(r435967)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	rsibreak
-DISTVERSION=	0.11
-PORTREVISION=	4
+PORTVERSION=	0.12.6
 CATEGORIES=	x11 kde
-MASTER_SITES=	LOCAL/crees/${PORTNAME} \
-		http://pkgs.fedoraproject.org/repo/pkgs/rsibreak/rsibreak-0.11.tar.bz2/d5dd540efd18900aa508eee381bcaafd/
+MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION:R}/
 
-MAINTAINER=	avg@icyb.net.ua
+MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KDE RSI prevention tool
 
-USES=		cmake gettext kde:4 tar:bzip2
-USE_KDE=	kdelibs automoc4
-USE_QT4=	corelib dbus gui network svg xml \
-		qmake_build moc_build rcc_build uic_build
-USE_XORG=	x11
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		cmake:outsource gettext kde:5 tar:xz
+USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \
+		iconthemes i18n idletime notifications notifyconfig \
+		sonnet textwidgets xmlgui widgetsaddons windowsystem
+USE_QT5=	core dbus gui widgets xml buildtools_build qmake_build
 
 .include <bsd.port.mk>

Modified: head/x11/rsibreak/distinfo
==============================================================================
--- head/x11/rsibreak-kde4/distinfo	Sat Mar 11 21:42:56 2017	(r435966)
+++ head/x11/rsibreak/distinfo	Sat Mar 11 22:09:16 2017	(r435967)
@@ -1,2 +1,3 @@
-SHA256 (rsibreak-0.11.tar.bz2) = bc224812c4554209a9cbba830078cee727ed1a5a3c8cb2109cbac78af2382efb
-SIZE (rsibreak-0.11.tar.bz2) = 463748
+TIMESTAMP = 1489247626
+SHA256 (rsibreak-0.12.6.tar.xz) = e9597d0d3eea7c71c750247016ee213f1f3e1847b94bab78bddd1cc4177dbfcf
+SIZE (rsibreak-0.12.6.tar.xz) = 395300

Modified: head/x11/rsibreak/pkg-plist
==============================================================================
--- head/x11/rsibreak-kde4/pkg-plist	Sat Mar 11 21:42:56 2017	(r435966)
+++ head/x11/rsibreak/pkg-plist	Sat Mar 11 22:09:16 2017	(r435967)
@@ -1,48 +1,25 @@
 bin/rsibreak
-lib/kde4/plasma_applet_rsibreak.so
-lib/kde4/plasma_engine_rsibreak.so
-share/applications/kde4/rsibreak.desktop
-share/apps/desktoptheme/default/widgets/rsibreak.svg
-share/apps/rsibreak/rsibreak.notifyrc
-share/autostart/rsibreak.desktop
+etc/xdg/autostart/rsibreak_autostart.desktop
+share/applications/rsibreak.desktop
 share/dbus-1/interfaces/org.rsibreak.rsiwidget.xml
-share/doc/HTML/en/rsibreak/common
 share/doc/HTML/en/rsibreak/index.cache.bz2
 share/doc/HTML/en/rsibreak/index.docbook
 share/doc/HTML/en/rsibreak/logo.png
 share/doc/HTML/en/rsibreak/popup.png
 share/doc/HTML/en/rsibreak/statistics.png
 share/doc/HTML/en/rsibreak/suspend.png
-share/doc/HTML/es/rsibreak/common
 share/doc/HTML/es/rsibreak/index.cache.bz2
 share/doc/HTML/es/rsibreak/index.docbook
-share/doc/HTML/et/rsibreak/common
-share/doc/HTML/et/rsibreak/index.cache.bz2
-share/doc/HTML/et/rsibreak/index.docbook
-share/doc/HTML/fr/rsibreak/common
-share/doc/HTML/fr/rsibreak/index.cache.bz2
-share/doc/HTML/fr/rsibreak/index.docbook
-share/doc/HTML/it/rsibreak/common
 share/doc/HTML/it/rsibreak/index.cache.bz2
 share/doc/HTML/it/rsibreak/index.docbook
-share/doc/HTML/nl/rsibreak/common
 share/doc/HTML/nl/rsibreak/index.cache.bz2
 share/doc/HTML/nl/rsibreak/index.docbook
-share/doc/HTML/nl/rsibreak/logo.png
-share/doc/HTML/nl/rsibreak/statistics.png
-share/doc/HTML/pt/rsibreak/common
-share/doc/HTML/pt/rsibreak/index.cache.bz2
-share/doc/HTML/pt/rsibreak/index.docbook
-share/doc/HTML/pt_BR/rsibreak/common
 share/doc/HTML/pt_BR/rsibreak/index.cache.bz2
 share/doc/HTML/pt_BR/rsibreak/index.docbook
-share/doc/HTML/sv/rsibreak/common
 share/doc/HTML/sv/rsibreak/index.cache.bz2
 share/doc/HTML/sv/rsibreak/index.docbook
-share/doc/HTML/uk/rsibreak/common
 share/doc/HTML/uk/rsibreak/index.cache.bz2
 share/doc/HTML/uk/rsibreak/index.docbook
-share/doc/HTML/uk/rsibreak/statistics.png
 share/icons/hicolor/128x128/apps/rsibreak.png
 share/icons/hicolor/16x16/actions/rsibreak0.png
 share/icons/hicolor/16x16/actions/rsibreak1.png
@@ -67,89 +44,58 @@ share/icons/hicolor/32x32/actions/rsibre
 share/icons/hicolor/32x32/actions/rsibreakx.png
 share/icons/hicolor/32x32/actions/timings.png
 share/icons/hicolor/32x32/apps/rsibreak.png
-share/kde4/services/plasma-applet-rsibreak.desktop
-share/kde4/services/plasma-engine-rsibreak.desktop
-share/locale/ar/LC_MESSAGES/plasma_applet_rsibreak.mo
+share/icons/hicolor/48x48/actions/rsibreak0.png
+share/icons/hicolor/48x48/actions/rsibreak1.png
+share/icons/hicolor/48x48/actions/rsibreak2.png
+share/icons/hicolor/48x48/actions/rsibreak3.png
+share/icons/hicolor/48x48/actions/rsibreak4.png
+share/icons/hicolor/48x48/actions/rsibreakx.png
+share/knotifications5/rsibreak.notifyrc
 share/locale/ar/LC_MESSAGES/rsibreak.mo
-share/locale/be/LC_MESSAGES/plasma_applet_rsibreak.mo
+share/locale/ast/LC_MESSAGES/rsibreak.mo
 share/locale/be/LC_MESSAGES/rsibreak.mo
-share/locale/ca/LC_MESSAGES/plasma_applet_rsibreak.mo
+share/locale/bs/LC_MESSAGES/rsibreak.mo
 share/locale/ca/LC_MESSAGES/rsibreak.mo
-share/locale/ca@valencia/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/ca@valencia/LC_MESSAGES/rsibreak.mo
-share/locale/cs/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/cs/LC_MESSAGES/rsibreak.mo
-share/locale/da/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/da/LC_MESSAGES/rsibreak.mo
-share/locale/de/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/de/LC_MESSAGES/rsibreak.mo
-share/locale/el/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/el/LC_MESSAGES/rsibreak.mo
-share/locale/en_GB/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/en_GB/LC_MESSAGES/rsibreak.mo
-share/locale/eo/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/eo/LC_MESSAGES/rsibreak.mo
-share/locale/es/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/es/LC_MESSAGES/rsibreak.mo
-share/locale/et/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/et/LC_MESSAGES/rsibreak.mo
-share/locale/fr/LC_MESSAGES/plasma_applet_rsibreak.mo
+share/locale/fi/LC_MESSAGES/rsibreak.mo
 share/locale/fr/LC_MESSAGES/rsibreak.mo
-share/locale/ga/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/ga/LC_MESSAGES/rsibreak.mo
-share/locale/gl/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/gl/LC_MESSAGES/rsibreak.mo
-share/locale/hi/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/hi/LC_MESSAGES/rsibreak.mo
-share/locale/hne/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/hne/LC_MESSAGES/rsibreak.mo
-share/locale/hr/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/hr/LC_MESSAGES/rsibreak.mo
-share/locale/hu/LC_MESSAGES/plasma_applet_rsibreak.mo
-share/locale/is/LC_MESSAGES/plasma_applet_rsibreak.mo
+share/locale/hu/LC_MESSAGES/rsibreak.mo
 share/locale/is/LC_MESSAGES/rsibreak.mo
-share/locale/it/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/it/LC_MESSAGES/rsibreak.mo
-share/locale/ja/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/ja/LC_MESSAGES/rsibreak.mo
-share/locale/km/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/km/LC_MESSAGES/rsibreak.mo
-share/locale/ko/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/ko/LC_MESSAGES/rsibreak.mo
-share/locale/lt/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/lt/LC_MESSAGES/rsibreak.mo
 share/locale/mai/LC_MESSAGES/rsibreak.mo
-share/locale/ml/LC_MESSAGES/plasma_applet_rsibreak.mo
-share/locale/nb/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/nb/LC_MESSAGES/rsibreak.mo
-share/locale/nds/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/nds/LC_MESSAGES/rsibreak.mo
-share/locale/nl/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/nl/LC_MESSAGES/rsibreak.mo
-share/locale/nn/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/nn/LC_MESSAGES/rsibreak.mo
-share/locale/oc/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/oc/LC_MESSAGES/rsibreak.mo
-share/locale/pl/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/pl/LC_MESSAGES/rsibreak.mo
-share/locale/pt/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/pt/LC_MESSAGES/rsibreak.mo
-share/locale/pt_BR/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/pt_BR/LC_MESSAGES/rsibreak.mo
-share/locale/ro/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/ro/LC_MESSAGES/rsibreak.mo
 share/locale/ru/LC_MESSAGES/rsibreak.mo
-share/locale/se/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/se/LC_MESSAGES/rsibreak.mo
-share/locale/sk/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/sk/LC_MESSAGES/rsibreak.mo
-share/locale/sv/LC_MESSAGES/plasma_applet_rsibreak.mo
+share/locale/sl/LC_MESSAGES/rsibreak.mo
 share/locale/sv/LC_MESSAGES/rsibreak.mo
-share/locale/tr/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/tr/LC_MESSAGES/rsibreak.mo
-share/locale/uk/LC_MESSAGES/plasma_applet_rsibreak.mo
+share/locale/ug/LC_MESSAGES/rsibreak.mo
 share/locale/uk/LC_MESSAGES/rsibreak.mo
-share/locale/zh_CN/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/zh_CN/LC_MESSAGES/rsibreak.mo
-share/locale/zh_TW/LC_MESSAGES/plasma_applet_rsibreak.mo
 share/locale/zh_TW/LC_MESSAGES/rsibreak.mo



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