[arch-commits] Commit in geany-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Jan 5 12:02:05 UTC 2021
Date: Tuesday, January 5, 2021 @ 12:02:05
Author: arodseth
Revision: 808913
archrelease: copy trunk to community-x86_64
Added:
geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 808912, geany-plugins/trunk/PKGBUILD)
Deleted:
geany-plugins/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 81 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-05 12:02:00 UTC (rev 808912)
+++ PKGBUILD 2021-01-05 12:02:05 UTC (rev 808913)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Angel 'angvp' Velasquez <angvp at archlinux.org>
-# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at gmail.com>
-# Contributor: Patrick Melo <patrick at 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 <frank at geany.org>
-
-prepare() {
- cd $pkgname-$pkgver
- autoreconf -fi
- # fix for not redefining bool in PrettyPrinter.h
- sed -i 's/bool/uibool/g' pretty-printer/src/PrettyPrinter.{c,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 808912, geany-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-05 12:02:05 UTC (rev 808913)
@@ -0,0 +1,41 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Angel 'angvp' Velasquez <angvp at archlinux.org>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at gmail.com>
+# Contributor: Patrick Melo <patrick at 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 <frank at 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
More information about the arch-commits
mailing list