mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
desktop/ratpoison: New maintainer.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
19d78da3ef
commit
16a39b0123
2 changed files with 23 additions and 21 deletions
|
@ -1,29 +1,31 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for ratpoison
|
# Slackware build script for ratpoison
|
||||||
|
|
||||||
# Written by Grigorios Bouzakis (grbzks@xsmail.com)
|
# Written by Grigorios Bouzakis (grbzks@xsmail.com)
|
||||||
# Updated by Ellington Santos aka necropresto (ellingtonsantos@gmail.com)
|
# Updated by Ellington Santos aka necropresto (ellingtonsantos@gmail.com)
|
||||||
# SlackBuild adopted by Glenn Becker (burningc@sdf.org)
|
# SlackBuild adopted by Glenn Becker (burningc@sdf.org)
|
||||||
|
|
||||||
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||||
|
# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# All rights reserved.
|
||||||
# it under the terms of the GNU General Public License as published by
|
#
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
# Redistribution and use of this script, with or without modification, is
|
||||||
# (at your option) any later version, with the following exception:
|
# permitted provided that the following conditions are met:
|
||||||
# the text of the GPL license may be omitted.
|
#
|
||||||
|
# 1. Redistributions of this script must retain the above copyright
|
||||||
# This program is distributed in the hope that it will be useful, but
|
# notice, this list of conditions and the following disclaimer.
|
||||||
# without any warranty; without even the implied warranty of
|
#
|
||||||
# merchantability or fitness for a particular purpose. Compiling,
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||||
# interpreting, executing or merely reading the text of the program
|
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
# may result in lapses of consciousness and/or very being, up to and
|
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||||
# including the end of all existence and the Universe as we know it.
|
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
# See the GNU General Public License for more details.
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
# You may have received a copy of the GNU General Public License along
|
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
# with this program (most likely, a file named COPYING). If not, see
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
# <https://www.gnu.org/licenses/>.
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=ratpoison
|
PRGNAM=ratpoison
|
||||||
VERSION=${VERSION:-1.4.8}
|
VERSION=${VERSION:-1.4.8}
|
||||||
|
@ -70,7 +72,7 @@ find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
# Set the terminal emulator to be used as default by ratpoison
|
# Set the terminal emulator to be used as default by ratpoison
|
||||||
# The default is xterm if it's not specified in ./configure, so
|
# The default is xterm if it's not specified in ./configure, so
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="2e31e70f08e3a52d4fd9abe9ade36e83"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Ryan P.C. McQuen"
|
MAINTAINER="Dimitris Zlatanidis"
|
||||||
EMAIL="ryanpcmcquen@member.fsf.org"
|
EMAIL="d.zlatanidis@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue