T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
xcalib
Commits:
ff9cb9d9 by T.J. Townsend at 2026-06-05T19:28:15-04:00
move to new upstream source
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -2,14 +2,14 @@ pkgbase = xcalib
pkgdesc = Load 'vcgt'-tag profiles to X-server on the calibration stage
pkgver = 0.10
pkgrel = 5
- url = https://github.com/OpenICC/xcalib
+ url = https://codeberg.org/OpenICC/xcalib
arch = x86_64
license = GPL2
license = custom:postcardware
makedepends = git
depends = libxxf86vm
depends = libxrandr
- source = git+https://github.com/OpenICC/xcalib.git#tag=0.10?signed
+ source = git+https://codeberg.org/OpenICC/xcalib.git#tag=0.10?signed
validpgpkeys = 9A81DA0F2F18F096BE94577051F5D211EB7A04C8
sha256sums =
caaa7605b66d7b8e4313f83bd1b0a6361275471e234500ad3917605868e8e92e
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,3 @@
[xcalib]
source = "git"
-git = "https://github.com/OpenICC/xcalib.git"
+git = "https://codeberg.org/OpenICC/xcalib.git"
=====================================
PKGBUILD
=====================================
@@ -11,21 +11,21 @@ pkgver=0.10
pkgrel=5
pkgdesc="Load 'vcgt'-tag profiles to X-server on the calibration stage"
arch=('x86_64')
-url="https://github.com/OpenICC/xcalib"
+url="https://codeberg.org/OpenICC/xcalib"
license=('GPL2' 'custom:postcardware')
depends=('libxxf86vm' 'libxrandr')
makedepends=('git')
-source=(git+https://github.com/OpenICC/xcalib.git#tag=${pkgver}?signed)
+source=(git+https://codeberg.org/OpenICC/xcalib.git#tag=${pkgver}?signed)
validpgpkeys=('9A81DA0F2F18F096BE94577051F5D211EB7A04C8') # Kai-Uwe Behrmann
sha256sums=('caaa7605b66d7b8e4313f83bd1b0a6361275471e234500ad3917605868e8e92e')
build() {
- cd "$pkgname"
- make
+ cd "$pkgname"
+ make
}
package() {
- cd "$pkgname"
+ cd "$pkgname"
install -m755 -Dt "${pkgdir}/usr/bin" "xcalib"
install -m644 -Dt "${pkgdir}/usr/share/man/man1/" "xcalib.1"
install -m644 -Dt "${pkgdir}/usr/share/xcalib" *.icc
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xcalib/-/commit/ff9cb9d9273808bb23ec31dd957536a02066d9ac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xcalib/-/commit/ff9cb9d9273808bb23ec31dd957536a02066d9ac
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help