[arch-commits] Commit in argocd/repos/community-x86_64 (4 files)
Daurnimator
daurnimator at gemini.archlinux.org
Sat Jan 1 10:47:08 UTC 2022
Date: Saturday, January 1, 2022 @ 10:47:07
Author: daurnimator
Revision: 1091640
archrelease: copy trunk to community-x86_64
Added:
argocd/repos/community-x86_64/PKGBUILD
(from rev 1091639, argocd/trunk/PKGBUILD)
argocd/repos/community-x86_64/argo-ui.patch
(from rev 1091639, argocd/trunk/argo-ui.patch)
Deleted:
argocd/repos/community-x86_64/PKGBUILD
argocd/repos/community-x86_64/argo-ui.patch
---------------+
PKGBUILD | 134 ++++++++++++++++++++++++++++----------------------------
argo-ui.patch | 22 ++++-----
2 files changed, 78 insertions(+), 78 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-01 10:46:49 UTC (rev 1091639)
+++ PKGBUILD 2022-01-01 10:47:07 UTC (rev 1091640)
@@ -1,67 +0,0 @@
-# Maintainer: Daurnimator <daurnimator at archlinux.org>
-
-pkgname=argocd
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Declarative continuous deployment for Kubernetes"
-arch=('x86_64')
-url='https://argo-cd.readthedocs.io/en/stable/'
-license=('Apache')
-makedepends=('go' 'python' 'yarn')
-depends=('glibc')
-provides=('argocd-cli')
-replaces=('argocd-cli')
-source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz"
- "argo-ui-eeac356bff8c4eda585549c38ee9a21be3a88b9c.tar.gz::https://github.com/argoproj/argo-ui/archive/eeac356bff8c4eda585549c38ee9a21be3a88b9c.tar.gz"
- "argo-ui.patch")
-sha512sums=('507ccf52f2325978281937bf1597e89018e288275f94aebea6844b4ac65d3cecdc8972ccc21eeb924812cf5fab5f3fb015875143dbe49c14ab4d7ca68d0052ea'
- 'fc43c0143b2d26cacd690d43ce858f8d975f03fd9d88648c00232ba6089ac643b13c25aa0198f3ce4fc8541dfccad9b099f71411406a3faea4bb1fe6aec6374e'
- '70cd2ceab93ee989d53926b3041c883a68417cd846ca692a9d30aa70c59353b210513d8cde9e12c94a40e0454f3f73c894f9eaeeb2f8c7f22ced29b223750c24')
-
-prepare() {
- cd "argo-cd-$pkgver"
-
- patch -p0 -i ../argo-ui.patch
-}
-
-build() {
- cd "argo-cd-$pkgver"
-
- (
- cd ui
- yarn install --cache-folder "${srcdir}/yarn-cache"
- ARGO_VERSION="$pkgver" NODE_ENV='production' NODE_ONLINE_ENV='online' yarn build
- )
-
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- go build -o argocd \
- -trimpath \
- -buildmode=pie \
- -mod=readonly \
- -modcacherw \
- -ldflags "-X github.com/argoproj/argo-cd/v2/common.version=${pkgver} \
- -X github.com/argoproj/argo-cd/v2/common.buildDate=$(date -u +'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
- -X github.com/argoproj/argo-cd/v2/common.gitTag=${pkgver} \
- -linkmode=external \
- -extldflags \"${LDFLAGS}\"" \
- ./cmd
-
- ./argocd completion bash > argocd.bash
- ./argocd completion zsh > argocd.zsh
-}
-
-package() {
- cd "argo-cd-$pkgver"
-
- install -D argocd "$pkgdir/usr/bin/argocd"
- ln -s argocd "$pkgdir/usr/bin/argocd-server"
- ln -s argocd "$pkgdir/usr/bin/argocd-repo-server"
- ln -s argocd "$pkgdir/usr/bin/argocd-application-controller"
- ln -s argocd "$pkgdir/usr/bin/argocd-dex"
-
- install -Dm644 argocd.bash "$pkgdir/usr/share/bash-completion/completions/argocd"
- install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"
-}
Copied: argocd/repos/community-x86_64/PKGBUILD (from rev 1091639, argocd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-01 10:47:07 UTC (rev 1091640)
@@ -0,0 +1,67 @@
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+
+pkgname=argocd
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="Declarative continuous deployment for Kubernetes"
+arch=('x86_64')
+url='https://argo-cd.readthedocs.io/en/stable/'
+license=('Apache')
+makedepends=('go' 'python' 'yarn')
+depends=('glibc')
+provides=('argocd-cli')
+replaces=('argocd-cli')
+source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz"
+ "argo-ui-44a1a7f22a2d6707cc5d03e0b93c5c6015d864bd.tar.gz::https://github.com/argoproj/argo-ui/archive/44a1a7f22a2d6707cc5d03e0b93c5c6015d864bd.tar.gz"
+ "argo-ui.patch")
+sha512sums=('e1df88cfb228315c63d050d34d5729cdd662a841ba070bba78544893b2973a792b324d3c384d52eae73c038d8c6442b9378ee6594262295aa2b6c9e7f352c602'
+ '58c214f3d7d84bc3869bc9568bc4353f552948479d75ac58878577b1fc6a2f776e2cba2715b9af41c15edb64d8ec04309ffb29eaaa81402fd0277b9dbf3638df'
+ '6f3e80ba70c1777d52d908abb3ca8f3d37b6a73fdcb669d9a0afd97eddf9362159b67f05b0721cdc2e74493e913a4399406d12733ab0dc177f5b2713b7b30b79')
+
+prepare() {
+ cd "argo-cd-$pkgver"
+
+ patch -p0 -i ../argo-ui.patch
+}
+
+build() {
+ cd "argo-cd-$pkgver"
+
+ (
+ cd ui
+ yarn install --cache-folder "${srcdir}/yarn-cache"
+ ARGO_VERSION="$pkgver" NODE_ENV='production' NODE_ONLINE_ENV='online' yarn build
+ )
+
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ go build -o argocd \
+ -trimpath \
+ -buildmode=pie \
+ -mod=readonly \
+ -modcacherw \
+ -ldflags "-X github.com/argoproj/argo-cd/v2/common.version=${pkgver} \
+ -X github.com/argoproj/argo-cd/v2/common.buildDate=$(date -u +'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
+ -X github.com/argoproj/argo-cd/v2/common.gitTag=${pkgver} \
+ -linkmode=external \
+ -extldflags \"${LDFLAGS}\"" \
+ ./cmd
+
+ ./argocd completion bash > argocd.bash
+ ./argocd completion zsh > argocd.zsh
+}
+
+package() {
+ cd "argo-cd-$pkgver"
+
+ install -D argocd "$pkgdir/usr/bin/argocd"
+ ln -s argocd "$pkgdir/usr/bin/argocd-server"
+ ln -s argocd "$pkgdir/usr/bin/argocd-repo-server"
+ ln -s argocd "$pkgdir/usr/bin/argocd-application-controller"
+ ln -s argocd "$pkgdir/usr/bin/argocd-dex"
+
+ install -Dm644 argocd.bash "$pkgdir/usr/share/bash-completion/completions/argocd"
+ install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"
+}
Deleted: argo-ui.patch
===================================================================
--- argo-ui.patch 2022-01-01 10:46:49 UTC (rev 1091639)
+++ argo-ui.patch 2022-01-01 10:47:07 UTC (rev 1091640)
@@ -1,11 +0,0 @@
---- ui/package.json 2021-12-16 00:00:00.000000000 +1100
-+++ ui/package.json 2021-12-16 00:00:00.000000000 +1100
-@@ -28,7 +28,7 @@
- "@types/react-router-dom": "^4.2.3",
- "@types/superagent": "^3.5.7",
- "ansi-to-react": "^6.1.6",
-- "argo-ui": "git+https://github.com/argoproj/argo-ui.git",
-+ "argo-ui": "file:../../argo-ui-eeac356bff8c4eda585549c38ee9a21be3a88b9c",
- "classnames": "^2.2.5",
- "color": "^3.1.0",
- "cookie": "^0.3.1",
Copied: argocd/repos/community-x86_64/argo-ui.patch (from rev 1091639, argocd/trunk/argo-ui.patch)
===================================================================
--- argo-ui.patch (rev 0)
+++ argo-ui.patch 2022-01-01 10:47:07 UTC (rev 1091640)
@@ -0,0 +1,11 @@
+--- ui/package.json 2021-12-16 00:00:00.000000000 +1100
++++ ui/package.json 2021-12-16 00:00:00.000000000 +1100
+@@ -28,7 +28,7 @@
+ "@types/react-router-dom": "^4.2.3",
+ "@types/superagent": "^3.5.7",
+ "ansi-to-react": "^6.1.6",
+- "argo-ui": "git+https://github.com/argoproj/argo-ui.git",
++ "argo-ui": "file:../../argo-ui-44a1a7f22a2d6707cc5d03e0b93c5c6015d864bd",
+ "classnames": "^2.2.5",
+ "color": "^3.1.0",
+ "cookie": "^0.3.1",
More information about the arch-commits
mailing list