[arch-commits] Commit in fluidd/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Jul 15 11:38:48 UTC 2022


    Date: Friday, July 15, 2022 @ 11:38:48
  Author: alucryd
Revision: 1252918

archrelease: copy trunk to community-any

Added:
  fluidd/repos/community-any/PKGBUILD
    (from rev 1252917, fluidd/trunk/PKGBUILD)
Deleted:
  fluidd/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 37 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 11:38:42 UTC (rev 1252917)
+++ PKGBUILD	2022-07-15 11:38:48 UTC (rev 1252918)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=fluidd
-pkgver=1.18.2
-pkgrel=1
-pkgdesc='A free and open-source Klipper web interface for managing your 3d printer'
-arch=(any)
-url=https://docs.fluidd.xyz/
-license=(GPL3)
-makedepends=(
-  git
-  nodejs-lts-gallium
-  npm
-)
-optdepends=('ustreamer: webcam streaming support')
-_tag=e3b763e715ae96df54c758a448293f97eadc990a
-source=(git+https://github.com/fluidd-core/fluidd.git?signed#tag=${_tag})
-validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas <pedrolamas at gmail.com>
-b2sums=('SKIP')
-
-build() {
-  cd fluidd
-  npm install --frozen-lockfile
-  npx vue-cli-service build
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/share/webapps
-  cp -dr --no-preserve=ownership fluidd/dist "${pkgdir}"/usr/share/webapps/fluidd
-}
-
-# vim: ts=2 sw=2 et:

Copied: fluidd/repos/community-any/PKGBUILD (from rev 1252917, fluidd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 11:38:48 UTC (rev 1252918)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=fluidd
+pkgver=1.19.0
+pkgrel=1
+pkgdesc='A free and open-source Klipper web interface for managing your 3d printer'
+arch=(any)
+url=https://docs.fluidd.xyz/
+license=(GPL3)
+makedepends=(
+  git
+  nodejs-lts-gallium
+  npm
+)
+optdepends=('ustreamer: webcam streaming support')
+_tag=6184c7398b92dee916b94cd2114bce4ec5414038
+source=(git+https://github.com/fluidd-core/fluidd.git#tag=${_tag})
+validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas <pedrolamas at gmail.com>
+b2sums=(SKIP)
+
+pkgver() {
+  cd fluidd
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd fluidd
+  npm install --frozen-lockfile
+  npx vue-cli-service build
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/webapps
+  cp -dr --no-preserve=ownership fluidd/dist "${pkgdir}"/usr/share/webapps/fluidd
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list