blob: 0d1a9dbd6d68a30eea62e7a43eb0150afe36445d (
plain) (
tree)
|
|
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=featherpad
pkgver=0.14.1
pkgrel=0
pkgdesc="Featureful Qt-based text editor"
url="https://github.com/tsujan/FeatherPad"
arch="all"
options="!check" # No test suite.
license="GPL-3.0+"
depends=""
makedepends="qt5-qtbase-dev qt5-qtx11extras-dev qt5-qttools-dev qt5-qtsvg-dev
hunspell-dev libx11-dev libxext-dev"
subpackages="$pkgname-lang"
source="FeatherPad-$pkgver.tar.gz::https://github.com/tsujan/FeatherPad/archive/V$pkgver.tar.gz
hunspell-link.patch
"
builddir="$srcdir/FeatherPad-$pkgver"
build() {
qmake
make PREFIX=/usr
}
lang() {
mkdir -p "$subpkgdir"/usr/share/$pkgname
mv "$pkgdir"/usr/share/$pkgname/translations "$subpkgdir"/usr/share/$pkgname/translations
}
package() {
make INSTALL_ROOT="$pkgdir" PREFIX=/usr install
}
sha512sums="e61e125ca746cea4a3ee5293b07b6ab742d938dc7e09c02f37e469b7f3d25df1abb2c3d7e7a053c93406a341c40a223e7e466fcdc2b318a290bd49f808827ee5 FeatherPad-0.14.1.tar.gz
471714eec9a376b138cc4c6c7b7d1339c9767091309c95b11ef2a8536250c796367b1544dca9610cc10babdbd08ac1436784d71292680b9da90e681dd855aaf0 hunspell-link.patch"
|