[113231] trunk/dports/gnome/gnome-icon-theme

devans at macports.org devans at macports.org
Tue Nov 12 22:29:28 PST 2013


Revision: 113231
          https://trac.macports.org/changeset/113231
Author:   devans at macports.org
Date:     2013-11-12 22:29:28 -0800 (Tue, 12 Nov 2013)
Log Message:
-----------
gnome-icon-theme: merge version 3.10.0 from GNOME-3 test branch.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-icon-theme/Portfile

Property Changed:
----------------
    trunk/dports/gnome/gnome-icon-theme/


Property changes on: trunk/dports/gnome/gnome-icon-theme
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/gnome/gnome-icon-theme:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-icon-theme:108269-113174
/users/rmstonecipher/gnome/gnome-icon-theme:102363-103172

Modified: trunk/dports/gnome/gnome-icon-theme/Portfile
===================================================================
--- trunk/dports/gnome/gnome-icon-theme/Portfile	2013-11-13 06:29:13 UTC (rev 113230)
+++ trunk/dports/gnome/gnome-icon-theme/Portfile	2013-11-13 06:29:28 UTC (rev 113231)
@@ -1,35 +1,43 @@
 # -*- 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
+PortSystem          1.0
 
-name            gnome-icon-theme
-version         2.31.0
-set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     nomaintainer
-categories      gnome
-platforms       darwin
-license         GPL-2
-description     A collection of icons for the GNOME 2 desktop.
+name                gnome-icon-theme
+version             3.10.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+maintainers         nomaintainer
+categories          gnome
+platforms           darwin
+license             LGPL-3
+description         A collection of icons for the GNOME 3 desktop.
 
-long_description \
-                gnome-icon-theme is a collection of icons and \
-                emblems for the GNOME 2 desktop.
+long_description    gnome-icon-theme is a collection of icons and \
+                    emblems for the GNOME 3 desktop.
 
-homepage        http://www.gnome.org/
-master_sites    gnome:sources/${name}/${branch}/
+homepage            http://www.gnome.org/
+master_sites        gnome:sources/${name}/${branch}/
 
-use_bzip2       yes
+use_xz              yes
 
-checksums       rmd160  8f07afe3112a61b91081986f73ff09aed5a9ed1f \
-                sha256  ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982
+checksums           rmd160  2d7f1945a40d87b201e868d599e7ddd3b57eb251 \
+                    sha256  c65472b5846c67b97fe75200c5180faccd1347a04caa8390fc0ad23de75b36f6
 
-depends_build   port:intltool \
-                port:pkgconfig \
-                port:libiconv \
-                port:hicolor-icon-theme \
-                port:icon-naming-utils
+depends_build       port:intltool \
+                    port:pkgconfig \
+                    port:icon-naming-utils \
+                    port:gtk3
     
-supported_archs noarch
+supported_archs     noarch
 
-livecheck.type  gnome-with-unstable
+# autoreconf with MacPorts patched intltool.m4
+
+use_autoreconf      yes
+autoreconf.args     -fi
+
+configure.env-append \
+                    GTK_UPDATE_ICON_CACHE=${prefix}/bin/gtk-update-icon-cache-3.0
+
+configure.args      --enable-icon-mapping
+
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131112/0f9d030b/attachment.html>


More information about the macports-changes mailing list