desktop/lumina: Updated for version 0.9.0.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-05-07 13:18:48 -07:00 committed by Willy Sudiarto Raharjo
parent 3b7bd2b0bf
commit 7581b44ae3
3 changed files with 7 additions and 5 deletions

View file

@ -7,3 +7,5 @@ It is specifically designed for PC-BSD® and FreeBSD, but has also been
ported to many other BSD and Linux operating systems. It is based on the
Qt graphical toolkit and the Fluxbox window manager, and uses a small
number of X utilities for various tasks, such as numlockx and xscreensaver.
"acpi" is an optional dependency for the battery monitor.

View file

@ -25,8 +25,8 @@
# not, see <http://www.gnu.org/licenses/>.
PRGNAM=lumina
VERSION=${VERSION:-0.8.6}
SRCVERSION=${SRCVERSION:-}
VERSION=${VERSION:-0.9.0}
SRCVERSION=${SRCVERSION:--p1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="lumina"
VERSION="0.8.6"
VERSION="0.9.0"
HOMEPAGE="http://lumina-desktop.org/"
DOWNLOAD="https://github.com/pcbsd/lumina/archive/v0.8.6-Release.tar.gz"
MD5SUM="8768c4f9d6b7f80ba7bac1488273d6e8"
DOWNLOAD="https://github.com/pcbsd/lumina/archive/v0.9.0-Release-p1.tar.gz"
MD5SUM="cc977efed44cbfb5c3435daff16d7566"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"