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

Alexander Rødseth arodseth at archlinux.org
Sun Jul 26 21:32:12 UTC 2015


    Date: Sunday, July 26, 2015 @ 23:32:11
  Author: arodseth
Revision: 137459

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

Added:
  geany/repos/community-i686/PKGBUILD
    (from rev 137458, geany/trunk/PKGBUILD)
  geany/repos/community-i686/geany.install
    (from rev 137458, geany/trunk/geany.install)
  geany/repos/community-x86_64/PKGBUILD
    (from rev 137458, geany/trunk/PKGBUILD)
  geany/repos/community-x86_64/geany.install
    (from rev 137458, geany/trunk/geany.install)
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                      |   98 +++++++++++++++++++++++++++++++++++++++
 /geany.install                 |   28 +++++++++++
 community-i686/PKGBUILD        |   48 -------------------
 community-i686/geany.install   |   14 -----
 community-x86_64/PKGBUILD      |   48 -------------------
 community-x86_64/geany.install |   14 -----
 6 files changed, 126 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-26 21:31:58 UTC (rev 137458)
+++ community-i686/PKGBUILD	2015-07-26 21:32:11 UTC (rev 137459)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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.24.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' 'setconf' 'intltool')
-optdepends=('geany-plugins: various extra features'
-            'vte: terminal support'
-            'python2')
-install="$pkgname.install"
-source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33')
-
-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
-
-  # Fix for FS#10318
-  setconf geany.desktop MimeType ''
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/PKGBUILD (from rev 137458, geany/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-26 21:32:11 UTC (rev 137459)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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.25
+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' 'setconf' 'intltool')
+optdepends=('geany-plugins: various extra features'
+            'vte: terminal support'
+            'python2')
+install="$pkgname.install"
+source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
+sha256sums=('8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef')
+
+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
+
+  # Fix for FS#10318
+  setconf geany.desktop MimeType ''
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: geany.org/Download/Releases
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany.install
===================================================================
--- community-i686/geany.install	2015-07-26 21:31:58 UTC (rev 137458)
+++ community-i686/geany.install	2015-07-26 21:32:11 UTC (rev 137459)
@@ -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:

Copied: geany/repos/community-i686/geany.install (from rev 137458, geany/trunk/geany.install)
===================================================================
--- community-i686/geany.install	                        (rev 0)
+++ community-i686/geany.install	2015-07-26 21:32:11 UTC (rev 137459)
@@ -0,0 +1,14 @@
+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	2015-07-26 21:31:58 UTC (rev 137458)
+++ community-x86_64/PKGBUILD	2015-07-26 21:32:11 UTC (rev 137459)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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.24.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' 'setconf' 'intltool')
-optdepends=('geany-plugins: various extra features'
-            'vte: terminal support'
-            'python2')
-install="$pkgname.install"
-source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33')
-
-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
-
-  # Fix for FS#10318
-  setconf geany.desktop MimeType ''
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-x86_64/PKGBUILD (from rev 137458, geany/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-26 21:32:11 UTC (rev 137459)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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.25
+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' 'setconf' 'intltool')
+optdepends=('geany-plugins: various extra features'
+            'vte: terminal support'
+            'python2')
+install="$pkgname.install"
+source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
+sha256sums=('8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef')
+
+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
+
+  # Fix for FS#10318
+  setconf geany.desktop MimeType ''
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: geany.org/Download/Releases
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/geany.install
===================================================================
--- community-x86_64/geany.install	2015-07-26 21:31:58 UTC (rev 137458)
+++ community-x86_64/geany.install	2015-07-26 21:32:11 UTC (rev 137459)
@@ -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:

Copied: geany/repos/community-x86_64/geany.install (from rev 137458, geany/trunk/geany.install)
===================================================================
--- community-x86_64/geany.install	                        (rev 0)
+++ community-x86_64/geany.install	2015-07-26 21:32:11 UTC (rev 137459)
@@ -0,0 +1,14 @@
+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