Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions srcpkgs/qutelite/files/qutelite.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Name=QuteLite
GenericName=Qute Lite Browser
Comment=Minimalist Browser
Exec=/usr/bin/qutelite %u
Icon=qutelite
Terminal=false
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/pdf;
22 changes: 22 additions & 0 deletions srcpkgs/qutelite/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'qutelite'
pkgname=qutelite
version=0.1.7
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="gtk4-devel libwebkitgtk60-devel gstreamer1-devel"
depends="aria2 gst-libav pass"
short_desc="Browse at the speed of thought"
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="MIT"
homepage="https://nesstero.gitlab.io/qutelite"
distfiles="https://gitlab.com/nesstero/qutelite/-/archive/${version}/qutelite-${version}.tar.gz"
checksum=270b97b5a24e4fcf39d9832eca3db6e31e1f542625e4f17c31d2501d62a1e84a

post_install() {
vdoc README.md
vlicense LICENSE

vinstall ${FILESDIR}/qutelite.desktop 644 usr/share/applications
vinstall logo/qutelite.svg 644 usr/share/icons/hicolor/scalable/apps
}