Date: Tuesday, January 3, 2023 @ 13:55:11
  Author: heftig
Revision: 1374929

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD
    (from rev 1374928, lib32-libxkbcommon/trunk/PKGBUILD)
Deleted:
  lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  218 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-03 13:54:55 UTC (rev 1374928)
+++ PKGBUILD    2023-01-03 13:55:11 UTC (rev 1374929)
@@ -1,109 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Jan Alexander Steffens <[email protected]>
-# Contributor: Daniel Micay <[email protected]>
-# Contributor: Mladen Pejakovic <[email protected]>
-
-pkgbase=lib32-libxkbcommon
-pkgname=(
-  lib32-libxkbcommon
-  lib32-libxkbcommon-x11
-)
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Keymap handling library for toolkits and window systems (32-bit)'
-url='https://xkbcommon.org/'
-arch=(x86_64)
-license=(custom)
-makedepends=(
-  git
-  lib32-libxcb
-  lib32-libxml2
-  lib32-wayland
-  meson
-  wayland-protocols
-  xkeyboard-config
-  xorgproto
-)
-checkdepends=(
-  libgl
-  xorg-server-xvfb
-)
-options=(
-  debug
-)
-_commit=57af9cb71f19f37394399b549f7cb7b0d9fe3988  # tags/xkbcommon-1.4.1^0
-source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libxkbcommon
-  git describe --tags | sed 's/^xkbcommon-//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd libxkbcommon
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
-
-  arch-meson libxkbcommon build \
-    --libdir=/usr/lib32 \
-    -D enable-docs=false \
-    -D enable-tools=false
-  meson compile -C build
-}
-
-check() {
-  xvfb-run -s '-nolisten local' meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-    d="$srcdir/$p/${f#$pkgdir/}"
-    mkdir -p "$(dirname "$d")"
-    mv "$f" "$d"
-    rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_lib32-libxkbcommon() {
-  depends=(
-    lib32-libxml2
-    xkeyboard-config
-    libxkbcommon
-  )
-  provides=(
-    libxkbcommon.so
-    libxkbregistry.so
-  )
-
-  meson install -C build --destdir "$pkgdir"
-  rm -r "$pkgdir/usr/include"
-
-  _pick x11 "$pkgdir"/usr/lib32/*x11*
-  _pick x11 "$pkgdir"/usr/lib32/pkgconfig/*x11*
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 libxkbcommon/LICENSE
-}
-
-package_lib32-libxkbcommon-x11() {
-  pkgdesc='Keyboard handling library using XKB data for X11 XCB clients 
(32-bit)'
-  depends=(
-    lib32-libxcb
-    lib32-libxkbcommon
-    libxkbcommon.so
-    libxkbcommon-x11
-  )
-  provides=(
-    libxkbcommon-x11.so
-  )
-
-  mv x11/* "$pkgdir"/
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 libxkbcommon/LICENSE
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: lib32-libxkbcommon/repos/multilib-x86_64/PKGBUILD (from rev 1374928, 
lib32-libxkbcommon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-03 13:55:11 UTC (rev 1374929)
@@ -0,0 +1,109 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Jan Alexander Steffens <[email protected]>
+# Contributor: Daniel Micay <[email protected]>
+# Contributor: Mladen Pejakovic <[email protected]>
+
+pkgbase=lib32-libxkbcommon
+pkgname=(
+  lib32-libxkbcommon
+  lib32-libxkbcommon-x11
+)
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Keymap handling library for toolkits and window systems (32-bit)'
+url='https://xkbcommon.org/'
+arch=(x86_64)
+license=(custom)
+makedepends=(
+  git
+  lib32-libxcb
+  lib32-libxml2
+  lib32-wayland
+  meson
+  wayland-protocols
+  xkeyboard-config
+  xorgproto
+)
+checkdepends=(
+  libgl
+  xorg-server-xvfb
+)
+options=(
+  debug
+)
+_commit=cecaa01df18925eb66c6a81f6e4b7167421d45f2  # tags/xkbcommon-1.5.0^0
+source=("git+https://github.com/xkbcommon/libxkbcommon#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libxkbcommon
+  git describe --tags | sed 's/^xkbcommon-//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libxkbcommon
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
+
+  arch-meson libxkbcommon build \
+    --libdir=/usr/lib32 \
+    -D enable-docs=false \
+    -D enable-tools=false
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-nolisten local' meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+    d="$srcdir/$p/${f#$pkgdir/}"
+    mkdir -p "$(dirname "$d")"
+    mv "$f" "$d"
+    rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_lib32-libxkbcommon() {
+  depends=(
+    lib32-libxml2
+    xkeyboard-config
+    libxkbcommon
+  )
+  provides=(
+    libxkbcommon.so
+    libxkbregistry.so
+  )
+
+  meson install -C build --destdir "$pkgdir"
+  rm -r "$pkgdir/usr/include"
+
+  _pick x11 "$pkgdir"/usr/lib32/*x11*
+  _pick x11 "$pkgdir"/usr/lib32/pkgconfig/*x11*
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 libxkbcommon/LICENSE
+}
+
+package_lib32-libxkbcommon-x11() {
+  pkgdesc='Keyboard handling library using XKB data for X11 XCB clients 
(32-bit)'
+  depends=(
+    lib32-libxcb
+    lib32-libxkbcommon
+    libxkbcommon.so
+    libxkbcommon-x11
+  )
+  provides=(
+    libxkbcommon-x11.so
+  )
+
+  mv x11/* "$pkgdir"/
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 libxkbcommon/LICENSE
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to