[132037] trunk/dports/devel/appstream-glib
devans at macports.org
devans at macports.org
Fri Jan 23 02:10:41 PST 2015
Revision: 132037
https://trac.macports.org/changeset/132037
Author: devans at macports.org
Date: 2015-01-23 02:10:41 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
appstream-glib: update to version 0.3.4, use gobject_introspection portgroup.
Modified Paths:
--------------
trunk/dports/devel/appstream-glib/Portfile
Removed Paths:
-------------
trunk/dports/devel/appstream-glib/files/patch-data-appdata-xml.m4.diff
Property Changed:
----------------
trunk/dports/devel/appstream-glib/
Property changes on: trunk/dports/devel/appstream-glib
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/devel/appstream-glib:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/cal/ports/devel/appstream-glib:96570-97031
/users/devans/GNOME-3/stable/dports/devel/appstream-glib:128116-128145
+ /branches/mld-qt-481/dports/devel/appstream-glib:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/cal/ports/devel/appstream-glib:96570-97031
/users/devans/GNOME-3/stable/dports/devel/appstream-glib:128116-132006
Modified: trunk/dports/devel/appstream-glib/Portfile
===================================================================
--- trunk/dports/devel/appstream-glib/Portfile 2015-01-23 10:09:51 UTC (rev 132036)
+++ trunk/dports/devel/appstream-glib/Portfile 2015-01-23 10:10:41 UTC (rev 132037)
@@ -3,8 +3,9 @@
PortSystem 1.0
PortGroup github 1.0
+PortGroup gobject_introspection 1.0
-github.setup hughsie appstream-glib 0_3_2 appstream_glib_
+github.setup hughsie appstream-glib 0_3_4 appstream_glib_
version [string map {_ .} ${version}]
license LGPL-2+
categories devel
@@ -17,8 +18,8 @@
long_description ${description}
-checksums rmd160 4b9cdb1e646f4bb18329bffcd75bc3decb0e645d \
- sha256 9a560e515e0b34662d3c23520f1da23b2bd41db4f3c0915ac7b11251aec4f364
+checksums rmd160 7b5cf31f9e15b758f2aaecafe2de47713670201b \
+ sha256 2b6d6a2efd61db591a797977cb5984833bd5492dfb52a104ebff1d8fc9bc945e
depends_build port:pkgconfig \
port:autoconf \
@@ -27,8 +28,7 @@
port:intltool \
port:gtk-doc
-depends_lib port:gobject-introspection \
- path:lib/pkgconfig/glib-2.0.pc:glib2 \
+depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libarchive \
port:libsoup \
port:libyaml \
@@ -37,16 +37,12 @@
port:sqlite3 \
port:freetype
-patchfiles patch-configure.ac.diff \
- patch-data-appdata-xml.m4.diff
+patchfiles patch-configure.ac.diff
+gobject_introspection yes
+
configure.cmd ./autogen.sh
configure.args --with-xml-catalog=${prefix}/etc/xml/catalog \
- --enable-introspection=yes \
--disable-rpm \
--disable-silent-rules
-
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append CC="${configure.cc} ${configure.cc_archflags}"
-destroot.args-append CC="${configure.cc} ${configure.cc_archflags}"
Deleted: trunk/dports/devel/appstream-glib/files/patch-data-appdata-xml.m4.diff
===================================================================
--- trunk/dports/devel/appstream-glib/files/patch-data-appdata-xml.m4.diff 2015-01-23 10:09:51 UTC (rev 132036)
+++ trunk/dports/devel/appstream-glib/files/patch-data-appdata-xml.m4.diff 2015-01-23 10:10:41 UTC (rev 132037)
@@ -1,41 +0,0 @@
---- data/appdata-xml.m4.orig 2014-11-14 06:15:33.000000000 -0800
-+++ data/appdata-xml.m4 2014-11-14 06:16:09.000000000 -0800
-@@ -1,6 +1,6 @@
- # appdata-xml.m4
- #
--# serial 4
-+# serial 5
-
- dnl APPDATA_XML
- dnl Installs and validates AppData XML files.
-@@ -15,16 +15,13 @@
- dnl
- dnl Adding files to appdata_XML does not distribute them automatically.
-
--AC_DEFUN([APPDATA_XML],
-+AU_DEFUN([APPDATA_XML],
- [
- m4_pattern_allow([AM_V_GEN])
- AC_ARG_ENABLE([appdata-validate],
- [AS_HELP_STRING([--disable-appdata-validate],
- [Disable validating AppData XML files during check phase])])
-
-- # big fat warning
-- AC_MSG_WARN([APPDATA_XML is deprecated, use APPSTREAM_XML instead.])
--
- AS_IF([test "x$enable_appdata_validate" != "xno"],
- [AC_PATH_PROG([APPSTREAM_UTIL], [appstream-util])
- AS_IF([test "x$APPSTREAM_UTIL" = "x"],
-@@ -77,7 +74,11 @@
- rm -f $(appdata_XML:.appdata.xml=.appdata.valid)
- '
- _APPDATA_XML_SUBST(APPDATA_XML_RULES)
--])
-+],
-+[Use the new APPSTREAM_XML macro instead of APPDATA_XML in configure.ac, and
-+ replace @APPDATA_XML_RULES@ with @APPSTREAM_XML_RULES@, appdata_XML with
-+ appstream_XML and --enable-appdata-validate with --enable-appstream-validate
-+ in Makefile.am])
-
- dnl _APPDATA_XML_SUBST(VARIABLE)
- dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/7d040ea3/attachment.html>
More information about the macports-changes
mailing list