diff options
author | Ian Leitch <port001@gentoo.org> | 2003-12-16 01:37:26 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2003-12-16 01:37:26 +0000 |
commit | b9dc0551f3f61c86a82b92fd1bd0b98981624fc6 (patch) | |
tree | f3d8ce3eae08cff6adb4cfb19d7d4d3294234a27 /x11-wm/matchbox | |
parent | Initial commit, thanks to Rene Wagner <reenoo@gmx.de>. #29009 (diff) | |
download | historical-b9dc0551f3f61c86a82b92fd1bd0b98981624fc6.tar.gz historical-b9dc0551f3f61c86a82b92fd1bd0b98981624fc6.tar.bz2 historical-b9dc0551f3f61c86a82b92fd1bd0b98981624fc6.zip |
Initial commit, thanks to Rene Wagner <reenoo@gmx.de>. #29009
Diffstat (limited to 'x11-wm/matchbox')
-rw-r--r-- | x11-wm/matchbox/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/matchbox/files/digest-matchbox-0.7.1 | 1 | ||||
-rw-r--r-- | x11-wm/matchbox/matchbox-0.7.1.ebuild | 46 | ||||
-rw-r--r-- | x11-wm/matchbox/metadata.xml | 5 |
4 files changed, 55 insertions, 1 deletions
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> |