!5 [sync] PR-4: Init Package for xfce 4.14
From: @openeuler-sync-bot Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
ffbebeacff
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.
Binary file not shown.
@ -1,14 +1,13 @@
|
|||||||
%global minorversion 0.2
|
|
||||||
|
|
||||||
Name: xfce4-statusnotifier-plugin
|
Name: xfce4-statusnotifier-plugin
|
||||||
Version: 0.2.3
|
Version: 0.2.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Panel area status notifier plugin for Xfce4
|
Summary: Panel area status notifier plugin for Xfce4
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
|
#Group: Development/Libraries
|
||||||
URL: http://www.xfce.org/
|
URL: http://www.xfce.org/
|
||||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
|
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.2/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
#BuildArch: noarch
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
@ -38,23 +37,24 @@ has the freedesktop.org specification.
|
|||||||
|
|
||||||
# remove la file
|
# remove la file
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
if [ ! -d %{buildroot}/%{_libdir} ]; then
|
|
||||||
mv %{buildroot}/usr/lib %{buildroot}/%{_libdir}
|
# make sure debuginfo is generated properly
|
||||||
fi
|
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%{_libdir}/xfce4/panel/plugins/libstatusnotifier.*
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS
|
%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.png
|
||||||
%{_datadir}/icons/hicolor/*/apps/xfce4-statusnotifier-plugin.svg
|
%{_datadir}/icons/hicolor/*/apps/xfce4-statusnotifier-plugin.svg
|
||||||
%{_datadir}/xfce4/panel/plugins/statusnotifier.desktop
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.2.3-1
|
|
||||||
- Update to 0.2.3
|
|
||||||
|
|
||||||
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.2.2-1
|
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.2.2-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user