# gnome-terminal/cfg - "Build" settings for package

#---------------------------------------------------------------------

[technotes]

#---------------------------------------------------------------------

[buildtimes]


#---------------------------------------------------------------------

[settings]
license  = See "license*.txt" in installed tree
licfile  = COPYING
tmpsize  = 31M

#---------------------------------------------------------------------

[depends]
actools
brotli
bzip2
cairo
cpan-xml-parser
dbus
expat
fontconfig
freetype2
fribidi
gawk
gettext
gnutls3
graphite2
grep
gtkcore
jpeg
libbsd
libffi
libgmp
libicu
libidn2
libpng
libunistring
libxslt
meson
ncurses
nettle3
ninja
openssl
p11kit
pcre
pcre2
perl
pkgconf
python
sed
util-linux
vte
xorg
zlib

#---------------------------------------------------------------------

[configure]
ln -nsf `which true` desktop-file-validate
PATH=$PRODTREE/python3/bin:$PATH:`pwd`
PP=$PKGDIR_PROD

rm -fr build
mkdir  build
meson  build \
    -D prefix=$PP \
    -D nautilus_extension=false \
    -D search_provider=false

cd build
if [ \! -f build.ninja ]; then exit 1; fi
meson configure

#---------------------------------------------------------------------

[build]
PATH=$PRODTREE/python3/bin:$PATH:`pwd`
cd build
ninja_simple_build

#---------------------------------------------------------------------

# Original URLs. These URLs were valid at one point, but may have died
# since then. If you download newer versions of tarballs [etc.], don't
# delete  the  original versions,  as you may not  be able  to replace
# them.

[urls]
url_debian  = tbd
url_home    = tbd
url_lfs     = tbd

url_tarball = http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/\
3.56/gnome-terminal-3.56.2.tar.xz

#---------------------------------------------------------------------

[history]
211019 Added package
211019 Started with 3.42.0
230211 Updated to 3.44.1
250712 Updated to 3.56.2