[csw-devel] SF.net SVN: gar:[22024] csw/mgar/pkg/xfconf/trunk

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Thu Sep 26 09:37:34 CEST 2013


Revision: 22024
          http://gar.svn.sourceforge.net/gar/?rev=22024&view=rev
Author:   pfelecan
Date:     2013-09-26 07:37:33 +0000 (Thu, 26 Sep 2013)
Log Message:
-----------
xfconf/trunk: run-time dependencies addition and patch perl manual destination

Modified Paths:
--------------
    csw/mgar/pkg/xfconf/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/xfconf/trunk/files/0002-set-manual-pages-destination.patch

Modified: csw/mgar/pkg/xfconf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfconf/trunk/Makefile	2013-09-25 23:12:15 UTC (rev 22023)
+++ csw/mgar/pkg/xfconf/trunk/Makefile	2013-09-26 07:37:33 UTC (rev 22024)
@@ -12,6 +12,7 @@
 MASTER_SITES	=	http://archive.xfce.org/xfce/4.10/src/
 DISTFILES 		=	$(DISTNAME).tar.bz2
 PATCHFILES		+=	0001-use-bash-in-test-drivers.patch
+PATCHFILES		+=	0002-set-manual-pages-destination.patch
 
 BUILD_DEP_PKGS	+=	CSWgtk-doc
 BUILD_DEP_PKGS	+=	CSWvim
@@ -30,6 +31,12 @@
 CATALOGNAME_CSWxfconf			=	xfconf
 SPKG_DESC_CSWxfconf				+=	$(DESCRIPTION)
 RUNTIME_DEP_PKGS_CSWxfconf		+=	CSWlibxfconf0-2
+RUNTIME_DEP_PKGS_CSWxfconf		+=	CSWlibdbus-glib1-2
+RUNTIME_DEP_PKGS_CSWxfconf		+=	CSWlibxfce4util6
+RUNTIME_DEP_PKGS_CSWxfconf		+=	CSWlibgobject2-0-0
+RUNTIME_DEP_PKGS_CSWxfconf		+=	CSWlibglib2-0-0
+RUNTIME_DEP_PKGS_CSWxfconf		+=	CSWperl
+RUNTIME_DEP_PKGS_CSWxfconf		+=	CSWlibdbus1-3
 
 PACKAGES							+=	CSWlibxfconf0-2
 CATALOGNAME_CSWlibxfconf0-2			=	libxfconf0_2
@@ -39,6 +46,8 @@
 RUNTIME_DEP_PKGS_CSWlibxfconf0-2	+=	CSWlibintl8
 RUNTIME_DEP_PKGS_CSWlibxfconf0-2	+=	CSWlibgcc-s1
 RUNTIME_DEP_PKGS_CSWlibxfconf0-2	+=	CSWlibglib2-0-0
+RUNTIME_DEP_PKGS_CSWlibxfconf0-2	+=	CSWlibgobject2-0-0
+RUNTIME_DEP_PKGS_CSWlibxfconf0-2	+=	CSWlibdbus-glib1-2
 
 PACKAGES							+=	CSWxfconf-dev
 CATALOGNAME_CSWxfconf-dev			=	xfconf_dev

Added: csw/mgar/pkg/xfconf/trunk/files/0002-set-manual-pages-destination.patch
===================================================================
--- csw/mgar/pkg/xfconf/trunk/files/0002-set-manual-pages-destination.patch	                        (rev 0)
+++ csw/mgar/pkg/xfconf/trunk/files/0002-set-manual-pages-destination.patch	2013-09-26 07:37:33 UTC (rev 22024)
@@ -0,0 +1,27 @@
+From 7e2c29b5f96c0301bada42592da5e61509746610 Mon Sep 17 00:00:00 2001
+From: Peter Felecan <pfelecan at opencsw.org>
+Date: Thu, 26 Sep 2013 09:28:37 +0200
+Subject: [PATCH] set manual pages destination
+
+taken from the set of patches made by William Bonnet
+---
+ xfconf-perl/Makefile.PL.in | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/xfconf-perl/Makefile.PL.in b/xfconf-perl/Makefile.PL.in
+index c16a453..374fb11 100644
+--- a/xfconf-perl/Makefile.PL.in
++++ b/xfconf-perl/Makefile.PL.in
+@@ -95,6 +95,9 @@ WriteMakefile(
+     ABSTRACT_FROM  => 'Xfconf.pm',
+     PREREQ_PM      => \%pre_reqs,
+     XSPROTOARG     => '-noprototypes',
++    INSTALLSITEMAN1DIR => '/opt/csw/share/man1',
++    INSTALLSITEMAN2DIR => '/opt/csw/share/man2',
++    INSTALLSITEMAN3DIR => '/opt/csw/share/man3',
+     $xfconf->get_makefile_vars,
+ );
+ 
+-- 
+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