[122326] users/devans/dports/gnome

devans at macports.org devans at macports.org
Sun Jul 20 20:23:56 PDT 2014


Revision: 122326
          https://trac.macports.org/changeset/122326
Author:   devans at macports.org
Date:     2014-07-20 20:23:56 -0700 (Sun, 20 Jul 2014)
Log Message:
-----------
devans/dports: gthumb, copy from trunk and update to version 3.2.8 for testing.

Modified Paths:
--------------
    users/devans/dports/gnome/gthumb/Portfile

Added Paths:
-----------
    users/devans/dports/gnome/gthumb/
    users/devans/dports/gnome/gthumb/files/patch-configure.ac.diff

Removed Paths:
-------------
    users/devans/dports/gnome/gthumb/files/patch-configure.diff


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

Modified: users/devans/dports/gnome/gthumb/Portfile
===================================================================
--- trunk/dports/gnome/gthumb/Portfile	2014-07-20 22:53:24 UTC (rev 122324)
+++ users/devans/dports/gnome/gthumb/Portfile	2014-07-21 03:23:56 UTC (rev 122326)
@@ -4,8 +4,7 @@
 PortSystem              1.0
 
 name                    gthumb
-version                 2.14.4
-revision                6
+version                 3.2.8
 license                 GPL-2+
 set branch              [join [lrange [split ${version} .] 0 1] .]
 description             Image viewer and browser for the gnome desktop.
@@ -17,50 +16,63 @@
 master_sites            gnome:sources/gthumb/${branch}
 use_xz                  yes
 
-checksums               sha256  1561ca52f9b60fbcd0e8fc976de8b30f0447019c698bfe1051d421935b5a51b5 \
-                        rmd160  384b4441ed3d4022b6e5c5301b5a3c422f8b101b
+checksums               sha256  d600aba747af551540f3bbae8e8afa1cc308c658d911318c98fd4bf52ecd61b8 \
+                        rmd160  25b57ca3651706d091cc3c18187631ea4c59a4f0
 
-depends_build           port:gnome-doc-utils \
+depends_build           port:pkgconfig \
                         port:intltool \
-                        port:pkgconfig
+                        port:itstool \
+                        port:yelp-tools \
+                        port:gnome-common
 
 depends_lib             port:desktop-file-utils \
-                        port:gconf \
-                        port:gstreamer010-gst-plugins-base \
-                        port:libgnome-keyring \
+                        port:gsettings-desktop-schemas \
+                        port:gtk3 \
+                        port:gstreamer1-gst-plugins-base \
+                        port:jpeg \
+                        port:tiff \
+                        port:libpng \
+                        port:librsvg \
+                        port:clutter \
+                        port:libchamplain \
+                        port:webp \
+                        port:exiv2 \
+                        port:libopenraw \
+                        port:libsecret \
                         port:libsoup \
-                        port:libunique \
-                        port:exiv2 \
-                        port:libopenraw
+                        port:json-glib
 
 depends_run             port:yelp
 
-patchfiles              patch-configure.diff
+patchfiles              patch-configure.ac.diff
 
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf          yes
+autoreconf.args         -fvi
+
 configure.args          --enable-libopenraw \
-                        --disable-clutter \
-                        --disable-gnome-3 \
+                        --enable-librsvg \
+                        --enable-libchamplain \
                         --disable-libbrasero \
-                        --disable-scrollkeeper \
-                        --disable-schemas-install \
+                        --disable-webkit2 \
+                        --disable-schemas-compile \
                         --disable-silent-rules
 
 universal_variant       no
 
-variant clutter description {Enable use of clutter in slide show feature} {
-    depends_lib-append    port:clutter-gtk
-    configure.args-delete --disable-clutter
-}
-
 variant debug description {Enable building of debugging messages} {
     configure.args-append --enable-debug
 }
 
 post-activate {
-    system "gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+    system "gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
 livecheck.type          gnome

Added: users/devans/dports/gnome/gthumb/files/patch-configure.ac.diff
===================================================================
--- users/devans/dports/gnome/gthumb/files/patch-configure.ac.diff	                        (rev 0)
+++ users/devans/dports/gnome/gthumb/files/patch-configure.ac.diff	2014-07-21 03:23:56 UTC (rev 122326)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2014-07-20 18:52:37.000000000 -0700
++++ configure.ac	2014-07-20 18:52:57.000000000 -0700
+@@ -76,7 +76,7 @@
+ dnl ===========================================================================
+ 
+ CFLAGS=${CFLAGS-:""}
+-CFLAGS="$CFLAGS -fPIC -DPIC -Wl,--as-needed"
++CFLAGS="$CFLAGS -fPIC -DPIC"
+ 
+ AC_ARG_ENABLE(deprecated,
+ 	      AS_HELP_STRING([--disable-deprecated], [do not use deprecated API]),

Deleted: users/devans/dports/gnome/gthumb/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/gthumb/files/patch-configure.diff	2014-07-20 22:53:24 UTC (rev 122324)
+++ users/devans/dports/gnome/gthumb/files/patch-configure.diff	2014-07-21 03:23:56 UTC (rev 122326)
@@ -1,11 +0,0 @@
---- configure.orig	2013-01-15 17:43:51.000000000 -0800
-+++ configure	2013-01-15 17:46:15.000000000 -0800
-@@ -17306,7 +17306,7 @@
- 
- 
- CFLAGS=${CFLAGS-:""}
--CFLAGS="$CFLAGS -fPIC -DPIC -Wl,--as-needed"
-+CFLAGS="$CFLAGS -fPIC -DPIC"
- 
- # Check whether --enable-deprecated was given.
- if test "${enable_deprecated+set}" = set; then :
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140720/9280b9fc/attachment.html>


More information about the macports-changes mailing list