Compare commits

..

21 commits

Author SHA1 Message Date
Fabio Valentini
4d81d84386
remove package (temporarily) due to unresolved issues with GNOME 43 2022-08-31 12:12:31 +02:00
Fedora Release Engineering
eb26a9531c Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 12:27:30 +00:00
Fedora Release Engineering
19fcfb6894 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 04:30:12 +00:00
Fabio Valentini
c898fee030
Update to version 2.10.2; Fixes RHBZ#2031416 2021-12-16 00:15:39 +01:00
Fabio Valentini
2f017b67b0
Update to version 2.10.1; Fixes RHBZ#2026201 2021-11-25 14:22:34 +01:00
Fabio Valentini
6b883e8c43
Update to version 2.9.1; Fixes RHBZ#2017813 2021-10-30 11:46:19 +02:00
Fabio Valentini
a8c3ffd41d
Update to version 2.9.0; Fixes RHBZ#1999344 2021-09-28 22:24:10 +02:00
Fabio Valentini
50cca8c911
Update to version 2.8.1; Fixes RHBZ#1998510 2021-08-27 19:47:54 +02:00
Fedora Release Engineering
d52aa991d7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 20:58:24 +00:00
Fabio Valentini
99fc612cd3
Update to version 2.8.0; Fixes RHBZ#1982481 2021-07-16 21:58:14 +02:00
Fabio Valentini
0340efd7df
convert to rpmautospec 2021-07-16 21:51:28 +02:00
Fabio Valentini
ed1d962e9e
bump to commit b90e59a; rebuilt for granite 6 soname bump and wingpanel 3 2021-02-18 22:00:51 +01:00
Fedora Release Engineering
976345be38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 23:31:33 +00:00
Fedora Release Engineering
91ac6d8eda - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 14:10:27 +00:00
Fabio Valentini
5d6d8a3978
update to version 2.7.1 2020-05-29 00:40:36 +02:00
Fabio Valentini
e87c6e6bc1
update to version 2.7.0 2020-05-09 14:21:19 +02:00
Fabio Valentini
6f3b1dbce5
update to version 2.6.0 2020-04-18 14:37:01 +02:00
Fedora Release Engineering
503a2e6775 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 03:44:58 +00:00
Fabio Valentini
85c25c87cf
update to version 2.5.0 2019-11-25 22:17:20 +01:00
Fabio Valentini
5ea9ad85e7
update to version 2.4.4 2019-08-23 15:46:23 +02:00
Fedora Release Engineering
52b75c4453 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 03:31:24 +00:00
6 changed files with 1 additions and 194 deletions

11
.gitignore vendored
View file

@ -1,11 +0,0 @@
/results_*
/*.src.rpm
/wingpanel-applications-menu-2.3.0.tar.gz
/wingpanel-applications-menu-2.4.0.tar.gz
/wingpanel-applications-menu-2.4.1.tar.gz
/wingpanel-applications-menu-2.4.2.tar.gz
/wingpanel-applications-menu-2.4.3.tar.gz
/wingpanel-applications-menu-2.4.4.tar.gz
/wingpanel-applications-menu-2.5.0.tar.gz
/wingpanel-applications-menu-2.6.0.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
remove package (temporarily) due to unresolved issues with GNOME 43

View file

@ -1,62 +0,0 @@
From f3676a5f478fd511a7e21b5343a40411c93e494a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Corentin=20No=C3=ABl?= <corentin@elementary.io>
Date: Mon, 13 Apr 2020 21:57:21 +0200
Subject: [PATCH] switchboard-plugin: Rename the plugins directory and fix type
in Applications Menu name (#363)
---
meson.build | 2 +-
src/synapse-plugins/switchboard-plugin.vala | 4 ++--
src/synapse-plugins/switchboard-plugin/plugin.vala | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/meson.build b/meson.build
index 36531343..e8703a2b 100644
--- a/meson.build
+++ b/meson.build
@@ -27,7 +27,7 @@ add_project_arguments(
language: 'c'
)
-pluginsdir = join_paths(prefix, get_option('libdir'), 'io.elementary.application-menu')
+pluginsdir = join_paths(prefix, get_option('libdir'), 'io.elementary.wingpanel.applications-menu')
add_project_arguments(
'-DPLUGINSDIR="@0@"'.format(pluginsdir),
language: 'c'
diff --git a/src/synapse-plugins/switchboard-plugin.vala b/src/synapse-plugins/switchboard-plugin.vala
index df2968ce..0c2d5512 100644
--- a/src/synapse-plugins/switchboard-plugin.vala
+++ b/src/synapse-plugins/switchboard-plugin.vala
@@ -26,7 +26,7 @@ public struct Synapse.PlugInfo {
public string[] path;
}
-[DBus (name = "io.elementary.ApplicationMenu.Switchboard")]
+[DBus (name = "io.elementary.ApplicationsMenu.Switchboard")]
public class Synapse.SwitchboardExecutablePlugin : Object {
private Synapse.PlugInfo[] plugs;
@@ -86,7 +86,7 @@ public class Synapse.SwitchboardPlugin : Object, Activatable, ItemProvider {
worker_link = new Synapse.WorkerLink ();
worker_link.on_connection_accepted.connect ((connection) => {
try {
- connection.register_object ("/io/elementary/applicationmenu", executable_plugin);
+ connection.register_object ("/io/elementary/applicationsmenu", executable_plugin);
} catch (Error e) {
critical ("%s", e.message);
}
diff --git a/src/synapse-plugins/switchboard-plugin/plugin.vala b/src/synapse-plugins/switchboard-plugin/plugin.vala
index 07e45f91..e67c78a3 100644
--- a/src/synapse-plugins/switchboard-plugin/plugin.vala
+++ b/src/synapse-plugins/switchboard-plugin/plugin.vala
@@ -37,8 +37,8 @@ public class SwitchboardPlugin : GLib.Object {
private GLib.MainLoop main_loop;
private GLib.DBusConnection connection;
- const string DBUS_INTERFACE = "io.elementary.ApplicationMenu.Switchboard";
- const string DBUS_PATH = "/io/elementary/applicationmenu";
+ const string DBUS_INTERFACE = "io.elementary.ApplicationsMenu.Switchboard";
+ const string DBUS_PATH = "/io/elementary/applicationsmenu";
construct {
main_loop = new GLib.MainLoop ();

View file

@ -1 +0,0 @@
SHA512 (wingpanel-applications-menu-2.6.0.tar.gz) = 28a1d9fb50a8edfbaed60faee1cdbe33e3db646c0431d1543b0ed003ab38281376f54df0c21a95309cb006a599e5cd5f687703e1dad3159b9646c47a0ded4427

View file

@ -1,3 +0,0 @@
# false positives
addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*")
addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*")

View file

@ -1,117 +0,0 @@
%global srcname applications-menu
%global appname io.elementary.wingpanel.applications-menu
%global __provides_exclude_from ^%{_libdir}/(wingpanel|%{appname})/.*\\.so$
Name: wingpanel-applications-menu
Summary: Lightweight and stylish app launcher
Version: 2.6.0
Release: 1%{?dist}
License: GPLv3+
URL: https://github.com/elementary/%{srcname}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
# upstream patch to fix libdir subdirectory name
Patch0: %{url}/commit/f3676a5.patch
BuildRequires: gettext
BuildRequires: libappstream-glib
BuildRequires: meson
BuildRequires: vala >= 0.32.1
BuildRequires: appstream-vala
BuildRequires: pkgconfig(appstream) >= 0.10.0
BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(granite) >= 0.5
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libgnome-menu-3.0)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(plank) >= 0.10.9
BuildRequires: pkgconfig(switchboard-2.0)
BuildRequires: pkgconfig(unity) >= 4.0.0
BuildRequires: pkgconfig(wingpanel-2.0) >= 2.1.0
BuildRequires: pkgconfig(zeitgeist-2.0)
Requires: redhat-menus
Requires: wingpanel%{?_isa}
Supplements: wingpanel%{?_isa}
Provides: slingshot-launcher = %{version}-%{release}
Obsoletes: slingshot-launcher < 2.2.0-8
%description
The lightweight and stylish app launcher from elementary.
%prep
%autosetup -n %{srcname}-%{version} -p1
%build
%meson
%meson_build
%install
%meson_install
%find_lang slingshot
%check
appstream-util validate-relax --nonet \
%{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml
%files -f slingshot.lang
%doc README.md
%license COPYING
%config(noreplace) %{_sysconfdir}/xdg/menus/pantheon-applications.menu
%{_libdir}/%{appname}/
%{_libdir}/wingpanel/libslingshot.so
%{_datadir}/glib-2.0/schemas/io.elementary.desktop.wingpanel.applications-menu.gschema.xml
%{_datadir}/metainfo/%{appname}.appdata.xml
%changelog
* Sat Apr 18 2020 Fabio Valentini <decathorpe@gmail.com> - 2.6.0-1
- Update to version 2.6.0.
* Mon Nov 25 2019 Fabio Valentini <decathorpe@gmail.com> - 2.5.0-1
- Update to version 2.5.0.
- Switch to meson build system.
* Fri Aug 23 2019 Fabio Valentini <decathorpe@gmail.com> - 2.4.4-1
- Update to version 2.4.4.
* Fri May 17 2019 Fabio Valentini <decathorpe@gmail.com> - 2.4.3-1
- Update to version 2.4.3.
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Jan 22 2019 Fabio Valentini <decathorpe@gmail.com> - 2.4.2-1
- Update to version 2.4.2.
* Sat Dec 08 2018 Fabio Valentini <decathorpe@gmail.com> - 2.4.1-1
- Update to version 2.4.1.
- Drop explicit dependency on zeitgeist.
* Tue Sep 18 2018 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
- Update to version 2.4.0.
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Jul 08 2018 Fabio Valentini <decathorpe@gmail.com> - 2.3.0-1
- Initial package renamed from slingshot-launcher.