summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
commite404f6b225b9ccbd1290e7dda3ff18c5842c0497 (patch)
treec8ba8680f4b553cdf3e7783242497fe14fba9754 /x11-plugins/wmappl
parentmoved WindowMaker dockapps from x11-misc to x11-plugins (diff)
downloadhistorical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.tar.gz
historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.tar.bz2
historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.zip
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/wmappl')
-rw-r--r--x11-plugins/wmappl/ChangeLog13
-rw-r--r--x11-plugins/wmappl/files/digest-wmappl-0.61
-rw-r--r--x11-plugins/wmappl/wmappl-0.6.ebuild25
3 files changed, 39 insertions, 0 deletions
diff --git a/x11-plugins/wmappl/ChangeLog b/x11-plugins/wmappl/ChangeLog
new file mode 100644
index 000000000000..1624d0f5a7d3
--- /dev/null
+++ b/x11-plugins/wmappl/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for x11-misc/wmappl
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+*wmappl-0.6 (7-Feb-2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 7 Feb 2002; Vitaly Kushneriuk <vitaly@gentoo.org> wmappl-0.6.ebuild :
+
+ Just added to portage.
diff --git a/x11-plugins/wmappl/files/digest-wmappl-0.6 b/x11-plugins/wmappl/files/digest-wmappl-0.6
new file mode 100644
index 000000000000..98d4d1190544
--- /dev/null
+++ b/x11-plugins/wmappl/files/digest-wmappl-0.6
@@ -0,0 +1 @@
+MD5 2625c90fe837cdacec93876e3cbc11b2 wmappl-0.6.tar.gz 44747
diff --git a/x11-plugins/wmappl/wmappl-0.6.ebuild b/x11-plugins/wmappl/wmappl-0.6.ebuild
new file mode 100644
index 000000000000..51466b056ff9
--- /dev/null
+++ b/x11-plugins/wmappl/wmappl-0.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright (c) Vitaly Kushneriuk
+# Distributed under the terms of the GNU General Public License, v2.
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.6.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Simple application launcher for the Window Maker dock."
+SRC_URI="http://www.upl.cs.wisc.edu/~charkins/wmappl/${P}.tar.gz"
+HOMEPAGE="http://www.pobox.com/~charkins/wmappl.html"
+
+DEPEND="virtual/x11"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc sparc64"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ dobin wmappl
+ dodoc README LICENSE CHANGELOG sample.wmapplrc
+ insinto /usr/share/icons/wmappl
+ doins icons/*
+}