Dan Printzell pushed to branch main at Arch Linux / Packaging / Packages /
gir-to-d
Commits:
b17dd419 by Dan Printzell at 2026-02-20T22:39:30+01:00
upgpkg: 0.23.4-3: Dropped gcc-libs dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = gir-to-d
pkgdesc = Create D bindings from GObject introspection files
pkgver = 0.23.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/gtkd-developers/gir-to-d
arch = x86_64
license = LGPL-3.0-or-later
makedepends = meson
makedepends = ldc
- depends = gcc-libs
depends = liblphobos
source =
gir-to-d-0.23.4.tar.gz::https://github.com/gtkd-developers/gir-to-d/archive/refs/tags/0.23.4.tar.gz
source =
add-main-context-pusher.patch::https://gitlab.alpinelinux.org/alpine/aports/-/raw/c461e10b77635f71803e52b3c681a5de91f9c78f/community/gir-to-d/add-main-context-pusher.patch
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=gir-to-d
pkgver=0.23.4
-pkgrel=2
+pkgrel=3
pkgdesc='Create D bindings from GObject introspection files'
arch=('x86_64')
url='https://github.com/gtkd-developers/gir-to-d'
license=('LGPL-3.0-or-later')
-depends=('gcc-libs' 'liblphobos')
+depends=('liblphobos')
makedepends=('meson' 'ldc')
source=(
"$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gir-to-d/-/commit/b17dd419be040b951fe7615d227ec7ff36eb8cee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gir-to-d/-/commit/b17dd419be040b951fe7615d227ec7ff36eb8cee
You're receiving this email because of your account on gitlab.archlinux.org.