summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-12-05 10:53:57 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-12-05 10:53:57 +0000
commit1eea729f21af8d8ff703e9c456a82c2d90b20ab8 (patch)
tree4d1e385adca119f4588808423354a421afb955a0 /x11-plugins/wmgrabimage
parentversion bump; mark1.2.5 stable (Manifest recommit) (diff)
downloadgentoo-2-1eea729f21af8d8ff703e9c456a82c2d90b20ab8.tar.gz
gentoo-2-1eea729f21af8d8ff703e9c456a82c2d90b20ab8.tar.bz2
gentoo-2-1eea729f21af8d8ff703e9c456a82c2d90b20ab8.zip
Revision bump containing fix for newer versions of media-gfx/imagemagick. Closes #71894
Diffstat (limited to 'x11-plugins/wmgrabimage')
-rw-r--r--x11-plugins/wmgrabimage/ChangeLog11
-rw-r--r--x11-plugins/wmgrabimage/Manifest4
-rw-r--r--x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72-r11
-rw-r--r--x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild53
4 files changed, 67 insertions, 2 deletions
diff --git a/x11-plugins/wmgrabimage/ChangeLog b/x11-plugins/wmgrabimage/ChangeLog
index d10c5676172d..4decb4655378 100644
--- a/x11-plugins/wmgrabimage/ChangeLog
+++ b/x11-plugins/wmgrabimage/ChangeLog
@@ -1,6 +1,15 @@
# 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.4 2004/09/04 00:47:01 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.5 2004/12/05 10:53:57 s4t4n Exp $
+
+*wmgrabimage-0.72-r1 (05 Dec 2004)
+
+ 05 Dec 2004; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72-r1.ebuild:
+ Revision bump.
+ Change HOMEPAGE and SRC_URI to the www.dockapps.org ones as the official
+ pages can no longer be reached. Some magic sed (thanks Clemens Noss <cnoss@gmx.de>)
+ to make calls to 'convert' using the '-geometry' cmd line arg, needed by newer
+ versions of media-gfx/imagemagick, closing #71894.
04 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> wmgrabimage-0.72.ebuild:
Stable for x86.
diff --git a/x11-plugins/wmgrabimage/Manifest b/x11-plugins/wmgrabimage/Manifest
index d1d6317848b8..100c5b17d482 100644
--- a/x11-plugins/wmgrabimage/Manifest
+++ b/x11-plugins/wmgrabimage/Manifest
@@ -1,6 +1,8 @@
+MD5 a59cc6a5ffafc0991e7b246767374450 wmgrabimage-0.72-r1.ebuild 999
MD5 7d0b4e89c1a6063a68b1dadfc9a8850a wmgrabimage-0.72.ebuild 1060
-MD5 a15439cf226cde1545b2277fb6fbc273 ChangeLog 709
+MD5 e15b09f639f12307ae7662fcf5fe77ae ChangeLog 935
MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
MD5 510f4557928c8d5b4788f93c938fb236 files/wmgrabimage.desktop 179
MD5 ddc76446e5b95bcb71d118f3a483c1a3 files/wmgrabimage-noman.patch 296
MD5 acb5efeb412afb808e7b493a835b57f4 files/digest-wmgrabimage-0.72 64
+MD5 acb5efeb412afb808e7b493a835b57f4 files/digest-wmgrabimage-0.72-r1 64
diff --git a/x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72-r1 b/x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72-r1
new file mode 100644
index 000000000000..1655b67d1891
--- /dev/null
+++ b/x11-plugins/wmgrabimage/files/digest-wmgrabimage-0.72-r1
@@ -0,0 +1 @@
+MD5 2cbd769b0cc909890ebdd48c2746f686 wmGrabImage-0.72.tgz 19902
diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
new file mode 100644
index 000000000000..1e230fdcfc00
--- /dev/null
+++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
@@ -0,0 +1,53 @@
+# 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-r1.ebuild,v 1.1 2004/12/05 10:53:57 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://www.dockapps.com/download.php/id/19/${MY_P}-${PV}.tgz"
+HOMEPAGE="http://www.dockapps.com/file.php/id/12"
+
+DEPEND="virtual/x11
+ >=net-misc/wget-1.9-r2
+ >=media-gfx/imagemagick-5.5.7.15
+ >=sys-apps/sed-4"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+
+src_unpack()
+{
+ unpack ${A}
+
+ cd ${S}
+ epatch ${FILESDIR}/${PN}-noman.patch
+}
+
+src_compile()
+{
+ sed -i -e 's/-geom /-geometry /' GrabImage
+ 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
+}