diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-11-05 15:49:58 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-11-05 15:49:58 +0000 |
commit | a52c6a2e63de47b1111405a43c0c0a1e2c5ffa20 (patch) | |
tree | 225e9485d2185a3eb051b13ecc9ad48ec95c2ab8 /x11-misc/wmctrl | |
parent | Initial checkin. (diff) | |
download | gentoo-2-a52c6a2e63de47b1111405a43c0c0a1e2c5ffa20.tar.gz gentoo-2-a52c6a2e63de47b1111405a43c0c0a1e2c5ffa20.tar.bz2 gentoo-2-a52c6a2e63de47b1111405a43c0c0a1e2c5ffa20.zip |
Initial checkin.
Diffstat (limited to 'x11-misc/wmctrl')
-rw-r--r-- | x11-misc/wmctrl/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/wmctrl/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/wmctrl/files/digest-wmctrl-1.04 | 1 | ||||
-rw-r--r-- | x11-misc/wmctrl/metadata.xml | 15 | ||||
-rw-r--r-- | x11-misc/wmctrl/wmctrl-1.04.ebuild | 20 |
5 files changed, 45 insertions, 2 deletions
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 <tseng@gentoo.org> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-wm</herd> + <longdescription> + 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. + </longdescription> +</pkgmetadata> 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.<br> +# 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 +} |