diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-02-23 03:03:17 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-02-23 03:03:17 +0800 |
commit | ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019 (patch) | |
tree | 3aad51132f546ad79059b32784badc3f6a42c8ff /accessibility/kmousetool | |
parent | c5cfcc04963e6321cc90d144cb3bc9adbff4cf0f (diff) | |
download | freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.tar.gz freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.tar.zst freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.zip |
Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.
PR: 225992
Exp-run by: antoine
Reviewed by: rakuco, adridg
Differential Revision: https://reviews.freebsd.org/D14413
Diffstat (limited to 'accessibility/kmousetool')
-rw-r--r-- | accessibility/kmousetool/Makefile | 16 | ||||
-rw-r--r-- | accessibility/kmousetool/distinfo | 2 | ||||
-rw-r--r-- | accessibility/kmousetool/pkg-descr | 5 | ||||
-rw-r--r-- | accessibility/kmousetool/pkg-plist | 14 |
4 files changed, 0 insertions, 37 deletions
diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile deleted file mode 100644 index ccf31c8ec037..000000000000 --- a/accessibility/kmousetool/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kmousetool -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 -CATEGORIES= accessibility kde kde-kde4 - -MAINTAINER= kde@FreeBSD.org -COMMENT= Automatic mouse click tool for KDE - -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= qmake_build moc_build rcc_build uic_build -USE_XORG= xtst - -.include <bsd.port.mk> diff --git a/accessibility/kmousetool/distinfo b/accessibility/kmousetool/distinfo deleted file mode 100644 index bf7fba8bdc1b..000000000000 --- a/accessibility/kmousetool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/4.14.3/kmousetool-4.14.3.tar.xz) = edb3b44875865f19d3dd162b1a6935b52491503f89d0263cb9b97556c381c2fc -SIZE (KDE/4.14.3/kmousetool-4.14.3.tar.xz) = 35968 diff --git a/accessibility/kmousetool/pkg-descr b/accessibility/kmousetool/pkg-descr deleted file mode 100644 index 0804ca75c38e..000000000000 --- a/accessibility/kmousetool/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -KMouseTool clicks the mouse whenever the mouse cursor pauses briefly. -It was designed to help those with repetitive strain injuries, for -whom pressing buttons hurts. - -WWW: http://www.kde.org/applications/utilities/kmousetool/ diff --git a/accessibility/kmousetool/pkg-plist b/accessibility/kmousetool/pkg-plist deleted file mode 100644 index c25ccca14f2b..000000000000 --- a/accessibility/kmousetool/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/kmousetool -man/man1/kmousetool.1.gz -share/applications/kde4/kmousetool.desktop -share/apps/kmousetool/sounds/mousetool_tap.wav -share/doc/HTML/en/kmousetool/common -share/doc/HTML/en/kmousetool/index.cache.bz2 -share/doc/HTML/en/kmousetool/index.docbook -share/doc/HTML/en/kmousetool/man-kmousetool.1.docbook -share/icons/hicolor/16x16/actions/kmousetool_off.png -share/icons/hicolor/16x16/actions/kmousetool_on.png -share/icons/hicolor/16x16/apps/kmousetool.png -share/icons/hicolor/32x32/actions/kmousetool_off.png -share/icons/hicolor/32x32/actions/kmousetool_on.png -share/icons/hicolor/32x32/apps/kmousetool.png |