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

Alexander Rødseth arodseth at archlinux.org
Tue Nov 21 13:23:26 UTC 2017


    Date: Tuesday, November 21, 2017 @ 13:23:25
  Author: arodseth
Revision: 267794

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-21 13:23:16 UTC (rev 267793)
+++ PKGBUILD	2017-11-21 13:23:25 UTC (rev 267794)
@@ -1,34 +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.31
-pkgrel=1
-pkgdesc='Fast and lightweight IDE'
-arch=('x86_64' 'i686')
-url='https://www.geany.org/'
-license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('perl-xml-parser' 'intltool')
-optdepends=('geany-plugins: additional functionality'
-            'vte: terminal support'
-            'python2: Python 2 support')
-source=("https://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('30fdb906bb76c4251a8bcf83ee267db28c26ef6ab867668a782cec1164a3aba5')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geany/repos/community-x86_64/PKGBUILD (from rev 267793, geany/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-21 13:23:25 UTC (rev 267794)
@@ -0,0 +1,35 @@
+# $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.32.0
+pkgrel=1
+pkgdesc='Fast and lightweight IDE'
+arch=('x86_64')
+url='https://www.geany.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme')
+makedepends=('intltool' 'perl-xml-parser')
+optdepends=('geany-plugins: additional functionality'
+            'vte: terminal support'
+            'python2: Python 2 support')
+source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2")
+sha256sums=('8b7be10b95d0614eb07f845ba2280f7c026eacd5739d8fac4d5d26606f8c3c2d')
+
+build() {
+  cd "$pkgname-${pkgver/.0}"
+
+  ./configure --prefix=/usr
+  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