]> git.pld-linux.org Git - packages/folks.git/commitdiff
- updated to 0.15.6 auto/th/folks-0.15.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 Mar 2023 17:25:01 +0000 (18:25 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 Mar 2023 17:25:01 +0000 (18:25 +0100)
folks-module.patch [deleted file]
folks.spec

diff --git a/folks-module.patch b/folks-module.patch
deleted file mode 100644 (file)
index 2f29413..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- folks-0.12.1/backends/eds/meson.build.orig 2019-04-24 13:20:07.000000000 +0200
-+++ folks-0.12.1/backends/eds/meson.build      2019-05-19 19:58:55.357659020 +0200
-@@ -25,7 +25,7 @@
-   '-DG_LOG_DOMAIN="@0@"'.format(eds_backend_name),
- ]
--eds_backend = library('eds',
-+eds_backend = shared_library('eds',
-   eds_backend_sources,
-   dependencies: eds_backend_deps,
-   vala_args: eds_backend_vala_flags,
index 3701e3a7d9cd426955f567b744ecbc88db098d04..ef1e5570428da027b25a0e370882f39a58703f3b 100644 (file)
@@ -5,6 +5,7 @@
 %bcond_without bluez           # Bluez backend
 %bcond_without evolution       # EDS (Evolution Data Server) backend
 %bcond_without ofono           # oFono backend
+%bcond_with    sysprof         # sysprof based profiling
 %bcond_without telepathy       # Telepathy backend
 %bcond_without zeitgeist       # ` Zeitgeist support in Telepathy backend
 
 Summary:       GObject contact aggregation library
 Summary(pl.UTF-8):     Biblioteka GObject do agregowania kontaktów
 Name:          folks
-Version:       0.15.5
+Version:       0.15.6
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       https://download.gnome.org/sources/folks/0.15/%{name}-%{version}.tar.xz
-# Source0-md5: 62db936e9601e33268e2019b6eb0684e
+# Source0-md5: 04b6684031a463fb7a28d2d6f70b6d23
 Patch0:                %{name}-meson.patch
-Patch1:                %{name}-module.patch
 URL:           https://wiki.gnome.org/Projects/Folks
 BuildRequires: dbus-devel
 %{?with_telepathy:BuildRequires:       dbus-glib-devel}
@@ -34,7 +34,7 @@ BuildRequires:        glib2-devel >= 1:2.58
 BuildRequires: gobject-introspection-devel >= 1.30.0
 BuildRequires: libgee-devel >= 0.8.4
 BuildRequires: libxml2-devel >= 2.0
-BuildRequires: meson >= 0.51
+BuildRequires: meson >= 0.57
 BuildRequires: ncurses-devel
 BuildRequires: ninja >= 1.5
 BuildRequires: pkgconfig >= 1:0.21
@@ -43,6 +43,7 @@ BuildRequires:        python3 >= 1:3.2
 BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: readline-devel
+%{?with_sysprof:BuildRequires: sysprof-devel >= 3.38.0}
 BuildRequires: tar >= 1:1.22
 %{?with_telepathy:BuildRequires:       telepathy-glib-devel >= 0.19.9}
 %if %{with vala}
@@ -117,7 +118,6 @@ API folks dla języka Vala.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %meson build \
@@ -125,6 +125,7 @@ API folks dla języka Vala.
        %{?with_apidocs:-Ddocs=true} \
        %{!?with_evolution:-Deds_backend=false} \
        %{!?with_ofono:-Dofono_backend=false} \
+       %{?with_sysprof:-Dprofiling=true} \
        %{!?with_telepathy:-Dtelepathy_backend=false} \
        %{?with_zeitgeist:-Dzeitgeist=true}
 
This page took 0.133602 seconds and 4 git commands to generate.