Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
5dd347d638 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 10:44:25 +00:00
cherry530
33770c891c remove unuse files
(cherry picked from commit 541bf58788c257b95160ba66c06aa7104822349c)
2021-12-03 18:06:57 +08:00
openeuler-ci-bot
3d40ff7a88 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:45:21 +00:00
cherry530
d718acdd43 Package init
(cherry picked from commit 549c21069d225d674dcd691a688af23ae88b224a)
2021-12-03 17:00:32 +08:00
openeuler-ci-bot
5d01724893 !3 upgrade to 2.5.3 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-24 04:44:51 +00:00
linz
bcd82c7d6f upgrade to 2.5.3 for xfce 4.16 2021-06-24 12:18:57 +08:00
openeuler-ci-bot
54bf59229d !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 12:28:43 +08:00
张琳
8762a7f2a1 update xfce4-whiskermenu-plugin.yaml. 2020-11-30 12:14:57 +08:00
zhang__3125
5fa1f1fb68 20201127 add yaml file 2020-11-27 13:03:04 +08:00
openeuler-ci-bot
9781f97b18 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 12:03:21 +08:00
dillon chen
73cacf5a2e Init package 2020-07-26 17:08:21 +08:00
3 changed files with 65 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,61 @@
Name: xfce4-whiskermenu-plugin
Version: 2.4.6
Release: 1
Summary: Alternate menu plugin for the Xfce
License: GPLv2+
#Group: Development/Libraries
URL: http://gottcode.org/xfce4-whiskermenu-plugin/
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/2.4/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: gettext
BuildRequires: exo-devel
BuildRequires: garcon-devel
BuildRequires: libxfce4ui-devel
BuildRequires: libxfce4util-devel
BuildRequires: xfce4-panel-devel
Requires: xfce4-panel
Requires: hicolor-icon-theme
%description
Whisker Menu is an alternate application launcher for Xfce. When you open it
you are shown a list of applications you have marked as favorites. You can
browse through all of your installed applications by clicking on the category
buttons on the side. Top level categories make browsing fast, and simple to
switch between. Additionally, Whisker Menu keeps a list of the last ten
applications that you've launched from it.
%prep
%setup -q
%build
mkdir build && pushd build
%cmake ..
%make_build
popd
%install
pushd build
%make_install
popd
%find_lang %{name}
%ldconfig_scriptlets
%files -f %{name}.lang
%license COPYING
%doc README NEWS
%{_bindir}/xfce4-popup-whiskermenu
%{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
# Type=X-XFCE-PanelPlugin is a valid extension of freedesktop.org specs, but
# desktop-file-utils refuse to install or verify these files
%{_datadir}/xfce4/panel/plugins/whiskermenu.desktop
%{_datadir}/icons/hicolor/*/apps/xfce4-whiskermenu.*g
%{_mandir}/man1/xfce4-popup-whiskermenu.1*
%changelog
* Mon Jul 27 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 2.4.6-1
- Init package

View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://github.com/gottcode/xfce4-whiskermenu-plugin.git
tag_prefix: "xfce4-whiskermenu-plugin-"
seperator: "."