]> git.pld-linux.org Git - packages/synapse.git/commitdiff
up to 0.2.99.3 auto/th/synapse-0.2.99.3-1
authorJan Palus <atler@pld-linux.org>
Tue, 13 Feb 2018 19:36:05 +0000 (20:36 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 13 Feb 2018 19:36:05 +0000 (20:36 +0100)
synapse-types.patch [deleted file]
synapse.spec

diff --git a/synapse-types.patch b/synapse-types.patch
deleted file mode 100644 (file)
index 0df874d..0000000
+++ /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 ();
-     }
-
index e89b4ebecd6a33fbec077b0a567f62f90d04c376..ef9da498342f38d32f7a1fbb42c3d70b4c90e73b 100644 (file)
@@ -1,19 +1,18 @@
 Summary:       Application launcher
 Name:          synapse
 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
 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
 Patch0:                %{name}-mate.patch
-Patch1:                %{name}-types.patch
 URL:           http://synapse.zeitgeist-project.com/
 BuildRequires: autoconf >= 2.65
 BuildRequires: automake >= 1:1.11
 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: 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
 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
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
 
 %build
 
 %build
-%{__intltoolize}
+%{__gettextize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
This page took 0.052642 seconds and 4 git commands to generate.