public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Flogeras" <dflogeras2@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/ksnip/
Date: Wed, 31 Aug 2022 21:28:03 +0000 (UTC)	[thread overview]
Message-ID: <1661981207.2f74698745e2a20c0f082b3bae7daa0b6e5383f0.diddly@gentoo> (raw)

commit:     2f74698745e2a20c0f082b3bae7daa0b6e5383f0
Author:     David Flogeras <dflogeras2 <AT> gmail <DOT> com>
AuthorDate: Wed Aug 31 21:26:47 2022 +0000
Commit:     David Flogeras <dflogeras2 <AT> gmail <DOT> com>
CommitDate: Wed Aug 31 21:26:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f746987

x11-misc/ksnip: 1.10.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: David Flogeras <dflogeras2 <AT> gmail.com>

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

diff --git a/x11-misc/ksnip/Manifest b/x11-misc/ksnip/Manifest
index 182cfaa93..2e0742fab 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.9.1.tar.gz 565221 BLAKE2B c625f1132c47953355eca8094d63abc951b486c350045b05e19031d059bd8951826cd0fcb6813a98d880b069beacb84c7beaae4fda05e2131bace7766959e73c SHA512 5a6739a8f03854c0b311e522b42470d15597d2343d9fda50a22fd4364c1ae502a588a9f6491977a29fe391c990f7311d5ef217f01c55604605d7c0364dc9137c
 DIST ksnip-1.9.2.tar.gz 569082 BLAKE2B a40c4b67db5272f00108041226822bb70ac2f86803e6b6e41c496a7baba61a2c77e6101fd79cc936e9b2ad530b59d6f0af6eaa071172cccbdeb88b5c85497942 SHA512 7b00538a129b15f30e4a6439e5c4dab57cbcaa1d6c67559413107500698fa0572b2b94ac8ff1522eb61dc2d8ced1b7efe4589d22c7438a7a03f9452b13939afd

diff --git a/x11-misc/ksnip/ksnip-1.10.0.ebuild b/x11-misc/ksnip/ksnip-1.10.0.ebuild
new file mode 100644
index 000000000..44c65d917
--- /dev/null
+++ b/x11-misc/ksnip/ksnip-1.10.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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.2.0
+	>=media-libs/kimageannotator-0.6.0
+	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:[~2022-08-31 21:28 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31 21:28 David Flogeras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-02  8:35 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/ksnip/ Takuya Wakazono
2024-05-26 15:59 David Flogeras
2024-05-26 15:59 David Flogeras
2023-05-29  5:58 Viorel Munteanu
2023-05-28 17:29 David Flogeras
2022-09-09 10:04 David Flogeras
2022-08-31 21:28 David Flogeras
2021-12-05 18:46 David Flogeras
2021-12-05 18:46 David Flogeras
2021-06-22 11:11 David Flogeras
2021-04-09 13:45 David Flogeras
2021-04-09 13:44 David Flogeras
2021-02-23 20:32 David Flogeras
2021-02-20 17:06 David Flogeras
2021-02-17 16:46 Andrew Ammerlaan
2021-01-08  1:12 David Flogeras
2021-01-08  1:12 David Flogeras
2020-12-21  9:27 Theo Anderson
2020-08-06 22:16 David Flogeras
2020-06-26 14:03 David Flogeras
2020-06-26 13:58 David Flogeras
2020-06-25 21:10 David Flogeras
2020-06-25 17:04 David Flogeras
2020-05-26 11:45 David Flogeras
2020-05-25 17:41 David Flogeras

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=1661981207.2f74698745e2a20c0f082b3bae7daa0b6e5383f0.diddly@gentoo \
    --to=dflogeras2@gmail.com \
    --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