public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/ksnip/
Date: Mon, 29 May 2023 20:57:26 +0000 (UTC)	[thread overview]
Message-ID: <1685294880.e6d5df3cb6106291b5a11461a4a43a4056abc290.flow@gentoo> (raw)

commit:     e6d5df3cb6106291b5a11461a4a43a4056abc290
Author:     David Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Sun May 28 17:28:00 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun May 28 17:28:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6d5df3c

x11-misc/ksnip: 1.10.1 bump

Signed-off-by: David Flogeras <dflogeras2 <AT> gmail.com>

 x11-misc/ksnip/Manifest            |  1 +
 x11-misc/ksnip/ksnip-1.10.1.ebuild | 44 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/x11-misc/ksnip/Manifest b/x11-misc/ksnip/Manifest
index db650a5d6..0a10baa1d 100644
--- a/x11-misc/ksnip/Manifest
+++ b/x11-misc/ksnip/Manifest
@@ -1,2 +1,3 @@
 DIST ksnip-1.10.0.tar.gz 647515 BLAKE2B 2a053aa9abc129f15f3b88015c14e2ca4fbf4847091a26b905fcc9bf8f464bcb417e96f0d987b86d9013049749f8d5f4826762941e05b4a2589f69d74c665cab SHA512 2633c36ee410b26df7633361f91ddb6fd212e2ca4c6727cdf0081450d77056c3038cdb4eac02ef4c08c2226cc742b82eced123bf32db2b49a93d415632d0dc3f
+DIST ksnip-1.10.1.tar.gz 690500 BLAKE2B 8606ce6c72fda55c52f3a319151b68bf9da3c8c696839c7a597ce2707467076b18afd5ea500eeec1fe8d3b431bd9dee4b76bd8fc9d08be5b42292cefdeaad7d8 SHA512 f989b5967facf721964d54141ae0a66e03f0e35be336873975facc0882373be6377e152e59a558be13a4aca0415f11c040e8af05dc7d920f5c548389213e263c
 DIST ksnip-1.9.2.tar.gz 569082 BLAKE2B a40c4b67db5272f00108041226822bb70ac2f86803e6b6e41c496a7baba61a2c77e6101fd79cc936e9b2ad530b59d6f0af6eaa071172cccbdeb88b5c85497942 SHA512 7b00538a129b15f30e4a6439e5c4dab57cbcaa1d6c67559413107500698fa0572b2b94ac8ff1522eb61dc2d8ced1b7efe4589d22c7438a7a03f9452b13939afd

diff --git a/x11-misc/ksnip/ksnip-1.10.1.ebuild b/x11-misc/ksnip/ksnip-1.10.1.ebuild
new file mode 100644
index 000000000..5076c5318
--- /dev/null
+++ b/x11-misc/ksnip/ksnip-1.10.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake desktop xdg
+
+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.2.0
+	>=media-libs/kimageannotator-0.6.1
+	x11-libs/libX11
+	x11-libs/libxcb"
+DEPEND="${RDEPEND}
+	dev-qt/qtconcurrent:5
+	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
+}
+


             reply	other threads:[~2023-05-29 20:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-29 20:57 Florian Schmaus [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
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-24 18:50 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=1685294880.e6d5df3cb6106291b5a11461a4a43a4056abc290.flow@gentoo \
    --to=flow@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