mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
d129587b5d
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
38 lines
977 B
Makefile
38 lines
977 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-clocks
|
|
PORTVERSION= 3.16.1
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Clocks for GNOME 3
|
|
|
|
BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue \
|
|
itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
|
|
libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \
|
|
libgweather-3.so:${PORTSDIR}/net/libgweather
|
|
RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gnomedesktop3 gsound gtk30 intlhack
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
GLIB_SCHEMAS= org.gnome.clocks.gschema.xml
|
|
|
|
post-patch:
|
|
# for base gcc on 9.x
|
|
@${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|