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

Alexander Rødseth arodseth at archlinux.org
Sun Sep 29 18:02:32 UTC 2019


    Date: Sunday, September 29, 2019 @ 18:02:31
  Author: arodseth
Revision: 512093

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-29 18:02:25 UTC (rev 512092)
+++ PKGBUILD	2019-09-29 18:02:31 UTC (rev 512093)
@@ -1,37 +0,0 @@
-# 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.35.0
-pkgrel=1
-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=('35ee1d3ddfadca8bf1764e174ba3a5f348b1f1f430d32a36295b7706b7753d9d')
-
-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:

Copied: geany/repos/community-x86_64/PKGBUILD (from rev 512092, geany/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-29 18:02:31 UTC (rev 512093)
@@ -0,0 +1,37 @@
+# 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.36
+pkgrel=1
+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=('9184dd3dd40b7b84fca70083284bb9dbf2ee8022bf2be066bdc36592d909d53e')
+
+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