Add ebuild for Version 1.5.1.
No Nextcloud support yet, but that's coming in a future version.
This commit is contained in:
parent
5047b420b3
commit
b625fbbebc
3 changed files with 50 additions and 0 deletions
14
metadata/md5-cache/net-news/news-flash-1.5.1
Normal file
14
metadata/md5-cache/net-news/news-flash-1.5.1
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
BDEPEND=>=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||||
|
DEFINED_PHASES=compile configure install test
|
||||||
|
DEPEND=dev-db/sqlite dev-lang/rust dev-libs/openssl dev-util/meson gui-libs/libhandy net-libs/webkit-gtk sys-devel/gettext x11-libs/gtk+:3 x11-misc/xdg-utils
|
||||||
|
DESCRIPTION=NewsFlash is a program designed to complement an already existing web-based RSS reader account.
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://gitlab.com/news-flash/news_flash_gtk
|
||||||
|
INHERIT=meson
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RESTRICT=mirror
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://gitlab.com/news-flash/news_flash_gtk/-/archive/1.5.1/news_flash_gtk-1.5.1.tar.bz2 -> news-flash-1.5.1.tar.bz2
|
||||||
|
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 b9fc5e97e886514e5132f50465185401 meson 1994a5aef5d4f5798b92f64d6f9a6003
|
||||||
|
_md5_=6788bddbd71490cfd052f2a338d9dc91
|
2
net-news/news-flash/Manifest
Normal file
2
net-news/news-flash/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
DIST news-flash-1.5.1.tar.bz2 1724146 BLAKE2B 399da48376d3d74cc8900cb5ece0ffbfd933fccfccea3718336de6562ce91314676ba71aead91786693475ce6188e3982ab9afbe915d1a4d6d2c4c859e815248 SHA512 dd2e0e019d0147ca085a65bae7ac8e41f73045226f9a85cc8574ceae34ab61aece7d4dc7835d6f1f3bf6c1f697364f2f5f6ba8672aff0ac456c7279ae4d47bb1
|
||||||
|
EBUILD news-flash-1.5.1.ebuild 712 BLAKE2B 5966fb9406e46b055c044df4f602ba76bed0d9d785c35c7f47043aa7ab1f7f104ee72e35307a016a6667adf7f102dffe26360c847040a2b1d9d8ab7880da767b SHA512 9af3283480e6427438d3f6cd2f334636bb8554099538150bbb2f74852bc2ebaa6409f6987d2fe6fe877173cffb2822a6fe4a1327aec00e00c95b90aac86a6f24
|
34
net-news/news-flash/news-flash-1.5.1.ebuild
Normal file
34
net-news/news-flash/news-flash-1.5.1.ebuild
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit meson
|
||||||
|
|
||||||
|
MY_PN="news_flash_gtk"
|
||||||
|
MY_P="${MY_PN}-${PV}"
|
||||||
|
|
||||||
|
DESCRIPTION="NewsFlash is a program designed to complement an already existing web-based RSS reader account."
|
||||||
|
HOMEPAGE="https://gitlab.com/news-flash/news_flash_gtk"
|
||||||
|
SRC_URI="https://gitlab.com/${PN}/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
dev-db/sqlite
|
||||||
|
dev-lang/rust
|
||||||
|
dev-libs/openssl
|
||||||
|
dev-util/meson
|
||||||
|
gui-libs/libhandy
|
||||||
|
net-libs/webkit-gtk
|
||||||
|
sys-devel/gettext
|
||||||
|
x11-libs/gtk+:3
|
||||||
|
x11-misc/xdg-utils"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${MY_P}"
|
Loading…
Reference in a new issue