desktop/tint2: Updated for version 17.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a376e517ac
commit
29a061174c
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue