svn commit: r442621 - head/deskutils/gnome-weather

Koop Mast kwm at FreeBSD.org
Mon Jun 5 14:00:17 UTC 2017


Author: kwm
Date: Mon Jun  5 14:00:16 2017
New Revision: 442621
URL: https://svnweb.freebsd.org/changeset/ports/442621

Log:
  Update gnome-weather to 3.24.0.
  
  * Add license
  * review dependancies
  * switch to USES=localbase
  
  Obtained from:	gnome devel repo (based on)

Modified:
  head/deskutils/gnome-weather/Makefile
  head/deskutils/gnome-weather/distinfo
  head/deskutils/gnome-weather/pkg-plist

Modified: head/deskutils/gnome-weather/Makefile
==============================================================================
--- head/deskutils/gnome-weather/Makefile	Mon Jun  5 13:58:48 2017	(r442620)
+++ head/deskutils/gnome-weather/Makefile	Mon Jun  5 14:00:16 2017	(r442621)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnome-weather
-PORTVERSION=	3.18.1
+PORTVERSION=	3.24.0
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -10,19 +10,21 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Weather application for GNOME 3
 
-BUILD_DEPENDS=	itstool:textproc/itstool
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libgweather-3.so:net/libgweather \
+		libgeoclue-2.so:net/geoclue \
 		libgjs.so:lang/gjs
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
-USE_GNOME=	gnomedesktop3 gtk30 intlhack
+USES=		gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
+USE_GNOME=	gtk30 intltool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+
 GLIB_SCHEMAS=	org.gnome.Weather.Application.gschema.xml
 
 .include <bsd.port.mk>

Modified: head/deskutils/gnome-weather/distinfo
==============================================================================
--- head/deskutils/gnome-weather/distinfo	Mon Jun  5 13:58:48 2017	(r442620)
+++ head/deskutils/gnome-weather/distinfo	Mon Jun  5 14:00:16 2017	(r442621)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/gnome-weather-3.18.1.tar.xz) = d0cbe0ee6e9f9332e30836d72c9a462ecc908a97402943c33cd6e61d08323fdf
-SIZE (gnome3/gnome-weather-3.18.1.tar.xz) = 5358172
+TIMESTAMP = 1496670405
+SHA256 (gnome3/gnome-weather-3.24.0.tar.xz) = e36847884670e59a71ac70ed982fc8f2fb70f1766c3a24f10a0cd38c9b66d574
+SIZE (gnome3/gnome-weather-3.24.0.tar.xz) = 5358924

Modified: head/deskutils/gnome-weather/pkg-plist
==============================================================================
--- head/deskutils/gnome-weather/pkg-plist	Mon Jun  5 13:58:48 2017	(r442620)
+++ head/deskutils/gnome-weather/pkg-plist	Mon Jun  5 14:00:16 2017	(r442621)
@@ -1,19 +1,20 @@
 bin/gnome-weather
-share/appdata/org.gnome.Weather.Application.appdata.xml
+share/appdata/org.gnome.Weather.appdata.xml
 share/applications/org.gnome.Weather.Application.desktop
 share/dbus-1/services/org.gnome.Weather.Application.service
 share/dbus-1/services/org.gnome.Weather.BackgroundService.service
 share/gnome-shell/search-providers/org.gnome.Weather.Application.search-provider.ini
-share/icons/hicolor/16x16/apps/org.gnome.Weather.Application.png
-share/icons/hicolor/22x22/apps/org.gnome.Weather.Application.png
-share/icons/hicolor/256x256/apps/org.gnome.Weather.Application.png
-share/icons/hicolor/32x32/apps/org.gnome.Weather.Application.png
-share/icons/hicolor/48x48/apps/org.gnome.Weather.Application.png
-share/icons/hicolor/symbolic/apps/org.gnome.Weather.Application-symbolic.svg
+share/icons/hicolor/16x16/apps/org.gnome.Weather.png
+share/icons/hicolor/22x22/apps/org.gnome.Weather.png
+share/icons/hicolor/256x256/apps/org.gnome.Weather.png
+share/icons/hicolor/32x32/apps/org.gnome.Weather.png
+share/icons/hicolor/48x48/apps/org.gnome.Weather.png
+share/icons/hicolor/symbolic/apps/org.gnome.Weather-symbolic.svg
 share/locale/an/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/ar/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/as/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/be/LC_MESSAGES/org.gnome.Weather.mo
+share/locale/bg/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/bs/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/ca/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/ca at valencia/LC_MESSAGES/org.gnome.Weather.mo
@@ -65,6 +66,7 @@ share/locale/tg/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/th/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/tr/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/uk/LC_MESSAGES/org.gnome.Weather.mo
+share/locale/vi/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/zh_CN/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/zh_HK/LC_MESSAGES/org.gnome.Weather.mo
 share/locale/zh_TW/LC_MESSAGES/org.gnome.Weather.mo


More information about the svn-ports-all mailing list