Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xorg-xwayland


Commits:
44c7d465 by Andreas Radke at 2024-01-20T20:36:12+01:00
upgpkg: 23.2.4-2; fix license array length to fit into archweb limit

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,25 @@
 pkgbase = xorg-xwayland
        pkgdesc = run X clients under wayland
        pkgver = 23.2.4
-       pkgrel = 1
+       pkgrel = 2
        url = https://xorg.freedesktop.org
        arch = x86_64
        groups = xorg
-       license = LicenseRef-Adobe-Display-PostScript AND BSD-3-Clause AND 
LicenseRef-DEC-3-Clause AND HPND AND 
LicenseRef-HPND-sell-MIT-disclaimer-xserver AND HPND-sell-variant AND ICU AND 
ISC AND MIT AND MIT-open-group AND NTP AND SGI-B-2.0 AND SMLNJ AND X11 AND 
X11-distribute-modifications-variant
+       license = LicenseRef-Adobe-Display-PostScript
+       license = BSD-3-Clause
+       license = LicenseRef-DEC-3-Clause
+       license = HPND
+       license = LicenseRef-HPND-sell-MIT-disclaimer-xserver
+       license = HPND-sell-variant
+       license = ICU
+       license = ISC
+       license = MIT
+       license = MIT-open-group
+       license = NTP
+       license = SGI-B-2.0
+       license = SMLNJ
+       license = X11
+       license = X11-distribute-modifications-variant
        makedepends = meson
        makedepends = xorgproto
        makedepends = xtrans


=====================================
PKGBUILD
=====================================
@@ -2,9 +2,25 @@
 
 pkgname=xorg-xwayland
 pkgver=23.2.4
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
-license=('LicenseRef-Adobe-Display-PostScript AND BSD-3-Clause AND 
LicenseRef-DEC-3-Clause AND HPND AND 
LicenseRef-HPND-sell-MIT-disclaimer-xserver AND HPND-sell-variant AND ICU AND 
ISC AND MIT AND MIT-open-group AND NTP AND SGI-B-2.0 AND SMLNJ AND X11 AND 
X11-distribute-modifications-variant')
+license=(
+    LicenseRef-Adobe-Display-PostScript
+    BSD-3-Clause
+    LicenseRef-DEC-3-Clause
+    HPND
+    LicenseRef-HPND-sell-MIT-disclaimer-xserver
+    HPND-sell-variant
+    ICU
+    ISC
+    MIT
+    MIT-open-group
+    NTP
+    SGI-B-2.0
+    SMLNJ
+    X11
+    X11-distribute-modifications-variant
+)
 groups=('xorg')
 url="https://xorg.freedesktop.org";
 pkgdesc="run X clients under wayland"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xwayland/-/commit/44c7d4650fd83bbff2ea146615fbd97f47ada0f5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xwayland/-/commit/44c7d4650fd83bbff2ea146615fbd97f47ada0f5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to