Removed old
This commit is contained in:
parent
b8dcb561b4
commit
2f51cd18bd
@ -1 +1 @@
|
||||
DIST libphonenumber-8.12.31.tar.gz 10992642 BLAKE2B 98abe6162f28927d70f8c1abf42ddec9b8c156e57de5f5c41d37a5308e97e98c07470f8c499cd4d39590c6fba75761f52ab0c73a36fdc5e506a801c92e3dd7ca SHA512 55485270c0a470ac9621851675dfec4114b4dd2fb2678ae980c8169885cc8f94e34d70b404d32c235378f57378a89c621d3fa11d4f9b217069f7c619d8190af4
|
||||
DIST libphonenumber-8.12.32.tar.gz 10993781 BLAKE2B 83a2c11f42146e48dbe3d08a910887176769bb53a08ef22872dd1fdfde27678b9e9a6ec798a7c3ecbeecd28a91cb62e28e35db9a64640703811d596a0b31c8d4 SHA512 5d248e999750f26ee18adb6961d2570193e89299d8529ba5323a07a1893548c5798d66d913be207dbe1f1677f0800bea485ffc63eb1c8955ed478acaf6a8d411
|
||||
|
@ -1,2 +1 @@
|
||||
DIST megapixels-1.2.0.tar.gz 82612 BLAKE2B 01a0fb13bf0a2360769e93c381cbaa3ec5a784f148e5760f097860476fdcdb10d37f7fe7a533374fedd0b61ca5474764536cd44685e50c697dc612e60a613271 SHA512 0ae734b7e82186725022d092a70a439fe29e44916556cbb35334d37bd93dd14c50372460806239ac1b09589761c754acf50694050c3eae0546f1938441a74571
|
||||
DIST megapixels-1.3.0.tar.gz 82769 BLAKE2B 4476099b8ebdc8db785567e2678f1aa2f02c32f311baefe43eba4b2d83e3e775161e3c2a421faf6c0e9fa04d015c9650c69c6d3dabf1ade8fc6d1382fd246690 SHA512 334c20078b47a6df1cc4047269ab18e76c4490c401826ecf3e3b778aa451098068db5a8872fc7275c159a288afa94788cff32157e9c466dd72699125e94b24d8
|
||||
|
@ -1,32 +0,0 @@
|
||||
# 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
|
||||
}
|
@ -15,10 +15,14 @@ KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
RDEPEND="
|
||||
gui-libs/gtk
|
||||
x11-libs/gtk+:3
|
||||
media-libs/tiff
|
||||
media-gfx/zbar
|
||||
media-libs/libepoxy
|
||||
media-libs/libraw
|
||||
media-gfx/dcraw
|
||||
media-gfx/imagemagick
|
||||
|
||||
"
|
||||
|
||||
pkg_postinst() {
|
||||
|
Loading…
Reference in New Issue
Block a user