gentoo-overlay/net-news/news-flash/news-flash-2.3.0-r1.ebuild

42 lines
816 B
Bash
Raw Normal View History

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
2023-01-13 10:24:39 +01:00
inherit meson xdg-utils
MY_PN="news_flash_gtk"
2022-11-18 00:54:29 +01:00
MY_PV="v.${PV}"
MY_P="${MY_PN}-${MY_PV}"
2022-09-20 16:22:42 +02:00
DESCRIPTION="Simple News Feed Reader for feeds aggregated by an online RSS reader account."
HOMEPAGE="https://gitlab.com/news-flash/news_flash_gtk"
2022-11-18 00:54:29 +01:00
SRC_URI="https://gitlab.com/${PN}/${MY_PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
2023-01-11 01:00:44 +01:00
RESTRICT="mirror network-sandbox"
DEPEND="${RDEPEND}
dev-db/sqlite
dev-lang/rust
dev-libs/openssl
2024-03-27 01:11:47 +01:00
dev-build/meson
gui-libs/libhandy
2023-05-24 10:10:06 +02:00
net-libs/webkit-gtk:6
sys-devel/gettext
2023-05-24 10:10:06 +02:00
gui-libs/gtk:4
x11-misc/xdg-utils"
S="${WORKDIR}/${MY_P}"
2023-01-13 10:14:02 +01:00
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}