Ticket #38635: Portfile

File Portfile, 1.4 KB (added by gui-dos (Guido Soranzio), 11 years ago)

Portfile

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