Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
glycin
Commits:
8971a443 by Fabian Bornschein at 2023-12-20T00:44:35+01:00
upgpkg: 0.1.2-2
* Update licenses
* New dependency on bubblewrap
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = glycin
pkgdesc = Sandboxed and extendable image decoding
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/sophie-h/glycin
arch = x86_64
- license = LGPL2.1
- license = MPL2
+ license = LGPL-2.1-or-later
+ license = MPL-2.0
makedepends = git
makedepends = libheif
makedepends = meson
makedepends = rust
+ depends = bubblewrap
depends = cairo
depends = gdk-pixbuf2
depends = glib2
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,16 @@
pkgname=glycin
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Sandboxed and extendable image decoding"
arch=(x86_64)
url="https://gitlab.gnome.org/sophie-h/glycin"
license=(
- 'LGPL2.1'
- 'MPL2'
+ 'LGPL-2.1-or-later'
+ 'MPL-2.0'
)
depends=(
+ bubblewrap
cairo
gdk-pixbuf2
glib2
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glycin/-/commit/8971a4430b2324214ea18ce0a4784f727932a08b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glycin/-/commit/8971a4430b2324214ea18ce0a4784f727932a08b
You're receiving this email because of your account on gitlab.archlinux.org.