Balló György pushed to branch main at Arch Linux / Packaging / Packages /
accerciser
Commits:
118c3a5f by Balló György at 2025-03-26T01:23:58+01:00
upgpkg: 3.46.2-2: Fix compatibility with ipython 9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = accerciser
pkgdesc = Interactive Python accessibility explorer for the GNOME
desktop
pkgver = 3.46.2
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Accerciser
arch = any
groups = gnome-extra
@@ -14,7 +14,6 @@ pkgbase = accerciser
depends = dconf
depends = gdk-pixbuf2
depends = glib2
- depends = gobject-introspection-runtime
depends = gtk3
depends = hicolor-icon-theme
depends = ipython
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=accerciser
pkgver=3.46.2
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
url="https://wiki.gnome.org/Apps/Accerciser"
arch=(any)
@@ -15,7 +15,6 @@ depends=(
dconf
gdk-pixbuf2
glib2
- gobject-introspection-runtime
gtk3
hicolor-icon-theme
ipython
@@ -43,6 +42,11 @@
b2sums=('87cbc2086e9cb37f786d79abd7d95f80b5f8e27c2ccae93a2e58ab950fdcf41e9f936f9
prepare() {
cd $pkgname
+
+ # Fix compatibility with ipython 9
+ git cherry-pick -n ea5b2dfedcbf79ba1492f7cd0bd3c0a53ebec733
+ git cherry-pick -n 55462e60b520746e4265c9165164cbb467ec3162
+ git cherry-pick -n eebe0199de8120c3383730a398a544d5d2839f7c
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/accerciser/-/commit/118c3a5f1a78c140d29c95adf7790b79bacd28c0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/accerciser/-/commit/118c3a5f1a78c140d29c95adf7790b79bacd28c0
You're receiving this email because of your account on gitlab.archlinux.org.