[csw-devel] SF.net SVN: gar:[22006] csw/mgar/pkg

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Wed Sep 25 14:03:22 CEST 2013


Revision: 22006
          http://gar.svn.sourceforge.net/gar/?rev=22006&view=rev
Author:   pfelecan
Date:     2013-09-25 12:03:21 +0000 (Wed, 25 Sep 2013)
Log Message:
-----------
xfconf/trunk: instatiation

Added Paths:
-----------
    csw/mgar/pkg/xfconf/
    csw/mgar/pkg/xfconf/Makefile
    csw/mgar/pkg/xfconf/branches/
    csw/mgar/pkg/xfconf/tags/
    csw/mgar/pkg/xfconf/trunk/
    csw/mgar/pkg/xfconf/trunk/Makefile
    csw/mgar/pkg/xfconf/trunk/checksums
    csw/mgar/pkg/xfconf/trunk/files/
    csw/mgar/pkg/xfconf/trunk/files/0001-use-bash-in-test-drivers.patch

Added: csw/mgar/pkg/xfconf/Makefile
===================================================================
--- csw/mgar/pkg/xfconf/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xfconf/Makefile	2013-09-25 12:03:21 UTC (rev 22006)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/xfconf/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/xfconf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfconf/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xfconf/trunk/Makefile	2013-09-25 12:03:21 UTC (rev 22006)
@@ -0,0 +1,35 @@
+# $Id$
+
+NAME	=	xfconf
+VERSION	=	4.10.0
+GARTYPE	=	v2
+
+DESCRIPTION	=	Manage settings in Xfce
+define BLURB
+  Manage settings in Xfce
+endef
+
+MASTER_SITES	=	http://archive.xfce.org/xfce/4.10/src/
+DISTFILES 		=	$(DISTNAME).tar.bz2
+PATCHFILES		+=	0001-use-bash-in-test-drivers.patch
+
+BUILD_DEP_PKGS	+=	CSWgtk-doc
+BUILD_DEP_PKGS	+=	CSWvim
+
+CONFIGURE_ARGS	=	$(DIRPATHS)
+CONFIGURE_ARGS	+=	--enable-gtk-doc
+CONFIGURE_ARGS	+=	--enable-gtk-doc-html
+CONFIGURE_ARGS	+=	--enable-gtk-doc-pdf
+
+GARCOMPILER		=	GNU
+
+TEST_SCRIPTS = custom
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(PATH)
+
+# abicheck.sh fails for incocuous reasons and the ABI is not in question:
+test-custom:
+	cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) VERBOSE=true && $(MAKE) -i -k -C $(OBJDIR) check
+	$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/xfconf/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/xfconf/trunk/checksums
===================================================================
--- csw/mgar/pkg/xfconf/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/xfconf/trunk/checksums	2013-09-25 12:03:21 UTC (rev 22006)
@@ -0,0 +1 @@
+4ed48150a03fb5f42b455494307b7f28  xfconf-4.10.0.tar.bz2

Added: csw/mgar/pkg/xfconf/trunk/files/0001-use-bash-in-test-drivers.patch
===================================================================
--- csw/mgar/pkg/xfconf/trunk/files/0001-use-bash-in-test-drivers.patch	                        (rev 0)
+++ csw/mgar/pkg/xfconf/trunk/files/0001-use-bash-in-test-drivers.patch	2013-09-25 12:03:21 UTC (rev 22006)
@@ -0,0 +1,22 @@
+From 8d213e97a8589ebe040d87977276766c79f9f5c8 Mon Sep 17 00:00:00 2001
+From: Peter Felecan <pfelecan at opencsw.org>
+Date: Wed, 25 Sep 2013 12:11:27 +0200
+Subject: [PATCH] use bash in test drivers
+
+---
+ tests/test-template.sh.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/test-template.sh.in b/tests/test-template.sh.in
+index 2e638a8..fe621a3 100644
+--- a/tests/test-template.sh.in
++++ b/tests/test-template.sh.in
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/usr/bin/env bash
+ 
+ cleanup() {
+     if [ "$XFCONFD_PID" ]; then
+-- 
+1.8.3.4
+

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