diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2004-08-09 15:12:28 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2004-08-09 15:12:28 +0000 |
commit | 3fbbdf5a53cdaa64d88e6852effbe591d1d92a01 (patch) | |
tree | e9b939055485471015122dd8a31273e23d8fa85e /x11-misc/fvwm-crystal-apps | |
parent | Make a 20040420-r1 with the patch for x86 stableage. (diff) | |
download | historical-3fbbdf5a53cdaa64d88e6852effbe591d1d92a01.tar.gz historical-3fbbdf5a53cdaa64d88e6852effbe591d1d92a01.tar.bz2 historical-3fbbdf5a53cdaa64d88e6852effbe591d1d92a01.zip |
Initial commit.
Diffstat (limited to 'x11-misc/fvwm-crystal-apps')
-rw-r--r-- | x11-misc/fvwm-crystal-apps/ChangeLog | 12 | ||||
-rw-r--r-- | x11-misc/fvwm-crystal-apps/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/fvwm-crystal-apps/files/digest-fvwm-crystal-apps-0.5 | 1 | ||||
-rw-r--r-- | x11-misc/fvwm-crystal-apps/fvwm-crystal-apps-0.5.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/fvwm-crystal-apps/metadata.xml | 15 |
5 files changed, 61 insertions, 0 deletions
diff --git a/x11-misc/fvwm-crystal-apps/ChangeLog b/x11-misc/fvwm-crystal-apps/ChangeLog new file mode 100644 index 000000000000..de73488cfc99 --- /dev/null +++ b/x11-misc/fvwm-crystal-apps/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for x11-misc/fvwm-crystal-apps +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fvwm-crystal-apps/ChangeLog,v 1.1 2004/08/09 15:12:28 lucass Exp $ + +*fvwm-crystal-apps-0.5 (09 Aug 2004) + + 09 Aug 2004; Lukasz Strzygowski <lucass@gentoo.org> +metadata.xml, + +fvwm-crystal-apps-0.5.ebuild: + Initial commit. Named "fvwm-crystal-apps" instead of "apps" to + avoid possible name-collisions. Thanks for testing to Andrzej + Olender <arsen@gentoo.pl>. + diff --git a/x11-misc/fvwm-crystal-apps/Manifest b/x11-misc/fvwm-crystal-apps/Manifest new file mode 100644 index 000000000000..a6f26fc9ec37 --- /dev/null +++ b/x11-misc/fvwm-crystal-apps/Manifest @@ -0,0 +1,4 @@ +MD5 58a63d84df72f5de2e326462f761715c fvwm-crystal-apps-0.5.ebuild 780 +MD5 d6441e8caa1d70e8516924549a0eecac metadata.xml 529 +MD5 3258e45328f4e2b25f73a449b597b8e5 ChangeLog 524 +MD5 3b6bc85a174b35e42f1e37d15d693e1d files/digest-fvwm-crystal-apps-0.5 58 diff --git a/x11-misc/fvwm-crystal-apps/files/digest-fvwm-crystal-apps-0.5 b/x11-misc/fvwm-crystal-apps/files/digest-fvwm-crystal-apps-0.5 new file mode 100644 index 000000000000..f76256334f76 --- /dev/null +++ b/x11-misc/fvwm-crystal-apps/files/digest-fvwm-crystal-apps-0.5 @@ -0,0 +1 @@ +MD5 0f39b0d8583d3b4685fb2eea8cc70c20 apps-0.5.tar.gz 8254 diff --git a/x11-misc/fvwm-crystal-apps/fvwm-crystal-apps-0.5.ebuild b/x11-misc/fvwm-crystal-apps/fvwm-crystal-apps-0.5.ebuild new file mode 100644 index 000000000000..9482946d9ee7 --- /dev/null +++ b/x11-misc/fvwm-crystal-apps/fvwm-crystal-apps-0.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fvwm-crystal-apps/fvwm-crystal-apps-0.5.ebuild,v 1.1 2004/08/09 15:12:28 lucass Exp $ + +MY_P="${P/fvwm-crystal-//}" +DESCRIPTION="Simple tool that builds FVWM-Crystal Application Panel from a database" +HOMEPAGE="http://fvwm-crystal.linux.net.pl/" +SRC_URI="http://fvwm-crystal.linux.net.pl/files/files/apps/${MY_P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="sys-devel/make" +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + sed -i -e "s/g++/g++ ${CXXFLAGS}/" ${S}/Makefile +} + +src_compile() { + emake || die "emake failed" +} + +src_install() { + dobin apps + dodoc AUTHORS COPYING database INSTALL NEWS README +} + diff --git a/x11-misc/fvwm-crystal-apps/metadata.xml b/x11-misc/fvwm-crystal-apps/metadata.xml new file mode 100644 index 000000000000..60a10adbeb63 --- /dev/null +++ b/x11-misc/fvwm-crystal-apps/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>no-herd</herd> +<maintainer> + <email>lucass@gentoo.org</email> + <name>Lukasz Strzygowski</name> +</maintainer> +<longdescription> +Apps is a small utility, that generate for FVWM-Crystal theme, so +called "ApplicationPanel", a panel where you can launch applications +from. It automatically finds installed software, according to the +database included in FVWM-Crystal. +</longdescription> +</pkgmetadata> |