commit 65ec31d829c9ad7198705567094ad23d0b3b8b55c1d960e9626f104b19ef21b1 Author: Alexei Sorokin Date: Sat Dec 31 10:50:33 2016 +0000 OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/brisk-menu?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/brisk-menu-0.1.1.tar.xz b/brisk-menu-0.1.1.tar.xz new file mode 100644 index 0000000..658b1ca --- /dev/null +++ b/brisk-menu-0.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3be40d5d48b1d597b158c068137f9f39f35ff5c1c861d78ff213f7b04ccf1f2 +size 249900 diff --git a/brisk-menu.changes b/brisk-menu.changes new file mode 100644 index 0000000..7f7b010 --- /dev/null +++ b/brisk-menu.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat Dec 31 10:39:18 UTC 2016 - sor.alexei@meowr.ru + +- Initial package. diff --git a/brisk-menu.spec b/brisk-menu.spec new file mode 100644 index 0000000..a22344e --- /dev/null +++ b/brisk-menu.spec @@ -0,0 +1,66 @@ +# +# spec file for package brisk-menu +# +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# +# 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 +Version: 0.1.1 +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 +BuildRequires: hicolor-icon-theme +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.18.0 +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0 +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) + +%description +Modern, efficient menu for the MATE Desktop Environment. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} V=1 + +%install +%make_install + +%post +%icon_theme_cache_post + +%postun +%icon_theme_cache_postun + +%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*.* +%{_datadir}/dbus-1/services/org.mate.panel.applet.BriskMenuFactory.service + +%changelog