summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-12-16 01:37:26 +0000
committerIan Leitch <port001@gentoo.org>2003-12-16 01:37:26 +0000
commit839ab41c000587a313574601c0e4ad26e5c802c0 (patch)
treef117152d6ad8f573a52b0326eb8fe86e8894350e /x11-wm
parentInitial commit, thanks to Rene Wagner <reenoo@gmx.de>. #29009 (diff)
downloadgentoo-2-839ab41c000587a313574601c0e4ad26e5c802c0.tar.gz
gentoo-2-839ab41c000587a313574601c0e4ad26e5c802c0.tar.bz2
gentoo-2-839ab41c000587a313574601c0e4ad26e5c802c0.zip
Initial commit, thanks to Rene Wagner <reenoo@gmx.de>. #29009
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/matchbox/ChangeLog9
-rw-r--r--x11-wm/matchbox/Manifest4
-rw-r--r--x11-wm/matchbox/files/digest-matchbox-0.7.11
-rw-r--r--x11-wm/matchbox/matchbox-0.7.1.ebuild46
-rw-r--r--x11-wm/matchbox/metadata.xml5
5 files changed, 64 insertions, 1 deletions
diff --git a/x11-wm/matchbox/ChangeLog b/x11-wm/matchbox/ChangeLog
new file mode 100644
index 000000000000..b109e1df630f
--- /dev/null
+++ b/x11-wm/matchbox/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-wm/matchbox
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.1 2003/12/16 01:37:17 port001 Exp $
+
+*matchbox-0.7.1 (16 Dec 2003)
+
+ 16 Dec 2003; Ian Leitch <port001@gentoo.org> matchbox-0.7.1.ebuild:
+ Initial commit, thanks to Rene Wagner <reenoo@gmx.de>. #29009
+
diff --git a/x11-wm/matchbox/Manifest b/x11-wm/matchbox/Manifest
index 9aeeac3171f9..7d9adcef4c73 100644
--- a/x11-wm/matchbox/Manifest
+++ b/x11-wm/matchbox/Manifest
@@ -1,2 +1,4 @@
-MD5 8115968b5bd76406b1c2e285b95e4bc0 matchbox-0.7.1.ebuild 1226
+MD5 f0a402534e4d63bf3433773387fe32b1 matchbox-0.7.1.ebuild 1278
+MD5 07592dad7bced27b3eec6a91eede72f1 ChangeLog 379
+MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 e4c7a462aef6e5d90a2210cfe9797a60 files/digest-matchbox-0.7.1 66
diff --git a/x11-wm/matchbox/files/digest-matchbox-0.7.1 b/x11-wm/matchbox/files/digest-matchbox-0.7.1
new file mode 100644
index 000000000000..3a3cae3e1422
--- /dev/null
+++ b/x11-wm/matchbox/files/digest-matchbox-0.7.1
@@ -0,0 +1 @@
+MD5 1da1ca46f7a3d3ea86d0f5ba021bd971 matchbox-0.7.1.tar.gz 740758
diff --git a/x11-wm/matchbox/matchbox-0.7.1.ebuild b/x11-wm/matchbox/matchbox-0.7.1.ebuild
new file mode 100644
index 000000000000..2c5f4739ecf2
--- /dev/null
+++ b/x11-wm/matchbox/matchbox-0.7.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-0.7.1.ebuild,v 1.1 2003/12/16 01:37:17 port001 Exp $
+
+IUSE="jpeg png nls debug"
+
+DESCRIPTION="Light weight WM designed for use on PDA computers"
+HOMEPAGE="http://handhelds.org/~mallum/matchbox/"
+SRC_URI="http://handhelds.org/~mallum/downloadables/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+RDEPEND="virtual/x11
+ dev-libs/expat
+ x11-libs/startup-notification
+ x11-libs/libxsettings-client
+ png? ( media-libs/libpng )
+ jpeg? ( media-libs/jpeg )"
+
+DEPEND="${RDEPEND}
+ sys-devel/libtool"
+
+use debug && RESTRICT="nostrip"
+
+src_compile() {
+ local myconf
+ myconf="${myconf} --enable-dnotify"
+ myconf="${myconf} --enable-expat"
+ myconf="${myconf} --enable-sn"
+ myconf="${myconf} --enable-xsettings"
+ use nls && myconf="${myconf} --enable-nls"
+ use jpeg && myconf="${myconf} --enable-jpg"
+ use png || myconf="${myconf} --disable-png"
+ use debug && myconf="${myconf} --enable-debug"
+
+ econf ${myconf} || die "Configuration failed"
+ emake || die "Make feiled"
+}
+
+src_install() {
+ einstall || die "Install failed"
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS \
+ README RELEASE-NOTES-0.7 TODO
+}
diff --git a/x11-wm/matchbox/metadata.xml b/x11-wm/matchbox/metadata.xml
new file mode 100644
index 000000000000..2518313f5241
--- /dev/null
+++ b/x11-wm/matchbox/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-misc</herd>
+</pkgmetadata>