diff options
author | M.Dinslage <matthewdinslage@gmail.com> | 2023-05-13 18:35:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 18:35:47 +0700 |
commit | e0bdb7266f94bf73dd538fcddf53235e11156d21 (patch) | |
tree | 99888ee6da64a04e0cdd2711fcd1e89a49b5020f /desktop | |
parent | 4faeceb342704f683ac3e4979b18be51e9fb8fdf (diff) |
desktop/mint-l-theme: Added (Linux Mint theme).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/mint-l-theme/README | 4 | ||||
-rw-r--r-- | desktop/mint-l-theme/doinst.sh | 13 | ||||
-rw-r--r-- | desktop/mint-l-theme/mint-l-theme.SlackBuild | 73 | ||||
-rw-r--r-- | desktop/mint-l-theme/mint-l-theme.info | 10 | ||||
-rw-r--r-- | desktop/mint-l-theme/slack-desc | 19 |
5 files changed, 119 insertions, 0 deletions
diff --git a/desktop/mint-l-theme/README b/desktop/mint-l-theme/README new file mode 100644 index 0000000000000..64138704bf013 --- /dev/null +++ b/desktop/mint-l-theme/README @@ -0,0 +1,4 @@ +Linux Mint-l-theme that come with the Linux Mint Distribution. This +themes includes GTK2, GTK3, Metacity and Xfce components. This +theme is a legacy theme for those who liked the look of Mint-Y +before version 20.2. diff --git a/desktop/mint-l-theme/doinst.sh b/desktop/mint-l-theme/doinst.sh new file mode 100644 index 0000000000000..aea0f894eb32b --- /dev/null +++ b/desktop/mint-l-theme/doinst.sh @@ -0,0 +1,13 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi diff --git a/desktop/mint-l-theme/mint-l-theme.SlackBuild b/desktop/mint-l-theme/mint-l-theme.SlackBuild new file mode 100644 index 0000000000000..fa1423753006e --- /dev/null +++ b/desktop/mint-l-theme/mint-l-theme.SlackBuild @@ -0,0 +1,73 @@ +#!/bin/bash + +# Slackware build script for mint-l-theme + +# Copyright 2023 Matt Dinslage (daedra1980@gmail.com), Springfield, MO, USA +# 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. + +cd $(dirname $0) ; CWD=$(pwd) + +PRGNAM="mint-l-theme" +VERSION=${VERSION:-1.9.3} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +PKGTYPE=${PKGTYPE:-tgz} + +ARCH=noarch + +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" + exit 0 +fi + +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +rm -rf $TMP/$PRGNAM-$VERSION +cd $TMP +tar xvf $CWD/$PRGNAM"_"$VERSION.tar.xz +cd $PRGNAM +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +make + +mkdir -p $PKG/usr/share/themes +cp -a usr $PKG + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a debian/{changelog,copyright} $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 +cat $CWD/doinst.sh > $PKG/install/doinst.sh + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/desktop/mint-l-theme/mint-l-theme.info b/desktop/mint-l-theme/mint-l-theme.info new file mode 100644 index 0000000000000..31207c1131afb --- /dev/null +++ b/desktop/mint-l-theme/mint-l-theme.info @@ -0,0 +1,10 @@ +PRGNAM="mint-l-theme" +VERSION="1.9.3" +HOMEPAGE="https://github.com/linuxmint/mint-l-theme" +DOWNLOAD="http://packages.linuxmint.com/pool/main/m/mint-l-theme/mint-l-theme_1.9.3.tar.xz" +MD5SUM="4f834ef57a0fb24e6ef3b2920f5eb65b" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="mint-l-icons" +MAINTAINER="M.Dinslage" +EMAIL="matthewdinslage@gmail.com" diff --git a/desktop/mint-l-theme/slack-desc b/desktop/mint-l-theme/slack-desc new file mode 100644 index 0000000000000..62e7d96da91a9 --- /dev/null +++ b/desktop/mint-l-theme/slack-desc @@ -0,0 +1,19 @@ +# 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 ':'. + + |-----handy-ruler------------------------------------------------------| +mint-l-theme: mint-l-theme (Linux Mint theme) +mint-l-theme: +mint-l-theme: Linux Mint-l-theme that come with the Linux Mint Distribution. This +mint-l-theme: themes includes GTK2, GTK3, Metacity and Xfce components. +mint-l-theme: +mint-l-theme: +mint-l-theme: +mint-l-theme: +mint-l-theme: +mint-l-theme: +mint-l-theme: Packaged by Your Name <your@email.org> |