[csw-devel] SF.net SVN: gar:[5268] csw/mgar/pkg/xfce
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Tue Jun 16 00:06:03 CEST 2009
Revision: 5268
http://gar.svn.sourceforge.net/gar/?rev=5268&view=rev
Author: wbonnet
Date: 2009-06-15 22:06:02 +0000 (Mon, 15 Jun 2009)
Log Message:
-----------
Add xfconf
Modified Paths:
--------------
csw/mgar/pkg/xfce/dbh/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/xfce/xfconf/
csw/mgar/pkg/xfce/xfconf/Makefile
csw/mgar/pkg/xfce/xfconf/branches/
csw/mgar/pkg/xfce/xfconf/tags/
csw/mgar/pkg/xfce/xfconf/trunk/
csw/mgar/pkg/xfce/xfconf/trunk/Makefile
csw/mgar/pkg/xfce/xfconf/trunk/files/
Modified: csw/mgar/pkg/xfce/dbh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/dbh/trunk/Makefile 2009-06-15 20:56:19 UTC (rev 5267)
+++ csw/mgar/pkg/xfce/dbh/trunk/Makefile 2009-06-15 22:06:02 UTC (rev 5268)
@@ -3,7 +3,7 @@
CATEGORIES = xfce
XFCE_VERSION = 4.2.3.2
-DESCRIPTION = Disk based hash tables
+DESCRIPTION = Disk based hash tables, dbh
define BLURB
Disk based hash tables
endef
Added: csw/mgar/pkg/xfce/xfconf/Makefile
===================================================================
--- csw/mgar/pkg/xfce/xfconf/Makefile (rev 0)
+++ csw/mgar/pkg/xfce/xfconf/Makefile 2009-06-15 22:06:02 UTC (rev 5268)
@@ -0,0 +1,19 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ @for i in $(filter-out CVS/,$(wildcard */)) ; do \
+ $(MAKE) -C $$i $* || exit 2; \
+ done
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ @for i in $(filter-out CVS/,$(wildcard */)) ; do \
+ $(MAKE) -C $$i $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG); \
+ done
Property changes on: csw/mgar/pkg/xfce/xfconf/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/xfce/xfconf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfce/xfconf/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xfce/xfconf/trunk/Makefile 2009-06-15 22:06:02 UTC (rev 5268)
@@ -0,0 +1,55 @@
+GARNAME = xfconf
+CATEGORIES = xfce
+
+DESCRIPTION = Xfconf is a simple client-server configuration storage and query system
+define BLURB
+ Xfconf is a simple client-server configuration storage and query system
+endef
+
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# Don't forget to add this after checking dependencies with panel CSWxfconfdep.preinstall
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+# Catalog description
+PACKAGES = CSWxfconf CSWxfconfdevel CSWxfconfdoc
+
+CATALOGNAME_CSWxfconf = xfconf
+CATALOGNAME_CSWxfconfdevel = xfconf_devel
+CATALOGNAME_CSWxfconfdoc = xfconf_doc
+
+# Package description
+SPKG_DESC_CSWxfconf = $(DESCRIPTION)
+SPKG_DESC_CSWxfconfdevel = $(DESCRIPTION) development package
+SPKG_DESC_CSWxfconfdoc = $(DESCRIPTION) documentation package
+
+# Dynamic prototype
+PKGFILES_CSWxfconfdevel = $(PKGFILES_DEVEL)
+PKGFILES_CSWxfconfdevel += /opt/csw/include/xfce4/xfconf/.*
+PKGFILES_CSWxfconfdoc = /opt/csw/share/gtk-doc/.*
+
+# Defines dependencies
+REQUIRED_PKGS_CSWxfconf =
+REQUIRED_PKGS_CSWxfconfdevel =
+REQUIRED_PKGS_CSWxfconfdoc =
+
+# BUILD64 = 1
+# NOISALIST = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-xinerama
+
+TEST_SCRIPTS =
+
+MSGFMT= /opt/csw/bin/gmsgfmt
+MSGMERGE= /opt/csw/bin/gmsgmerge
+XGETTEXT = /opt/csw/bin/gxgettext
+GETTEXT = /opt/csw/bin/ggettext
+export MSGMERGE
+export MSGFMT
+export XGETTEXT
+export GETTEXT
+
+include gar/category.mk
+
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