mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/lxterminal: Updated for version 0.2.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
4e193d54fc
commit
b85cac0bdf
2 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
# $Id: lxterminal.SlackBuild,v 1.6 2009/09/11 10:43:05 root Exp root $
|
||||
# Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL
|
||||
# Copyright (c) 2010-2014 Matteo Bernardini, Pisa, IT
|
||||
# All rights reserved.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for
|
||||
|
@ -50,6 +51,8 @@
|
|||
# * Update.
|
||||
# 20140326_1625e2c: 29/apr/2014 by Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# * Update.
|
||||
# 0.2.0: 04/dec/2014 by Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# * Update.
|
||||
#
|
||||
# Run 'sh lxterminal.SlackBuild' to build a Slackware package.
|
||||
# The package is created in /tmp .
|
||||
|
@ -60,7 +63,7 @@
|
|||
# Set initial variables:
|
||||
|
||||
PRGNAM=lxterminal
|
||||
VERSION=${VERSION:-20140326_1625e2c}
|
||||
VERSION=${VERSION:-0.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxterminal"
|
||||
VERSION="20140326_1625e2c"
|
||||
VERSION="0.2.0"
|
||||
HOMEPAGE="http://wiki.lxde.org/en/LXTerminal"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxterminal-20140326_1625e2c.tar.xz"
|
||||
MD5SUM="c811c01a7295ceafe14f8505874213df"
|
||||
DOWNLOAD="http://downloads.sf.net/lxde/lxterminal-0.2.0.tar.gz"
|
||||
MD5SUM="e80ad1b6e26212f3d43908c2ad87ba4d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue