[arch-commits] Commit in fluidd/repos/community-any (PKGBUILD PKGBUILD keys)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Aug 17 15:42:35 UTC 2022
Date: Wednesday, August 17, 2022 @ 15:42:34
Author: alucryd
Revision: 1266738
archrelease: copy trunk to community-any
Added:
fluidd/repos/community-any/PKGBUILD
(from rev 1266737, fluidd/trunk/PKGBUILD)
fluidd/repos/community-any/keys/
Deleted:
fluidd/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-17 15:42:23 UTC (rev 1266737)
+++ PKGBUILD 2022-08-17 15:42:34 UTC (rev 1266738)
@@ -1,37 +0,0 @@
-# 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:
Copied: fluidd/repos/community-any/PKGBUILD (from rev 1266737, fluidd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-17 15:42:34 UTC (rev 1266738)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=fluidd
+pkgver=1.19.1
+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=3f995732a2eccc0ba24b8cec557ddc3b736009e7
+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