diff --git a/icewm-1.6.2-CMakeLists-fix-install.patch b/icewm-1.6.2-CMakeLists-fix-install.patch new file mode 100644 index 0000000..36f27ea --- /dev/null +++ b/icewm-1.6.2-CMakeLists-fix-install.patch @@ -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}") diff --git a/icewm.spec b/icewm.spec index 587a049..78f295b 100644 --- a/icewm.spec +++ b/icewm.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: icewm -Version: 1.6.1 +Version: 1.6.2 Release: 1mamba Summary: A window manager for the X Window System 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 Patch0: icewm-1.3.7-buildfix-deprecated.patch Patch1: icewm-1.3.7-gcc-4.7.patch +Patch2: icewm-1.6.2-CMakeLists-fix-install.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -39,6 +40,7 @@ IceWM is a window manager for the X Window System. %setup -q #%patch0 -p1 #%patch1 -p1 +%patch2 -p1 %build %cmake -d build @@ -49,6 +51,8 @@ IceWM is a window manager for the X Window System. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build +install lib/IceWM.jpg %{buildroot}%{_datadir}/%{name}/IceWM.jpg + %find_lang %{name} %clean @@ -71,6 +75,9 @@ IceWM is a window manager for the X Window System. #BUGS CHANGES COPYING README README.wm-session TODO %changelog +* Sun Oct 27 2019 Automatic Build System 1.6.2-1mamba +- automatic version update by autodist + * Wed Aug 28 2019 Automatic Build System 1.6.1-1mamba - automatic version update by autodist