mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-db/psequel: new package, add 0.1.8
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
47
dev-db/psequel/psequel-0.1.8.ebuild
Normal file
47
dev-db/psequel/psequel-0.1.8.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson gnome2-utils vala xdg
|
||||
|
||||
DESCRIPTION="Run your SQL query"
|
||||
HOMEPAGE="https://github.com/ppvan/psequel"
|
||||
SRC_URI="https://github.com/ppvan/psequel/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-db/postgresql
|
||||
gui-libs/gtk:4
|
||||
gui-libs/libadwaita:1
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-lang/vala-0.56
|
||||
>=gui-libs/gtk-4.10.0:4
|
||||
>=gui-libs/gtksourceview-5.0:5
|
||||
>=dev-libs/glib-2.74.0:2
|
||||
>=dev-libs/json-glib-1.6.0
|
||||
>=gui-libs/libadwaita-1.0:1
|
||||
>=dev-db/postgresql-15.3
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_setup
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
Reference in New Issue
Block a user