diff options
Diffstat (limited to 'x11-plugins/wmgrabimage')
-rw-r--r-- | x11-plugins/wmgrabimage/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72 | 1 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/files/wmgrabimage-noman.patch | 8 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/files/wmgrabimage.desktop | 9 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/metadata.xml | 5 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/wmgrabimage-0.72.ebuild | 51 |
7 files changed, 86 insertions, 0 deletions
diff --git a/x11-plugins/wmgrabimage/ChangeLog b/x11-plugins/wmgrabimage/ChangeLog new file mode 100644 index 000000000000..a382fb24f4dc --- /dev/null +++ b/x11-plugins/wmgrabimage/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-plugins/wmgrabimage +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.1 2004/07/19 07:56:38 s4t4n Exp $ + +*wmgrabimage-0.72 (19 Jul 2004) + + 19 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72.ebuild: + Initial import. Thanks to Przemyslaw Maciag. Closes #54945. diff --git a/x11-plugins/wmgrabimage/Manifest b/x11-plugins/wmgrabimage/Manifest new file mode 100644 index 000000000000..6a85595620d1 --- /dev/null +++ b/x11-plugins/wmgrabimage/Manifest @@ -0,0 +1,4 @@ +MD5 94d4f45bc3c0411fff061d0bdde56b48 wmgrabimage-0.72.ebuild 886 +MD5 510f4557928c8d5b4788f93c938fb236 files/wmgrabimage.desktop 179 +MD5 ddc76446e5b95bcb71d118f3a483c1a3 files/wmgrabimage-noman.patch 296 +MD5 acb5efeb412afb808e7b493a835b57f4 files/digest-wmgrabimage-0.72 64 diff --git a/x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72 b/x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72 new file mode 100644 index 000000000000..1655b67d1891 --- /dev/null +++ b/x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72 @@ -0,0 +1 @@ +MD5 2cbd769b0cc909890ebdd48c2746f686 wmGrabImage-0.72.tgz 19902 diff --git a/x11-plugins/wmgrabimage/files/wmgrabimage-noman.patch b/x11-plugins/wmgrabimage/files/wmgrabimage-noman.patch new file mode 100644 index 000000000000..e9e649f1f65c --- /dev/null +++ b/x11-plugins/wmgrabimage/files/wmgrabimage-noman.patch @@ -0,0 +1,8 @@ +--- Makefile.orig 2001-05-27 19:02:18.000000000 +0000 ++++ Makefile 2004-06-22 21:05:36.711363520 +0000 +@@ -30,5 +30,4 @@ + install:: wmGrabImage + install -s -m 0755 wmGrabImage $(DESTDIR)/bin + install -m 0755 GrabImage $(DESTDIR)/bin +- install -m 0644 wmGrabImage.1 $(DESTDIR)/man/man1 + diff --git a/x11-plugins/wmgrabimage/files/wmgrabimage.desktop b/x11-plugins/wmgrabimage/files/wmgrabimage.desktop new file mode 100644 index 000000000000..57028661f999 --- /dev/null +++ b/x11-plugins/wmgrabimage/files/wmgrabimage.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=WmGragImage +Comment=Image Grabber +Comment[pl]=Wyłapywacz obrazów +Exec=wmgrabimage +Type=Application +Encoding=UTF-8 +Terminal=0 +Categories=Application;Viewer; diff --git a/x11-plugins/wmgrabimage/metadata.xml b/x11-plugins/wmgrabimage/metadata.xml new file mode 100644 index 000000000000..b1a9efc4f2f0 --- /dev/null +++ b/x11-plugins/wmgrabimage/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/wmgrabimage/wmgrabimage-0.72.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72.ebuild new file mode 100644 index 000000000000..24e364737d2f --- /dev/null +++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72.ebuild,v 1.1 2004/07/19 07:56:38 s4t4n Exp $ + +inherit eutils + +IUSE="" + +MY_P=${PN/grabi/GrabI} +S=${WORKDIR}/${MY_P}-${PV}/${MY_P} + +DESCRIPTION="wmGrabImage grabs an image from the WWW and displays it" +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${MY_P}-${PV}.tgz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" + +DEPEND="virtual/x11 + >=net-misc/wget-1.9-r2 + >=media-gfx/imagemagick-5.5.7.15" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_unpack() +{ + unpack ${A} + + cd ${S} + epatch ${FILESDIR}/${PN}-noman.patch +} + +src_compile() +{ + emake clean || die "clean failed" + emake CFLAGS="${CFLAGS} -Wall" || die "make failed" +} + +src_install() +{ + cd ${S} + dodir /usr/bin + einstall DESTDIR="${D}/usr" || die "make install failed" + + doman wmGrabImage.1 + + cd .. + dodoc BUGS CHANGES HINTS TODO + + insinto /usr/share/applications + doins ${FILESDIR}/${PN}.desktop +} |