[packages/synapse] up to 0.2.99.3

atler atler at pld-linux.org
Tue Feb 13 20:36:39 CET 2018


commit 130c4ef6a4dd5fa6a5d0d693e9e6bac0648ab5fc
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Feb 13 20:36:05 2018 +0100

    up to 0.2.99.3

 synapse-types.patch | 41 -----------------------------------------
 synapse.spec        | 12 +++++-------
 2 files changed, 5 insertions(+), 48 deletions(-)
---
diff --git a/synapse.spec b/synapse.spec
index e89b4eb..ef9da49 100644
--- a/synapse.spec
+++ b/synapse.spec
@@ -1,19 +1,18 @@
 Summary:	Application launcher
 Name:		synapse
-Version:	0.2.99.2
-Release:	2
+Version:	0.2.99.3
+Release:	1
 License:	GPL v3+
 Group:		X11/Applications
 Source0:	https://launchpad.net/synapse-project/0.3/%{version}/+download/%{name}-%{version}.tar.xz
-# Source0-md5:	0d5559793377cee3b292db95f7ebcc4c
+# Source0-md5:	7e24bc78ebe47b4d055b22eead40a6c5
 Patch0:		%{name}-mate.patch
-Patch1:		%{name}-types.patch
 URL:		http://synapse.zeitgeist-project.com/
 BuildRequires:	autoconf >= 2.65
 BuildRequires:	automake >= 1:1.11
+BuildRequires:	gettext-tools >= 0.19.6
 BuildRequires:	glib2-devel >= 1:2.28.0
 BuildRequires:	gtk+3-devel
-BuildRequires:	intltool >= 0.35.0
 BuildRequires:	json-glib-devel >= 0.10.0
 BuildRequires:	keybinder3-devel
 BuildRequires:	libappindicator-gtk3-devel
@@ -37,10 +36,9 @@ files by making use of the Zeitgeist engine.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
 
 %build
-%{__intltoolize}
+%{__gettextize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
diff --git a/synapse-types.patch b/synapse-types.patch
deleted file mode 100644
index 0df874d..0000000
--- a/synapse-types.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-=== modified file 'src/plugins/desktop-file-plugin.vala'
---- src/plugins/desktop-file-plugin.vala	2015-11-30 22:01:12 +0000
-+++ src/plugins/desktop-file-plugin.vala	2016-09-29 17:57:47 +0000
-@@ -83,8 +83,8 @@
-     construct
-     {
-       desktop_files = new Gee.ArrayList<DesktopFileMatch> ();
--      mimetype_map = new Gee.HashMap<string, OpenWithAction> ();
--      actions_map = new Gee.HashMap<string, OpenAppAction> ();
-+      mimetype_map = new Gee.HashMap<string, Gee.List<OpenWithAction>> ();
-+      actions_map = new Gee.HashMap<string, Gee.List<OpenAppAction>> ();
- 
-       var dfs = DesktopFileService.get_default ();
-       dfs.reload_started.connect (() => {
-
-=== modified file 'src/plugins/hybrid-search-plugin.vala'
---- src/plugins/hybrid-search-plugin.vala	2014-07-10 11:39:28 +0000
-+++ src/plugins/hybrid-search-plugin.vala	2016-09-29 17:57:47 +0000
-@@ -74,7 +74,7 @@
-     construct
-     {
-       directory_hits = new Gee.HashMap<string, int> ();
--      directory_contents = new Gee.HashMap<string, Utils.FileInfo?> ();
-+      directory_contents = new Gee.HashMap<string, DirectoryInfo> ();
- 
-       analyze_recent_documents.begin ();
-     }
-
-=== modified file 'src/core/result-set.vala'
---- src/core/result-set.vala	2014-07-10 14:05:57 +0000
-+++ src/core/result-set.vala	2016-10-06 09:34:42 +0000
-@@ -57,7 +57,7 @@
-       owned get { return matches.entries; }
-     }
- 
--    public Gee.Iterator<Gee.Map.Entry <Match, int>?> iterator ()
-+    public Gee.Iterator<Gee.Map.Entry <Match, int>> iterator ()
-     {
-       return matches.iterator ();
-     }
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/synapse.git/commitdiff/130c4ef6a4dd5fa6a5d0d693e9e6bac0648ab5fc



More information about the pld-cvs-commit mailing list