Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
compface
Commits:
8b71e154 by Sven-Hendrik Haase at 2025-06-13T18:12:44+02:00
upgpkg: 1.5.2-13: Rename LICENSE to license-from-upstream
This is in preparation of RFC52.
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- LICENSE → license-from-upstream
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = compface
pkgdesc = Utils & libs to convert from/to X-Face format.
pkgver = 1.5.2
- pkgrel = 12
+ pkgrel = 13
url = http://ftp.xemacs.org/pub/xemacs/aux/
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = compface
source = compface-1.5.2-build.patch
source = compface-c99.patch
source = compface-modern-c-porting.patch
- source = LICENSE
+ source = license-from-upstream
sha256sums =
a6998245f530217b800f33e01656be8d1f0445632295afa100e5c1611e4f6825
sha256sums =
5002ad6bd405af37515314b33184d5539603ffad7ad97e50e76e5d00d67eebca
sha256sums =
f416ade84d9caae593a3f069ae32acd6f2040be702d4aca16329fa68db2df3c4
=====================================
PKGBUILD
=====================================
@@ -1,10 +1,10 @@
# Maintainer: AndyRTR <[email protected]>
-# Contributor: simo <[email protected]>
+# Contributor: simo <[email protected]>
# Contributor: Manolis Tzanidakis
pkgname=compface
pkgver=1.5.2
-pkgrel=12
+pkgrel=13
pkgdesc="Utils & libs to convert from/to X-Face format."
arch=('x86_64')
url="http://ftp.xemacs.org/pub/xemacs/aux/"
@@ -16,7 +16,7 @@ source=(#$url/$pkgname-$pkgver.tar.gz
compface-1.5.2-build.patch
compface-c99.patch
compface-modern-c-porting.patch
- LICENSE)
+ license-from-upstream)
sha256sums=('a6998245f530217b800f33e01656be8d1f0445632295afa100e5c1611e4f6825'
'5002ad6bd405af37515314b33184d5539603ffad7ad97e50e76e5d00d67eebca'
'f416ade84d9caae593a3f069ae32acd6f2040be702d4aca16329fa68db2df3c4'
@@ -42,5 +42,5 @@ package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" STRIP=/bin/true install
- install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -D -m644 ../license-from-upstream
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
=====================================
LICENSE → license-from-upstream
=====================================
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/compface/-/commit/8b71e154ce52ce7ecc482b9e01f2ff52f3fdea90
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/compface/-/commit/8b71e154ce52ce7ecc482b9e01f2ff52f3fdea90
You're receiving this email because of your account on gitlab.archlinux.org.