diff options
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 15 | ||||
-rw-r--r-- | shell-version.patch | 11 |
4 files changed, 6 insertions, 29 deletions
@@ -1,6 +1,6 @@ pkgbase = gnome-shell-extension-tiling-assistant pkgdesc = A GNOME Shell extension which adds a Windows-like snap assist to the GNOME desktop - pkgver = 51 + pkgver = 52 pkgrel = 1 url = https://github.com/Leleat/Tiling-Assistant install = tiling-assistant.install @@ -8,9 +8,7 @@ pkgbase = gnome-shell-extension-tiling-assistant license = GPL-2.0-or-later makedepends = git depends = gnome-shell - source = git+https://github.com/Leleat/Tiling-Assistant.git#tag=v51 - source = shell-version.patch - sha256sums = 21ba33651ecfe188498371d23a50ebefa62b4a5e2f15bda26799d328953a655d - sha256sums = 65a36204f0ee6993873f2126704c6f40b5baaa430728c26cdc2388eaf6b316fb + source = git+https://github.com/Leleat/Tiling-Assistant.git#tag=v52 + sha256sums = 739d2bf430a0fc10f8abdfbed66f7faae4d2dc3a9aaff4c301a312b434835cac pkgname = gnome-shell-extension-tiling-assistant diff --git a/.gitignore b/.gitignore index 5259973aee64..625353a7484e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,3 @@ !.nvchecker.toml !LICENSE !tiling-assistant.install -!shell-version.patch @@ -4,7 +4,7 @@ pkgname=gnome-shell-extension-tiling-assistant _uuid=tiling-assistant@leleat-on-github -pkgver=51 +pkgver=52 pkgrel=1 pkgdesc="A GNOME Shell extension which adds a Windows-like snap assist to the GNOME desktop" arch=('any') @@ -13,17 +13,8 @@ license=('GPL-2.0-or-later') depends=('gnome-shell') makedepends=('git') install='tiling-assistant.install' -source=("git+https://github.com/Leleat/Tiling-Assistant.git#tag=v$pkgver" - 'shell-version.patch') -sha256sums=('21ba33651ecfe188498371d23a50ebefa62b4a5e2f15bda26799d328953a655d' - '65a36204f0ee6993873f2126704c6f40b5baaa430728c26cdc2388eaf6b316fb') - -prepare() { - cd Tiling-Assistant - - # Keep support for GNOME 47 - patch -Np1 -i ../shell-version.patch -} +source=("git+https://github.com/Leleat/Tiling-Assistant.git#tag=v$pkgver") +sha256sums=('739d2bf430a0fc10f8abdfbed66f7faae4d2dc3a9aaff4c301a312b434835cac') build() { cd Tiling-Assistant diff --git a/shell-version.patch b/shell-version.patch deleted file mode 100644 index 6a60a6d801bd..000000000000 --- a/shell-version.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --unified --recursive --text a/tiling-assistant@leleat-on-github/metadata.json b/tiling-assistant@leleat-on-github/metadata.json ---- a/tiling-assistant@leleat-on-github/metadata.json 2025-02-16 10:54:41.056979839 -0700 -+++ b/tiling-assistant@leleat-on-github/metadata.json 2025-02-16 10:57:07.264890015 -0700 -@@ -2,6 +2,7 @@ - "description": "Expand GNOME's 2 column tiling and add a Windows-snap-assist-inspired popup...", - "name": "Tiling Assistant", - "shell-version": [ -+ "47", - "48" - ], - "url": "https://github.com/Leleat/Tiling-Assistant", |