summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-21 14:47:39 -0700
committerMark Wagie2020-12-21 14:47:39 -0700
commit3f28977929fbf7303d664decdca9bf3901268784 (patch)
tree66067281d86386054c2082d3cd1be6d065e23f16
parent0af7c0f0a45a9a5db08a520d7a97dfb1bd4e9c74 (diff)
downloadaur-3f28977929fbf7303d664decdca9bf3901268784.tar.gz
adjust dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65806781f78f..57c471310567 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apostrophe
pkgdesc = A distraction free Markdown editor for GNU/Linux made with GTK+
pkgver = 2.2.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://somas.pages.gitlab.gnome.org/apostrophe
arch = any
license = GPL3
@@ -16,10 +16,9 @@ pkgbase = apostrophe
depends = python-pyenchant
depends = python-gobject
depends = python-cairo
+ depends = otf-fira-mono
optdepends = texlive-latexextra: for the pdftex module
optdepends = mathjax: for formula preview
- optdepends = otf-fira-mono: Recommended font (OTF)
- optdepends = ttf-fira-mono: Recommended font (TTF)
source = https://gitlab.gnome.org/somas/apostrophe/-/archive/v2.2.0.3/apostrophe-v2.2.0.3.tar.gz
sha256sums = 79b7aa4913eceaf3a81baa23fe1071ae462b17f6b0f77d8e69f3d554474b4cab
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index c20222990f39..f4a785cc96d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=apostrophe
pkgver=2.2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="A distraction free Markdown editor for GNU/Linux made with GTK+"
arch=('any')
url="https://somas.pages.gitlab.gnome.org/apostrophe"
license=('GPL3')
depends=('webkit2gtk' 'gspell' 'python-pypandoc' 'python-regex' 'python-levenshtein'
- 'python-pyenchant' 'python-gobject' 'python-cairo')
+ 'python-pyenchant' 'python-gobject' 'python-cairo' 'otf-fira-mono')
makedepends=('meson' 'gobject-introspection')
checkdepends=('appstream')
optdepends=('texlive-latexextra: for the pdftex module'
- 'mathjax: for formula preview'
- 'otf-fira-mono: Recommended font (OTF)'
- 'ttf-fira-mono: Recommended font (TTF)')
+ 'mathjax: for formula preview')
source=("https://gitlab.gnome.org/somas/apostrophe/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
sha256sums=('79b7aa4913eceaf3a81baa23fe1071ae462b17f6b0f77d8e69f3d554474b4cab')