[csw-devel] SF.net SVN: gar:[14617] csw/mgar/pkg/synergy/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu May 19 13:28:14 CEST 2011
Revision: 14617
http://gar.svn.sourceforge.net/gar/?rev=14617&view=rev
Author: dmichelsen
Date: 2011-05-19 11:28:14 +0000 (Thu, 19 May 2011)
Log Message:
-----------
synergy: Move to mGAR v2, new defaults, adjustments, now uses cmake and does not compile
Modified Paths:
--------------
csw/mgar/pkg/synergy/trunk/Makefile
csw/mgar/pkg/synergy/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/synergy/trunk/files/CSWsynergy.gspec
Property Changed:
----------------
csw/mgar/pkg/synergy/trunk/
Property changes on: csw/mgar/pkg/synergy/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/synergy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/synergy/trunk/Makefile 2011-05-19 00:25:05 UTC (rev 14616)
+++ csw/mgar/pkg/synergy/trunk/Makefile 2011-05-19 11:28:14 UTC (rev 14617)
@@ -11,7 +11,7 @@
# "../../lib/server/CConfig.h", line 145: Error: A declaration was expected instead of ">"
#
NAME = synergy
-VERSION = 1.3.4
+VERSION = 1.4.2
CATEGORIES = apps
DESCRIPTION = Software-based TCP/IP "KVM" switch
@@ -22,15 +22,11 @@
on their desk since each system uses its own monitor(s).
endef
-VENDOR_URL = http://synergy-foss.org/
-MASTER_SITES = $(GOOGLE_MIRROR)
-GOOGLE_PROJECT = synergy-plus
-DISTFILES = synergy-plus-$(VERSION).tar.gz
-DISTNAME = synergy-plus-$(VERSION)
+MASTER_SITES = $(GOOGLE_MIRROR)
+DISTNAME = synergy-$(VERSION)-Source
+DISTFILES += $(DISTNAME).tar.gz
-# We define upstream file regex so we can be notifed of new upstream software release
-UPSTREAM_MASTER_SITES = http://synergy-foss.org/pm/projects/synergy/tabs/download
-UFILES_REGEX = synergy-plus-(\d+(?:\.\d+)*).tar.gz
+VENDOR_URL = http://synergy-foss.org/
# Was required with synergy 1.3.1, still required?
# Adjust code so that it compiles with Sun Studio Compiler
@@ -42,17 +38,23 @@
# http://sf.net/tracker/index.php?func=detail&aid=2359359&group_id=59275&atid=490469
#PATCHFILES += link-xlibs.diff
-CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw
-CONFIGURE_ARGS += --x-includes=/usr/openwin/include
-CONFIGURE_ARGS += --x-libraries=/usr/openwin/lib
+# TEST_SCRIPTS =
-TEST_SCRIPTS =
-
#pre-configure:
# cd $(WORKSRC) && autoreconf
# @$(MAKECOOKIE)
+CONFIGURE_SCRIPTS = custom
+BUILD_SCRIPTS = custom
+
+include gar/category.mk
+
+configure-custom:
+ cd $(WORKSRC) && ./hm.sh configure
+
+build-custom:
+ cd $(WORKSRC) && ./hm.sh build
+
post-install:
ginstall -d $(DESTDIR)$(sysconfdir)
ginstall -d $(DESTDIR)$(docdir)/$(NAME)/images
@@ -69,5 +71,3 @@
$(WORKSRC)/doc/images/* \
$(DESTDIR)$(docdir)/$(NAME)/images
@$(MAKECOOKIE)
-
-include gar/category.mk
Modified: csw/mgar/pkg/synergy/trunk/checksums
===================================================================
--- csw/mgar/pkg/synergy/trunk/checksums 2011-05-19 00:25:05 UTC (rev 14616)
+++ csw/mgar/pkg/synergy/trunk/checksums 2011-05-19 11:28:14 UTC (rev 14617)
@@ -1 +1 @@
-2c565afe5f920d363eef38dd97449b73 synergy-plus-1.3.4.tar.gz
+cd4e18a206d4c326de7b728256350d87 synergy-1.4.2-Source.tar.gz
Deleted: csw/mgar/pkg/synergy/trunk/files/CSWsynergy.gspec
===================================================================
--- csw/mgar/pkg/synergy/trunk/files/CSWsynergy.gspec 2011-05-19 00:25:05 UTC (rev 14616)
+++ csw/mgar/pkg/synergy/trunk/files/CSWsynergy.gspec 2011-05-19 11:28:14 UTC (rev 14617)
@@ -1,4 +0,0 @@
-%var bitname synergy
-%var pkgname CSWsynergy
-%include url file://%{PKGLIB}/csw_standard.gspec
-%copyright url file://%{WORKSRC}/COPYING
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