Skip to content

Commit

Permalink
apostrophe: new, 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaharico committed Feb 14, 2025
1 parent 7ab4c17 commit 30291f1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app-editors/apostrophe/autobuild/defines
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
PKGNAME=apostrophe
PKGSEC=editors
PKGDEP="dconf glib graphene gtk-4 gtksourceview-5 hicolor-icon-theme \
libadwaita pango python-3 chardet pygobject-3 webkit2gtk \
libspelling pypandoc"
PKGRECOM="texlive appstream fira-font"
PKGDES="Distraction free Markdown editor"

MESON_AFTER="-Dprofile=development"

# FIXME: pypandoc is only available on these archs
FAIL_ARCH="!(amd64|arm64)"
10 changes: 10 additions & 0 deletions app-editors/apostrophe/autobuild/prepare
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Download and extract reveal.js
abinfo "Downloading reveal.js ..."
wget https://github.com/hakimel/reveal.js/archive/refs/tags/5.1.0.tar.gz

abinfo "Extracting reveal.js ..."
mkdir -p $PKGDIR/usr/share/apostrophe/libs/reveal.js/
mkdir -p /usr/share/apostrophe/libs/reveal.js/
tar xf 5.1.0.tar.gz
cp -rv $SRCDIR/reveal.js-5.1.0/ $PKGDIR/usr/share/apostrophe/libs/reveal.js/
cp -rv $SRCDIR/reveal.js-5.1.0/ /usr/share/apostrophe/libs/reveal.js/
4 changes: 4 additions & 0 deletions app-editors/apostrophe/spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VER=3.2
SRCS="git::commit=tags/v$VER::https://gitlab.gnome.org/World/apostrophe.git"
CHKSUMS="SKIP"
CHKUPDATE="anitya::id=222624"

0 comments on commit 30291f1

Please sign in to comment.