1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gnome-themes-standard |
---|
7 | version 3.8.1 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | categories x11 |
---|
10 | maintainers nomaintainer |
---|
11 | license LGPL-2.1+ GPL-2+ |
---|
12 | platforms darwin |
---|
13 | description Default GNOME 3 theme |
---|
14 | |
---|
15 | long_description \ |
---|
16 | gnome-themes-standard contains various components of the \ |
---|
17 | default GNOME 3 themes for GTK+ 2 and GTK+ 3 applications \ |
---|
18 | (Adwaita, HighContrast, LowContrast). |
---|
19 | |
---|
20 | homepage http://www.gnome.org/ |
---|
21 | master_sites gnome:sources/$name/$branch/ |
---|
22 | use_xz yes |
---|
23 | |
---|
24 | checksums rmd160 bb79ee63688bb962d17cf832301d572c13396c9d \ |
---|
25 | sha256 5cc1b27a70ca6176343212159236332799b074885867e380ed9b3817e15dd1d1 |
---|
26 | |
---|
27 | depends_build port:intltool \ |
---|
28 | port:pkgconfig |
---|
29 | |
---|
30 | depends_lib port:gtk3 \ |
---|
31 | port:gtk2 \ |
---|
32 | port:librsvg |
---|
33 | |
---|
34 | notes " |
---|
35 | You can make Adwaita the default theme with: |
---|
36 | ------------------------------------------------------ |
---|
37 | mkdir -p ~/.config/gtk-3.0 && |
---|
38 | cat > ~/.config/gtk-3.0/settings.ini << \"EOF\" |
---|
39 | \[Settings\] |
---|
40 | gtk-theme-name = Adwaita |
---|
41 | gtk-fallback-icon-theme = gnome |
---|
42 | EOF |
---|
43 | ------------------------------------------------------ |
---|
44 | " |
---|
45 | |
---|
46 | livecheck.type gnome |
---|
47 | livecheck.name ${name} |
---|