[csw-devel] SF.net SVN: gar:[17152] csw/mgar/pkg/gtk-doc/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Feb 23 16:12:45 CET 2012


Revision: 17152
          http://gar.svn.sourceforge.net/gar/?rev=17152&view=rev
Author:   dmichelsen
Date:     2012-02-23 15:12:45 +0000 (Thu, 23 Feb 2012)
Log Message:
-----------
gtk-doc/trunk: Update to 1.18 and new depe

Modified Paths:
--------------
    csw/mgar/pkg/gtk-doc/trunk/Makefile
    csw/mgar/pkg/gtk-doc/trunk/checksums

Modified: csw/mgar/pkg/gtk-doc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gtk-doc/trunk/Makefile	2012-02-23 15:08:24 UTC (rev 17151)
+++ csw/mgar/pkg/gtk-doc/trunk/Makefile	2012-02-23 15:12:45 UTC (rev 17152)
@@ -1,5 +1,5 @@
 NAME = gtk-doc
-VERSION = 1.11
+VERSION = 1.18
 CATEGORIES = gnome
 GARTYPE = v2
 
@@ -11,29 +11,55 @@
 endef
 
 MASTER_SITES = $(GNOME_MIRROR)
-DISTFILES  = $(NAME)-$(VERSION).tar.gz
+DISTFILES += $(DISTNAME).tar.xz
 DISTFILES += CSWgtk-doc.postinstall
 DISTFILES += CSWgtk-doc.postremove
-CATALOGNAME_CSWgtk-doc = gtk_doc
 
-BUILD_DEP_PKGS += CSWsgmlcommon CSWxmlcommon CSWdocbookxsl
-BUILD_DEP_PKGS += CSWopenjade CSWgnomedocutils
+BUILD_DEP_PKGS += CSWsgmlcommon
+BUILD_DEP_PKGS += CSWxmlcommon
+BUILD_DEP_PKGS += CSWdocbookxsl
+BUILD_DEP_PKGS += CSWopenjade
+BUILD_DEP_PKGS += CSWgnomedocutils
+BUILD_DEP_PKGS += CSWpy-libxml2
 
-RUNTIME_DEP_PKGS += CSWperl CSWpython CSWsgmlcommon CSWxmlcommon
-RUNTIME_DEP_PKGS += CSWdocbookxsl CSWopenjade CSWgnomedocutils
+RUNTIME_DEP_PKGS += CSWperl
+RUNTIME_DEP_PKGS += CSWpython
+RUNTIME_DEP_PKGS += CSWsgmlcommon
+RUNTIME_DEP_PKGS += CSWxmlcommon
+RUNTIME_DEP_PKGS += CSWdocbookxsl
+RUNTIME_DEP_PKGS += CSWopenjade
+RUNTIME_DEP_PKGS += CSWgnomedocutils
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+# The dependencies can not be detected by checkpkg
+CHECKPKG_OVERRIDES_CSWgtk-doc += surplus-dependency|CSWpython
+CHECKPKG_OVERRIDES_CSWgtk-doc += surplus-dependency|CSWsgmlcommon
+CHECKPKG_OVERRIDES_CSWgtk-doc += surplus-dependency|CSWxmlcommon
+CHECKPKG_OVERRIDES_CSWgtk-doc += surplus-dependency|CSWdocbookxsl
+CHECKPKG_OVERRIDES_CSWgtk-doc += surplus-dependency|CSWopenjade
+CHECKPKG_OVERRIDES_CSWgtk-doc += surplus-dependency|CSWgnomedocutils
 
+# These are just docs
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/C/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/fr/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/bn_IN/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/gu/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/es/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/sl/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/ta/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/en_GB/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/el/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/de/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/sv/gtk-doc-manual.xml
+CHECKPKG_OVERRIDES_CSWgtk-doc += file-with-bad-content|/usr/share|root/opt/csw/share/gnome/help/gtk-doc-manual/te/gtk-doc-manual.xml
+
 ARCHALL = 1
 
 CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --with-xml-catalog=/opt/csw/etc/xml/catalog
+CONFIGURE_ARGS += --with-xml-catalog=/etc/opt/csw/xml/catalog
 CONFIGURE_ARGS += --disable-scrollkeeper
 
 # xmllint test fail on buildfarm due to proxy requirement
 # some other tests fail due to gtk-doc not installed (doh!)
-#TEST_TARGET = check
-TEST_TARGET =
+SKIPTEST ?= 1
 
 include gar/category.mk

Modified: csw/mgar/pkg/gtk-doc/trunk/checksums
===================================================================
--- csw/mgar/pkg/gtk-doc/trunk/checksums	2012-02-23 15:08:24 UTC (rev 17151)
+++ csw/mgar/pkg/gtk-doc/trunk/checksums	2012-02-23 15:12:45 UTC (rev 17152)
@@ -1,3 +1 @@
-94e02c937b6970e79657c705159b7d17  download/gtk-doc-1.11.tar.gz
-72e00cf77c92c916732b8f0d9f8b29f0  download/CSWgtk-doc.postinstall
-72e00cf77c92c916732b8f0d9f8b29f0  download/CSWgtk-doc.postremove
+3927bed60fdd0fc9093a1d00018e746a  gtk-doc-1.18.tar.xz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list