Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (69faeebc135323ff81c0fe421fd7e3f9fe928e76)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (69faeebc135323ff81c0fe421fd7e3f9fe928e76)
  • Date: Fri, 30 Sep 2016 18:45:17 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
doc/zathura-ps/BUILD | 3 +++
doc/zathura-ps/DEPENDS | 2 ++
doc/zathura-ps/DETAILS | 15 +++++++++++++++
doc/zathura-ps/HISTORY | 2 ++
doc/zathura-ps/INSTALL | 1 +
doc/zathura-ps/PRE_BUILD | 6 ++++++
7 files changed, 32 insertions(+)

New commits:
commit 69faeebc135323ff81c0fe421fd7e3f9fe928e76
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

zathura-ps: new spell, plugin adds PS support to zathura

diff --git a/ChangeLog b/ChangeLog
index 3c0e8d2..b517999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-09-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * doc/zathura-ps: new spell, plugin adds PS support to zathura
+
2016-09-30 Treeve Jelbert <treeve AT sourcemage.org>
* xorg.gpg: add B467F0BF: "Peter Hutterer (Who-T) <office AT who-t.net>"

diff --git a/doc/zathura-ps/BUILD b/doc/zathura-ps/BUILD
new file mode 100755
index 0000000..c072b87
--- /dev/null
+++ b/doc/zathura-ps/BUILD
@@ -0,0 +1,3 @@
+OPTS="VERBOSE=1 $OPTS" &&
+
+make $OPTS
diff --git a/doc/zathura-ps/DEPENDS b/doc/zathura-ps/DEPENDS
new file mode 100755
index 0000000..ca66ce1
--- /dev/null
+++ b/doc/zathura-ps/DEPENDS
@@ -0,0 +1,2 @@
+depends libspectre &&
+depends zathura
diff --git a/doc/zathura-ps/DETAILS b/doc/zathura-ps/DETAILS
new file mode 100755
index 0000000..1823aeb
--- /dev/null
+++ b/doc/zathura-ps/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=zathura-ps
+ VERSION=0.2.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://pwmt.org/projects/$SPELL/download/$SOURCE
+ SOURCE_HINTS="no-check-certificate"
+ SOURCE_HASH=sha1:893f743a5e54b0cdabf30a50451eb3d427831b17:UPSTREAM_HASH
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://pwmt.org/projects/zathura-ps/
+ ENTERED=20160930
+ LICENSE[0]=ZLIB
+ SHORT="plugin adds PS support to zathura"
+cat << EOF
+The zathura-ps plugin adds PostScript support to zathura by using the
libspectre
+library.
+EOF
diff --git a/doc/zathura-ps/HISTORY b/doc/zathura-ps/HISTORY
new file mode 100644
index 0000000..c07d08d
--- /dev/null
+++ b/doc/zathura-ps/HISTORY
@@ -0,0 +1,2 @@
+2016-09-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, {PRE,}BUILD, INSTALL: created spell, version 0.2.3
diff --git a/doc/zathura-ps/INSTALL b/doc/zathura-ps/INSTALL
new file mode 100755
index 0000000..c6708ed
--- /dev/null
+++ b/doc/zathura-ps/INSTALL
@@ -0,0 +1 @@
+make $OPTS PREFIX="${INSTALL_ROOT}/usr" install
diff --git a/doc/zathura-ps/PRE_BUILD b/doc/zathura-ps/PRE_BUILD
new file mode 100755
index 0000000..7f941e3
--- /dev/null
+++ b/doc/zathura-ps/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+if spell_ok gcc && is_version_less $(installed_version gcc) 4.8; then
+ sedit "s:-std=c11:-std=c99:" config.mk
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (69faeebc135323ff81c0fe421fd7e3f9fe928e76), Vlad Glagolev, 09/30/2016

Archive powered by MHonArc 2.6.24.

Top of Page