Reflect desktop file in build script PKGBUILD.

This commit is contained in:
Schimon Jehudah, Adv. 2024-11-28 09:03:26 +02:00
parent b6bb163240
commit c42894d52d
2 changed files with 4 additions and 3 deletions

View file

@ -26,5 +26,6 @@ package() {
install -D -m644 "$srcdir/${pkgname}/xsl/"* "$pkgdir/usr/share/$_pkgname/xsl/"
install -D -m644 "$srcdir/${pkgname}/LICENSE" "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
install -D -m644 "$srcdir/${pkgname}/README.md" "$pkgdir/usr/share/doc/$_pkgname/README.md"
install -D -m755 "$srcdir/${pkgname}/feedr.desktop" "$pkgdir/usr/share/applications/feedr.desktop"
install -D -m755 "$srcdir/${pkgname}/feedr.sh" "$pkgdir/usr/bin/feedr"
}

View file

@ -6,7 +6,7 @@ Exec=feedr %f
Icon=feed
Terminal=false
Type=Application
Categories=Application;Internet;XML;Network;News;Office;
Categories=Application;Internet;Network;News;Office;XML;
Encoding=UTF-8
Keywords=news;feed;aggregator;blog;podcast;syndication;rdf;rss;rss;atom;
MimeType=application/rss+xml;application/atom+xml;application/rdf+xml;
Keywords=aggregator;atom;blog;feed;journal;news;podcast;rdf;rss;syndication;
MimeType=application/atom+xml;application/rdf+xml;application/rss+xml;