Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
glfw
Commits:
15290026 by Sven-Hendrik Haase at 2024-02-29T20:39:51+01:00
upgpkg: 3.4-2: Add missing provides for old split package
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = glfw
pkgdesc = A free, open source, portable framework for graphical
application development
pkgver = 3.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.glfw.org/
arch = x86_64
license = custom:ZLIB
@@ -18,6 +18,8 @@ pkgbase = glfw
makedepends = libxinerama
depends = libgl
depends = libxkbcommon
+ provides = glfw-x11
+ provides = glfw-wayland
replaces = glfw-x11
replaces = glfw-wayland
replaces = glfw-doc
=====================================
PKGBUILD
=====================================
@@ -8,9 +8,10 @@
pkgname=glfw
pkgdesc="A free, open source, portable framework for graphical application
development"
pkgver=3.4
-pkgrel=1
+pkgrel=2
arch=('x86_64')
replaces=('glfw-x11' 'glfw-wayland' 'glfw-doc')
+provides=('glfw-x11' 'glfw-wayland')
url="https://www.glfw.org/"
license=('custom:ZLIB')
depends=('libgl' 'libxkbcommon')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glfw/-/commit/15290026dd3dfb55ac4c580d565af021c2202f3a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glfw/-/commit/15290026dd3dfb55ac4c580d565af021c2202f3a
You're receiving this email because of your account on gitlab.archlinux.org.