David Runge pushed to branch main at Arch Linux / Packaging / Packages / librime
Commits: 2d18cefe by David Runge at 2024-02-20T19:05:25+01:00 Switch to correct SPDX license identifier for project Install license file, as the project is under BSD-3-Clause Signed-off-by: David Runge <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -5,7 +5,7 @@ pkgbase = librime epoch = 1 url = https://github.com/rime/librime arch = x86_64 - license = GPL3 + license = BSD-3-Clause makedepends = git makedepends = cmake makedepends = boost ===================================== PKGBUILD ===================================== @@ -14,7 +14,7 @@ epoch=1 pkgdesc="Rime input method engine" arch=('x86_64') url="https://github.com/rime/librime" -license=('GPL3') +license=('BSD-3-Clause') depends=('boost-libs' 'capnproto' 'opencc' 'yaml-cpp' 'leveldb' 'librime-data' 'lua' 'google-glog' 'marisa') makedepends=('git' 'cmake' 'boost' 'gtest' 'ninja') source=("git+https://github.com/rime/librime.git#commit=$_commit" @@ -56,4 +56,5 @@ check() { package() { cd librime/build DESTDIR="$pkgdir" ninja install + install -vDm 644 ../LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/librime/-/commit/2d18cefe00f68d8e6b82e4fee80ae3dbf77ca097 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/librime/-/commit/2d18cefe00f68d8e6b82e4fee80ae3dbf77ca097 You're receiving this email because of your account on gitlab.archlinux.org.
