Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
budgie-extras


Commits:
8dade6b3 by Balló György at 2026-01-02T03:35:52+01:00
upgpkg: 2.0.0-2: Fix loading python applets

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = budgie-extras
        pkgdesc = Additional Budgie Desktop components from the Ubuntu Budgie 
team
        pkgver = 2.0.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/UbuntuBudgie/budgie-extras
        arch = x86_64
        license = GPL-3.0-or-later


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=budgie-extras
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Additional Budgie Desktop components from the Ubuntu Budgie team'
 arch=(x86_64)
 license=(GPL-3.0-or-later)
@@ -84,7 +84,9 @@ prepare() {
   git -c protocol.file.allow=always submodule update
 
   # Use libpeas-2
-  find . -name meson.build -exec sed -i -e 's/budgie-1.0/budgie-2.0/' -e 
's/libpeas-1.0/libpeas-2/' -e '/libpeas-gtk-1.0/d' {} +
+  sed -i -e 's/libpeas-1.0/libpeas-2/' -e "s/python_loader = 
'python3'/python_loader = 'python'/" meson.build
+  find . -name meson.build -exec sed -i -e 's/budgie-1.0/budgie-2.0/' -e 
'/libpeas-gtk-1.0/d' {} +
+  find . -name '*.py' -exec sed -i "s/gi.require_version('Budgie', 
'1.0')/gi.require_version('Budgie', '2.0')/" {} +
 
   # Fix build
   sed -i 's/this.popdown();/this.hide();/' 
budgie-quicknote/QuickNoteApplet.vala



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/budgie-extras/-/commit/8dade6b37ede36c5cba49d55e1f2ee5589c07328

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/budgie-extras/-/commit/8dade6b37ede36c5cba49d55e1f2ee5589c07328
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to