[arch-commits] Commit in geany/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Jan 7 18:29:36 UTC 2019
Date: Monday, January 7, 2019 @ 18:29:36
Author: arodseth
Revision: 420950
archrelease: copy trunk to community-x86_64
Added:
geany/repos/community-x86_64/PKGBUILD
(from rev 420949, geany/trunk/PKGBUILD)
Deleted:
geany/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 39 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-07 18:29:20 UTC (rev 420949)
+++ PKGBUILD 2019-01-07 18:29:36 UTC (rev 420950)
@@ -1,35 +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
-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=('63b93d25d037eaffa77895ae6dd29c91bca570e4053eff5cc8490f87e6021f8e')
-
-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 420949, geany/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-07 18:29:36 UTC (rev 420950)
@@ -0,0 +1,39 @@
+# 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:
More information about the arch-commits
mailing list