Revision: 139983 https://trac.macports.org/changeset/139983 Author: devans@macports.org Date: 2015-09-04 17:18:32 -0700 (Fri, 04 Sep 2015) Log Message: ----------- easytag: update to version 2.4.0, configuration, add +nautilus variant, update post activate processing. Modified Paths: -------------- trunk/dports/audio/easytag/Portfile Added Paths: ----------- trunk/dports/audio/easytag/files/ Property Changed: ---------------- trunk/dports/audio/easytag/ Property changes on: trunk/dports/audio/easytag ___________________________________________________________________ Modified: svn:mergeinfo - /users/devans/GNOME-3/stable/dports/audio/easytag:128144-136067 + /users/devans/GNOME-3/stable/dports/audio/easytag:128144-139981 /users/devans/GNOME-3/unstable/dports/audio/easytag:128305-139829 Modified: trunk/dports/audio/easytag/Portfile =================================================================== --- trunk/dports/audio/easytag/Portfile 2015-09-05 00:13:33 UTC (rev 139982) +++ trunk/dports/audio/easytag/Portfile 2015-09-05 00:18:32 UTC (rev 139983) @@ -4,8 +4,7 @@ PortSystem 1.0 name easytag -version 2.2.6 -revision 1 +version 2.4.0 set branch [join [lrange [split ${version} .] 0 1] .] categories audio gnome platforms darwin @@ -20,8 +19,8 @@ master_sites gnome:sources/${name}/${branch} -checksums rmd160 b2eb87d7ade6cf2bcc9b4ee5e3287b13a0064dc0 \ - sha256 26437f0d698c3b16794336c335b40f53fa26aefeb77322e45e4e2501c4cff14a +checksums rmd160 38a0c30d0f33c27a751aa87aed6cfee1eca62afe \ + sha256 b8d882bc168abca96b1b369b10e5b97fa29a7a43f7b33f34489768d111610c3d use_xz yes @@ -48,18 +47,26 @@ depends_run port:gnome-themes-standard -# reconfigure using upstream autogen.sh for intltool 0.51 compatibility +patchfiles patch-m4-ax_compiler_flags_ldflags.m4.diff +# reconfigure using distributed autogen.sh for intltool 0.51 compatibility + configure.cmd ./autogen.sh -configure.args --with-gtk2=no +configure.args --disable-nautilus-actions \ + --enable-compile-warnings=minimum \ + --disable-silent-rules \ + --disable-schemas-compile -configure.cxxflags-append \ - -Wno-format-nonliteral +variant nautilus description {Build nautilus context actions} { + depends_lib-append port:nautilus + configure.args-delete --disable-nautilus-actions +} post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor" + system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" } livecheck.type gnome
participants (1)
-
devans@macports.org