2011-08-23 07:43:42 +08:00
|
|
|
pkgname=focuswriter
|
2016-12-12 08:49:52 +08:00
|
|
|
pkgver=1.6.3
|
2016-06-23 15:49:00 +08:00
|
|
|
pkgrel=1
|
2011-08-23 07:43:42 +08:00
|
|
|
pkgdesc="A simple fullscreen word processor."
|
2012-11-10 08:55:43 +08:00
|
|
|
arch=('x86_64')
|
2011-08-23 07:43:42 +08:00
|
|
|
url="http://gottcode.org/$pkgname/"
|
2012-09-23 23:02:12 +08:00
|
|
|
screenshot="http://gottcode.org/focuswriter/screenshots/focuswriter_image.png"
|
2011-08-23 07:43:42 +08:00
|
|
|
license=('GPL3')
|
2015-10-01 19:16:08 +08:00
|
|
|
depends=('qt5-base' 'qt5-multimedia' 'hunspell')
|
|
|
|
makedepends=('qt5-tools')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('office')
|
2012-11-10 08:55:43 +08:00
|
|
|
screenshot=("http://gottcode.org/focuswriter/screenshots/focuswriter_stats.png")
|
|
|
|
source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
|
2016-12-12 08:49:52 +08:00
|
|
|
sha256sums=('7de693e8786738c50bde53d4e325334ecf3b8155d7c9b37e64bbd9adedcb9f40')
|
2011-08-23 07:43:42 +08:00
|
|
|
|
|
|
|
build() {
|
2016-09-20 21:06:05 +08:00
|
|
|
cd $pkgname-$pkgver
|
2015-10-01 19:16:08 +08:00
|
|
|
qmake-qt5 PREFIX=/usr
|
2011-08-23 07:43:42 +08:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2016-09-20 21:06:05 +08:00
|
|
|
cd $pkgname-$pkgver
|
2011-08-23 07:43:42 +08:00
|
|
|
make INSTALL_ROOT=$pkgdir install
|
|
|
|
}
|