mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/lxrandr: Updated for version 0.3.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
e210a231de
commit
3a2b502621
2 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: lxrandr.SlackBuild,v 1.2 2009/09/11 10:27:05 root Exp root $
|
# $Id: lxrandr.SlackBuild,v 1.2 2009/09/11 10:27:05 root Exp root $
|
||||||
# Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL
|
# Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL
|
||||||
|
# Copyright 2010-2016 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software for
|
# Permission to use, copy, modify, and distribute this software for
|
||||||
|
@ -43,16 +44,18 @@
|
||||||
# * update.
|
# * update.
|
||||||
# 0.3.0-1 05/oct/2014 by Matteo Bernardini <ponce@slackbuilds.org>
|
# 0.3.0-1 05/oct/2014 by Matteo Bernardini <ponce@slackbuilds.org>
|
||||||
# * update.
|
# * update.
|
||||||
|
# 0.3.1-1 10/jul/2016 by Matteo Bernardini <ponce@slackbuilds.org>
|
||||||
|
# * update.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Run 'sh lxrandr.SlackBuild --cleanup' to build a Slackware package.
|
# Run 'sh lxrandr.SlackBuild' to build a Slackware package.
|
||||||
# The package is created in /tmp .
|
# The package is created in /tmp .
|
||||||
# Install using 'installpkg'.
|
# Install using 'installpkg'.
|
||||||
#
|
#
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
PRGNAM=lxrandr
|
PRGNAM=lxrandr
|
||||||
VERSION=${VERSION:-0.3.0}
|
VERSION=${VERSION:-0.3.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="lxrandr"
|
PRGNAM="lxrandr"
|
||||||
VERSION="0.3.0"
|
VERSION="0.3.1"
|
||||||
HOMEPAGE="http://wiki.lxde.org/en/LXRandr"
|
HOMEPAGE="http://wiki.lxde.org/en/LXRandr"
|
||||||
DOWNLOAD="http://downloads.sf.net/lxde/lxrandr-0.3.0.tar.xz"
|
DOWNLOAD="http://downloads.sf.net/lxde/lxrandr-0.3.1.tar.xz"
|
||||||
MD5SUM="250f0ebb09c1e02f430f951911ba1259"
|
MD5SUM="b327938f18a4baac85c4707f927d606e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue