Reflect desktop file in build script PKGBUILD.
This commit is contained in:
parent
b6bb163240
commit
c42894d52d
2 changed files with 4 additions and 3 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -26,5 +26,6 @@ package() {
|
||||||
install -D -m644 "$srcdir/${pkgname}/xsl/"* "$pkgdir/usr/share/$_pkgname/xsl/"
|
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}/LICENSE" "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
|
||||||
install -D -m644 "$srcdir/${pkgname}/README.md" "$pkgdir/usr/share/doc/$_pkgname/README.md"
|
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"
|
install -D -m755 "$srcdir/${pkgname}/feedr.sh" "$pkgdir/usr/bin/feedr"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ Exec=feedr %f
|
||||||
Icon=feed
|
Icon=feed
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Application;Internet;XML;Network;News;Office;
|
Categories=Application;Internet;Network;News;Office;XML;
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Keywords=news;feed;aggregator;blog;podcast;syndication;rdf;rss;rss;atom;
|
Keywords=aggregator;atom;blog;feed;journal;news;podcast;rdf;rss;syndication;
|
||||||
MimeType=application/rss+xml;application/atom+xml;application/rdf+xml;
|
MimeType=application/atom+xml;application/rdf+xml;application/rss+xml;
|
||||||
|
|
Loading…
Reference in a new issue