[arch-commits] Commit in qtfm/repos/community-i686 (6 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Jun 15 13:06:25 UTC 2013


    Date: Saturday, June 15, 2013 @ 15:06:25
  Author: jlichtblau
Revision: 92819

archrelease: copy trunk to community-i686

Added:
  qtfm/repos/community-i686/PKGBUILD
    (from rev 92818, qtfm/trunk/PKGBUILD)
  qtfm/repos/community-i686/qtfm.changelog
    (from rev 92818, qtfm/trunk/qtfm.changelog)
  qtfm/repos/community-i686/qtfm.install
    (from rev 92818, qtfm/trunk/qtfm.install)
Deleted:
  qtfm/repos/community-i686/PKGBUILD
  qtfm/repos/community-i686/qtfm.changelog
  qtfm/repos/community-i686/qtfm.install

----------------+
 PKGBUILD       |   60 +++++++++++++++++++++++++++----------------------------
 qtfm.changelog |   25 ++++++++++++----------
 qtfm.install   |   22 ++++++++++----------
 3 files changed, 55 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-15 13:03:11 UTC (rev 92818)
+++ PKGBUILD	2013-06-15 13:06:25 UTC (rev 92819)
@@ -1,30 +0,0 @@
-# $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-i686/PKGBUILD (from rev 92818, qtfm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-15 13:06:25 UTC (rev 92819)
@@ -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.9
+pkgrel=1
+pkgdesc="A lightweight file manager"
+arch=('i686' 'x86_64')
+url="http://qt-apps.org/content/show.php/QtFM?content=158787"
+license=('GPL')
+depends=('file' 'qt5-base' 'desktop-file-utils')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qt-apps.org/CONTENT/content-files/158787-qtfm.zip)
+sha256sums=('07ffd61dd5d4aa7c16f1c544804517b621e3ef1a30eeda97c087219a3cb35128')
+
+build() {
+  cd "${srcdir}/$pkgname"
+
+  qmake
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: qtfm.changelog
===================================================================
--- qtfm.changelog	2013-06-15 13:03:11 UTC (rev 92818)
+++ qtfm.changelog	2013-06-15 13:06:25 UTC (rev 92819)
@@ -1,11 +0,0 @@
-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-i686/qtfm.changelog (from rev 92818, qtfm/trunk/qtfm.changelog)
===================================================================
--- qtfm.changelog	                        (rev 0)
+++ qtfm.changelog	2013-06-15 13:06:25 UTC (rev 92819)
@@ -0,0 +1,14 @@
+2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* qtfm 5.9-1
+
+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

Deleted: qtfm.install
===================================================================
--- qtfm.install	2013-06-15 13:03:11 UTC (rev 92818)
+++ qtfm.install	2013-06-15 13:06:25 UTC (rev 92819)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: qtfm/repos/community-i686/qtfm.install (from rev 92818, qtfm/trunk/qtfm.install)
===================================================================
--- qtfm.install	                        (rev 0)
+++ qtfm.install	2013-06-15 13:06:25 UTC (rev 92819)
@@ -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