Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
f80d898247 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 10:43:34 +00:00
cherry530
0da35f6c58 remove unuse files
(cherry picked from commit 2e1d7bc18e91fe911f6337ccd4ff7f5535873e52)
2021-12-03 18:07:32 +08:00
openeuler-ci-bot
eaf0413627 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:43:42 +00:00
cherry530
fa8d259ca9 Package init
(cherry picked from commit 39d5e79534cee303c3186cbcbc411470a36692ea)
2021-12-03 17:04:41 +08:00
openeuler-ci-bot
dc938f07d7 !3 upgrade to 2.0.1 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-24 05:50:35 +00:00
linz
7d2622de8c upgrade to 2.0.1 for xfce 4.16 2021-06-24 13:45:24 +08:00
openeuler-ci-bot
1adfb51ea8 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 12:30:15 +08:00
张琳
baa0d2c33d update xfce4-verve-plugin.yaml. 2020-11-30 12:24:01 +08:00
zhang__3125
8b4f9080c3 20201127 add yaml file 2020-11-27 13:02:38 +08:00
openeuler-ci-bot
de70cc0f45 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 12:18:44 +08:00
dillon chen
4a9693882a Init package 2020-07-22 15:12:41 +08:00
3 changed files with 63 additions and 0 deletions

Binary file not shown.

59
xfce4-verve-plugin.spec Normal file
View File

@ -0,0 +1,59 @@
%global _hardened_build 1
Name: xfce4-verve-plugin
Version: 2.0.0
Release: 1
Summary: Comfortable command line plugin 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}/2.0/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: dbus-glib-devel >= 0.34
BuildRequires: exo-devel >= 0.5.0
BuildRequires: libxfce4ui-devel
BuildRequires: libxml2-devel
BuildRequires: pcre-devel >= 5.0
BuildRequires: xfce4-panel-devel
BuildRequires: gettext, intltool, perl(XML::Parser)
Requires: xfce4-panel
Provides: verve-plugin = %{version}
Provides: xfce4-minicmd-plugin = 0.4-9
%description
This plugin is like the (quite old) xfce4-minicmd-plugin, except that it ships
more cool features, such as:
* Command history
* Auto-completion (including command history)
* Open URLs and eMail addresses in your favourite applications
* Focus grabbing via D-BUS (so you can bind a shortcut to it)
* Custom input field width
%prep
%autosetup
%build
%configure --disable-static --enable-dbus
%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 COPYING ChangeLog README THANKS
%{_libdir}/xfce4/panel/plugins/libverve.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%changelog
* Wed Jul 22 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 2.0.0-1
- Init package

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

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