blob: 13d78a7a99c0a1cfe2ab70d979dc5aaf0e0c0003 (
plain) (
blame)
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
33
34
|
# Created by: Gustau Perez <gustau.perez@gmail.com>
PORTNAME= gnome-initial-setup
PORTVERSION= 41.2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome3
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
PATCHFILES+= 6423c28949f6.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/131
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
MESON_ARGS= -Dcheese=disabled \
-Dparental_controls=disabled \
-Dsystemd=false
PORTSCOUT= limitw:1,even
.include <bsd.port.mk>
|