[arch-commits] Commit in dbus/repos/testing-x86_64 (6 files)

Jan Steffens heftig at gemini.archlinux.org
Tue Mar 1 22:38:30 UTC 2022


    Date: Tuesday, March 1, 2022 @ 22:38:30
  Author: heftig
Revision: 438271

archrelease: copy trunk to testing-x86_64

Added:
  dbus/repos/testing-x86_64/PKGBUILD
    (from rev 438268, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/dbus-reload.hook
    (from rev 438268, dbus/trunk/dbus-reload.hook)
  dbus/repos/testing-x86_64/no-fatal-warnings.diff
    (from rev 438268, dbus/trunk/no-fatal-warnings.diff)
Deleted:
  dbus/repos/testing-x86_64/PKGBUILD
  dbus/repos/testing-x86_64/dbus-reload.hook
  dbus/repos/testing-x86_64/no-fatal-warnings.diff

------------------------+
 PKGBUILD               |  186 +++++++++++++++++++++++------------------------
 dbus-reload.hook       |   26 +++---
 no-fatal-warnings.diff |   26 +++---
 3 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-01 22:38:30 UTC (rev 438270)
+++ PKGBUILD	2022-03-01 22:38:30 UTC (rev 438271)
@@ -1,93 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgbase=dbus
-pkgname=(dbus dbus-docs)
-pkgver=1.12.22
-pkgrel=1
-pkgdesc="Freedesktop.org message bus system"
-url="https://wiki.freedesktop.org/www/Software/dbus/"
-arch=(x86_64)
-license=(GPL custom)
-depends=(systemd-libs expat audit)
-makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git autoconf-archive)
-source=("git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-$pkgver"
-        dbus-reload.hook no-fatal-warnings.diff)
-sha256sums=('SKIP'
-            'd636205622d0ee3b0734360225739ef0c7ad2468a09489e6ef773d88252960f3'
-            '6958eeec07557b92a28419eb1702331ee2f0a6fd17285e37dfb6130b9fa4cf6e')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simon.mcvittie at collabora.co.uk>
-
-prepare() {
-  cd dbus
-
-  # Allow us to enable checks without them being fatal
-  patch -Np1 -i ../no-fatal-warnings.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd dbus
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --libexecdir=/usr/lib/dbus-1.0 \
-    --runstatedir=/run \
-    --with-console-auth-dir=/run/console/ \
-    --with-dbus-user=dbus \
-    --with-system-pid-file=/run/dbus/pid \
-    --with-system-socket=/run/dbus/system_bus_socket \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system \
-    --enable-inotify \
-    --enable-libaudit \
-    --enable-systemd \
-    --enable-user-session \
-    --enable-xml-docs \
-    --enable-doxygen-docs \
-    --enable-ducktype-docs \
-    --disable-static \
-    --without-x
-  make
-}
-
-check() {
-  make -C dbus -j1 check
-}
-
-package_dbus() {
-  depends+=(libsystemd.so libaudit.so)
-  provides=(libdbus libdbus-1.so)
-  conflicts=(libdbus)
-  replaces=(libdbus)
-
-  DESTDIR="$pkgdir" make -C dbus install
-
-  rm -r "$pkgdir"/{etc,var}
-
-  # We have a pre-assigned uid (81)
-  echo 'u dbus 81 "System Message Bus"' |
-    install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/dbus.conf"
-
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-
-  # Split docs
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 dbus/COPYING
-}
-
-package_dbus-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 dbus/COPYING
-}
-
-# vim:set sw=2 et:

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 438268, dbus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-01 22:38:30 UTC (rev 438271)
@@ -0,0 +1,93 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgbase=dbus
+pkgname=(dbus dbus-docs)
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="https://wiki.freedesktop.org/www/Software/dbus/"
+arch=(x86_64)
+license=(GPL custom)
+depends=(systemd-libs expat audit)
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git autoconf-archive)
+source=("git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-$pkgver"
+        dbus-reload.hook no-fatal-warnings.diff)
+sha256sums=('SKIP'
+            'd636205622d0ee3b0734360225739ef0c7ad2468a09489e6ef773d88252960f3'
+            'c10395be67e1127a58d7173b587fbbf16f8a8b271c41293558fcf9e27c185478')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simon.mcvittie at collabora.co.uk>
+
+prepare() {
+  cd dbus
+
+  # Allow us to enable checks without them being fatal
+  patch -Np1 -i ../no-fatal-warnings.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd dbus
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --libexecdir=/usr/lib/dbus-1.0 \
+    --runstatedir=/run \
+    --with-console-auth-dir=/run/console/ \
+    --with-dbus-user=dbus \
+    --with-system-pid-file=/run/dbus/pid \
+    --with-system-socket=/run/dbus/system_bus_socket \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --enable-inotify \
+    --enable-libaudit \
+    --enable-systemd \
+    --enable-user-session \
+    --enable-xml-docs \
+    --enable-doxygen-docs \
+    --enable-ducktype-docs \
+    --disable-static \
+    --without-x
+  make
+}
+
+check() {
+  make -C dbus -j1 check
+}
+
+package_dbus() {
+  depends+=(libsystemd.so libaudit.so)
+  provides=(libdbus libdbus-1.so)
+  conflicts=(libdbus)
+  replaces=(libdbus)
+
+  DESTDIR="$pkgdir" make -C dbus install
+
+  rm -r "$pkgdir"/{etc,var}
+
+  # We have a pre-assigned uid (81)
+  echo 'u dbus 81 "System Message Bus"' |
+    install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/dbus.conf"
+
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+
+  # Split docs
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 dbus/COPYING
+}
+
+package_dbus-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 dbus/COPYING
+}
+
+# vim:set sw=2 et:

Deleted: dbus-reload.hook
===================================================================
--- dbus-reload.hook	2022-03-01 22:38:30 UTC (rev 438270)
+++ dbus-reload.hook	2022-03-01 22:38:30 UTC (rev 438271)
@@ -1,13 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = etc/dbus-1/system.d/*.conf
-Target = usr/share/dbus-1/system.d/*.conf
-Target = usr/share/dbus-1/system-services/*.service
-
-[Action]
-Description = Reloading system bus configuration...
-When = PostTransaction
-Exec = /usr/share/libalpm/scripts/systemd-hook reload dbus

Copied: dbus/repos/testing-x86_64/dbus-reload.hook (from rev 438268, dbus/trunk/dbus-reload.hook)
===================================================================
--- dbus-reload.hook	                        (rev 0)
+++ dbus-reload.hook	2022-03-01 22:38:30 UTC (rev 438271)
@@ -0,0 +1,13 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = etc/dbus-1/system.d/*.conf
+Target = usr/share/dbus-1/system.d/*.conf
+Target = usr/share/dbus-1/system-services/*.service
+
+[Action]
+Description = Reloading system bus configuration...
+When = PostTransaction
+Exec = /usr/share/libalpm/scripts/systemd-hook reload dbus

Deleted: no-fatal-warnings.diff
===================================================================
--- no-fatal-warnings.diff	2022-03-01 22:38:30 UTC (rev 438270)
+++ no-fatal-warnings.diff	2022-03-01 22:38:30 UTC (rev 438271)
@@ -1,13 +0,0 @@
-diff --git i/dbus/dbus-internals.c w/dbus/dbus-internals.c
-index 267aef97..b1064e85 100644
---- i/dbus/dbus-internals.c
-+++ w/dbus/dbus-internals.c
-@@ -185,7 +185,7 @@ const char *_dbus_no_memory_message = "Not enough memory";
- 
- static dbus_bool_t warn_initted = FALSE;
- static dbus_bool_t fatal_warnings = FALSE;
--static dbus_bool_t fatal_warnings_on_check_failed = TRUE;
-+static dbus_bool_t fatal_warnings_on_check_failed = FALSE;
- 
- static void
- init_warnings(void)

Copied: dbus/repos/testing-x86_64/no-fatal-warnings.diff (from rev 438268, dbus/trunk/no-fatal-warnings.diff)
===================================================================
--- no-fatal-warnings.diff	                        (rev 0)
+++ no-fatal-warnings.diff	2022-03-01 22:38:30 UTC (rev 438271)
@@ -0,0 +1,13 @@
+diff --git i/dbus/dbus-internals.c w/dbus/dbus-internals.c
+index ab498b15..cf86f4ae 100644
+--- i/dbus/dbus-internals.c
++++ w/dbus/dbus-internals.c
+@@ -193,7 +193,7 @@ static dbus_bool_t warn_initted = FALSE;
+  * threads, the worst that will happen is that warnings get their default
+  * fatal/non-fatal nature. */
+ static dbus_bool_t fatal_warnings = FALSE;
+-static dbus_bool_t fatal_warnings_on_check_failed = TRUE;
++static dbus_bool_t fatal_warnings_on_check_failed = FALSE;
+ 
+ static void
+ init_warnings(void)



More information about the arch-commits mailing list