diff options
author | Juergen Daubert <jue@jue.li> | 2022-08-11 19:26:26 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-08-11 19:26:26 +0200 |
commit | ff8f7a06b6eb4b0ebfb2fe28a61fa56f76138243 (patch) | |
tree | 210d09c637192536e3ad880a1a7cbc99514a933d /xorg-xorgproto | |
parent | a1fdc2769d6e05087b58e5517e6609944b684d08 (diff) | |
download | xorg-ff8f7a06b6eb4b0ebfb2fe28a61fa56f76138243.tar.gz xorg-ff8f7a06b6eb4b0ebfb2fe28a61fa56f76138243.tar.xz |
xorg-xorgproto: update to 2022.2
Diffstat (limited to 'xorg-xorgproto')
-rw-r--r-- | xorg-xorgproto/.footprint | 2 | ||||
-rw-r--r-- | xorg-xorgproto/.signature | 8 | ||||
-rw-r--r-- | xorg-xorgproto/Pkgfile | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/xorg-xorgproto/.footprint b/xorg-xorgproto/.footprint index 0d49d85c..d2005ff8 100644 --- a/xorg-xorgproto/.footprint +++ b/xorg-xorgproto/.footprint @@ -149,6 +149,7 @@ drwxr-xr-x root/root usr/include/X11/extensions/ -rw-r--r-- root/root usr/include/X11/extensions/xtraplib.h -rw-r--r-- root/root usr/include/X11/extensions/xtraplibp.h -rw-r--r-- root/root usr/include/X11/extensions/xtrapproto.h +-rw-r--r-- root/root usr/include/X11/extensions/xwaylandproto.h drwxr-xr-x root/root usr/include/X11/fonts/ -rw-r--r-- root/root usr/include/X11/fonts/FS.h -rw-r--r-- root/root usr/include/X11/fonts/FSproto.h @@ -196,3 +197,4 @@ drwxr-xr-x root/root usr/share/pkgconfig/ -rw-r--r-- root/root usr/share/pkgconfig/xineramaproto.pc -rw-r--r-- root/root usr/share/pkgconfig/xproto.pc -rw-r--r-- root/root usr/share/pkgconfig/xproxymngproto.pc +-rw-r--r-- root/root usr/share/pkgconfig/xwaylandproto.pc diff --git a/xorg-xorgproto/.signature b/xorg-xorgproto/.signature index 077f34e6..0ad12341 100644 --- a/xorg-xorgproto/.signature +++ b/xorg-xorgproto/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndMh+eKDQkMhms7vSE3SUM1/l2oub2k3IbvW+RS7aZJe18NEK0EIvtozgPF9vpWqiGIbs0EVDKKb9lJXYK7mz3Q0= -SHA256 (Pkgfile) = 58070fb6a50da47fd256421b4b54a23ebe287a0cbe45cd96443882bc21577f57 -SHA256 (.footprint) = d08a8b0084764d3239a543411b7e5fcb59df5115bac4200d42d500840d389b3c -SHA256 (xorgproto-2022.1.tar.bz2) = 1d2dcc66963f234d2c1e1f8d98a0d3e8725149cdac0a263df4097593c48bc2a6 +RWTSGWF5Q7TndGyD4F+ZNxlUt00VTjeplWaOCsY+SC4Wb8YrKUfBHISbERU7eJBNKP4ZicGlL+js/Il9icIKhQ0KPEvnUUaIAQ8= +SHA256 (Pkgfile) = 62e8fdf36640d2db7511c34444225d7153953d0e1865172b7278bd5d278aed84 +SHA256 (.footprint) = 48545e86d789569fab329cf1640e78ea622bd394d52d2b9e30e3d79d2d4d088a +SHA256 (xorgproto-2022.2.tar.xz) = 5d13dbf2be08f95323985de53352c4f352713860457b95ccaf894a647ac06b9e diff --git a/xorg-xorgproto/Pkgfile b/xorg-xorgproto/Pkgfile index da31b1c3..37f5d0fd 100644 --- a/xorg-xorgproto/Pkgfile +++ b/xorg-xorgproto/Pkgfile @@ -4,9 +4,9 @@ # Depends on: meson ninja name=xorg-xorgproto -version=2022.1 +version=2022.2 release=1 -source=(https://xorg.freedesktop.org/archive/individual/proto/xorgproto-$version.tar.bz2) +source=(https://xorg.freedesktop.org/archive/individual/proto/xorgproto-$version.tar.xz) build() { meson setup xorgproto-$version build \ |