automatic version update by autodist [release 1.6.2-1mamba;Sun Oct 27 2019]
This commit is contained in:
parent
aa97bf8886
commit
0cb7ca30f1
11
icewm-1.6.2-CMakeLists-fix-install.patch
Normal file
11
icewm-1.6.2-CMakeLists-fix-install.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- icewm-1.6.2/lib/CMakeLists.txt.orig 2019-10-26 16:51:05.522000000 +0200
|
||||||
|
+++ icewm-1.6.2/lib/CMakeLists.txt 2019-10-26 16:52:20.930000000 +0200
|
||||||
|
@@ -7,7 +7,7 @@
|
||||||
|
set(themesList CrystalBlue Helix Infadel2 NanoBlue
|
||||||
|
default icedesert metal2 motif win95)
|
||||||
|
|
||||||
|
-foreach(_src keys menu programs toolbar winoptions IceWM.jpg)
|
||||||
|
+foreach(_src keys menu programs toolbar winoptions)
|
||||||
|
set(_pre "${CMAKE_CURRENT_SOURCE_DIR}/${_src}.in")
|
||||||
|
if(EXISTS "${_pre}")
|
||||||
|
CONFIGURE_FILE("${_pre}" "${CMAKE_CURRENT_BINARY_DIR}/${_src}")
|
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: icewm
|
Name: icewm
|
||||||
Version: 1.6.1
|
Version: 1.6.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A window manager for the X Window System
|
Summary: A window manager for the X Window System
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
@ -12,6 +12,7 @@ Source: https://github.com/bbidulock/icewm.git/%{version}/icewm-%{version
|
|||||||
#Source: http://downloads.sourceforge.net/project/icewm/icewm-%{majver}/%{version}/%{name}-%{version}.tar.gz
|
#Source: http://downloads.sourceforge.net/project/icewm/icewm-%{majver}/%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch0: icewm-1.3.7-buildfix-deprecated.patch
|
Patch0: icewm-1.3.7-buildfix-deprecated.patch
|
||||||
Patch1: icewm-1.3.7-gcc-4.7.patch
|
Patch1: icewm-1.3.7-gcc-4.7.patch
|
||||||
|
Patch2: icewm-1.6.2-CMakeLists-fix-install.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -39,6 +40,7 @@ IceWM is a window manager for the X Window System.
|
|||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
@ -49,6 +51,8 @@ IceWM is a window manager for the X Window System.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
install lib/IceWM.jpg %{buildroot}%{_datadir}/%{name}/IceWM.jpg
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -71,6 +75,9 @@ IceWM is a window manager for the X Window System.
|
|||||||
#BUGS CHANGES COPYING README README.wm-session TODO
|
#BUGS CHANGES COPYING README README.wm-session TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
|
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user