[notify] pekwm: removed old dependency: imlib2

This commit is contained in:
Danny Rawlins 2021-12-18 23:03:14 +11:00
parent fd443aac1a
commit 9fcc906b45
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wVJdRXRGYjTtpJXLRHc71H3tBlML5ohiN5pfl1U/oqlETEsuHic9h92O+cSU0fCt/Vw9OtPGEXXw16R8V5GQQo=
SHA256 (Pkgfile) = c4a566c17f88b1e08b7997bda72a14f25b32d346ff1b539afa676c148cc3610c
RWSagIOpLGJF31V4FHS+VqTXBkxbNcTA17mkVK4VTY5djRqosvkflV6JvoGHwfD3aUsfNYODivzscTi9yHGZUhYhGohbYNS8Nwg=
SHA256 (Pkgfile) = df7782053e647672d4eeec836b80819c16d7f44b23b255e9d6d89d4289012885
SHA256 (.footprint) = e51825f798d9e6c5c3432813389f3c40430a5f064a65cfe464de728ec9f9d135
SHA256 (release-0.2.1.tar.gz) = 62e858015e1a5a54bbddab202a1fb455c821bda62498e9cadfa1d00a5a2575c3

View File

@ -1,7 +1,7 @@
# Description: The Pek Window Manager.
# URL: https://www.pekwm.se
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: imlib2 xorg-libxft xorg-libxpm xorg-libxrandr
# Depends on: cmake xorg-libxft xorg-libxpm xorg-libxrandr
name=pekwm
version=0.2.1
@ -9,7 +9,9 @@ release=1
source=(https://github.com/pekdon/pekwm/archive/release-$version.tar.gz)
build() {
cmake -S $name-release-$version -B build -G Ninja \
prt-get isinst ninja && PKGMK_PEKWM+=' -G Ninja'
cmake -S $name-release-$version -B build ${PKGMK_PEKWM} \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \