mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
media-sound/g4music: new package, add 3.2
Signed-off-by: Konstantin Tutsch <mail@konstantintutsch.de>
This commit is contained in:
1
media-sound/g4music/Manifest
Normal file
1
media-sound/g4music/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST g4music-v3.2.tar.gz 3284896 BLAKE2B 4c6aec9fbb3d67ffb64ee336dc7e6ac056d23ef1e9c916326438a66e7168d965d863187abcd19bf2c5bc089ef090d4357b8aca72e4a097df8cb0769dcd46f820 SHA512 92273096f37a6f69b02af70a09d6541ac12a0d2c5724c4f4aa120e6a5d482acf75bf70b4aa84c4b4afb1a14b716b282ea321a956f771c2c8fb863faad06307e9
|
||||||
39
media-sound/g4music/g4music-3.2.ebuild
Normal file
39
media-sound/g4music/g4music-3.2.ebuild
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit meson xdg gnome2-utils vala
|
||||||
|
|
||||||
|
DESCRIPTION="A GTK4 music player"
|
||||||
|
HOMEPAGE="https://gitlab.gnome.org/neithern/g4music"
|
||||||
|
SRC_URI="https://gitlab.gnome.org/neithern/g4music/-/archive/v${PV}/g4music-v${PV}.tar.gz"
|
||||||
|
S="${WORKDIR}/g4music-v${PV}"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
IDEPEND=">=gui-libs/gtk-4.6
|
||||||
|
>=gui-libs/libadwaita-1
|
||||||
|
>=media-libs/gstreamer-1.20.6[introspection]
|
||||||
|
>=dev-lang/vala-0.56.8"
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND="$(vala_depend)"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
vala_setup
|
||||||
|
xdg_environment_reset
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
xdg_pkg_postinst
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_pkg_postrm
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
11
media-sound/g4music/metadata.xml
Normal file
11
media-sound/g4music/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="gitlab">https://gitlab.gnome.org/neithern/g4music</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user