diff --git a/_service b/_service index c5d415f..220b445 100644 --- a/_service +++ b/_service @@ -5,6 +5,7 @@ git master 1.2.3+git%cd.%h + yes pop-launcher diff --git a/fix-justfile.patch b/fix-justfile.patch index 68bbe48..3db1f24 100644 --- a/fix-justfile.patch +++ b/fix-justfile.patch @@ -1,7 +1,24 @@ diff -rub launcher/justfile launcher-patched/justfile ---- launcher/justfile 2024-03-20 07:47:06.134294454 +0100 -+++ launcher-patched/justfile 2024-03-20 08:16:28.542472749 +0100 -@@ -67,7 +67,7 @@ +--- launcher/justfile 2024-08-08 01:59:44.654863863 +0200 ++++ launcher-patched/justfile 2024-08-08 02:16:26.601351258 +0200 +@@ -2,6 +2,7 @@ + plugins := 'calc desktop_entries files find pop_shell pulse recent scripts terminal web cosmic_toplevel' + + rootdir := '' ++prefix := '/usr' + debug := '0' + + target-dir := if debug == '1' { 'target/debug' } else { 'target/release' } +@@ -9,7 +10,7 @@ + base-dir := if rootdir == '' { + env_var('HOME') / '.local' + } else { +- rootdir / 'usr' ++ rootdir + prefix + } + + lib-dir := if rootdir == '' { +@@ -70,7 +71,7 @@ dest={{plugin-dir}}${plugin} mkdir -p ${dest} install -Dm0644 plugins/src/${plugin}/*.ron ${dest} diff --git a/pop-launcher-1.2.3+git20240806.c994240.tar.zst b/pop-launcher-1.2.3+git20240806.c994240.tar.zst index 201e67b..51307ab 100644 --- a/pop-launcher-1.2.3+git20240806.c994240.tar.zst +++ b/pop-launcher-1.2.3+git20240806.c994240.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25a20ee2407dc9c5a46a55d6913b3e099e7715421d6b828566086822c9013660 -size 80243 +oid sha256:c68d0dff67d5a8ede9154126c9b7c8c963e8901c9ba1a22fd2adaf6561600c31 +size 290116 diff --git a/pop-launcher.changes b/pop-launcher.changes index 8d1dab8..dc29b77 100644 --- a/pop-launcher.changes +++ b/pop-launcher.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 8 01:01:10 UTC 2024 - Richard Rahl + +- standardize packaging with also fixes for miscellaneous hardcoding + filenames, using @PARENT_TAG where applicable, and be more specific + with files in the %files section (so no non-wanted files are getting + added + ------------------------------------------------------------------- Wed Aug 7 06:03:55 UTC 2024 - Richard Rahl diff --git a/pop-launcher.spec b/pop-launcher.spec index 6006648..41b9c0f 100644 --- a/pop-launcher.spec +++ b/pop-launcher.spec @@ -53,7 +53,7 @@ export RUSTFLAGS="-C codegen-units=1" just build-release %install -just rootdir=%{buildroot} install +just rootdir=%{buildroot} prefix=%{_prefix} install %check %{cargo_test}