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

Alexander Rødseth arodseth at archlinux.org
Mon Nov 14 21:56:22 UTC 2016


    Date: Monday, November 14, 2016 @ 21:56:21
  Author: arodseth
Revision: 195921

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

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

---------------------------+
 /PKGBUILD                 |   90 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   45 ----------------------
 community-x86_64/PKGBUILD |   45 ----------------------
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-14 21:54:50 UTC (rev 195920)
+++ community-i686/PKGBUILD	2016-11-14 21:56:21 UTC (rev 195921)
@@ -1,45 +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.28
-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=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('f73a3708f1a26e9bf72da564d5037d6f7fedca2e0d6175db0681c2b672100a5a')
-
-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
-}
-
-# getver: geany.org/Documentation/ChangeLog
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/PKGBUILD (from rev 195920, geany/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-14 21:56:21 UTC (rev 195921)
@@ -0,0 +1,45 @@
+# $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.29
+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=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
+sha256sums=('394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f')
+
+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
+}
+
+# getver: geany.org/Documentation/ChangeLog
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-14 21:54:50 UTC (rev 195920)
+++ community-x86_64/PKGBUILD	2016-11-14 21:56:21 UTC (rev 195921)
@@ -1,45 +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.28
-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=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('f73a3708f1a26e9bf72da564d5037d6f7fedca2e0d6175db0681c2b672100a5a')
-
-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
-}
-
-# getver: geany.org/Documentation/ChangeLog
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-x86_64/PKGBUILD (from rev 195920, geany/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-14 21:56:21 UTC (rev 195921)
@@ -0,0 +1,45 @@
+# $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.29
+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=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
+sha256sums=('394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f')
+
+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
+}
+
+# getver: geany.org/Documentation/ChangeLog
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list