summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2017-03-11 22:09:16 +0000
committerrakuco <rakuco@FreeBSD.org>2017-03-11 22:09:16 +0000
commit221c24514e620c1e74c7d4baeb769e86becce224 (patch)
tree6953742855f8f4af8bd1643cde12e07eb3321686
parent4554313aab6481fa097dd198f8ff8091943db2c0 (diff)
downloadFreeBSD-ports-221c24514e620c1e74c7d4baeb769e86becce224.zip
FreeBSD-ports-221c24514e620c1e74c7d4baeb769e86becce224.tar.gz
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)
-rw-r--r--MOVED2
-rw-r--r--x11/Makefile2
-rw-r--r--x11/rsibreak-kde4/Makefile20
-rw-r--r--x11/rsibreak-kde4/distinfo2
-rw-r--r--x11/rsibreak/Makefile21
-rw-r--r--x11/rsibreak/distinfo3
-rw-r--r--x11/rsibreak/pkg-descr (renamed from x11/rsibreak-kde4/pkg-descr)0
-rw-r--r--x11/rsibreak/pkg-plist (renamed from x11/rsibreak-kde4/pkg-plist)84
8 files changed, 41 insertions, 93 deletions
diff --git a/MOVED b/MOVED
index a8ac19d..621eb97 100644
--- a/MOVED
+++ b/MOVED
@@ -4759,7 +4759,6 @@ x11/kdebase3||2013-07-26|Has expired: Depends on Qt 3.x
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 expired: Oracle 10g EOL almost 4 years
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
diff --git a/x11/Makefile b/x11/Makefile
index a0d7497..ae7a115 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -278,7 +278,7 @@
SUBDIR += rox-wallpaper
SUBDIR += roxbg
SUBDIR += roxterm
- SUBDIR += rsibreak-kde4
+ SUBDIR += rsibreak
SUBDIR += rstart
SUBDIR += rubygem-gnome2
SUBDIR += rxvt
diff --git a/x11/rsibreak-kde4/Makefile b/x11/rsibreak-kde4/Makefile
deleted file mode 100644
index 5890313..0000000
--- a/x11/rsibreak-kde4/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= rsibreak
-DISTVERSION= 0.11
-PORTREVISION= 4
-CATEGORIES= x11 kde
-MASTER_SITES= LOCAL/crees/${PORTNAME} \
- http://pkgs.fedoraproject.org/repo/pkgs/rsibreak/rsibreak-0.11.tar.bz2/d5dd540efd18900aa508eee381bcaafd/
-
-MAINTAINER= avg@icyb.net.ua
-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
-
-.include <bsd.port.mk>
diff --git a/x11/rsibreak-kde4/distinfo b/x11/rsibreak-kde4/distinfo
deleted file mode 100644
index c158fe6..0000000
--- a/x11/rsibreak-kde4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rsibreak-0.11.tar.bz2) = bc224812c4554209a9cbba830078cee727ed1a5a3c8cb2109cbac78af2382efb
-SIZE (rsibreak-0.11.tar.bz2) = 463748
diff --git a/x11/rsibreak/Makefile b/x11/rsibreak/Makefile
new file mode 100644
index 0000000..ca8f89a
--- /dev/null
+++ b/x11/rsibreak/Makefile
@@ -0,0 +1,21 @@
+# Created by: Alex Dupre <ale@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rsibreak
+PORTVERSION= 0.12.6
+CATEGORIES= x11 kde
+MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KDE RSI prevention tool
+
+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>
diff --git a/x11/rsibreak/distinfo b/x11/rsibreak/distinfo
new file mode 100644
index 0000000..d62156f
--- /dev/null
+++ b/x11/rsibreak/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489247626
+SHA256 (rsibreak-0.12.6.tar.xz) = e9597d0d3eea7c71c750247016ee213f1f3e1847b94bab78bddd1cc4177dbfcf
+SIZE (rsibreak-0.12.6.tar.xz) = 395300
diff --git a/x11/rsibreak-kde4/pkg-descr b/x11/rsibreak/pkg-descr
index d815a06..d815a06 100644
--- a/x11/rsibreak-kde4/pkg-descr
+++ b/x11/rsibreak/pkg-descr
diff --git a/x11/rsibreak-kde4/pkg-plist b/x11/rsibreak/pkg-plist
index 385a3a1..95b78a9 100644
--- a/x11/rsibreak-kde4/pkg-plist
+++ b/x11/rsibreak/pkg-plist
@@ -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/rsibreak4.png
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
OpenPOWER on IntegriCloud