Fix pkgcheck style issues.
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

Signed-off-by: Manuel Friedli <manuel@fritteli.ch>
This commit is contained in:
Manuel Friedli 2024-06-12 00:56:18 +02:00
parent 21173a1039
commit 9eb79d94db
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
61 changed files with 93 additions and 137 deletions

View file

@ -13,6 +13,8 @@ DESCRIPTION="Simple News Feed Reader for feeds aggregated by an online RSS reade
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"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
@ -30,8 +32,6 @@ DEPEND="${RDEPEND}
gui-libs/gtk:4
x11-misc/xdg-utils"
S="${WORKDIR}/${MY_P}"
pkg_postinst() {
xdg_icon_cache_update
}