From f4e3a2a21f122d15e7135e000d68ec3dff8223e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 1 Mar 2022 11:22:20 -0300 Subject: [PATCH] recipes: daemons/dbus*: Upgraded to version 1.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/daemons/dbus-x11/recipe | 12 ++++++------ recipes/daemons/dbus/recipe | 11 ++++++----- sources/SOURCELIST.txt | 2 +- sources/dbus-1.12.20.tar.gz.sha256 | 1 - sources/dbus-1.14.0.tar.xz.sha256 | 1 + 5 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 sources/dbus-1.12.20.tar.gz.sha256 create mode 100644 sources/dbus-1.14.0.tar.xz.sha256 diff --git a/recipes/daemons/dbus-x11/recipe b/recipes/daemons/dbus-x11/recipe index 1b4b9bb0..eab23daf 100644 --- a/recipes/daemons/dbus-x11/recipe +++ b/recipes/daemons/dbus-x11/recipe @@ -1,7 +1,7 @@ # Build recipe for dbus. # # Copyright (C) 2018, MMPG -# Copyright (c) 2018-2021 Matias Fonzo, . +# Copyright (c) 2018-2022 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,8 +19,8 @@ set -e program=dbus -version=1.12.20 -release=8 +version=1.14.0 +release=1 pkgname=dbus-x11 @@ -30,7 +30,7 @@ pkgcategory=daemons # The installation of this package replaces to replace=dbus -tarname=${program}-${version}.tar.gz +tarname=${program}-${version}.tar.xz # Remote source(s) fetch=https://dbus.freedesktop.org/releases/dbus/$tarname @@ -47,7 +47,7 @@ homepage=https://www.freedesktop.org/wiki/Software/dbus/ license="AFLv2.1 | GPLv2+" # Source documentation -docs="AUTHORS COPYING ChangeLog NEWS README" +docs="AUTHORS CONTRIBUTING.md COPYING NEWS README" docsdir="${docdir}/${pkgname}-${version}" build() @@ -77,7 +77,6 @@ build() --disable-selinux \ --disable-doxygen-docs \ --with-xml=expat \ - --with-x \ --with-system-socket=/var/run/dbus/system_bus_socket \ --with-system-pid-file=/var/run/dbus/dbus.pid \ --with-console-auth-dir=/dev/console \ @@ -86,6 +85,7 @@ build() --build="$(gcc -dumpmachine)" make -j${jobs} V=1 + make -j${jobs} check make -j${jobs} DESTDIR="$destdir" install chown root:messagebus "${destdir}/usr/libexec/dbus-daemon-launch-helper" diff --git a/recipes/daemons/dbus/recipe b/recipes/daemons/dbus/recipe index a17a18c5..04632f43 100644 --- a/recipes/daemons/dbus/recipe +++ b/recipes/daemons/dbus/recipe @@ -1,7 +1,7 @@ # Build recipe for dbus (Use 'dbus-x11' instead for the X11 support). # # Copyright (C) 2018, MMPG -# Copyright (c) 2018-2021 Matias Fonzo, . +# Copyright (c) 2018-2022 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,13 +19,13 @@ set -e program=dbus -version=1.12.20 -release=8 +version=1.14.0 +release=1 # Define a category for the output of the package name pkgcategory=daemons -tarname=${program}-${version}.tar.gz +tarname=${program}-${version}.tar.xz # Remote source(s) fetch=https://dbus.freedesktop.org/releases/dbus/$tarname @@ -42,7 +42,7 @@ homepage=https://www.freedesktop.org/wiki/Software/dbus/ license="AFLv2.1 | GPLv2+" # Source documentation -docs="AUTHORS COPYING ChangeLog NEWS README" +docs="AUTHORS CONTRIBUTING.md COPYING NEWS README" docsdir="${docdir}/${program}-${version}" build() @@ -82,6 +82,7 @@ build() --build="$(gcc -dumpmachine)" make -j${jobs} V=1 + make -j${jobs} check make -j${jobs} DESTDIR="$destdir" install chown root:messagebus "${destdir}/usr/libexec/dbus-daemon-launch-helper" diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index a8399afc..742bf5fc 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -49,7 +49,7 @@ https://cpan.metacpan.org/authors/id/R/RA/RAAB/SGMLSpm-1.1.tar.gz https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-2.46.tar.gz https://curl.se/download/curl-7.81.0.tar.bz2 https://data.iana.org/time-zones/releases/tzdb-2021e.tar.lz -https://dbus.freedesktop.org/releases/dbus/dbus-1.12.20.tar.gz +https://dbus.freedesktop.org/releases/dbus/dbus-1.14.0.tar.xz https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.112.tar.gz https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.18.tar.gz https://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.79.tar.xz diff --git a/sources/dbus-1.12.20.tar.gz.sha256 b/sources/dbus-1.12.20.tar.gz.sha256 deleted file mode 100644 index 0f07d34f..00000000 --- a/sources/dbus-1.12.20.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -f77620140ecb4cdc67f37fb444f8a6bea70b5b6461f12f1cbe2cec60fa7de5fe dbus-1.12.20.tar.gz diff --git a/sources/dbus-1.14.0.tar.xz.sha256 b/sources/dbus-1.14.0.tar.xz.sha256 new file mode 100644 index 00000000..2a2b93a3 --- /dev/null +++ b/sources/dbus-1.14.0.tar.xz.sha256 @@ -0,0 +1 @@ +ccd7cce37596e0a19558fd6648d1272ab43f011d80c8635aea8fd0bad58aebd4 dbus-1.14.0.tar.xz -- 2.11.4.GIT