Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-panel
Commits:
9f676324 by Balló György at 2025-09-22T19:42:09+02:00
upgpkg: 3.56.0-2: Add systemd service (needed for GNOME 49)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gnome-panel
pkgdesc = Panel of GNOME Flashback
pkgver = 3.56.0
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Projects/GnomePanel
arch = x86_64
license = GPL-2.0-or-later AND LGPL-2.1-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=gnome-panel
pkgver=3.56.0
-pkgrel=1
+pkgrel=2
pkgdesc='Panel of GNOME Flashback'
arch=(x86_64)
url='https://wiki.gnome.org/Projects/GnomePanel'
@@ -64,6 +64,9 @@ validpgpkeys=(7B44FD78E49334EC10B3B288A3D013EC303E1894) #
Alberts Muktupāvels <
prepare() {
cd $pkgname
+ # Add systemd service
+ git cherry-pick -n 94e6cc67ca295ce713d681695fc6431ca15b017e
+
# https://gitlab.gnome.org/GNOME/gnome-panel/-/merge_requests/60
git apply -3 ../gnome-panel-60.patch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-panel/-/commit/9f67632488c2f900c1648e2448dda5852e096f26
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-panel/-/commit/9f67632488c2f900c1648e2448dda5852e096f26
You're receiving this email because of your account on gitlab.archlinux.org.