]> git.pld-linux.org Git - packages/dconf.git/commitdiff
up to 0.30.0 auto/th/dconf-0.30.0-1
authorJan Palus <atler@pld-linux.org>
Mon, 1 Oct 2018 17:18:06 +0000 (19:18 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 1 Oct 2018 17:18:06 +0000 (19:18 +0200)
- updated BRs
- docs patch no longer needed

dconf-docs-build.patch [deleted file]
dconf.spec

diff --git a/dconf-docs-build.patch b/dconf-docs-build.patch
deleted file mode 100644 (file)
index 05f21b8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- dconf-0.28.0/docs/meson.build.fixdocs      2018-03-25 12:03:46.721885301 +0200
-+++ dconf-0.28.0/docs/meson.build      2018-03-25 12:03:55.765199113 +0200
-@@ -9,7 +9,7 @@ gnome.gtkdoc(
-   scan_args: '--rebuild-types',
-   gobject_typesfile: meson.project_name() + '.types',
-   install: true,
--  install_dir: join_paths(dconf_datadir, 'gtk-doc', 'html', meson.project_name())
-+  install_dir: join_paths(dconf_datadir, 'doc', 'gtk-doc', 'html', meson.project_name())
- )
- if get_option('enable-man')
index aa2866394590c0db7090de2393e942000ed2cf1c..ba54640c81e8e50f0c6a69d4a65164d0da11d52c 100644 (file)
@@ -6,19 +6,20 @@
 Summary:       Low-level configuration system
 Summary(pl.UTF-8):     Niskopoziomowy system konfiguracji
 Name:          dconf
-Version:       0.28.0
+Version:       0.30.0
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/dconf/0.28/%{name}-%{version}.tar.xz
-# Source0-md5: 81faa8e68e5ea71ff0ee75050fc0759c
-Patch0:                %{name}-docs-build.patch
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/dconf/0.30/%{name}-%{version}.tar.xz
+# Source0-md5: 0fedc411cb0e12052c1215b777cb8686
 URL:           http://live.gnome.org/dconf
 BuildRequires: glib2-devel >= 1:2.44.0
 BuildRequires: gtk-doc >= 1.15
 BuildRequires: libxslt-progs
-BuildRequires: meson >= 0.41.0
-BuildRequires: rpmbuild(macros) >= 1.527
+BuildRequires: meson >= 0.46.0
+BuildRequires: ninja
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.727
 BuildRequires: tar >= 1:1.22
 # not needed atm., generated files are packaged
 #%{?with_vala:BuildRequires:   vala >= 2:0.18.0}
@@ -99,11 +100,10 @@ API dconf dla jÄ™zyka Vala.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %meson build \
-       -Denable-gtk-doc=%{__true_false apidocs}
+       -Dgtk_doc=%{__true_false apidocs}
 
 %meson_build -C build
 
This page took 0.047061 seconds and 4 git commands to generate.