Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
a3e2e551f6 !8 [sync] PR-6: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 11:04:30 +00:00
cherry530
9fe9431791 remove unuse files
(cherry picked from commit 55c22e725816b86b5cc7a8f323adfd996b6a1686)
2021-12-03 18:08:07 +08:00
openeuler-ci-bot
661ecfabf3 !7 [sync] PR-5: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:51:10 +00:00
cherry530
db0721aefd Package init
(cherry picked from commit 6b1556f643ea21a5975db9f53381a121d21899ae)
2021-12-03 17:08:25 +08:00
openeuler-ci-bot
39ed66fd5f !4 upgrade to 0.8.10 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-24 07:09:43 +00:00
linz
f8e8f5236a upgrade to 0.8.10 for xfce 4.16 2021-06-24 14:48:40 +08:00
openeuler-ci-bot
5c387cc74d !3 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 12:48:49 +08:00
张琳
c2fd8a0d35 update xfce4-terminal.yaml. 2020-11-30 12:42:34 +08:00
zhang__3125
87b6bf1527 20201127 add yaml file 2020-11-27 13:01:45 +08:00
openeuler-ci-bot
7da59b56a2 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 12:36:23 +08:00
dillon chen
bc841007d8 Init package 2020-07-17 19:20:40 +08:00
3 changed files with 69 additions and 0 deletions

Binary file not shown.

65
xfce4-terminal.spec Normal file
View File

@ -0,0 +1,65 @@
%global xfceversion 4.14
Name: xfce4-terminal
Version: 0.8.9.2
Release: 1
Summary: Terminal Emulator for the Xfce Desktop environment
License: GPLv2+
#Group: Development/Libraries
URL: http://docs.xfce.org/apps/terminal/start
Source0: http://archive.xfce.org/src/apps/xfce4-terminal/0.8/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: vte291-devel >= 0.38
BuildRequires: gtk3-devel >= 3.14.0
BuildRequires: glib2-devel >= 2.26.0
BuildRequires: intltool
BuildRequires: desktop-file-utils
BuildRequires: libxfce4ui-devel >= %{xfceversion}
Requires: dejavu-sans-mono-fonts
Provides: Terminal = %{version}-%{release}
%description
Xfce4-terminal is a lightweight and easy to use terminal emulator application
with many advanced features including drop down, tabs, unlimited scrolling,
full colors, fonts, transparent backgrounds, and more.
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
%find_lang %{name}
desktop-file-install \
--delete-original \
--add-category="GTK" \
--dir=%{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
--delete-original \
--add-category="GTK" \
--dir=%{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}-settings.desktop
%ldconfig_scriptlets
%files -f %{name}.lang
%license COPYING
%doc README ChangeLog NEWS AUTHORS HACKING THANKS
%{_bindir}/xfce4-terminal
%{_datadir}/xfce4/terminal
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-settings.desktop
%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml
%{_mandir}/man1/xfce4-terminal.1.*
%changelog
* Fri Jul 17 2020 <dillon.chen@turbolinux.com.cn> - 0.8.9.2-1
- Init package

4
xfce4-terminal.yaml Normal file
View File

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