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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Feb 6 14:27:16 UTC 2013


    Date: Wednesday, February 6, 2013 @ 15:27:16
  Author: arodseth
Revision: 83915

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

Added:
  geany/repos/community-i686/PKGBUILD
    (from rev 83914, geany/trunk/PKGBUILD)
  geany/repos/community-i686/geany.install
    (from rev 83914, geany/trunk/geany.install)
  geany/repos/community-x86_64/PKGBUILD
    (from rev 83914, geany/trunk/PKGBUILD)
  geany/repos/community-x86_64/geany.install
    (from rev 83914, 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

--------------------------------+
 community-i686/PKGBUILD        |   88 +++++++++++++++++++--------------------
 community-i686/geany.install   |   28 ++++++------
 community-x86_64/PKGBUILD      |   88 +++++++++++++++++++--------------------
 community-x86_64/geany.install |   28 ++++++------
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-06 14:27:05 UTC (rev 83914)
+++ community-i686/PKGBUILD	2013-02-06 14:27:16 UTC (rev 83915)
@@ -1,44 +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.22
-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=('perlxml' 'setconf' 'intltool')
-optdepends=('vte: for terminal support' 'python2')
-install=geany.install
-source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
-options=('!libtool')
-sha256sums=('901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Configuring..."
-  ./configure --prefix=/usr
-  msg2 "Compiling..."
-  make
-  msg2 "Python2 fix..."
-	sed -i '0,/on/s//on2/' data/templates/files/main.py
-  msg2 "Fixing FS#10318..."
-  setconf geany.desktop MimeType ''
-  msg2 "Enabling colors for PKGBUILD files..."
-  setconf data/filetype_extensions.conf Sh PKGBUILD
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/PKGBUILD (from rev 83914, geany/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-06 14:27:16 UTC (rev 83915)
@@ -0,0 +1,44 @@
+# $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.22
+pkgrel=3
+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=('perlxml' 'setconf' 'intltool')
+optdepends=('vte: for terminal support' 'python2')
+install=geany.install
+source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
+options=('!libtool')
+sha256sums=('901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  msg2 "Configuring..."
+  ./configure --prefix=/usr
+  msg2 "Compiling..."
+  make
+  msg2 "Python2 fix..."
+	sed -i '0,/on/s//on2/' data/templates/files/main.py
+  msg2 "Fixing FS#10318..."
+  setconf geany.desktop MimeType ''
+  msg2 "Enabling syntax highlighting for PKGBUILD files..."
+  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany.install
===================================================================
--- community-i686/geany.install	2013-02-06 14:27:05 UTC (rev 83914)
+++ community-i686/geany.install	2013-02-06 14:27:16 UTC (rev 83915)
@@ -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 83914, geany/trunk/geany.install)
===================================================================
--- community-i686/geany.install	                        (rev 0)
+++ community-i686/geany.install	2013-02-06 14:27:16 UTC (rev 83915)
@@ -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	2013-02-06 14:27:05 UTC (rev 83914)
+++ community-x86_64/PKGBUILD	2013-02-06 14:27:16 UTC (rev 83915)
@@ -1,44 +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.22
-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=('perlxml' 'setconf' 'intltool')
-optdepends=('vte: for terminal support' 'python2')
-install=geany.install
-source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
-options=('!libtool')
-sha256sums=('901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Configuring..."
-  ./configure --prefix=/usr
-  msg2 "Compiling..."
-  make
-  msg2 "Python2 fix..."
-	sed -i '0,/on/s//on2/' data/templates/files/main.py
-  msg2 "Fixing FS#10318..."
-  setconf geany.desktop MimeType ''
-  msg2 "Enabling colors for PKGBUILD files..."
-  setconf data/filetype_extensions.conf Sh PKGBUILD
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-x86_64/PKGBUILD (from rev 83914, geany/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-06 14:27:16 UTC (rev 83915)
@@ -0,0 +1,44 @@
+# $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.22
+pkgrel=3
+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=('perlxml' 'setconf' 'intltool')
+optdepends=('vte: for terminal support' 'python2')
+install=geany.install
+source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
+options=('!libtool')
+sha256sums=('901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  msg2 "Configuring..."
+  ./configure --prefix=/usr
+  msg2 "Compiling..."
+  make
+  msg2 "Python2 fix..."
+	sed -i '0,/on/s//on2/' data/templates/files/main.py
+  msg2 "Fixing FS#10318..."
+  setconf geany.desktop MimeType ''
+  msg2 "Enabling syntax highlighting for PKGBUILD files..."
+  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/geany.install
===================================================================
--- community-x86_64/geany.install	2013-02-06 14:27:05 UTC (rev 83914)
+++ community-x86_64/geany.install	2013-02-06 14:27:16 UTC (rev 83915)
@@ -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 83914, geany/trunk/geany.install)
===================================================================
--- community-x86_64/geany.install	                        (rev 0)
+++ community-x86_64/geany.install	2013-02-06 14:27:16 UTC (rev 83915)
@@ -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