Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kicad
Commits:
20795916 by Antonio Rojas at 2026-01-13T12:40:03+01:00
upgpkg: 9.0.7-5: Use bundled GLEW
Our GLEW package no longer provides EGL support
Fixes #10
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kicad
pkgdesc = Electronic schematic and printed circuit board (PCB) design
tools
pkgver = 9.0.7
- pkgrel = 4
+ pkgrel = 5
url = http://kicad.org/
arch = x86_64
license = GPL-3.0-or-later
@@ -29,7 +29,6 @@ pkgbase = kicad
depends = wxwidgets-common
depends = zlib
depends = curl
- depends = glew
depends = glm
depends = ngspice
depends = opencascade
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
pkgname=kicad
pkgver=9.0.7
-pkgrel=4
+pkgrel=5
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=(x86_64)
url='http://kicad.org/'
@@ -32,7 +32,6 @@ depends=(
wxwidgets-common
zlib
curl
- glew
glm
ngspice
opencascade
@@ -80,7 +79,6 @@ build() {
-D CMAKE_BUILD_TYPE=Release
-D CMAKE_INSTALL_PREFIX=/usr
-D KICAD_USE_EGL=ON
- -D KICAD_USE_BUNDLED_GLEW=OFF
-D KICAD_BUILD_I18N=ON
-D KICAD_I18N_UNIX_STRICT_PATH=ON
-D KICAD_BUILD_QA_TESTS=OFF
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kicad/-/commit/207959164c207445a97d6f6a3c6225a7c4c3e4ee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kicad/-/commit/207959164c207445a97d6f6a3c6225a7c4c3e4ee
You're receiving this email because of your account on gitlab.archlinux.org.