[arch-commits] Commit in geany/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Wed Jul 19 09:45:26 UTC 2017


    Date: Wednesday, July 19, 2017 @ 09:45:25
  Author: arodseth
Revision: 245657

archrelease: copy trunk to community-x86_64, community-i686

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

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   44 ----------------------------
 community-x86_64/PKGBUILD |   44 ----------------------------
 3 files changed, 68 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-19 09:45:14 UTC (rev 245656)
+++ community-i686/PKGBUILD	2017-07-19 09:45:25 UTC (rev 245657)
@@ -1,44 +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.30.1
-pkgrel=1
-pkgdesc='Fast and lightweight IDE'
-arch=('x86_64' 'i686')
-url='http://www.geany.org/'
-license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('perl-xml-parser' 'intltool')
-optdepends=('geany-plugins: various extra features'
-            'vte: terminal support'
-            'python2')
-source=("https://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('0ac360f1f3d6c28790a81d570252a7d40421f6e1d8e5a8d653756bd041d88491')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Python2 fix
-  sed -i '0,/on/s//on2/' data/templates/files/main.py
-
-  # Syntax highlighting for PKGBUILD files
-  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/PKGBUILD (from rev 245656, geany/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-19 09:45:25 UTC (rev 245657)
@@ -0,0 +1,34 @@
+# $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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-19 09:45:14 UTC (rev 245656)
+++ community-x86_64/PKGBUILD	2017-07-19 09:45:25 UTC (rev 245657)
@@ -1,44 +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.30.1
-pkgrel=1
-pkgdesc='Fast and lightweight IDE'
-arch=('x86_64' 'i686')
-url='http://www.geany.org/'
-license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('perl-xml-parser' 'intltool')
-optdepends=('geany-plugins: various extra features'
-            'vte: terminal support'
-            'python2')
-source=("https://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('0ac360f1f3d6c28790a81d570252a7d40421f6e1d8e5a8d653756bd041d88491')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Python2 fix
-  sed -i '0,/on/s//on2/' data/templates/files/main.py
-
-  # Syntax highlighting for PKGBUILD files
-  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-x86_64/PKGBUILD (from rev 245656, geany/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-19 09:45:25 UTC (rev 245657)
@@ -0,0 +1,34 @@
+# $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:



More information about the arch-commits mailing list