Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
geany-plugins
Commits:
c9680884 by Antonio Rojas at 2025-06-04T10:41:43+02:00
upgpkg: 2.0-6: gpgme 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = geany-plugins
pkgdesc = Plugins for Geany
pkgver = 2.0
- pkgrel = 5
+ pkgrel = 6
url = https://plugins.geany.org/
arch = x86_64
license = GPL-2.0-or-later
@@ -17,8 +17,10 @@ pkgbase = geany-plugins
depends = webkit2gtk
source =
https://plugins.geany.org/geany-plugins/geany-plugins-2.0.tar.bz2
source =
https://plugins.geany.org/geany-plugins/geany-plugins-2.0.tar.bz2.sig
+ source = https://github.com/geany/geany-plugins/commit/f1148d56.patch
validpgpkeys = 986FA7E80256D3D16F30FB7A01380DF54FD09D02
b2sums =
6175f91a3a7effa081393e9397336e0f5f59846fdadd0e31584f237c14863016cc4ab1b17745e1e2804ad88161dc7e43aef97a2332a5c18a7f1baf10d2ea42ba
b2sums = SKIP
+ b2sums =
ac4b9605c0f39139d38d3676355e7b1b453d9088251d365e49ff5ded50463463141eed5ea720193b4f5df6198138aa3fed9223b75b6e5e3339c4526b02a013b8
pkgname = geany-plugins
=====================================
PKGBUILD
=====================================
@@ -5,20 +5,23 @@
pkgname=geany-plugins
pkgver=2.0
-pkgrel=5
+pkgrel=6
pkgdesc='Plugins for Geany'
arch=(x86_64)
url='https://plugins.geany.org/'
license=(GPL-2.0-or-later)
depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python vte3
webkit2gtk)
makedepends=(intltool)
-source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig}
+ https://github.com/geany/geany-plugins/commit/f1148d56.patch)
validpgpkeys=('986FA7E80256D3D16F30FB7A01380DF54FD09D02') # Frank Lanitz
<[email protected]>
b2sums=('6175f91a3a7effa081393e9397336e0f5f59846fdadd0e31584f237c14863016cc4ab1b17745e1e2804ad88161dc7e43aef97a2332a5c18a7f1baf10d2ea42ba'
- 'SKIP')
+ 'SKIP'
+
'ac4b9605c0f39139d38d3676355e7b1b453d9088251d365e49ff5ded50463463141eed5ea720193b4f5df6198138aa3fed9223b75b6e5e3339c4526b02a013b8')
prepare() {
cd $pkgname-$pkgver
+ patch -p1 -i ../f1148d56.patch # Fix build with GCC 15
autoreconf -fi
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/geany-plugins/-/commit/c9680884835c88cf0a3b5880f8802129b6b06661
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/geany-plugins/-/commit/c9680884835c88cf0a3b5880f8802129b6b06661
You're receiving this email because of your account on gitlab.archlinux.org.