From d3f5cbed2d0ce0c8fea356cfd55cb544da1440be Mon Sep 17 00:00:00 2001 From: Ryan P.C. McQuen Date: Sat, 11 Jan 2014 08:43:19 +0700 Subject: desktop/dwm: Restore patches directory. Signed-off-by: Willy Sudiarto Raharjo --- desktop/dwm/README.CONFIG | 2 +- desktop/dwm/dwm.SlackBuild | 12 +++++++++--- desktop/dwm/dwm.info | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'desktop/dwm') 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" -- cgit v1.2.3