Version Bump

This commit is contained in:
Gerben Jan Dijkman 2021-09-13 10:16:53 +02:00
parent d8d7940f2b
commit b8dcb561b4
2 changed files with 33 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST megapixels-1.2.0.tar.gz 82612 BLAKE2B 01a0fb13bf0a2360769e93c381cbaa3ec5a784f148e5760f097860476fdcdb10d37f7fe7a533374fedd0b61ca5474764536cd44685e50c697dc612e60a613271 SHA512 0ae734b7e82186725022d092a70a439fe29e44916556cbb35334d37bd93dd14c50372460806239ac1b09589761c754acf50694050c3eae0546f1938441a74571
DIST megapixels-1.3.0.tar.gz 82769 BLAKE2B 4476099b8ebdc8db785567e2678f1aa2f02c32f311baefe43eba4b2d83e3e775161e3c2a421faf6c0e9fa04d015c9650c69c6d3dabf1ade8fc6d1382fd246690 SHA512 334c20078b47a6df1cc4047269ab18e76c4490c401826ecf3e3b778aa451098068db5a8872fc7275c159a288afa94788cff32157e9c466dd72699125e94b24d8

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils meson xdg
DESCRIPTION="A GTK3 camera application that knows how to deal with the media request api"
HOMEPAGE="https://git.sr.ht/~martijnbraam/megapixels"
SRC_URI="https://git.sr.ht/~martijnbraam/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
gui-libs/gtk
media-libs/tiff
media-gfx/zbar
media-libs/libepoxy
media-libs/libraw
"
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}