diff options
author | makc <makc@FreeBSD.org> | 2009-03-19 18:03:05 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-19 18:03:05 +0800 |
commit | 4ee392f0a6a6f92ea49b819464b4f25f7b5a5841 (patch) | |
tree | 1b96810737617b8f56d86aefd0a21a1057a77216 /deskutils/plasma-applet-simpleweatherforecast | |
parent | 72a2c05151f44f7cd4056232c40c1c45cc8c948a (diff) | |
download | freebsd-ports-gnome-4ee392f0a6a6f92ea49b819464b4f25f7b5a5841.tar.gz freebsd-ports-gnome-4ee392f0a6a6f92ea49b819464b4f25f7b5a5841.tar.zst freebsd-ports-gnome-4ee392f0a6a6f92ea49b819464b4f25f7b5a5841.zip |
Add new port deskutils/plasma-applet-simpleweatherforecast:
One more weather plasmoid for KDE.
WWW: http://kde-look.org/content/show.php/simple+weather+forecast?content=92149
PR: 132290
Submitted by: zloidemon <g.veniamin at googlemail.com>
Diffstat (limited to 'deskutils/plasma-applet-simpleweatherforecast')
4 files changed, 36 insertions, 0 deletions
diff --git a/deskutils/plasma-applet-simpleweatherforecast/Makefile b/deskutils/plasma-applet-simpleweatherforecast/Makefile new file mode 100644 index 000000000000..28e0d41b796f --- /dev/null +++ b/deskutils/plasma-applet-simpleweatherforecast/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: plasma-applet-simpleweatherforecast +# Date created: 2009-03-04 +# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# +# $FreeBSD$ +# + +PORTNAME= simpleweatherforecast +PORTVERSION= 1.2 +CATEGORIES= deskutils kde +MASTER_SITES= http://kde-look.org/CONTENT/content-files/ +PKGNAMEPREFIX= plasma-applet- +DISTNAME= 92149-plasma-weatherforecast-1.2-kde-4.2 + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Weather plasma applet for KDE4 + +USE_BZIP2= yes +USE_CMAKE= yes +USE_KDE4= automoc4 kdeprefix kdelibs +USE_QT_VER= 4 +QT_COMPONENTS= gui dbus network opengl svg webkit xml \ + qmake_build moc_build rcc_build uic_build + +WRKSRC= ${WRKDIR}/plasma-weatherforecast-1.2-kde-4.2 + +.include <bsd.port.mk> diff --git a/deskutils/plasma-applet-simpleweatherforecast/distinfo b/deskutils/plasma-applet-simpleweatherforecast/distinfo new file mode 100644 index 000000000000..19a2e7c0f6f4 --- /dev/null +++ b/deskutils/plasma-applet-simpleweatherforecast/distinfo @@ -0,0 +1,3 @@ +MD5 (92149-plasma-weatherforecast-1.2-kde-4.2.tar.bz2) = f84e61cdbd45e9d1dabc71bf4537b371 +SHA256 (92149-plasma-weatherforecast-1.2-kde-4.2.tar.bz2) = 6e40a204e7637039a276bb0f6a22f65e745861f3eed5333ad9420fba9b585575 +SIZE (92149-plasma-weatherforecast-1.2-kde-4.2.tar.bz2) = 341078 diff --git a/deskutils/plasma-applet-simpleweatherforecast/pkg-descr b/deskutils/plasma-applet-simpleweatherforecast/pkg-descr new file mode 100644 index 000000000000..1ea689434884 --- /dev/null +++ b/deskutils/plasma-applet-simpleweatherforecast/pkg-descr @@ -0,0 +1,3 @@ +One more weather plasmoid for KDE. + +WWW: http://kde-look.org/content/show.php/simple+weather+forecast?content=92149 diff --git a/deskutils/plasma-applet-simpleweatherforecast/pkg-plist b/deskutils/plasma-applet-simpleweatherforecast/pkg-plist new file mode 100644 index 000000000000..73bda4ad158b --- /dev/null +++ b/deskutils/plasma-applet-simpleweatherforecast/pkg-plist @@ -0,0 +1,3 @@ +lib/kde4/plasma_applet_simpleweatherforecast.so +share/apps/desktoptheme/default/widgets/plasma-simpleweatherforecast.svg +share/kde4/services/plasma-applet-simpleweatherforecast.desktop |