2016-12-31 11:50:33 +01:00
|
|
|
#
|
|
|
|
# spec file for package brisk-menu
|
|
|
|
#
|
2017-03-20 14:55:22 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2016-12-31 11:50:33 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: brisk-menu
|
2017-03-29 19:29:01 +02:00
|
|
|
Version: 0.3.5
|
2016-12-31 11:50:33 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Modern, efficient menu for MATE
|
|
|
|
License: GPL-2.0+ and CC-BY-SA-4.0
|
|
|
|
Group: System/GUI/Other
|
|
|
|
Url: https://github.com/solus-project/brisk-menu
|
|
|
|
Source: https://github.com/solus-project/brisk-menu/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
2016-12-31 12:52:40 +01:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2016-12-31 11:50:33 +01:00
|
|
|
BuildRequires: hicolor-icon-theme
|
2017-03-20 14:55:22 +01:00
|
|
|
BuildRequires: intltool
|
2016-12-31 11:50:33 +01:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.18.0
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0
|
2017-03-20 14:55:22 +01:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
2016-12-31 11:50:33 +01:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18.0
|
|
|
|
BuildRequires: pkgconfig(libmate-menu) >= 1.16.0
|
|
|
|
BuildRequires: pkgconfig(libmatepanelapplet-4.0) >= 1.16.0
|
|
|
|
BuildRequires: pkgconfig(x11)
|
2017-03-20 14:55:22 +01:00
|
|
|
Recommends: %{name}-lang
|
|
|
|
%glib2_gsettings_schema_requires
|
2016-12-31 11:50:33 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Modern, efficient menu for the MATE Desktop Environment.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
2017-03-20 14:55:22 +01:00
|
|
|
%lang_package
|
|
|
|
|
2016-12-31 11:50:33 +01:00
|
|
|
%build
|
2016-12-31 12:52:40 +01:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2016-12-31 11:50:33 +01:00
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
2017-03-20 14:55:22 +01:00
|
|
|
%find_lang %{name}
|
2016-12-31 11:50:33 +01:00
|
|
|
|
|
|
|
%post
|
|
|
|
%icon_theme_cache_post
|
2017-03-20 14:55:22 +01:00
|
|
|
%glib2_gsettings_schema_post
|
2016-12-31 11:50:33 +01:00
|
|
|
|
|
|
|
%postun
|
|
|
|
%icon_theme_cache_postun
|
2017-03-20 14:55:22 +01:00
|
|
|
%glib2_gsettings_schema_postun
|
2016-12-31 11:50:33 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc LICENSE*
|
|
|
|
%{_libexecdir}/brisk-menu
|
|
|
|
%dir %{_datadir}/mate-panel/
|
|
|
|
%dir %{_datadir}/mate-panel/applets/
|
|
|
|
%{_datadir}/mate-panel/applets/*brisk*.mate-panel-applet
|
|
|
|
%{_datadir}/icons/hicolor/scalable/actions/brisk*.*
|
2017-03-20 14:55:22 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/*%{name}.gschema.xml
|
2016-12-31 11:50:33 +01:00
|
|
|
%{_datadir}/dbus-1/services/org.mate.panel.applet.BriskMenuFactory.service
|
|
|
|
|
2017-03-20 14:55:22 +01:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
2016-12-31 11:50:33 +01:00
|
|
|
%changelog
|