Adopt SPDX identifiers for license fields
This commit is contained in:
parent
22120a640c
commit
cc9e320509
38 changed files with 42 additions and 43 deletions
|
@ -4,7 +4,7 @@ pkgbase = bino
|
|||
pkgrel = 1
|
||||
url = https://bino3d.org/
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = cmake
|
||||
makedepends = qt6-tools
|
||||
depends = qt6-multimedia
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
|||
pkgdesc='A video player with focus on 3D and Virtual Reality'
|
||||
arch=('x86_64')
|
||||
url='https://bino3d.org/'
|
||||
license=('GPL3')
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('qt6-multimedia' 'qt6-svg' 'qvr')
|
||||
makedepends=('cmake' 'qt6-tools')
|
||||
source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig})
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgbase = clonezilla-unstable
|
|||
pkgrel = 1
|
||||
url = https://clonezilla.org
|
||||
arch = any
|
||||
license = GPL2
|
||||
license = GPL-2.0-or-later
|
||||
depends = drbl
|
||||
depends = partclone
|
||||
depends = ntfs-3g
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgrel=1
|
|||
pkgdesc="ncurses partition and disk imaging/cloning program"
|
||||
arch=('any')
|
||||
url="https://clonezilla.org"
|
||||
license=('GPL2')
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
|
||||
'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
|
||||
'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl' 'cifs-utils')
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgbase = ect
|
|||
pkgrel = 1
|
||||
url = https://github.com/fhanau/efficient-compression-tool
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
license = Apache-2.0
|
||||
makedepends = nasm
|
||||
makedepends = git
|
||||
makedepends = cmake
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
|||
pkgdesc='File compressor, supports postcompression of PNG, JPEG, GZIP and ZIP files'
|
||||
url="https://github.com/fhanau/$_pkgname"
|
||||
arch=('x86_64')
|
||||
license=('Apache')
|
||||
license=('Apache-2.0')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('nasm' 'git' 'cmake')
|
||||
source=("git+$url.git#tag=v$pkgver"
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgbase = firefox-syncstorage
|
|||
arch = armv6h
|
||||
arch = armv7h
|
||||
arch = aarch64
|
||||
license = MPL2
|
||||
license = MPL-2.0
|
||||
makedepends = rust
|
||||
makedepends = cmake
|
||||
makedepends = pkgconf
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgrel=1
|
|||
pkgdesc='Sync storage server with built-in token server for running a self-hosted firefox sync server'
|
||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
url="https://github.com/mozilla-services/${_pkgname}"
|
||||
license=('MPL2')
|
||||
license=('MPL-2.0')
|
||||
depends=('openssl' 'python-fxa' 'python-tokenlib')
|
||||
makedepends=('rust' 'cmake' 'pkgconf' 'mariadb-libs')
|
||||
optdepends=('mysql: for use with a local database server')
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgbase = florence
|
|||
url = http://sourceforge.net/projects/florence/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = intltool>=0.23
|
||||
depends = gtk3
|
||||
depends = libxml2
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=3
|
|||
pkgdesc='A configurable on-screen virtual keyboard'
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://sourceforge.net/projects/${pkgname}/"
|
||||
license=('GPL')
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('gtk3' 'libxml2' 'librsvg' 'libxtst' 'gettext' 'gstreamer>=1.0') # http://florence.sourceforge.net/english/install.html
|
||||
makedepends=('intltool>=0.23')
|
||||
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgbase = gvisor-bin
|
|||
url = https://gvisor.dev
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = Apache
|
||||
license = Apache-2.0
|
||||
optdepends = docker: for Docker runtime support
|
||||
provides = gvisor
|
||||
conflicts = gvisor
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
|||
pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use'
|
||||
arch=('x86_64' 'aarch64')
|
||||
url='https://gvisor.dev'
|
||||
license=('Apache')
|
||||
license=('Apache-2.0')
|
||||
optdepends=('docker: for Docker runtime support')
|
||||
provides=(
|
||||
"${pkgname%-bin}"
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgbase = gvisor-git
|
|||
url = https://gvisor.dev
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = Apache
|
||||
license = Apache-2.0
|
||||
makedepends = git
|
||||
makedepends = go
|
||||
optdepends = docker: for Docker runtime support
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgrel=1
|
|||
pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use'
|
||||
arch=('x86_64' 'aarch64')
|
||||
url='https://gvisor.dev'
|
||||
license=('Apache')
|
||||
license=('Apache-2.0')
|
||||
makedepends=('git' 'go')
|
||||
optdepends=('docker: for Docker runtime support')
|
||||
provides=(
|
||||
|
|
|
@ -5,8 +5,7 @@ pkgbase = libqxt
|
|||
url = http://www.libqxt.org
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = CPL
|
||||
license = LGPL2.1
|
||||
license = CPL-1.0 OR LGPL-2.1-only
|
||||
makedepends = avahi
|
||||
makedepends = libxrandr
|
||||
depends = qt4
|
||||
|
|
|
@ -10,7 +10,7 @@ _pkgsuffix=dadc327c2a6a
|
|||
pkgdesc='Provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.libqxt.org'
|
||||
license=('CPL' 'LGPL2.1')
|
||||
license=('CPL-1.0 OR LGPL-2.1-only')
|
||||
depends=('qt4' 'openssl' 'db')
|
||||
makedepends=('avahi' 'libxrandr')
|
||||
optdepends=('avahi: Zeroconf support')
|
||||
|
|
|
@ -2,9 +2,9 @@ pkgbase = linpack
|
|||
pkgdesc = Benchmark that measures a system's floating-point rate of execution by solving dense linear equations
|
||||
pkgver = 2024.2.0
|
||||
pkgrel = 1
|
||||
url = http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download
|
||||
url = https://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download
|
||||
arch = x86_64
|
||||
license = custom
|
||||
license = LicenseRef-Intel-SmpL-2022
|
||||
options = !strip
|
||||
backup = etc/linpack.conf
|
||||
source = https://downloadmirror.intel.com/825890/l_onemklbench_p_2024.2.0_527.tgz
|
||||
|
|
|
@ -9,8 +9,8 @@ _math_kernel_lib=${pkgver%%.0}
|
|||
pkgrel=1
|
||||
pkgdesc="Benchmark that measures a system's floating-point rate of execution by solving dense linear equations"
|
||||
arch=('x86_64')
|
||||
url='http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download'
|
||||
license=('custom')
|
||||
url='https://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download'
|
||||
license=('LicenseRef-Intel-SmpL-2022')
|
||||
backup=('etc/linpack.conf')
|
||||
options=('!strip')
|
||||
source=("https://downloadmirror.intel.com/${_pkgid}/l_onemklbench_p_${_pkgver}.tgz"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgbase = nginx-mod-form-input
|
|||
pkgrel = 1
|
||||
url = https://github.com/calio/form-input-nginx-module
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
license = BSD-2-Clause
|
||||
makedepends = nginx-src
|
||||
depends = nginx
|
||||
depends = nginx-mod-ndk
|
||||
|
|
|
@ -13,7 +13,7 @@ arch=('x86_64')
|
|||
depends=('nginx' 'nginx-mod-ndk')
|
||||
makedepends=('nginx-src')
|
||||
url="https://github.com/calio/$_modname-nginx-module"
|
||||
license=('BSD')
|
||||
license=('BSD-2-Clause')
|
||||
|
||||
source=(
|
||||
https://github.com/vision5/ngx_devel_kit/archive/v$_ndkver/ngx_devel_kit-$_ndkver.tar.gz
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgbase = nginx-mod-traffic-accounting
|
|||
pkgrel = 1
|
||||
url = https://github.com/Lax/traffic-accounting-nginx-module
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
license = BSD-2-Clause
|
||||
makedepends = nginx-src
|
||||
depends = nginx
|
||||
source = https://github.com/Lax/traffic-accounting-nginx-module/archive/v2.0/traffic-accounting-nginx-module-2.0.tar.gz
|
||||
|
|
|
@ -11,7 +11,7 @@ arch=('x86_64')
|
|||
makedepends=('nginx-src')
|
||||
depends=('nginx')
|
||||
url="https://github.com/Lax/${_modname}"
|
||||
license=('BSD')
|
||||
license=('BSD-2-Clause')
|
||||
|
||||
source=(
|
||||
"https://github.com/Lax/${_modname}/archive/v${pkgver%%+*}/${_modname}-${pkgver%%+*}.tar.gz"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgbase = ntfs2btrfs-git
|
|||
pkgrel = 1
|
||||
url = https://github.com/maharmstone/ntfs2btrfs
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = git
|
||||
makedepends = cmake
|
||||
makedepends = pkgconf
|
||||
|
|
|
@ -7,7 +7,7 @@ pkgrel=1
|
|||
pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/maharmstone/${pkgname%-git}"
|
||||
license=('GPL2')
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('fmt' 'zlib' 'lzo' 'zstd')
|
||||
makedepends=('git' 'cmake' 'pkgconf')
|
||||
provides=("${pkgname%-git}")
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgbase = ntfs2btrfs
|
|||
pkgrel = 1
|
||||
url = https://github.com/maharmstone/ntfs2btrfs
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = cmake
|
||||
makedepends = pkgconf
|
||||
depends = fmt
|
||||
|
|
|
@ -6,7 +6,7 @@ pkgrel=1
|
|||
pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/maharmstone/$pkgname"
|
||||
license=('GPL2')
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('fmt' 'zlib' 'lzo' 'zstd')
|
||||
makedepends=('cmake' 'pkgconf')
|
||||
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgbase = obs-vkcapture
|
|||
pkgrel = 1
|
||||
url = https://github.com/nowrep/obs-vkcapture
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = gcc
|
||||
makedepends = cmake
|
||||
makedepends = vulkan-headers
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgname=("$pkgbase" "lib32-$pkgbase")
|
|||
pkgver=1.5.0
|
||||
pkgrel=1
|
||||
url="https://github.com/nowrep/$pkgbase"
|
||||
license=('GPL2')
|
||||
license=('GPL-2.0-or-later')
|
||||
arch=('x86_64')
|
||||
depends=('vulkan-icd-loader' 'libgl' 'libegl' 'obs-studio>=27')
|
||||
makedepends=('gcc' 'cmake' 'vulkan-headers' 'lib32-gcc-libs' 'lib32-vulkan-icd-loader' 'lib32-libgl' 'lib32-libegl')
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgbase = plymouth-theme-arch-logo
|
|||
url = https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697
|
||||
install = plymouth-theme-arch-logo.install
|
||||
arch = any
|
||||
license = GPL
|
||||
license = GPL-3.0-or-later
|
||||
depends = plymouth
|
||||
source = plymouth-theme-arch-logo.tar.gz
|
||||
sha512sums = 0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06
|
||||
|
|
|
@ -10,7 +10,7 @@ arch=('any')
|
|||
# Alternative website(s)
|
||||
#url='http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250'
|
||||
url='https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697'
|
||||
license=('GPL')
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('plymouth')
|
||||
install="${pkgname}.install"
|
||||
source=(
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgbase = rc-local
|
|||
url = https://aur.archlinux.org/packages/rc-local/
|
||||
install = rc-local.install
|
||||
arch = any
|
||||
license = LGPL2.1
|
||||
license = LGPL-2.1-or-later
|
||||
depends = systemd
|
||||
backup = etc/rc.local
|
||||
source = rc.local
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgrel=1
|
|||
pkgdesc='Support for legacy rc.local scripts'
|
||||
url="https://aur.archlinux.org/packages/${pkgname}/"
|
||||
arch=('any')
|
||||
license=('LGPL2.1')
|
||||
license=('LGPL-2.1-or-later')
|
||||
install="${pkgname}.install"
|
||||
depends=('systemd')
|
||||
backup=('etc/rc.local')
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgbase = systemtap
|
|||
url = https://sourceware.org/systemtap/
|
||||
install = systemtap.install
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = python-setuptools
|
||||
makedepends = xmlto
|
||||
depends = elfutils
|
||||
|
|
|
@ -11,7 +11,7 @@ pkgrel=1
|
|||
pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system"
|
||||
url="https://sourceware.org/systemtap/"
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('elfutils' 'nss' 'python' 'cpio')
|
||||
makedepends=('python-setuptools' 'xmlto')
|
||||
optdepends=('sqlite3: for storing results in a database')
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgbase = tuned
|
|||
pkgrel = 2
|
||||
url = https://github.com/redhat-performance/tuned
|
||||
arch = any
|
||||
license = GPL
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = desktop-file-utils
|
||||
depends = dbus-glib
|
||||
depends = ethtool
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgrel=2
|
|||
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
||||
arch=('any')
|
||||
url="https://github.com/redhat-performance/${pkgbase}"
|
||||
license=('GPL')
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-perf' 'python-pyudev')
|
||||
makedepends=('desktop-file-utils')
|
||||
source=("https://github.com/redhat-performance/${pkgbase}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgbase = wxedid
|
|||
pkgrel = 1
|
||||
url = https://sourceforge.net/projects/wxedid/
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
license = GPL-3.0-or-later
|
||||
depends = wxwidgets-gtk3
|
||||
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.31.tar.gz
|
||||
sha512sums = 9e83ce46912ef1a43bccfa4e4086697cfec444ef932040e618210d682a6fa4a40bf78aece953e10a959ae7a38671b5782a0a4562cd776f71b5784c3bd1fcda5d
|
||||
|
|
|
@ -6,8 +6,8 @@ pkgver=0.0.31
|
|||
pkgrel=1
|
||||
pkgdesc='wxWidgets-based EDID (Extended Display Identification Data) editor'
|
||||
arch=('x86_64')
|
||||
url='https://sourceforge.net/projects/wxedid/'
|
||||
license=('GPL3')
|
||||
url="https://sourceforge.net/projects/${pkgname}/"
|
||||
license=('GPL-3.0-or-later')
|
||||
depends=('wxwidgets-gtk3')
|
||||
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('9e83ce46912ef1a43bccfa4e4086697cfec444ef932040e618210d682a6fa4a40bf78aece953e10a959ae7a38671b5782a0a4562cd776f71b5784c3bd1fcda5d')
|
||||
|
@ -21,7 +21,7 @@ build() {
|
|||
|
||||
check() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make -k check
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue