diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-29 19:05:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-29 19:05:56 +0800 |
commit | 26b0ba9c3b30be831229fcb4a70f7d8f64945baa (patch) | |
tree | 4986b42e50a2151ea48f2af388833cfcfb71ad1f /deskutils/plasma-applet-simpleweatherforecast | |
parent | 2e899f53d80736631b30da7faa4d0f749c0e8d57 (diff) | |
download | freebsd-ports-gnome-26b0ba9c3b30be831229fcb4a70f7d8f64945baa.tar.gz freebsd-ports-gnome-26b0ba9c3b30be831229fcb4a70f7d8f64945baa.tar.zst freebsd-ports-gnome-26b0ba9c3b30be831229fcb4a70f7d8f64945baa.zip |
- Update to 142060
PR: 142060
Submitted by: zloidemon <g.veniamin@googlemail.com> (maintainer)
Diffstat (limited to 'deskutils/plasma-applet-simpleweatherforecast')
-rw-r--r-- | deskutils/plasma-applet-simpleweatherforecast/Makefile | 16 | ||||
-rw-r--r-- | deskutils/plasma-applet-simpleweatherforecast/distinfo | 6 | ||||
-rw-r--r-- | deskutils/plasma-applet-simpleweatherforecast/pkg-plist | 3 |
3 files changed, 12 insertions, 13 deletions
diff --git a/deskutils/plasma-applet-simpleweatherforecast/Makefile b/deskutils/plasma-applet-simpleweatherforecast/Makefile index 8d76c327d5ca..b1dc4dce17a8 100644 --- a/deskutils/plasma-applet-simpleweatherforecast/Makefile +++ b/deskutils/plasma-applet-simpleweatherforecast/Makefile @@ -1,30 +1,32 @@ # New ports collection makefile for: plasma-applet-simpleweatherforecast -# Date created: 2009-03-04 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# Date created: 2009-03-04 +# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> # # $FreeBSD$ # PORTNAME= simpleweatherforecast -PORTVERSION= 1.2 -PORTREVISION= 3 +PORTVERSION= 1.3 CATEGORIES= deskutils kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- -DISTNAME= 92149-plasma-weatherforecast-1.2-kde-4.2 +DISTNAME= 92149-${PORTNAME}-${PORTVERSION} MAINTAINER= g.veniamin@googlemail.com COMMENT= Weather plasma applet for KDE4 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -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 +WRKSRC= ${WRKDIR}/plasma-${PORTNAME}-${PORTVERSION}-kde-4.3.80 + +PLIST_FILES= lib/kde4/plasma_applet_simpleweatherforecast.so \ + share/apps/desktoptheme/default/widgets/plasma-simpleweatherforecast.svg \ + share/kde4/services/plasma-applet-simpleweatherforecast.desktop .include <bsd.port.mk> diff --git a/deskutils/plasma-applet-simpleweatherforecast/distinfo b/deskutils/plasma-applet-simpleweatherforecast/distinfo index 19a2e7c0f6f4..98f83da5a031 100644 --- a/deskutils/plasma-applet-simpleweatherforecast/distinfo +++ b/deskutils/plasma-applet-simpleweatherforecast/distinfo @@ -1,3 +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 +MD5 (92149-simpleweatherforecast-1.3.tar.gz) = 969c441932123914aac74ce64c883896 +SHA256 (92149-simpleweatherforecast-1.3.tar.gz) = 3c34e5db9bca72704952801b2528fe9cdb749a96294bda19705e5392663edb18 +SIZE (92149-simpleweatherforecast-1.3.tar.gz) = 397980 diff --git a/deskutils/plasma-applet-simpleweatherforecast/pkg-plist b/deskutils/plasma-applet-simpleweatherforecast/pkg-plist deleted file mode 100644 index 73bda4ad158b..000000000000 --- a/deskutils/plasma-applet-simpleweatherforecast/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/kde4/plasma_applet_simpleweatherforecast.so -share/apps/desktoptheme/default/widgets/plasma-simpleweatherforecast.svg -share/kde4/services/plasma-applet-simpleweatherforecast.desktop |