diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-12 09:24:48 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-12 09:24:48 +0000 |
commit | 44446163844caa649efba2685313359f9e74b897 (patch) | |
tree | 8aa0f08dc5f2770899814f8c11ec8b6cafb1445a /deskutils | |
parent | 2596e791815abedea5c7016f33f4f36d1f765f51 (diff) | |
download | FreeBSD-ports-44446163844caa649efba2685313359f9e74b897.zip FreeBSD-ports-44446163844caa649efba2685313359f9e74b897.tar.gz |
QuickLauncher is Plasma applet for KDE4 that replicates the functionality found
in the QuickLauncher Kicker applet for KDE3. It allows for quick access to
commonly used applications.
WWW: http://www.kde-look.org/content/show.php?content=78061
PR: ports/127957
Submitted by: Jason E. Hale <bsdkaffee at gmail.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/plasma-applet-quicklauncher/Makefile | 29 | ||||
-rw-r--r-- | deskutils/plasma-applet-quicklauncher/distinfo | 3 | ||||
-rw-r--r-- | deskutils/plasma-applet-quicklauncher/pkg-descr | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index a5eb4fb..d447624 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -187,6 +187,7 @@ SUBDIR += planner.el SUBDIR += plans SUBDIR += plasma-applet-panelspacer + SUBDIR += plasma-applet-quicklauncher SUBDIR += plopfolio SUBDIR += preferencepanes SUBDIR += preferences.app diff --git a/deskutils/plasma-applet-quicklauncher/Makefile b/deskutils/plasma-applet-quicklauncher/Makefile new file mode 100644 index 0000000..d8da855 --- /dev/null +++ b/deskutils/plasma-applet-quicklauncher/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: plasma-applet-quicklauncher +# Date Created: 2008-09-21 +# Whom: Jason E. Hale <bsdkaffee@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= quicklauncher +PORTVERSION= 0.4 +CATEGORIES= deskutils kde +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ +PKGNAMEPREFIX= plasma-applet- +DISTNAME= 78061-${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= bsdkaffee@gmail.com +COMMENT= Quicklauncher plasma applet for KDE4 + +USE_CMAKE= yes +USE_KDE4= automoc4 kdeprefix workspace +USE_QT_VER= 4 +QT_COMPONENTS= gui dbus network opengl svg webkit xml \ + qmake_build moc_build rcc_build uic_build + +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}/src/ + +PLIST_FILES= lib/kde4/plasma_applet_quicklauncher.so \ + share/kde4/services/plasma-applet-quicklauncher.desktop + +.include <bsd.port.mk> diff --git a/deskutils/plasma-applet-quicklauncher/distinfo b/deskutils/plasma-applet-quicklauncher/distinfo new file mode 100644 index 0000000..63ec3ac --- /dev/null +++ b/deskutils/plasma-applet-quicklauncher/distinfo @@ -0,0 +1,3 @@ +MD5 (78061-plasma-applet-quicklauncher-0.4.tar.gz) = 5417dc186da0914d192b8559f64bed72 +SHA256 (78061-plasma-applet-quicklauncher-0.4.tar.gz) = ddf4d820fd124a672b0529353a649acf426ec792d56e686e6874a642ebcac8f6 +SIZE (78061-plasma-applet-quicklauncher-0.4.tar.gz) = 28449 diff --git a/deskutils/plasma-applet-quicklauncher/pkg-descr b/deskutils/plasma-applet-quicklauncher/pkg-descr new file mode 100644 index 0000000..c6daadb --- /dev/null +++ b/deskutils/plasma-applet-quicklauncher/pkg-descr @@ -0,0 +1,5 @@ +QuickLauncher is Plasma applet for KDE4 that replicates the functionality found +in the QuickLauncher Kicker applet for KDE3. It allows for quick access to +commonly used applications. + +WWW: http://www.kde-look.org/content/show.php?content=78061 |