You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
980 B
Tcl
31 lines
980 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup meson 1.0
|
|
|
|
name gnome-backgrounds
|
|
version 3.38.0
|
|
set branch [join [lrange [split ${version} .] 0 1] .]
|
|
maintainers nomaintainer
|
|
categories gnome
|
|
license GPL-2
|
|
installs_libs no
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
description A collection of backgrounds for GNOME 2.
|
|
long_description {*}$description
|
|
|
|
homepage https://www.gnome.org/
|
|
master_sites gnome:sources/$name/$branch/
|
|
|
|
use_xz yes
|
|
|
|
checksums rmd160 58db9c509134b054553f0e2693752241c8aef34e \
|
|
sha256 f7712a873a80c9a9fcf3952611effeb2d9aed23a3e8abfcda8afb15c427d1ee3 \
|
|
size 41179824
|
|
|
|
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2
|
|
|
|
livecheck.type gnome
|