Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-shell-extension-dash-to-panel
Commits:
58ee1154 by Balló György at 2024-11-14T11:18:26+01:00
upgpkg: 64-2: Update Extensions app executable name
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-dash-to-panel
pkgdesc = Extension for GNOME Shell to combine the dash and main panel
pkgver = 64
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/home-sweet-gnome/dash-to-panel
arch = any
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_pkgname=dash-to-panel
pkgver=64
-pkgrel=1
+pkgrel=2
pkgdesc='Extension for GNOME Shell to combine the dash and main panel'
arch=(any)
url='https://github.com/home-sweet-gnome/dash-to-panel'
@@ -34,6 +34,9 @@ prepare() {
# https://github.com/home-sweet-gnome/dash-to-panel/pull/2134
git apply -3
../gnome-shell-extension-dash-to-panel-fix-crash-on-shutdown.patch
+
+ # Update Extensions app executable name
+ sed -i 's/gnome-shell-extension-prefs/gnome-extensions-app/' appIcons.js
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-dash-to-panel/-/commit/58ee1154775dbdfaed804e575eed5ad0eb1800ca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-dash-to-panel/-/commit/58ee1154775dbdfaed804e575eed5ad0eb1800ca
You're receiving this email because of your account on gitlab.archlinux.org.