mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
x11-misc/ksnip: Bump to 1.8.0-r1
This also depends on the newly added, in-tree, kimageannotator and kcolorpicker deps. Signed-off-by: David Flogeras <dflogeras2@gmail.com>
This commit is contained in:
parent
1ed9d86c2e
commit
7bd858da49
43
x11-misc/ksnip/ksnip-1.8.0-r1.ebuild
Normal file
43
x11-misc/ksnip/ksnip-1.8.0-r1.ebuild
Normal file
@ -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.4
|
||||
>=media-libs/kimageannotator-0.4.0
|
||||
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user