[csw-devel] SF.net SVN: gar:[18854] csw/mgar/pkg/lang-python/xpra/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Jul 25 13:53:00 CEST 2012


Revision: 18854
          http://gar.svn.sourceforge.net/gar/?rev=18854&view=rev
Author:   dmichelsen
Date:     2012-07-25 11:53:00 +0000 (Wed, 25 Jul 2012)
Log Message:
-----------
lang-python/xpra/trunk: Reorder rule, minor fixes

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/xpra/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/xpra/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/xpra/trunk/Makefile	2012-07-25 08:49:51 UTC (rev 18853)
+++ csw/mgar/pkg/lang-python/xpra/trunk/Makefile	2012-07-25 11:53:00 UTC (rev 18854)
@@ -6,7 +6,7 @@
 GARTYPE = v2
 CATEGORIES = utils
 
-DESCRIPTION = screen for X
+DESCRIPTION = Screen for X
 define BLURB
   Xpra is 'screen for X': it allows you to run X programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another machine, without losing any state. It gives you remote access to individual applications.
 Xpra is "rootless" or "seamless": programs you run under it show up on your desktop as regular programs, managed by your regular window manager.
@@ -17,15 +17,6 @@
 MASTER_SITES = http://xpra.org/src/
 DISTFILES  = $(DISTNAME).tar.bz2
 
-# File name regex to get notifications about upstream software releases
-# NOTE: Use this only if the automatic regex creation
-#       does not work for your package
-# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
-# If the url used to check for software update is different of MASTER_SITES, then 
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES = 
-
 BUILD_DEP_PKGS += CSWpy-gobject-dev CSWlibgtk2-dev CSWlibxtstdevel CSWpangodevel
 BUILD_DEP_PKGS += CSWlibxfixesdevel CSWlibxcompositedev CSWlibxdamagedevel CSWlibxrandrdevel
 BUILD_DEP_PKGS += CSWx11recordproto CSWlibxextdevel CSWx11fixesproto CSWx11compositeproto
@@ -60,7 +51,6 @@
 RUNTIME_DEP_PKGS_CSWxpra += CSWlibxrandr
 RUNTIME_DEP_PKGS_CSWxpra += CSWlibxtst
 
-CHECKPKG_OVERRIDES_CSWxpra += pkginfo-description-not-starting-with-uppercase|screen|for|X
 CHECKPKG_OVERRIDES_CSWxpra += pkgname-does-not-start-with-CSWpy-
 CHECKPKG_OVERRIDES_CSWxpra += catalogname-does-not-start-with-py_
 
@@ -81,11 +71,11 @@
 INSTALL_ARGS += --prefix=$(prefix)
 INSTALL_ARGS += --without-vpx
 
+include gar/category.mk
+
 build-python:
 	(cd $(WORKSRC); \
 	python make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi; \
 	$(BUILD_ENV) python setup.py $(PYBUILD_CMD) $(BUILD_ARGS))
 	$(MAKECOOKIE)
 
-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