[arch-commits] Commit in qtfm/trunk (PKGBUILD qtfm.changelog qtfm.install)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 1 11:01:47 UTC 2016


    Date: Sunday, May 1, 2016 @ 13:01:46
  Author: jlichtblau
Revision: 173245

upgpkg: qtfm 5.9-3 pacman hooks part 1 rebuild

Modified:
  qtfm/trunk/PKGBUILD
  qtfm/trunk/qtfm.changelog
Deleted:
  qtfm/trunk/qtfm.install

----------------+
 PKGBUILD       |   11 +++++------
 qtfm.changelog |   13 ++++++++-----
 qtfm.install   |   11 -----------
 3 files changed, 13 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-01 11:00:02 UTC (rev 173244)
+++ PKGBUILD	2016-05-01 11:01:46 UTC (rev 173245)
@@ -1,23 +1,22 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: Brad Fanella <bradfanella at archlinux.us>
 # Contributor: Wittfella <wittfella at wittfella.com>
 
 pkgname=qtfm
 pkgver=5.9
-pkgrel=2
+pkgrel=3
 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)
+source=(http://qt-apps.org/CONTENT/content-files/158787-$pkgname.zip)
 sha256sums=('07ffd61dd5d4aa7c16f1c544804517b621e3ef1a30eeda97c087219a3cb35128')
 
 build() {
-  cd "${srcdir}/$pkgname"
+  cd "${srcdir}"/$pkgname
 
   qmake
   make
@@ -24,7 +23,7 @@
 }
 
 package() {
-  cd "${srcdir}/$pkgname"
+  cd "${srcdir}"/$pkgname
 
   make INSTALL_ROOT="${pkgdir}" install
 }

Modified: qtfm.changelog
===================================================================
--- qtfm.changelog	2016-05-01 11:00:02 UTC (rev 173244)
+++ qtfm.changelog	2016-05-01 11:01:46 UTC (rev 173245)
@@ -1,14 +1,17 @@
-2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+2016-05-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* qtfm 5.9-3 pacman hooks rebuild
+
+2013-06-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* qtfm 5.9-1
 
-2012-06-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+2012-06-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* qtfm 5.5-1
 
-2012-03-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+2012-03-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* qtfm 5.4-1
 
-2011-12-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+2011-12-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* qtfm 5.3-1
 
-2011-12-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+2011-12-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* qtfm 5.2-1

Deleted: qtfm.install
===================================================================
--- qtfm.install	2016-05-01 11:00:02 UTC (rev 173244)
+++ qtfm.install	2016-05-01 11:01:46 UTC (rev 173245)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list