2011-08-23 07:43:42 +08:00
|
|
|
pkgname=focuswriter
|
2017-08-26 08:52:16 +08:00
|
|
|
pkgver=1.6.7
|
2017-03-10 07:21:32 +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")
|
2017-08-26 08:52:16 +08:00
|
|
|
sha256sums=('bf78e596d7ed9de774bef5bbe75f1f0a01d626198fce6c8062a679936dfc3883')
|
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
|
|
|
|
}
|