From a52c6a2e63de47b1111405a43c0c0a1e2c5ffa20 Mon Sep 17 00:00:00 2001 From: Brandon Hale Date: Wed, 5 Nov 2003 15:49:58 +0000 Subject: Initial checkin. --- x11-misc/wmctrl/ChangeLog | 7 +++++++ x11-misc/wmctrl/Manifest | 4 ++-- x11-misc/wmctrl/files/digest-wmctrl-1.04 | 1 + x11-misc/wmctrl/metadata.xml | 15 +++++++++++++++ x11-misc/wmctrl/wmctrl-1.04.ebuild | 20 ++++++++++++++++++++ 5 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 x11-misc/wmctrl/ChangeLog create mode 100644 x11-misc/wmctrl/files/digest-wmctrl-1.04 create mode 100644 x11-misc/wmctrl/metadata.xml create mode 100644 x11-misc/wmctrl/wmctrl-1.04.ebuild (limited to 'x11-misc') diff --git a/x11-misc/wmctrl/ChangeLog b/x11-misc/wmctrl/ChangeLog new file mode 100644 index 000000000000..df19d997c9d8 --- /dev/null +++ b/x11-misc/wmctrl/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for x11-misc/wmctrl +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/ChangeLog,v 1.1 2003/11/05 15:49:55 tseng Exp $ + + 05 Nov 2003; Brandon Hale metadata.xml: + Initial checkin. + diff --git a/x11-misc/wmctrl/Manifest b/x11-misc/wmctrl/Manifest index 47fa9b530d55..f3146ba1f18f 100644 --- a/x11-misc/wmctrl/Manifest +++ b/x11-misc/wmctrl/Manifest @@ -1,4 +1,4 @@ -MD5 4f1614a14cb77ae1d0965af32cbea85f wmctrl-1.04.ebuild 576 +MD5 a77c704309de1695a8910b3e32af1847 wmctrl-1.04.ebuild 661 MD5 6e41bf6685ee66aee2245bc81df883be metadata.xml 737 -MD5 3a48526dd31a5b6dddc2a5dfa93463e2 ChangeLog 205 +MD5 0a26a41ff16b4e73408e266505e554c6 ChangeLog 292 MD5 bff61c09329e07af5de607983a29674f files/digest-wmctrl-1.04 62 diff --git a/x11-misc/wmctrl/files/digest-wmctrl-1.04 b/x11-misc/wmctrl/files/digest-wmctrl-1.04 new file mode 100644 index 000000000000..77aa4d0cb4ce --- /dev/null +++ b/x11-misc/wmctrl/files/digest-wmctrl-1.04 @@ -0,0 +1 @@ +MD5 63955f6859033025d7fb60c919e2a39f wmctrl-1.04.tar.gz 82758 diff --git a/x11-misc/wmctrl/metadata.xml b/x11-misc/wmctrl/metadata.xml new file mode 100644 index 000000000000..23b3b05c504d --- /dev/null +++ b/x11-misc/wmctrl/metadata.xml @@ -0,0 +1,15 @@ + + + + desktop-wm + + The wmctrl program is a command line tool to interact with an + EWMH/NetWM compatible X Window Manager. It provides command line + access to almost all the features defined in the EWMH specification. + Using it, it's possible to, for example, obtain information about the + window manager, get a detailed list of desktops and managed windows, + switch and resize desktops, change number of desktops, make windows + full-screen, always-above or sticky, and activate, close, move, + resize, maximize and minimize them. + + diff --git a/x11-misc/wmctrl/wmctrl-1.04.ebuild b/x11-misc/wmctrl/wmctrl-1.04.ebuild new file mode 100644 index 000000000000..e96bb202b9f4 --- /dev/null +++ b/x11-misc/wmctrl/wmctrl-1.04.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.04.ebuild,v 1.1 2003/11/05 15:49:55 tseng Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="The wmctrl program is a command line tool to interact with an EWMH/NetWM compatible X Window Manager." +SRC_URI="http://sweb.cz/tripie/utils/wmctrl/dist/${P}.tar.gz" +HOMEPAGE="http://sweb.cz/tripie/utils/wmctrl/" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc" +IUSE="" +SLOT="0" + +DEPEND="virtual/x11" + +src_install () { + +dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README +make DESTDIR=${D} install || die +} -- cgit v1.2.3-65-gdbad