[csw-devel] SF.net SVN: gar:[9794] csw/mgar/pkg/x11/proto/x11_renderproto/branches
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Apr 30 15:16:34 CEST 2010
Revision: 9794
http://gar.svn.sourceforge.net/gar/?rev=9794&view=rev
Author: dmichelsen
Date: 2010-04-30 13:16:34 +0000 (Fri, 30 Apr 2010)
Log Message:
-----------
x11/renderproto: Make branch for x11-reloaded project
Modified Paths:
--------------
csw/mgar/pkg/x11/proto/x11_renderproto/branches/renderproto-project-x11-reloaded/Makefile
Added Paths:
-----------
csw/mgar/pkg/x11/proto/x11_renderproto/branches/renderproto-project-x11-reloaded/
Modified: csw/mgar/pkg/x11/proto/x11_renderproto/branches/renderproto-project-x11-reloaded/Makefile
===================================================================
--- csw/mgar/pkg/x11/proto/x11_renderproto/trunk/Makefile 2010-04-30 08:01:53 UTC (rev 9791)
+++ csw/mgar/pkg/x11/proto/x11_renderproto/branches/renderproto-project-x11-reloaded/Makefile 2010-04-30 13:16:34 UTC (rev 9794)
@@ -1,7 +1,7 @@
GARVERSION = 0.11
-CATEGORIES = x11
+CATEGORIES = devel
PROTONAME = renderproto
-GARNAME = x11_$(PROTONAME)
+GARNAME = $(PROTONAME)
DISTNAME = $(PROTONAME)-$(GARVERSION)
DESCRIPTION = Render extension headers from modular X.org
@@ -9,20 +9,20 @@
This provides the Render extension headers from modular X.org X11 project.
endef
-MASTER_SITES = $(X11_PROTO_MASTER_SITE)
+X11_RELEASE_VERSION = X11R7.5
+MASTER_SITES = http://xorg.freedesktop.org/releases/$(X11_RELEASE_VERSION)/src/proto/
DISTFILES = $(PROTONAME)-$(GARVERSION).tar.gz
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(PROTONAME)-(\d+(?:\.\d+)*).tar.gz
-PACKAGES = CSWx11$(PROTONAME)
-CATALOGNAME_CSWx11$(PROTONAME) = x11_$(PROTONAME)
+PACKAGES = CSW$(PROTONAME)
+CATALOGNAME_CSW$(PROTONAME) = $(PROTONAME)
-RUNTIME_DEP_PKGS = CSWx11common
-INCOMPATIBLE_PKGS = CSWrenderproto
-
BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
+TEST_TARGET = check
+
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