[csw-devel] SF.net SVN: gar:[9950] csw/mgar/pkg/sunx11_devel/trunk
theferret at users.sourceforge.net
theferret at users.sourceforge.net
Fri May 21 22:55:13 CEST 2010
Revision: 9950
http://gar.svn.sourceforge.net/gar/?rev=9950&view=rev
Author: theferret
Date: 2010-05-21 20:55:13 +0000 (Fri, 21 May 2010)
Log Message:
-----------
sunx11_devel: added in extra x*.pc files
Modified Paths:
--------------
csw/mgar/pkg/sunx11_devel/trunk/pkginfo
csw/mgar/pkg/sunx11_devel/trunk/prototype
Added Paths:
-----------
csw/mgar/pkg/sunx11_devel/trunk/xext.pc
csw/mgar/pkg/sunx11_devel/trunk/xextproto.pc
csw/mgar/pkg/sunx11_devel/trunk/xt.pc
Modified: csw/mgar/pkg/sunx11_devel/trunk/pkginfo
===================================================================
--- csw/mgar/pkg/sunx11_devel/trunk/pkginfo 2010-05-21 16:43:59 UTC (rev 9949)
+++ csw/mgar/pkg/sunx11_devel/trunk/pkginfo 2010-05-21 20:55:13 UTC (rev 9950)
@@ -1,7 +1,7 @@
PKG=CSWsunx11devel
ARCH=all
NAME=sunx11_devel - CSW utility layer for compiling software with Sun X11 libs
-VERSION=1.0,REV=2010.05.16
+VERSION=1.0,REV=2010.05.21
CATEGORY=application
VENDOR=http://www.opencsw.org/ packaged for CSW by Philip Brown
HOTLINE=http://www.opencsw.org/bugtrack/
Modified: csw/mgar/pkg/sunx11_devel/trunk/prototype
===================================================================
--- csw/mgar/pkg/sunx11_devel/trunk/prototype 2010-05-21 16:43:59 UTC (rev 9949)
+++ csw/mgar/pkg/sunx11_devel/trunk/prototype 2010-05-21 20:55:13 UTC (rev 9950)
@@ -10,3 +10,7 @@
f none /opt/csw/lib/pkgconfig/x11.pc=x11.pc 0644 root bin
f none /opt/csw/lib/pkgconfig/renderproto.pc=renderproto.pc 0644 root bin
f none /opt/csw/lib/pkgconfig/xproto.pc=xproto.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/xt.pc=xt.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/xext.pc=xext.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/xextproto.pc=xextproto.pc 0644 root bin
+
Added: csw/mgar/pkg/sunx11_devel/trunk/xext.pc
===================================================================
--- csw/mgar/pkg/sunx11_devel/trunk/xext.pc (rev 0)
+++ csw/mgar/pkg/sunx11_devel/trunk/xext.pc 2010-05-21 20:55:13 UTC (rev 9950)
@@ -0,0 +1,12 @@
+prefix=/opt/csw
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+includex11dir=${prefix}/include/X11
+
+Name: Xext
+Description: Misc X Extension Library
+Version: 6.6
+Requires: x11
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXext
Added: csw/mgar/pkg/sunx11_devel/trunk/xextproto.pc
===================================================================
--- csw/mgar/pkg/sunx11_devel/trunk/xextproto.pc (rev 0)
+++ csw/mgar/pkg/sunx11_devel/trunk/xextproto.pc 2010-05-21 20:55:13 UTC (rev 9950)
@@ -0,0 +1,11 @@
+prefix=/opt/csw
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+includex11dir=${prefix}/include/X11
+
+Name: XExtProto
+Description: X Extention Library headers
+Version: 6.6
+Requires: x11
+Cflags: -I${includedir}
Added: csw/mgar/pkg/sunx11_devel/trunk/xt.pc
===================================================================
--- csw/mgar/pkg/sunx11_devel/trunk/xt.pc (rev 0)
+++ csw/mgar/pkg/sunx11_devel/trunk/xt.pc 2010-05-21 20:55:13 UTC (rev 9950)
@@ -0,0 +1,12 @@
+prefix=/opt/csw
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+includex11dir=${prefix}/include/X11
+
+Name: Xt
+Description: XToolkit library, hacked for Sun X11
+Version: 6.6
+Requires: xproto x11
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXt
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