summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-21 14:48:32 -0700
committerMark Wagie2020-12-21 14:48:32 -0700
commitce9a5f016c090055424d5090618a058f3dc61926 (patch)
tree2e7efd98ca4f4bfff847f2026cb99a46c6c81c8e
parent93a71c38ed33415d3f58e8d5565f988952bb56a6 (diff)
downloadaur-ce9a5f016c090055424d5090618a058f3dc61926.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 c49e42f5b0c8..cc2c6420796b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apostrophe-git
pkgdesc = A distraction free Markdown editor for GNU/Linux made with GTK+
pkgver = 2.2.0.3.r33.gff24dc1
- pkgrel = 1
+ pkgrel = 2
url = https://somas.pages.gitlab.gnome.org/apostrophe
arch = any
license = GPL3
@@ -17,10 +17,9 @@ pkgbase = apostrophe-git
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)
provides = apostrophe
conflicts = apostrophe
source = git+https://gitlab.gnome.org/somas/apostrophe.git
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 7e3c8cf5da95..ad136fbb9ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,17 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=apostrophe-git
pkgver=2.2.0.3.r33.gff24dc1
-pkgrel=1
+pkgrel=2
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=('git' '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')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://gitlab.gnome.org/somas/apostrophe.git')