From 3b4bdc4c3e9290d389794b6f58932062a8c4582e Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Thu, 15 Dec 2022 10:02:04 +0000 Subject: [PATCH] tint2: 17.0.2 -> 17.1.3 --- tint2/.footprint | 1 + tint2/.signature | 8 ++++---- tint2/Pkgfile | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/tint2/.footprint b/tint2/.footprint index c25fca2df..737826e70 100644 --- a/tint2/.footprint +++ b/tint2/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/tint2 +-rwxr-xr-x root/root usr/bin/tint2-send drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/tint2.desktop diff --git a/tint2/.signature b/tint2/.signature index 3d43ef56c..d09330d69 100644 --- a/tint2/.signature +++ b/tint2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37f5WowpQf9VAbIhFZniapwLRa6pcMGNkVqAww+Ei0+r2ebAyzm9oTs3102M9iyloKbH1hGzP6bg7x4h53OiBQ0= -SHA256 (Pkgfile) = 980cd73d793412d38727d470b59cbd67312db1bf3c79a6667c2931bf64297cc7 -SHA256 (.footprint) = 24951f1f63bfdbe1e703a115da02f77fa2607eb482698b80eb6e52400b58bdfd -SHA256 (tint2-v17.0.2.tar.bz2) = 329de800a82faa92b3d4c3afb76351e41b22de29fbcdae8a9eb3984a38eba65c +RWSagIOpLGJF34KYmf0DAvAXxOzmjhMCsh7C3yCXIzVrAgUD7yXsX+zjQozY2gqRTQg7lhutw5NAHbZ0wlHNHvbN6kAePCeHvgE= +SHA256 (Pkgfile) = 6daf03933b0f14962d13e8f94c6165193d452fde316743a18f9195e825d8e07a +SHA256 (.footprint) = b746628a98545b6c2444ccae628c80abc67c9ec030f83ac4837870fc89d3aa54 +SHA256 (tint2-17.1.3.tar.gz) = 0a48a36a20498499d6369678e1fb7fb99fb4786e1604108d3abd327973276f81 diff --git a/tint2/Pkgfile b/tint2/Pkgfile index 2d4832e65..410e9da51 100644 --- a/tint2/Pkgfile +++ b/tint2/Pkgfile @@ -1,15 +1,15 @@ # Description: Lightweight panel/taskbar. -# URL: https://gitlab.com/o9000/tint2 +# URL: https://gitlab.com/nick87720z/tint2 # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: imlib2 librsvg startup-notification xorg-libxcomposite xorg-libxdamage xorg-libxinerama xorg-libxrandr name=tint2 -version=17.0.2 +version=17.1.3 release=1 -source=(https://gitlab.com/o9000/$name/-/archive/v$version/$name-v$version.tar.bz2) +source=(https://gitlab.com/nick87720z/tint2/-/archive/v$version/$name-$version.tar.gz) build() { - cmake -S $name-v$version -B build -G Ninja \ + cmake -S $name-v$version-57e96cee7c98c0f272befd34fd959964052e51c4 -B build -G Ninja \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_BUILD_TYPE=Release \ -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \