0bf985f5e1
This MR updates the app to the latest commit (currently from 2 days ago). It also updates plasma-angelfish, but I changed the $pkgrel to follow the format of the other Git packages. This also re-enables plasma-angelfish and vvave in the default Plasma Mobile installation, as they were previously disabled due to qt5-qtwebengine (which they depend on) requiring a soname bump upstream.
26 lines
920 B
Text
26 lines
920 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=index
|
|
pkgver=0_git20190105
|
|
pkgrel=0
|
|
_commit="88b6569e27b9b08f36141cb8fbca7941c897dd08"
|
|
pkgdesc="Index file manager based on MauiKit"
|
|
arch="all"
|
|
url="https://github.com/mauikit/index"
|
|
license="unknown"
|
|
depends="mauikit qmltermwidget"
|
|
makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev mauikit-dev kservice-dev knotifications-dev ki18n-dev kio-dev"
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/mauikit/$pkgname/archive/$_commit.tar.gz"
|
|
options="!check" # No tests available
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
|
|
build() {
|
|
qmake-qt5
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make INSTALL_ROOT="$pkgdir" install
|
|
}
|
|
sha512sums="325a6f8e6d9d1e64afac4e2037539f210e9dbf2dee3aeba71faa6497f37b1b54bb98228a48a4a23f469e61b26afe54c411d04dc50730b3d9d50a88d5ac6a77b9 index-88b6569e27b9b08f36141cb8fbca7941c897dd08.tar.gz"
|