desktop/slock: Updated for version 1.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Robby Workman 2013-02-22 04:29:10 -05:00
parent bbae0ef024
commit b9cec1cffb
4 changed files with 17 additions and 16 deletions

View File

@ -1,9 +1,10 @@
--- slock-1.0.orig/config.mk 2012-02-11 10:51:37.000000000 +0100
+++ slock-1.0/config.mk 2012-02-23 23:03:34.416869615 +0100
diff -Nur slock-1.1.orig/config.mk slock-1.1/config.mk
--- slock-1.1.orig/config.mk 2012-10-25 14:00:04.000000000 -0500
+++ slock-1.1/config.mk 2013-02-17 15:57:26.679384573 -0600
@@ -15,7 +15,7 @@
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H
CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H -DCOLOR1=\"black\" -DCOLOR2=\"\#005577\"
-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+CFLAGS = @SLACKCFLAGS@ -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}

View File

@ -1,14 +1,14 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
slock: slock (Simple X display locker)
slock:
slock: slock is a simple X display locker.
slock:
slock: slock is a simple X display locker.
slock:
slock: Homepage: http://www.suckless.org/programs/slock.html
slock:

View File

@ -20,7 +20,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slock
VERSION=${VERSION:-1.0}
VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="slock"
VERSION="1.0"
VERSION="1.1"
HOMEPAGE="http://tools.suckless.org/slock"
DOWNLOAD="http://dl.suckless.org/tools/slock-1.0.tar.gz"
MD5SUM="98503f0dae5acc15c90b81ffd423f987"
DOWNLOAD="http://dl.suckless.org/tools/slock-1.1.tar.gz"
MD5SUM="e3b25abdfd54c81562de4d63d3565be7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Grigorios Bouzakis"
EMAIL="grbzks@imap.cc"
MAINTAINER="Robby Workman"
EMAIL="rworkman@slackbuilds.org"