This commit is contained in:
Gerben Jan Dijkman 2024-06-04 22:16:41 +02:00
parent c0fb8dc589
commit 33cc8ce8e2
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST postprocessd-.tar.gz 22723 BLAKE2B f1dd14ad98d5ecfa0b073a99145c2e2cbb501eea0469c0e73b7ff208d3a21fb9afb64a468436c1926f67c7de2c9786f2975f4db12a02fccad29bd5e61b377cfd SHA512 abdc43ed93dd9a49d0fc688505b0410d0c8bfd89bb5be04cbde2b5299137d27e1c5fcf1613f47b9b66a22d9eea16cf82bdc3c8226a13b1989ce6cd95fa247b4b

View File

@ -0,0 +1,39 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils meson xdg
COMMMIT=a0b1f4377f0560aee34b50bd3edfb8bd2ecb384e
DESCRIPTION="The raw picture to jpg processor"
HOMEPAGE="https://gitlab.com/megapixels-org/postprocessd"
SRC_URI="https://gitlab.com/megapixels-org/postprocessd/-/archive/${COMMMIT}/postprocessd-${COMMIT}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~arm64"
S="${WORKDIR}/postprocessd-${COMMIT}"
DEPEND="
dev-libs/libconfig
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}