From d3506f9d3f4cce8554d9021d79f197d26847e522 Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Sat, 15 Jun 2024 11:50:23 +0000 Subject: [PATCH] Update modification date for patches --- debian/patches/001-use-bash-in-makefile.patch | 2 +- debian/patches/002-use-system-udis86.patch | 2 +- debian/patches/003-use-system-hyprland-protocols.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/001-use-bash-in-makefile.patch b/debian/patches/001-use-bash-in-makefile.patch index e73893b..c927ff4 100644 --- a/debian/patches/001-use-bash-in-makefile.patch +++ b/debian/patches/001-use-bash-in-makefile.patch @@ -4,7 +4,7 @@ Description: Ensure make uses bash as its shell dash. And dash does not support such constructs. So have make use /bin/bash as its shell. Author: Alan M Varghese -Last-Update: 2024-03-01 +Last-Update: 2024-06-15 Forwarded: not-needed --- a/Makefile +++ b/Makefile diff --git a/debian/patches/002-use-system-udis86.patch b/debian/patches/002-use-system-udis86.patch index 66e45f8..4040bf6 100644 --- a/debian/patches/002-use-system-udis86.patch +++ b/debian/patches/002-use-system-udis86.patch @@ -3,7 +3,7 @@ Description: Use system version of udis86 which the binaries are built. We will instead build against the Debian version of the library. Author: Alan M Varghese -Last-Update: 2024-02-02 +Last-Update: 2024-05-15 Forwarded: not-needed --- a/CMakeLists.txt diff --git a/debian/patches/003-use-system-hyprland-protocols.patch b/debian/patches/003-use-system-hyprland-protocols.patch index 544640e..bc3ddb8 100644 --- a/debian/patches/003-use-system-hyprland-protocols.patch +++ b/debian/patches/003-use-system-hyprland-protocols.patch @@ -2,7 +2,7 @@ Description: Use system version of hyprland-protocols Hyprland sources include a copy of hyprland-protocols. We will, instead, use the system version of this package. Author: Alan M Varghese -Last-Update: 2024-02-02 +Last-Update: 2024-06-15 Forwarded: not-needed --- a/CMakeLists.txt +++ b/CMakeLists.txt