diff options
Diffstat (limited to 'office/zathura/zathura.SlackBuild')
-rw-r--r-- | office/zathura/zathura.SlackBuild | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/office/zathura/zathura.SlackBuild b/office/zathura/zathura.SlackBuild index 9241dcee1e..3a2eb2bca1 100644 --- a/office/zathura/zathura.SlackBuild +++ b/office/zathura/zathura.SlackBuild @@ -22,6 +22,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Updated 20130617 by B. Watson <yalhcru@gmail.com>: +# - Updated for v0.2.3 + +# Updated 20120721 by B. Watson <yalhcru@gmail.com>: +# - Updated for v0.2.0 +# - generated man pages now included by upstream, get rid of ours + # Updated 20120312 by B. Watson <yalhcru@gmail.com>: # - Updated for v0.1.1, including poppler plugin # - Restore missing .desktop file and AUTHORS doc @@ -29,12 +36,8 @@ # - Include generated man pages # - fix homepage URL -# Updated 20120721 by B. Watson <yalhcru@gmail.com>: -# - Updated for v0.2.0 -# - generated man pages now included by upstream, get rid of ours - PRGNAM=zathura -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-0.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +72,7 @@ set -eu # zathura no longer includes PDF support in the core. Instead it uses # plugins. This build includes the default PDF plugin, without which zathura -# completely useless. +# is completely useless. PLUGIN=$PRGNAM-pdf-poppler PLUGINVER=${PLUGINVER:-$VERSION} |