commit
8e3262963c
BIN
xfce4-statusnotifier-plugin-0.2.2.tar.bz2
Normal file
BIN
xfce4-statusnotifier-plugin-0.2.2.tar.bz2
Normal file
Binary file not shown.
60
xfce4-statusnotifier-plugin.spec
Normal file
60
xfce4-statusnotifier-plugin.spec
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
Name: xfce4-statusnotifier-plugin
|
||||||
|
Version: 0.2.2
|
||||||
|
Release: 1
|
||||||
|
Summary: Panel area status notifier plugin for Xfce4
|
||||||
|
License: LGPLv3
|
||||||
|
#Group: Development/Libraries
|
||||||
|
URL: http://www.xfce.org/
|
||||||
|
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.2/%{name}-%{version}.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
#BuildArch: noarch
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: gtk3-devel
|
||||||
|
BuildRequires: libdbusmenu-gtk3-devel
|
||||||
|
BuildRequires: libxfce4util-devel
|
||||||
|
BuildRequires: libxfce4ui-devel
|
||||||
|
BuildRequires: xfce4-panel-devel
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: xfce4-dev-tools
|
||||||
|
|
||||||
|
%description
|
||||||
|
This plugin provides a panel area for status notifier items (application
|
||||||
|
indicators). Applications may use these items to display their status and
|
||||||
|
interact with user. This technology is a modern alternative to systray and
|
||||||
|
has the freedesktop.org specification.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
# remove la file
|
||||||
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
|
# make sure debuginfo is generated properly
|
||||||
|
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%license COPYING
|
||||||
|
%doc AUTHORS NEWS README
|
||||||
|
%{_libdir}/xfce4/panel/plugins/libstatusnotifier.*
|
||||||
|
%{_datadir}/xfce4/panel/plugins/statusnotifier.desktop
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/xfce4-statusnotifier-plugin.png
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/xfce4-statusnotifier-plugin.svg
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.2.2-1
|
||||||
|
- Init package
|
||||||
Loading…
x
Reference in New Issue
Block a user