summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD30
2 files changed, 26 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7164c9344377..312b0cc6c65a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = apostrophe
arch = any
license = GPL-3.0-or-later
checkdepends = appstream-glib
- makedepends = meson
makedepends = gobject-introspection
+ makedepends = meson
makedepends = sassc
depends = gspell
depends = libhandy
@@ -22,8 +22,8 @@ pkgbase = apostrophe
depends = python-regex
depends = python-setuptools
depends = webkit2gtk-4.1
- optdepends = texlive-bin: for the pdftex module
optdepends = mathjax: for formula preview
+ optdepends = texlive-bin: for the pdftex module
source = https://gitlab.gnome.org/World/apostrophe/-/archive/v2.6.3/apostrophe-v2.6.3.tar.gz
source = Allow-building-with-webkitgtk-4.1.patch
sha256sums = 6f73c80146af0820ec705ec8b32ec64f0f323f51de6b6a4cfd4d02f0719876f3
diff --git a/PKGBUILD b/PKGBUILD
index ed8bea12f282..444d234400a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,31 @@ pkgdesc="A distraction free Markdown editor for GNU/Linux made with GTK+"
arch=('any')
url="https://world.pages.gitlab.gnome.org/apostrophe"
license=('GPL-3.0-or-later')
-depends=('gspell' 'libhandy' 'otf-fira-mono' 'otf-fira-sans' 'python-cairo'
- 'python-chardet' 'python-gobject' 'python-levenshtein' 'python-pyenchant'
- 'python-pypandoc' 'python-regex' 'python-setuptools' 'webkit2gtk-4.1')
-makedepends=('meson' 'gobject-introspection' 'sassc')
-optdepends=('texlive-bin: for the pdftex module'
- 'mathjax: for formula preview')
+depends=(
+ 'gspell'
+ 'libhandy'
+ 'otf-fira-mono'
+ 'otf-fira-sans'
+ 'python-cairo'
+ 'python-chardet'
+ 'python-gobject'
+ 'python-levenshtein'
+ 'python-pyenchant'
+ 'python-pypandoc'
+ 'python-regex'
+ 'python-setuptools'
+ 'webkit2gtk-4.1'
+)
+makedepends=(
+ 'gobject-introspection'
+ 'meson'
+ 'sassc'
+)
checkdepends=('appstream-glib')
+optdepends=(
+ 'mathjax: for formula preview'
+ 'texlive-bin: for the pdftex module'
+)
source=("https://gitlab.gnome.org/World/apostrophe/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
'Allow-building-with-webkitgtk-4.1.patch')
sha256sums=('6f73c80146af0820ec705ec8b32ec64f0f323f51de6b6a4cfd4d02f0719876f3'