forked from Lainports/freebsd-ports
Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0
Update cheese to 3.38.0
Update aisleriot to 3.22.9
Update five-or-more to 3.22.2
Update fastream to 0.2.9
Update gnome-control-center to 3.36.4
Update gnmoe-settings-daemon to 3.38.0
Update meld to 3.21.0
Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of
all dependant ports not touched by this update
Update gnome-session to 3.38.0
Update gnome-shell to 3.36.6, now run depends on gdm
Update gnome-shell-extensions to 3.36.3
Update mutter to 3.36.6
46 lines
1.2 KiB
Makefile
46 lines
1.2 KiB
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-initial-setup
|
|
PORTVERSION= 3.18.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= First boot setup tool for GNOME 3
|
|
|
|
BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common \
|
|
gdm>=3.0.0:x11/gdm
|
|
LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \
|
|
libaccountsservice.so:sysutils/accountsservice \
|
|
libpwquality.so:security/libpwquality \
|
|
libgweather-3.so:net/libgweather
|
|
RUN_DEPENDS= gdm>=3.0.0:x11/gdm
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= autoreconf compiler:c++11-lib gettext gmake gnome libtool \
|
|
pathfix pkgconfig tar:xz
|
|
USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
OPTIONS_DEFINE= KERBEROS
|
|
OPTIONS_DEFAULT=KERBEROS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if !${PORT_OPTIONS:MKERBEROS}
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-initial-setup_gis-account-page.c
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|krb5/krb5.h|krb5.h|g' \
|
|
${WRKSRC}/gnome-initial-setup/pages/account/um-realm-manager.c
|
|
|
|
.include <bsd.port.mk>
|