mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-23 19:58:02 +01:00
mint-l-icons: Added.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
143486be18
commit
b25d40dfd6
4 changed files with 75 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
xdotool
|
||||
gsound
|
||||
libcroco
|
||||
pytz
|
||||
libtimezonemap
|
||||
tinycss
|
||||
|
@ -35,6 +34,7 @@ python3-xapp
|
|||
psutil
|
||||
cinnamon-screensaver
|
||||
mint-y-icons
|
||||
mint-l-icons
|
||||
mint-themes
|
||||
mint-cursor-themes
|
||||
cinnamon
|
||||
|
|
|
@ -77,6 +77,7 @@ for dir in \
|
|||
psutil \
|
||||
cinnamon-screensaver \
|
||||
mint-y-icons \
|
||||
mint-l-icons \
|
||||
mint-themes \
|
||||
mint-cursor-themes \
|
||||
cinnamon \
|
||||
|
|
61
mint-l-icons/mint-l-icons.SlackBuild
Normal file
61
mint-l-icons/mint-l-icons.SlackBuild
Normal file
|
@ -0,0 +1,61 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for mint-l-icons
|
||||
|
||||
# Copyright 2023 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR 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 LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mint-l-icons
|
||||
VERSION=${VERSION:-1.6.6}
|
||||
COMMITVER=${COMMITVER:-5d9a47b58b81431e3c42c22bf8cd0c7e756c4680}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
ARCH=noarch
|
||||
|
||||
wget -c https://github.com/linuxmint/mint-l-icons/archive/$COMMITVER.zip
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$COMMITVER
|
||||
unzip $CWD/$COMMITVER.zip
|
||||
cd $PRGNAM-$COMMITVER
|
||||
|
||||
mkdir -p $PKG/usr/share/icons
|
||||
rm -rf debian
|
||||
mv usr/share/icons/* $PKG/usr/share/icons/
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
|
12
mint-l-icons/slack-desc
Normal file
12
mint-l-icons/slack-desc
Normal file
|
@ -0,0 +1,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
mint-l-icons: mint-l-icons (Mint L icon theme for the Cinnamon desktop)
|
||||
mint-l-icons:
|
||||
mint-l-icons: mint-l-icons is a Mint L icon theme for Cinnamon desktop
|
||||
mint-l-icons:
|
||||
mint-l-icons:
|
||||
mint-l-icons:
|
||||
mint-l-icons: Project URL: https://github.com/linuxmint/mint-l-icons
|
||||
mint-l-icons:
|
||||
mint-l-icons:
|
||||
mint-l-icons:
|
||||
mint-l-icons:
|
Loading…
Add table
Reference in a new issue