Skip to content

Commit

Permalink
Updated selfhost-dashboard
Browse files Browse the repository at this point in the history
* Separated UI data to shared package
* Updated to version with a new UI
  • Loading branch information
Kixunil committed Jan 16, 2021
1 parent 1b772c5 commit 36a607d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_rules/selfhost-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source_name: selfhost-dashboard

clone_url: https://github.com/Kixunil/selfhost-dashboard
#git_tag: v$(SELFHOST_DASHBOARD_VERSION)
git_tag: mvp-4
git_tag: mvp-6
build_system: cargo
3 changes: 2 additions & 1 deletion pkg_specs/selfhost-dashboard-bin.sps
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name = "selfhost-dashboard-bin"
architecture = "any"
summary = "A simple UI for selfhost-enabled applications"
depends = ["default-selfhost-dashboard-data-iface (>= 0.1.0) | selfhost-dashboard-data-iface (>= 0.1.0)", "default-selfhost-dashboard-data-iface (<< 0.2) | selfhost-dashboard-data-iface (<< 0.2)"]
recommends = ["selfhost-dashboard"]
add_files = ["/usr/bin/selfhost-dashboard", "static /usr/share/selfhost-dashboard"]
add_files = ["/usr/bin/selfhost-dashboard"]
add_dirs = ["/etc/selfhost-dashboard/apps", "/usr/lib/selfhost-dashboard/apps/entry_points", "/usr/share/selfhost-dashboard/apps/icons"]
add_manpages = ["target/man/selfhost-dashboard.1"]
long_doc = """This package provides a very simple, yet useful UI for accessing
Expand Down
7 changes: 7 additions & 0 deletions pkg_specs/selfhost-dashboard.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
selfhost-dashboard (0.1.0-4) buster; urgency=medium

* Updated to upstream version mvp-5
* Split up data into a separate package

-- Martin Habovstiak <[email protected]> Tue, 12 Jan 2021 22:17:22 +0100

selfhost-dashboard (0.1.0-3) buster; urgency=medium

* Updated to upstream version mvp-4
Expand Down
2 changes: 1 addition & 1 deletion pkg_specs/selfhost-dashboard.sss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "selfhost-dashboard"
section = "net"
build_depends = []
packages = ["selfhost-dashboard-bin", "selfhost-dashboard"]
packages = ["selfhost-dashboard-bin", "selfhost-dashboard-data", "selfhost-dashboard"]

0 comments on commit 36a607d

Please sign in to comment.