diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-02-10 18:29:51 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-02-10 18:29:51 +0800 |
commit | 1b974cbd610468940658695a7da297f6b28f66ec (patch) | |
tree | 0b032f3e2684e6f49384c70cbee1ccfb5359893d /x11-clocks | |
parent | dae0d173e25257f39371b5bd29205dee6ef56d0c (diff) | |
download | freebsd-ports-gnome-1b974cbd610468940658695a7da297f6b28f66ec.tar.gz freebsd-ports-gnome-1b974cbd610468940658695a7da297f6b28f66ec.tar.zst freebsd-ports-gnome-1b974cbd610468940658695a7da297f6b28f66ec.zip |
Rename KDE4 meta ports
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/amor/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/kdetoys-kde4/Makefile | 26 | ||||
-rw-r--r-- | x11-clocks/kdetoys-kde4/pkg-descr | 4 | ||||
-rw-r--r-- | x11-clocks/kteatime/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/ktimer/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/ktux/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/plasma-applet-adjustableclock/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/plasma-applet-geekclock/Makefile | 2 |
9 files changed, 37 insertions, 7 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 498eae3cc161..e8904a8ae813 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -22,7 +22,7 @@ SUBDIR += glclock SUBDIR += gtubeclock SUBDIR += intclock - SUBDIR += kdetoys4 + SUBDIR += kdetoys-kde4 SUBDIR += kteatime SUBDIR += ktimer SUBDIR += ktux diff --git a/x11-clocks/amor/Makefile b/x11-clocks/amor/Makefile index b716bbd6ade5..f98eefec7fdd 100644 --- a/x11-clocks/amor/Makefile +++ b/x11-clocks/amor/Makefile @@ -2,7 +2,7 @@ PORTNAME= amor PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/x11-clocks/kdetoys-kde4/Makefile b/x11-clocks/kdetoys-kde4/Makefile new file mode 100644 index 000000000000..b248927e8dea --- /dev/null +++ b/x11-clocks/kdetoys-kde4/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= kdetoys +PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 2 +CATEGORIES= x11-clocks kde +PKGNAMESUFFIX= -kde4 + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE miscellaneous applications (meta port) + +USES= kde:4 metaport + +OPTIONS_DEFINE= AMOR KTEATIME KTUX +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} + +AMOR_DESC= Small animation which sits on top of active window +AMOR_RUN_DEPENDS= ${KDE_PREFIX}/bin/amor:x11-clocks/amor + +KTEATIME_DESC= Handy timer for steeping tea +KTEATIME_RUN_DEPENDS= ${KDE_PREFIX}/bin/kteatime:x11-clocks/kteatime + +KTUX_DESC= Tux-in-a-Spaceship screen saver +KTUX_RUN_DEPENDS= ${KDE_PREFIX}/bin/ktux:x11-clocks/ktux + +.include <bsd.port.mk> diff --git a/x11-clocks/kdetoys-kde4/pkg-descr b/x11-clocks/kdetoys-kde4/pkg-descr new file mode 100644 index 000000000000..6c48fe335f9b --- /dev/null +++ b/x11-clocks/kdetoys-kde4/pkg-descr @@ -0,0 +1,4 @@ +This port contains a set of KDE-based applications for +miscellaneous use, like clocks. + +WWW: http://www.kde.org/ diff --git a/x11-clocks/kteatime/Makefile b/x11-clocks/kteatime/Makefile index 3b079dfecf95..f4b3d6420ef8 100644 --- a/x11-clocks/kteatime/Makefile +++ b/x11-clocks/kteatime/Makefile @@ -2,7 +2,7 @@ PORTNAME= kteatime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/x11-clocks/ktimer/Makefile b/x11-clocks/ktimer/Makefile index 7e90706914dd..8493f63e4645 100644 --- a/x11-clocks/ktimer/Makefile +++ b/x11-clocks/ktimer/Makefile @@ -2,7 +2,7 @@ PORTNAME= ktimer PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/x11-clocks/ktux/Makefile b/x11-clocks/ktux/Makefile index 70243e4f0e03..20222bad875f 100644 --- a/x11-clocks/ktux/Makefile +++ b/x11-clocks/ktux/Makefile @@ -2,7 +2,7 @@ PORTNAME= ktux PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/x11-clocks/plasma-applet-adjustableclock/Makefile b/x11-clocks/plasma-applet-adjustableclock/Makefile index 09e910da484c..be267819bd9e 100644 --- a/x11-clocks/plasma-applet-adjustableclock/Makefile +++ b/x11-clocks/plasma-applet-adjustableclock/Makefile @@ -2,7 +2,7 @@ PORTNAME= adjustableclock PORTVERSION= 4.1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-clocks deskutils kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- diff --git a/x11-clocks/plasma-applet-geekclock/Makefile b/x11-clocks/plasma-applet-geekclock/Makefile index aac9c281055f..7634e61cf1f1 100644 --- a/x11-clocks/plasma-applet-geekclock/Makefile +++ b/x11-clocks/plasma-applet-geekclock/Makefile @@ -2,7 +2,7 @@ PORTNAME= geekclock PORTVERSION= 1.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11-clocks deskutils kde MASTER_SITES= http://w2f2.com/projects/${PORTNAME}/ PKGNAMEPREFIX= plasma-applet- |