[Lunar-commits] <moonbase-other> pdfpc: introduction to -other
v4hn
me at v4hn.de
Fri Jan 25 20:52:50 CET 2013
commit 2135498febfe34989470e83463c8da6e0b4021fa
Author: v4hn <me at v4hn.de>
Date: Fri, 25 Jan 2013 11:52:50 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/2135498febfe34989470e83463c8da6e0b4021fa
pdfpc: introduction to -other
---
x11-apps/pdfpc/BUILD | +6/-0
x11-apps/pdfpc/DEPENDS | +6/-0
x11-apps/pdfpc/DETAILS | +14/-0
3 files changed, 26 insertions(+)
--- /dev/null
+++ b/x11-apps/pdfpc/BUILD
@@ -0,0 +1,6 @@
+(
+ OPTS+=" -DSYSCONFDIR=/etc" &&
+
+ default_cmake_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/x11-apps/pdfpc/DEPENDS
@@ -0,0 +1,6 @@
+depends cmake
+depends poppler
+depends glib-2
+depends libgee
+depends librsvg
+depends gtk+-2
--- /dev/null
+++ b/x11-apps/pdfpc/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=pdfpc
+ VERSION=3.1.1
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=https://github.com/downloads/davvil/${MODULE}/
+ SOURCE_VFY=sha1:8d0dca8f4c0572321708e64d0d1d50dbbf895a09
+ WEB_SITE=http://xournal.sourceforge.net
+ ENTERED=20130125
+ UPDATED=20130125
+ SHORT="GTK based presentation viewer"
+cat << EOF
+A GTK based presentation viewer application which uses
+Keynote like multi-monitor output to provide meta
+information to the speaker during the presentation.
+EOF
More information about the Lunar-commits
mailing list