From b931ae1ab097b6a11c0f52ff0c6d731f3ac6dfca Mon Sep 17 00:00:00 2001 From: glaulher Date: Tue, 10 Nov 2020 10:04:40 -0300 Subject: [PATCH 1/2] icewm: update to 1.9.1 --- srcpkgs/icewm/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template index ee331f65ff7..9ab23ea7c0e 100644 --- a/srcpkgs/icewm/template +++ b/srcpkgs/icewm/template @@ -1,6 +1,6 @@ # Template file for 'icewm' pkgname=icewm -version=1.9.0 +version=1.9.1 revision=1 build_style=cmake configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON @@ -12,11 +12,11 @@ makedepends="libSM-devel libXft-devel libXinerama-devel libXpm-devel libXcomposite-devel libXdamage-devel fribidi-devel" depends="shared-mime-info" short_desc="Window Manager designed for speed, usability, and consistency" -maintainer="Orphaned " +maintainer="Glaulher " license="GPL-2.0-or-later" homepage="https://ice-wm.org/" distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz" -checksum=50eaba8773930be822e17c264ef0eb639d704bf3dd592698343a2148d0f7754a +checksum=ad5391d8bfd943169be56471895fae35ab54ef205a1f49510e8f86c2d9a1aa7c # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok CXXFLAGS="-Wno-odr -fno-strict-aliasing" From 44361b76636f56ae7ef0145fbc8b1ea47159990c Mon Sep 17 00:00:00 2001 From: glaulher Date: Thu, 12 Nov 2020 11:02:49 -0300 Subject: [PATCH 2/2] i3lock: update to 2.13 --- srcpkgs/i3lock/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/i3lock/template b/srcpkgs/i3lock/template index 69c66065bda..385e00edabb 100644 --- a/srcpkgs/i3lock/template +++ b/srcpkgs/i3lock/template @@ -1,6 +1,6 @@ # Template file for 'i3lock' pkgname=i3lock -version=2.12 +version=2.13 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -12,7 +12,7 @@ maintainer="Frank Steinborn " license="MIT" homepage="https://i3wm.org/i3lock/" distfiles="https://i3wm.org/i3lock/i3lock-${version}.tar.bz2" -checksum=d0b2a1a96ce80649958b27b8d54a6069b3aec9e7ffe07d378f9c51763b56bc09 +checksum=637fe898acb324337d3ebc4fcdb2e390b082147fdc8a0cda6c19e7f395965f0b CFLAGS="-fcommon"