From 24e018fb2a20a86fa3f71668e9d031912eef706c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9verin=20Lemaignan?= <skadge@gmail.com>
Date: Wed, 19 Oct 2011 21:53:10 +0200
Subject: [PATCH] [wip/laaswm-gui] Mew package for laaswm-gui

laaswm-gui is a PyGTK interface to remotely control the LAAS windows manager
---
 laaswm-gui/DESCR    |  2 ++
 laaswm-gui/Makefile | 24 ++++++++++++++++++++++++
 laaswm-gui/distinfo |  3 +++
 3 files changed, 29 insertions(+)
 create mode 100644 laaswm-gui/DESCR
 create mode 100644 laaswm-gui/Makefile
 create mode 100644 laaswm-gui/distinfo

diff --git a/laaswm-gui/DESCR b/laaswm-gui/DESCR
new file mode 100644
index 00000000..a5c15dd8
--- /dev/null
+++ b/laaswm-gui/DESCR
@@ -0,0 +1,2 @@
+laaswm-gui is a small PyGTK interface to remotely control the LAAS 
+laaswm windows manager.
diff --git a/laaswm-gui/Makefile b/laaswm-gui/Makefile
new file mode 100644
index 00000000..8dc8e5b5
--- /dev/null
+++ b/laaswm-gui/Makefile
@@ -0,0 +1,24 @@
+
+VERSION=		1.4
+PKGNAME= 		laaswm-gui-${VERSION}
+DISTNAME=		laaswm-libs-${VERSION}
+CATEGORIES=	    graphics
+
+MASTER_SITES=	${MASTER_SITE_OPENROBOTS:=laaswm-libs/}
+MASTER_REPOSITORY=	git http://trac.laas.fr/git/robots/laaswm-libs.git
+LICENSE=	isc
+
+MAINTAINER=	openrobots@laas.fr
+COMMENT=	A user interface to remotely control windows in laaswm. Written with PyGTK
+
+NO_CONFIGURE= yes
+BUILD_DIRS=	${WRKSRC}/gui
+
+DEPEND_ABI.python+=	python<3
+PYDISTUTILSPKG= 	ON
+
+include ../../wip/py-laaswm/depend.mk
+
+include ../../mk/sysdep/python.mk
+include ../../mk/sysdep/py-setuptools.mk
+include ../../mk/robotpkg.mk
diff --git a/laaswm-gui/distinfo b/laaswm-gui/distinfo
new file mode 100644
index 00000000..0064cd6f
--- /dev/null
+++ b/laaswm-gui/distinfo
@@ -0,0 +1,3 @@
+SHA1 (laaswm-libs-1.4.tar.gz) = 10bdeae0a582fcb1174f39cd6fb9442246d23187
+RMD160 (laaswm-libs-1.4.tar.gz) = 34efff5c6e5ab6bd474396c2c601777f3a32e8f0
+Size (laaswm-libs-1.4.tar.gz) = 12829 bytes
-- 
GitLab