Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-shell-extension-dash-to-panel
Commits:
eff0d193 by Balló György at 2024-01-21T12:27:09+01:00
Specify SPDX license identifier
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc='Extension for GNOME Shell to combine the dash and main panel'
arch=('any')
url='https://github.com/home-sweet-gnome/dash-to-panel'
-license=('GPL')
+license=('GPL-2.0-or-later')
depends=('gnome-shell')
source=("https://github.com/home-sweet-gnome/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz"
'gnome-shell-extension-dash-to-panel-system-install-paths.patch')
@@ -18,7 +18,7 @@
sha256sums=('5d8748a4924b1a7834ffbcea3f471f306ca19ab602b00161f97f719ec08e4285'
prepare() {
cd $_pkgname-$pkgver
- # https://github.com/home-sweet-gnome/dash-to-panel/pull/1860
+ # https://github.com/home-sweet-gnome/dash-to-panel/pull/1948
patch -Np1 -i
../gnome-shell-extension-dash-to-panel-system-install-paths.patch
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-dash-to-panel/-/commit/eff0d193f88e731c78610f01dd84ba6b35a75aef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-dash-to-panel/-/commit/eff0d193f88e731c78610f01dd84ba6b35a75aef
You're receiving this email because of your account on gitlab.archlinux.org.