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

Alexander Rødseth arodseth at archlinux.org
Tue May 7 09:44:12 UTC 2019


    Date: Tuesday, May 7, 2019 @ 09:44:12
  Author: arodseth
Revision: 461957

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-07 09:44:06 UTC (rev 461956)
+++ PKGBUILD	2019-05-07 09:44:12 UTC (rev 461957)
@@ -1,39 +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.34.1
-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=('e765efd89e759defe3fd797d8a2052afbb4b23522efbcc72e3a72b7f1093ec11')
-
-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 461956, geany/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-07 09:44:12 UTC (rev 461957)
@@ -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.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:



More information about the arch-commits mailing list