Balló György pushed to branch main at Arch Linux / Packaging / Packages /
gnome-shell-extension-desktop-icons-ng
Commits:
6b79a97a by Balló György at 2024-12-27T11:53:40+01:00
upgpkg: 47.0.13-1: Update to new release
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- − gnome-shell-extension-desktop-icons-ng-gnome47.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-desktop-icons-ng
pkgdesc = Desktop icons extension for GNOME Shell
- pkgver = 47.0.12
+ pkgver = 47.0.13
pkgrel = 1
url = https://www.rastersoft.com/programas/ding.html
arch = any
@@ -18,11 +18,9 @@ pkgbase = gnome-shell-extension-desktop-icons-ng
depends = gtk3
depends = nautilus
depends = pango
- source =
git+https://gitlab.com/rastersoft/desktop-icons-ng.git#tag=47.0.12
+ source =
git+https://gitlab.com/rastersoft/desktop-icons-ng.git#tag=47.0.13
source = gnome-shell-extension-desktop-icons-ng-fix-dialogs.patch
- source = gnome-shell-extension-desktop-icons-ng-gnome47.patch
- b2sums =
c7174ecff2c808f22c325c097c90dfd960454fb7c5485404540eea932d4552d8f846efbc268a6fee35f48732f70dc18cec7a3239ee521183625e366c42766392
+ b2sums =
2483525b5178ee39481a0dc6b9e74916b74b195685dabe18da6b8cf97aa2756fed8119da4f01406772cf8c8fd4bcfa8069f4a26592a7e4579bba1e17ecdc1fb9
b2sums =
33bd978919547094c1949db3981c2590e548699b3f1f8b0796deadec52676205deddb8c46fbc82e6e4f1635e3db8279a8883705472438c9e273afa7ce2f30394
- b2sums =
3115e7c805851376baacfdd9c056c718dff48d5482372383c0abe2dc421a0646baf2661ca77280950f11cc478f7b424ed5aaba8843c878be889cd15545e673d4
pkgname = gnome-shell-extension-desktop-icons-ng
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=gnome-shell-extension-desktop-icons-ng
_pkgname=desktop-icons-ng
-pkgver=47.0.12
+pkgver=47.0.13
pkgrel=1
pkgdesc='Desktop icons extension for GNOME Shell'
arch=(any)
@@ -31,12 +31,10 @@ makedepends=(
source=(
"git+https://gitlab.com/rastersoft/$_pkgname.git#tag=$pkgver"
gnome-shell-extension-desktop-icons-ng-fix-dialogs.patch
- gnome-shell-extension-desktop-icons-ng-gnome47.patch
)
b2sums=(
-
c7174ecff2c808f22c325c097c90dfd960454fb7c5485404540eea932d4552d8f846efbc268a6fee35f48732f70dc18cec7a3239ee521183625e366c42766392
+
2483525b5178ee39481a0dc6b9e74916b74b195685dabe18da6b8cf97aa2756fed8119da4f01406772cf8c8fd4bcfa8069f4a26592a7e4579bba1e17ecdc1fb9
33bd978919547094c1949db3981c2590e548699b3f1f8b0796deadec52676205deddb8c46fbc82e6e4f1635e3db8279a8883705472438c9e273afa7ce2f30394
-
3115e7c805851376baacfdd9c056c718dff48d5482372383c0abe2dc421a0646baf2661ca77280950f11cc478f7b424ed5aaba8843c878be889cd15545e673d4
)
prepare() {
@@ -44,9 +42,6 @@ prepare() {
# https://gitlab.com/rastersoft/desktop-icons-ng/-/merge_requests/423
git apply -3 ../gnome-shell-extension-desktop-icons-ng-fix-dialogs.patch
-
- # https://gitlab.com/rastersoft/desktop-icons-ng/-/merge_requests/429
- git apply -3 ../gnome-shell-extension-desktop-icons-ng-gnome47.patch
}
build() {
=====================================
gnome-shell-extension-desktop-icons-ng-gnome47.patch deleted
=====================================
@@ -1,26 +0,0 @@
-From bbcc9832d7465b1fc5fd05faf025c5e79b32bed0 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <[email protected]>
-Date: Tue, 17 Sep 2024 09:12:38 +0000
-Subject: [PATCH] Add support for GNOME 47
-
-Tested on Arch Linux with GNOME 47.0.
----
- metadata.json | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/metadata.json b/metadata.json
-index d8408d5c..bbb18db4 100644
---- a/metadata.json
-+++ b/metadata.json
-@@ -1,7 +1,7 @@
- {
- "description": "Adds icons to the desktop. Fork of the original Desktop
Icons extension, with several enhancements .",
- "name": "Desktop Icons NG (DING)",
-- "shell-version": ["45", "46"],
-+ "shell-version": ["45", "46", "47"],
- "uuid": "[email protected]",
- "url": "https://gitlab.com/rastersoft/desktop-icons-ng"
- }
---
-GitLab
-
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-desktop-icons-ng/-/commit/6b79a97ac1307f45b30cbd268485f663a8c10a1d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-desktop-icons-ng/-/commit/6b79a97ac1307f45b30cbd268485f663a8c10a1d
You're receiving this email because of your account on gitlab.archlinux.org.