From c93b9dc1c01cbccedf0306be1559970d73bb3292 Mon Sep 17 00:00:00 2001
From: Marty Kandes <mkandes@sdsc.edu>
Date: Tue, 12 Jan 2021 07:52:24 -0800
Subject: [PATCH] Add evince to base Ubuntu container

Added evince to base Ubuntu 18.04 LTS container. User requires remote,
X11-forwarded PDF viewer on Expanse. However, current system library
support for CentOS 8 is not compatible with some exiting pre-compiled
binaries from PDF view projects like xpdf. This is a quick and dirty
fix/test to see if we can meet the user's requirement via a Singularity
container for the time being. Long-term, however, recommend removing
evince from this base container, unless absolutely necessary.
---
 README.md                                        | 8 +++-----
 definition-files/ubuntu/Singularity.ubuntu-18.04 | 3 ++-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index fe9fdc4..94dbe65 100644
--- a/README.md
+++ b/README.md
@@ -33,9 +33,7 @@ singularity pull shub://mkandes/naked-singularity:ubuntu-18.04
    
 ## Status
 
-The naked-singularity project is currently undergoing a major 
-restructuring of the repository. Significant changes over the next few 
-weeks should be expected.
+A work in progress. 
 
 ## Contribute
 
@@ -53,8 +51,8 @@ University of California, San Diego
 
 ## Version
 
-1.2.3
+1.2.4
 
 ## Last Updated
 
-Thursday, December 31st, 2020
+Tuesday, January 12th, 2021
diff --git a/definition-files/ubuntu/Singularity.ubuntu-18.04 b/definition-files/ubuntu/Singularity.ubuntu-18.04
index 6ac8025..d3c518b 100644
--- a/definition-files/ubuntu/Singularity.ubuntu-18.04
+++ b/definition-files/ubuntu/Singularity.ubuntu-18.04
@@ -11,7 +11,7 @@ OSVersion: bionic
     AUTHOR_NAME Marty Kandes
     AUTHOR_EMAIL mkandes@sdsc.edu
 
-    LAST_UPDATED 20200809
+    LAST_UPDATED 20210112
 
 %setup
 
@@ -76,6 +76,7 @@ OSVersion: bionic
     apt-get -y install automake
     apt-get -y install build-essential
     apt-get -y install cmake
+    apt-get -y install evince
     apt-get -y install expect
     apt-get -y install gfortran
     apt-get -y install libtool
-- 
GitLab