Date: Tuesday, January 21, 2020 @ 20:41:47 Author: svenstaro Revision: 553333
archrelease: copy trunk to community-x86_64 Added: libluv/repos/community-x86_64/PKGBUILD (from rev 553332, libluv/trunk/PKGBUILD) libluv/repos/community-x86_64/libluv.pc.in (from rev 553332, 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-01-21 20:41:39 UTC (rev 553332) +++ PKGBUILD 2020-01-21 20:41:47 UTC (rev 553333) @@ -1,42 +0,0 @@ -# Maintainer: Sven-Hendrik Haase <svenst...@gmail.com> -# Contributor: Jurica Bradarić <jbrada...@gmail.com> - -pkgname=libluv -pkgver=1.32.0 -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=('25a34b2aecf02d1fd32352c855577dcecd20c756dee9eb7ebecd206bf1de26d3' - '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 553332, libluv/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-01-21 20:41:47 UTC (rev 553333) @@ -0,0 +1,42 @@ +# Maintainer: Sven-Hendrik Haase <svenst...@gmail.com> +# Contributor: Jurica Bradarić <jbrada...@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: Deleted: libluv.pc.in =================================================================== --- libluv.pc.in 2020-01-21 20:41:39 UTC (rev 553332) +++ libluv.pc.in 2020-01-21 20:41:47 UTC (rev 553333) @@ -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 553332, libluv/trunk/libluv.pc.in) =================================================================== --- libluv.pc.in (rev 0) +++ libluv.pc.in 2020-01-21 20:41:47 UTC (rev 553333) @@ -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}