[arch-commits] Commit in cockpit/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Dec 17 19:12:20 UTC 2020


    Date: Thursday, December 17, 2020 @ 19:12:20
  Author: mtorromeo
Revision: 777871

removed cockpit-dashboard

Modified:
  cockpit/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-17 19:12:17 UTC (rev 777870)
+++ PKGBUILD	2020-12-17 19:12:20 UTC (rev 777871)
@@ -4,9 +4,9 @@
 # Contributor: Anatol Pomozov <anatol.pomozov at gmail.com>
 
 pkgbase=cockpit
-pkgname=(cockpit cockpit-pcp cockpit-dashboard cockpit-machines)
+pkgname=(cockpit cockpit-pcp cockpit-machines)
 pkgver=234
-pkgrel=1
+pkgrel=2
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
 url='https://cockpit-project.org/'
@@ -44,7 +44,6 @@
   depends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib glib-networking)
   backup=('etc/pam.d/cockpit')
   optdepends=("cockpit-pcp: reading performance metrics"
-              "cockpit-dashboard: dashboard and support for connecting to remote hosts"
               "cockpit-podman: user interface for managing podman containers"
               "cockpit-machines: user interface for managing virtual machines"
               "udisks2: manage hard disks"
@@ -65,7 +64,7 @@
          "$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
 
   # remove plugins packaged separately
-  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,dashboard,machines} \
+  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,machines} \
          "$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml \
          "$pkgdir"/usr/lib/cockpit/cockpit-pcp \
          "$pkgdir"/var/lib/pcp
@@ -101,12 +100,6 @@
   rm -rf "$pkgdir"/tmp
 }
 
-package_cockpit-dashboard() {
-  pkgdesc='Cockpit support for connecting to remote servers (through ssh), bastion hosts, and a basic dashboard.'
-  depends=(cockpit)
-  _do_package_component
-}
-
 package_cockpit-machines() {
   pkgdesc='Cockpit components for managing virtual machines.'
   depends=(cockpit libvirt-dbus)



More information about the arch-commits mailing list