summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Ryan P.C. McQuen2014-01-11 02:43:19 +0100
committer Erik Hanson2014-01-30 06:20:58 +0100
commitd3f5cbed2d0ce0c8fea356cfd55cb544da1440be (patch)
tree09b0b90bfbd5d8e7be7d84b528ef95ec567dcc92 /desktop
parent97cf4a77b51945b78710e211f442b299140b0b34 (diff)
downloadslackbuilds-d3f5cbed2d0ce0c8fea356cfd55cb544da1440be.tar.gz
desktop/dwm: Restore patches directory.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/dwm/README.CONFIG2
-rw-r--r--desktop/dwm/dwm.SlackBuild12
-rw-r--r--desktop/dwm/dwm.info2
3 files changed, 11 insertions, 5 deletions
diff --git a/desktop/dwm/README.CONFIG b/desktop/dwm/README.CONFIG
index 8e9e4a28a2..0c8eaecaf2 100644
--- a/desktop/dwm/README.CONFIG
+++ b/desktop/dwm/README.CONFIG
@@ -32,7 +32,7 @@ SlackBuild script.
Example:
-$ cd dwm-5.8.2
+$ cd dwm-6.0
$ cp config.def.h config.h
$ vi config.h
[make customizations]
diff --git a/desktop/dwm/dwm.SlackBuild b/desktop/dwm/dwm.SlackBuild
index 10cd5081d3..6222d57246 100644
--- a/desktop/dwm/dwm.SlackBuild
+++ b/desktop/dwm/dwm.SlackBuild
@@ -17,14 +17,14 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of Tom Canich nor the names of other contributors
+# * Neither the name of Ryan P.C. McQuen nor the names of other contributors
# may be used to endorse or promote products derived from this
# software without specific prior written permission.
#
-# THIS SOFTWARE IS PROVIDED BY Tom Canich ''AS IS'' AND ANY EXPRESS OR IMPLIED
+# THIS SOFTWARE IS PROVIDED BY Ryan P.C. McQuen ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
-# NO EVENT SHALL Tom Canich BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# NO EVENT SHALL Ryan P.C. McQuen BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
# PROFITS; OR BUSINESS # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
@@ -74,6 +74,12 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
mv config.def.h config.h
+## Per community request, this section has been restored for
+## those that wish to include custom patches. -Ryan
+#for i in $(ls $CWD/patches); do
+# patch -p0 < $CWD/patches/$i
+#done
+
make \
OPTS="$SLKCFLAGS" \
PREFIX=/usr \
diff --git a/desktop/dwm/dwm.info b/desktop/dwm/dwm.info
index f8d2b2e846..f7160002b3 100644
--- a/desktop/dwm/dwm.info
+++ b/desktop/dwm/dwm.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
-EMAIL="ryanpcmcquen@gmail.com"
+EMAIL="ryan.q@linux.com"