Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
9cdfce670d !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-12-03 10:22:46 +00:00
cherry530
f505b138fe remove unuse files
(cherry picked from commit 15ade0fc0e05e15a1b7d97bad1428774477765cc)
2021-12-03 18:01:49 +08:00
openeuler-ci-bot
de9334f753 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-12-03 09:50:32 +00:00
cherry530
bb0856c8a4 Package init
(cherry picked from commit 17eb5943001d35ff3277d471a402b4d9c39967e1)
2021-12-03 17:12:48 +08:00
openeuler-ci-bot
94f5fe9956 !3 upgrade to 4.16.0 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by:
2021-06-17 14:26:45 +00:00
linz
f7753c2e89 upgrade to 4.16.0 for xfce 4.16 2021-06-15 19:10:42 +08:00
openeuler-ci-bot
a28a46ea49 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-12-01 12:31:17 +08:00
张琳
d19040703b update xfce4-appfinder.yaml. 2020-11-27 14:28:52 +08:00
zhang__3125
031355dd01 20201127 add yaml file 2020-11-27 13:45:26 +08:00
openeuler-ci-bot
4b2e314ac0 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-07-31 19:25:03 +08:00
dillon chen
96f67af567 Init package 2020-07-12 11:29:17 +08:00
3 changed files with 65 additions and 0 deletions

Binary file not shown.

61
xfce4-appfinder.spec Normal file
View File

@ -0,0 +1,61 @@
%global xfceversion 4.14
Name: xfce4-appfinder
Version: 4.14.0
Release: 2
Summary: Application finder for the Xfce4 desktop environment
License: GPLv2+
#Group: Development/Libraries
URL: http://www.xfce.org/
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: pkgconfig(dbus-glib-1) >= 0.84
BuildRequires: pkgconfig(garcon-1) >= 0.1.7
BuildRequires: pkgconfig(libxfce4ui-1) >= %{xfceversion}
BuildRequires: pkgconfig(libxfconf-0) >= %{xfceversion}
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: libappstream-glib
BuildRequires: startup-notification-devel
%description
xfce-appfinder will search for installed applications on your system. It can also be used
to browse installed applications by category, run them or edit their launchers.
xfce4-appfinder can also be used with a shortcut command to quickly run applications,
and also supports custom prefixes to execute custom commands on provided paramers.
%prep
%setup -q
# fix icon problems - GTK-3.10+
sed -i 's/gtk-find/edit-find/g' data/xfce4-appfinder.desktop.in
sed -i 's/gtk-execute/system-run/g' data/xfce4-run.desktop.in
%build
%configure
%make_build
%install
%make_install
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/xfce4-run.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.xfce.%{name}.appdata.xml
%find_lang %{name}
%files -f %{name}.lang
%license COPYING
%doc README TODO ChangeLog AUTHORS
%{_bindir}/xfce4-appfinder
%{_bindir}/xfrun4
%{_datadir}/applications/xfce4-*.desktop
%{_metainfodir}/org.xfce.%{name}.appdata.xml
%changelog
* Sun Jul 12 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.0-1
- Init package

4
xfce4-appfinder.yaml Normal file
View File

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