The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
33 lines
939 B
Makefile
33 lines
939 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgweather
|
|
PORTVERSION= 3.16.1
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Library to accessing online weather informations
|
|
|
|
BUILD_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
|
|
vala:${PORTSDIR}/lang/vala
|
|
LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
|
|
libgeocode-glib.so:${PORTSDIR}/net/geocode-glib
|
|
RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= gtk30 intlhack introspection:build
|
|
INSTALLS_ICONS= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS+=--disable-glade-catalog
|
|
INSTALL_TARGET= install-strip
|
|
GLIB_SCHEMAS= org.gnome.GWeather.enums.xml \
|
|
org.gnome.GWeather.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|