Update gpu-video-wallpaper from 2022.02.23_1 to 2023.07.11_1
This commit is contained in:
parent
b4dea1080e
commit
7f278bc205
1 changed files with 10 additions and 9 deletions
|
@ -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 <https://github.com/KF-Art>"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
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}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue