mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-office/khronos: new package, add 3.7.0
Signed-off-by: Konstantin Tutsch <mail@konstantintutsch.de>
This commit is contained in:
1
app-office/khronos/Manifest
Normal file
1
app-office/khronos/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST khronos-3.7.0.tar.gz 103609 BLAKE2B 10662eeb842330e5571379c80febbde861f7d788e16b2b5dfb94cb3be9558cf03ab0983cc43873761c8f895a0ac7f3f5d6f0f699f671b0adb0ef96c315d17cb6 SHA512 98f4ae9426b2c6f7b9eb590ffdf8c8c1d0dc190c9a572d5826098ca654aabbb2d0a0eef080dc3a5f62234df0749bf91d0366cd2e06c5a1c1d0dec6f0a9e42e14
|
||||
50
app-office/khronos/khronos-3.7.0.ebuild
Normal file
50
app-office/khronos/khronos-3.7.0.ebuild
Normal file
@@ -0,0 +1,50 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg gnome2-utils vala
|
||||
|
||||
DESCRIPTION="A GTK4 time tracker for tasks"
|
||||
HOMEPAGE="https://apps.gnome.org/app/io.github.lainsce.Khronos"
|
||||
SRC_URI="https://github.com/lainsce/khronos/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IDEPEND="
|
||||
>=gui-libs/gtk-4.6
|
||||
>=gui-libs/libadwaita-1
|
||||
>=dev-libs/libgee-0.20.6
|
||||
>=dev-libs/json-glib-1.6.6-r1
|
||||
"
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-lang/vala-0.56.8
|
||||
>=dev-util/meson-1.1.1
|
||||
>=dev-util/ninja-1.11.1-r2
|
||||
$(vala_depend)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_setup
|
||||
xdg_environment_reset
|
||||
|
||||
sed -i \
|
||||
-e '/^gnome.post_install(/,/)/d' \
|
||||
meson.build \
|
||||
|| die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
11
app-office/khronos/metadata.xml
Normal file
11
app-office/khronos/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mail@konstantintutsch.de</email>
|
||||
<name>Konstantin Tutsch</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lainsce/khronos</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user