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

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 18:37:06 UTC 2015


    Date: Sunday, December 6, 2015 @ 19:37:05
  Author: foutrelis
Revision: 149049

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

Added:
  gnome-commander/repos/community-staging-i686/
  gnome-commander/repos/community-staging-i686/PKGBUILD
    (from rev 149048, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-staging-i686/gnome-commander.changelog
    (from rev 149048, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-staging-i686/gnome-commander.install
    (from rev 149048, gnome-commander/trunk/gnome-commander.install)
  gnome-commander/repos/community-staging-x86_64/
  gnome-commander/repos/community-staging-x86_64/PKGBUILD
    (from rev 149048, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-staging-x86_64/gnome-commander.changelog
    (from rev 149048, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-staging-x86_64/gnome-commander.install
    (from rev 149048, gnome-commander/trunk/gnome-commander.install)

----------------------------------------------------+
 community-staging-i686/PKGBUILD                    |   43 +++++++++++++++++++
 community-staging-i686/gnome-commander.changelog   |   26 +++++++++++
 community-staging-i686/gnome-commander.install     |   24 ++++++++++
 community-staging-x86_64/PKGBUILD                  |   43 +++++++++++++++++++
 community-staging-x86_64/gnome-commander.changelog |   26 +++++++++++
 community-staging-x86_64/gnome-commander.install   |   24 ++++++++++
 6 files changed, 186 insertions(+)

Copied: gnome-commander/repos/community-staging-i686/PKGBUILD (from rev 149048, gnome-commander/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 18:37:05 UTC (rev 149049)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at 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.4.7
+pkgrel=2
+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' 'libunique')
+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.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('54ac33b7df1268a8b1acf18d0b9dda35fa7438e15e2ace0f062e42525528a517')
+
+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/"
+}

Copied: gnome-commander/repos/community-staging-i686/gnome-commander.changelog (from rev 149048, gnome-commander/trunk/gnome-commander.changelog)
===================================================================
--- community-staging-i686/gnome-commander.changelog	                        (rev 0)
+++ community-staging-i686/gnome-commander.changelog	2015-12-06 18:37:05 UTC (rev 149049)
@@ -0,0 +1,26 @@
+2015-05-31 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.7-1
+
+2015-05-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.6-1
+
+2015-01-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.5-1
+
+2014-11-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.4-1
+
+2014-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.3-1
+
+2014-05-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.2-1
+
+2014-04-07 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.1-1
+
+2014-03-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.0-1
+
+2014-01-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.2.8.17-1

Copied: gnome-commander/repos/community-staging-i686/gnome-commander.install (from rev 149048, gnome-commander/trunk/gnome-commander.install)
===================================================================
--- community-staging-i686/gnome-commander.install	                        (rev 0)
+++ community-staging-i686/gnome-commander.install	2015-12-06 18:37:05 UTC (rev 149049)
@@ -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:

Copied: gnome-commander/repos/community-staging-x86_64/PKGBUILD (from rev 149048, gnome-commander/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 18:37:05 UTC (rev 149049)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at 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.4.7
+pkgrel=2
+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' 'libunique')
+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.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('54ac33b7df1268a8b1acf18d0b9dda35fa7438e15e2ace0f062e42525528a517')
+
+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/"
+}

Copied: gnome-commander/repos/community-staging-x86_64/gnome-commander.changelog (from rev 149048, gnome-commander/trunk/gnome-commander.changelog)
===================================================================
--- community-staging-x86_64/gnome-commander.changelog	                        (rev 0)
+++ community-staging-x86_64/gnome-commander.changelog	2015-12-06 18:37:05 UTC (rev 149049)
@@ -0,0 +1,26 @@
+2015-05-31 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.7-1
+
+2015-05-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.6-1
+
+2015-01-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.5-1
+
+2014-11-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.4-1
+
+2014-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.3-1
+
+2014-05-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.2-1
+
+2014-04-07 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.1-1
+
+2014-03-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.4.0-1
+
+2014-01-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* gnome-commander 1.2.8.17-1

Copied: gnome-commander/repos/community-staging-x86_64/gnome-commander.install (from rev 149048, gnome-commander/trunk/gnome-commander.install)
===================================================================
--- community-staging-x86_64/gnome-commander.install	                        (rev 0)
+++ community-staging-x86_64/gnome-commander.install	2015-12-06 18:37:05 UTC (rev 149049)
@@ -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