From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5328E1384B4 for ; Mon, 4 Jan 2016 09:27:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70D90E07DF; Mon, 4 Jan 2016 09:27:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB86EE07DF for ; Mon, 4 Jan 2016 09:27:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7412B33D3C7 for ; Mon, 4 Jan 2016 09:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D546CB0 for ; Mon, 4 Jan 2016 09:27:29 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1451899640.4c6a7c9c7a0c89ed5ca0fa78a49991ea37f6a2d9.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/geeqie/files/, media-gfx/geeqie/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/geeqie/files/geeqie-1.2.2-fix_keywords_gtk3.patch media-gfx/geeqie/geeqie-1.2.2-r2.ebuild X-VCS-Directories: media-gfx/geeqie/files/ media-gfx/geeqie/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 4c6a7c9c7a0c89ed5ca0fa78a49991ea37f6a2d9 X-VCS-Branch: master Date: Mon, 4 Jan 2016 09:27:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 703748c0-8a7b-482d-9d84-079f4de8bef1 X-Archives-Hash: dbe369daf1b792bbc6578d65b239a95e commit: 4c6a7c9c7a0c89ed5ca0fa78a49991ea37f6a2d9 Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Jan 4 09:27:03 2016 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Jan 4 09:27:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6a7c9c media-gfx/geeqie: fix keywords widget with GTK3 Patch provided by Tomasz Golinski alpha.uwb.edu.pl> Bug: 561912 Package-Manager: portage-2.2.26 .../files/geeqie-1.2.2-fix_keywords_gtk3.patch | 12 ++++ media-gfx/geeqie/geeqie-1.2.2-r2.ebuild | 76 ++++++++++++++++++++++ 2 files changed, 88 insertions(+) diff --git a/media-gfx/geeqie/files/geeqie-1.2.2-fix_keywords_gtk3.patch b/media-gfx/geeqie/files/geeqie-1.2.2-fix_keywords_gtk3.patch new file mode 100644 index 0000000..99bc10d --- /dev/null +++ b/media-gfx/geeqie/files/geeqie-1.2.2-fix_keywords_gtk3.patch @@ -0,0 +1,12 @@ +--- a/src/bar_keywords.c 2015-05-23 14:20:43.000000000 +0200 ++++ b/src/bar_keywords.c 2015-12-30 00:34:21.453531792 +0100 +@@ -1295,6 +1295,9 @@ + g_object_set_data(G_OBJECT(pkd->widget), "pane_data", pkd); + g_signal_connect(G_OBJECT(pkd->widget), "destroy", + G_CALLBACK(bar_pane_keywords_destroy), pkd); ++#if GTK_CHECK_VERSION(3,0,0) ++ gtk_widget_set_size_request(pkd->widget, -1, 400); ++#endif + gtk_widget_show(hbox); + + scrolled = gtk_scrolled_window_new(NULL, NULL); diff --git a/media-gfx/geeqie/geeqie-1.2.2-r2.ebuild b/media-gfx/geeqie/geeqie-1.2.2-r2.ebuild new file mode 100644 index 0000000..91b99a3 --- /dev/null +++ b/media-gfx/geeqie/geeqie-1.2.2-r2.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils + +DESCRIPTION="A lightweight GTK image viewer forked from GQview" +HOMEPAGE="http://www.geeqie.org" +SRC_URI="http://www.geeqie.org/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug doc exif gtk3 jpeg lcms lirc lua tiff xmp" + +RDEPEND="gtk3? ( x11-libs/gtk+:3 ) + !gtk3? ( x11-libs/gtk+:2 ) + virtual/libintl + doc? ( app-text/gnome-doc-utils ) + jpeg? ( virtual/jpeg:0 ) + lcms? ( media-libs/lcms:2 ) + lirc? ( app-misc/lirc ) + lua? ( >=dev-lang/lua-5.1:= ) + xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) + !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) + tiff? ( media-libs/tiff:0 )" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-util/intltool + sys-devel/gettext" + +src_prepare() { + epatch "${FILESDIR}"/${P}-fix_keywords_gtk3.patch + + epatch_user + + eautoreconf +} + +src_configure() { + # clutter does not compile, gps depends on clutter + local myconf="--disable-dependency-tracking + --with-readmedir=/usr/share/doc/${PF} + --disable-clutter + --disable-gps + $(use_enable debug debug-log) + $(use_enable gtk3) + $(use_enable jpeg) + $(use_enable lcms) + $(use_enable lua) + $(use_enable lirc) + $(use_enable tiff)" + + if use exif || use xmp; then + myconf="${myconf} --enable-exiv2" + else + myconf="${myconf} --disable-exiv2" + fi + + econf ${myconf} +} + +src_install() { + emake DESTDIR="${D}" install + + rm -f "${D}/usr/share/doc/${PF}/COPYING" + # Application needs access to the uncompressed file + docompress -x /usr/share/doc/${PF}/README +} + +pkg_postinst() { + elog "Some plugins may require additional packages" + elog "- Image rotate plugin: media-gfx/fbida (JPEG), media-gfx/imagemagick (TIFF/PNG)" + elog "- RAW images plugin: media-gfx/ufraw" +}