pekwm: added missing runtime dependency

This commit is contained in:
John McQuah 2023-07-21 13:48:01 -04:00
parent 4c4a89f092
commit b48b4e2639
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33swKLTl/lNoLfs5rRL841xOb2hBzS7f+SoH+hz370erdCd4py4XclcyW/y/YWYULdiPqzFB6YvC0UJatDl4sQ0=
SHA256 (Pkgfile) = 8500afc9330ea7141df115d69ba27d43345a380e2b9a49d3b200503616bf0477
RWSagIOpLGJF38RyZfTebQ9NxL9MsP0EJiQrgrroo1MI2y99pIHsnH8tuTLwXdtnxrpYOJmau6zyWpWfpc3GVvZBfNwHl6kTAgk=
SHA256 (Pkgfile) = 5bc4d769b1a5d839ef7a724b66d5f418a59ef520d383ce013f0ad49f538cd815
SHA256 (.footprint) = 97f515c3ab1a96293d7050e70fef84272c4d4201e88281562c760bbbe97a54b7
SHA256 (release-0.3.0.tar.gz) = 8c501dba954395b558afb6776cbda7732da023d75ca18f4b04c22cf49a2e7507
SHA256 (pekwm-release-0.3.0.tar.gz) = 8c501dba954395b558afb6776cbda7732da023d75ca18f4b04c22cf49a2e7507

View File

@ -1,12 +1,13 @@
# Description: The Pek Window Manager.
# URL: https://www.pekwm.se
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: xorg-libxft xorg-libxpm xorg-libxrandr
# Depends on: xorg-libxft xorg-libxpm xorg-libxrandr xorg-xprop
name=pekwm
version=0.3.0
release=1
source=(https://github.com/pekdon/pekwm/archive/release-$version.tar.gz)
source=(https://github.com/pekdon/$name/archive/release-$version.tar.gz)
renames=($name-release-$version.tar.gz)
build() {
cmake -S $name-release-$version -B build -G Ninja \