[arch-commits] Commit in libluv/repos/community-x86_64 (4 files)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon Oct 18 15:40:17 UTC 2021


    Date: Monday, October 18, 2021 @ 15:40:17
  Author: svenstaro
Revision: 1030844

archrelease: copy trunk to community-x86_64

Added:
  libluv/repos/community-x86_64/PKGBUILD
    (from rev 1030843, libluv/trunk/PKGBUILD)
  libluv/repos/community-x86_64/libluv.pc.in
    (from rev 1030843, 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	2021-10-18 15:40:06 UTC (rev 1030843)
+++ PKGBUILD	2021-10-18 15:40:17 UTC (rev 1030844)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Jurica Bradarić <jbradaric at gmail.com>
-
-pkgname=libluv
-pkgver=1.41.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=('4018f293d71c2d75757b64fcdacf982729c9dc8b0bf8eda4015a8818a5a29321'
-            '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 1030843, libluv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-18 15:40:17 UTC (rev 1030844)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Jurica Bradarić <jbradaric at gmail.com>
+
+pkgname=libluv
+pkgver=1.42.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=('b5228a9d0eaacd9f862b6270c732d5c90773a28ce53b6d9e32a14050e7947f36'
+            '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	2021-10-18 15:40:06 UTC (rev 1030843)
+++ libluv.pc.in	2021-10-18 15:40:17 UTC (rev 1030844)
@@ -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 1030843, libluv/trunk/libluv.pc.in)
===================================================================
--- libluv.pc.in	                        (rev 0)
+++ libluv.pc.in	2021-10-18 15:40:17 UTC (rev 1030844)
@@ -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