From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/ksnip/
Date: Wed, 24 Feb 2021 18:50:38 +0000 (UTC) [thread overview]
Message-ID: <1614112285.43b25ff7bb04e6df24dc1b928d3a10398919d2fd.andrewammerlaan@gentoo> (raw)
commit: 43b25ff7bb04e6df24dc1b928d3a10398919d2fd
Author: David Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Tue Feb 16 15:38:10 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Feb 23 20:31:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43b25ff7
x11-misc/ksnip: Bump to 1.8.1
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Flogeras <dflogeras2 <AT> gmail.com>
x11-misc/ksnip/Manifest | 1 +
x11-misc/ksnip/ksnip-1.8.1.ebuild | 43 +++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/x11-misc/ksnip/Manifest b/x11-misc/ksnip/Manifest
index 631c68fc..1b288b1b 100644
--- a/x11-misc/ksnip/Manifest
+++ b/x11-misc/ksnip/Manifest
@@ -1 +1,2 @@
DIST ksnip-1.8.0.tar.gz 427497 BLAKE2B d4661f7f2bc6d4623d496d5aeaa5fc456d62ac574c956092d371b052586e060066e1fd837727043775ac10a2c56f558a4258efde745e50d821b1efc82788c27d SHA512 9276b36932c6a87620f0ce125151e09eca0e20e8f504990acb11f1c321c7c6c223e47b7d20fd2d8e409a79a8f09589f7d644bb36d1c9d611a0ed92ee5302fdfe
+DIST ksnip-1.8.1.tar.gz 443044 BLAKE2B 4a6d79f4cb5f91302dd893bc2ecd1c641d096292d02c141cc91a01c9dcf9e630222ce40b689c31932b1dff7524443c83c2a977cb7ef75478841124817104d22d SHA512 f8e643fa04c32f02fdb91ab0f2bd9deb200d182712d3c094474a25a6a824057fb96b5bd833d6eb46b2d036ea437f90783611d1df9cdd569be54ab6aef7c39f5b
diff --git a/x11-misc/ksnip/ksnip-1.8.1.ebuild b/x11-misc/ksnip/ksnip-1.8.1.ebuild
new file mode 100644
index 00000000..d76308c6
--- /dev/null
+++ b/x11-misc/ksnip/ksnip-1.8.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg cmake
+# cmake has to be listed after xdg for src_prepare to work
+
+DESCRIPTION="Ksnip is a Qt based cross-platform screenshot tool"
+HOMEPAGE="https://github.com/ksnip/ksnip"
+SRC_URI="https://github.com/ksnip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5[png]
+ dev-qt/qtx11extras:5
+ dev-qt/qtxml:5
+ >=media-libs/kcolorpicker-0.1.5
+ >=media-libs/kimageannotator-0.4.1
+ x11-libs/libX11
+ x11-libs/libxcb"
+DEPEND="${RDEPEND}
+ kde-frameworks/extra-cmake-modules:5
+"
+BDEPEND="
+ dev-qt/linguist-tools:5
+"
+
+src_install() {
+ cmake_src_install
+
+ doicon -s scalable desktop/${PN}.svg
+ domenu desktop/org.${PN}.${PN}.desktop
+}
next reply other threads:[~2021-02-24 18:50 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-24 18:50 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-03 11:38 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/ksnip/ David Roman
2023-05-29 20:57 Florian Schmaus
2023-05-29 20:57 Florian Schmaus
2022-09-09 20:02 Ronny Gutbrod
2022-09-06 1:06 Ronny Gutbrod
2021-04-10 10:07 Andrew Ammerlaan
2021-04-10 10:07 Andrew Ammerlaan
2021-02-20 19:04 Andrew Ammerlaan
2021-01-08 8:59 Andrew Ammerlaan
2021-01-08 8:59 Andrew Ammerlaan
2020-12-21 11:06 Andrew Ammerlaan
2020-08-07 7:36 Andrew Ammerlaan
2020-06-26 14:46 Andrew Ammerlaan
2020-06-26 14:46 Andrew Ammerlaan
2020-06-26 8:23 Andrew Ammerlaan
2020-06-26 8:23 Andrew Ammerlaan
2020-05-27 10:34 Andrew Ammerlaan
2020-05-26 10:49 Andrew Ammerlaan
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=1614112285.43b25ff7bb04e6df24dc1b928d3a10398919d2fd.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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