[arch-commits] Commit in gnome-commander/repos/community-i686 (5 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Tue Jan 14 22:38:56 UTC 2014


    Date: Tuesday, January 14, 2014 @ 23:38:56
  Author: jlichtblau
Revision: 104057

archrelease: copy trunk to community-i686

Added:
  gnome-commander/repos/community-i686/PKGBUILD
    (from rev 104056, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-i686/gnome-commander.changelog
    (from rev 104056, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-i686/gnome-commander.install
    (from rev 104056, gnome-commander/trunk/gnome-commander.install)
Deleted:
  gnome-commander/repos/community-i686/PKGBUILD
  gnome-commander/repos/community-i686/gnome-commander.install

---------------------------+
 PKGBUILD                  |   89 ++++++++++++++++++++++----------------------
 gnome-commander.changelog |    2 
 gnome-commander.install   |   48 +++++++++++------------
 3 files changed, 71 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-14 22:32:49 UTC (rev 104056)
+++ PKGBUILD	2014-01-14 22:38:56 UTC (rev 104057)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Johannes Sjolund <j.sjolund at gmail.com>
-
-pkgname=gnome-commander
-pkgver=1.2.8.16
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/gcmd/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm')
-makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('84d653fab2eaec233b6d899f339099c2fa2d2d5cbdb7a33bd7022c34ed901347')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-      sed -i 's:env python:env python2:' "$f"
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-              --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-  install -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
-    --domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
-  rm -rf "$pkgdir/etc/gconf/schemas/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-commander/repos/community-i686/PKGBUILD (from rev 104056, gnome-commander/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-14 22:38:56 UTC (rev 104057)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Johannes Sjolund <j.sjolund at gmail.com>
+
+pkgname=gnome-commander
+pkgver=1.2.8.17
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('135033ad2073c9d6fee51a52f1e7a56358b8e3a6fa46d64188dc3feebfe00606')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+      sed -i 's:env python:env python2:' "$f"
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+              --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+  install -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" \
+    --domain "$pkgname" "$pkgdir/etc/gconf/schemas/"*.schemas
+  rm -rf "$pkgdir/etc/gconf/schemas/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-commander/repos/community-i686/gnome-commander.changelog (from rev 104056, gnome-commander/trunk/gnome-commander.changelog)
===================================================================
--- gnome-commander.changelog	                        (rev 0)
+++ gnome-commander.changelog	2014-01-14 22:38:56 UTC (rev 104057)
@@ -0,0 +1,2 @@
+2014-01-14 Jaroslav Lichtblau (Dragonlord) <dragonlord at aur.archlinux.org>
+	* gnome-commander 1.2.8.17-1

Deleted: gnome-commander.install
===================================================================
--- gnome-commander.install	2014-01-14 22:32:49 UTC (rev 104056)
+++ gnome-commander.install	2014-01-14 22:38:56 UTC (rev 104057)
@@ -1,24 +0,0 @@
-pkgname=gnome-commander
-
-post_install() {
-  gconfpkg --install "$pkgname"
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall "$pkgname"
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-commander/repos/community-i686/gnome-commander.install (from rev 104056, gnome-commander/trunk/gnome-commander.install)
===================================================================
--- gnome-commander.install	                        (rev 0)
+++ gnome-commander.install	2014-01-14 22:38:56 UTC (rev 104057)
@@ -0,0 +1,24 @@
+pkgname=gnome-commander
+
+post_install() {
+  gconfpkg --install "$pkgname"
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall "$pkgname"
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list