[Lunar-commits] <moonbase> xournal: introduction to moonbase
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Tue May 29 21:40:21 CEST 2012
commit cff7d2ea1889a46213b02d7004c2d4f5a7edb9fe
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Tue May 29 18:41:20 2012 +0200
xournal: introduction to moonbase
---
x11-utils/xournal/BUILD | 15 +++++++++++++++
x11-utils/xournal/DEPENDS | 2 ++
x11-utils/xournal/DETAILS | 18 ++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/x11-utils/xournal/BUILD b/x11-utils/xournal/BUILD
new file mode 100644
index 0000000..067bf77
--- /dev/null
+++ b/x11-utils/xournal/BUILD
@@ -0,0 +1,15 @@
+(
+
+ #`make desktop-install` shouldn't update caches...
+ sedit "s/if test -z \"\$(DESTDIR)\"; then/if false; then/" Makefile.am &&
+
+ #adding -lz -lm to LDFLAGS can break the build
+ sedit 's/LDFLAGS=/#LDFLAGS=/' configure.in &&
+
+ autoreconf . &&
+
+ default_build &&
+
+ make desktop-install
+
+) > $C_FIFO 2>&1
diff --git a/x11-utils/xournal/DEPENDS b/x11-utils/xournal/DEPENDS
new file mode 100644
index 0000000..7003a9c
--- /dev/null
+++ b/x11-utils/xournal/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+-2
+depends poppler
diff --git a/x11-utils/xournal/DETAILS b/x11-utils/xournal/DETAILS
new file mode 100644
index 0000000..04fbec2
--- /dev/null
+++ b/x11-utils/xournal/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=xournal
+ VERSION=0.4.6
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:4ebe79e3df7155d2a09c341537a639ac2332d4c8
+ WEB_SITE=http://xournal.sourceforge.net
+ ENTERED=20120529
+ UPDATED=20120529
+ SHORT="An X notetaking journal using a stylus"
+cat << EOF
+Xournal is an application for notetaking, sketching,
+keeping a journal using a stylus. It is similar to
+M$ Windows Journal or to other alternatives such as Jarnal
+and Gournal.
+
+Xournal aims to provide superior graphical quality
+(subpixel resolution) and overall functionality.
+EOF
More information about the Lunar-commits
mailing list