[136150] trunk/dports/gnome/dconf

devans at macports.org devans at macports.org
Mon May 11 15:36:46 PDT 2015


Revision: 136150
          https://trac.macports.org/changeset/136150
Author:   devans at macports.org
Date:     2015-05-11 15:36:46 -0700 (Mon, 11 May 2015)
Log Message:
-----------
dconf: update to version 0.24.0, editor moved to new port, no longer uses intltool, update post-activate processing.

Modified Paths:
--------------
    trunk/dports/gnome/dconf/Portfile
    trunk/dports/gnome/dconf/files/patch-fix-lib-names-Makefile.am.diff

Property Changed:
----------------
    trunk/dports/gnome/dconf/


Property changes on: trunk/dports/gnome/dconf
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/dconf:113175-133842
/users/devans/GNOME-3/unstable/dports/gnome/dconf:116416-118151,122424-125568
   + /users/devans/GNOME-3/stable/dports/gnome/dconf:113175-136044
/users/devans/GNOME-3/unstable/dports/gnome/dconf:116416-118151,122424-125568,133860-134459

Modified: trunk/dports/gnome/dconf/Portfile
===================================================================
--- trunk/dports/gnome/dconf/Portfile	2015-05-11 22:36:43 UTC (rev 136149)
+++ trunk/dports/gnome/dconf/Portfile	2015-05-11 22:36:46 UTC (rev 136150)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                dconf
-version             0.22.0
+version             0.24.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 maintainers         devans openmaintainer
 categories          gnome
@@ -22,39 +22,26 @@
 
 use_xz              yes
 
-checksums           rmd160  a69abcb409ebdb3a72923ecbb23cbf5b43a5f98c \
-                    sha256  0a277cb0c3f09e77d9413c5a9b3577fc2b5d6e941b59b44940392e024a224b8e
+checksums           rmd160  60fcdd4ca2aa09a1102cbdb3586bb462d2292eae \
+                    sha256  4373e0ced1f4d7d68d518038796c073696280e22957babb29feb0267c630fec2
 
 depends_build       port:pkgconfig \
-                    port:intltool \
-                    port:gtk-doc \
+                    port:docbook-xsl \
                     port:libxslt
 
-depends_lib         port:desktop-file-utils \
-                    port:gtk3 \
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:dbus \
-                    port:libxml2 \
                     port:vala
 
 patchfiles          patch-fix-lib-names-Makefile.am.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-editor \
-                    --disable-schemas-compile \
+configure.args      --disable-schemas-compile \
                     --disable-silent-rules
 
 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"
     system "${prefix}/bin/gio-querymodules ${prefix}/lib/gio/modules"
 }
 

Modified: trunk/dports/gnome/dconf/files/patch-fix-lib-names-Makefile.am.diff
===================================================================
--- trunk/dports/gnome/dconf/files/patch-fix-lib-names-Makefile.am.diff	2015-05-11 22:36:43 UTC (rev 136149)
+++ trunk/dports/gnome/dconf/files/patch-fix-lib-names-Makefile.am.diff	2015-05-11 22:36:46 UTC (rev 136150)
@@ -114,14 +114,3 @@
  
 -CLEANFILES = libdconf-dbus-1.so.0 libdconf-dbus-1.so
 +CLEANFILES = libdconf-dbus-1.0.dylib libdconf-dbus-1.dylib
---- editor/Makefile.am.orig	2014-03-07 10:04:58.000000000 -0800
-+++ editor/Makefile.am	2014-03-07 10:07:17.000000000 -0800
-@@ -7,7 +7,7 @@
- dconf_editor_VALAFLAGS = --vapidir ../client --pkg gtk+-3.0 --pkg gmodule-2.0 --pkg libxml-2.0 --pkg dconf
- 
- dconf_editor_LDADD = \
--	../client/libdconf.so.1		\
-+	../client/libdconf.1.dylib	\
- 	$(gtk_LIBS)			\
- 	$(gee_LIBS)			\
- 	$(gmodule_LIBS)			\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/a6d6370f/attachment-0001.html>


More information about the macports-changes mailing list