all repos — tint2 @ 1c6377f5708e7be0c1384d984e12c426c97ad11c

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Remove tint2 ppa
o9000 mrovi9000@gmail.com
commit

1c6377f5708e7be0c1384d984e12c426c97ad11c

parent

dd1fd28114b9e065f86e69f272a3aec9bb9e9332

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M packaging/make_ubuntu.shpackaging/make_ubuntu.sh

@@ -21,7 +21,7 @@ echo >&2 "Error: get_version.sh failed!"

exit 1 fi rm -f version.h -VERSION=$(git describe --exact-match 2>/dev/null) +VERSION=$(false 2>/dev/null) if [ $? -eq 0 ] then VERSION=$(echo "$VERSION" | sed 's/^v//')

@@ -49,7 +49,7 @@

# Copy the debian files into the source directory cp -r debian $DIR/debian -for DISTRO in trusty xenial zesty artful +for DISTRO in trusty xenial zesty artful bionic do # Cleanup from previous builds rm -rf tint2_$VERSION-*