-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |