Package Details: steamclip 4.6-1

Git Clone URL: https://aur.archlinux.org/steamclip.git (read-only, click to copy)
Package Base: steamclip
Description: A simple PYTHON script to convert Steam recordings to .mp4 files
Upstream URL: https://github.com/Nastas95/SteamClip
Licenses: GPL-3.0-only
Submitter: katt
Maintainer: katt
Last Packager: katt
Votes: 1
Popularity: 0.22
First Submitted: 2025-08-09 16:54 (UTC)
Last Updated: 2026-04-12 16:12 (UTC)

Latest Comments

namtabmai commented on 2026-03-05 11:54 (UTC)

Would be nice to include a .desktop entry for this. This is a quick and dirty one, but perhaps there is a better icon that could be used.

diff --git a/PKGBUILD b/PKGBUILD
index 7d3801a..2cf6b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,4 +20,15 @@ sha256sums=('f8ab055c8bd2f0c3ced15384b91080ef8c2de0b7f4b849b39e9eedc1679ad895')

 package() {
        install -Dm755 "SteamClip-${pkgver}/${pkgname}.py" "${pkgdir}/usr/bin/${pkgname}"
+
+       install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/${pkgname}.desktop" << END
+[Desktop Entry]
+Name=${pkgname}
+Comment=
+Exec=/usr/bin/${pkgname}
+Terminal=false
+Categories=Utility;
+Type=Application
+Icon=applications-games
+END
 }

ZenChu commented on 2026-03-04 05:35 (UTC)

Works great thanks.