blob: 2341a8347bfcda08f1cb64fff63668fd6166620a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Gustau Perez <gustau.perez@gmail.com>
PORTNAME= gnome-initial-setup
PORTVERSION= 41.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= First boot setup tool for GNOME
BUILD_DEPENDS= gdm>=3.0.0:x11/gdm \
gnome-autogen.sh:devel/gnome-common \
krb5>0:security/krb5
LIB_DEPENDS= libaccountsservice.so:sysutils/accountsservice \
libgoa-1.0.so:net/gnome-online-accounts \
libgweather-3.so:net/libgweather \
libpwquality.so:security/libpwquality
RUN_DEPENDS= gdm>=3.0.0:x11/gdm \
krb5>0:security/krb5
USES= compiler:c++11-lib gnome meson pathfix pkgconfig tar:xz
USE_GNOME= gnomedesktop3 gtk30 intlhack
INSTALLS_ICONS= yes
MESON_ARGS= -Dcheese=disabled \
-Dparental_controls=disabled \
-Dsystemd=false
PORTSCOUT= limitw:1,even
.include <bsd.port.mk>
|