summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2017-10-21 13:31:14 +0200
committerJaroslav Lichtblau2017-10-21 13:31:14 +0200
commitf04fefa02a0e36c3bddae440914c8f3fe7b916aa (patch)
treea399c478d39784ecab4b2aabc8df270c42f3a706
downloadaur-f04fefa02a0e36c3bddae440914c8f3fe7b916aa.tar.gz
qtfm dropped for [community]
project seems dead, build fails with an error
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD28
-rw-r--r--qtfm.changelog20
3 files changed, 67 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5906dcba2f24
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+# Generated by mksrcinfo v8
+# Sat Oct 21 11:30:55 UTC 2017
+pkgbase = qtfm
+ pkgdesc = A lightweight file manager
+ pkgver = 5.9
+ pkgrel = 3
+ url = http://qt-apps.org/content/show.php/QtFM?content=158787
+ changelog = qtfm.changelog
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = file
+ depends = qt5-base
+ depends = desktop-file-utils
+ source = https://dl.opendesktop.org/api/files/download/id/1466643163/158787-qtfm.zip
+ sha256sums = 07ffd61dd5d4aa7c16f1c544804517b621e3ef1a30eeda97c087219a3cb35128
+
+pkgname = qtfm
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..85b67225b9a9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,28 @@
+# Contributor: Jaroslav Lichtblau <svetlemodry@archlinux.org>
+# Contributor: Brad Fanella <bradfanella@archlinux.us>
+# Contributor: Wittfella <wittfella@wittfella.com>
+
+pkgname=qtfm
+pkgver=5.9
+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')
+changelog=$pkgname.changelog
+source=(https://dl.opendesktop.org/api/files/download/id/1466643163/158787-$pkgname.zip)
+sha256sums=('07ffd61dd5d4aa7c16f1c544804517b621e3ef1a30eeda97c087219a3cb35128')
+
+build() {
+ cd "${srcdir}"/$pkgname
+
+ qmake
+ make
+}
+
+package() {
+ cd "${srcdir}"/$pkgname
+
+ make INSTALL_ROOT="${pkgdir}" install
+}
diff --git a/qtfm.changelog b/qtfm.changelog
new file mode 100644
index 000000000000..3d90e2ae6b1b
--- /dev/null
+++ b/qtfm.changelog
@@ -0,0 +1,20 @@
+2017-10-21 Jaroslav Lichtblau <svetlemodry@archlinux.org>
+ * qtfm 5.9-3 source file location updated in PKGBUILD
+
+2016-05-01 Jaroslav Lichtblau <svetlemodry@archlinux.org>
+ * qtfm 5.9-3 pacman hooks rebuild
+
+2013-06-15 Jaroslav Lichtblau <svetlemodry@archlinux.org>
+ * qtfm 5.9-1
+
+2012-06-17 Jaroslav Lichtblau <svetlemodry@archlinux.org>
+ * qtfm 5.5-1
+
+2012-03-18 Jaroslav Lichtblau <svetlemodry@archlinux.org>
+ * qtfm 5.4-1
+
+2011-12-17 Jaroslav Lichtblau <svetlemodry@archlinux.org>
+ * qtfm 5.3-1
+
+2011-12-08 Jaroslav Lichtblau <svetlemodry@archlinux.org>
+ * qtfm 5.2-1