- Update to version 0.3.0.
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/brisk-menu?expand=0&rev=5
This commit is contained in:
parent
227c4db4b0
commit
49d1f6b985
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c03d61c8f674ffa86a8f2fb98ad3735d605cd4b4a2c0c014119357b967cafab
|
|
||||||
size 250276
|
|
3
brisk-menu-0.3.0.tar.xz
Normal file
3
brisk-menu-0.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:376d7df2ce221fb49280d07c00f66178f98c2261b5fafb2a17715fad4d572109
|
||||||
|
size 268912
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 11:25:42 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 0.3.0:
|
||||||
|
* Fix a bug with a terminal + applications opening in the root
|
||||||
|
directory.
|
||||||
|
* Fix duplicate results in the search bar.
|
||||||
|
* Fix missing icons in listing.
|
||||||
|
* Fix searching to be case insensitive.
|
||||||
|
* Provide compiler hints to hot paths within Brisk.
|
||||||
|
* Add basic keyword filtering (i.e. video for VLC).
|
||||||
|
* Enable internationalisation.
|
||||||
|
* Fully reset the menu state & focus between appearances.
|
||||||
|
* Add GSettings support for search bar placement (top, bottom,
|
||||||
|
automatic).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 1 14:21:12 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 0.2.0:
|
||||||
|
* Initial GSettings support.
|
||||||
|
* Load sidebar shortcuts according to the vendor schema
|
||||||
|
(pinned-shortcuts).
|
||||||
|
* Add a key to control dark-theme.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 31 11:49:59 UTC 2016 - sor.alexei@meowr.ru
|
Sat Dec 31 11:49:59 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package brisk-menu
|
# spec file for package brisk-menu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: brisk-menu
|
Name: brisk-menu
|
||||||
Version: 0.1.2
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Modern, efficient menu for MATE
|
Summary: Modern, efficient menu for MATE
|
||||||
License: GPL-2.0+ and CC-BY-SA-4.0
|
License: GPL-2.0+ and CC-BY-SA-4.0
|
||||||
@ -27,14 +27,18 @@ Source: https://github.com/solus-project/brisk-menu/releases/download/v%
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
|
BuildRequires: intltool
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.18.0
|
BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.18.0
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18.0
|
||||||
BuildRequires: pkgconfig(libmate-menu) >= 1.16.0
|
BuildRequires: pkgconfig(libmate-menu) >= 1.16.0
|
||||||
BuildRequires: pkgconfig(libmatepanelapplet-4.0) >= 1.16.0
|
BuildRequires: pkgconfig(libmatepanelapplet-4.0) >= 1.16.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Modern, efficient menu for the MATE Desktop Environment.
|
Modern, efficient menu for the MATE Desktop Environment.
|
||||||
@ -42,6 +46,8 @@ Modern, efficient menu for the MATE Desktop Environment.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
|
||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
@ -49,12 +55,15 @@ make %{?_smp_mflags} V=1
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
|
%glib2_gsettings_schema_post
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -64,6 +73,10 @@ make %{?_smp_mflags} V=1
|
|||||||
%dir %{_datadir}/mate-panel/applets/
|
%dir %{_datadir}/mate-panel/applets/
|
||||||
%{_datadir}/mate-panel/applets/*brisk*.mate-panel-applet
|
%{_datadir}/mate-panel/applets/*brisk*.mate-panel-applet
|
||||||
%{_datadir}/icons/hicolor/scalable/actions/brisk*.*
|
%{_datadir}/icons/hicolor/scalable/actions/brisk*.*
|
||||||
|
%{_datadir}/glib-2.0/schemas/*%{name}.gschema.xml
|
||||||
%{_datadir}/dbus-1/services/org.mate.panel.applet.BriskMenuFactory.service
|
%{_datadir}/dbus-1/services/org.mate.panel.applet.BriskMenuFactory.service
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user