diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-05-30 11:14:15 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-05-31 01:47:53 +0200 |
commit | 1554de9014c3aafdd29d36af3dfb0d61e10600a6 (patch) | |
tree | 5b9b37fca0d3efd8e25c4b05afd7256ada59a2d6 /app-text | |
parent | app-text/openpaperwork-core: 2.0.3 bump (diff) | |
download | gentoo-1554de9014c3aafdd29d36af3dfb0d61e10600a6.tar.gz gentoo-1554de9014c3aafdd29d36af3dfb0d61e10600a6.tar.bz2 gentoo-1554de9014c3aafdd29d36af3dfb0d61e10600a6.zip |
app-text/openpaperwork-gtk: 2.0.3 bump
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/openpaperwork-gtk/Manifest | 1 | ||||
-rw-r--r-- | app-text/openpaperwork-gtk/openpaperwork-gtk-2.0.3.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-text/openpaperwork-gtk/Manifest b/app-text/openpaperwork-gtk/Manifest index 44f112742f89..66264cb1a603 100644 --- a/app-text/openpaperwork-gtk/Manifest +++ b/app-text/openpaperwork-gtk/Manifest @@ -1 +1,2 @@ DIST openpaperwork-gtk-2.0.2.tar.gz 37740 BLAKE2B 40e1570364dd23cda97184211205186dadf7826624c1d8846a7fb31378fdf0ea9aa715c07adbf657eea9b08f4c583d86eb248b8907317b572bea51ac52c9a54b SHA512 c24f19a47f1ea1452f8efcf5cf1e4492f49a4f1c7fa7572f09341f4a8f70c2e9cfea478c32635d4ad998be90a069a55c4fe2a4c0e12a9835b9fa7e6b707494d7 +DIST openpaperwork-gtk-2.0.3.tar.gz 50590 BLAKE2B 69fd8b9b6b964a375e511dd7ef535a8fea58e6183165a4b7b96239a6a35486f791ca9fc8aced7a5b84cc21cc1ccab12c114276de87e1d1cf55b2565dc44da7fc SHA512 8da5651b7d949dfb4fa32ef84760530bba6d718674e6616ae80d1a274ae51cf5e28a55f7e08fc34e4681f61de8aef9d2094f2c4aa4862f8989b7c81da47e48c8 diff --git a/app-text/openpaperwork-gtk/openpaperwork-gtk-2.0.3.ebuild b/app-text/openpaperwork-gtk/openpaperwork-gtk-2.0.3.ebuild new file mode 100644 index 000000000000..5bf52d2c9f69 --- /dev/null +++ b/app-text/openpaperwork-gtk/openpaperwork-gtk-2.0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Paperwork plugins" +HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection]" +DEPEND="${RDEPEND}" |