George Hu pushed to branch main at Arch Linux / Packaging / Packages /
phototonic
Commits:
3e1eefc2 by George Hu at 2025-09-21T23:21:48+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = phototonic
pkgrel = 1
url = https://github.com/luebking/phototonic
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
depends = exiv2
depends = hicolor-icon-theme
depends = qt6-imageformats
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc='Image viewer and organizer built with Qt and Exiv2'
arch=('x86_64')
url='https://github.com/luebking/phototonic'
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('exiv2' 'hicolor-icon-theme' 'qt6-imageformats' 'qt6-svg')
source=("https://github.com/luebking/phototonic/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('e7015bbfd4e0d4f152f503e2e1ee7b698f048b5ad77e185716eb8da6d65fff91')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/phototonic/-/commit/3e1eefc276f2f115c7b93f89a4657895fdbf5273
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/phototonic/-/commit/3e1eefc276f2f115c7b93f89a4657895fdbf5273
You're receiving this email because of your account on gitlab.archlinux.org.