mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
Merge updates from master
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST qt-avif-image-plugin-0.3.1.tar.gz 13215410 BLAKE2B 381f4f19c3df42333ee0885641ca1275b8a30efc04c415de1c6a597ee6c7e7cfd5313267b8cae3c615dfb445d8980c52394dee2db4e35f9ea3e89d03c57fe353 SHA512 44da0f1bcdba3871b2662a9a6e3919f46984db9ae3588e19aed6a0fde87ee1204209bbb635956d75f0de22e307104650b0f63472fb777bb479bff09c10095948
|
||||
DIST qt-avif-image-plugin-0.3.2.tar.gz 13246071 BLAKE2B b51a2c440616ec8117b50474e92c53e67e2d4234926c65126c1fb5f7048163914784ede88fc8ae65483eb655401311af3aebe562670535611ecdc0dd9e4bc057 SHA512 29210a950c071d4d59ba3a9e9ca20394cf201cbc508ef70f93e2d5982ea39521eb06a8526290489d803a55164d838e09d335a3114cbb333aa826b85bd5708281
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
|
||||
HOMEPAGE="https://github.com/novomesk/qt-avif-image-plugin"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/novomesk/qt-avif-image-plugin.git"
|
||||
else
|
||||
SRC_URI="https://github.com/novomesk/qt-avif-image-plugin/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-qt/qtgui-5.12.3:5
|
||||
>=media-libs/libavif-0.8.1
|
||||
>=x11-misc/shared-mime-info-2.0-r1
|
||||
"
|
||||
|
||||
BDEPEND=">=kde-frameworks/extra-cmake-modules-5.70:5"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
@@ -21,7 +21,7 @@ SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-qt/qtgui-5.12.3:5
|
||||
>=media-libs/libavif-0.8.0
|
||||
>=media-libs/libavif-0.8.1
|
||||
>=x11-misc/shared-mime-info-2.0-r1
|
||||
"
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
DIST iotop-c-0_pre20140824.tar.gz 16154 BLAKE2B ccd5a1d0901ce7d6c554f9b4a2102e7eab9f9bb456f7f2289b0c7b158c8f220339bc018aeb9295f89b717a711b69cb7f1c144d0c84dce093309e6897ac22a67d SHA512 3dac84abff82f1ec6c14a0dae14c11a2260ebe0a6ec112cda06ecfe2cf8535536c92f432fc03cc2baee6b7326eb4dda4fc2fe08a15c41a78641822daea5726d0
|
||||
DIST iotop-c-1.10.tar.gz 29813 BLAKE2B 20016f8f2d8866738b17624ac555fd51df12f157269b4c38ce900b99ba1cd42bdd1a5e2713b1ff7bc18f762f8e66c60095a2824a8cb18761d68731c87d003d6e SHA512 b548073f26133c2b06f1a3e946510d808331b95c12ab78f747acfa16f0bcde0202d3b01c756688c0e0c69aa18c8273e14509b10a49d19fb6fa1d7f5bdfc1cadd
|
||||
DIST iotop-c-1.9.tar.gz 28680 BLAKE2B 7e30ca3cec2694afeb2bead7f97eb7ee0dcb3066cf4d1643771b04b724789b9b09836998f6f693bc0a3332b4bb06fb36c46c6ae9b37f0b8088c212136d5bd9f3 SHA512 99a1b9bcae13dbcead1e1c9df8618164be0f9c81e7220d2d4b1e0b8d1528b6a4f6845763a6c04a38510a4174bcaf21abb216f582f49729820cd579e0ca2856f9
|
||||
|
||||
25
sys-process/iotop-c/iotop-c-1.10.ebuild
Normal file
25
sys-process/iotop-c/iotop-c-1.10.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="top utility for IO (C port)"
|
||||
HOMEPAGE="https://github.com/Tomas-M/iotop"
|
||||
SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="sys-libs/ncurses:=
|
||||
!sys-process/iotop"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/iotop-${PV}"
|
||||
|
||||
src_install() {
|
||||
dobin iotop
|
||||
dodoc README.md
|
||||
doman iotop.8
|
||||
}
|
||||
Reference in New Issue
Block a user