[107158] trunk/dports/x11

gui_dos at macports.org gui_dos at macports.org
Thu Jun 20 09:06:09 PDT 2013


Revision: 107158
          https://trac.macports.org/changeset/107158
Author:   gui_dos at macports.org
Date:     2013-06-20 09:06:09 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
gnome-themes-standard: new port (commits #38635, following r106895)

Revision Links:
--------------
    https://trac.macports.org/changeset/106895

Added Paths:
-----------
    trunk/dports/x11/gnome-themes-standard/
    trunk/dports/x11/gnome-themes-standard/Portfile

Added: trunk/dports/x11/gnome-themes-standard/Portfile
===================================================================
--- trunk/dports/x11/gnome-themes-standard/Portfile	                        (rev 0)
+++ trunk/dports/x11/gnome-themes-standard/Portfile	2013-06-20 16:06:09 UTC (rev 107158)
@@ -0,0 +1,47 @@
+# -*- 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
+version         3.8.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
+categories      x11 gnome
+maintainers     nomaintainer
+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  bb79ee63688bb962d17cf832301d572c13396c9d \
+                sha256  5cc1b27a70ca6176343212159236332799b074885867e380ed9b3817e15dd1d1
+
+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}


Property changes on: trunk/dports/x11/gnome-themes-standard/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130620/e7f95f40/attachment.html>


More information about the macports-changes mailing list