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

Alexander Rødseth arodseth at archlinux.org
Tue Mar 6 11:51:33 UTC 2018


    Date: Tuesday, March 6, 2018 @ 11:51:31
  Author: arodseth
Revision: 303065

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   73 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-06 11:51:19 UTC (rev 303064)
+++ PKGBUILD	2018-03-06 11:51:31 UTC (rev 303065)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Ionut Biru  <ibiru at archlinux.ro>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Allan McRae <mcrae_allan at hotmail.com>
-
-pkgname=geany
-pkgver=1.33.0
-pkgrel=1
-pkgdesc='Fast and lightweight IDE'
-arch=('x86_64')
-url='https://www.geany.org/'
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool')
-optdepends=('geany-plugins: additional functionality'
-            'vte3: embedded terminal support')
-source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2")
-sha256sums=('66baaff43f12caebcf0efec9a5533044dc52837f799c73a1fd7312caa86099c2')
-
-build() {
-  cd "$pkgname-${pkgver/.0}"
-
-  ./configure --prefix=/usr --enable-gtk3
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make -C "$pkgname-${pkgver/.0}" DESTDIR="$pkgdir" install
-}
-
-# getver: geany.org
-# vim: ts=2 sw=2 et:

Copied: geany/repos/community-x86_64/PKGBUILD (from rev 303064, geany/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-06 11:51:31 UTC (rev 303065)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Ionut Biru  <ibiru at archlinux.ro>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+
+pkgname=geany
+pkgver=1.33.0
+pkgrel=2
+pkgdesc='Fast and lightweight IDE'
+arch=('x86_64')
+url='https://www.geany.org/'
+license=('GPL')
+depends=('gtk3' 'python')
+makedepends=('doxygen' 'intltool' 'python-lxml')
+optdepends=('geany-plugins: additional functionality'
+            'vte3: embedded terminal support')
+source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2")
+sha256sums=('66baaff43f12caebcf0efec9a5533044dc52837f799c73a1fd7312caa86099c2')
+
+build() {
+  cd "$pkgname-${pkgver/.0}"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-gtk3 \
+    --enable-gtkdoc-header
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make -C "$pkgname-${pkgver/.0}" DESTDIR="$pkgdir" install
+}
+
+# getver: geany.org
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list