# Compiling Time: 1.62 SBU
# Maintainer: crazy <crazy@frugalware.org>

pkgname=qownnotes
pkgver=16.07.11
pkgrel=1
pkgdesc="Plain-text file notepad with markdown support and ownCloud integration"
url="http://www.qownnotes.org/"
_F_sourceforge_ext=".tar.xz"
Finclude sourceforge
depends=('qt5-svg' 'qt5-declarative' 'openssl')
makedepends+=('x11-protos')
rodepends=('hicolor-icon-theme')
groups=('xapps-extra')
archs=('i686' 'x86_64')
sha1sums=('233eafd03acd302323d49d473bf25c3a69ea227d')

build() {

	Fcd
	Fpatchall
	qmake-qt5 || Fdie
	make || Fdie
	make INSTALL_ROOT="$Fdestdir" install || Fdie
}

# optimization OK
