From 7f278bc205a074f05d4fa6abeb47e5df1f9449bc Mon Sep 17 00:00:00 2001 From: KF-Art Date: Sun, 12 Nov 2023 18:53:09 -0500 Subject: [PATCH] Update gpu-video-wallpaper from 2022.02.23_1 to 2023.07.11_1 --- srcpkgs/gpu-video-wallpaper/template | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/srcpkgs/gpu-video-wallpaper/template b/srcpkgs/gpu-video-wallpaper/template index 63036d3..1b58073 100644 --- a/srcpkgs/gpu-video-wallpaper/template +++ b/srcpkgs/gpu-video-wallpaper/template @@ -1,26 +1,27 @@ # Template file for 'gpu-video-wallpaper' pkgname=gpu-video-wallpaper -version=2022.02.23 +version=2023.07.11 revision=1 wrksrc="${pkgname}-master" repository="cereus-extra" depends="python3 python3-PyQt5 xrandr pcre mpv xwinwrap" short_desc="Use your GPU for rendering low cpu using/usage video animated wallpaper" -maintainer="KF-Art " +maintainer="Kevin Figueroa " license="MIT" homepage="https://github.com/ghostlexly/gpu-video-wallpaper" distfiles="${homepage}/archive/refs/heads/master.zip" -checksum=f0e8acb4b3d55fe4ef3cb5569c58a9a95733fad0b9a28a764e99799e9994edab -bindir=usr/bin -scriptdir=usr/share/${pkgname}/ +checksum=02167cd3502b1272712f2eb15e1563e5f881235d2986466ee9e34f1d2e723a16 +_bindir=usr/bin +_scriptdir=usr/share/${pkgname}/ do_install() { - vmkdir ${scriptdir} - vcopy * ${scriptdir} + rm -v {install.sh,package-script.patch} + vmkdir ${_scriptdir} + vcopy * ${_scriptdir} vmkdir usr/share/applications vcopy ${FILESDIR}/${pkgname}.desktop usr/share/applications/ - vmkdir ${bindir} - cd ${DESTDIR}/${bindir} + vmkdir ${_bindir} + cd ${DESTDIR}/${_bindir} ln -sf ../share/${pkgname}/video-wallpaper.py ${pkgname}-gui ln -sf ../share/${pkgname}/video-wallpaper.sh ${pkgname} }