tint2: 15.2 -> 16.6.1

This commit is contained in:
Danny Rawlins 2018-08-15 21:57:35 +10:00
parent 1218f6dcd4
commit 17aa1aade8
3 changed files with 8 additions and 10 deletions

View File

@ -1 +0,0 @@
8b037d634ea2e24f9806a62125f7d794 tint2-15.2.tar.bz2

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wp0sB52vhsgAJP1dxFPRyso8QfRlH8U2OYmzBCofOyZo8IWFrLrLx0N0fJPvr13SGLDbow65BXmVnxWH48ukwI=
SHA256 (Pkgfile) = b642b92ea2ab30a4e1544023d92d0d6807a6b5e8e1a2b20bcd16050c25745e13
RWSagIOpLGJF3//JAH1DR/vHATTM7Tk3K6QiyBlcQIftiF4JYP5BNlXayZwdgLcCKnRUJfGGfrXlFuAhN0SO2BRnZwGKcVRdZww=
SHA256 (Pkgfile) = f90307b3df2dacb0588c1fb453704cd291926c89ab8fd9ea7106a5e0e55c092a
SHA256 (.footprint) = 24951f1f63bfdbe1e703a115da02f77fa2607eb482698b80eb6e52400b58bdfd
SHA256 (tint2-15.2.tar.bz2) = f9fdc5392eea8eafaa5b4c663a61998452096a02a3566692cf2aba209836ec73
SHA256 (tint2-v16.6.1.tar.bz2) = fb1e52b7521fec55a5aaa6b0f70263b000ca02bae17366f38d834b2fe6a65f7a

View File

@ -1,16 +1,15 @@
# Description: Lightweight panel/taskbar.
# URL: https://gitlab.com/o9000/tint2
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gtk imlib2 librsvg ninja startup-notification xorg-xrandr
# Depends on: gtk imlib2 librsvg startup-notification xorg-xrandr
name=tint2
version=15.2
version=16.6.1
release=1
source=(http://crux.ster.zone/downloads/$name/$name-$version.tar.bz2)
#source=(https://gitlab.com/o9000/tint2/repository/archive.tar.bz2?ref=$version)
source=(https://gitlab.com/o9000/$name/-/archive/v$version/$name-v$version.tar.bz2)
build() {
cd $name-$version-*
cd $name-v$version
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
@ -18,7 +17,7 @@ build() {
-DENABLE_TINT2CONF=OFF \
-G Ninja
ninja
ninja -j ${JOBS:-1}
DESTDIR=$PKG ninja install
rm -r $PKG/{etc,usr/share/doc}