# -*- 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 # $Id$ PortSystem 1.0 name gnome-themes-standard conflicts gnome-themes version 3.8.3 set branch [join [lrange [split ${version} .] 0 1] .] categories gnome maintainers devans openmaintainer license LGPL-2.1+ GPL-2+ platforms darwin description Default GNOME 3 theme long_description \ gnome-themes-standard contains various components of the \ default GNOME 3 themes for GTK+ 2 and GTK+ 3 applications \ (Adwaita, HighContrast, LowContrast). homepage http://www.gnome.org/ master_sites gnome:sources/$name/$branch/ use_xz yes checksums rmd160 0cb7b966a94c8e786e5c63ab261a07e9f197fb70 \ sha256 977eb8ac94bad6e7095c272a583e614fba1c1897410e9f25ae028618d269b1e4 depends_build port:intltool \ port:pkgconfig depends_lib port:gtk3 \ port:gtk2 \ port:librsvg notes " You can make Adwaita the default theme with: ------------------------------------------------------ mkdir -p ~/.config/gtk-3.0 && cat > ~/.config/gtk-3.0/settings.ini << \"EOF\" \[Settings\] gtk-theme-name = Adwaita gtk-fallback-icon-theme = gnome EOF ------------------------------------------------------ " livecheck.type gnome livecheck.name ${name}