ports/contrib (3.5): tint2: 15.2 -> 16.6.1
commit 17aa1aade83fe74b80532988d9fe946c7ba52aed Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Aug 15 21:57:35 2018 +1000 tint2: 15.2 -> 16.6.1 diff --git a/tint2/.md5sum b/tint2/.md5sum deleted file mode 100644 index 697a7d8a..00000000 --- a/tint2/.md5sum +++ /dev/null @@ -1 +0,0 @@ -8b037d634ea2e24f9806a62125f7d794 tint2-15.2.tar.bz2 diff --git a/tint2/.signature b/tint2/.signature index d7688861..b55c78e0 100644 --- a/tint2/.signature +++ b/tint2/.signature @@ -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 diff --git a/tint2/Pkgfile b/tint2/Pkgfile index 2e919cc2..3577d211 100644 --- a/tint2/Pkgfile +++ b/tint2/Pkgfile @@ -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}
participants (1)
-
crux@crux.nu