1
0
forked from ports/contrib

j4-dmenu-desktop: fixed build

This commit is contained in:
Tim Biermann 2020-05-24 14:27:32 +00:00
parent 35f6389df9
commit c805d89573
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/Gly28va9hoFLd/pZHEXGd+ZrgOuPR4mghXUMfoeGWY0kmR2/aAtgdm3iU8f31mIhiMfAMGU9woXzow1y8lXQQ= RWSagIOpLGJF37CAkUu26TYts5kfWXTsWjQ0+nff0CWFL+lEGVp+pfBpu7f4nmgd6QW6zafabgQZxgHz3H5AAjzPYCtiwsDlfAA=
SHA256 (Pkgfile) = c97383112778f6022ef20e58a2768cb2308c0d2dd686e826d5d3c0fd12ebafd9 SHA256 (Pkgfile) = 626cfd6337e810697bde03df6c618b04177709ae45ec356db43e36f18ed93b54
SHA256 (.footprint) = 97adaf4f67cba564d20dd6550990d3c2fa5125e6b0c5292c14bf735bd1782a2f SHA256 (.footprint) = 97adaf4f67cba564d20dd6550990d3c2fa5125e6b0c5292c14bf735bd1782a2f
SHA256 (j4-dmenu-desktop-2.17.tar.gz) = 78f6e5a534d8b675ee9fcdd4d5a61f18125089af2b094306fdaca72795ba5f49 SHA256 (j4-dmenu-desktop-2.17.tar.gz) = 78f6e5a534d8b675ee9fcdd4d5a61f18125089af2b094306fdaca72795ba5f49

View File

@ -7,11 +7,11 @@ name=j4-dmenu-desktop
version=2.17 version=2.17
release=1 release=1
source=(https://github.com/enkore/j4-dmenu-desktop/archive/r$version/$name-$version.tar.gz) source=(https://github.com/enkore/j4-dmenu-desktop/archive/r$version/$name-$version.tar.gz)
git=(https://github.com/enkore/j4-dmenu-desktop.git)
build() { build() {
cd $name-r$version cmake -S$name-r$version -Bbuild \
cmake -DCMAKE_INSTALL_PREFIX=/usr . -DCMAKE_INSTALL_PREFIX=/usr \
make -DWITH_TESTS="no"
make DESTDIR=$PKG install cmake --build build
DESTDIR=$PKG cmake --build build --target install
} }