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

Alexander Rødseth arodseth at archlinux.org
Sun May 15 15:31:03 UTC 2016


    Date: Sunday, May 15, 2016 @ 17:31:02
  Author: arodseth
Revision: 175416

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

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

--------------------------------+
 /PKGBUILD                      |   90 +++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD        |   46 -------------------
 community-i686/geany.install   |   14 ------
 community-x86_64/PKGBUILD      |   46 -------------------
 community-x86_64/geany.install |   14 ------
 5 files changed, 90 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-15 15:30:49 UTC (rev 175415)
+++ community-i686/PKGBUILD	2016-05-15 15:31:02 UTC (rev 175416)
@@ -1,46 +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.27
-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')
-install="$pkgname.install"
-source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('846ff699a5944c5c3c068ae0199d4c13946a668bfc6d03f8c79765667c20cadf')
-
-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 175415, geany/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-15 15:31:02 UTC (rev 175416)
@@ -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.27
+pkgrel=2
+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=('846ff699a5944c5c3c068ae0199d4c13946a668bfc6d03f8c79765667c20cadf')
+
+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-i686/geany.install
===================================================================
--- community-i686/geany.install	2016-05-15 15:30:49 UTC (rev 175415)
+++ community-i686/geany.install	2016-05-15 15:31:02 UTC (rev 175416)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-15 15:30:49 UTC (rev 175415)
+++ community-x86_64/PKGBUILD	2016-05-15 15:31:02 UTC (rev 175416)
@@ -1,46 +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.27
-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')
-install="$pkgname.install"
-source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('846ff699a5944c5c3c068ae0199d4c13946a668bfc6d03f8c79765667c20cadf')
-
-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 175415, geany/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-15 15:31:02 UTC (rev 175416)
@@ -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.27
+pkgrel=2
+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=('846ff699a5944c5c3c068ae0199d4c13946a668bfc6d03f8c79765667c20cadf')
+
+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/geany.install
===================================================================
--- community-x86_64/geany.install	2016-05-15 15:30:49 UTC (rev 175415)
+++ community-x86_64/geany.install	2016-05-15 15:31:02 UTC (rev 175416)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list