[csw-devel] SF.net SVN: gar:[5640] csw/mgar/pkg

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Jul 24 18:37:34 CEST 2009


Revision: 5640
          http://gar.svn.sourceforge.net/gar/?rev=5640&view=rev
Author:   wahwah
Date:     2009-07-24 16:37:33 +0000 (Fri, 24 Jul 2009)

Log Message:
-----------
setxkbmap: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/setxkbmap/trunk/Makefile
    csw/mgar/pkg/setxkbmap/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/setxkbmap/

Modified: csw/mgar/pkg/setxkbmap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile	2009-05-26 00:54:19 UTC (rev 5052)
+++ csw/mgar/pkg/setxkbmap/trunk/Makefile	2009-07-24 16:37:33 UTC (rev 5640)
@@ -1,24 +1,41 @@
-GARNAME = mypkg
-GARVERSION = 1.0
+GARNAME = setxkbmap
+GARVERSION = 6.8.0
 CATEGORIES = lib
 
-DESCRIPTION = This is a useful library
+DESCRIPTION = Set the keyboard mapping under X
 define BLURB
-  It does stuff with things
+  Loads a keyboard mapping.
 endef
 
-MASTER_SITES = 
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+MASTER_SITES = http://x.europnews.de/pub/X11R$(GARVERSION)/src
+DISTFILES  = X11R$(GARVERSION)-src1.tar.gz
+DISTFILES += X11R$(GARVERSION)-src2.tar.gz
+DISTFILES += X11R$(GARVERSION)-src3.tar.gz
+DISTFILES += X11R$(GARVERSION)-src4.tar.gz
+DISTFILES += X11R$(GARVERSION)-src5.tar.gz
+DISTFILES += X11R$(GARVERSION)-src6.tar.gz
+DISTFILES += X11R$(GARVERSION)-src7.tar.gz
+DISTFILES += setxkbmap-xorg.patch
 
 # We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+# UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
+WORKSRC = $(WORKDIR)/xc
+PATCHFILES = setxkbmap-xorg.patch
+
 CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = xorg
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = setxkbmap
 
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
-	@true
+build-xorg:
+	gmake -C $(WORKSRC) World
+	@$(MAKECOOKIE)
 
-#include gar/category.mk
+install-setxkbmap:
+	ginstall -d $(DESTDIR)$(bindir)
+	ginstall -m 755 $(WORKSRC)/programs/setxkbmap/setxkbmap $(DESTDIR)$(bindir)
+	@$(MAKECOOKIE)
+
+include gar/category.mk

Modified: csw/mgar/pkg/setxkbmap/trunk/checksums
===================================================================
--- csw/mgar/pkg/template/trunk/checksums	2009-05-26 00:54:19 UTC (rev 5052)
+++ csw/mgar/pkg/setxkbmap/trunk/checksums	2009-07-24 16:37:33 UTC (rev 5640)
@@ -0,0 +1,8 @@
+c31a2e1c226e659c2ff29abfe55386e3  download/X11R6.8.0-src1.tar.gz
+4089bb6efb6c5bc73fbcfc23fafcb0c8  download/X11R6.8.0-src2.tar.gz
+488a5ebbbdf48d974efbc3a0bde92bf4  download/X11R6.8.0-src3.tar.gz
+0ffaef789784ae16ca263e7ae60db656  download/X11R6.8.0-src4.tar.gz
+af129720efbe82a1a82505c23227f70b  download/X11R6.8.0-src5.tar.gz
+4be7648c1512d5da7e738e500dd5ba30  download/X11R6.8.0-src6.tar.gz
+888ced8bc85fbd2bd4880dba23a7f44a  download/X11R6.8.0-src7.tar.gz
+97fe7af9fa6a43ebb80480f0c0a83563  download/setxkbmap-xorg.patch


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