mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
mat2: update to 0.13.4.
This commit is contained in:
parent
ddcf4d2aa0
commit
bee6320a1b
3 changed files with 28 additions and 26 deletions
|
@ -1,23 +0,0 @@
|
|||
From ed0ffa5693b6d710b19a9101d6cb0625f8b6f1fc Mon Sep 17 00:00:00 2001
|
||||
From: Rui Chen <rui@chenrui.dev>
|
||||
Date: Fri, 24 Feb 2023 09:12:06 +0000
|
||||
Subject: [PATCH] Update `pyproject.toml` to include `version`
|
||||
|
||||
---
|
||||
pyproject.toml | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index 0125edf..4956b85 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -1,5 +1,6 @@
|
||||
[project]
|
||||
name = "mat"
|
||||
+version = "0.13.3"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
--
|
||||
2.40.0
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
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.3
|
||||
revision=2
|
||||
version=0.13.4
|
||||
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=e1bb0161fa1c2f2adb1b933761f9569534309e90209568f96aca5fc8a74f511a
|
||||
checksum=dbd30f33edd9b99042b3d9ec2b5e7e9c9a08bba4318bcf3fa63be8854cc871db
|
||||
make_check=no # cannot bwrap in chroot
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue