From 3a5d062737be24b4e9de3c284c1d6c9529b838b2 Mon Sep 17 00:00:00 2001 From: hazen2215 Date: Wed, 6 Mar 2024 22:41:54 +0900 Subject: [PATCH] wmutils-core: update to 1.7. --- .../wmutils-core/patches/install-pdw-manpage.patch | 12 ++++++++++++ srcpkgs/wmutils-core/template | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/wmutils-core/patches/install-pdw-manpage.patch diff --git a/srcpkgs/wmutils-core/patches/install-pdw-manpage.patch b/srcpkgs/wmutils-core/patches/install-pdw-manpage.patch new file mode 100644 index 00000000000000..f7c83ee23fc52b --- /dev/null +++ b/srcpkgs/wmutils-core/patches/install-pdw-manpage.patch @@ -0,0 +1,12 @@ +diff --git a/man/Makefile b/man/Makefile +index 48d65e5..7bd6b2f 100644 +--- a/man/Makefile ++++ b/man/Makefile +@@ -2,6 +2,7 @@ include ../config.mk + + MAN = \ + pfw.1 \ ++ pdw.1 \ + lsw.1 \ + mapw.1 \ + killw.1 \ diff --git a/srcpkgs/wmutils-core/template b/srcpkgs/wmutils-core/template index 3aa9aa7e0be41f..10b683b260ada1 100644 --- a/srcpkgs/wmutils-core/template +++ b/srcpkgs/wmutils-core/template @@ -1,6 +1,6 @@ # Template file for 'wmutils-core' pkgname=wmutils-core -version=1.5 +version=1.7 revision=1 build_style=gnu-makefile make_use_env=yes @@ -9,8 +9,8 @@ short_desc="Set of window manipulation tools" maintainer="Orphaned " license="ISC" homepage="https://github.com/wmutils/core" -distfiles="https://github.com/${pkgname%-*}/core/archive/v${version}.tar.gz" -checksum=72af22ea52bc343bf90a6603ae3e169ed3c15f64635fa42507cc662ab04a6372 +distfiles="https://github.com/wmutils/core/archive/v${version}.tar.gz" +checksum=f57da66f7da7752b1b76030b1dfdfcc0b5483f6e6d9b6ff52c6a5bb3c2af1659 conflicts="lsw" post_extract() {