View | Details | Raw Unified | Return to bug 252811 | Differences between
and this patch

Collapse All | Expand All

(-)misc/Makefile (+1 lines)
Lines 521-526 Link Here
521
    SUBDIR += with
521
    SUBDIR += with
522
    SUBDIR += wmScoreBoard
522
    SUBDIR += wmScoreBoard
523
    SUBDIR += wmcalendar
523
    SUBDIR += wmcalendar
524
    SUBDIR += wmforecast
524
    SUBDIR += wmjulia
525
    SUBDIR += wmjulia
525
    SUBDIR += wmpal
526
    SUBDIR += wmpal
526
    SUBDIR += wmtunlo
527
    SUBDIR += wmtunlo
(-)misc/wmforecast/Makefile (+34 lines)
Line 0 Link Here
1
# Created by: Igor Pokrovsky <ip@unixway.org>
2
# $FreeBSD$
3
4
PORTNAME=	wmforecast
5
DISTVERSION=	1.4
6
CATEGORIES=	misc windowmaker geography
7
MASTER_SITES=	https://github.com/d-torrance/${PORTNAME}/releases/download/v${DISTVERSION}/
8
9
MAINTAINER=	ip@unixway.org
10
COMMENT=	Weather dockapp for Window Maker using the Yahoo Weather API
11
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
LIB_DEPENDS=	libgweather-3.so:net/libgweather \
16
		libWINGs.so:x11-wm/windowmaker \
17
		libwraster.so:x11-wm/libwraster
18
19
USES=		gmake gettext-runtime gnome pkgconfig xorg
20
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
21
INSTALLS_ICONS=	yes
22
USE_XORG=	x11
23
24
GNU_CONFIGURE=	yes
25
26
OPTIONS_DEFINE=	GEOCLUE NLS
27
28
GEOCLUE_DESC=	Use GeoClue
29
30
GEOCLUE_LIB_DEPENDS=	libgeoclue-2.so:net/geoclue
31
GEOCLUE_CONFIGURE_WITH=	geoclue
32
NLS_USES=	gettext
33
34
.include <bsd.port.mk>
(-)misc/wmforecast/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1610988645
2
SHA256 (wmforecast-1.4.tar.gz) = 3004cf02a374378ec7312bfd9d895687f1edd6440a025a1fe5ebb00b89ce24ee
3
SIZE (wmforecast-1.4.tar.gz) = 155962
(-)misc/wmforecast/pkg-descr (+6 lines)
Line 0 Link Here
1
Wmforecast is a weather dockapp for Window Maker. It displays the current
2
temperature and an icon representing the current conditions.
3
A balloon tooltip displays forecast information.
4
The weather information comes from the Yahoo Weather API.
5
6
WWW: https://wmforecast.friedcheese.org/
(-)misc/wmforecast/pkg-plist (+15 lines)
Line 0 Link Here
1
bin/wmforecast
2
man/man1/wmforecast.1.gz
3
share/applications/wmforecast.desktop
4
share/icons/hicolor/48x48/apps/wmforecast.png
5
share/icons/hicolor/scalable/apps/wmforecast.svg
6
%%DATADIR%%/dialog-error.png
7
%%DATADIR%%/weather-clear-night.png
8
%%DATADIR%%/weather-clear.png
9
%%DATADIR%%/weather-few-clouds-night.png
10
%%DATADIR%%/weather-few-clouds.png
11
%%DATADIR%%/weather-fog.png
12
%%DATADIR%%/weather-overcast.png
13
%%DATADIR%%/weather-showers.png
14
%%DATADIR%%/weather-snow.png
15
%%DATADIR%%/weather-storm.png

Return to bug 252811