wofi: 1.2.4 -> 1.3

This commit is contained in:
Tim Biermann 2022-10-15 09:46:07 +02:00
parent 85d25a2339
commit d8cc34c5f0
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+lYXjs68I6aVsRY0GWMXvoa4QNUmYCNStmTuCLCjFNiwltFAYKrLam/XXt+7pY6T0G8j3j5B9ofL9BqDQ6WLwQ=
SHA256 (Pkgfile) = e94bec0f7c9b72c6d184b18a91ad9dcb92212c84c617ffed49c0f620cf8d27e6
RWSagIOpLGJF30ALYwMsfURYvEeJvAy4VDGHiZ3wZz7kgAfJtHV0YEgQjDEP2Qu7OZ4z5yARdUcPwX+koCwfdqHTX7xBMCgcEwU=
SHA256 (Pkgfile) = 8ea07fe88e0c855a93c5b856b32a5d904dbc64ac4450d4a5efc87480b89fab6c
SHA256 (.footprint) = e7deab63f78ebebaa825e323a17482149b026954ead5e28a9f43eb2d3c81c0c1
SHA256 (v1.2.4.tar.gz) = b48da42b9750f149704eb6dbd60ab80b28c5b0d7aaf7e9de75dd9aab585e8e9a
SHA256 (wofi-1.3.tar.gz) = 7644e4e995bc027b7f3f411ceda82b3e2a72a4a424f6193663c27bbf00f23067

View File

@ -1,12 +1,13 @@
# Description: rofi like application launcher written for wayland
# URL: https://hg.sr.ht/~scoopta/wofi
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gtk3 wayland-protocols
# Depends on: gtk3 libxkbcommon wayland-protocols
name=wofi
version=1.2.4
version=1.3
release=1
source=(https://hg.sr.ht/~scoopta/wofi/archive/v$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
ls /usr/include/gtk-3.0/gdk/gdkwayland.h || (printf '\e[1;31m%-6s\e[m\n' "gtk3 is missing wayland libraries, rebuild mesa, then gtk3 to install $name" ; exit 1)