From: "Ettore Di Giacinto" <mudler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/engrampa/
Date: Tue, 14 Mar 2017 10:03:15 +0000 (UTC) [thread overview]
Message-ID: <1489485321.d881d54c5261eb3844221a9c65505ea3e977a26d.mudler@gentoo> (raw)
commit: d881d54c5261eb3844221a9c65505ea3e977a26d
Author: kuzetsa <kuzetsa <AT> gmail <DOT> com>
AuthorDate: Fri Mar 10 23:40:32 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 09:55:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d881d54c
app-arch/engrampa: gtk3 must be built with X
Gentoo-Bug: #611104
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Ettore Di Giacinto <mudler <AT> gentoo.org>
.../{engrampa-1.14.1.ebuild => engrampa-1.12.0-r2.ebuild} | 15 ++++++++-------
.../{engrampa-1.14.1.ebuild => engrampa-1.14.1-r1.ebuild} | 4 ++--
...ngrampa-1.16.0-r1.ebuild => engrampa-1.16.0-r2.ebuild} | 2 +-
3 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/app-arch/engrampa/engrampa-1.14.1.ebuild b/app-arch/engrampa/engrampa-1.12.0-r2.ebuild
similarity index 88%
copy from app-arch/engrampa/engrampa-1.14.1.ebuild
copy to app-arch/engrampa/engrampa-1.12.0-r2.ebuild
index 8caf614f93b..0d357582019 100644
--- a/app-arch/engrampa/engrampa-1.14.1.ebuild
+++ b/app-arch/engrampa/engrampa-1.12.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ SLOT="0"
IUSE="caja gtk3 magic packagekit"
-COMMON_DEPEND="
+RDEPEND="
>=dev-libs/glib-2.32.0:2
>=dev-libs/json-glib-0.14:0
x11-libs/gdk-pixbuf:2
@@ -25,20 +25,21 @@ COMMON_DEPEND="
virtual/libintl:0
caja? ( >=mate-base/caja-1.8[gtk3(-)=] )
!gtk3? ( >=x11-libs/gtk+-2.24.0:2 )
- gtk3? ( >=x11-libs/gtk+-3.0:3 )
+ gtk3? ( >=x11-libs/gtk+-3.0:3[X] )
magic? ( sys-apps/file )
packagekit? ( app-admin/packagekit-base )
!!app-arch/mate-file-archiver"
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
app-text/yelp-tools
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*
virtual/pkgconfig:*"
-PATCHES=( "${FILESDIR}/${PN}-1.10.2-p7zip-15.14-compat.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-1.10.2-p7zip-15.09-compat.patch"
+ "${FILESDIR}/${PN}-1.10.2-p7zip-15.14-compat.patch"
+)
src_configure() {
mate_src_configure \
diff --git a/app-arch/engrampa/engrampa-1.14.1.ebuild b/app-arch/engrampa/engrampa-1.14.1-r1.ebuild
similarity index 96%
rename from app-arch/engrampa/engrampa-1.14.1.ebuild
rename to app-arch/engrampa/engrampa-1.14.1-r1.ebuild
index 8caf614f93b..3af21bd02be 100644
--- a/app-arch/engrampa/engrampa-1.14.1.ebuild
+++ b/app-arch/engrampa/engrampa-1.14.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,7 +25,7 @@ COMMON_DEPEND="
virtual/libintl:0
caja? ( >=mate-base/caja-1.8[gtk3(-)=] )
!gtk3? ( >=x11-libs/gtk+-2.24.0:2 )
- gtk3? ( >=x11-libs/gtk+-3.0:3 )
+ gtk3? ( >=x11-libs/gtk+-3.0:3[X] )
magic? ( sys-apps/file )
packagekit? ( app-admin/packagekit-base )
!!app-arch/mate-file-archiver"
diff --git a/app-arch/engrampa/engrampa-1.16.0-r1.ebuild b/app-arch/engrampa/engrampa-1.16.0-r2.ebuild
similarity index 98%
rename from app-arch/engrampa/engrampa-1.16.0-r1.ebuild
rename to app-arch/engrampa/engrampa-1.16.0-r2.ebuild
index 3c7acedfa65..3cf6e95bd41 100644
--- a/app-arch/engrampa/engrampa-1.16.0-r1.ebuild
+++ b/app-arch/engrampa/engrampa-1.16.0-r2.ebuild
@@ -24,7 +24,7 @@ COMMON_DEPEND="
x11-libs/pango:0
virtual/libintl:0
caja? ( >=mate-base/caja-1.1.0 )
- >=x11-libs/gtk+-3.14:3
+ >=x11-libs/gtk+-3.14:3[X]
magic? ( sys-apps/file )
packagekit? ( app-admin/packagekit-base )
!!app-arch/mate-file-archiver"
next reply other threads:[~2017-03-14 10:03 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-14 10:03 Ettore Di Giacinto [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-26 3:17 [gentoo-commits] repo/gentoo:master commit in: app-arch/engrampa/ Sam James
2024-09-17 17:50 Andreas Sturmlechner
2024-06-18 8:06 Joonas Niilola
2024-04-17 15:53 Joonas Niilola
2024-04-09 17:28 Arthur Zamarin
2024-04-09 17:28 Arthur Zamarin
2024-03-16 9:09 Joonas Niilola
2024-03-10 1:59 Sam James
2023-12-22 6:46 Sam James
2023-12-21 11:55 Sam James
2023-09-22 9:50 Arthur Zamarin
2023-09-22 9:47 Arthur Zamarin
2023-08-17 6:22 Sam James
2022-10-24 13:52 Sam James
2022-07-03 22:04 David Seifert
2022-01-09 15:48 Andreas Sturmlechner
2021-12-10 20:10 Jakov Smolić
2021-12-10 11:35 Jakov Smolić
2021-06-30 22:43 Adam Feldman
2021-02-13 21:05 Conrad Kostecki
2020-09-25 20:32 Adam Feldman
2020-08-07 3:18 Adam Feldman
2020-08-07 3:18 Adam Feldman
2020-05-08 4:45 Adam Feldman
2020-05-08 4:45 Adam Feldman
2020-04-19 8:53 Michał Górny
2020-04-05 14:26 Joonas Niilola
2020-04-05 14:26 Joonas Niilola
2019-07-07 18:48 Göktürk Yüksek
2019-07-07 18:48 Göktürk Yüksek
2019-05-30 4:31 Göktürk Yüksek
2019-05-12 21:04 Göktürk Yüksek
2019-04-07 12:01 Andreas Sturmlechner
2019-03-17 11:11 Mikle Kolyada
2018-02-11 15:03 Ettore Di Giacinto
2018-01-14 17:18 Ettore Di Giacinto
2017-06-04 15:18 Ettore Di Giacinto
2017-01-18 20:39 NP Hardass
2016-12-08 15:31 Ettore Di Giacinto
2016-11-24 22:59 Ettore Di Giacinto
2016-11-24 22:22 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-09-10 19:35 NP Hardass
2016-08-12 5:13 NP Hardass
2016-07-25 18:36 NP Hardass
2016-03-26 2:37 NP Hardass
2016-03-15 17:53 Agostino Sarubbo
2016-03-06 8:09 Mikle Kolyada
2016-02-09 2:49 NP Hardass
2016-01-26 20:09 NP Hardass
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=1489485321.d881d54c5261eb3844221a9c65505ea3e977a26d.mudler@gentoo \
--to=mudler@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