From: "Maxim Koltsov" <maksbotan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/copyq/
Date: Wed, 2 Jan 2019 15:48:52 +0000 (UTC) [thread overview]
Message-ID: <1546444110.89df135b62ba273ffbaa8c91391aa27f366b27fa.maksbotan@gentoo> (raw)
commit: 89df135b62ba273ffbaa8c91391aa27f366b27fa
Author: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 25 08:56:40 2018 +0000
Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 2 15:48:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89df135b
x11-apps/copyq: bump to 3.7.2
- add missing qtx11extras dependency
- update icon cache
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Maxim Koltsov <maksbotan <AT> gentoo.org>
x11-apps/copyq/Manifest | 2 +-
x11-apps/copyq/{copyq-3.5.0.ebuild => copyq-3.7.2.ebuild} | 15 +++++++++++++--
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/x11-apps/copyq/Manifest b/x11-apps/copyq/Manifest
index bcf3fb2265b..a9dfd0e3a5a 100644
--- a/x11-apps/copyq/Manifest
+++ b/x11-apps/copyq/Manifest
@@ -1,2 +1,2 @@
-DIST CopyQ-3.5.0.tar.gz 3004460 BLAKE2B 30b2d732e87dd5ffea4d07adec14a377feddf2b7e89caf235e0a6bde5781419ec186bf40c687f14d658603ed3aebe43e5010a062560748a8dc00311f0f52a821 SHA512 9e662c8f80a59d58fbc8c51990682bfe61582ebdeba240e49996aab618b0a118422b0f2023952ef8cdf8e00f50ec4d7c67bd874abacf564226fb096dcc6d944d
+DIST CopyQ-3.7.2.tar.gz 2882944 BLAKE2B 3fd90b719b931ad9d92cca97f3ad284dc454ea5644907fa61b51b70eef5c42f41d52323346c0d24611c99cd2004a0528111125726d5cefe64f2cc9ead22d1f94 SHA512 dff6530375ea674502b754866c0011f3436796fc0535dc9cd317640b8cab4620e821b440df62d229a3d1dba371a7ae0c4a03e5d3366dd845218ab1516196d730
DIST copyq-2.8.1.tar.gz 1573991 BLAKE2B 464c7fb462638ae717ee70dffcf5fb6eaf628dd4640c9db9d757769ac07479424fc953d81c92ed0e11015802432a9e556171994e8e2da7d0ce11868dcdf57cb6 SHA512 77602d39b0cb5fd0c8bd8d6c1ba5079e95ad72dc846c3e273556ffe029732e65bfd0951954de856c894bd7b6ebae816dfe7048040d77f7f3cd07faa922260b57
diff --git a/x11-apps/copyq/copyq-3.5.0.ebuild b/x11-apps/copyq/copyq-3.7.2.ebuild
similarity index 74%
rename from x11-apps/copyq/copyq-3.5.0.ebuild
rename to x11-apps/copyq/copyq-3.7.2.ebuild
index 1607b43b019..0c5b8ccd84f 100644
--- a/x11-apps/copyq/copyq-3.5.0.ebuild
+++ b/x11-apps/copyq/copyq-3.7.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit cmake-utils
+inherit cmake-utils gnome2-utils
MY_P=CopyQ-${PV}
@@ -25,6 +25,7 @@ RDEPEND="
dev-qt/qtscript:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
x11-libs/libX11
x11-libs/libXfixes
x11-libs/libXtst
@@ -37,11 +38,21 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/$MY_P
src_configure() {
+ # CMakeLists.txt concatenates INSTALL_PREFIX with INSTALL_MANDIR leading to /usr/usr
local mycmakeargs=(
-DPLUGIN_INSTALL_PREFIX="/usr/$(get_libdir)/${PN}/plugins"
-DWITH_QT5=ON
-DWITH_TESTS=$(usex test)
-DWITH_WEBKIT=$(usex webkit)
+ -DCMAKE_INSTALL_MANDIR="share/man"
)
cmake-utils_src_configure
}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
next reply other threads:[~2019-01-02 15:48 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-02 15:48 Maxim Koltsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-28 7:44 [gentoo-commits] repo/gentoo:master commit in: x11-apps/copyq/ Joonas Niilola
2020-04-28 7:44 Joonas Niilola
2020-04-28 7:44 Joonas Niilola
2019-04-19 22:07 Michał Górny
2019-04-19 22:07 Michał Górny
2018-09-14 22:46 Michał Górny
2018-09-14 22:46 Michał Górny
2017-05-26 10:00 David Seifert
2017-01-12 17:56 Michael Palimaka
2016-12-22 18:16 Michael Palimaka
2016-04-23 13:50 Davide Pesavento
2016-01-16 11:50 Pacho Ramos
2016-01-16 11:50 Pacho Ramos
2016-01-14 9:50 Michael Palimaka
2016-01-14 9:43 Jeroen Roovers
2015-09-23 11:15 Justin Lecher
2015-09-22 9:19 Justin Lecher
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=1546444110.89df135b62ba273ffbaa8c91391aa27f366b27fa.maksbotan@gentoo \
--to=maksbotan@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