[Lunar-commits] <moonbase-other> epdfview: moved from gnome

v4hn me at v4hn.de
Sat Oct 26 20:07:57 CEST 2013


commit 9e0f325940fc82726cddee4f7834d6f52a9520d9
Author: v4hn <me at v4hn.de>
Date: Sat, 26 Oct 2013 11:07:49 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/9e0f325940fc82726cddee4f7834d6f52a9520d9

epdfview: moved from gnome

Also cleaned up and fixed by cavalier
---
  x11-apps/epdfview/BUILD     | +5/-0     
  x11-apps/epdfview/DEPENDS   | +5/-0     
  x11-apps/epdfview/DETAILS   | +19/-0    
  x11-apps/epdfview/PRE_BUILD | +6/-0     
  4 files changed, 35 insertions(+)

--- /dev/null
+++ b/x11-apps/epdfview/BUILD
@@ -0,0 +1,5 @@
+# Makefile.am: required file `./ChangeLog' not found
+touch ChangeLog &&
+autoreconf -fi &&
+
+default_build
--- /dev/null
+++ b/x11-apps/epdfview/DEPENDS
@@ -0,0 +1,5 @@
+depends  gtk+-2
+depends  poppler
+
+optional_depends  "cups"  "--with-cups"  "--without-cups"  \
+                  "for CUPS based printing support"
--- /dev/null
+++ b/x11-apps/epdfview/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=epdfview
+         VERSION=0.1.8
+          SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=epdfview-0.1.8-fixes-1.patch
+      SOURCE_URL=http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/$MODULE/
+     SOURCE2_URL=http://www.linuxfromscratch.org/patches/blfs/svn/
+      SOURCE_VFY=sha1:72da8958f58cf7ec55b55541f2e67895b402df3f
+     SOURCE2_VFY=sha1:ab0f75a27fdd6759af37c31a072b5c3959378900
+        WEB_SITE=http://trac.emma-soft.com/epdfview
+         ENTERED=20060417
+         UPDATED=20121119
+           SHORT="A lightweight PDF document viewer"
+
+cat << EOF
+ePDFView is a lightweight PDF document viewer using Poppler, cairo,
+and gtk+-2 libraries. The aim of ePDFView is to make a simple PDF
+document viewer, in the lines of Evince but without using the Gnome
+libraries.
+EOF
--- /dev/null
+++ b/x11-apps/epdfview/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build  &&
+
+patch_it $SOURCE2 1  &&
+
+# XFCE 4.6 needs the .png file extension specified
+sedit "/^Icon=/s/.*/Icon=\/usr\/share\/epdfview\/pixmaps\/icon_epdfview-48.png/" data/epdfview.desktop




More information about the Lunar-commits mailing list