summaryrefslogtreecommitdiffstats
path: root/desktop/slock
diff options
context:
space:
mode:
author Robby Workman2013-02-22 10:29:10 +0100
committer Robby Workman2013-02-23 05:27:28 +0100
commitb9cec1cffbf9ab8cd0f9d32b81f874ef3a990900 (patch)
tree6abbfdf9d3d89191c7a63baf47e75565b75ff0a8 /desktop/slock
parentbbae0ef024f8f14b43cb1aae55b41d32c75dfaed (diff)
downloadslackbuilds-b9cec1cffbf9ab8cd0f9d32b81f874ef3a990900.tar.gz
desktop/slock: Updated for version 1.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/slock')
-rw-r--r--desktop/slock/config.mk.patch7
-rw-r--r--desktop/slock/slack-desc14
-rw-r--r--desktop/slock/slock.SlackBuild2
-rw-r--r--desktop/slock/slock.info10
4 files changed, 17 insertions, 16 deletions
diff --git a/desktop/slock/config.mk.patch b/desktop/slock/config.mk.patch
index fb6b565ac1..7ec8b33f71 100644
--- a/desktop/slock/config.mk.patch
+++ b/desktop/slock/config.mk.patch
@@ -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}
diff --git a/desktop/slock/slack-desc b/desktop/slock/slack-desc
index 2b69972b05..c4c7ab7e4e 100644
--- a/desktop/slock/slack-desc
+++ b/desktop/slock/slack-desc
@@ -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:
diff --git a/desktop/slock/slock.SlackBuild b/desktop/slock/slock.SlackBuild
index 4b100b2832..e0b9da3dcf 100644
--- a/desktop/slock/slock.SlackBuild
+++ b/desktop/slock/slock.SlackBuild
@@ -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}
diff --git a/desktop/slock/slock.info b/desktop/slock/slock.info
index c40d2daa0a..6d44f35109 100644
--- a/desktop/slock/slock.info
+++ b/desktop/slock/slock.info
@@ -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"