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
6 changes: 6 additions & 0 deletions srcpkgs/xdg-prefs/files/xdg-prefs.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Desktop Entry]
Name=XDG-Prefs
Exec=/usr/bin/xdg-prefs
Terminal=false
Type=Application
Categories=Settings;DesktopSettings;
17 changes: 17 additions & 0 deletions srcpkgs/xdg-prefs/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'xdg-prefs'
pkgname=xdg-prefs
version=0.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-poetry-core"
depends="python3 python3-pyside6 python3-pyside6-widgets"
short_desc="GUI tool to view and edit default apps via XDG specs"
maintainer="Bo-Ru Ju <supertux1018@outlook.com>"
license="Apache-2.0"
homepage="https://github.com/rchaput/xdg-prefs"
distfiles="https://github.com/rchaput/xdg-prefs/archive/refs/tags/v${version}.tar.gz"
checksum=00d9fe8b5ebdbefb6c1451f1cc67309f6d26eef52578cb03b430827ec4ebe069

post_install() {
vinstall "${FILESDIR}/xdg-prefs.desktop" 644 usr/share/applications
}