b93a80c992
The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
36 lines
994 B
Makefile
36 lines
994 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bijiben
|
|
PORTVERSION= 3.18.2
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Note editor designed to remain simple to use
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker \
|
|
libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
|
|
libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
|
|
libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= desktop-file-utils gettext gmake gnome libtool \
|
|
pathfix pkgconfig shared-mime-info tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= evolutiondataserver3 gnomedesktop3 gtk30 intlhack \
|
|
introspection:build
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GLIB_SCHEMAS= org.gnome.bijiben.gschema.xml
|
|
|
|
# needed for webkit
|
|
USES+= compiler:c++11-lib
|
|
|
|
.include <bsd.port.mk>
|