diff options
author | jhale <jhale@FreeBSD.org> | 2018-08-31 06:35:20 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-08-31 06:35:20 +0800 |
commit | a65bee2284125dc97b3dfbcd5ba574ec23695687 (patch) | |
tree | 53951e0b4324ae8594e89c5173abf92be516fe79 /x11-clocks | |
parent | 7d227c33cc80cfcf9856384188982195d20ce443 (diff) | |
download | freebsd-ports-gnome-a65bee2284125dc97b3dfbcd5ba574ec23695687.tar.gz freebsd-ports-gnome-a65bee2284125dc97b3dfbcd5ba574ec23695687.tar.zst freebsd-ports-gnome-a65bee2284125dc97b3dfbcd5ba574ec23695687.zip |
Deprecate KDE4 plasma applets that I maintain. KDE4 is now marked DEPRECATED
and these are useless outside of the KDE4 workspace.
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/plasma-applet-adjustableclock/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/plasma-applet-geekclock/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-clocks/plasma-applet-adjustableclock/Makefile b/x11-clocks/plasma-applet-adjustableclock/Makefile index 084120a40bbb..67d2e6bfea2d 100644 --- a/x11-clocks/plasma-applet-adjustableclock/Makefile +++ b/x11-clocks/plasma-applet-adjustableclock/Makefile @@ -13,6 +13,9 @@ COMMENT= KDE4 highly configurable clock plasma applet LICENSE= GPLv2 +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake gettext kde:4 qt:4 tar:bzip2 USE_KDE= automoc4 workspace USE_QT= qmake_build moc_build rcc_build uic_build diff --git a/x11-clocks/plasma-applet-geekclock/Makefile b/x11-clocks/plasma-applet-geekclock/Makefile index 1ff69470526e..8d75d08daecf 100644 --- a/x11-clocks/plasma-applet-geekclock/Makefile +++ b/x11-clocks/plasma-applet-geekclock/Makefile @@ -11,6 +11,9 @@ DISTNAME= geek-clock-plasmoid-${PORTVERSION}-src MAINTAINER= jhale@FreeBSD.org COMMENT= KDE4 geeky analog clock plasma applet +DEPRECATED= KDE4 is EOL upstream +EXPIRATION_DATE= 2018-12-31 + USES= cmake kde:4 qt:4 USE_KDE= automoc4 kdelibs workspace USE_QT= gui dbus network opengl svg webkit xml \ |