Dan Printzell pushed to branch main at Arch Linux / Packaging / Packages / tilix


Commits:
a4c5df11 by Dan Printzell at 2023-11-11T21:29:55+01:00
upgpkg: 1.9.6-1: Update to 1.9.6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = tilix
        pkgdesc = A tiling terminal emulator for Linux using GTK+ 3
-       pkgver = 1.9.5
-       pkgrel = 10
+       pkgver = 1.9.6
+       pkgrel = 1
        url = https://github.com/gnunn1/tilix
        arch = x86_64
        license = MPL
@@ -16,13 +16,7 @@ pkgbase = tilix
        depends = gsettings-desktop-schemas
        optdepends = python-nautilus: for "Open Tilix Here" support in nautilus
        optdepends = libsecret: for the password manager
-       source = 
https://github.com/gnunn1/tilix/archive/1.9.5/tilix-1.9.5.tar.gz
-       source = 
Add-compatibility-with-Nautilus-43.patch::https://github.com/gnunn1/tilix/pull/2115.patch
-       source = 
undeaD-1.1.8.tar.gz::https://github.com/dlang/undeaD/archive/refs/tags/v1.1.8.tar.gz
-       source = undeaD-xml.patch
-       sha256sums = 
e25335a3f7ab06779b957d08ffaf7698c966c3b5179d002f82ce41c692fc0b89
-       sha256sums = 
5ad54f9627d0035f6025b684ffab831341d8bdcf597b3f4a8146b09014c418b5
-       sha256sums = 
36a59b4740b147f4345caa26908f40a97fc7cc67dac6983c226369c59f909e92
-       sha256sums = 
989295aadf8d3d0fa90d1b7cd01558293956bb4a753dbbdc05d92d486596bf25
+       source = 
https://github.com/gnunn1/tilix/archive/1.9.6/tilix-1.9.6.tar.gz
+       sha256sums = 
be389d199a6796bd871fc662f8a37606a1f84e5429f24e912d116f16c5f0a183
 
 pkgname = tilix


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: Carl George < arch at cgtx dot us >
 
 pkgname=tilix
-pkgver=1.9.5
-pkgrel=10
+pkgver=1.9.6
+pkgrel=1
 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
 arch=('x86_64')
 url="https://github.com/gnunn1/tilix";
@@ -16,25 +16,11 @@ optdepends=('python-nautilus: for "Open Tilix Here" support 
in nautilus'
             'libsecret: for the password manager')
 source=(
   "$url/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-  "Add-compatibility-with-Nautilus-43.patch::$url/pull/2115.patch"
-  
"undeaD-1.1.8.tar.gz::https://github.com/dlang/undeaD/archive/refs/tags/v1.1.8.tar.gz";
-  "undeaD-xml.patch"
 )
-sha256sums=('e25335a3f7ab06779b957d08ffaf7698c966c3b5179d002f82ce41c692fc0b89'
-            '5ad54f9627d0035f6025b684ffab831341d8bdcf597b3f4a8146b09014c418b5'
-            '36a59b4740b147f4345caa26908f40a97fc7cc67dac6983c226369c59f909e92'
-            '989295aadf8d3d0fa90d1b7cd01558293956bb4a753dbbdc05d92d486596bf25')
-
-prepare() {
-  patch --directory="$pkgname-$pkgver" --forward --strip=1 --input 
"$srcdir"/Add-compatibility-with-Nautilus-43.patch
-  patch --directory="$pkgname-$pkgver" --forward --strip=1 --input 
"$srcdir"/undeaD-xml.patch
-
-  mkdir -p build
-  cd "$srcdir"/$pkgname-$pkgver
-  ln -s "$srcdir"/undeaD-1.1.8
-}
+sha256sums=('be389d199a6796bd871fc662f8a37606a1f84e5429f24e912d116f16c5f0a183')
 
 build() {
+  mkdir build
   cd build
 
   # Build with LDC



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tilix/-/commit/a4c5df112a834f2c6717e9f175451008554e93c4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tilix/-/commit/a4c5df112a834f2c6717e9f175451008554e93c4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to