summaryrefslogtreecommitdiff
path: root/community/qtfm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
committerroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
commit44c10f274ec720a1512b15457b9eeffea28c6041 (patch)
tree48d27d6116dfd4fdce957af918c3d62385fd9226 /community/qtfm
parent0a069ede63336b105cda051cebe136f2592847d2 (diff)
Sun Jun 16 01:25:28 PDT 2013
Diffstat (limited to 'community/qtfm')
-rw-r--r--community/qtfm/PKGBUILD18
-rw-r--r--community/qtfm/qtfm.changelog3
2 files changed, 12 insertions, 9 deletions
diff --git a/community/qtfm/PKGBUILD b/community/qtfm/PKGBUILD
index 6dc872ed6..2b43d1c7e 100644
--- a/community/qtfm/PKGBUILD
+++ b/community/qtfm/PKGBUILD
@@ -1,30 +1,30 @@
-# $Id: PKGBUILD 85404 2013-03-01 10:39:23Z andrea $
+# $Id: PKGBUILD 92818 2013-06-15 13:03:11Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Wittfella <wittfella@wittfella.com>
pkgname=qtfm
-pkgver=5.5
-pkgrel=2
+pkgver=5.9
+pkgrel=1
pkgdesc="A lightweight file manager"
arch=('i686' 'x86_64')
-url="http://www.qtfm.org/"
+url="http://qt-apps.org/content/show.php/QtFM?content=158787"
license=('GPL')
-depends=('file' 'qt4')
+depends=('file' 'qt5-base' 'desktop-file-utils')
install=$pkgname.install
changelog=$pkgname.changelog
-source=(http://www.qtfm.org/$pkgname-$pkgver.tar.gz)
-sha256sums=('845fc43800d12483fa1993c56a8c965ff8dc917b97f03d9ce2e24318806fb211')
+source=(http://qt-apps.org/CONTENT/content-files/158787-qtfm.zip)
+sha256sums=('07ffd61dd5d4aa7c16f1c544804517b621e3ef1a30eeda97c087219a3cb35128')
build() {
- cd "${srcdir}/$pkgname-$pkgver"
+ cd "${srcdir}/$pkgname"
qmake
make
}
package() {
- cd "${srcdir}/$pkgname-$pkgver"
+ cd "${srcdir}/$pkgname"
make INSTALL_ROOT="${pkgdir}" install
}
diff --git a/community/qtfm/qtfm.changelog b/community/qtfm/qtfm.changelog
index 043ff07ec..2212da656 100644
--- a/community/qtfm/qtfm.changelog
+++ b/community/qtfm/qtfm.changelog
@@ -1,3 +1,6 @@
+2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * qtfm 5.9-1
+
2012-06-17 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* qtfm 5.5-1