Projects
home:vovochka404
deadbeef-plugin-statusnotifier
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
deadbeef-plugin-statusnotifier.spec
Added
@@ -0,0 +1,63 @@ +# +# spec file for package deadbeef-plugin-statusnotifier +# +# Copyright (c) 2016 Perepechin Vladimir <vovochka13@gmail.com> +# +# 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/ +# + + +%define _name deadbeef-statusnotifier-plugin +Name: deadbeef-plugin-statusnotifier +Version: 1.2 +Release: 0 +Summary: Alternative tray icon for Plasma 5 DE. +License: GPL-3.0+ +Group: Productivity/Multimedia/Sound/Players +Url: https://github.com/vovochka404/deadbeef-statusnotifier-plugin +#Source0: https://github.com/vovochka404/deadbeef-statusnotifier-plugin/archive/v%{version}.tar.gz +Source0: %{_name}-%{version}.tar.gz +BuildRequires: cmake +BuildRequires: deadbeef-devel >= 0.6.2 +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gdk-x11-3.0) +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(dbusmenu-glib-0.4) +Requires: deadbeef >= 0.6.2 +Obsoletes: %{_name} <= %{version} +Provides: %{_name} = %{version} + +%description +This plugin aims to implement the StatusNotifierItem D-Bus interface for +DeaDBeeF for more comfortable tray icon in Plasma 5 desktop or any other DEs, +that supports StatusSotifier protocol. + +%prep +%setup -q -n %{_name}-%{version} + +%build +mkdir build && cd build +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_lib} -DUSE_GTK=OFF .. +make %{?_smp_mflags} + +%install +cd build +%make_install + + +%files +%defattr(-,root,root) +%{_libdir}/deadbeef/ + +%changelog +* Fri Feb 05 2016 vovochka13@gmail.com +- Initial package.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.