Skip to content
Snippets Groups Projects
Verified Commit 0a515573 authored by Poncho's avatar Poncho
Browse files

app-misc/mat2: version bump

see https://dustri.org/b/mat2-050.html



Signed-off-by: default avatarPoncho <poncho@spahan.ch>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
parent 4c62b59e
No related branches found
No related tags found
No related merge requests found
DIST mat2-0.4.0.tar.gz 4129067 BLAKE2B 85b8eeb11b94d185f4495ae4ae5c13d383dd57e44f0f085b376cf3a7fdf6da1b62ee267677e5b5462c27e10875e838025e8273a45edea3070d43b63200ba4edd SHA512 8602d942ba53c48b7ae4823528c3c7c131b860170c6f8d9e8487f08a34bcdfcd43f747053efb3ada668fc4a590a24adf7c980ac46700394873938c0f6b1697c4
DIST mat2-0.5.0.tar.gz 4183020 BLAKE2B 2ca3deaa50ca9e573ef9c37cdee148817e08f063c698aeb509697c8ce47c2f8b1c1a260118d7a7aecff0105d4bc450756f96a87780cad024b71f9b2967b66f4a SHA512 9b866e6672a65a7f7eb37fc0d581c12595b98e30a685442a6a738ab2e4a117f4fea2b24970d0a0f4bd6b2e9989184c7b9ccd10f1938344f2f7d4334c48d62d42
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
......@@ -15,7 +15,7 @@ SRC_URI="https://0xacab.org/jvoisin/mat2/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+audio +image nautilus +pdf"
IUSE="+audio +image +pdf +video nautilus "
DEPEND="dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
......@@ -23,7 +23,10 @@ RDEPEND="${DEPEND}
image? ( x11-libs/gdk-pixbuf[introspection] )
pdf? ( dev-python/pycairo[${PYTHON_USEDEP}]
app-text/poppler[introspection] )
video? ( virtual/ffmpeg )
nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )
dev-python/pygobject[${PYTHON_USEDEP}]
media-libs/exiftool"
......@@ -37,7 +40,7 @@ python_install_all() {
distutils-r1_python_install_all
doman doc/mat2.1
doicon data/mat2.png # 1,920px × 2,783px
doicon -s 512 data/mat2.png
doicon -s scalable data/mat2.svg
insinto /usr/share/nautilus-python/extensions/
......
......@@ -15,7 +15,7 @@ EGIT_REPO_URI="https://0xacab.org/jvoisin/mat2.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="+audio +image nautilus +pdf"
IUSE="+audio +image +pdf +video nautilus "
DEPEND="dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
......@@ -23,7 +23,10 @@ RDEPEND="${DEPEND}
image? ( x11-libs/gdk-pixbuf[introspection] )
pdf? ( dev-python/pycairo[${PYTHON_USEDEP}]
app-text/poppler[introspection] )
video? ( virtual/ffmpeg )
nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )
dev-python/pygobject[${PYTHON_USEDEP}]
media-libs/exiftool"
......
......@@ -8,6 +8,7 @@
<use>
<flag name="audio">Add support for audio files</flag>
<flag name="image">Add support for image files</flag>
<flag name="video">Add support for video files</flag>
<flag name="nautilus">Add support for the nautilus menu integration</flag>
</use>
</pkgmetadata>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment