[Lunar-commits] <moonbase-other> xournal: resurrected and bumped
v4hn
me at v4hn.de
Fri Jul 13 17:51:57 CEST 2012
commit cb891cff90d80b3b05d306020657debd39dfa050
Author: v4hn <me at v4hn.de>
Date: Fri, 13 Jul 2012 08:51:57 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/cb891cff90d80b3b05d306020657debd39dfa050
xournal: resurrected and bumped
---
x11-utils/xournal/BUILD +15/-0
x11-utils/xournal/DEPENDS +2/-0
x11-utils/xournal/DETAILS +18/-0
3 files changed, 35 insertions (+), 0 deletions (-)
--- /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=.*$/LIBS=\"-lz -lm\"/' configure.in &&
+
+ autoreconf . &&
+
+ default_build &&
+
+ make desktop-install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/x11-utils/xournal/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+-2
+depends poppler
--- /dev/null
+++ b/x11-utils/xournal/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=xournal
+ VERSION=0.4.7
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:d2556bf21bef2df99bef0a6d1cb251d5e0f12d3f
+ WEB_SITE=http://xournal.sourceforge.net
+ ENTERED=20120529
+ UPDATED=20120713
+ 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