From 3cac666bedde231baa7dbb0dc42afba2fe8d6855 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Wed, 1 Feb 2023 20:49:35 -0600 Subject: [PATCH] Fixed location of symbolic icons during installation --- CHANGELOG.md | 4 ++++ celeste-tray/Cargo.toml | 2 +- celeste/Cargo.toml | 2 +- justfile | 6 +++--- libceleste/Cargo.toml | 2 +- makedeb/PKGBUILD | 2 +- snap/snapcraft.yaml | 2 +- 7 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c5c56..de327c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.10] - 2023-02-01 +### Changed +- Fixed location of symbolic icons during installation. + ## [0.1.9] - 2023-02-01 ### Added - Added Snap packaging diff --git a/celeste-tray/Cargo.toml b/celeste-tray/Cargo.toml index 7817033..516a5eb 100644 --- a/celeste-tray/Cargo.toml +++ b/celeste-tray/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celeste-tray" -version = "0.1.9" +version = "0.1.10" edition = "2021" [dependencies] diff --git a/celeste/Cargo.toml b/celeste/Cargo.toml index ab0b527..53192de 100644 --- a/celeste/Cargo.toml +++ b/celeste/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celeste" -version = "0.1.9" +version = "0.1.10" edition = "2021" [dependencies] diff --git a/justfile b/justfile index 042f535..776818b 100644 --- a/justfile +++ b/justfile @@ -6,9 +6,9 @@ install: install -Dm 755 target/release/celeste "{{ env_var('DESTDIR') }}/usr/bin/celeste" install -Dm 644 assets/com.hunterwittenborn.Celeste.desktop "{{ env_var('DESTDIR') }}/usr/share/applications/com.hunterwittenborn.Celeste.desktop" install -Dm 644 assets/com.hunterwittenborn.Celeste-regular.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/scalable/apps/com.hunterwittenborn.Celeste.svg" - install -Dm 644 assets/context/com.hunterwittenborn.CelesteTrayLoading-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/scalable/status/com.hunterwittenborn.CelesteTrayLoading-symbolic.svg" - install -Dm 644 assets/context/com.hunterwittenborn.CelesteTraySyncing-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/scalable/status/com.hunterwittenborn.CelesteTraySyncing-symbolic.svg" - install -Dm 644 assets/context/com.hunterwittenborn.CelesteTrayDone-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/scalable/status/com.hunterwittenborn.CelesteTrayDone-symbolic.svg" + install -Dm 644 assets/context/com.hunterwittenborn.CelesteTrayLoading-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/symbolic/apps/com.hunterwittenborn.CelesteTrayLoading-symbolic.svg" + install -Dm 644 assets/context/com.hunterwittenborn.CelesteTraySyncing-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/symbolic/apps/com.hunterwittenborn.CelesteTraySyncing-symbolic.svg" + install -Dm 644 assets/context/com.hunterwittenborn.CelesteTrayDone-symbolic.svg "{{ env_var('DESTDIR') }}/usr/share/icons/hicolor/symbolic/apps/com.hunterwittenborn.CelesteTrayDone-symbolic.svg" clippy: cargo build --bin celeste-tray diff --git a/libceleste/Cargo.toml b/libceleste/Cargo.toml index 518e476..5f98f90 100644 --- a/libceleste/Cargo.toml +++ b/libceleste/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libceleste" -version = "0.1.9" +version = "0.1.10" edition = "2021" [lib] diff --git a/makedeb/PKGBUILD b/makedeb/PKGBUILD index aa4548f..db1c97a 100644 --- a/makedeb/PKGBUILD +++ b/makedeb/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hunter Wittenborn pkgname=celeste -pkgver=0.1.9 +pkgver=0.1.10 pkgrel=1 pkgdesc='GUI file synchronization client that can sync with any cloud provider' arch=('any') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0f2c79c..143221d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: celeste base: core22 -version: '0.1.9' +version: '0.1.10' summary: GUI file synchronization client that can sync with any cloud provider description: | Celeste is a GUI file synchronization client that can connect to almost any cloud provider you'd like. It provides a streamlined experience to back up your files, and integrates directly into your desktop system.