Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: newsflash-1.4.2 #30449

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions srcpkgs/newsflash/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'newsflash'
pkgname=newsflash
version=1.4.2
revision=1
wrksrc="news_flash_gtk-$version"
build_style=meson
build_helper=rust
hostmakedepends="cargo pkg-config glib-devel sqlite-devel gettext"
makedepends="rust-std webkit2gtk-devel libhandy1-devel openssl-devel"
short_desc="RSS feed reader that supports various web based services"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="GPL-3.0-or-later"
homepage="https://gitlab.com/news-flash/news_flash_gtk"
distfiles="https://gitlab.com/news-flash/news_flash_gtk/-/archive/$version/news_flash_gtk-$version.tar.gz"
checksum=099318a6bc57e5e695352b2f3c7dd149c9b889f39cb9cbd58dc3f10f41d4948d

post_patch() {
if [ -n "$CROSS_BUILD" ]; then
vsed -i build-aux/cargo.sh \
-e 's,"$CARGO_TARGET_DIR"/,&${RUST_TARGET}/,'
fi
}
1 change: 1 addition & 0 deletions srcpkgs/newsflash/update
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pkgname=news_flash_gtk