[packages/dconf] - updated to 0.40.0 - dropped bash-completion patch, BR: bash-completion-devel instead

qboosh qboosh at pld-linux.org
Sun Mar 14 21:56:03 CET 2021


commit 544493ce4eec4f986b438af2def7f6121fff2fc8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 14 21:57:02 2021 +0100

    - updated to 0.40.0
    - dropped bash-completion patch, BR: bash-completion-devel instead

 dconf-bash-completion.patch | 26 --------------------------
 dconf.spec                  | 21 +++++++++++----------
 2 files changed, 11 insertions(+), 36 deletions(-)
---
diff --git a/dconf.spec b/dconf.spec
index 7e1add9..cc1ba67 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -1,19 +1,19 @@
 #
 # Conditional build:
-%bcond_without	apidocs		# do not build and package API docs
-%bcond_without	vala		# do not build Vala API
+%bcond_without	apidocs		# gtk-doc based API documentation
+%bcond_without	vala		# Vala API
 #
 Summary:	Low-level configuration system
 Summary(pl.UTF-8):	Niskopoziomowy system konfiguracji
 Name:		dconf
-Version:	0.38.0
+Version:	0.40.0
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/dconf/0.38/%{name}-%{version}.tar.xz
-# Source0-md5:	716cf730995cf133c2c443556a66a50c
-Patch0:		%{name}-bash-completion.patch
+Source0:	https://download.gnome.org/sources/dconf/0.40/%{name}-%{version}.tar.xz
+# Source0-md5:	ac8db20b0d6b996d4bbbeb96463d01f0
 URL:		https://wiki.gnome.org/Projects/dconf
+BuildRequires:	bash-completion-devel >= 2.10
 BuildRequires:	dbus-devel
 BuildRequires:	glib2-devel >= 1:2.44.0
 BuildRequires:	gtk-doc >= 1.15
@@ -21,6 +21,7 @@ BuildRequires:	libxslt-progs
 BuildRequires:	meson >= 0.47.0
 BuildRequires:	ninja >= 1.5
 BuildRequires:	pkgconfig
+BuildRequires:	rpm-build >= 4.6
 BuildRequires:	rpmbuild(macros) >= 1.736
 BuildRequires:	tar >= 1:1.22
 # not needed atm., generated files (.deps, .vapi) are packaged in tarball
@@ -71,7 +72,7 @@ Dokumentacja API biblioteki dconf.
 Summary:	bash-completion for dconf
 Summary(pl.UTF-8):	Bashowe uzupełnianie nazw dla dconf
 Group:		Applications/Shells
-Requires:	bash-completion >= 2
+Requires:	bash-completion >= 2.10
 BuildArch:	noarch
 
 %description -n bash-completion-dconf
@@ -96,12 +97,11 @@ API dconf dla języka Vala.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %meson build \
-	-Dbash_completion_dir=%{bash_compdir} \
-	-Dgtk_doc=%{__true_false apidocs}
+	-Dgtk_doc=%{__true_false apidocs} \
+	-Dsystemduserunitdir=%{systemduserunitdir}
 
 %ninja_build -C build
 
@@ -142,6 +142,7 @@ umask 022
 %attr(755,root,root) %{_libexecdir}/dconf-service
 %attr(755,root,root) %{_libdir}/gio/modules/libdconfsettings.so
 %{_datadir}/dbus-1/services/ca.desrt.dconf.service
+%{systemduserunitdir}/dconf.service
 %dir %{_sysconfdir}/dconf
 %dir %{_sysconfdir}/dconf/db
 %dir %{_sysconfdir}/dconf/profile
diff --git a/dconf-bash-completion.patch b/dconf-bash-completion.patch
deleted file mode 100644
index 12b45b5..0000000
--- a/dconf-bash-completion.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- dconf-0.30.1/meson_options.txt.orig	2018-10-22 23:53:04.000000000 +0200
-+++ dconf-0.30.1/meson_options.txt	2018-10-30 20:32:08.195263612 +0100
-@@ -1,3 +1,4 @@
- option('bash_completion', type: 'boolean', value: true, description: 'install bash completion files')
-+option('bash_completion_dir', type: 'string', value: '')
- option('man', type: 'boolean', value: true, description: 'generate man pages')
- option('gtk_doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')
---- dconf-0.38.0/meson.build.orig	2020-09-13 10:26:21.295046156 +0200
-+++ dconf-0.38.0/meson.build	2020-09-13 10:29:23.197394039 +0200
-@@ -50,12 +50,16 @@
- 
- enable_bash_completion = get_option('bash_completion')
- if enable_bash_completion
-+  if get_option('bash_completion_dir') != ''
-+    completions_dir = get_option('bash_completion_dir')
-+  else
-   bash_completion_dep = dependency('bash-completion')
-   completions_dir = bash_completion_dep.get_pkgconfig_variable(
-     'completionsdir',
-     # bash-completion 2.10 changed the substitutions
-     define_variable: bash_completion_dep.version().version_compare('>= 2.10') ? ['datadir', dconf_datadir] : ['prefix', dconf_prefix],
-   )
-+  endif
- endif
- 
- configure_file(
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dconf.git/commitdiff/544493ce4eec4f986b438af2def7f6121fff2fc8



More information about the pld-cvs-commit mailing list