[arch-commits] Commit in lib32-colord/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 17:02:57 UTC 2022


    Date: Wednesday, May 4, 2022 @ 17:02:57
  Author: arojas
Revision: 1194451

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |  163 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 81 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 17:02:46 UTC (rev 1194450)
+++ PKGBUILD	2022-05-04 17:02:57 UTC (rev 1194451)
@@ -1,82 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: jtts <jussaar at mbnet.fi>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=lib32-colord
-pkgver=1.4.5
-pkgrel=3
-pkgdesc='System daemon for managing color devices'
-arch=(x86_64)
-url=https://www.freedesktop.org/software/colord
-license=(GPL2)
-depends=(
-  libcolord
-  lib32-glib2
-  lib32-systemd
-  lib32-lcms2
-)
-makedepends=(
-  argyllcms
-  bash-completion
-  git
-  gobject-introspection
-  intltool
-  lib32-dbus
-  lib32-dconf
-  lib32-libgudev
-  lib32-libgusb
-  lib32-polkit
-  lib32-sqlite
-  meson
-  sane
-  vala
-)
-provides=(
-  libcolord.so
-)
-options=(!emptydirs)
-source=(
-  git+https://github.com/hughsie/colord#tag=${pkgver}
-)
-sha256sums=(
-  SKIP
-)
-
-prepare() {
-  cd colord
-  
-  # Allow turning off introspection
-  git cherry-pick -n e73723cabe4d5a2e2b281d2f1ea751b2d75bccc6
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
-  arch-meson colord build \
-    --libdir=/usr/lib32 \
-    -D bash-completion=false \
-    -D docs=false \
-    -D man=false \
-    -D tests=false \
-    -D libcolordcompat=true \
-    -D sane=false \
-    -D introspection=false \
-    -D vapi=false \
-    -D print_profiles=false \
-    -D daemon_user=colord
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  rm -r "${pkgdir}"/usr/{bin,include,lib,share}
-  rm -r "${pkgdir}"/usr/lib32/{colord-plugins,colord-sensors}
-  rm "${pkgdir}"/usr/lib32/libcolor{dprivate,hug}*
-  rm "${pkgdir}"/usr/lib32/pkgconfig/colorhug.pc
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-colord/repos/multilib-x86_64/PKGBUILD (from rev 1194450, lib32-colord/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 17:02:57 UTC (rev 1194451)
@@ -0,0 +1,81 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: jtts <jussaar at mbnet.fi>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=lib32-colord
+pkgver=1.4.6
+pkgrel=1
+pkgdesc='System daemon for managing color devices'
+arch=(x86_64)
+url=https://www.freedesktop.org/software/colord
+license=(GPL2)
+depends=(
+  libcolord
+  lib32-glib2
+  lib32-systemd
+  lib32-lcms2
+)
+makedepends=(
+  argyllcms
+  bash-completion
+  git
+  gobject-introspection
+  intltool
+  lib32-dbus
+  lib32-dconf
+  lib32-libgudev
+  lib32-libgusb
+  lib32-polkit
+  lib32-sqlite
+  meson
+  sane
+  vala
+)
+provides=(
+  libcolord.so
+)
+options=(!emptydirs)
+source=(
+  git+https://github.com/hughsie/colord#tag=${pkgver}
+)
+sha256sums=(
+  SKIP
+)
+
+prepare() {
+  cd colord
+  
+  # Allow turning off introspection
+  git cherry-pick -n e73723cabe4d5a2e2b281d2f1ea751b2d75bccc6
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  arch-meson colord build \
+    --libdir=/usr/lib32 \
+    -D docs=false \
+    -D man=false \
+    -D tests=false \
+    -D libcolordcompat=true \
+    -D sane=false \
+    -D introspection=false \
+    -D vapi=false \
+    -D print_profiles=false \
+    -D daemon_user=colord
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  rm -r "${pkgdir}"/usr/{bin,include,lib,share}
+  rm -r "${pkgdir}"/usr/lib32/{colord-plugins,colord-sensors}
+  rm "${pkgdir}"/usr/lib32/libcolor{dprivate,hug}*
+  rm "${pkgdir}"/usr/lib32/pkgconfig/colorhug.pc
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list