You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
50 lines
1.8 KiB
Tcl
50 lines
1.8 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup meson 1.0
|
|
|
|
name libadwaita
|
|
version 1.5.5
|
|
revision 0
|
|
|
|
categories gnome devel
|
|
license LGPL-2.1
|
|
maintainers nomaintainer
|
|
|
|
description Building blocks for modern GNOME applications
|
|
long_description {*}${description}
|
|
homepage https://www.gnome.org
|
|
|
|
set branch [join [lrange [split ${version} .] 0 1] .]
|
|
master_sites gnome:sources/${name}/${branch}/
|
|
use_xz yes
|
|
|
|
checksums rmd160 8796df751cbdd2d7b0148a1073f40835d759a297 \
|
|
sha256 2322c49333b22a3bb2e0c8edc4b2d214a11abd3bfad2234f0685553bf9d2c427 \
|
|
size 4460668
|
|
|
|
meson.wrap_mode nodownload
|
|
|
|
depends_build-append \
|
|
port:gettext \
|
|
path:bin/pkg-config:pkgconfig \
|
|
port:sassc \
|
|
path:bin/vala:vala
|
|
|
|
depends_lib-append port:appstream \
|
|
path:lib/pkgconfig/cairo.pc:cairo \
|
|
port:fribidi \
|
|
path:lib/pkgconfig/gdk-pixbuf-2.0.pc:gdk-pixbuf2 \
|
|
port:gettext-runtime \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection \
|
|
port:graphene \
|
|
path:lib/pkgconfig/gtk4.pc:gtk4
|
|
|
|
# adw-settings-impl-macos.c: error: stray '@' in program
|
|
# Use this code where it is actually needed.
|
|
patchfiles-append patch-fix-adw-settings-impl-macos.diff
|
|
|
|
# cc1: error: unrecognized command line option "-std=gnu11"
|
|
compiler.c_standard 2011
|