Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f85403709b | ||
|
|
fa25013ba7 | ||
|
|
b55695eaf6 | ||
|
|
2a49826b6e | ||
|
|
39209e67e4 |
3 changed files with 13 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -19,3 +19,5 @@ xfwm4-4.6.2.tar.bz2
|
|||
/xfwm4-4.13.3.tar.bz2
|
||||
/xfwm4-4.13.4.tar.bz2
|
||||
/xfwm4-4.14.0.tar.bz2
|
||||
/xfwm4-4.14.2.tar.bz2
|
||||
/xfwm4-4.16.1.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfwm4-4.14.0.tar.bz2) = 27261b08b53ba7e70db547db81775154c2f4285ab0f1f8336bd9ef0aeacb3ab705ae8ac5b05f9ac23de550a9065e76487dc93a99e553549bff1c25ceb5216939
|
||||
SHA512 (xfwm4-4.16.1.tar.bz2) = f0d5d00e58202457d0d7d5f9772e7b2aa3f3339850065609baab7d379248a628d147464cc605698970134b87d58b7867b8c09d0a3a45ab84b2f3aa95be26f0b9
|
||||
|
|
|
|||
13
xfwm4.spec
13
xfwm4.spec
|
|
@ -1,7 +1,7 @@
|
|||
%global xfceversion 4.14
|
||||
%global xfceversion 4.16
|
||||
|
||||
Name: xfwm4
|
||||
Version: 4.14.0
|
||||
Version: 4.16.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Next generation window manager for Xfce
|
||||
|
||||
|
|
@ -10,6 +10,7 @@ URL: http://www.xfce.org/
|
|||
#VCS git:git://git.xfce.org/xfce/xfwm4
|
||||
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||
BuildRequires: libXext-devel
|
||||
|
|
@ -50,7 +51,7 @@ done
|
|||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc example.gtkrc-2.0 README TODO AUTHORS COMPOSITOR
|
||||
%doc example.gtkrc-2.0 TODO AUTHORS COMPOSITOR
|
||||
%{_bindir}/xfwm4
|
||||
%{_bindir}/xfwm4-settings
|
||||
%{_bindir}/xfwm4-tweaks-settings
|
||||
|
|
@ -64,6 +65,12 @@ done
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 31 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 4.16.1-1
|
||||
- Update to 4.16.1
|
||||
|
||||
* Fri May 29 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 4.14.2-1
|
||||
- Update to 4.14.2
|
||||
|
||||
* Mon Aug 12 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 4.14.0-1
|
||||
- Update to 4.14.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue