[arch-commits] Commit in libluv/repos/community-x86_64 (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Mar 9 11:15:33 UTC 2020
Date: Monday, March 9, 2020 @ 11:15:32
Author: svenstaro
Revision: 593001
archrelease: copy trunk to community-x86_64
Added:
libluv/repos/community-x86_64/PKGBUILD
(from rev 592990, libluv/trunk/PKGBUILD)
libluv/repos/community-x86_64/libluv.pc.in
(from rev 592995, libluv/trunk/libluv.pc.in)
Deleted:
libluv/repos/community-x86_64/PKGBUILD
libluv/repos/community-x86_64/libluv.pc.in
--------------+
PKGBUILD | 84 ++++++++++++++++++++++++++++-----------------------------
libluv.pc.in | 24 ++++++++--------
2 files changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 11:15:20 UTC (rev 593000)
+++ PKGBUILD 2020-03-09 11:15:32 UTC (rev 593001)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Jurica Bradarić <jbradaric at gmail.com>
-
-pkgname=libluv
-pkgver=1.34.1
-pkgrel=1
-pkgdesc='Bare libuv bindings for lua'
-arch=('x86_64')
-url='https://github.com/luvit/luv'
-license=('apache')
-provides=('libluv')
-depends=('luajit' 'libuv')
-makedepends=('cmake' 'luajit' 'libuv' 'ninja')
-source=("https://github.com/luvit/luv/releases/download/${pkgver}-0/luv-${pkgver}-0.tar.gz"
- https://github.com/luvit/luv/raw/df03f2ac6d4e7269cb0c88be3ef44cf1f0de9b24/libluv.pc.in)
-sha256sums=('353483a96602d620aa4e67424e2256cec9b89dc6ca3df421c12a65ef5dce93b9'
- 'be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e')
-
-prepare() {
- # They forgot to ship this file in this release. Hopefully they'll fix it in the next release.
- cp "$srcdir"/libluv.pc.in "$srcdir"/luv-${pkgver}-0/
-}
-
-build() {
- mkdir "${srcdir}/build"
- cd "${srcdir}/build"
- cmake -GNinja \
- -DWITH_SHARED_LIBUV=ON \
- -DLUA_BUILD_TYPE=System \
- -DBUILD_MODULE=OFF \
- -DBUILD_SHARED_LIBS=ON \
- -DCMAKE_INSTALL_PREFIX=/usr \
- "${srcdir}/luv-${pkgver}-0"
- ninja
-}
-
-package() {
- cd "${srcdir}/build"
- DESTDIR="${pkgdir}" ninja install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libluv/repos/community-x86_64/PKGBUILD (from rev 592990, libluv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-09 11:15:32 UTC (rev 593001)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Jurica Bradarić <jbradaric at gmail.com>
+
+pkgname=libluv
+pkgver=1.34.2
+pkgrel=1
+pkgdesc='Bare libuv bindings for lua'
+arch=('x86_64')
+url='https://github.com/luvit/luv'
+license=('apache')
+provides=('libluv')
+depends=('luajit' 'libuv')
+makedepends=('cmake' 'luajit' 'libuv' 'ninja')
+source=("https://github.com/luvit/luv/releases/download/${pkgver}-0/luv-${pkgver}-0.tar.gz"
+ https://github.com/luvit/luv/raw/df03f2ac6d4e7269cb0c88be3ef44cf1f0de9b24/libluv.pc.in)
+sha256sums=('25183ae213fa8c36d5127cc0d11ca056953aad2a54c17dfc1b06e15f510efc19'
+ 'be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e')
+
+prepare() {
+ # They forgot to ship this file in this release. Hopefully they'll fix it in the next release.
+ cp "$srcdir"/libluv.pc.in "$srcdir"/luv-${pkgver}-0/
+}
+
+build() {
+ mkdir "${srcdir}/build"
+ cd "${srcdir}/build"
+ cmake -GNinja \
+ -DWITH_SHARED_LIBUV=ON \
+ -DLUA_BUILD_TYPE=System \
+ -DBUILD_MODULE=OFF \
+ -DBUILD_SHARED_LIBS=ON \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ "${srcdir}/luv-${pkgver}-0"
+ ninja
+}
+
+package() {
+ cd "${srcdir}/build"
+ DESTDIR="${pkgdir}" ninja install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: libluv.pc.in
===================================================================
--- libluv.pc.in 2020-03-09 11:15:20 UTC (rev 593000)
+++ libluv.pc.in 2020-03-09 11:15:32 UTC (rev 593001)
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=${prefix}
-libdir=@libdir@
-includedir=@includedir@
-
-Name: libluv
-Version: @LUV_VERSION@
-Description: Bare and full libuv bindings for Lua/LuaJIT.
-URL: https://github.com/luvit/luv
-
-Libs: -L${libdir} -lluv @LIBS@
-Cflags: -I${includedir}
Copied: libluv/repos/community-x86_64/libluv.pc.in (from rev 592995, libluv/trunk/libluv.pc.in)
===================================================================
--- libluv.pc.in (rev 0)
+++ libluv.pc.in 2020-03-09 11:15:32 UTC (rev 593001)
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libluv
+Version: @LUV_VERSION@
+Description: Bare and full libuv bindings for Lua/LuaJIT.
+URL: https://github.com/luvit/luv
+
+Libs: -L${libdir} -lluv @LIBS@
+Cflags: -I${includedir}
More information about the arch-commits
mailing list