mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
net-misc/starfish: add 1.3.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST starfish-1.2.0.tar.gz 1104871 BLAKE2B 1d1748eb5ccdcf083ee093a7f3ada78327e84bafbfaea990a85723b30da6633036f90005ab255c2d947e1fc202ca25ed7f9ebc592dac16ad2a16481dfc069b6b SHA512 68680f3dd2be36d7b43ed7e127f1e9480d4d9ad5e1f71354337d90163e3818fbcdabc9b02176807422bd1cbf581fabd2e3fba58a2f2ab22fa2667d2af08417e4
|
||||
DIST starfish-1.3.0.tar.gz 1099739 BLAKE2B 4ea566b4627f444f62c522bb28ee07f1466b08c2e767a4840b2875fa2739965f4ad9e133aa30f015590d1ca3d5bf33ea9c70bb60a318def1af337f38b57c7439 SHA512 1d37a77a550020067642ef1d9aaf12fd58f0b920d8605c831715ce131272f65deaddf06df4b60a0710db367d582c64bec08a8262ffc9f6e8f618045f56047939
|
||||
|
||||
59
net-misc/starfish/starfish-1.3.0.ebuild
Normal file
59
net-misc/starfish/starfish-1.3.0.ebuild
Normal file
@@ -0,0 +1,59 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit gnome2-utils meson vala xdg
|
||||
|
||||
DESCRIPTION="A Gemini browser for elementary OS"
|
||||
HOMEPAGE="https://github.com/starfish-app/Starfish"
|
||||
SRC_URI="https://github.com/${PN}-app/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN^}-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
app-text/gtkspell:3=[vala]
|
||||
dev-libs/glib:2
|
||||
dev-libs/granite
|
||||
dev-libs/libgee:=
|
||||
gui-libs/libhandy:1
|
||||
net-libs/gnutls:=
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="$(vala_depend)"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_src_prepare
|
||||
|
||||
sed "s/'doc', 'starfish'/'doc', '${PF}'/" -i meson.build || die
|
||||
sed \
|
||||
-e "s:{{MESON_INSTALL_PREFIX}}:${EPREFIX}/usr:g" \
|
||||
-e "s:doc/starfish:doc/${PF}:g" \
|
||||
-i data/gschema.xml || die
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
gnome2_schemas_savelist
|
||||
gnome2_gdk_pixbuf_update
|
||||
xdg_pkg_preinst
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_gconf_install
|
||||
gnome2_schemas_update
|
||||
gnome2_gdk_pixbuf_update
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_gconf_uninstall
|
||||
gnome2_schemas_update
|
||||
gnome2_gdk_pixbuf_update
|
||||
xdg_pkg_postrm
|
||||
}
|
||||
Reference in New Issue
Block a user