[csw-devel] SF.net SVN: gar:[6981] csw/mgar/pkg/shared-mime-info

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Oct 26 17:56:05 CET 2009


Revision: 6981
          http://gar.svn.sourceforge.net/gar/?rev=6981&view=rev
Author:   dmichelsen
Date:     2009-10-26 16:56:04 +0000 (Mon, 26 Oct 2009)

Log Message:
-----------
shared-mime-info: Convert to mGAR

Added Paths:
-----------
    csw/mgar/pkg/shared-mime-info/Makefile
    csw/mgar/pkg/shared-mime-info/branches/
    csw/mgar/pkg/shared-mime-info/tags/
    csw/mgar/pkg/shared-mime-info/tags/legacy/
    csw/mgar/pkg/shared-mime-info/trunk/Makefile
    csw/mgar/pkg/shared-mime-info/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/shared-mime-info/trunk/legacy/

Property Changed:
----------------
    csw/mgar/pkg/shared-mime-info/trunk/

Copied: csw/mgar/pkg/shared-mime-info/Makefile (from rev 6855, csw/mgar/pkg/automake/Makefile)
===================================================================
--- csw/mgar/pkg/shared-mime-info/Makefile	                        (rev 0)
+++ csw/mgar/pkg/shared-mime-info/Makefile	2009-10-26 16:56:04 UTC (rev 6981)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/shared-mime-info/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Copied: csw/mgar/pkg/shared-mime-info/trunk/Makefile (from rev 6855, csw/mgar/pkg/gperf/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/shared-mime-info/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/shared-mime-info/trunk/Makefile	2009-10-26 16:56:04 UTC (rev 6981)
@@ -0,0 +1,27 @@
+GARNAME = shared-mime-info
+GARVERSION = 0.70
+CATEGORIES = lib
+
+DESCRIPTION = Freedesktop.org common MIME database
+define BLURB
+  The shared-mime-info package contains the core database of common types and
+  the *update-mime-database* command used to extend it. It requires glib2 to be
+  installed for building the update command. Additionally, it uses intltool for
+  translations, though this is only a dependency for the maintainers. This
+  database is translated at Transifex.
+endef
+
+MASTER_SITES = http://freedesktop.org/~hadess/
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+SPKG_SOURCEURL = http://freedesktop.org/Software/shared-mime-info
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+

Added: csw/mgar/pkg/shared-mime-info/trunk/checksums
===================================================================
--- csw/mgar/pkg/shared-mime-info/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/shared-mime-info/trunk/checksums	2009-10-26 16:56:04 UTC (rev 6981)
@@ -0,0 +1 @@
+9032d98f14b8e13e0fea4bf45ca23401  shared-mime-info-0.70.tar.bz2


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