mat2: update to 0.13.5.
This commit is contained in:
parent
b37d010580
commit
fba0bfb06a
@ -1,25 +0,0 @@
|
||||
From a3081bce47bc475a7afaa25e834e8afe399dc350 Mon Sep 17 00:00:00 2001
|
||||
From: Rui Chen <rui@chenrui.dev>
|
||||
Date: Wed, 2 Aug 2023 23:17:49 +0000
|
||||
Subject: [PATCH] setup: use share/man/man1 for man1
|
||||
|
||||
---
|
||||
setup.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 356ca4b..bbdf1d9 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -20,7 +20,7 @@ setuptools.setup(
|
||||
'pycairo',
|
||||
],
|
||||
packages=setuptools.find_packages(exclude=('tests', )),
|
||||
- data_files = [('man/man1', ['doc/mat2.1'])],
|
||||
+ data_files = [('share/man/man1', ['doc/mat2.1'])],
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Environment :: Console",
|
||||
--
|
||||
2.42.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'mat2'
|
||||
pkgname=mat2
|
||||
version=0.13.4
|
||||
revision=3
|
||||
version=0.13.5
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="bubblewrap python3-cairo python3-gobject python3-mutagen poppler-glib
|
||||
@ -12,7 +12,7 @@ license="LGPL-3.0-or-later"
|
||||
homepage="https://0xacab.org/jvoisin/mat2"
|
||||
changelog="https://0xacab.org/jvoisin/mat2/-/raw/master/CHANGELOG.md"
|
||||
distfiles="https://0xacab.org/jvoisin/mat2/-/archive/${version}/mat2-${version}.tar.gz"
|
||||
checksum=dbd30f33edd9b99042b3d9ec2b5e7e9c9a08bba4318bcf3fa63be8854cc871db
|
||||
checksum=5bae060e27bf169daaf1cff2340e49f421e53e70473e1550907b60d5fb8c50e3
|
||||
make_check=no # cannot bwrap in chroot
|
||||
|
||||
post_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user