[arch-commits] Commit in neovim-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Jan 1 13:35:30 UTC 2019


    Date: Tuesday, January 1, 2019 @ 13:35:29
  Author: arodseth
Revision: 420149

archrelease: copy trunk to community-x86_64

Added:
  neovim-qt/repos/community-x86_64/PKGBUILD
    (from rev 420148, neovim-qt/trunk/PKGBUILD)
Deleted:
  neovim-qt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-01 13:35:20 UTC (rev 420148)
+++ PKGBUILD	2019-01-01 13:35:29 UTC (rev 420149)
@@ -1,45 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Aleksandar Trifunović <akstrfn at gmail.com>
-# Contributor: Iván Ruvalcaba <mario.i.ruvalcaba at gmail.com>
-# Contributor: Ian Ker-Seymer <i.kerseymer at gmail.com>
-
-pkgname=neovim-qt
-pkgver=0.2.10
-pkgrel=1
-pkgdesc='Qt5 GUI for Neovim'
-arch=('x86_64')
-url='https://github.com/equalsraf/neovim-qt'
-license=('ISC')
-depends=('neovim' 'qt5-base')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('42e3205f3fa9924e4970aed8ff28d17d9aefeb394bb40493d37f8a0afba40c34')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "$srcdir/$pkgname-$pkgver" \
-    -DCMAKE_C_FLAGS:string="$CFLAGS" \
-    -DCMAKE_CXX_FLAGS:string="$CXXFLAGS" \
-    -DCMAKE_EXE_LINKER_FLAGS:string="$LDFLAGS" \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=release \
-    -DUSE_SYSTEM_MSGPACK=on \
-    -GNinja
-  ninja
-}
-
-# works when not building in a chroot
-#check() {
-#  cd build
-#  ninja test
-#}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "$pkgname-$pkgver/LICENSE" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: sw=2 ts=2 et

Copied: neovim-qt/repos/community-x86_64/PKGBUILD (from rev 420148, neovim-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-01 13:35:29 UTC (rev 420149)
@@ -0,0 +1,45 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Aleksandar Trifunović <akstrfn at gmail.com>
+# Contributor: Iván Ruvalcaba <mario.i.ruvalcaba at gmail.com>
+# Contributor: Ian Ker-Seymer <i.kerseymer at gmail.com>
+
+pkgname=neovim-qt
+pkgver=0.2.11
+pkgrel=1
+pkgdesc='Qt5 GUI for Neovim'
+arch=(x86_64)
+url='https://github.com/equalsraf/neovim-qt'
+license=(ISC)
+depends=(neovim qt5-base)
+makedepends=(cmake ninja)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('f678f25499b6e086d8fce83778be30508df080eb0ab808d7c204e261b5630498')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+    -DCMAKE_C_FLAGS:string="$CFLAGS" \
+    -DCMAKE_CXX_FLAGS:string="$CXXFLAGS" \
+    -DCMAKE_EXE_LINKER_FLAGS:string="$LDFLAGS" \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=release \
+    -DUSE_SYSTEM_MSGPACK=on \
+    -GNinja
+  ninja
+}
+
+# works when not building in a chroot
+#check() {
+#  cd build
+#  ninja test
+#}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname-$pkgver/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: sw=2 ts=2 et



More information about the arch-commits mailing list