Updated version

This commit is contained in:
2026-05-04 12:38:16 +02:00
parent 7351915d11
commit cdd2556060

View File

@@ -7,7 +7,7 @@ inherit gnome2-utils meson xdg
DESCRIPTION="A GTK3 camera application that knows how to deal with the media request api" DESCRIPTION="A GTK3 camera application that knows how to deal with the media request api"
HOMEPAGE="https://gitlab.com/megapixels-org/Megapixels" HOMEPAGE="https://gitlab.com/megapixels-org/Megapixels"
SRC_URI="https://gitlab.com/megapixels-org/Megapixels/-/archive/2.1.0/Megapixels-2.1.0.tar.gz" SRC_URI="https://gitlab.com/megapixels-org/Megapixels/-/archive/${PV}/Megapixels-${PV}.tar.gz"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
@@ -31,7 +31,7 @@ DEPEND="
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
BDEPEND="" BDEPEND=""
S="${WORKDIR}/Megapixels-2.0.0" S="${WORKDIR}/Megapixels-${PV}"
src_configure() { src_configure() {
meson_src_configure meson_src_configure