diff options
Diffstat (limited to 'community/qtfm')
-rw-r--r-- | community/qtfm/PKGBUILD | 30 | ||||
-rw-r--r-- | community/qtfm/qtfm.changelog | 14 | ||||
-rw-r--r-- | community/qtfm/qtfm.install | 11 |
3 files changed, 0 insertions, 55 deletions
diff --git a/community/qtfm/PKGBUILD b/community/qtfm/PKGBUILD deleted file mode 100644 index 2b43d1c7e..000000000 --- a/community/qtfm/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $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.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 -} diff --git a/community/qtfm/qtfm.changelog b/community/qtfm/qtfm.changelog deleted file mode 100644 index 2212da656..000000000 --- a/community/qtfm/qtfm.changelog +++ /dev/null @@ -1,14 +0,0 @@ -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 - -2012-03-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * qtfm 5.4-1 - -2011-12-17 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * qtfm 5.3-1 - -2011-12-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * qtfm 5.2-1 diff --git a/community/qtfm/qtfm.install b/community/qtfm/qtfm.install deleted file mode 100644 index 2eaa60550..000000000 --- a/community/qtfm/qtfm.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |