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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 00:47:42 UTC 2015


    Date: Monday, December 7, 2015 @ 01:47:41
  Author: bpiotrowski
Revision: 149424

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 149423, qtfm/trunk/PKGBUILD)
  qtfm/repos/community-staging-i686/qtfm.changelog
    (from rev 149423, qtfm/trunk/qtfm.changelog)
  qtfm/repos/community-staging-i686/qtfm.install
    (from rev 149423, qtfm/trunk/qtfm.install)
  qtfm/repos/community-staging-x86_64/
  qtfm/repos/community-staging-x86_64/PKGBUILD
    (from rev 149423, qtfm/trunk/PKGBUILD)
  qtfm/repos/community-staging-x86_64/qtfm.changelog
    (from rev 149423, qtfm/trunk/qtfm.changelog)
  qtfm/repos/community-staging-x86_64/qtfm.install
    (from rev 149423, qtfm/trunk/qtfm.install)

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

Copied: qtfm/repos/community-staging-i686/PKGBUILD (from rev 149423, qtfm/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 00:47:41 UTC (rev 149424)
@@ -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=2
+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
+}

Copied: qtfm/repos/community-staging-i686/qtfm.changelog (from rev 149423, qtfm/trunk/qtfm.changelog)
===================================================================
--- community-staging-i686/qtfm.changelog	                        (rev 0)
+++ community-staging-i686/qtfm.changelog	2015-12-07 00:47:41 UTC (rev 149424)
@@ -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

Copied: qtfm/repos/community-staging-i686/qtfm.install (from rev 149423, qtfm/trunk/qtfm.install)
===================================================================
--- community-staging-i686/qtfm.install	                        (rev 0)
+++ community-staging-i686/qtfm.install	2015-12-07 00:47:41 UTC (rev 149424)
@@ -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 149423, qtfm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 00:47:41 UTC (rev 149424)
@@ -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=2
+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
+}

Copied: qtfm/repos/community-staging-x86_64/qtfm.changelog (from rev 149423, qtfm/trunk/qtfm.changelog)
===================================================================
--- community-staging-x86_64/qtfm.changelog	                        (rev 0)
+++ community-staging-x86_64/qtfm.changelog	2015-12-07 00:47:41 UTC (rev 149424)
@@ -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

Copied: qtfm/repos/community-staging-x86_64/qtfm.install (from rev 149423, qtfm/trunk/qtfm.install)
===================================================================
--- community-staging-x86_64/qtfm.install	                        (rev 0)
+++ community-staging-x86_64/qtfm.install	2015-12-07 00:47:41 UTC (rev 149424)
@@ -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