From 39517804974aa6902e6505a53af0fbca5be9d28b Mon Sep 17 00:00:00 2001 From: Maxnights Date: Sun, 15 Feb 2026 00:59:54 +0400 Subject: [PATCH] update --- .SRCINFO | 5 +++-- PKGBUILD | 12 ++++++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index da9fdceb56b0e..36038b887e288 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,16 @@ pkgbase = simple-linux-wallpaperengine-gui-git pkgdesc = A modern, universal GUI for linux-wallpaperengine pkgver = r10.456549c - pkgrel = 3 + pkgrel = 4 url = https://github.com/Maxnights/simple-linux-wallpaperengine-gui arch = any - license = MIT + license = GPL3 makedepends = git depends = python depends = python-pyqt6 depends = python-pillow depends = python-watchdog + depends = python-packaging depends = linux-wallpaperengine provides = simple-linux-wallpaperengine-gui conflicts = simple-linux-wallpaperengine-gui diff --git a/PKGBUILD b/PKGBUILD index 9c05c33cde7e0..1236556e156d5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,12 @@ pkgname=simple-linux-wallpaperengine-gui-git pkgver=r10.456549c # This will be automatically updated by pkgver() -pkgrel=3 +pkgrel=4 pkgdesc="A modern, universal GUI for linux-wallpaperengine" arch=('any') url="https://github.com/Maxnights/simple-linux-wallpaperengine-gui" -license=('MIT') -depends=('python' 'python-pyqt6' 'python-pillow' 'python-watchdog' 'linux-wallpaperengine') +license=('GPL3') +depends=('python' 'python-pyqt6' 'python-pillow' 'python-watchdog' 'python-packaging' 'linux-wallpaperengine') makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") @@ -36,8 +36,12 @@ exec /usr/bin/python3 /usr/lib/${pkgname%-git}/wallpaper_gui.py "\$@" EOF chmod 755 "$pkgdir/usr/bin/simple-wallpaper-engine" - # Install desktop entry + # Install desktop entries install -Dm644 simple-wallpaper-engine.desktop "$pkgdir/usr/share/applications/${pkgname%-git}.desktop" + install -Dm644 simple-wallpaper-engine-autostart.desktop "$pkgdir/usr/share/applications/simple-wallpaper-engine-autostart.desktop" + + # Install license + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname%-git}/LICENSE" # Install documentation install -Dm644 README.md "$pkgdir/usr/share/doc/${pkgname%-git}/README.md"