[arch-commits] Commit in geany-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-08 Thread Alexander Rødseth via arch-commits
Date: Tuesday, October 8, 2019 @ 08:06:45
  Author: arodseth
Revision: 514187

archrelease: copy trunk to community-x86_64

Added:
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 514186, geany-plugins/trunk/PKGBUILD)
Deleted:
  geany-plugins/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-08 08:06:40 UTC (rev 514186)
+++ PKGBUILD2019-10-08 08:06:45 UTC (rev 514187)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.36
-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)
-makedepends=(cppcheck intltool)
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
-'SKIP')
-validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

-
-prepare() {
-  cd $pkgname-$pkgver
-
-  autoreconf -fi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export PYTHON=/usr/bin/python
-  ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
-  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
-# vim: ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 514186, 
geany-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-08 08:06:45 UTC (rev 514187)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.36
+pkgrel=2
+pkgdesc='Plugins for Geany'
+arch=(x86_64)
+url='https://plugins.geany.org/'
+license=(GPL)
+depends=("geany>=$pkgver" ctpl gpgme gtkspell3 libgit2 lua51 python vte3)
+makedepends=(cppcheck intltool)
+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
+'SKIP')
+validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export PYTHON=/usr/bin/python
+  ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
+  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
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geany-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-29 Thread Alexander Rødseth via arch-commits
Date: Sunday, September 29, 2019 @ 18:09:54
  Author: arodseth
Revision: 512095

archrelease: copy trunk to community-x86_64

Added:
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 512094, geany-plugins/trunk/PKGBUILD)
Deleted:
  geany-plugins/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-29 18:09:47 UTC (rev 512094)
+++ PKGBUILD2019-09-29 18:09:54 UTC (rev 512095)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.35
-pkgrel=2
-pkgdesc='Plugins for Geany'
-arch=(x86_64)
-url='https://plugins.geany.org/'
-license=(GPL)
-depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python)
-makedepends=(cppcheck intltool)
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha256sums=('b3718ad31c02e178aec108045109b456ef81052b0951ae294b0bf7ce3ff2cb25'
-'SKIP')
-validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

-
-prepare() {
-  cd $pkgname-$pkgver
-
-  autoreconf -fi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  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
-# vim: ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 512094, 
geany-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-29 18:09:54 UTC (rev 512095)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.36
+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)
+makedepends=(cppcheck intltool)
+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
+'SKIP')
+validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export PYTHON=/usr/bin/python
+  ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
+  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
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geany-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-24 Thread Alexander Rødseth via arch-commits
Date: Monday, February 24, 2020 @ 17:14:40
  Author: arodseth
Revision: 580662

archrelease: copy trunk to community-x86_64

Added:
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 580661, geany-plugins/trunk/PKGBUILD)
Deleted:
  geany-plugins/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-24 17:14:12 UTC (rev 580661)
+++ PKGBUILD2020-02-24 17:14:40 UTC (rev 580662)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.36
-pkgrel=2
-pkgdesc='Plugins for Geany'
-arch=(x86_64)
-url='https://plugins.geany.org/'
-license=(GPL)
-depends=("geany>=$pkgver" ctpl gpgme gtkspell3 libgit2 lua51 python vte3)
-makedepends=(cppcheck intltool)
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
-'SKIP')
-validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

-
-prepare() {
-  cd $pkgname-$pkgver
-
-  autoreconf -fi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export PYTHON=/usr/bin/python
-  ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
-  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
-# vim: ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 580661, 
geany-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-24 17:14:40 UTC (rev 580662)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.36
+pkgrel=3
+pkgdesc='Plugins for Geany'
+arch=(x86_64)
+url='https://plugins.geany.org/'
+license=(GPL)
+depends=("geany>=$pkgver" ctpl gpgme gtkspell3 libgit2 lua51 python vte3 
webkit2gtk)
+makedepends=(cppcheck intltool)
+source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
+'SKIP')
+validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export PYTHON=/usr/bin/python
+  ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
+  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
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geany-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-24 Thread Alexander Rødseth via arch-commits
Date: Monday, February 24, 2020 @ 17:24:55
  Author: arodseth
Revision: 580663

archrelease: copy trunk to community-x86_64

Added:
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 580662, geany-plugins/trunk/PKGBUILD)
Deleted:
  geany-plugins/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-24 17:14:40 UTC (rev 580662)
+++ PKGBUILD2020-02-24 17:24:55 UTC (rev 580663)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.36
-pkgrel=3
-pkgdesc='Plugins for Geany'
-arch=(x86_64)
-url='https://plugins.geany.org/'
-license=(GPL)
-depends=("geany>=$pkgver" ctpl gpgme gtkspell3 libgit2 lua51 python vte3 
webkit2gtk)
-makedepends=(cppcheck intltool)
-source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
-'SKIP')
-validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

-
-prepare() {
-  cd $pkgname-$pkgver
-
-  autoreconf -fi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export PYTHON=/usr/bin/python
-  ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
-  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
-# vim: ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 580662, 
geany-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-24 17:24:55 UTC (rev 580663)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.36
+pkgrel=3
+pkgdesc='Plugins for Geany'
+arch=(x86_64)
+url='https://plugins.geany.org/'
+license=(GPL)
+depends=("geany>=$pkgver" ctpl gpgme gtkspell3 libgit2 lua51 python vte3 
webkit2gtk)
+makedepends=(cppcheck intltool)
+source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
+'SKIP')
+validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export PYTHON=/usr/bin/python
+  ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
+  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
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geany-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-28 Thread Alexander Rødseth via arch-commits
Date: Friday, February 28, 2020 @ 10:59:54
  Author: arodseth
Revision: 585770

archrelease: copy trunk to community-x86_64

Added:
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 585769, geany-plugins/trunk/PKGBUILD)
Deleted:
  geany-plugins/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-28 10:59:46 UTC (rev 585769)
+++ PKGBUILD2020-02-28 10:59:54 UTC (rev 585770)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.36
-pkgrel=3
-pkgdesc='Plugins for Geany'
-arch=(x86_64)
-url='https://plugins.geany.org/'
-license=(GPL)
-depends=("geany>=$pkgver" ctpl gpgme gtkspell3 libgit2 lua51 python vte3 
webkit2gtk)
-makedepends=(cppcheck intltool)
-source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
-'SKIP')
-validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

-
-prepare() {
-  cd $pkgname-$pkgver
-
-  autoreconf -fi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export PYTHON=/usr/bin/python
-  ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
-  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
-# vim: ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 585769, 
geany-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-28 10:59:54 UTC (rev 585770)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.36
+pkgrel=4
+pkgdesc='Plugins for Geany'
+arch=(x86_64)
+url='https://plugins.geany.org/'
+license=(GPL)
+depends=("geany>=$pkgver" ctpl gpgme gtkspell3 lua51 python vte3 webkit2gtk)
+makedepends=(cppcheck intltool)
+source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
+'SKIP')
+validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export PYTHON=/usr/bin/python
+  ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
+  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
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geany-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-07 Thread Alexander Rødseth via arch-commits
Date: Tuesday, May 7, 2019 @ 09:58:59
  Author: arodseth
Revision: 461981

archrelease: copy trunk to community-x86_64

Added:
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 461980, geany-plugins/trunk/PKGBUILD)
Deleted:
  geany-plugins/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-07 09:58:54 UTC (rev 461980)
+++ PKGBUILD2019-05-07 09:58:59 UTC (rev 461981)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.34
-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')
-makedepends=('cppcheck' 'intltool')
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha256sums=('244417c681636e82a63cf6f9901b5b7f3889168f7d9b5ba9b45601767a589c3b'
-'SKIP')
-validpgpkeys=('6D0E68FCE198824C27C90EB0B507ACD04BA283C9') # Frank Lanitz 

-
-prepare() {
-  cd $pkgname-$pkgver
-
-  autoreconf -fi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  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
-# vim: ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 461980, 
geany-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-07 09:58:59 UTC (rev 461981)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.35
+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)
+makedepends=(cppcheck intltool)
+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('b3718ad31c02e178aec108045109b456ef81052b0951ae294b0bf7ce3ff2cb25'
+'SKIP')
+validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  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
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geany-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-22 Thread Alexander Rødseth
Date: Wednesday, November 22, 2017 @ 09:06:27
  Author: arodseth
Revision: 267893

archrelease: copy trunk to community-x86_64

Added:
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 267892, geany-plugins/trunk/PKGBUILD)
Deleted:
  geany-plugins/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 09:06:18 UTC (rev 267892)
+++ PKGBUILD2017-11-22 09:06:27 UTC (rev 267893)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.31
-pkgrel=1
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='https://plugins.geany.org/'
-license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils'
- 'lua51' 'libgit2' 'python2' 'pygtk')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
-optdepends=('hspell: hebrew spell checker')
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('76bd9e803db5a626b86669f08330cf95b8cc35057a1cdf65759bc00aef120e25')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Looking forward to Python 3 being supported
-  export PYTHON=/usr/bin/python2
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: plugins.geany.org/downloads.html
-# vim: ts=2 sw=2 et:

Copied: geany-plugins/repos/community-x86_64/PKGBUILD (from rev 267892, 
geany-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-22 09:06:27 UTC (rev 267893)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.32
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64')
+url='https://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'ctpl' 'desktop-file-utils' 'gpgme' 'gtkspell' 
'libgit2' 'lua51' 'pygtk' 'python2' 'vte')
+makedepends=('cppcheck' 'gdb' 'intltool' 'libgit2' 'vala')
+optdepends=('hspell: hebrew spell checker')
+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Looking forward to Python 3 being supported
+  export PYTHON=/usr/bin/python2
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: plugins.geany.org/downloads.html
+# vim: ts=2 sw=2 et: