summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Aaditya Bagga2022-08-15 20:15:19 +0200
committer Willy Sudiarto Raharjo2022-08-20 04:14:21 +0200
commit29a061174cc4dcdb24c068b2ba5754ec462d5d00 (patch)
tree0146d7e30a813c4c9cfda947b5c70c58348ecf67 /desktop
parenta376e517ac04b6d7d94bbf858051026872a535ed (diff)
downloadslackbuilds-29a061174cc4dcdb24c068b2ba5754ec462d5d00.tar.gz
desktop/tint2: Updated for version 17.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/tint2/README9
-rw-r--r--desktop/tint2/slack-desc2
-rw-r--r--desktop/tint2/tint2.SlackBuild26
-rw-r--r--desktop/tint2/tint2.info6
4 files changed, 31 insertions, 12 deletions
diff --git a/desktop/tint2/README b/desktop/tint2/README
index ccbc2c904d..fb807d16b0 100644
--- a/desktop/tint2/README
+++ b/desktop/tint2/README
@@ -1,8 +1,13 @@
-tint2 is a simple panel/taskbar intentionally made for openbox3, but
-should also work with other window managers. It's based off ttm code.
+Tint2 is a simple panel/taskbar made for modern X window managers.
+It was specifically made for Openbox but it should also
+work with other window managers.
The goal is to keep a clean and unintrusive look with lightweight code
and compliance with freedesktop specifications.
+Features panel with taskbar, system tray, clock and launcher icons.
+Easy to customize: color/transparency on fonts, icons, borders
+and backgrounds.
+
On the first run, /etc/xdg/tint2/tint2rc is copied to
~/.config/tint2/tint2rc and used as the default configuration.
diff --git a/desktop/tint2/slack-desc b/desktop/tint2/slack-desc
index 93883b3224..a69621aa75 100644
--- a/desktop/tint2/slack-desc
+++ b/desktop/tint2/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-tint2: tint2 (panel/taskbar for openbox3 and other window managers)
+tint2: tint2 (panel/taskbar for modern X window managers)
tint2:
tint2: tint2 is a simple panel/taskbar intentionally made for openbox3, but
tint2: should also work with other window managers. It's based off ttm code.
diff --git a/desktop/tint2/tint2.SlackBuild b/desktop/tint2/tint2.SlackBuild
index ed9e5d9dc3..7a64a45db5 100644
--- a/desktop/tint2/tint2.SlackBuild
+++ b/desktop/tint2/tint2.SlackBuild
@@ -3,13 +3,30 @@
# Slackware build script for tint2
# Written by Eugene Wissner <belka@caraus.de>
-# Updated (2019) by Aaditya Bagga <aaditya_gnulinux@zoho.com>
-# You are free to modify or redistribute this in any way you wish.
+# Copyright 2019-2022 by Aaditya Bagga <aaditya_gnulinux@zoho.com>
+# 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=tint2
-VERSION=${VERSION:-16.7}
+VERSION=${VERSION:-17.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -22,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/desktop/tint2/tint2.info b/desktop/tint2/tint2.info
index 68edff685a..6c20e25fb7 100644
--- a/desktop/tint2/tint2.info
+++ b/desktop/tint2/tint2.info
@@ -1,8 +1,8 @@
PRGNAM="tint2"
-VERSION="16.7"
+VERSION="17.0.2"
HOMEPAGE="https://gitlab.com/o9000/tint2"
-DOWNLOAD="https://gitlab.com/o9000/tint2/-/archive/16.7/tint2-16.7.tar.gz"
-MD5SUM="f2ae7bafefc8fd9d3eec55b09782b56c"
+DOWNLOAD="https://gitlab.com/o9000/tint2/-/archive/17.0.2/tint2-17.0.2.tar.gz"
+MD5SUM="f1455d830db0a4b7ff9d6ef7a7eeed7c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imlib2"