Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
024d16f1ba !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 11:05:33 +00:00
cherry530
e7b323c816 remove unuse files
(cherry picked from commit b4e838993e3900986a48b995b8e9ed5586664bf0)
2021-12-03 18:10:09 +08:00
openeuler-ci-bot
4c2a3c9145 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:56:49 +00:00
cherry530
b1a3fc5c15 Package init
(cherry picked from commit c3329eed05f99d484e0ad5843a27d6eeefd80808)
2021-12-03 17:23:48 +08:00
openeuler-ci-bot
69400da09c !3 upgrade to 1.1.5 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-25 04:25:27 +00:00
zhang__3125
1a9e22c6ea upgrade to 1.1.5 for xfce 4.16 2021-06-25 12:18:31 +08:00
openeuler-ci-bot
8246e9a4f5 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 16:35:05 +08:00
张琳
611611925c update xfce4-mount-plugin.yaml. 2020-11-30 16:26:06 +08:00
zhang__3125
c5f556e9e4 20201127 add yaml file 2020-11-27 12:59:03 +08:00
openeuler-ci-bot
d2da9aa4b8 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 07:30:20 +08:00
dillon chen
2b48997b23 Init package 2020-07-15 19:09:08 +08:00
3 changed files with 55 additions and 0 deletions

Binary file not shown.

51
xfce4-mount-plugin.spec Normal file
View File

@ -0,0 +1,51 @@
%global xfceversion 4.14
%global _hardened_build 1
Name: xfce4-mount-plugin
Version: 1.1.3
Release: 1
Summary: Mount/unmount utility for the Xfce panel
License: GPLv2+
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.1/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: gettext
BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion}
%description
This plugin displays a list of the various devices available, giving the opportunity to mount/umount them.
%prep
%autosetup
%build
%configure --disable-static
%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}
%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%license COPYING
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/icons/hicolor/*/*/*
%changelog
* Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 1.1.3-1
- Init package

4
xfce4-mount-plugin.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.xfce.org/panel-plugins/xfce4-mount-plugin.git
tag_prefix: "xfce4-mount-plugin-"
seperator: "."