From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: app-arch/file-roller/
Date: Sat, 26 May 2018 23:45:46 +0000 (UTC) [thread overview]
Message-ID: <1527378304.27aea9404919e449d84c8e3f1f24746aac44de45.eva@gentoo> (raw)
commit: 27aea9404919e449d84c8e3f1f24746aac44de45
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 22:19:35 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 26 23:45:04 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=27aea940
app-arch/file-roller: sync live ebuild and metadata.xml
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A
app-arch/file-roller/file-roller-9999.ebuild | 39 ++++++++++++----------------
app-arch/file-roller/metadata.xml | 6 ++---
2 files changed, 19 insertions(+), 26 deletions(-)
diff --git a/app-arch/file-roller/file-roller-9999.ebuild b/app-arch/file-roller/file-roller-9999.ebuild
index 9b688a8d..a6ec9188 100644
--- a/app-arch/file-roller/file-roller-9999.ebuild
+++ b/app-arch/file-roller/file-roller-9999.ebuild
@@ -1,26 +1,24 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
GNOME2_LA_PUNT="yes"
-inherit eutils gnome2 readme.gentoo
+inherit gnome2 readme.gentoo-r1
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
DESCRIPTION="Archive manager for GNOME"
-HOMEPAGE="http://fileroller.sourceforge.net/ https://wiki.gnome.org/Apps/FileRoller"
+HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller"
LICENSE="GPL-2+ CC-BY-SA-3.0"
SLOT="0"
-IUSE="nautilus packagekit"
+IUSE="libnotify nautilus packagekit"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
fi
# gdk-pixbuf used extensively in the source
@@ -31,17 +29,19 @@ RDEPEND="
>=dev-libs/glib-2.36:2
>=dev-libs/json-glib-0.14
>=x11-libs/gtk+-3.13.2:3
- >=x11-libs/libnotify-0.4.3:=
sys-apps/file
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/pango
- nautilus? ( >=gnome-base/nautilus-3 )
+ libnotify? ( >=x11-libs/libnotify-0.4.3:= )
+ nautilus? ( >=gnome-base/nautilus-2.22.2 )
packagekit? ( app-admin/packagekit-base )
"
+# libxml2+gdk-pixbuf required for glib-compile-resources
DEPEND="${RDEPEND}
- dev-util/desktop-file-utils
- >=dev-util/intltool-0.40.0
+ dev-libs/libxml2
+ >=dev-util/intltool-0.50.1
+ dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
"
@@ -67,26 +67,19 @@ iso - app-cdr/cdrtools
jar,zip - app-arch/zip and app-arch/unzip
lha - app-arch/lha
lzop - app-arch/lzop
+lz4 - app-arch/lz4
rar - app-arch/unrar or app-arch/unar
rpm - app-arch/rpm
unstuff - app-arch/stuffit
zoo - app-arch/zoo"
src_prepare() {
- # Use absolute path to GNU tar since star doesn't have the same
- # options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar
- epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch
-
# File providing Gentoo package names for various archivers
- cp -f "${FILESDIR}/3.6.0-packages.match" data/packages.match || die
-
+ cp -f "${FILESDIR}"/3.22-packages.match data/packages.match || die
gnome2_src_prepare
}
src_configure() {
- local myconf=""
- [[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
- DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* TODO"
# --disable-debug because enabling it adds -O0 to CFLAGS
gnome2_src_configure \
--disable-run-in-place \
@@ -94,9 +87,9 @@ src_configure() {
--disable-debug \
--enable-magic \
--enable-libarchive \
+ $(use_enable libnotify notification) \
$(use_enable nautilus nautilus-actions) \
- $(use_enable packagekit) \
- ${myconf}
+ $(use_enable packagekit)
}
src_install() {
diff --git a/app-arch/file-roller/metadata.xml b/app-arch/file-roller/metadata.xml
index a1511def..fee03a0b 100644
--- a/app-arch/file-roller/metadata.xml
+++ b/app-arch/file-roller/metadata.xml
@@ -6,13 +6,13 @@
<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
- <flag name="nautilus">Enable file-roller to integrate with
- <pkg>gnome-base/nautilus</pkg> by providing entries in its context
- menu</flag>
+ <flag name="nautilus">Build contextual menu extension for
+ <pkg>gnome-base/nautilus</pkg>.</flag>
<flag name="packagekit">Enable support for the distro-neutral package
manager GUI <pkg>app-admin/packagekit</pkg></flag>
</use>
<upstream>
<remote-id type="sourceforge">fileroller</remote-id>
+ <remote-id type="cpe">cpe:/a:paolo_bacchilega:file_roller</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2018-05-26 23:45 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-26 23:45 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-03-31 10:30 [gentoo-commits] proj/gnome:master commit in: app-arch/file-roller/ Mart Raudsepp
2018-12-28 23:32 Gilles Dartiguelongue
2018-12-26 4:11 Sobhan Mohammadpour
2018-11-19 16:00 Gilles Dartiguelongue
2018-08-05 9:59 Mart Raudsepp
2018-08-05 9:59 Mart Raudsepp
2018-05-26 23:45 Gilles Dartiguelongue
2018-03-02 17:26 Sobhan Mohammadpour
2015-06-09 13:48 Gilles Dartiguelongue
2015-05-12 19:31 Gilles Dartiguelongue
2015-05-03 21:56 Gilles Dartiguelongue
2014-12-14 22:46 Gilles Dartiguelongue
2014-11-23 22:27 Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2014-04-06 21:32 Gilles Dartiguelongue
2013-12-01 17:19 Gilles Dartiguelongue
2013-11-14 22:52 Gilles Dartiguelongue
2012-12-16 18:38 Gilles Dartiguelongue
2012-11-22 23:04 Gilles Dartiguelongue
2012-10-23 9:47 Alexandre Rostovtsev
2012-09-22 18:45 Nirbheek Chauhan
2012-05-24 9:11 Alexandre Restovtsev
2011-10-18 7:37 Alexandre Restovtsev
2011-05-30 18:39 Nirbheek Chauhan
2011-04-27 22:22 Gilles Dartiguelongue
2011-04-13 5:25 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-03-26 1:58 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-21 22:35 Nirbheek Chauhan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1527378304.27aea9404919e449d84c8e3f1f24746aac44de45.eva@gentoo \
--to=eva@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox