Date: Tuesday, January 5, 2021 @ 14:47:12 Author: arodseth Revision: 809273
archrelease: copy trunk to community-x86_64 Added: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 809272, geany-plugins/trunk/PKGBUILD) Deleted: geany-plugins/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 82 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-01-05 14:47:07 UTC (rev 809272) +++ PKGBUILD 2021-01-05 14:47:12 UTC (rev 809273) @@ -1,41 +0,0 @@ -# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org> -# Contributor: Angel 'angvp' Velasquez <an...@archlinux.org> -# Contributor: Gerardo Exequiel Pozzi <vmlinuz...@gmail.com> -# Contributor: Patrick Melo <patr...@patrickmelo.eti.br> - -pkgname=geany-plugins -pkgver=1.37 -pkgrel=1 -pkgdesc='Plugins for Geany' -arch=(x86_64) -url='https://plugins.geany.org/' -license=(GPL) -depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python vte3 webkit2gtk) -makedepends=(cppcheck intltool) -source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig}) -sha256sums=('c98f9b1303f4ab9bed7587e749cd0b5594d9136a1bf8ba110900d46a17fa9cd8' - 'SKIP') -validpgpkeys=('6BEC027CD44552A5B566F28DB7A4039D0630EA07') # Frank Lanitz <fr...@geany.org> - -prepare() { - cd $pkgname-$pkgver - autoreconf -fi - # fix for not redefining bool - sed -i 's/typedef unsigned int bool/#include <stdbool.h>/g' \ - pretty-printer/src/PrettyPrinter.h -} - -build() { - cd $pkgname-$pkgver - export CFLAGS+=' -w' - export PYTHON=/usr/bin/python - ./configure --prefix=/usr --libexecdir=/usr/lib - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} - -package() { - make -C $pkgname-$pkgver DESTDIR="$pkgdir" install -} - -# getver: plugins.geany.org/downloads.html Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 809272, geany-plugins/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-01-05 14:47:12 UTC (rev 809273) @@ -0,0 +1,41 @@ +# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org> +# Contributor: Angel 'angvp' Velasquez <an...@archlinux.org> +# Contributor: Gerardo Exequiel Pozzi <vmlinuz...@gmail.com> +# Contributor: Patrick Melo <patr...@patrickmelo.eti.br> + +pkgname=geany-plugins +pkgver=1.37 +pkgrel=3 +pkgdesc='Plugins for Geany' +arch=(x86_64) +url='https://plugins.geany.org/' +license=(GPL) +depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python vte3 webkit2gtk) +makedepends=(cppcheck intltool) +source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig}) +sha256sums=('c98f9b1303f4ab9bed7587e749cd0b5594d9136a1bf8ba110900d46a17fa9cd8' + 'SKIP') +validpgpkeys=('6BEC027CD44552A5B566F28DB7A4039D0630EA07') # Frank Lanitz <fr...@geany.org> + +prepare() { + cd $pkgname-$pkgver + autoreconf -fi + # fix for not redefining bool + sed -i 's/typedef unsigned int bool/#include <stdbool.h>/g' \ + pretty-printer/src/PrettyPrinter.h +} + +build() { + cd $pkgname-$pkgver + export CFLAGS+=' -w' + export PYTHON=/usr/bin/python + ./configure --prefix=/usr --libexecdir=/usr/lib + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package() { + make -C $pkgname-$pkgver DESTDIR="$pkgdir" install +} + +# getver: plugins.geany.org/downloads.html