diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-24 00:21:02 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-24 00:21:02 +0000 |
commit | 137badb38befa47cb82b41a8d10e59a94f9ef7d6 (patch) | |
tree | 874fc6baae4aa538245dc27f267a49faeb9ac493 /deskutils/plasma-applet-icontasks | |
parent | 1c9404426c7f9eb669fb9679bcf510211a8db669 (diff) | |
download | ports-137badb38befa47cb82b41a8d10e59a94f9ef7d6.tar.gz ports-137badb38befa47cb82b41a8d10e59a94f9ef7d6.zip |
Notes
Diffstat (limited to 'deskutils/plasma-applet-icontasks')
-rw-r--r-- | deskutils/plasma-applet-icontasks/Makefile | 31 | ||||
-rw-r--r-- | deskutils/plasma-applet-icontasks/distinfo | 2 | ||||
-rw-r--r-- | deskutils/plasma-applet-icontasks/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/plasma-applet-icontasks/pkg-plist | 21 |
4 files changed, 60 insertions, 0 deletions
diff --git a/deskutils/plasma-applet-icontasks/Makefile b/deskutils/plasma-applet-icontasks/Makefile new file mode 100644 index 000000000000..fcc8a6685c43 --- /dev/null +++ b/deskutils/plasma-applet-icontasks/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: plasma-applet-icontasks +# Date created: 24 October 2011 +# Whom: avilla@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= icontasks +PORTVERSION= 0.8.0 +CATEGORIES= deskutils kde +MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ +PKGNAMEPREFIX= plasma-applet- +DISTNAME= 144808-plasma-${PORTNAME}-${PORTVERSION} + +MAINTAINER= avilla@FreeBSD.org +COMMENT= Modified version of KDE SC taskbar applet and taskmanager library + +LIB_DEPENDS= dbusmenu-qt.2:${PORTSDIR}/devel/libdbusmenu-qt + +USE_KDE4= automoc4 kdehier kdelibs kdeprefix workspace +USE_QT_VER= 4 +QT_COMPONENTS= dbus moc_build qmake_build rcc_build uic_build +USE_XORG= xcomposite xfixes xrender +USE_BZIP2= yes +USE_CMAKE= yes +MAKE_JOBS_SAFE= yes +USE_LDCONFIG= yes + +WRKSRC= ${WRKDIR}/plasma-${PORTNAME}-${PORTVERSION} + +.include <bsd.port.mk> diff --git a/deskutils/plasma-applet-icontasks/distinfo b/deskutils/plasma-applet-icontasks/distinfo new file mode 100644 index 000000000000..b78ac1822251 --- /dev/null +++ b/deskutils/plasma-applet-icontasks/distinfo @@ -0,0 +1,2 @@ +SHA256 (144808-plasma-icontasks-0.8.0.tar.bz2) = 98e0115e295696963a7d00fbd9a35fbd95171b552769c5aeb18bbe7f699dafc1 +SIZE (144808-plasma-icontasks-0.8.0.tar.bz2) = 194994 diff --git a/deskutils/plasma-applet-icontasks/pkg-descr b/deskutils/plasma-applet-icontasks/pkg-descr new file mode 100644 index 000000000000..7ef71f638fe7 --- /dev/null +++ b/deskutils/plasma-applet-icontasks/pkg-descr @@ -0,0 +1,6 @@ +This is a modified version of the KDE SC taskbar and taskmanager +library. The main change is to preserve the position of tasks and +launchers, e.g., when a launcher is activated, the resultant task item +appears in the same place in the taskbar as the launcher did. + +WWW: http://kde-apps.org/content/show.php/Icon+Tasks?content=144808 diff --git a/deskutils/plasma-applet-icontasks/pkg-plist b/deskutils/plasma-applet-icontasks/pkg-plist new file mode 100644 index 000000000000..aa6b40bf50b7 --- /dev/null +++ b/deskutils/plasma-applet-icontasks/pkg-plist @@ -0,0 +1,21 @@ +lib/kde4/plasma_applet_icontasks.so +lib/libicontaskmanager.so +lib/libicontaskmanager.so.5 +lib/libicontaskmanager.so.5.0.1 +share/apps/desktoptheme/default/icontasks/badge.svgz +share/apps/desktoptheme/default/icontasks/dropindicators.svgz +share/apps/desktoptheme/default/icontasks/indicators.svgz +share/apps/desktoptheme/default/icontasks/launcherseparator.svgz +share/apps/desktoptheme/default/icontasks/progress.svgz +share/apps/plasma-icontasks/mediabuttonsrc +share/config/taskmanagerrc +share/kde4/services/plasma-applet-icontasks.desktop +share/locale/es/LC_MESSAGES/icontasks.mo +share/locale/fr/LC_MESSAGES/icontasks.mo +share/locale/it/LC_MESSAGES/icontasks.mo +share/locale/pl/LC_MESSAGES/icontasks.mo +share/locale/pt_BR/LC_MESSAGES/icontasks.mo +share/locale/ru/LC_MESSAGES/icontasks.mo +share/locale/zh_CN/LC_MESSAGES/icontasks.mo +@dirrm share/apps/plasma-icontasks +@dirrm share/apps/desktoptheme/default/icontasks |