[csw-devel] SF.net SVN: gar:[2820] csw/mgar/pkg/pixman/trunk
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Wed Jan 14 00:17:17 CET 2009
Revision: 2820
http://gar.svn.sourceforge.net/gar/?rev=2820&view=rev
Author: wbonnet
Date: 2009-01-13 23:17:17 +0000 (Tue, 13 Jan 2009)
Log Message:
-----------
Update package description
Modified Paths:
--------------
csw/mgar/pkg/pixman/trunk/Makefile
csw/mgar/pkg/pixman/trunk/files/CSWpixman.gspec
csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.gspec
Removed Paths:
-------------
csw/mgar/pkg/pixman/trunk/files/CSWpixman.depend
csw/mgar/pkg/pixman/trunk/files/CSWpixman.prototype
csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.depend
csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.prototype
Modified: csw/mgar/pkg/pixman/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pixman/trunk/Makefile 2009-01-13 23:04:44 UTC (rev 2819)
+++ csw/mgar/pkg/pixman/trunk/Makefile 2009-01-13 23:17:17 UTC (rev 2820)
@@ -9,26 +9,30 @@
MASTER_SITES = http://www.cairographics.org/releases/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PKGDIST = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += CSWpixman.gspec CSWpixman.prototype CSWpixman.depend
-DISTFILES += CSWpixmandev.gspec CSWpixmandev.prototype CSWpixmandev.depend
-# DISTFILES += $(call admfiles,CSWpixman, depend)
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+SPKG_DESC_CSWpixman = $(DESCRIPTION)
+SPKG_DESC_CSWpixmandevel = $(DESCRIPTION) development package
+
+DISTFILES += $(call admfiles,CSWpixman, )
+DISTFILES += $(call admfiles,CSWpixmandevel, )
+
+PKGFILES_CSWpixmandevel = $(PKGFILES_DEVEL)
+PKGFILES_CSWpixmandevel += $(prefix)/include/.*
+PKGFILES_CSWpixmandevel += $(prefix)/lib/.*\.a
+PKGFILES_CSWpixmandevel += $(prefix)/lib/pkgconfig/.*
+
+REQUIRED_PKGS_CSWpixmandevel = CSWpixman
+#REQUIRED_PKGS_CSWpixman = CSWlibx11
+
CFLAGS += -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION
CXXFLAGS += -xlibmil -xlibmopt -features=tmplife -norunpath
LDFLAGS += -L/opt/csw/lib -R/opt/csw/lib
-export CFLAGS CXXFLAGS LDFLAGS
+CONFIGURE_ARGS = --prefix=/opt/csw --mandir=/opt/csw/share/man --enable-gtk
-GREP = ggrep
-
include gar/category.mk
-CONFIGURE_ARGS = --prefix=/opt/csw --mandir=/opt/csw/share/man --enable-gtk
-post-install:
- ( gfind $(DESTDIR)/opt/csw -exec bash -c "file {} | ggrep ELF | ggrep -e 'executable' -e 'dynamic lib' | ggrep 'not stripped' && strip {}" \; )
-
-
Modified: csw/mgar/pkg/pixman/trunk/files/CSWpixman.gspec
===================================================================
--- csw/mgar/pkg/pixman/trunk/files/CSWpixman.gspec 2009-01-13 23:04:44 UTC (rev 2819)
+++ csw/mgar/pkg/pixman/trunk/files/CSWpixman.gspec 2009-01-13 23:17:17 UTC (rev 2820)
@@ -1,4 +1,4 @@
%var bitname pixman
%var pkgname CSWpixman
%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/COPYING
+%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING
Deleted: csw/mgar/pkg/pixman/trunk/files/CSWpixman.prototype
===================================================================
--- csw/mgar/pkg/pixman/trunk/files/CSWpixman.prototype 2009-01-13 23:04:44 UTC (rev 2819)
+++ csw/mgar/pkg/pixman/trunk/files/CSWpixman.prototype 2009-01-13 23:17:17 UTC (rev 2820)
@@ -1,7 +0,0 @@
-d none /opt/csw/lib 0755 root bin
-f none /opt/csw/lib/libpixman-1.la 0755 root bin
-f none /opt/csw/lib/libpixman-1.so.0.12.0 0755 root bin
-s none /opt/csw/lib/libpixman-1.so.0=libpixman-1.so.0.12.0
-s none /opt/csw/lib/libpixman-1.so=libpixman-1.so.0.12.0
-i depend=CSWpixman.depend
-i pkginfo=CSWpixman.pkginfo
Deleted: csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.depend
===================================================================
--- csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.depend 2009-01-13 23:04:44 UTC (rev 2819)
+++ csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.depend 2009-01-13 23:17:17 UTC (rev 2820)
@@ -1 +0,0 @@
-P CSWpixman
Modified: csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.gspec
===================================================================
--- csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.gspec 2009-01-13 23:04:44 UTC (rev 2819)
+++ csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.gspec 2009-01-13 23:17:17 UTC (rev 2820)
@@ -1,4 +1,4 @@
-%var bitname pixmandev
-%var pkgname CSWpixmandev
+%var bitname pixman_devel
+%var pkgname CSWpixmandevel
%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/COPYING
+%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING
Deleted: csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.prototype
===================================================================
--- csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.prototype 2009-01-13 23:04:44 UTC (rev 2819)
+++ csw/mgar/pkg/pixman/trunk/files/CSWpixmandev.prototype 2009-01-13 23:17:17 UTC (rev 2820)
@@ -1,10 +0,0 @@
-d none /opt/csw/include 0755 root bin
-d none /opt/csw/include/pixman-1 0755 root bin
-f none /opt/csw/include/pixman-1/pixman-version.h 0644 root bin
-f none /opt/csw/include/pixman-1/pixman.h 0644 root bin
-d none /opt/csw/lib 0755 root bin
-f none /opt/csw/lib/libpixman-1.a 0644 root bin
-d none /opt/csw/lib/pkgconfig 0755 root bin
-f none /opt/csw/lib/pkgconfig/pixman-1.pc 0644 root bin
-i depend=CSWpixmandev.depend
-i pkginfo=CSWpixmandev.pkginfo
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