Adding v0.0.7 openmg.
This commit is contained in:
parent
89f2814d08
commit
e7c80243a5
43
app-misc/openmg/openmg-0.0.7.ebuild
Normal file
43
app-misc/openmg/openmg-0.0.7.ebuild
Normal file
@ -0,0 +1,43 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg
|
||||
|
||||
DESCRIPTION="A free software manga reader."
|
||||
HOMEPAGE="https://gitea.sergiotarxz.freemyip.com"
|
||||
SRC_URI="https://gitea.sergiotarxz.freemyip.com/sergiotarxz/mangareader/archive/v${PV}.tar.gz -> openmg-$PV.tar.gz"
|
||||
S="${WORKDIR}/mangareader"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.64:2
|
||||
>=gui-libs/libadwaita-1.1.0
|
||||
>=net-libs/libsoup-2.74.2
|
||||
>=gui-libs/gtk-4.6.1
|
||||
>=dev-db/sqlite-3.38.0
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
>=dev-util/meson-0.60.3
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
pkg_postrm () {
|
||||
xdg_icon_cache_update
|
||||
}
|
Loading…
Reference in New Issue
Block a user