From 19f41ee1a158897a5b5e822f767dafb60490121b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 17 Aug 2019 20:33:45 +0000 Subject: user/featherpad: bump to 0.11.1, add new Hunspell dep --- user/featherpad/APKBUILD | 13 +++++++------ user/featherpad/hunspell-link.patch | 11 +++++++++++ 2 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 user/featherpad/hunspell-link.patch (limited to 'user/featherpad') diff --git a/user/featherpad/APKBUILD b/user/featherpad/APKBUILD index ce151d6be..8df9c0bff 100644 --- a/user/featherpad/APKBUILD +++ b/user/featherpad/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=featherpad -pkgver=0.10.0 +pkgver=0.11.1 pkgrel=0 pkgdesc="Featureful Qt-based text editor" url="https://github.com/tsujan/FeatherPad" @@ -10,13 +10,14 @@ options="!check" # No test suite. license="GPL-3.0+" depends="" makedepends="qt5-qtbase-dev qt5-qtx11extras-dev qt5-qttools-dev qt5-qtsvg-dev - libx11-dev libxext-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" +source="FeatherPad-$pkgver.tar.gz::https://github.com/tsujan/FeatherPad/archive/V$pkgver.tar.gz + hunspell-link.patch + " builddir="$srcdir/FeatherPad-$pkgver" build() { - cd "$builddir" qmake make PREFIX=/usr } @@ -27,8 +28,8 @@ lang() { } package() { - cd "$builddir" make INSTALL_ROOT="$pkgdir" PREFIX=/usr install } -sha512sums="63bde3a5b0febe2dc17700e5e789708696d842520dd1d69832cea19e5b7dc5e6498732cc20927bac4732fa20f516d5d035e38e77142c8e47c723a1b5a07bb901 FeatherPad-0.10.0.tar.gz" +sha512sums="d5c3a6b1505c89498d04ca90aff5824611e63ac01f68830c8715c3c5dc7029c6b1779215b69726190875791941e57c694d0716089f117470f8a84ab6d2679b10 FeatherPad-0.11.1.tar.gz +471714eec9a376b138cc4c6c7b7d1339c9767091309c95b11ef2a8536250c796367b1544dca9610cc10babdbd08ac1436784d71292680b9da90e681dd855aaf0 hunspell-link.patch" diff --git a/user/featherpad/hunspell-link.patch b/user/featherpad/hunspell-link.patch new file mode 100644 index 000000000..8e4aec121 --- /dev/null +++ b/user/featherpad/hunspell-link.patch @@ -0,0 +1,11 @@ +--- FeatherPad-0.11.1/featherpad/featherpad.pro.old 2019-08-15 06:06:09.000000000 +0000 ++++ FeatherPad-0.11.1/featherpad/featherpad.pro 2019-08-17 20:32:55.081129885 +0000 +@@ -91,7 +91,7 @@ + } + + unix { +- LIBS += -lhunspell ++ LIBS += -lhunspell-1.7 + #TRANSLATIONS + exists($$[QT_INSTALL_BINS]/lrelease) { + TRANSLATIONS = $$system("find data/translations/ -name 'featherpad_*.ts'") -- cgit v1.2.3-60-g2f50