From 87407adec310b87d9b05926e8451e9c2dc1876ed Mon Sep 17 00:00:00 2001 From: Alexandr Savca Date: Fri, 30 Aug 2024 15:42:09 +0300 Subject: [PATCH] multiple fixes for Description, URL, and Depends on fields --- xorg-bdftopcf/Pkgfile | 4 ++-- xorg-cf-files/Pkgfile | 4 ++-- xorg-font-alias/Pkgfile | 5 +++-- xorg-libice/Pkgfile | 2 +- xorg-libsm/Pkgfile | 2 +- xorg-libxau/Pkgfile | 2 +- xorg-libxcomposite/Pkgfile | 4 ++-- xorg-libxdamage/Pkgfile | 2 +- xorg-libxfixes/Pkgfile | 2 +- xorg-libxfont/Pkgfile | 2 +- xorg-libxft/Pkgfile | 2 +- xorg-libxi/Pkgfile | 2 +- xorg-libxinerama/Pkgfile | 4 ++-- xorg-libxrender/Pkgfile | 4 ++-- xorg-libxres/Pkgfile | 2 +- xorg-libxscrnsaver/Pkgfile | 2 +- xorg-libxshmfence/Pkgfile | 2 +- xorg-libxt/Pkgfile | 16 ++++++++-------- xorg-libxv/Pkgfile | 2 +- xorg-libxxf86dga/Pkgfile | 4 ++-- xorg-libxxf86vm/Pkgfile | 2 +- xorg-rgb/Pkgfile | 2 +- xorg-setxkbmap/Pkgfile | 2 +- xorg-xbacklight/Pkgfile | 2 +- xorg-xbitmaps/Pkgfile | 2 +- xorg-xf86-input-keyboard/Pkgfile | 2 +- xorg-xf86-input-mouse/Pkgfile | 2 +- xorg-xf86-input-synaptics/Pkgfile | 2 +- xorg-xf86-video-amdgpu/Pkgfile | 4 ++-- xorg-xf86-video-vesa/Pkgfile | 2 +- xorg-xhost/Pkgfile | 2 +- xorg-xinit/Pkgfile | 2 +- xorg-xinput/Pkgfile | 2 +- xorg-xkill/Pkgfile | 4 ++-- xorg-xrandr/Pkgfile | 4 ++-- xorg-xrdb/Pkgfile | 2 +- xorg-xset/Pkgfile | 2 +- xorg-xsetroot/Pkgfile | 2 +- xorg-xtrans/Pkgfile | 4 ++-- xorg-xwininfo/Pkgfile | 2 +- 40 files changed, 59 insertions(+), 58 deletions(-) diff --git a/xorg-bdftopcf/Pkgfile b/xorg-bdftopcf/Pkgfile index be4d698..9a56a3b 100644 --- a/xorg-bdftopcf/Pkgfile +++ b/xorg-bdftopcf/Pkgfile @@ -1,5 +1,5 @@ -# Description: BDF to PCF font file converter -# URL: http://xorg.freedesktop.org +# Description: Convert X font from Bitmap Distribution Format to Portable Compiled Format +# URL: https://gitlab.freedesktop.org/xorg/util/bdftopcf # Depends on: harfbuzz xorg-libxfont name=xorg-bdftopcf diff --git a/xorg-cf-files/Pkgfile b/xorg-cf-files/Pkgfile index 94c4f0b..e010c04 100644 --- a/xorg-cf-files/Pkgfile +++ b/xorg-cf-files/Pkgfile @@ -1,5 +1,5 @@ -# Description: Xorg configuration files -# URL: http://xorg.freedesktop.org +# Description: Imake configuration files & templates +# URL: https://gitlab.freedesktop.org/xorg/util/cf # Depends on: xorg-util-macros name=xorg-cf-files diff --git a/xorg-font-alias/Pkgfile b/xorg-font-alias/Pkgfile index e7ff88c..63e7fcb 100644 --- a/xorg-font-alias/Pkgfile +++ b/xorg-font-alias/Pkgfile @@ -1,5 +1,6 @@ -# Description: Xorg font font-alias -# URL: http://xorg.freedesktop.org +# Description: X.org font aliases +# URL: https://gitlab.freedesktop.org/xorg/font/alias +# Depends on: xorg-font-util xorg-util-macros name=xorg-font-alias version=1.0.5 diff --git a/xorg-libice/Pkgfile b/xorg-libice/Pkgfile index c86ded7..ea16dac 100644 --- a/xorg-libice/Pkgfile +++ b/xorg-libice/Pkgfile @@ -1,5 +1,5 @@ # Description: Inter-Client Exchange Library -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libice # Depends on: xorg-xorgproto xorg-xtrans name=xorg-libice diff --git a/xorg-libsm/Pkgfile b/xorg-libsm/Pkgfile index 3460cd1..20c3917 100644 --- a/xorg-libsm/Pkgfile +++ b/xorg-libsm/Pkgfile @@ -1,5 +1,5 @@ # Description: X Session Management client library -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libsm # Depends on: util-linux xorg-libice name=xorg-libsm diff --git a/xorg-libxau/Pkgfile b/xorg-libxau/Pkgfile index afa4585..b4d7bf7 100644 --- a/xorg-libxau/Pkgfile +++ b/xorg-libxau/Pkgfile @@ -1,5 +1,5 @@ # Description: Functions for handling Xauthority files and entries -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxau # Depends on: xorg-xorgproto name=xorg-libxau diff --git a/xorg-libxcomposite/Pkgfile b/xorg-libxcomposite/Pkgfile index 46e1f19..9b15f67 100644 --- a/xorg-libxcomposite/Pkgfile +++ b/xorg-libxcomposite/Pkgfile @@ -1,5 +1,5 @@ -# Description: Xlib-based client library for the Composite extension client library -# URL: http://xorg.freedesktop.org +# Description: Xlib-based client library for the Composite extension to the X11 protocol +# URL: https://gitlab.freedesktop.org/xorg/lib/libxcomposite # Depends on: xorg-libxext xorg-libxfixes name=xorg-libxcomposite diff --git a/xorg-libxdamage/Pkgfile b/xorg-libxdamage/Pkgfile index ebfa1bf..b8b99ba 100644 --- a/xorg-libxdamage/Pkgfile +++ b/xorg-libxdamage/Pkgfile @@ -1,5 +1,5 @@ # Description: X Damage extension client library -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxdamage # Depends on: xorg-libxfixes name=xorg-libxdamage diff --git a/xorg-libxfixes/Pkgfile b/xorg-libxfixes/Pkgfile index 079aa02..87b1506 100644 --- a/xorg-libxfixes/Pkgfile +++ b/xorg-libxfixes/Pkgfile @@ -1,5 +1,5 @@ # Description: Xlib-based library for the XFIXES Extension -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxfixes # Depends on: xorg-libx11 name=xorg-libxfixes diff --git a/xorg-libxfont/Pkgfile b/xorg-libxfont/Pkgfile index c0dfe70..c7fc065 100644 --- a/xorg-libxfont/Pkgfile +++ b/xorg-libxfont/Pkgfile @@ -1,5 +1,5 @@ # Description: X font handling library for server & utilities -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxfont # Depends on: bzip2 freetype xorg-libfontenc xorg-xtrans name=xorg-libxfont diff --git a/xorg-libxft/Pkgfile b/xorg-libxft/Pkgfile index 2239aad..d6c89f8 100644 --- a/xorg-libxft/Pkgfile +++ b/xorg-libxft/Pkgfile @@ -1,5 +1,5 @@ # Description: X font rendering client library -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxft # Depends on: harfbuzz libpcre2 name=xorg-libxft diff --git a/xorg-libxi/Pkgfile b/xorg-libxi/Pkgfile index c37fd88..82b3d7b 100644 --- a/xorg-libxi/Pkgfile +++ b/xorg-libxi/Pkgfile @@ -1,5 +1,5 @@ # Description: Xlib library for the X Input Extension -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxi # Depends on: libbsd xorg-libxext xorg-libxfixes name=xorg-libxi diff --git a/xorg-libxinerama/Pkgfile b/xorg-libxinerama/Pkgfile index d185c99..1745abf 100644 --- a/xorg-libxinerama/Pkgfile +++ b/xorg-libxinerama/Pkgfile @@ -1,5 +1,5 @@ -# Description: Xlib API for Xinerama extension to the X11 protocol -# URL: http://xorg.freedesktop.org +# Description: Xlib API for Xinerama extension to the X11 Protocol +# URL: https://gitlab.freedesktop.org/xorg/lib/libxinerama # Depends on: xorg-libxext name=xorg-libxinerama diff --git a/xorg-libxrender/Pkgfile b/xorg-libxrender/Pkgfile index 6190ff1..70c6161 100644 --- a/xorg-libxrender/Pkgfile +++ b/xorg-libxrender/Pkgfile @@ -1,5 +1,5 @@ # Description: Xlib library for the Render Extension to the X11 protocol -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxrender # Depends on: xorg-libx11 name=xorg-libxrender @@ -17,5 +17,5 @@ build() { make DESTDIR=$PKG install # remove junk - rm -r $PKG/usr/share + rm -r $PKG/usr/share/doc ; rmdir $PKG/usr/share } diff --git a/xorg-libxres/Pkgfile b/xorg-libxres/Pkgfile index 71bab29..c8526ae 100644 --- a/xorg-libxres/Pkgfile +++ b/xorg-libxres/Pkgfile @@ -1,5 +1,5 @@ # Description: Xlib-based X-Resource extension client library -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxres # Depends on: xorg-libxext name=xorg-libxres diff --git a/xorg-libxscrnsaver/Pkgfile b/xorg-libxscrnsaver/Pkgfile index 2ca4fab..0caf50c 100644 --- a/xorg-libxscrnsaver/Pkgfile +++ b/xorg-libxscrnsaver/Pkgfile @@ -1,5 +1,5 @@ # Description: Xlib-based X11 Screen Saver extension client library -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxscrnsaver # Depends on: xorg-libxext name=xorg-libxscrnsaver diff --git a/xorg-libxshmfence/Pkgfile b/xorg-libxshmfence/Pkgfile index b038d48..47980c8 100644 --- a/xorg-libxshmfence/Pkgfile +++ b/xorg-libxshmfence/Pkgfile @@ -1,5 +1,5 @@ # Description: Shared memory 'SyncFence' synchronization primitive -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxshmfence # Depends on: xorg-util-macros xorg-xorgproto name=xorg-libxshmfence diff --git a/xorg-libxt/Pkgfile b/xorg-libxt/Pkgfile index beaf64e..30f4a73 100644 --- a/xorg-libxt/Pkgfile +++ b/xorg-libxt/Pkgfile @@ -1,5 +1,5 @@ # Description: X Toolkit Intrinsics library -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxt # Depends on: xorg-libsm xorg-libx11 name=xorg-libxt @@ -10,13 +10,13 @@ source=https://www.x.org/releases/individual/lib/libXt-$version.tar.xz build() { mkdir build; cd build - ../libXt-$version/configure \ - --prefix=/usr \ - --disable-unit-tests \ - --without-fop \ - --without-glib \ - --without-xmlto \ - --without-xsltproc \ + ../libXt-$version/configure \ + --prefix=/usr \ + --disable-unit-tests \ + --without-fop \ + --without-glib \ + --without-xmlto \ + --without-xsltproc \ make V=1 make DESTDIR=$PKG install diff --git a/xorg-libxv/Pkgfile b/xorg-libxv/Pkgfile index 67c1b26..29a5d8f 100644 --- a/xorg-libxv/Pkgfile +++ b/xorg-libxv/Pkgfile @@ -1,5 +1,5 @@ # Description: X Video extension client library -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxv # Depends on: xorg-libxext name=xorg-libxv diff --git a/xorg-libxxf86dga/Pkgfile b/xorg-libxxf86dga/Pkgfile index 129b416..073efab 100644 --- a/xorg-libxxf86dga/Pkgfile +++ b/xorg-libxxf86dga/Pkgfile @@ -1,5 +1,5 @@ -# Description: Xlib-based library for the XFree86-DGA (Direct Graphics Access) extension -# URL: http://xorg.freedesktop.org +# Description: Xlib-based library for the XFree86-DGA extension +# URL: https://gitlab.freedesktop.org/xorg/lib/libxxf86dga # Depends on: xorg-libxext name=xorg-libxxf86dga diff --git a/xorg-libxxf86vm/Pkgfile b/xorg-libxxf86vm/Pkgfile index 368f468..d67542e 100644 --- a/xorg-libxxf86vm/Pkgfile +++ b/xorg-libxxf86vm/Pkgfile @@ -1,5 +1,5 @@ # Description: Xlib-based library for the XFree86-VidMode (Video Mode) extension -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/lib/libxxf86vm # Depends on: xorg-libxext name=xorg-libxxf86vm diff --git a/xorg-rgb/Pkgfile b/xorg-rgb/Pkgfile index 80f2b8a..a543df9 100644 --- a/xorg-rgb/Pkgfile +++ b/xorg-rgb/Pkgfile @@ -1,5 +1,5 @@ # Description: X color name database & tools -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/app/rgb # Depends on: xorg-xorgproto name=xorg-rgb diff --git a/xorg-setxkbmap/Pkgfile b/xorg-setxkbmap/Pkgfile index 9b7b094..0df02bb 100644 --- a/xorg-setxkbmap/Pkgfile +++ b/xorg-setxkbmap/Pkgfile @@ -1,5 +1,5 @@ # Description: Set keymaps, layouts, and options via the X Keyboard Extension (XKB) -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/app/setxkbmap # Depends on: xorg-libxkbfile name=xorg-setxkbmap diff --git a/xorg-xbacklight/Pkgfile b/xorg-xbacklight/Pkgfile index c2f36e2..fb077ee 100644 --- a/xorg-xbacklight/Pkgfile +++ b/xorg-xbacklight/Pkgfile @@ -1,5 +1,5 @@ # Description: Utility to adjust backlight brightness using RandR extension -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/app/xbacklight # Depends on: xorg-xcb-util name=xorg-xbacklight diff --git a/xorg-xbitmaps/Pkgfile b/xorg-xbitmaps/Pkgfile index 81a41ec..4a73674 100644 --- a/xorg-xbitmaps/Pkgfile +++ b/xorg-xbitmaps/Pkgfile @@ -1,5 +1,5 @@ # Description: X BitMap (XBM) format bitmaps commonly used in X applications -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/data/bitmaps name=xorg-xbitmaps version=1.1.3 diff --git a/xorg-xf86-input-keyboard/Pkgfile b/xorg-xf86-input-keyboard/Pkgfile index dbe23e5..8f0b785 100644 --- a/xorg-xf86-input-keyboard/Pkgfile +++ b/xorg-xf86-input-keyboard/Pkgfile @@ -1,5 +1,5 @@ # Description: Keyboard input driver -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/driver/xf86-input-keyboard # Depends on: xorg-server name=xorg-xf86-input-keyboard diff --git a/xorg-xf86-input-mouse/Pkgfile b/xorg-xf86-input-mouse/Pkgfile index a619fbf..9fb3986 100644 --- a/xorg-xf86-input-mouse/Pkgfile +++ b/xorg-xf86-input-mouse/Pkgfile @@ -1,5 +1,5 @@ # Description: Mouse input driver for non-Linux platforms for the Xorg X server -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse # Depends on: xorg-server name=xorg-xf86-input-mouse diff --git a/xorg-xf86-input-synaptics/Pkgfile b/xorg-xf86-input-synaptics/Pkgfile index a2c45bc..9d0016f 100644 --- a/xorg-xf86-input-synaptics/Pkgfile +++ b/xorg-xf86-input-synaptics/Pkgfile @@ -1,5 +1,5 @@ # Description: Synaptics touchpad driver for the Xorg X server -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/driver/xf86-input-synaptics # Depends on: xorg-server xorg-libevdev name=xorg-xf86-input-synaptics diff --git a/xorg-xf86-video-amdgpu/Pkgfile b/xorg-xf86-video-amdgpu/Pkgfile index e0d9f19..14cf754 100644 --- a/xorg-xf86-video-amdgpu/Pkgfile +++ b/xorg-xf86-video-amdgpu/Pkgfile @@ -1,5 +1,5 @@ -# Description: Xorg driver for AMD GPUs using the amdgpu kernel driver -# URL: http://xorg.freedesktop.org +# Description: Xorg driver for AMD Radeon GPUs using the amdgpu kernel driver +# URL: https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu # Depends on: xorg-server name=xorg-xf86-video-amdgpu diff --git a/xorg-xf86-video-vesa/Pkgfile b/xorg-xf86-video-vesa/Pkgfile index f941905..5e618ca 100644 --- a/xorg-xf86-video-vesa/Pkgfile +++ b/xorg-xf86-video-vesa/Pkgfile @@ -1,5 +1,5 @@ # Description: Generic VESA video driver for the Xorg X server -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa # Depends on: xorg-server name=xorg-xf86-video-vesa diff --git a/xorg-xhost/Pkgfile b/xorg-xhost/Pkgfile index 64180c8..2408b81 100644 --- a/xorg-xhost/Pkgfile +++ b/xorg-xhost/Pkgfile @@ -1,5 +1,5 @@ # Description: X server access control program -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/app/xhost # Depends on: xorg-libxmu name=xorg-xhost diff --git a/xorg-xinit/Pkgfile b/xorg-xinit/Pkgfile index 3690ac4..6a4f1a2 100644 --- a/xorg-xinit/Pkgfile +++ b/xorg-xinit/Pkgfile @@ -1,5 +1,5 @@ # Description: X server & client startup utilities (includes startx) -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/app/xinit # Depends on: xorg-server name=xorg-xinit diff --git a/xorg-xinput/Pkgfile b/xorg-xinput/Pkgfile index 17eec7f..0f28d1f 100644 --- a/xorg-xinput/Pkgfile +++ b/xorg-xinput/Pkgfile @@ -1,5 +1,5 @@ # Description: Utility to configure and test XInput devices -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/app/xinput # Depends on: xorg-libxi xorg-libxinerama xorg-libxrandr name=xorg-xinput diff --git a/xorg-xkill/Pkgfile b/xorg-xkill/Pkgfile index 522429f..6d77684 100644 --- a/xorg-xkill/Pkgfile +++ b/xorg-xkill/Pkgfile @@ -1,5 +1,5 @@ -# Description: Forcibly terminate X11 clients -# URL: http://xorg.freedesktop.org +# Description: Utility to forcibly terminate X11 clients +# URL: https://gitlab.freedesktop.org/xorg/app/xkill # Depends on: libbsd xorg-libxmu name=xorg-xkill diff --git a/xorg-xrandr/Pkgfile b/xorg-xrandr/Pkgfile index 0b70183..e1ba05e 100644 --- a/xorg-xrandr/Pkgfile +++ b/xorg-xrandr/Pkgfile @@ -1,5 +1,5 @@ -# Description: Resize and rotate utility for X -# URL: http://xorg.freedesktop.org +# Description: Interface to X11 Resize, Rotate, and Reflect (RandR) extension +# URL: https://gitlab.freedesktop.org/xorg/app/xrandr # Depends on: xorg-libxrandr name=xorg-xrandr diff --git a/xorg-xrdb/Pkgfile b/xorg-xrdb/Pkgfile index 3b8d1a7..4318d0f 100644 --- a/xorg-xrdb/Pkgfile +++ b/xorg-xrdb/Pkgfile @@ -1,5 +1,5 @@ # Description: X resource database utility -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/app/xrdb # Depends on: xorg-libxmu name=xorg-xrdb diff --git a/xorg-xset/Pkgfile b/xorg-xset/Pkgfile index 7c1daf2..edff284 100644 --- a/xorg-xset/Pkgfile +++ b/xorg-xset/Pkgfile @@ -1,5 +1,5 @@ # Description: User preference utility for X servers -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/app/xset # Depends on: xorg-libxmu name=xorg-xset diff --git a/xorg-xsetroot/Pkgfile b/xorg-xsetroot/Pkgfile index e6f709e..b27ddf3 100644 --- a/xorg-xsetroot/Pkgfile +++ b/xorg-xsetroot/Pkgfile @@ -1,5 +1,5 @@ # Description: Root window parameter setting utility for X -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/app/xsetroot # Depends on: xorg-server xorg-xbitmaps name=xorg-xsetroot diff --git a/xorg-xtrans/Pkgfile b/xorg-xtrans/Pkgfile index 1e83589..95c0eeb 100644 --- a/xorg-xtrans/Pkgfile +++ b/xorg-xtrans/Pkgfile @@ -1,5 +1,5 @@ -# Description: Library of code to handle network protocol transport -# URL: http://xorg.freedesktop.org +# Description: X Window System Protocols Transport layer shared code +# URL: https://gitlab.freedesktop.org/xorg/lib/libxtrans # Depends on: xorg-util-macros name=xorg-xtrans diff --git a/xorg-xwininfo/Pkgfile b/xorg-xwininfo/Pkgfile index dc74760..317f79a 100644 --- a/xorg-xwininfo/Pkgfile +++ b/xorg-xwininfo/Pkgfile @@ -1,5 +1,5 @@ # Description: Utility to print information about windows on an X server -# URL: http://xorg.freedesktop.org +# URL: https://gitlab.freedesktop.org/xorg/app/xwininfo # Depends on: xorg-libxmu name=xorg-xwininfo