From: Yuri Vasilevski Date: Sun, 12 Mar 2006 21:48:31 +0000 (+0000) Subject: - Initial import. Original ebuild by Priit Laes, modifications by Björn Ruberg and... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aee8a59f447749278486e94760e39019558add01;p=gentoo.git - Initial import. Original ebuild by Priit Laes, modifications by Björn Ruberg and Yuri Vasilevski. Package-Manager: portage-2.1_pre6 --- diff --git a/x11-wm/matchbox-common/ChangeLog b/x11-wm/matchbox-common/ChangeLog new file mode 100644 index 000000000000..a72d5e139f44 --- /dev/null +++ b/x11-wm/matchbox-common/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-wm/matchbox-common +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/ChangeLog,v 1.1 2006/03/12 21:48:31 yvasilev Exp $ + +*matchbox-common-0.9.1 (12 Mar 2006) + + 12 Mar 2006; +files/MatchBox.desktop, +metadata.xml, + +matchbox-common-0.9.1.ebuild: + - Initial import. Original ebuild by Priit Laes, modifications by Björn + Ruberg and Yuri Vasilevski. + diff --git a/x11-wm/matchbox-common/Manifest b/x11-wm/matchbox-common/Manifest new file mode 100644 index 000000000000..29bf9f9e5e72 --- /dev/null +++ b/x11-wm/matchbox-common/Manifest @@ -0,0 +1,15 @@ +MD5 0008ba1defb9892c3300cc5b50e8cc09 ChangeLog 473 +RMD160 17716120b209ae04b874b4028c51ca5bd693ac07 ChangeLog 473 +SHA256 4ad09a8d21b4b0de5851039dc13a1047f0bf03d165886b0e61ecbb4512b1ef46 ChangeLog 473 +MD5 5eb6aa9f99c23644243071183d3f8d98 files/MatchBox.desktop 222 +RMD160 481164e9707f74a28fb73f50ac8388df285c83ec files/MatchBox.desktop 222 +SHA256 09377ec0849e3cd237c349a4f96a4d80f0117585b4362cb27e868685819396b6 files/MatchBox.desktop 222 +MD5 dc3b208d8b654da696555b513dfba91f files/digest-matchbox-common-0.9.1 265 +RMD160 98e3f03b61033cacf8eca7c6df313e882eeeb439 files/digest-matchbox-common-0.9.1 265 +SHA256 912dc3446858cfe8abdc27fb0dfe6b74a2cdd177f2e9307c41952b4978b1d9e7 files/digest-matchbox-common-0.9.1 265 +MD5 944e1b39e0dd212dc7a5dddf54a4640e matchbox-common-0.9.1.ebuild 1030 +RMD160 dd26cb562779799dbfe33d03d2802ed2b9e53a3d matchbox-common-0.9.1.ebuild 1030 +SHA256 1f5144f1ca533e7a0b75a4b5b630b0ba921d11f72aa6c3ce3948d6b7b004abd1 matchbox-common-0.9.1.ebuild 1030 +MD5 a80bc50cf196a9e5a2764d6f6081b56a metadata.xml 247 +RMD160 49e7f36b66be574d7f3341589ebff702e1c8c8a9 metadata.xml 247 +SHA256 5270fc293d10727efe22af7c71da351586b63251d10bbadd916060e405d88ce9 metadata.xml 247 diff --git a/x11-wm/matchbox-common/files/MatchBox.desktop b/x11-wm/matchbox-common/files/MatchBox.desktop new file mode 100644 index 000000000000..5d526f736529 --- /dev/null +++ b/x11-wm/matchbox-common/files/MatchBox.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=MatchBox +Comment=This session logs you into MatchBox +Exec=matchbox-session +TryExec=/usr/bin/matchbox-session +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/x11-wm/matchbox-common/files/digest-matchbox-common-0.9.1 b/x11-wm/matchbox-common/files/digest-matchbox-common-0.9.1 new file mode 100644 index 000000000000..8290b5b3a1a2 --- /dev/null +++ b/x11-wm/matchbox-common/files/digest-matchbox-common-0.9.1 @@ -0,0 +1,3 @@ +MD5 8e8ba0ee170a9ac78fdc583b00ccf76b matchbox-common-0.9.1.tar.bz2 86365 +RMD160 b4c6ed40da45f55129bb31d05e0e43c2787d0104 matchbox-common-0.9.1.tar.bz2 86365 +SHA256 524995b9899cc10d04c7964fb88ff8a2199865ca97e8d4988abd8d6c2a286199 matchbox-common-0.9.1.tar.bz2 86365 diff --git a/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild b/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild new file mode 100644 index 000000000000..2bd25807c477 --- /dev/null +++ b/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild,v 1.1 2006/03/12 21:48:31 yvasilev Exp $ + +inherit versionator + +DESCRIPTION="Common files used by matchbox-panel and matchbox-desktop packages" +HOMEPAGE="http://projects.o-hand.com/matchbox/" +SRC_URI="http://projects.o-hand.com/matchbox/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~x86" +IUSE="" + +DEPEND="" + +src_compile() { + econf --disable-pda-folders \ + || die "Configuration failed" + + emake || die "Compilation failed" +} + +src_install() { + make DESTDIR="${D}" install || die "Installation failed" + + # Insert our Xsession + dodir /etc/X11/Sessions + echo "matchbox-session" > ${D}/etc/X11/Sessions/matchbox + exeinto /etc/X11/Sessions + doexe /etc/X11/Sessions/matchbox + + insinto /usr/share/xsessions + doins ${FILESDIR}/MatchBox.desktop + + dodoc AUTHORS Changelog INSTALL NEWS README +} diff --git a/x11-wm/matchbox-common/metadata.xml b/x11-wm/matchbox-common/metadata.xml new file mode 100644 index 000000000000..a7160ed0027d --- /dev/null +++ b/x11-wm/matchbox-common/metadata.xml @@ -0,0 +1,9 @@ + + + +gpe + +yvasilev@gentoo.org +Yuri Vasilevski + +