[arch-commits] Commit in geany/trunk (PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Fri Aug 5 22:56:03 UTC 2022


    Date: Friday, August 5, 2022 @ 22:56:03
  Author: arodseth
Revision: 1260348

Apply upstream patch to not crash when pasting, ref FS#74322

Modified:
  geany/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-05 22:28:16 UTC (rev 1260347)
+++ PKGBUILD	2022-08-05 22:56:03 UTC (rev 1260348)
@@ -6,7 +6,7 @@
 
 pkgname=geany
 pkgver=1.38
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast and lightweight IDE'
 arch=(x86_64)
 url='https://www.geany.org/'
@@ -15,9 +15,16 @@
 makedepends=(doxygen intltool python-lxml)
 optdepends=('geany-plugins: additional functionality'
             'vte3: embedded terminal support')
-source=("https://download.geany.org/$pkgname-$pkgver.tar.bz2")
-b2sums=('3dda3a7454f96be18de95f8dfeb7a6ee2627ffe370879fa3ee7aee851e21fa46076de6b9741b6e83af94b66afa245a0f69237db4582858bc40f819d8a3c78e6e')
+source=("https://download.geany.org/$pkgname-$pkgver.tar.bz2"
+        'paste.patch::https://github.com/geany/geany/commit/c832f316a670f7c3d34f5c75d63743e2f9bf6563.patch')
+b2sums=('3dda3a7454f96be18de95f8dfeb7a6ee2627ffe370879fa3ee7aee851e21fa46076de6b9741b6e83af94b66afa245a0f69237db4582858bc40f819d8a3c78e6e'
+        'f9ce30599d5cff6d72bd942217df78bf16f305d1a95fa04745bc730ba2112186717d9792f267259c03ea2614e505b429a2b17e7e0afafc8155d0ccea3d63803c')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../paste.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --enable-gtk3 --enable-gtkdoc-header --prefix=/usr



More information about the arch-commits mailing list