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

Eric Bélanger eric at nymeria.archlinux.org
Tue Feb 26 19:28:20 UTC 2013


    Date: Tuesday, February 26, 2013 @ 20:28:20
  Author: eric
Revision: 85025

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

Added:
  qtfm/repos/community-staging-i686/
  qtfm/repos/community-staging-i686/PKGBUILD
    (from rev 85024, qtfm/trunk/PKGBUILD)
  qtfm/repos/community-staging-i686/qtfm.changelog
    (from rev 85024, qtfm/trunk/qtfm.changelog)
  qtfm/repos/community-staging-i686/qtfm.install
    (from rev 85024, qtfm/trunk/qtfm.install)
  qtfm/repos/community-staging-x86_64/
  qtfm/repos/community-staging-x86_64/PKGBUILD
    (from rev 85024, qtfm/trunk/PKGBUILD)
  qtfm/repos/community-staging-x86_64/qtfm.changelog
    (from rev 85024, qtfm/trunk/qtfm.changelog)
  qtfm/repos/community-staging-x86_64/qtfm.install
    (from rev 85024, qtfm/trunk/qtfm.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   30 ++++++++++++++++++++++++++++++
 community-staging-i686/qtfm.changelog   |   11 +++++++++++
 community-staging-i686/qtfm.install     |   11 +++++++++++
 community-staging-x86_64/PKGBUILD       |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/qtfm.changelog |   11 +++++++++++
 community-staging-x86_64/qtfm.install   |   11 +++++++++++
 6 files changed, 104 insertions(+)

Copied: qtfm/repos/community-staging-i686/PKGBUILD (from rev 85024, qtfm/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-26 19:28:20 UTC (rev 85025)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Wittfella <wittfella at wittfella.com>
+
+pkgname=qtfm
+pkgver=5.5
+pkgrel=2
+pkgdesc="A lightweight file manager"
+arch=('i686' 'x86_64')
+url="http://www.qtfm.org/"
+license=('GPL')
+depends=('file' 'qt4')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://www.qtfm.org/$pkgname-$pkgver.tar.gz)
+sha256sums=('845fc43800d12483fa1993c56a8c965ff8dc917b97f03d9ce2e24318806fb211')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  qmake
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: qtfm/repos/community-staging-i686/qtfm.changelog (from rev 85024, qtfm/trunk/qtfm.changelog)
===================================================================
--- community-staging-i686/qtfm.changelog	                        (rev 0)
+++ community-staging-i686/qtfm.changelog	2013-02-26 19:28:20 UTC (rev 85025)
@@ -0,0 +1,11 @@
+2012-06-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qtfm 5.5-1
+
+2012-03-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qtfm 5.4-1
+
+2011-12-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qtfm 5.3-1
+
+2011-12-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qtfm 5.2-1

Copied: qtfm/repos/community-staging-i686/qtfm.install (from rev 85024, qtfm/trunk/qtfm.install)
===================================================================
--- community-staging-i686/qtfm.install	                        (rev 0)
+++ community-staging-i686/qtfm.install	2013-02-26 19:28:20 UTC (rev 85025)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: qtfm/repos/community-staging-x86_64/PKGBUILD (from rev 85024, qtfm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-26 19:28:20 UTC (rev 85025)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Wittfella <wittfella at wittfella.com>
+
+pkgname=qtfm
+pkgver=5.5
+pkgrel=2
+pkgdesc="A lightweight file manager"
+arch=('i686' 'x86_64')
+url="http://www.qtfm.org/"
+license=('GPL')
+depends=('file' 'qt4')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://www.qtfm.org/$pkgname-$pkgver.tar.gz)
+sha256sums=('845fc43800d12483fa1993c56a8c965ff8dc917b97f03d9ce2e24318806fb211')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  qmake
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: qtfm/repos/community-staging-x86_64/qtfm.changelog (from rev 85024, qtfm/trunk/qtfm.changelog)
===================================================================
--- community-staging-x86_64/qtfm.changelog	                        (rev 0)
+++ community-staging-x86_64/qtfm.changelog	2013-02-26 19:28:20 UTC (rev 85025)
@@ -0,0 +1,11 @@
+2012-06-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qtfm 5.5-1
+
+2012-03-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qtfm 5.4-1
+
+2011-12-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qtfm 5.3-1
+
+2011-12-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qtfm 5.2-1

Copied: qtfm/repos/community-staging-x86_64/qtfm.install (from rev 85024, qtfm/trunk/qtfm.install)
===================================================================
--- community-staging-x86_64/qtfm.install	                        (rev 0)
+++ community-staging-x86_64/qtfm.install	2013-02-26 19:28:20 UTC (rev 85025)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list