This commit is contained in:
parent
485587eeed
commit
d721d9668c
2 changed files with 2 additions and 2 deletions
43
net-news/news-flash/news-flash-2.3.0-r1.ebuild
Normal file
43
net-news/news-flash/news-flash-2.3.0-r1.ebuild
Normal file
|
@ -0,0 +1,43 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg-utils
|
||||
|
||||
MY_PN="news_flash_gtk"
|
||||
MY_PV="v.${PV}"
|
||||
MY_P="${MY_PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="Simple News Feed Reader for feeds aggregated by an online RSS reader account."
|
||||
HOMEPAGE="https://gitlab.com/news-flash/news_flash_gtk"
|
||||
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"
|
||||
|
||||
RESTRICT="mirror network-sandbox"
|
||||
|
||||
RDEPEND=""
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-db/sqlite
|
||||
dev-lang/rust
|
||||
dev-libs/openssl
|
||||
dev-build/meson
|
||||
gui-libs/libhandy
|
||||
net-libs/webkit-gtk:6
|
||||
sys-devel/gettext
|
||||
gui-libs/gtk:4
|
||||
x11-misc/xdg-utils"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue