Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-pcsclite


Commits:
d7d537c9 by Chih-Hsuan Yen at 2025-08-02T15:44:49+08:00
Fix license

0001-use-default-prefix-for-binary-install-dir.patch was picked from
pcsclite, which later dropped it [1]. Also, it's never used for this
package.

LICENSES/BSD-3-Clause.txt is extracted and renamed from the built
package.

See: https://archlinux.org/todo/make-packages-license-compliant/

[1] 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/commit/8272faa019abc84ecf18a5adfa1d9935452611a5

- - - - -


3 changed files:

- − 0001-use-default-prefix-for-binary-install-dir.patch
- + LICENSES/BSD-3-Clause.txt
- REUSE.toml


Changes:

=====================================
0001-use-default-prefix-for-binary-install-dir.patch deleted
=====================================
@@ -1,34 +0,0 @@
-From 803e38397fe174b69a41fc6e708ff41120a182f0 Mon Sep 17 00:00:00 2001
-From: Frederik Schwan <[email protected]>
-Date: Sat, 4 May 2024 10:52:09 +0200
-Subject: [PATCH] use default prefix for binary install dir
-
----
- meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 843d643e..ce649fac 100644
---- a/meson.build
-+++ b/meson.build
-@@ -24,7 +24,7 @@ confgen_data = configuration_data({
-   'VERSION' : meson.project_version(),
-   'ipcdir' : get_option('ipcdir'),
-   'sysconfdir' : get_option('sysconfdir'),
--  'sbindir_exp' : '/' / get_option('sbindir'),
-+  'sbindir_exp' : get_option('sbindir'),
-   'PCSCLITE_CONFIG_DIR' : get_option('serialconfdir'),
-   'usbdropdir' : get_option('usbdropdir'),
-   })
-@@ -143,7 +143,7 @@ executable('pcscd',
-   dependencies : pcscd_dep,
-   c_args: '-DPCSCD',
-   export_dynamic : true,
--  install_dir : '/' / get_option('sbindir'),
-+  install_dir : get_option('sbindir'),
-   install : true)
- 
- # libpcsclite_real library
--- 
-2.45.0
-


=====================================
LICENSES/BSD-3-Clause.txt
=====================================
@@ -0,0 +1,28 @@
+Copyright (c) 1999-2003 David Corcoran <[email protected]>
+Copyright (c) 2001-2011 Ludovic Rousseau <[email protected]>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+


=====================================
REUSE.toml
=====================================
@@ -23,8 +23,8 @@ SPDX-License-Identifier = "0BSD"
 
 [[annotations]]
 path = [
-    "0001-use-default-prefix-for-binary-install-dir.patch",
     "program-suffix.patch",
+    "systemd-unit-conflicts.diff",
 ]
 SPDX-FileCopyrightText = "lib32-pcsclite contributors"
-SPDX-License-Identifier = "TODO-Choose-a-license"
+SPDX-License-Identifier = "BSD-3-Clause"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pcsclite/-/commit/d7d537c92be9625698d671323145e65dd19413f4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pcsclite/-/commit/d7d537c92be9625698d671323145e65dd19413f4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to