mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
wmutils-core: update to 1.7.
This commit is contained in:
parent
b0880912ee
commit
760fe5cec5
2 changed files with 15 additions and 3 deletions
12
srcpkgs/wmutils-core/patches/install-pdw-manpage.patch
Normal file
12
srcpkgs/wmutils-core/patches/install-pdw-manpage.patch
Normal file
|
@ -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 \
|
|
@ -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 <orphan@voidlinux.org>"
|
||||
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue