summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/helpblocks')
-rw-r--r--dev-util/helpblocks/ChangeLog10
-rw-r--r--dev-util/helpblocks/helpblocks-1.20-r1.ebuild34
-rw-r--r--dev-util/helpblocks/helpblocks-1.21-r1.ebuild (renamed from dev-util/helpblocks/helpblocks-1.21.ebuild)9
3 files changed, 14 insertions, 39 deletions
diff --git a/dev-util/helpblocks/ChangeLog b/dev-util/helpblocks/ChangeLog
index 7392b74f3732..530c641ae55a 100644
--- a/dev-util/helpblocks/ChangeLog
+++ b/dev-util/helpblocks/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/helpblocks
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.8 2008/10/19 11:07:03 mrness Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.9 2009/03/07 13:57:03 mrness Exp $
+
+*helpblocks-1.21-r1 (07 Mar 2009)
+
+ 07 Mar 2009; Alin Năstac <mrness@gentoo.org> -helpblocks-1.20-r1.ebuild,
+ -helpblocks-1.21.ebuild, +helpblocks-1.21-r1.ebuild:
+ Remove old versions. Install symlinks to png icons.
*helpblocks-1.21 (19 Oct 2008)
diff --git a/dev-util/helpblocks/helpblocks-1.20-r1.ebuild b/dev-util/helpblocks/helpblocks-1.20-r1.ebuild
deleted file mode 100644
index 6f84e624049e..000000000000
--- a/dev-util/helpblocks/helpblocks-1.20-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.20-r1.ebuild,v 1.1 2008/02/13 14:53:06 mrness Exp $
-
-DESCRIPTION="HTML Help Editor for wxWidgets"
-HOMEPAGE="http://www.helpblocks.com/"
-SRC_URI="x86? ( http://www.helpblocks.com/HelpBlocks-${PV}-i386.tar.gz )
- amd64? ( http://www.helpblocks.com/HelpBlocks-${PV}-i686.tar.gz )"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=x11-libs/gtk+-2
- x11-libs/libXinerama
- >=media-libs/libpng-1.2
- media-libs/jpeg
- >=media-libs/tiff-3"
-
-S="${WORKDIR}"
-
-RESTRICT="strip" # the helpblocks program is already stripped
-
-src_install() {
- dodir /opt/helpblocks
- tar -xzf HelpBlocksData.tar.gz -C "${D}/opt/helpblocks" || die "failed to extract data from tarball"
-
- dosym /opt/helpblocks/helpblocks.xpm /usr/share/pixmaps/helpblocks.xpm
- insinto /usr/share/applications
- doins "${FILESDIR}/helpblocks.desktop"
- newbin "${FILESDIR}/helpblocks.sh" helpblocks
-}
diff --git a/dev-util/helpblocks/helpblocks-1.21.ebuild b/dev-util/helpblocks/helpblocks-1.21-r1.ebuild
index 47d819beb0aa..b29cf003b458 100644
--- a/dev-util/helpblocks/helpblocks-1.21.ebuild
+++ b/dev-util/helpblocks/helpblocks-1.21-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.21.ebuild,v 1.1 2008/10/19 11:07:03 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.21-r1.ebuild,v 1.1 2009/03/07 13:57:03 mrness Exp $
DESCRIPTION="HTML Help Editor for wxWidgets"
HOMEPAGE="http://www.helpblocks.com/"
@@ -27,7 +27,10 @@ src_install() {
dodir /opt/helpblocks
tar -xzf HelpBlocksData.tar.gz -C "${D}/opt/helpblocks" || die "failed to extract data from tarball"
- dosym /opt/helpblocks/helpblocks.xpm /usr/share/pixmaps/helpblocks.xpm
+ local i
+ for i in 32x32 48x48 128x128; do
+ dosym /opt/helpblocks/appicons/helpblocks${i}.png /usr/share/icons/hicolor/${i}/apps/helpblocks.png
+ done
insinto /usr/share/applications
doins "${FILESDIR}/helpblocks.desktop"
newbin "${FILESDIR}/helpblocks.sh" helpblocks