diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-17 22:50:42 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-17 22:50:42 +0000 |
commit | e388843f943463cc18e8b035a02e69c265e62874 (patch) | |
tree | 16306623512c59c437c41b21d6750a2d69aee5ed /x11-plugins/wmblob | |
parent | New upstream version. (Manifest recommit) (diff) | |
download | gentoo-2-e388843f943463cc18e8b035a02e69c265e62874.tar.gz gentoo-2-e388843f943463cc18e8b035a02e69c265e62874.tar.bz2 gentoo-2-e388843f943463cc18e8b035a02e69c265e62874.zip |
Initial import of x11-plugins/wmblob, version 1.0.1. Closes #54942
Diffstat (limited to 'x11-plugins/wmblob')
-rw-r--r-- | x11-plugins/wmblob/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmblob/Manifest | 5 | ||||
-rw-r--r-- | x11-plugins/wmblob/files/digest-wmblob-1.0.1 | 1 | ||||
-rw-r--r-- | x11-plugins/wmblob/files/gentoo-cflags.patch | 11 | ||||
-rw-r--r-- | x11-plugins/wmblob/files/wmblob.desktop | 9 | ||||
-rw-r--r-- | x11-plugins/wmblob/metadata.xml | 5 | ||||
-rw-r--r-- | x11-plugins/wmblob/wmblob-1.0.1.ebuild | 43 |
7 files changed, 82 insertions, 0 deletions
diff --git a/x11-plugins/wmblob/ChangeLog b/x11-plugins/wmblob/ChangeLog new file mode 100644 index 000000000000..45860ad7ff2e --- /dev/null +++ b/x11-plugins/wmblob/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-plugins/wmblob +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.1 2004/07/17 22:50:42 s4t4n Exp $ + +*wmblob-1.0.1 (18 Jul 2004) + + 18 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmblob-1.0.1.ebuild: + Initial import. Thanks to Przemyslaw Maciag. Closes #54942. diff --git a/x11-plugins/wmblob/Manifest b/x11-plugins/wmblob/Manifest new file mode 100644 index 000000000000..92d225217656 --- /dev/null +++ b/x11-plugins/wmblob/Manifest @@ -0,0 +1,5 @@ +MD5 2a5066fa33f08f7169a859b63644ea9e wmblob-1.0.1.ebuild 779 +MD5 87722bba1e1f9b4cdebd3b2f16052451 ChangeLog 456 +MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 +MD5 e071f5107eeb98d3da0d49f18691b92b files/wmblob.desktop 170 +MD5 18919b645c99104e0d245449a17f6507 files/digest-wmblob-1.0.1 65 diff --git a/x11-plugins/wmblob/files/digest-wmblob-1.0.1 b/x11-plugins/wmblob/files/digest-wmblob-1.0.1 new file mode 100644 index 000000000000..866f7268927f --- /dev/null +++ b/x11-plugins/wmblob/files/digest-wmblob-1.0.1 @@ -0,0 +1 @@ +MD5 b72497b8e61e1b0e5cfabd050d62fb11 wmblob-1.0.1.tar.bz2 154070 diff --git a/x11-plugins/wmblob/files/gentoo-cflags.patch b/x11-plugins/wmblob/files/gentoo-cflags.patch new file mode 100644 index 000000000000..6304c1f24681 --- /dev/null +++ b/x11-plugins/wmblob/files/gentoo-cflags.patch @@ -0,0 +1,11 @@ +--- configure 2004-07-18 00:39:44.704951200 +0200 ++++ configure 2004-07-18 00:40:42.536159520 +0200 +@@ -4473,7 +4473,7 @@ + + + # compiler flags +-CFLAGS="$CFLAGS -O2 -Wall" ++CFLAGS="$CFLAGS $GENTOO_CFLAGS -Wall" + + ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile" + diff --git a/x11-plugins/wmblob/files/wmblob.desktop b/x11-plugins/wmblob/files/wmblob.desktop new file mode 100644 index 000000000000..39535869ada8 --- /dev/null +++ b/x11-plugins/wmblob/files/wmblob.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=WmBlob +Comment=Blobs viewer +Comment[pl]=Wyświetlacz blobów +Exec=wmblob +Type=Application +Encoding=UTF-8 +Terminal=0 +Categories=Application;Graphics; diff --git a/x11-plugins/wmblob/metadata.xml b/x11-plugins/wmblob/metadata.xml new file mode 100644 index 000000000000..b1a9efc4f2f0 --- /dev/null +++ b/x11-plugins/wmblob/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-dock</herd> +</pkgmetadata> diff --git a/x11-plugins/wmblob/wmblob-1.0.1.ebuild b/x11-plugins/wmblob/wmblob-1.0.1.ebuild new file mode 100644 index 000000000000..334b5ed57680 --- /dev/null +++ b/x11-plugins/wmblob/wmblob-1.0.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.1.ebuild,v 1.1 2004/07/17 22:50:42 s4t4n Exp $ + +inherit eutils + +IUSE="" + +DESCRIPTION="wmblob shows some blobs moving around" +SRC_URI="http://dockapps.org/download.php/id/440/${P}.tar.bz2" +HOMEPAGE="http://dockapps.org/file.php/id/155" + +DEPEND="virtual/x11 + >=x11-libs/pango-1.4.0 + >=x11-libs/gtk+-2.4.1 + >=dev-util/pkgconfig-0.15.0" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_unpack() { + unpack ${A} + cd ${S} + # We patch the ./configure script to make it honour Gentoo CFLAGS + epatch ${FILESDIR}/gentoo-cflags.patch +} + +src_compile() { + econf --with-x --prefix=/usr GENTOO_CFLAGS="${CFLAGS}" \ + || die "configuration failed" + emake || die "Compilation failed" +} + +src_install() { + einstall || die "Installation failed" + prepallman + + dodoc README AUTHORS ChangeLog doc/how_it_works + + insinto /usr/share/applications + doins ${FILESDIR}/${PN}.desktop +} |