Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
neovim


Commits:
08cc6f9b by Daniel M. Capella at 2024-07-24T05:17:16-04:00
upgpkg: 0.10.1-2: Use Ninja build system

Only used by default when using the Makefile.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = neovim
        pkgdesc = Fork of Vim aiming to improve user experience, plugins, and 
GUIs
        pkgver = 0.10.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://neovim.io
        arch = x86_64
        license = Apache-2.0


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=neovim
 pkgver=0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=(x86_64)
 url=https://neovim.io
@@ -61,10 +61,11 @@ 
b2sums=('13090b0f9f518a52b20f92d226339c1b42e59dfa696f581c4ef7a9a12b79ec07b4aab45
 build() {
   cd ${pkgname}
   cmake \
-    -Bbuild \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DUSE_BUNDLED=OFF \
+    -B build \
+    -G Ninja \
+    -D CMAKE_BUILD_TYPE=Release \
+    -D CMAKE_INSTALL_PREFIX=/usr \
+    -D USE_BUNDLED=OFF \
     -W no-dev
   cmake --build build --verbose
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/commit/08cc6f9bd472b42ed7dce86b2c5e94a80d68a1f4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/commit/08cc6f9bd472b42ed7dce86b2c5e94a80d68a1f4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to