public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/ksnip/
Date: Mon, 21 Dec 2020 09:27:10 +0000 (UTC)	[thread overview]
Message-ID: <1608542312.889927dcd3b3f4389b07b782220ff639517bd6fc.telans@gentoo> (raw)

commit:     889927dcd3b3f4389b07b782220ff639517bd6fc
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Dec 21 09:18:32 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Dec 21 09:18:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=889927dc

x11-misc/ksnip: bump to 1.8.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 x11-misc/ksnip/Manifest           |  1 +
 x11-misc/ksnip/ksnip-1.8.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/x11-misc/ksnip/Manifest b/x11-misc/ksnip/Manifest
index 38aca1bc..94b76738 100644
--- a/x11-misc/ksnip/Manifest
+++ b/x11-misc/ksnip/Manifest
@@ -1,3 +1,4 @@
 DIST ksnip-1.6.2.tar.gz 221518 BLAKE2B a2e08b3dcfa448790a165a15e4e0c76771168d03756778b53ea79d7ebc3aad5efa50a18a6d4755a5c85ba3867e5d8e0c534af2cd0e7886db70ba407fb36185ff SHA512 2e40d12524a6a0d5bf321f7e5554a0a423e3fe7861118b6d6fc95e01e9558e63ce1519ed234ac514f3ade88d1d3261fb8f693e89d097059e1607f9bfd5227573
 DIST ksnip-1.7.1.tar.gz 340654 BLAKE2B 76f14b3a1b664e4877e19fb9b0e4620b20bb01f5c0d1e14671250a058f9e39170f385dd3aca53e9325de091c29c8bd17ae85127ec622cf751a387f6b09a5bbda SHA512 8d978fd4d5844427b041091e79f01e308ed9defbe393fc1ac72b4f5607c114f1c30ccb963c79ebe32559e58cb2c60aeaba7a288aee9d16f6ed6a637466396cd3
 DIST ksnip-1.7.3.tar.gz 350441 BLAKE2B e177a34afc36311337ff37931ab6bca5ad78e5328a7fd3474ac53bad2e52c8b7fc8c7bdabe0268b9cead2cc4d1f073b1adaa8e77ba18af29aab33fad2437c96a SHA512 9bfe3d757fa30a1deb27868679012e5af1f4dd1f068aebce330fc25918d7648a4191194fe3904f4dda25526b1ceaf34c6e9ebeb04145fcb4c558afbe97d9a3a6
+DIST ksnip-1.8.0.tar.gz 427497 BLAKE2B d4661f7f2bc6d4623d496d5aeaa5fc456d62ac574c956092d371b052586e060066e1fd837727043775ac10a2c56f558a4258efde745e50d821b1efc82788c27d SHA512 9276b36932c6a87620f0ce125151e09eca0e20e8f504990acb11f1c321c7c6c223e47b7d20fd2d8e409a79a8f09589f7d644bb36d1c9d611a0ed92ee5302fdfe

diff --git a/x11-misc/ksnip/ksnip-1.8.0.ebuild b/x11-misc/ksnip/ksnip-1.8.0.ebuild
new file mode 100644
index 00000000..79f7a7b9
--- /dev/null
+++ b/x11-misc/ksnip/ksnip-1.8.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg cmake
+
+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"
+
+RDEPEND="
+		dev-qt/qtdbus:5
+		dev-qt/qtnetwork:5
+		dev-qt/qtprintsupport:5
+		dev-qt/qtx11extras:5
+		dev-qt/qtxml:5
+		>=x11-libs/kimageannotator-0.4.0
+		x11-libs/libxcb
+"
+DEPEND="${RDEPEND}"
+BDEPEND="kde-frameworks/extra-cmake-modules:5"
+
+src_install() {
+	cmake_src_install
+	doicon -s scalable desktop/${PN}.svg
+	domenu desktop/org.${PN}.${PN}.desktop
+}


             reply	other threads:[~2020-12-21  9:27 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-21  9:27 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-26 15:59 [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/ksnip/ 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
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-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=1608542312.889927dcd3b3f4389b07b782220ff639517bd6fc.telans@gentoo \
    --to=telans@posteo.de \
    --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