diff --git a/laaswm-gui/DESCR b/laaswm-gui/DESCR new file mode 100644 index 0000000000000000000000000000000000000000..a5c15dd885f693c6f8f9920ec0f1f7267e6eeeca --- /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 0000000000000000000000000000000000000000..8dc8e5b59e671148e0b0eda51fe2d3e649d50c74 --- /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 0000000000000000000000000000000000000000..0064cd6f134c7a319d3ff9df3602e2969389ab0e --- /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