Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
3f7cb05731 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 10:44:56 +00:00
cherry530
0eacd67043 remove unuse files
(cherry picked from commit 0cc03bf1201482dc98ccaef26db641a86d40929f)
2021-12-03 18:06:31 +08:00
openeuler-ci-bot
5d960dd355 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:46:29 +00:00
cherry530
7730580d55 Package init
(cherry picked from commit e8c0548f58152455cee273a3448ce927d9015065)
2021-12-03 16:46:48 +08:00
openeuler-ci-bot
2f02d86fc4 !3 upgrade to 4.16.0 for xfce 4.16
From: @zhang__3125
Reviewed-by: 
Signed-off-by:
2021-06-17 14:21:47 +00:00
linz
4b340c5a1d upgrade to 4.16.0 for xfce 4.16 2021-06-16 11:59:12 +08:00
openeuler-ci-bot
1a1a81280e !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-12-01 11:52:14 +08:00
张琳
64af1e233d update xfwm4.yaml. 2020-12-01 11:40:27 +08:00
zhang__3125
b9c8930f9f 20201127 add yaml file 2020-11-27 13:46:37 +08:00
openeuler-ci-bot
4ff12ceeaa !1 Init package
Merge pull request !1 from 陈棋德/master
2020-07-31 19:49:55 +08:00
dillon chen
8c0cc4e285 Init package 2020-07-12 16:04:52 +08:00
3 changed files with 66 additions and 0 deletions

BIN
xfwm4-4.14.2.tar.bz2 Normal file

Binary file not shown.

62
xfwm4.spec Normal file
View File

@ -0,0 +1,62 @@
%global xfceversion 4.14
Name: xfwm4
Version: 4.14.2
Release: 2
Summary: Window Manager for the Xfce Desktop Environment
#Group: Development/Libraries
License: GPLv2+
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: libxfce4ui-devel >= %{xfceversion}
BuildRequires: libXext-devel
BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel
BuildRequires: startup-notification-devel >= 0.5
BuildRequires: libwnck3-devel >= 3.14
BuildRequires: xfconf-devel >= %{xfceversion}
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: intltool
Provides: firstboot(windowmanager) = xfwm4
%description
The window manager is responsible for the placement of windows on the screen,
provides the window decorations and allows them to be moved, resized or closed.
%prep
%autosetup -p1
%build
%configure --disable-static
%make_build
%install
%make_install
%find_lang %{name}
for file in %{buildroot}/%{_datadir}/applications/*.desktop; do
desktop-file-validate $file
done
%files -f %{name}.lang
%license COPYING
%doc example.gtkrc-2.0 README TODO AUTHORS COMPOSITOR
%{_bindir}/xfwm4
%{_bindir}/xfwm4-settings
%{_bindir}/xfwm4-tweaks-settings
%{_bindir}/xfwm4-workspace-settings
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/xfwm4
%{_datadir}/themes/*
%dir %{_libdir}/xfce4/xfwm4/
%{_libdir}/xfce4/xfwm4/helper-dialog
%changelog
* Sun Jul 12 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.2-1
- Init package

4
xfwm4.yaml Normal file
View File

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