* [PR PATCH] Omnibus lint pass for SPDX errors - most packages starting with M
@ 2021-05-09 6:52 heliocat
2021-05-09 7:10 ` [PR PATCH] [Updated] " heliocat
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: heliocat @ 2021-05-09 6:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]
There is a new pull request by heliocat against master on the void-packages repository
https://github.com/heliocat/void-packages lint_m
https://github.com/void-linux/void-packages/pull/30758
Omnibus lint pass for SPDX errors - most packages starting with M
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [x] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/30758.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lint_m-30758.patch --]
[-- Type: text/x-diff, Size: 24195 bytes --]
From 8fe4706e86ce2c2372071e906874d111854c723a Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:23:13 -0700
Subject: [PATCH 01/22] m17n-db: fix license
---
srcpkgs/m17n-db/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/m17n-db/template b/srcpkgs/m17n-db/template
index 84272545101d..cf87a51db5c7 100644
--- a/srcpkgs/m17n-db/template
+++ b/srcpkgs/m17n-db/template
@@ -1,14 +1,14 @@
# Template file for 'm17n-db'
pkgname=m17n-db
version=1.8.0
-revision=1
+revision=2
_glibc_version=2.26
build_style=gnu-configure
configure_args="--with-charmaps=${XBPS_BUILDDIR}/glibc-${_glibc_version}/localedata/charmaps"
hostmakedepends="gettext"
short_desc="Multilingual text processing library (database)"
maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://www.nongnu.org/m17n/"
distfiles="${NONGNU_SITE}/${pkgname/-db/}/${pkgname}-${version}.tar.gz
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"
From 25f4b9587df1b7bbacca663ab6da33aa9cd016ba Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:25:39 -0700
Subject: [PATCH 02/22] m17n-lib: fix license
---
srcpkgs/m17n-lib/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/m17n-lib/template b/srcpkgs/m17n-lib/template
index d5ac63405beb..1989feb90094 100644
--- a/srcpkgs/m17n-lib/template
+++ b/srcpkgs/m17n-lib/template
@@ -1,7 +1,7 @@
# Template file for 'm17n-lib'
pkgname=m17n-lib
version=1.8.0
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libxml2-devel fribidi-devel freetype-devel fontconfig-devel gd-devel
@@ -9,7 +9,7 @@ makedepends="libxml2-devel fribidi-devel freetype-devel fontconfig-devel gd-deve
depends="m17n-db"
short_desc="Multilingual text processing library"
maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://www.nongnu.org/m17n/"
distfiles="${NONGNU_SITE}/${pkgname/-lib/}/${pkgname}-${version}.tar.gz"
checksum=78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a
From 1090e606f1cb40a0d2feb899d56adbc0e18cbe68 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:28:52 -0700
Subject: [PATCH 03/22] mailx: fix license, other lint
---
srcpkgs/mailx/template | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/mailx/template b/srcpkgs/mailx/template
index 63ec23e72e07..1b71bd8388ee 100644
--- a/srcpkgs/mailx/template
+++ b/srcpkgs/mailx/template
@@ -1,19 +1,19 @@
# Template file for 'mailx'
pkgname=mailx
version=12.5
-revision=25
-patch_args="-Np1"
+revision=26
wrksrc="mailx-${version}"
makedepends="openssl-devel mit-krb5-devel"
conf_files="/etc/mailx.rc"
-provides="mail-${version}_${revision}"
short_desc="Feature-rich BSD mail(1)"
-homepage="http://heirloom.sourceforge.net/mailx.html"
-license="BSD"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-4-Clause"
+homepage="http://heirloom.sourceforge.net/mailx.html"
# distfiles="http://pkgs.fedoraproject.org/repo/pkgs/mailx/mailx-${version}.tar.xz/836bf1da322d2d1f78b7056c2b3b2304/${pkgname}-${version}.tar.xz"
-distfiles="https://sources.voidlinux.org/mailx-12.5/mailx-12.5.tar.xz"
+distfiles="https://sources.voidlinux.org/mailx-${version}/mailx-${version}.tar.xz"
checksum=1b8136fb2466adeaf71a5e3c65db9fa1a967f1f6469ff689c2cf06e21f638823
+patch_args="-Np1"
+provides="mail-${version}_${revision}"
alternatives="
mail:mail.rc:/etc/mailx.rc
From 7f332937eefc281795503f40856859895dd81b5f Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:12:12 -0700
Subject: [PATCH 04/22] mdadm: fix license
---
srcpkgs/mdadm/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdadm/template b/srcpkgs/mdadm/template
index f776b6dc9d36..8d3aaa39e3ae 100644
--- a/srcpkgs/mdadm/template
+++ b/srcpkgs/mdadm/template
@@ -1,12 +1,12 @@
# Template file for 'mdadm'
pkgname=mdadm
version=4.1
-revision=3
+revision=4
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel"
short_desc="Tool for managing/monitoring Linux md device arrays"
maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="https://git.kernel.org/cgit/utils/mdadm/mdadm.git/log/"
distfiles="${KERNEL_SITE}/utils/raid/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1934f4a
From 80adb2b1a1aab4ba57943f4641c2b5ffb4ba60cc Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:16:28 -0700
Subject: [PATCH 05/22] mdbtools: fix license, other lint
---
srcpkgs/mdbtools/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdbtools/template b/srcpkgs/mdbtools/template
index 73de7c1bee0c..f0c6d661873f 100644
--- a/srcpkgs/mdbtools/template
+++ b/srcpkgs/mdbtools/template
@@ -1,15 +1,15 @@
# Template file for 'mdbtools'
pkgname=mdbtools
version=0.5
-revision=10
+revision=11
build_style=gnu-configure
configure_args="--disable-glibtest --enable-sql"
hostmakedepends="flex bison pkg-config"
makedepends="readline-devel libglib-devel"
short_desc="Library and utilities for reading Microsoft Access Databases"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="http://mdbtools.sourceforge.net/"
-license="GPL-2, LGPL-2.1"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=7a5db39fecff5ce4fb91e019acf5795b40221aff09bbd6d84f8dec60f017b05d
From 9efb62dc8e9b0b6fc4aa01b77a2be59e2bfc0458 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:17:59 -0700
Subject: [PATCH 06/22] mdnsd: fix license
---
srcpkgs/mdnsd/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdnsd/template b/srcpkgs/mdnsd/template
index 7f335d6348f2..53476d355366 100644
--- a/srcpkgs/mdnsd/template
+++ b/srcpkgs/mdnsd/template
@@ -1,12 +1,12 @@
# Template file for 'mdnsd'
pkgname=mdnsd
version=0.10
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config libtool"
short_desc="Embeddable Multicast DNS Daemon"
maintainer="Duncaen <duncaen@voidlinux.org>"
-license="BSD-3-clause"
+license="BSD-3-Clause"
homepage="https://github.com/troglobit/mdnsd"
distfiles="https://github.com/troglobit/mdnsd/archive/v${version}.tar.gz"
checksum=2e1a77fc9ff36e993a39b10016fe38723784ca7e3141ca00e4d6f43545d2988c
From 7c04ca06e0f06f9755a48a40d79680316ae96030 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:19:43 -0700
Subject: [PATCH 07/22] menu-cache: fix license, other lint
---
srcpkgs/menu-cache/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/menu-cache/template b/srcpkgs/menu-cache/template
index d2907cbff7e8..6f1e49ef2c16 100644
--- a/srcpkgs/menu-cache/template
+++ b/srcpkgs/menu-cache/template
@@ -1,15 +1,15 @@
# Template file for 'menu-cache'
pkgname=menu-cache
version=1.1.0
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
makedepends="libglib-devel libfm-extra-devel"
short_desc="LXDE freedesktop menu specification"
-homepage="http://lxde.org/"
-license="GPL-2"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later"
+homepage="http://lxde.org/"
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.xz"
checksum=ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9273ec7
From 993cb622c22afffa85ef66412a1e2b8f1750aa78 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:22:06 -0700
Subject: [PATCH 08/22] menulibre: fix license, other lint
---
srcpkgs/menulibre/template | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index 5327654776da..c1529e67d28e 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,15 +1,14 @@
# Template file for 'menulibre'
pkgname=menulibre
version=2.2.1
-revision=3
+revision=4
build_style=python3-module
-pycompile_module="menulibre menulibre_lib"
hostmakedepends="python3-distutils-extra intltool"
depends="gnome-menus gobject-introspection gsettings-desktop-schemas gtk+3
python3-gobject python3-psutil python3-xdg"
short_desc="Advanced menu editor"
maintainer="Styrsven <sven.a.jonsson@bahnhof.se>"
-license="GPL-3"
+license="GPL-3.0-only"
homepage="https://bluesabre.org/projects/menulibre/"
distfiles="https://launchpad.net/$pkgname/${version%.*}/$version/+download/$pkgname-$version.tar.gz"
checksum=5b3ef8e6073d584f6accf282fa1eb649185ee42eb22fab70231491c7377d7e8f
From f5b351e37c22332986df85cd38a9a9a37ab7ab2f Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:23:46 -0700
Subject: [PATCH 09/22] mfoc: fix license
---
srcpkgs/mfoc/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mfoc/template b/srcpkgs/mfoc/template
index a6ce644c22c2..2afff8f385a6 100644
--- a/srcpkgs/mfoc/template
+++ b/srcpkgs/mfoc/template
@@ -1,14 +1,14 @@
# Template file for 'mfoc'
pkgname=mfoc
version=0.10.7
-revision=4
+revision=5
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libnfc-devel"
short_desc="Mifare Classic Offline Cracker"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-3"
+license="GPL-2.0-or-later"
homepage="http://nfc-tools.org"
distfiles="https://github.com/nfc-tools/mfoc/archive/${pkgname}-${version}.tar.gz"
checksum=2dfd8ffa4a8b357807680d190a91c8cf3db54b4211a781edc1108af401dbaad7
From 244e58be8d575dd1078cf8b8afffc378f1637ed6 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:24:50 -0700
Subject: [PATCH 10/22] mhddfs: fix license
---
srcpkgs/mhddfs/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mhddfs/template b/srcpkgs/mhddfs/template
index b60fcb06a7bf..4872e4b2ab7b 100644
--- a/srcpkgs/mhddfs/template
+++ b/srcpkgs/mhddfs/template
@@ -1,13 +1,13 @@
# Template file for 'mhddfs'
pkgname=mhddfs
version=0.1.39
-revision=1
+revision=2
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="fuse-devel attr-devel uthash"
short_desc="FUSE filesystem that combines a several mountpoints into a single one"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
homepage="http://mhddfs.uvw.ru/"
distfiles="http://mhddfs.uvw.ru/downloads/${pkgname}_${version}.tar.gz"
checksum=702fc5486460c1828898426b1935179ce60bc1ed16fc8bc575c9ec1d12acef91
From 18f8cb395715cd218d50e4b52fb50b92785997bf Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:26:55 -0700
Subject: [PATCH 11/22] milou: fix license
---
srcpkgs/milou/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/milou/template b/srcpkgs/milou/template
index e9e867188889..85c82466afaa 100644
--- a/srcpkgs/milou/template
+++ b/srcpkgs/milou/template
@@ -1,7 +1,7 @@
# Template file for 'milou'
pkgname=milou
version=5.21.5
-revision=1
+revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kdoctools kpackage qt5-host-tools
@@ -9,7 +9,7 @@ hostmakedepends="extra-cmake-modules kdoctools kpackage qt5-host-tools
makedepends="krunner-devel kitemmodels-devel"
short_desc="KDE dedicated search application built on top of Baloo"
maintainer="John <me@johnnynator.dev>"
-license="GPL-2.0-or-later, LPGL-2.1-or-later"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://invent.kde.org/plasma/milou"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=31c0db3b48aa4c081b748b999deb428e3c15e99fbf6b2128a900864975683b18
From aeae5619785795421df12c7c1a5acf2416678b2e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:38:19 -0700
Subject: [PATCH 12/22] minissdpd: fix license
---
srcpkgs/minissdpd/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/minissdpd/template b/srcpkgs/minissdpd/template
index b0d56f0058df..dc43f8bf1bcd 100644
--- a/srcpkgs/minissdpd/template
+++ b/srcpkgs/minissdpd/template
@@ -1,12 +1,12 @@
# Template file for 'minissdpd'
pkgname=minissdpd
version=1.5
-revision=1
+revision=2
build_style=gnu-makefile
makedepends="libnfnetlink-devel"
short_desc="MiniSSDP Daemon to speed up UPnP device discovery"
maintainer="Duncaen <duncaen@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
homepage="http://miniupnp.free.fr/minissdpd.html"
distfiles="http://miniupnp.free.fr/files/minissdpd-${version}.tar.gz"
checksum=dfd637b185731e1acb412a86faa9718eb93c04ca08280541a6d22d14d1fb890f
From 1f1e071827a0fc84d1bab5b7d741515114093f7b Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:40:14 -0700
Subject: [PATCH 13/22] mirage: fix license, other lint
---
srcpkgs/mirage/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mirage/template b/srcpkgs/mirage/template
index 622343aeb887..d2baca9ed8c5 100644
--- a/srcpkgs/mirage/template
+++ b/srcpkgs/mirage/template
@@ -1,15 +1,14 @@
# Template file for 'mirage'
pkgname=mirage
version=0.9.5.2
-revision=1
+revision=2
build_style="python2-module"
hostmakedepends="gettext python-devel pygtk-devel"
makedepends="python-devel pygtk-devel"
depends="pygtk desktop-file-utils"
-short_desc="A simple GTK+ image viewer"
+short_desc="Simple GTK+ image viewer"
maintainer="Sergei Akhmatdinov <sakhmatd@riseup.net>"
-license="GPL-3"
+license="GPL-3.0-only"
homepage="http://mirageiv.sourceforge.net/"
distfiles="$SOURCEFORGE_SITE/mirageiv.berlios/${pkgname}-${version}.tar.bz2"
checksum=d214a1b6d99d1d1e83da5848a2cef181f6781e0990e93f7ebff5880b0c43f43c
-
From 78dfe99be6c23ec5abe78b4dfdb21726ab6ed8ed Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:47:27 -0700
Subject: [PATCH 14/22] mkinitcpio-nfs-utils: fix license, other lint
---
srcpkgs/mkinitcpio-nfs-utils/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mkinitcpio-nfs-utils/template b/srcpkgs/mkinitcpio-nfs-utils/template
index d8f23343ad6a..fb70c8ac5eb3 100644
--- a/srcpkgs/mkinitcpio-nfs-utils/template
+++ b/srcpkgs/mkinitcpio-nfs-utils/template
@@ -1,13 +1,13 @@
-# Template file for 'mkinitcpio-nfs-utils'
+# template file for 'mkinitcpio-nfs-utils'
pkgname=mkinitcpio-nfs-utils
version=0.3
-revision=2
+revision=3
build_style=gnu-makefile
+depends="mkinitcpio"
short_desc="Ipconfig and nfsmount tools for NFS root support in mkinitcpio"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
+license="GPL-2.0-only"
homepage="http://www.archlinux.org/"
-depends="mkinitcpio"
distfiles="https://sources.archlinux.org/other/mkinitcpio/$pkgname-$version.tar.xz"
checksum=d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939
From 57870192da1aabeba86bd843718e1c01704c2aa7 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:52:40 -0700
Subject: [PATCH 15/22] mono-basic: fix license, other lint
---
srcpkgs/mono-basic/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/mono-basic/template b/srcpkgs/mono-basic/template
index 8cae727f2876..cb9fffdffff6 100644
--- a/srcpkgs/mono-basic/template
+++ b/srcpkgs/mono-basic/template
@@ -1,14 +1,14 @@
# Template file for 'mono-basic'
pkgname=mono-basic
version=4.7
-revision=1
+revision=2
build_style=gnu-configure
-short_desc="VisualBasic.NET support for mono"
-maintainer="Perez <elperezoso@disroot.org>"
-license="LGPL-2"
-homepage="https://www.mono-project.com/"
hostmakedepends="pkg-config mono"
makedepends="mono-devel"
depends="mono"
+short_desc="VisualBasic.NET support for mono"
+maintainer="Perez <elperezoso@disroot.org>"
+license="LGPL-2.1-only, X11"
+homepage="https://www.mono-project.com/"
distfiles="https://download.mono-project.com/sources/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=0b3962719de45f7f6b8d6c5481d7e50c2e79cbcf7f1ce02810b65fcfa261cc28
From 7cab2228099cfdf948bc0c0a2d94437c1568cac1 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:55:07 -0700
Subject: [PATCH 16/22] mp3gain: fix license
---
srcpkgs/mp3gain/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mp3gain/template b/srcpkgs/mp3gain/template
index 7bde1d2926df..d69c2be8aee5 100644
--- a/srcpkgs/mp3gain/template
+++ b/srcpkgs/mp3gain/template
@@ -1,7 +1,7 @@
# Template file for 'mp3gain'
pkgname=mp3gain
version=1.6.2
-revision=1
+revision=2
create_wrksrc=yes
build_style=gnu-makefile
make_build_args="OSTYPE=linux"
@@ -9,7 +9,7 @@ hostmakedepends="unzip"
makedepends="mpg123-devel"
short_desc="Lossless mp3 normalizer with statistical analysis"
maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://mp3gain.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//./_}-src.zip"
checksum=5cc04732ef32850d5878b28fbd8b85798d979a025990654aceeaa379bcc9596d
From 27e97531a86146d3981c8efa02ba4de562b0839f Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:55:57 -0700
Subject: [PATCH 17/22] mp3info: fix license
---
srcpkgs/mp3info/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mp3info/template b/srcpkgs/mp3info/template
index e090d66e2cc2..caab6cbc2612 100644
--- a/srcpkgs/mp3info/template
+++ b/srcpkgs/mp3info/template
@@ -1,13 +1,13 @@
# Template file for 'mp3info'
pkgname=mp3info
version=0.8.5a
-revision=4
+revision=5
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="gtk+-devel ncurses-devel"
short_desc="Utility used to read and modify the ID3 tags of MP3 files"
maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="http://ibiblio.org/mp3info/"
distfiles="https://ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-${version}.tgz"
checksum=0438ac68e9f04947fb14ca5573d27c62454cb9db3a93b7f1d2c226cd3e0b4e10
From 0633452170f4e97c567782d943f3368926c4305c Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:57:15 -0700
Subject: [PATCH 18/22] libmpeg2: fix licence
---
srcpkgs/libmpeg2/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/libmpeg2/template b/srcpkgs/libmpeg2/template
index 83abab0f9779..176771bace4d 100644
--- a/srcpkgs/libmpeg2/template
+++ b/srcpkgs/libmpeg2/template
@@ -1,14 +1,14 @@
# Template file for 'libmpeg2'
pkgname=libmpeg2
version=0.5.1
-revision=10
+revision=11
build_style=gnu-configure
configure_args="--enable-shared"
hostmakedepends="pkg-config"
makedepends="libXext-devel libXv-devel SDL-devel"
short_desc="Library for decoding MPEG-2 and MPEG-1 video streams"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="http://libmpeg2.sourceforge.net/"
distfiles="http://libmpeg2.sourceforge.net/files/libmpeg2-${version}.tar.gz"
checksum=dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
From 0812a3fe2c3bfa10aeab74707b05d2b1fc4af704 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:59:01 -0700
Subject: [PATCH 19/22] mspdebug: fix license
---
srcpkgs/mspdebug/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mspdebug/template b/srcpkgs/mspdebug/template
index b38ed4b5697b..8a5a10280f8d 100644
--- a/srcpkgs/mspdebug/template
+++ b/srcpkgs/mspdebug/template
@@ -1,12 +1,12 @@
# Template file for 'mspdebug'
-pkgname="mspdebug"
+pkgname=mspdebug
version=0.25
-revision=2
+revision=3
build_style=gnu-makefile
+makedepends="readline-devel libusb-compat-devel"
short_desc="Debugger for MSP430 MCUs"
maintainer="allan <mail@may.mooo.com>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="http://mspdebug.sourceforge.net"
distfiles="https://github.com/dlbeer/mspdebug/archive/v${version}.tar.gz"
checksum=347b5ae5d0ab0cddb54363b72abe482f9f5d6aedb8f230048de0ded28b7d1503
-makedepends="readline-devel libusb-compat-devel"
From 42a59392c490b0df97eb7c6f04a9f5520d42afea Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:31:44 -0700
Subject: [PATCH 20/22] musl-fts: fix license, other lint
---
srcpkgs/musl-fts/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/musl-fts/template b/srcpkgs/musl-fts/template
index fe6cb20c857f..fe5beee6596e 100644
--- a/srcpkgs/musl-fts/template
+++ b/srcpkgs/musl-fts/template
@@ -1,13 +1,13 @@
# Template file for 'musl-fts'
pkgname=musl-fts
version=1.2.7
-revision=3
+revision=4
+archs="*-musl"
build_style=gnu-configure
hostmakedepends="automake libtool"
-archs="*-musl"
short_desc="Implementation of fts(3) for musl libc"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="BSD-3-Clause"
homepage="https://github.com/void-linux/musl-fts"
distfiles="https://github.com/void-linux/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6
From 4c4e707e91f90fc107b128e966bbfd495c67cac4 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:32:46 -0700
Subject: [PATCH 21/22] musl-rpmatch: fix license, other lint
---
srcpkgs/musl-rpmatch/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/musl-rpmatch/template b/srcpkgs/musl-rpmatch/template
index 754d017afa73..d9e10285fc5c 100644
--- a/srcpkgs/musl-rpmatch/template
+++ b/srcpkgs/musl-rpmatch/template
@@ -1,14 +1,14 @@
# Template file for 'musl-rpmatch'
pkgname=musl-rpmatch
version=1.0
-revision=2
+revision=3
build_style=gnu-configure
configure_args="--enable-shared --enable-static"
hostmakedepends="automake libtool gettext-devel"
makedepends="gettext-devel"
short_desc="Implementation of rpmatch(3) for musl libc"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
homepage="https://github.com/pullmoll/musl-rpmatch"
distfiles="https://github.com/pullmoll/musl-rpmatch/archive/v${version}.tar.gz"
checksum=dcbd41909bd69eaeedd20f03435b165406b514465249186ff1ca68d04fd35953
From 9c5fae607f0557bdad88a7938cf7d1a8ec49bfed Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:36:41 -0700
Subject: [PATCH 22/22] mythes: fix license, other lint
---
srcpkgs/mythes/template | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mythes/template b/srcpkgs/mythes/template
index 6e53c2845ddc..e7e77bc007c9 100644
--- a/srcpkgs/mythes/template
+++ b/srcpkgs/mythes/template
@@ -1,17 +1,21 @@
# Template file for 'mythes'
pkgname=mythes
version=1.2.4
-revision=4
+revision=5
build_style=gnu-configure
-short_desc="Simple thesaurus that uses a structured text data"
-maintainer="Enno Boland <gottox@voidlinux.org>"
hostmakedepends="pkg-config"
makedepends="hunspell-devel"
-license="GPL-3"
+short_desc="Simple thesaurus that uses a structured text data"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-3-Clause"
homepage="http://sourceforge.net/projects/hunspell/files/MyThes"
distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz"
checksum=1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f
+post_install() {
+ vlicense COPYING
+}
+
mythes-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] Omnibus lint pass for SPDX errors - most packages starting with M
2021-05-09 6:52 [PR PATCH] Omnibus lint pass for SPDX errors - most packages starting with M heliocat
@ 2021-05-09 7:10 ` heliocat
2021-06-10 7:38 ` heliocat
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: heliocat @ 2021-05-09 7:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]
There is an updated pull request by heliocat against master on the void-packages repository
https://github.com/heliocat/void-packages lint_m
https://github.com/void-linux/void-packages/pull/30758
Omnibus lint pass for SPDX errors - most packages starting with M
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [x] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/30758.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lint_m-30758.patch --]
[-- Type: text/x-diff, Size: 23087 bytes --]
From 8fe4706e86ce2c2372071e906874d111854c723a Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:23:13 -0700
Subject: [PATCH 01/21] m17n-db: fix license
---
srcpkgs/m17n-db/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/m17n-db/template b/srcpkgs/m17n-db/template
index 84272545101d..cf87a51db5c7 100644
--- a/srcpkgs/m17n-db/template
+++ b/srcpkgs/m17n-db/template
@@ -1,14 +1,14 @@
# Template file for 'm17n-db'
pkgname=m17n-db
version=1.8.0
-revision=1
+revision=2
_glibc_version=2.26
build_style=gnu-configure
configure_args="--with-charmaps=${XBPS_BUILDDIR}/glibc-${_glibc_version}/localedata/charmaps"
hostmakedepends="gettext"
short_desc="Multilingual text processing library (database)"
maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://www.nongnu.org/m17n/"
distfiles="${NONGNU_SITE}/${pkgname/-db/}/${pkgname}-${version}.tar.gz
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"
From 25f4b9587df1b7bbacca663ab6da33aa9cd016ba Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:25:39 -0700
Subject: [PATCH 02/21] m17n-lib: fix license
---
srcpkgs/m17n-lib/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/m17n-lib/template b/srcpkgs/m17n-lib/template
index d5ac63405beb..1989feb90094 100644
--- a/srcpkgs/m17n-lib/template
+++ b/srcpkgs/m17n-lib/template
@@ -1,7 +1,7 @@
# Template file for 'm17n-lib'
pkgname=m17n-lib
version=1.8.0
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libxml2-devel fribidi-devel freetype-devel fontconfig-devel gd-devel
@@ -9,7 +9,7 @@ makedepends="libxml2-devel fribidi-devel freetype-devel fontconfig-devel gd-deve
depends="m17n-db"
short_desc="Multilingual text processing library"
maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://www.nongnu.org/m17n/"
distfiles="${NONGNU_SITE}/${pkgname/-lib/}/${pkgname}-${version}.tar.gz"
checksum=78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a
From 1090e606f1cb40a0d2feb899d56adbc0e18cbe68 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:28:52 -0700
Subject: [PATCH 03/21] mailx: fix license, other lint
---
srcpkgs/mailx/template | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/mailx/template b/srcpkgs/mailx/template
index 63ec23e72e07..1b71bd8388ee 100644
--- a/srcpkgs/mailx/template
+++ b/srcpkgs/mailx/template
@@ -1,19 +1,19 @@
# Template file for 'mailx'
pkgname=mailx
version=12.5
-revision=25
-patch_args="-Np1"
+revision=26
wrksrc="mailx-${version}"
makedepends="openssl-devel mit-krb5-devel"
conf_files="/etc/mailx.rc"
-provides="mail-${version}_${revision}"
short_desc="Feature-rich BSD mail(1)"
-homepage="http://heirloom.sourceforge.net/mailx.html"
-license="BSD"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-4-Clause"
+homepage="http://heirloom.sourceforge.net/mailx.html"
# distfiles="http://pkgs.fedoraproject.org/repo/pkgs/mailx/mailx-${version}.tar.xz/836bf1da322d2d1f78b7056c2b3b2304/${pkgname}-${version}.tar.xz"
-distfiles="https://sources.voidlinux.org/mailx-12.5/mailx-12.5.tar.xz"
+distfiles="https://sources.voidlinux.org/mailx-${version}/mailx-${version}.tar.xz"
checksum=1b8136fb2466adeaf71a5e3c65db9fa1a967f1f6469ff689c2cf06e21f638823
+patch_args="-Np1"
+provides="mail-${version}_${revision}"
alternatives="
mail:mail.rc:/etc/mailx.rc
From 7f332937eefc281795503f40856859895dd81b5f Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:12:12 -0700
Subject: [PATCH 04/21] mdadm: fix license
---
srcpkgs/mdadm/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdadm/template b/srcpkgs/mdadm/template
index f776b6dc9d36..8d3aaa39e3ae 100644
--- a/srcpkgs/mdadm/template
+++ b/srcpkgs/mdadm/template
@@ -1,12 +1,12 @@
# Template file for 'mdadm'
pkgname=mdadm
version=4.1
-revision=3
+revision=4
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel"
short_desc="Tool for managing/monitoring Linux md device arrays"
maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="https://git.kernel.org/cgit/utils/mdadm/mdadm.git/log/"
distfiles="${KERNEL_SITE}/utils/raid/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1934f4a
From 80adb2b1a1aab4ba57943f4641c2b5ffb4ba60cc Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:16:28 -0700
Subject: [PATCH 05/21] mdbtools: fix license, other lint
---
srcpkgs/mdbtools/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdbtools/template b/srcpkgs/mdbtools/template
index 73de7c1bee0c..f0c6d661873f 100644
--- a/srcpkgs/mdbtools/template
+++ b/srcpkgs/mdbtools/template
@@ -1,15 +1,15 @@
# Template file for 'mdbtools'
pkgname=mdbtools
version=0.5
-revision=10
+revision=11
build_style=gnu-configure
configure_args="--disable-glibtest --enable-sql"
hostmakedepends="flex bison pkg-config"
makedepends="readline-devel libglib-devel"
short_desc="Library and utilities for reading Microsoft Access Databases"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="http://mdbtools.sourceforge.net/"
-license="GPL-2, LGPL-2.1"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=7a5db39fecff5ce4fb91e019acf5795b40221aff09bbd6d84f8dec60f017b05d
From 9efb62dc8e9b0b6fc4aa01b77a2be59e2bfc0458 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:17:59 -0700
Subject: [PATCH 06/21] mdnsd: fix license
---
srcpkgs/mdnsd/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdnsd/template b/srcpkgs/mdnsd/template
index 7f335d6348f2..53476d355366 100644
--- a/srcpkgs/mdnsd/template
+++ b/srcpkgs/mdnsd/template
@@ -1,12 +1,12 @@
# Template file for 'mdnsd'
pkgname=mdnsd
version=0.10
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config libtool"
short_desc="Embeddable Multicast DNS Daemon"
maintainer="Duncaen <duncaen@voidlinux.org>"
-license="BSD-3-clause"
+license="BSD-3-Clause"
homepage="https://github.com/troglobit/mdnsd"
distfiles="https://github.com/troglobit/mdnsd/archive/v${version}.tar.gz"
checksum=2e1a77fc9ff36e993a39b10016fe38723784ca7e3141ca00e4d6f43545d2988c
From 7c04ca06e0f06f9755a48a40d79680316ae96030 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:19:43 -0700
Subject: [PATCH 07/21] menu-cache: fix license, other lint
---
srcpkgs/menu-cache/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/menu-cache/template b/srcpkgs/menu-cache/template
index d2907cbff7e8..6f1e49ef2c16 100644
--- a/srcpkgs/menu-cache/template
+++ b/srcpkgs/menu-cache/template
@@ -1,15 +1,15 @@
# Template file for 'menu-cache'
pkgname=menu-cache
version=1.1.0
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
makedepends="libglib-devel libfm-extra-devel"
short_desc="LXDE freedesktop menu specification"
-homepage="http://lxde.org/"
-license="GPL-2"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later"
+homepage="http://lxde.org/"
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.xz"
checksum=ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9273ec7
From 993cb622c22afffa85ef66412a1e2b8f1750aa78 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:22:06 -0700
Subject: [PATCH 08/21] menulibre: fix license, other lint
---
srcpkgs/menulibre/template | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index 5327654776da..c1529e67d28e 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,15 +1,14 @@
# Template file for 'menulibre'
pkgname=menulibre
version=2.2.1
-revision=3
+revision=4
build_style=python3-module
-pycompile_module="menulibre menulibre_lib"
hostmakedepends="python3-distutils-extra intltool"
depends="gnome-menus gobject-introspection gsettings-desktop-schemas gtk+3
python3-gobject python3-psutil python3-xdg"
short_desc="Advanced menu editor"
maintainer="Styrsven <sven.a.jonsson@bahnhof.se>"
-license="GPL-3"
+license="GPL-3.0-only"
homepage="https://bluesabre.org/projects/menulibre/"
distfiles="https://launchpad.net/$pkgname/${version%.*}/$version/+download/$pkgname-$version.tar.gz"
checksum=5b3ef8e6073d584f6accf282fa1eb649185ee42eb22fab70231491c7377d7e8f
From f5b351e37c22332986df85cd38a9a9a37ab7ab2f Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:23:46 -0700
Subject: [PATCH 09/21] mfoc: fix license
---
srcpkgs/mfoc/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mfoc/template b/srcpkgs/mfoc/template
index a6ce644c22c2..2afff8f385a6 100644
--- a/srcpkgs/mfoc/template
+++ b/srcpkgs/mfoc/template
@@ -1,14 +1,14 @@
# Template file for 'mfoc'
pkgname=mfoc
version=0.10.7
-revision=4
+revision=5
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libnfc-devel"
short_desc="Mifare Classic Offline Cracker"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-3"
+license="GPL-2.0-or-later"
homepage="http://nfc-tools.org"
distfiles="https://github.com/nfc-tools/mfoc/archive/${pkgname}-${version}.tar.gz"
checksum=2dfd8ffa4a8b357807680d190a91c8cf3db54b4211a781edc1108af401dbaad7
From 244e58be8d575dd1078cf8b8afffc378f1637ed6 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:24:50 -0700
Subject: [PATCH 10/21] mhddfs: fix license
---
srcpkgs/mhddfs/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mhddfs/template b/srcpkgs/mhddfs/template
index b60fcb06a7bf..4872e4b2ab7b 100644
--- a/srcpkgs/mhddfs/template
+++ b/srcpkgs/mhddfs/template
@@ -1,13 +1,13 @@
# Template file for 'mhddfs'
pkgname=mhddfs
version=0.1.39
-revision=1
+revision=2
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="fuse-devel attr-devel uthash"
short_desc="FUSE filesystem that combines a several mountpoints into a single one"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
homepage="http://mhddfs.uvw.ru/"
distfiles="http://mhddfs.uvw.ru/downloads/${pkgname}_${version}.tar.gz"
checksum=702fc5486460c1828898426b1935179ce60bc1ed16fc8bc575c9ec1d12acef91
From 18f8cb395715cd218d50e4b52fb50b92785997bf Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:26:55 -0700
Subject: [PATCH 11/21] milou: fix license
---
srcpkgs/milou/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/milou/template b/srcpkgs/milou/template
index e9e867188889..85c82466afaa 100644
--- a/srcpkgs/milou/template
+++ b/srcpkgs/milou/template
@@ -1,7 +1,7 @@
# Template file for 'milou'
pkgname=milou
version=5.21.5
-revision=1
+revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kdoctools kpackage qt5-host-tools
@@ -9,7 +9,7 @@ hostmakedepends="extra-cmake-modules kdoctools kpackage qt5-host-tools
makedepends="krunner-devel kitemmodels-devel"
short_desc="KDE dedicated search application built on top of Baloo"
maintainer="John <me@johnnynator.dev>"
-license="GPL-2.0-or-later, LPGL-2.1-or-later"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://invent.kde.org/plasma/milou"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=31c0db3b48aa4c081b748b999deb428e3c15e99fbf6b2128a900864975683b18
From aeae5619785795421df12c7c1a5acf2416678b2e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:38:19 -0700
Subject: [PATCH 12/21] minissdpd: fix license
---
srcpkgs/minissdpd/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/minissdpd/template b/srcpkgs/minissdpd/template
index b0d56f0058df..dc43f8bf1bcd 100644
--- a/srcpkgs/minissdpd/template
+++ b/srcpkgs/minissdpd/template
@@ -1,12 +1,12 @@
# Template file for 'minissdpd'
pkgname=minissdpd
version=1.5
-revision=1
+revision=2
build_style=gnu-makefile
makedepends="libnfnetlink-devel"
short_desc="MiniSSDP Daemon to speed up UPnP device discovery"
maintainer="Duncaen <duncaen@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
homepage="http://miniupnp.free.fr/minissdpd.html"
distfiles="http://miniupnp.free.fr/files/minissdpd-${version}.tar.gz"
checksum=dfd637b185731e1acb412a86faa9718eb93c04ca08280541a6d22d14d1fb890f
From 1f1e071827a0fc84d1bab5b7d741515114093f7b Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:40:14 -0700
Subject: [PATCH 13/21] mirage: fix license, other lint
---
srcpkgs/mirage/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mirage/template b/srcpkgs/mirage/template
index 622343aeb887..d2baca9ed8c5 100644
--- a/srcpkgs/mirage/template
+++ b/srcpkgs/mirage/template
@@ -1,15 +1,14 @@
# Template file for 'mirage'
pkgname=mirage
version=0.9.5.2
-revision=1
+revision=2
build_style="python2-module"
hostmakedepends="gettext python-devel pygtk-devel"
makedepends="python-devel pygtk-devel"
depends="pygtk desktop-file-utils"
-short_desc="A simple GTK+ image viewer"
+short_desc="Simple GTK+ image viewer"
maintainer="Sergei Akhmatdinov <sakhmatd@riseup.net>"
-license="GPL-3"
+license="GPL-3.0-only"
homepage="http://mirageiv.sourceforge.net/"
distfiles="$SOURCEFORGE_SITE/mirageiv.berlios/${pkgname}-${version}.tar.bz2"
checksum=d214a1b6d99d1d1e83da5848a2cef181f6781e0990e93f7ebff5880b0c43f43c
-
From 5c285e735a2e90ce5a67053af161d03624bdf0e0 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:47:27 -0700
Subject: [PATCH 14/21] mkinitcpio-nfs-utils: fix license, other lint
---
srcpkgs/mkinitcpio-nfs-utils/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/mkinitcpio-nfs-utils/template b/srcpkgs/mkinitcpio-nfs-utils/template
index d8f23343ad6a..94bc6aca7bc3 100644
--- a/srcpkgs/mkinitcpio-nfs-utils/template
+++ b/srcpkgs/mkinitcpio-nfs-utils/template
@@ -1,13 +1,13 @@
# Template file for 'mkinitcpio-nfs-utils'
pkgname=mkinitcpio-nfs-utils
version=0.3
-revision=2
+revision=3
build_style=gnu-makefile
+depends="mkinitcpio"
short_desc="Ipconfig and nfsmount tools for NFS root support in mkinitcpio"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
+license="GPL-2.0-only"
homepage="http://www.archlinux.org/"
-depends="mkinitcpio"
distfiles="https://sources.archlinux.org/other/mkinitcpio/$pkgname-$version.tar.xz"
checksum=d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939
From 7477cf3865fca6b8abcd2f0aa070f2b2cb6697d7 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:52:40 -0700
Subject: [PATCH 15/21] mono-basic: fix license, other lint
---
srcpkgs/mono-basic/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/mono-basic/template b/srcpkgs/mono-basic/template
index 8cae727f2876..cb9fffdffff6 100644
--- a/srcpkgs/mono-basic/template
+++ b/srcpkgs/mono-basic/template
@@ -1,14 +1,14 @@
# Template file for 'mono-basic'
pkgname=mono-basic
version=4.7
-revision=1
+revision=2
build_style=gnu-configure
-short_desc="VisualBasic.NET support for mono"
-maintainer="Perez <elperezoso@disroot.org>"
-license="LGPL-2"
-homepage="https://www.mono-project.com/"
hostmakedepends="pkg-config mono"
makedepends="mono-devel"
depends="mono"
+short_desc="VisualBasic.NET support for mono"
+maintainer="Perez <elperezoso@disroot.org>"
+license="LGPL-2.1-only, X11"
+homepage="https://www.mono-project.com/"
distfiles="https://download.mono-project.com/sources/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=0b3962719de45f7f6b8d6c5481d7e50c2e79cbcf7f1ce02810b65fcfa261cc28
From 28409b5f4c2b469f04bcf2c5a58e143b0af83d85 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:55:07 -0700
Subject: [PATCH 16/21] mp3gain: fix license
---
srcpkgs/mp3gain/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mp3gain/template b/srcpkgs/mp3gain/template
index 7bde1d2926df..d69c2be8aee5 100644
--- a/srcpkgs/mp3gain/template
+++ b/srcpkgs/mp3gain/template
@@ -1,7 +1,7 @@
# Template file for 'mp3gain'
pkgname=mp3gain
version=1.6.2
-revision=1
+revision=2
create_wrksrc=yes
build_style=gnu-makefile
make_build_args="OSTYPE=linux"
@@ -9,7 +9,7 @@ hostmakedepends="unzip"
makedepends="mpg123-devel"
short_desc="Lossless mp3 normalizer with statistical analysis"
maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://mp3gain.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//./_}-src.zip"
checksum=5cc04732ef32850d5878b28fbd8b85798d979a025990654aceeaa379bcc9596d
From 0db7ddd2991c354d7bb62f9e2c9d33ac1328afe7 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:55:57 -0700
Subject: [PATCH 17/21] mp3info: fix license
---
srcpkgs/mp3info/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mp3info/template b/srcpkgs/mp3info/template
index e090d66e2cc2..caab6cbc2612 100644
--- a/srcpkgs/mp3info/template
+++ b/srcpkgs/mp3info/template
@@ -1,13 +1,13 @@
# Template file for 'mp3info'
pkgname=mp3info
version=0.8.5a
-revision=4
+revision=5
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="gtk+-devel ncurses-devel"
short_desc="Utility used to read and modify the ID3 tags of MP3 files"
maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="http://ibiblio.org/mp3info/"
distfiles="https://ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-${version}.tgz"
checksum=0438ac68e9f04947fb14ca5573d27c62454cb9db3a93b7f1d2c226cd3e0b4e10
From a8e533c664c7165ab887b7d59b2fc0d0af156baf Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:59:01 -0700
Subject: [PATCH 18/21] mspdebug: fix license
---
srcpkgs/mspdebug/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mspdebug/template b/srcpkgs/mspdebug/template
index b38ed4b5697b..8a5a10280f8d 100644
--- a/srcpkgs/mspdebug/template
+++ b/srcpkgs/mspdebug/template
@@ -1,12 +1,12 @@
# Template file for 'mspdebug'
-pkgname="mspdebug"
+pkgname=mspdebug
version=0.25
-revision=2
+revision=3
build_style=gnu-makefile
+makedepends="readline-devel libusb-compat-devel"
short_desc="Debugger for MSP430 MCUs"
maintainer="allan <mail@may.mooo.com>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="http://mspdebug.sourceforge.net"
distfiles="https://github.com/dlbeer/mspdebug/archive/v${version}.tar.gz"
checksum=347b5ae5d0ab0cddb54363b72abe482f9f5d6aedb8f230048de0ded28b7d1503
-makedepends="readline-devel libusb-compat-devel"
From e16a12ba784381563bdbfc49d43f77740bbf7781 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:31:44 -0700
Subject: [PATCH 19/21] musl-fts: fix license, other lint
---
srcpkgs/musl-fts/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/musl-fts/template b/srcpkgs/musl-fts/template
index fe6cb20c857f..fe5beee6596e 100644
--- a/srcpkgs/musl-fts/template
+++ b/srcpkgs/musl-fts/template
@@ -1,13 +1,13 @@
# Template file for 'musl-fts'
pkgname=musl-fts
version=1.2.7
-revision=3
+revision=4
+archs="*-musl"
build_style=gnu-configure
hostmakedepends="automake libtool"
-archs="*-musl"
short_desc="Implementation of fts(3) for musl libc"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="BSD-3-Clause"
homepage="https://github.com/void-linux/musl-fts"
distfiles="https://github.com/void-linux/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6
From 1fc2d31a7de7945056624f7bba1bda056db77705 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:32:46 -0700
Subject: [PATCH 20/21] musl-rpmatch: fix license, other lint
---
srcpkgs/musl-rpmatch/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/musl-rpmatch/template b/srcpkgs/musl-rpmatch/template
index 754d017afa73..d9e10285fc5c 100644
--- a/srcpkgs/musl-rpmatch/template
+++ b/srcpkgs/musl-rpmatch/template
@@ -1,14 +1,14 @@
# Template file for 'musl-rpmatch'
pkgname=musl-rpmatch
version=1.0
-revision=2
+revision=3
build_style=gnu-configure
configure_args="--enable-shared --enable-static"
hostmakedepends="automake libtool gettext-devel"
makedepends="gettext-devel"
short_desc="Implementation of rpmatch(3) for musl libc"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
homepage="https://github.com/pullmoll/musl-rpmatch"
distfiles="https://github.com/pullmoll/musl-rpmatch/archive/v${version}.tar.gz"
checksum=dcbd41909bd69eaeedd20f03435b165406b514465249186ff1ca68d04fd35953
From ba3432be61ac4f545d584d041f604ab4c89508ec Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:36:41 -0700
Subject: [PATCH 21/21] mythes: fix license, other lint
---
srcpkgs/mythes/template | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mythes/template b/srcpkgs/mythes/template
index 6e53c2845ddc..e7e77bc007c9 100644
--- a/srcpkgs/mythes/template
+++ b/srcpkgs/mythes/template
@@ -1,17 +1,21 @@
# Template file for 'mythes'
pkgname=mythes
version=1.2.4
-revision=4
+revision=5
build_style=gnu-configure
-short_desc="Simple thesaurus that uses a structured text data"
-maintainer="Enno Boland <gottox@voidlinux.org>"
hostmakedepends="pkg-config"
makedepends="hunspell-devel"
-license="GPL-3"
+short_desc="Simple thesaurus that uses a structured text data"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-3-Clause"
homepage="http://sourceforge.net/projects/hunspell/files/MyThes"
distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz"
checksum=1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f
+post_install() {
+ vlicense COPYING
+}
+
mythes-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] Omnibus lint pass for SPDX errors - most packages starting with M
2021-05-09 6:52 [PR PATCH] Omnibus lint pass for SPDX errors - most packages starting with M heliocat
2021-05-09 7:10 ` [PR PATCH] [Updated] " heliocat
@ 2021-06-10 7:38 ` heliocat
2021-06-26 18:26 ` heliocat
2021-08-29 11:07 ` [PR PATCH] [Closed]: " sgn
3 siblings, 0 replies; 5+ messages in thread
From: heliocat @ 2021-06-10 7:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]
There is an updated pull request by heliocat against master on the void-packages repository
https://github.com/heliocat/void-packages lint_m
https://github.com/void-linux/void-packages/pull/30758
Omnibus lint pass for SPDX errors - most packages starting with M
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [x] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/30758.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lint_m-30758.patch --]
[-- Type: text/x-diff, Size: 21889 bytes --]
From 4dff7fd0a8b84b6a6a7528185f56352ec166071d Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:23:13 -0700
Subject: [PATCH 01/20] m17n-db: fix license
---
srcpkgs/m17n-db/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/m17n-db/template b/srcpkgs/m17n-db/template
index 84272545101d..cf87a51db5c7 100644
--- a/srcpkgs/m17n-db/template
+++ b/srcpkgs/m17n-db/template
@@ -1,14 +1,14 @@
# Template file for 'm17n-db'
pkgname=m17n-db
version=1.8.0
-revision=1
+revision=2
_glibc_version=2.26
build_style=gnu-configure
configure_args="--with-charmaps=${XBPS_BUILDDIR}/glibc-${_glibc_version}/localedata/charmaps"
hostmakedepends="gettext"
short_desc="Multilingual text processing library (database)"
maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://www.nongnu.org/m17n/"
distfiles="${NONGNU_SITE}/${pkgname/-db/}/${pkgname}-${version}.tar.gz
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"
From b40b6b602e1763d0133b6f0cc59f95ddb0888519 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:25:39 -0700
Subject: [PATCH 02/20] m17n-lib: fix license
---
srcpkgs/m17n-lib/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/m17n-lib/template b/srcpkgs/m17n-lib/template
index d5ac63405beb..1989feb90094 100644
--- a/srcpkgs/m17n-lib/template
+++ b/srcpkgs/m17n-lib/template
@@ -1,7 +1,7 @@
# Template file for 'm17n-lib'
pkgname=m17n-lib
version=1.8.0
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libxml2-devel fribidi-devel freetype-devel fontconfig-devel gd-devel
@@ -9,7 +9,7 @@ makedepends="libxml2-devel fribidi-devel freetype-devel fontconfig-devel gd-deve
depends="m17n-db"
short_desc="Multilingual text processing library"
maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://www.nongnu.org/m17n/"
distfiles="${NONGNU_SITE}/${pkgname/-lib/}/${pkgname}-${version}.tar.gz"
checksum=78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a
From 4810d0ae112f7534bdcd6512156c91f484be4acc Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:28:52 -0700
Subject: [PATCH 03/20] mailx: fix license, other lint
---
srcpkgs/mailx/template | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/mailx/template b/srcpkgs/mailx/template
index 63ec23e72e07..1b71bd8388ee 100644
--- a/srcpkgs/mailx/template
+++ b/srcpkgs/mailx/template
@@ -1,19 +1,19 @@
# Template file for 'mailx'
pkgname=mailx
version=12.5
-revision=25
-patch_args="-Np1"
+revision=26
wrksrc="mailx-${version}"
makedepends="openssl-devel mit-krb5-devel"
conf_files="/etc/mailx.rc"
-provides="mail-${version}_${revision}"
short_desc="Feature-rich BSD mail(1)"
-homepage="http://heirloom.sourceforge.net/mailx.html"
-license="BSD"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-4-Clause"
+homepage="http://heirloom.sourceforge.net/mailx.html"
# distfiles="http://pkgs.fedoraproject.org/repo/pkgs/mailx/mailx-${version}.tar.xz/836bf1da322d2d1f78b7056c2b3b2304/${pkgname}-${version}.tar.xz"
-distfiles="https://sources.voidlinux.org/mailx-12.5/mailx-12.5.tar.xz"
+distfiles="https://sources.voidlinux.org/mailx-${version}/mailx-${version}.tar.xz"
checksum=1b8136fb2466adeaf71a5e3c65db9fa1a967f1f6469ff689c2cf06e21f638823
+patch_args="-Np1"
+provides="mail-${version}_${revision}"
alternatives="
mail:mail.rc:/etc/mailx.rc
From d5e2f9f2d7f05278508afd3e2e79b51424f9ffcc Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:12:12 -0700
Subject: [PATCH 04/20] mdadm: fix license
---
srcpkgs/mdadm/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdadm/template b/srcpkgs/mdadm/template
index f776b6dc9d36..8d3aaa39e3ae 100644
--- a/srcpkgs/mdadm/template
+++ b/srcpkgs/mdadm/template
@@ -1,12 +1,12 @@
# Template file for 'mdadm'
pkgname=mdadm
version=4.1
-revision=3
+revision=4
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel"
short_desc="Tool for managing/monitoring Linux md device arrays"
maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="https://git.kernel.org/cgit/utils/mdadm/mdadm.git/log/"
distfiles="${KERNEL_SITE}/utils/raid/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1934f4a
From 4e298b899d839b01986255fc068027833a26eab6 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:16:28 -0700
Subject: [PATCH 05/20] mdbtools: fix license, other lint
---
srcpkgs/mdbtools/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdbtools/template b/srcpkgs/mdbtools/template
index 73de7c1bee0c..f0c6d661873f 100644
--- a/srcpkgs/mdbtools/template
+++ b/srcpkgs/mdbtools/template
@@ -1,15 +1,15 @@
# Template file for 'mdbtools'
pkgname=mdbtools
version=0.5
-revision=10
+revision=11
build_style=gnu-configure
configure_args="--disable-glibtest --enable-sql"
hostmakedepends="flex bison pkg-config"
makedepends="readline-devel libglib-devel"
short_desc="Library and utilities for reading Microsoft Access Databases"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="http://mdbtools.sourceforge.net/"
-license="GPL-2, LGPL-2.1"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=7a5db39fecff5ce4fb91e019acf5795b40221aff09bbd6d84f8dec60f017b05d
From c6aa9da3310f22091cecbb7edbb02153f4830322 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:17:59 -0700
Subject: [PATCH 06/20] mdnsd: fix license
---
srcpkgs/mdnsd/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdnsd/template b/srcpkgs/mdnsd/template
index 7f335d6348f2..53476d355366 100644
--- a/srcpkgs/mdnsd/template
+++ b/srcpkgs/mdnsd/template
@@ -1,12 +1,12 @@
# Template file for 'mdnsd'
pkgname=mdnsd
version=0.10
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config libtool"
short_desc="Embeddable Multicast DNS Daemon"
maintainer="Duncaen <duncaen@voidlinux.org>"
-license="BSD-3-clause"
+license="BSD-3-Clause"
homepage="https://github.com/troglobit/mdnsd"
distfiles="https://github.com/troglobit/mdnsd/archive/v${version}.tar.gz"
checksum=2e1a77fc9ff36e993a39b10016fe38723784ca7e3141ca00e4d6f43545d2988c
From 73e53ab55f959ce81004784ebe192dc902ffd34d Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:19:43 -0700
Subject: [PATCH 07/20] menu-cache: fix license, other lint
---
srcpkgs/menu-cache/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/menu-cache/template b/srcpkgs/menu-cache/template
index d2907cbff7e8..6f1e49ef2c16 100644
--- a/srcpkgs/menu-cache/template
+++ b/srcpkgs/menu-cache/template
@@ -1,15 +1,15 @@
# Template file for 'menu-cache'
pkgname=menu-cache
version=1.1.0
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
makedepends="libglib-devel libfm-extra-devel"
short_desc="LXDE freedesktop menu specification"
-homepage="http://lxde.org/"
-license="GPL-2"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later"
+homepage="http://lxde.org/"
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.xz"
checksum=ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9273ec7
From f5b84b9d82c0b72aab63d413ea8c6b1f77bb7ce4 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:22:06 -0700
Subject: [PATCH 08/20] menulibre: fix license, other lint
---
srcpkgs/menulibre/template | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index 5327654776da..c1529e67d28e 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,15 +1,14 @@
# Template file for 'menulibre'
pkgname=menulibre
version=2.2.1
-revision=3
+revision=4
build_style=python3-module
-pycompile_module="menulibre menulibre_lib"
hostmakedepends="python3-distutils-extra intltool"
depends="gnome-menus gobject-introspection gsettings-desktop-schemas gtk+3
python3-gobject python3-psutil python3-xdg"
short_desc="Advanced menu editor"
maintainer="Styrsven <sven.a.jonsson@bahnhof.se>"
-license="GPL-3"
+license="GPL-3.0-only"
homepage="https://bluesabre.org/projects/menulibre/"
distfiles="https://launchpad.net/$pkgname/${version%.*}/$version/+download/$pkgname-$version.tar.gz"
checksum=5b3ef8e6073d584f6accf282fa1eb649185ee42eb22fab70231491c7377d7e8f
From 9850d06060c027c5c87f6fee5b824260dd612afa Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:23:46 -0700
Subject: [PATCH 09/20] mfoc: fix license
---
srcpkgs/mfoc/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mfoc/template b/srcpkgs/mfoc/template
index a6ce644c22c2..2afff8f385a6 100644
--- a/srcpkgs/mfoc/template
+++ b/srcpkgs/mfoc/template
@@ -1,14 +1,14 @@
# Template file for 'mfoc'
pkgname=mfoc
version=0.10.7
-revision=4
+revision=5
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libnfc-devel"
short_desc="Mifare Classic Offline Cracker"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-3"
+license="GPL-2.0-or-later"
homepage="http://nfc-tools.org"
distfiles="https://github.com/nfc-tools/mfoc/archive/${pkgname}-${version}.tar.gz"
checksum=2dfd8ffa4a8b357807680d190a91c8cf3db54b4211a781edc1108af401dbaad7
From 65d9e77a3f2a81d9966a0e21bc9d45c5625471ed Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:24:50 -0700
Subject: [PATCH 10/20] mhddfs: fix license
---
srcpkgs/mhddfs/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mhddfs/template b/srcpkgs/mhddfs/template
index b60fcb06a7bf..4872e4b2ab7b 100644
--- a/srcpkgs/mhddfs/template
+++ b/srcpkgs/mhddfs/template
@@ -1,13 +1,13 @@
# Template file for 'mhddfs'
pkgname=mhddfs
version=0.1.39
-revision=1
+revision=2
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="fuse-devel attr-devel uthash"
short_desc="FUSE filesystem that combines a several mountpoints into a single one"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
homepage="http://mhddfs.uvw.ru/"
distfiles="http://mhddfs.uvw.ru/downloads/${pkgname}_${version}.tar.gz"
checksum=702fc5486460c1828898426b1935179ce60bc1ed16fc8bc575c9ec1d12acef91
From c2aabe755e8627980efc499fe57767b66df818e1 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:38:19 -0700
Subject: [PATCH 11/20] minissdpd: fix license
---
srcpkgs/minissdpd/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/minissdpd/template b/srcpkgs/minissdpd/template
index b0d56f0058df..dc43f8bf1bcd 100644
--- a/srcpkgs/minissdpd/template
+++ b/srcpkgs/minissdpd/template
@@ -1,12 +1,12 @@
# Template file for 'minissdpd'
pkgname=minissdpd
version=1.5
-revision=1
+revision=2
build_style=gnu-makefile
makedepends="libnfnetlink-devel"
short_desc="MiniSSDP Daemon to speed up UPnP device discovery"
maintainer="Duncaen <duncaen@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
homepage="http://miniupnp.free.fr/minissdpd.html"
distfiles="http://miniupnp.free.fr/files/minissdpd-${version}.tar.gz"
checksum=dfd637b185731e1acb412a86faa9718eb93c04ca08280541a6d22d14d1fb890f
From a876201e676ef3223db4867cf28222f86771db30 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:40:14 -0700
Subject: [PATCH 12/20] mirage: fix license, other lint
---
srcpkgs/mirage/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mirage/template b/srcpkgs/mirage/template
index 622343aeb887..d2baca9ed8c5 100644
--- a/srcpkgs/mirage/template
+++ b/srcpkgs/mirage/template
@@ -1,15 +1,14 @@
# Template file for 'mirage'
pkgname=mirage
version=0.9.5.2
-revision=1
+revision=2
build_style="python2-module"
hostmakedepends="gettext python-devel pygtk-devel"
makedepends="python-devel pygtk-devel"
depends="pygtk desktop-file-utils"
-short_desc="A simple GTK+ image viewer"
+short_desc="Simple GTK+ image viewer"
maintainer="Sergei Akhmatdinov <sakhmatd@riseup.net>"
-license="GPL-3"
+license="GPL-3.0-only"
homepage="http://mirageiv.sourceforge.net/"
distfiles="$SOURCEFORGE_SITE/mirageiv.berlios/${pkgname}-${version}.tar.bz2"
checksum=d214a1b6d99d1d1e83da5848a2cef181f6781e0990e93f7ebff5880b0c43f43c
-
From 905dca8d4f6e35755d217f64b7dceb1227afc996 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:47:27 -0700
Subject: [PATCH 13/20] mkinitcpio-nfs-utils: fix license, other lint
---
srcpkgs/mkinitcpio-nfs-utils/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/mkinitcpio-nfs-utils/template b/srcpkgs/mkinitcpio-nfs-utils/template
index d8f23343ad6a..94bc6aca7bc3 100644
--- a/srcpkgs/mkinitcpio-nfs-utils/template
+++ b/srcpkgs/mkinitcpio-nfs-utils/template
@@ -1,13 +1,13 @@
# Template file for 'mkinitcpio-nfs-utils'
pkgname=mkinitcpio-nfs-utils
version=0.3
-revision=2
+revision=3
build_style=gnu-makefile
+depends="mkinitcpio"
short_desc="Ipconfig and nfsmount tools for NFS root support in mkinitcpio"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
+license="GPL-2.0-only"
homepage="http://www.archlinux.org/"
-depends="mkinitcpio"
distfiles="https://sources.archlinux.org/other/mkinitcpio/$pkgname-$version.tar.xz"
checksum=d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939
From 2949213b7da90e1a77f335385f597a555e13473d Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:52:40 -0700
Subject: [PATCH 14/20] mono-basic: fix license, other lint
---
srcpkgs/mono-basic/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/mono-basic/template b/srcpkgs/mono-basic/template
index 8cae727f2876..cb9fffdffff6 100644
--- a/srcpkgs/mono-basic/template
+++ b/srcpkgs/mono-basic/template
@@ -1,14 +1,14 @@
# Template file for 'mono-basic'
pkgname=mono-basic
version=4.7
-revision=1
+revision=2
build_style=gnu-configure
-short_desc="VisualBasic.NET support for mono"
-maintainer="Perez <elperezoso@disroot.org>"
-license="LGPL-2"
-homepage="https://www.mono-project.com/"
hostmakedepends="pkg-config mono"
makedepends="mono-devel"
depends="mono"
+short_desc="VisualBasic.NET support for mono"
+maintainer="Perez <elperezoso@disroot.org>"
+license="LGPL-2.1-only, X11"
+homepage="https://www.mono-project.com/"
distfiles="https://download.mono-project.com/sources/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=0b3962719de45f7f6b8d6c5481d7e50c2e79cbcf7f1ce02810b65fcfa261cc28
From 392852e7f3b41c990ed72d3fc9a75ee77decdaf0 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:55:07 -0700
Subject: [PATCH 15/20] mp3gain: fix license
---
srcpkgs/mp3gain/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mp3gain/template b/srcpkgs/mp3gain/template
index 7bde1d2926df..d69c2be8aee5 100644
--- a/srcpkgs/mp3gain/template
+++ b/srcpkgs/mp3gain/template
@@ -1,7 +1,7 @@
# Template file for 'mp3gain'
pkgname=mp3gain
version=1.6.2
-revision=1
+revision=2
create_wrksrc=yes
build_style=gnu-makefile
make_build_args="OSTYPE=linux"
@@ -9,7 +9,7 @@ hostmakedepends="unzip"
makedepends="mpg123-devel"
short_desc="Lossless mp3 normalizer with statistical analysis"
maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://mp3gain.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//./_}-src.zip"
checksum=5cc04732ef32850d5878b28fbd8b85798d979a025990654aceeaa379bcc9596d
From 5f042394676a2262737e94b39f7c53958cdfa03a Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:55:57 -0700
Subject: [PATCH 16/20] mp3info: fix license
---
srcpkgs/mp3info/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mp3info/template b/srcpkgs/mp3info/template
index e090d66e2cc2..caab6cbc2612 100644
--- a/srcpkgs/mp3info/template
+++ b/srcpkgs/mp3info/template
@@ -1,13 +1,13 @@
# Template file for 'mp3info'
pkgname=mp3info
version=0.8.5a
-revision=4
+revision=5
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="gtk+-devel ncurses-devel"
short_desc="Utility used to read and modify the ID3 tags of MP3 files"
maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="http://ibiblio.org/mp3info/"
distfiles="https://ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-${version}.tgz"
checksum=0438ac68e9f04947fb14ca5573d27c62454cb9db3a93b7f1d2c226cd3e0b4e10
From ba7bcf96dda55dccddd585db2f832e3405fccfec Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:59:01 -0700
Subject: [PATCH 17/20] mspdebug: fix license
---
srcpkgs/mspdebug/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mspdebug/template b/srcpkgs/mspdebug/template
index b38ed4b5697b..8a5a10280f8d 100644
--- a/srcpkgs/mspdebug/template
+++ b/srcpkgs/mspdebug/template
@@ -1,12 +1,12 @@
# Template file for 'mspdebug'
-pkgname="mspdebug"
+pkgname=mspdebug
version=0.25
-revision=2
+revision=3
build_style=gnu-makefile
+makedepends="readline-devel libusb-compat-devel"
short_desc="Debugger for MSP430 MCUs"
maintainer="allan <mail@may.mooo.com>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="http://mspdebug.sourceforge.net"
distfiles="https://github.com/dlbeer/mspdebug/archive/v${version}.tar.gz"
checksum=347b5ae5d0ab0cddb54363b72abe482f9f5d6aedb8f230048de0ded28b7d1503
-makedepends="readline-devel libusb-compat-devel"
From 55a492724b90a25a8c10b87a91aca9a1dfb659a9 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:31:44 -0700
Subject: [PATCH 18/20] musl-fts: fix license, other lint
---
srcpkgs/musl-fts/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/musl-fts/template b/srcpkgs/musl-fts/template
index fe6cb20c857f..fe5beee6596e 100644
--- a/srcpkgs/musl-fts/template
+++ b/srcpkgs/musl-fts/template
@@ -1,13 +1,13 @@
# Template file for 'musl-fts'
pkgname=musl-fts
version=1.2.7
-revision=3
+revision=4
+archs="*-musl"
build_style=gnu-configure
hostmakedepends="automake libtool"
-archs="*-musl"
short_desc="Implementation of fts(3) for musl libc"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="BSD-3-Clause"
homepage="https://github.com/void-linux/musl-fts"
distfiles="https://github.com/void-linux/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6
From 7938eb8719d5b308fd6e47496fc826c544d1f656 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:32:46 -0700
Subject: [PATCH 19/20] musl-rpmatch: fix license, other lint
---
srcpkgs/musl-rpmatch/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/musl-rpmatch/template b/srcpkgs/musl-rpmatch/template
index 754d017afa73..d9e10285fc5c 100644
--- a/srcpkgs/musl-rpmatch/template
+++ b/srcpkgs/musl-rpmatch/template
@@ -1,14 +1,14 @@
# Template file for 'musl-rpmatch'
pkgname=musl-rpmatch
version=1.0
-revision=2
+revision=3
build_style=gnu-configure
configure_args="--enable-shared --enable-static"
hostmakedepends="automake libtool gettext-devel"
makedepends="gettext-devel"
short_desc="Implementation of rpmatch(3) for musl libc"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
homepage="https://github.com/pullmoll/musl-rpmatch"
distfiles="https://github.com/pullmoll/musl-rpmatch/archive/v${version}.tar.gz"
checksum=dcbd41909bd69eaeedd20f03435b165406b514465249186ff1ca68d04fd35953
From cc35473c00567a2f12b289f8b6f122e7aee373a1 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:36:41 -0700
Subject: [PATCH 20/20] mythes: fix license, other lint
---
srcpkgs/mythes/template | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mythes/template b/srcpkgs/mythes/template
index 6e53c2845ddc..e7e77bc007c9 100644
--- a/srcpkgs/mythes/template
+++ b/srcpkgs/mythes/template
@@ -1,17 +1,21 @@
# Template file for 'mythes'
pkgname=mythes
version=1.2.4
-revision=4
+revision=5
build_style=gnu-configure
-short_desc="Simple thesaurus that uses a structured text data"
-maintainer="Enno Boland <gottox@voidlinux.org>"
hostmakedepends="pkg-config"
makedepends="hunspell-devel"
-license="GPL-3"
+short_desc="Simple thesaurus that uses a structured text data"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-3-Clause"
homepage="http://sourceforge.net/projects/hunspell/files/MyThes"
distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz"
checksum=1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f
+post_install() {
+ vlicense COPYING
+}
+
mythes-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] Omnibus lint pass for SPDX errors - most packages starting with M
2021-05-09 6:52 [PR PATCH] Omnibus lint pass for SPDX errors - most packages starting with M heliocat
2021-05-09 7:10 ` [PR PATCH] [Updated] " heliocat
2021-06-10 7:38 ` heliocat
@ 2021-06-26 18:26 ` heliocat
2021-08-29 11:07 ` [PR PATCH] [Closed]: " sgn
3 siblings, 0 replies; 5+ messages in thread
From: heliocat @ 2021-06-26 18:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]
There is an updated pull request by heliocat against master on the void-packages repository
https://github.com/heliocat/void-packages lint_m
https://github.com/void-linux/void-packages/pull/30758
Omnibus lint pass for SPDX errors - most packages starting with M
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [x] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/30758.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lint_m-30758.patch --]
[-- Type: text/x-diff, Size: 21689 bytes --]
From 89582d43ef3050ec268c8f667670bba5d6545c21 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:23:13 -0700
Subject: [PATCH 01/20] m17n-db: fix license
---
srcpkgs/m17n-db/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/m17n-db/template b/srcpkgs/m17n-db/template
index 84272545101d..cf87a51db5c7 100644
--- a/srcpkgs/m17n-db/template
+++ b/srcpkgs/m17n-db/template
@@ -1,14 +1,14 @@
# Template file for 'm17n-db'
pkgname=m17n-db
version=1.8.0
-revision=1
+revision=2
_glibc_version=2.26
build_style=gnu-configure
configure_args="--with-charmaps=${XBPS_BUILDDIR}/glibc-${_glibc_version}/localedata/charmaps"
hostmakedepends="gettext"
short_desc="Multilingual text processing library (database)"
maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://www.nongnu.org/m17n/"
distfiles="${NONGNU_SITE}/${pkgname/-db/}/${pkgname}-${version}.tar.gz
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"
From d24e790591bb92caa72836167564209def75abe8 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:25:39 -0700
Subject: [PATCH 02/20] m17n-lib: fix license
---
srcpkgs/m17n-lib/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/m17n-lib/template b/srcpkgs/m17n-lib/template
index d5ac63405beb..1989feb90094 100644
--- a/srcpkgs/m17n-lib/template
+++ b/srcpkgs/m17n-lib/template
@@ -1,7 +1,7 @@
# Template file for 'm17n-lib'
pkgname=m17n-lib
version=1.8.0
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libxml2-devel fribidi-devel freetype-devel fontconfig-devel gd-devel
@@ -9,7 +9,7 @@ makedepends="libxml2-devel fribidi-devel freetype-devel fontconfig-devel gd-deve
depends="m17n-db"
short_desc="Multilingual text processing library"
maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://www.nongnu.org/m17n/"
distfiles="${NONGNU_SITE}/${pkgname/-lib/}/${pkgname}-${version}.tar.gz"
checksum=78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a
From e1853886329ffadabeb2f856504d48cbf7b9ad78 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:28:52 -0700
Subject: [PATCH 03/20] mailx: fix license, other lint
---
srcpkgs/mailx/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mailx/template b/srcpkgs/mailx/template
index 92b82d8c268d..eeefe74cd8f4 100644
--- a/srcpkgs/mailx/template
+++ b/srcpkgs/mailx/template
@@ -1,17 +1,17 @@
# Template file for 'mailx'
pkgname=mailx
version=12.5
-revision=25
+revision=26
wrksrc="mailx-${version}"
makedepends="openssl-devel mit-krb5-devel"
conf_files="/etc/mailx.rc"
-provides="mail-${version}_${revision}"
short_desc="Feature-rich BSD mail(1)"
-homepage="http://heirloom.sourceforge.net/mailx.html"
-license="BSD"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-4-Clause"
+homepage="http://heirloom.sourceforge.net/mailx.html"
distfiles="https://pkgs.fedoraproject.org/repo/pkgs/mailx/mailx-${version}.tar.xz/836bf1da322d2d1f78b7056c2b3b2304/${pkgname}-${version}.tar.xz"
checksum=1b8136fb2466adeaf71a5e3c65db9fa1a967f1f6469ff689c2cf06e21f638823
+provides="mail-${version}_${revision}"
alternatives="
mail:mail.rc:/etc/mailx.rc
From 9965ffd8621e785f869991def0c15102d542aa30 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:12:12 -0700
Subject: [PATCH 04/20] mdadm: fix license
---
srcpkgs/mdadm/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdadm/template b/srcpkgs/mdadm/template
index f776b6dc9d36..8d3aaa39e3ae 100644
--- a/srcpkgs/mdadm/template
+++ b/srcpkgs/mdadm/template
@@ -1,12 +1,12 @@
# Template file for 'mdadm'
pkgname=mdadm
version=4.1
-revision=3
+revision=4
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel"
short_desc="Tool for managing/monitoring Linux md device arrays"
maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="https://git.kernel.org/cgit/utils/mdadm/mdadm.git/log/"
distfiles="${KERNEL_SITE}/utils/raid/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1934f4a
From 25a7c068cd9fc94aaadfe4e76b01597a5314e6a0 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:16:28 -0700
Subject: [PATCH 05/20] mdbtools: fix license, other lint
---
srcpkgs/mdbtools/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdbtools/template b/srcpkgs/mdbtools/template
index 73de7c1bee0c..f0c6d661873f 100644
--- a/srcpkgs/mdbtools/template
+++ b/srcpkgs/mdbtools/template
@@ -1,15 +1,15 @@
# Template file for 'mdbtools'
pkgname=mdbtools
version=0.5
-revision=10
+revision=11
build_style=gnu-configure
configure_args="--disable-glibtest --enable-sql"
hostmakedepends="flex bison pkg-config"
makedepends="readline-devel libglib-devel"
short_desc="Library and utilities for reading Microsoft Access Databases"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="http://mdbtools.sourceforge.net/"
-license="GPL-2, LGPL-2.1"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=7a5db39fecff5ce4fb91e019acf5795b40221aff09bbd6d84f8dec60f017b05d
From 2a40f272004e8714990fa3212c209b5347c8799e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:17:59 -0700
Subject: [PATCH 06/20] mdnsd: fix license
---
srcpkgs/mdnsd/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mdnsd/template b/srcpkgs/mdnsd/template
index 7f335d6348f2..53476d355366 100644
--- a/srcpkgs/mdnsd/template
+++ b/srcpkgs/mdnsd/template
@@ -1,12 +1,12 @@
# Template file for 'mdnsd'
pkgname=mdnsd
version=0.10
-revision=1
+revision=2
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config libtool"
short_desc="Embeddable Multicast DNS Daemon"
maintainer="Duncaen <duncaen@voidlinux.org>"
-license="BSD-3-clause"
+license="BSD-3-Clause"
homepage="https://github.com/troglobit/mdnsd"
distfiles="https://github.com/troglobit/mdnsd/archive/v${version}.tar.gz"
checksum=2e1a77fc9ff36e993a39b10016fe38723784ca7e3141ca00e4d6f43545d2988c
From a3cc19f876891a1075120e6c4328e2f58d34fe85 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:19:43 -0700
Subject: [PATCH 07/20] menu-cache: fix license, other lint
---
srcpkgs/menu-cache/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/menu-cache/template b/srcpkgs/menu-cache/template
index d2907cbff7e8..6f1e49ef2c16 100644
--- a/srcpkgs/menu-cache/template
+++ b/srcpkgs/menu-cache/template
@@ -1,15 +1,15 @@
# Template file for 'menu-cache'
pkgname=menu-cache
version=1.1.0
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
makedepends="libglib-devel libfm-extra-devel"
short_desc="LXDE freedesktop menu specification"
-homepage="http://lxde.org/"
-license="GPL-2"
maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later"
+homepage="http://lxde.org/"
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.xz"
checksum=ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9273ec7
From c7fc84050dd0561f234c9236bf5619a3b23351ba Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:22:06 -0700
Subject: [PATCH 08/20] menulibre: fix license, other lint
---
srcpkgs/menulibre/template | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index 5327654776da..c1529e67d28e 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,15 +1,14 @@
# Template file for 'menulibre'
pkgname=menulibre
version=2.2.1
-revision=3
+revision=4
build_style=python3-module
-pycompile_module="menulibre menulibre_lib"
hostmakedepends="python3-distutils-extra intltool"
depends="gnome-menus gobject-introspection gsettings-desktop-schemas gtk+3
python3-gobject python3-psutil python3-xdg"
short_desc="Advanced menu editor"
maintainer="Styrsven <sven.a.jonsson@bahnhof.se>"
-license="GPL-3"
+license="GPL-3.0-only"
homepage="https://bluesabre.org/projects/menulibre/"
distfiles="https://launchpad.net/$pkgname/${version%.*}/$version/+download/$pkgname-$version.tar.gz"
checksum=5b3ef8e6073d584f6accf282fa1eb649185ee42eb22fab70231491c7377d7e8f
From 546cd6352d288c6b1626ed24b1cdb581595b5156 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:23:46 -0700
Subject: [PATCH 09/20] mfoc: fix license
---
srcpkgs/mfoc/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mfoc/template b/srcpkgs/mfoc/template
index a6ce644c22c2..2afff8f385a6 100644
--- a/srcpkgs/mfoc/template
+++ b/srcpkgs/mfoc/template
@@ -1,14 +1,14 @@
# Template file for 'mfoc'
pkgname=mfoc
version=0.10.7
-revision=4
+revision=5
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libnfc-devel"
short_desc="Mifare Classic Offline Cracker"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-3"
+license="GPL-2.0-or-later"
homepage="http://nfc-tools.org"
distfiles="https://github.com/nfc-tools/mfoc/archive/${pkgname}-${version}.tar.gz"
checksum=2dfd8ffa4a8b357807680d190a91c8cf3db54b4211a781edc1108af401dbaad7
From fffcbf0de5945b859cbadd02be49ddf8e30eb3a8 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:24:50 -0700
Subject: [PATCH 10/20] mhddfs: fix license
---
srcpkgs/mhddfs/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mhddfs/template b/srcpkgs/mhddfs/template
index b60fcb06a7bf..4872e4b2ab7b 100644
--- a/srcpkgs/mhddfs/template
+++ b/srcpkgs/mhddfs/template
@@ -1,13 +1,13 @@
# Template file for 'mhddfs'
pkgname=mhddfs
version=0.1.39
-revision=1
+revision=2
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="fuse-devel attr-devel uthash"
short_desc="FUSE filesystem that combines a several mountpoints into a single one"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
homepage="http://mhddfs.uvw.ru/"
distfiles="http://mhddfs.uvw.ru/downloads/${pkgname}_${version}.tar.gz"
checksum=702fc5486460c1828898426b1935179ce60bc1ed16fc8bc575c9ec1d12acef91
From 8fb58282f9143a26a3dbafd905f70e080ddfc77e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:38:19 -0700
Subject: [PATCH 11/20] minissdpd: fix license
---
srcpkgs/minissdpd/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/minissdpd/template b/srcpkgs/minissdpd/template
index b0d56f0058df..dc43f8bf1bcd 100644
--- a/srcpkgs/minissdpd/template
+++ b/srcpkgs/minissdpd/template
@@ -1,12 +1,12 @@
# Template file for 'minissdpd'
pkgname=minissdpd
version=1.5
-revision=1
+revision=2
build_style=gnu-makefile
makedepends="libnfnetlink-devel"
short_desc="MiniSSDP Daemon to speed up UPnP device discovery"
maintainer="Duncaen <duncaen@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
homepage="http://miniupnp.free.fr/minissdpd.html"
distfiles="http://miniupnp.free.fr/files/minissdpd-${version}.tar.gz"
checksum=dfd637b185731e1acb412a86faa9718eb93c04ca08280541a6d22d14d1fb890f
From b50def68749ea947afd605b7519ab31f201a860d Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:40:14 -0700
Subject: [PATCH 12/20] mirage: fix license, other lint
---
srcpkgs/mirage/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mirage/template b/srcpkgs/mirage/template
index 622343aeb887..d2baca9ed8c5 100644
--- a/srcpkgs/mirage/template
+++ b/srcpkgs/mirage/template
@@ -1,15 +1,14 @@
# Template file for 'mirage'
pkgname=mirage
version=0.9.5.2
-revision=1
+revision=2
build_style="python2-module"
hostmakedepends="gettext python-devel pygtk-devel"
makedepends="python-devel pygtk-devel"
depends="pygtk desktop-file-utils"
-short_desc="A simple GTK+ image viewer"
+short_desc="Simple GTK+ image viewer"
maintainer="Sergei Akhmatdinov <sakhmatd@riseup.net>"
-license="GPL-3"
+license="GPL-3.0-only"
homepage="http://mirageiv.sourceforge.net/"
distfiles="$SOURCEFORGE_SITE/mirageiv.berlios/${pkgname}-${version}.tar.bz2"
checksum=d214a1b6d99d1d1e83da5848a2cef181f6781e0990e93f7ebff5880b0c43f43c
-
From 07af51914071816d135c3d45b88a6ae6d2677c94 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:47:27 -0700
Subject: [PATCH 13/20] mkinitcpio-nfs-utils: fix license, other lint
---
srcpkgs/mkinitcpio-nfs-utils/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/mkinitcpio-nfs-utils/template b/srcpkgs/mkinitcpio-nfs-utils/template
index f40c42735fd6..7f36e1cf7fdf 100644
--- a/srcpkgs/mkinitcpio-nfs-utils/template
+++ b/srcpkgs/mkinitcpio-nfs-utils/template
@@ -1,13 +1,13 @@
# Template file for 'mkinitcpio-nfs-utils'
pkgname=mkinitcpio-nfs-utils
version=0.3
-revision=2
+revision=3
build_style=gnu-makefile
+depends="mkinitcpio"
short_desc="Ipconfig and nfsmount tools for NFS root support in mkinitcpio"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
+license="GPL-2.0-only"
homepage="http://www.archlinux.org/"
-depends="mkinitcpio"
distfiles="https://sources.archlinux.org/other/mkinitcpio/$pkgname-$version.tar.xz"
checksum=d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939
From aac4a73326efef9eda89ee234ae4633364fbb823 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:52:40 -0700
Subject: [PATCH 14/20] mono-basic: fix license, other lint
---
srcpkgs/mono-basic/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/mono-basic/template b/srcpkgs/mono-basic/template
index 8cae727f2876..cb9fffdffff6 100644
--- a/srcpkgs/mono-basic/template
+++ b/srcpkgs/mono-basic/template
@@ -1,14 +1,14 @@
# Template file for 'mono-basic'
pkgname=mono-basic
version=4.7
-revision=1
+revision=2
build_style=gnu-configure
-short_desc="VisualBasic.NET support for mono"
-maintainer="Perez <elperezoso@disroot.org>"
-license="LGPL-2"
-homepage="https://www.mono-project.com/"
hostmakedepends="pkg-config mono"
makedepends="mono-devel"
depends="mono"
+short_desc="VisualBasic.NET support for mono"
+maintainer="Perez <elperezoso@disroot.org>"
+license="LGPL-2.1-only, X11"
+homepage="https://www.mono-project.com/"
distfiles="https://download.mono-project.com/sources/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=0b3962719de45f7f6b8d6c5481d7e50c2e79cbcf7f1ce02810b65fcfa261cc28
From 0e581d6166340c057b30c937fbd31c1dfca67d74 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:55:07 -0700
Subject: [PATCH 15/20] mp3gain: fix license
---
srcpkgs/mp3gain/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mp3gain/template b/srcpkgs/mp3gain/template
index 7bde1d2926df..d69c2be8aee5 100644
--- a/srcpkgs/mp3gain/template
+++ b/srcpkgs/mp3gain/template
@@ -1,7 +1,7 @@
# Template file for 'mp3gain'
pkgname=mp3gain
version=1.6.2
-revision=1
+revision=2
create_wrksrc=yes
build_style=gnu-makefile
make_build_args="OSTYPE=linux"
@@ -9,7 +9,7 @@ hostmakedepends="unzip"
makedepends="mpg123-devel"
short_desc="Lossless mp3 normalizer with statistical analysis"
maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
homepage="http://mp3gain.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//./_}-src.zip"
checksum=5cc04732ef32850d5878b28fbd8b85798d979a025990654aceeaa379bcc9596d
From 389f19500f3d9051ce4f2adb13b6f8b421ee6004 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:55:57 -0700
Subject: [PATCH 16/20] mp3info: fix license
---
srcpkgs/mp3info/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mp3info/template b/srcpkgs/mp3info/template
index e090d66e2cc2..caab6cbc2612 100644
--- a/srcpkgs/mp3info/template
+++ b/srcpkgs/mp3info/template
@@ -1,13 +1,13 @@
# Template file for 'mp3info'
pkgname=mp3info
version=0.8.5a
-revision=4
+revision=5
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="gtk+-devel ncurses-devel"
short_desc="Utility used to read and modify the ID3 tags of MP3 files"
maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="http://ibiblio.org/mp3info/"
distfiles="https://ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-${version}.tgz"
checksum=0438ac68e9f04947fb14ca5573d27c62454cb9db3a93b7f1d2c226cd3e0b4e10
From f1e8ccdbe4d1ea51bffce98b2d5c998c8be75949 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:59:01 -0700
Subject: [PATCH 17/20] mspdebug: fix license
---
srcpkgs/mspdebug/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mspdebug/template b/srcpkgs/mspdebug/template
index b38ed4b5697b..8a5a10280f8d 100644
--- a/srcpkgs/mspdebug/template
+++ b/srcpkgs/mspdebug/template
@@ -1,12 +1,12 @@
# Template file for 'mspdebug'
-pkgname="mspdebug"
+pkgname=mspdebug
version=0.25
-revision=2
+revision=3
build_style=gnu-makefile
+makedepends="readline-devel libusb-compat-devel"
short_desc="Debugger for MSP430 MCUs"
maintainer="allan <mail@may.mooo.com>"
-license="GPL-2"
+license="GPL-2.0-or-later"
homepage="http://mspdebug.sourceforge.net"
distfiles="https://github.com/dlbeer/mspdebug/archive/v${version}.tar.gz"
checksum=347b5ae5d0ab0cddb54363b72abe482f9f5d6aedb8f230048de0ded28b7d1503
-makedepends="readline-devel libusb-compat-devel"
From e2b6312f2cd556309d2dffd51d7feb336c0aca60 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:31:44 -0700
Subject: [PATCH 18/20] musl-fts: fix license, other lint
---
srcpkgs/musl-fts/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/musl-fts/template b/srcpkgs/musl-fts/template
index fe6cb20c857f..fe5beee6596e 100644
--- a/srcpkgs/musl-fts/template
+++ b/srcpkgs/musl-fts/template
@@ -1,13 +1,13 @@
# Template file for 'musl-fts'
pkgname=musl-fts
version=1.2.7
-revision=3
+revision=4
+archs="*-musl"
build_style=gnu-configure
hostmakedepends="automake libtool"
-archs="*-musl"
short_desc="Implementation of fts(3) for musl libc"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="BSD-3-Clause"
homepage="https://github.com/void-linux/musl-fts"
distfiles="https://github.com/void-linux/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6
From c4075b83e9957e92964e0d218d081425ab6ab5f4 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:32:46 -0700
Subject: [PATCH 19/20] musl-rpmatch: fix license, other lint
---
srcpkgs/musl-rpmatch/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/musl-rpmatch/template b/srcpkgs/musl-rpmatch/template
index 754d017afa73..d9e10285fc5c 100644
--- a/srcpkgs/musl-rpmatch/template
+++ b/srcpkgs/musl-rpmatch/template
@@ -1,14 +1,14 @@
# Template file for 'musl-rpmatch'
pkgname=musl-rpmatch
version=1.0
-revision=2
+revision=3
build_style=gnu-configure
configure_args="--enable-shared --enable-static"
hostmakedepends="automake libtool gettext-devel"
makedepends="gettext-devel"
short_desc="Implementation of rpmatch(3) for musl libc"
maintainer="Orphaned <orphan@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
homepage="https://github.com/pullmoll/musl-rpmatch"
distfiles="https://github.com/pullmoll/musl-rpmatch/archive/v${version}.tar.gz"
checksum=dcbd41909bd69eaeedd20f03435b165406b514465249186ff1ca68d04fd35953
From bed61eb4938075efee735f7171e173e8deea71fb Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:36:41 -0700
Subject: [PATCH 20/20] mythes: fix license, other lint
---
srcpkgs/mythes/template | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/mythes/template b/srcpkgs/mythes/template
index 6e53c2845ddc..e7e77bc007c9 100644
--- a/srcpkgs/mythes/template
+++ b/srcpkgs/mythes/template
@@ -1,17 +1,21 @@
# Template file for 'mythes'
pkgname=mythes
version=1.2.4
-revision=4
+revision=5
build_style=gnu-configure
-short_desc="Simple thesaurus that uses a structured text data"
-maintainer="Enno Boland <gottox@voidlinux.org>"
hostmakedepends="pkg-config"
makedepends="hunspell-devel"
-license="GPL-3"
+short_desc="Simple thesaurus that uses a structured text data"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-3-Clause"
homepage="http://sourceforge.net/projects/hunspell/files/MyThes"
distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz"
checksum=1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f
+post_install() {
+ vlicense COPYING
+}
+
mythes-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: Omnibus lint pass for SPDX errors - most packages starting with M
2021-05-09 6:52 [PR PATCH] Omnibus lint pass for SPDX errors - most packages starting with M heliocat
` (2 preceding siblings ...)
2021-06-26 18:26 ` heliocat
@ 2021-08-29 11:07 ` sgn
3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2021-08-29 11:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1465 bytes --]
There's a closed pull request on the void-packages repository
Omnibus lint pass for SPDX errors - most packages starting with M
https://github.com/void-linux/void-packages/pull/30758
Description:
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [x] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-08-29 11:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-09 6:52 [PR PATCH] Omnibus lint pass for SPDX errors - most packages starting with M heliocat
2021-05-09 7:10 ` [PR PATCH] [Updated] " heliocat
2021-06-10 7:38 ` heliocat
2021-06-26 18:26 ` heliocat
2021-08-29 11:07 ` [PR PATCH] [Closed]: " sgn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).