Revision: 22871 http://sourceforge.net/p/gar/code/22871 Author: opk Date: 2014-01-23 11:57:45 +0000 (Thu, 23 Jan 2014) Log Message: ----------- add packaging of wmctrl
Added Paths: ----------- csw/mgar/pkg/wmctrl/ csw/mgar/pkg/wmctrl/Makefile csw/mgar/pkg/wmctrl/branches/ csw/mgar/pkg/wmctrl/tags/ csw/mgar/pkg/wmctrl/trunk/ csw/mgar/pkg/wmctrl/trunk/Makefile csw/mgar/pkg/wmctrl/trunk/checksums csw/mgar/pkg/wmctrl/trunk/files/ csw/mgar/pkg/wmctrl/trunk/files/0001-remove-gcc-specific-flags.patch Added: csw/mgar/pkg/wmctrl/Makefile =================================================================== --- csw/mgar/pkg/wmctrl/Makefile (rev 0) +++ csw/mgar/pkg/wmctrl/Makefile 2014-01-23 11:57:45 UTC (rev 22871) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/wmctrl/trunk =================================================================== --- csw/mgar/pkg/wmctrl/trunk 2014-01-22 21:17:48 UTC (rev 22870) +++ csw/mgar/pkg/wmctrl/trunk 2014-01-23 11:57:45 UTC (rev 22871) Property changes on: csw/mgar/pkg/wmctrl/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/wmctrl/trunk/Makefile =================================================================== --- csw/mgar/pkg/wmctrl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/wmctrl/trunk/Makefile 2014-01-23 11:57:45 UTC (rev 22871) @@ -0,0 +1,28 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = wmctrl +VERSION = 1.07 +GARTYPE = v2 + +DESCRIPTION = Command-line tool to interact with the X Window Manager +define BLURB + wmctrl provides command line access to almost all the features + defined in the EWMH specification. It can be used, for example, to + get information about the window manager, to get a detailed list of + desktops and managed windows, to switch and resize desktops, to make + windows full-screen, always-above or sticky, and to activate, close, + move, resize, maximize and minimize them. +endef + +MASTER_SITES = http://tomas.styblo.name/wmctrl/dist/ +DISTFILES = $(DISTNAME).tar.gz +LICENSE = COPYING + +RUNTIME_DEP_PKGS_CSWwmctrl += CSWlibglib2-0-0 + +PATCHFILES += 0001-remove-gcc-specific-flags.patch +CONFIGURE_ARGS = $(DIRPATHS) +TEST_SCRIPTS = + +include gar/category.mk Property changes on: csw/mgar/pkg/wmctrl/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/wmctrl/trunk/checksums =================================================================== --- csw/mgar/pkg/wmctrl/trunk/checksums (rev 0) +++ csw/mgar/pkg/wmctrl/trunk/checksums 2014-01-23 11:57:45 UTC (rev 22871) @@ -0,0 +1 @@ +1fe3c7a2caa6071e071ba34f587e1555 wmctrl-1.07.tar.gz Added: csw/mgar/pkg/wmctrl/trunk/files/0001-remove-gcc-specific-flags.patch =================================================================== --- csw/mgar/pkg/wmctrl/trunk/files/0001-remove-gcc-specific-flags.patch (rev 0) +++ csw/mgar/pkg/wmctrl/trunk/files/0001-remove-gcc-specific-flags.patch 2014-01-23 11:57:45 UTC (rev 22871) @@ -0,0 +1,25 @@ +From 6e326d38e74027686a891e7b5aa95434a271a8a5 Mon Sep 17 00:00:00 2001 +From: Oliver Kiddle <o...@opencsw.org> +Date: Thu, 23 Jan 2014 12:49:37 +0100 +Subject: [PATCH] remove gcc specific flags + +--- + Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.in b/Makefile.in +index ec70e02..6dd0a0b 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -113,7 +113,7 @@ sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + +-AM_CFLAGS = -Wall ++AM_CFLAGS = + AM_CPPFLAGS = @X_CFLAGS@ @GLIB_CFLAGS@ + LDADD = @X_LIBS@ @X_PRE_LIBS@ -lX11 -lXmu @X_EXTRA_LIBS@ @GLIB_LIBS@ + +-- +1.8.4.1 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.