commit:     070b02f7823b52f5b98a20d14441feddb358b218
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 02:01:03 2025 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 20:47:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070b02f7

media-gfx/clockphoto: update deps for qt6

Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 media-gfx/clockphoto/clockphoto-1.2-r1.ebuild | 30 +++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/media-gfx/clockphoto/clockphoto-1.2-r1.ebuild 
b/media-gfx/clockphoto/clockphoto-1.2-r1.ebuild
new file mode 100644
index 000000000000..609fa4a2539f
--- /dev/null
+++ b/media-gfx/clockphoto/clockphoto-1.2-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils
+
+DESCRIPTION="Adjusts photo timestamps based on clock photos"
+HOMEPAGE="https://git.zx2c4.com/clockphoto/about/";
+SRC_URI="https://git.zx2c4.com/clockphoto/snapshot/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+       dev-qt/qtbase:6[gui,widgets]
+"
+RDEPEND="${DEPEND}
+       media-gfx/exiv2
+"
+
+src_configure() {
+       eqmake6
+}
+
+src_install() {
+       dobin clockphoto
+}

Reply via email to