diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-27 19:44:20 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-27 19:44:20 -0300 |
commit | ef45cd69465752c507910368d28bc30f6326b2e6 (patch) | |
tree | 005231c71f30af47a02f710eca9ddc6f93d040c0 /office/zathura/zathura.SlackBuild | |
parent | 4402aed8fdd6497464ce6dbeb0d385b3de815f6a (diff) | |
download | slackbuilds-ef45cd69465752c507910368d28bc30f6326b2e6.tar.gz |
office/zathura: Updated for version 0.2.3.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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} |