Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
xorg-xcalc
Commits:
27f47a45 by Andreas Radke at 2026-02-08T09:37:00+01:00
upgpkg: 1.1.3-2; fix SPDX license and cover all dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,15 @@
pkgbase = xorg-xcalc
pkgdesc = Scientific calculator for X
pkgver = 1.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://cgit.freedesktop.org/xorg/app/xcalc/
arch = x86_64
- license = custom
+ license = X11-distribute-modifications-variant
makedepends = xorg-util-macros
depends = libxaw
+ depends = libxt
+ depends = libx11
+ depends = glibc
optdepends = xorg-fonts-100dpi: for some symbols or
optdepends = xorg-fonts-75dpi: for some symbols
source =
https://xorg.freedesktop.org/archive/individual/app/xcalc-1.1.3.tar.xz
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=xorg-xcalc
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Scientific calculator for X"
arch=('x86_64')
url="https://cgit.freedesktop.org/xorg/app/xcalc/"
-license=('custom')
-depends=('libxaw')
+license=('X11-distribute-modifications-variant')
+depends=('libxaw' 'libxt' 'libx11' 'glibc')
optdepends=('xorg-fonts-100dpi: for some symbols or'
'xorg-fonts-75dpi: for some symbols')
makedepends=('xorg-util-macros')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xcalc/-/commit/27f47a4500db61a87ead35dd999f1100c35c7e50
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xcalc/-/commit/27f47a4500db61a87ead35dd999f1100c35c7e50
You're receiving this email because of your account on gitlab.archlinux.org.