commit 1b5a57744d682432df6d295c1944b7c7d09bddea838ccfdf436772fb9468bf19 Author: Richard Rahl Date: Thu Jun 6 08:41:21 2024 +0000 OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Factory/cosmic-launcher?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..1915801 --- /dev/null +++ b/_service @@ -0,0 +1,20 @@ + + + + https://github.com/pop-os/cosmic-launcher.git + git + master + 0.1.0+git%cd.%h + yes + + + + *.tar + zstd + + + cosmic-launcher + false + + + diff --git a/cosmic-launcher-0.1.0+git20240524.7c207e2.obscpio b/cosmic-launcher-0.1.0+git20240524.7c207e2.obscpio new file mode 100644 index 0000000..72f3898 --- /dev/null +++ b/cosmic-launcher-0.1.0+git20240524.7c207e2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82094c12f31cb3525f50e16180a23c29d6f4888cc3c0d513b30ab986f3bc626 +size 502283 diff --git a/cosmic-launcher.changes b/cosmic-launcher.changes new file mode 100644 index 0000000..f12e63a --- /dev/null +++ b/cosmic-launcher.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Wed Mar 13 16:03:35 UTC 2024 - Richard Rahl + +- initial packaging diff --git a/cosmic-launcher.obsinfo b/cosmic-launcher.obsinfo new file mode 100644 index 0000000..f1e2592 --- /dev/null +++ b/cosmic-launcher.obsinfo @@ -0,0 +1,4 @@ +name: cosmic-launcher +version: 0.1.0+git20240524.7c207e2 +mtime: 1716572311 +commit: 7c207e251ea899d704a575f052c4826ee5ce6a9c diff --git a/cosmic-launcher.spec b/cosmic-launcher.spec new file mode 100644 index 0000000..465fb3d --- /dev/null +++ b/cosmic-launcher.spec @@ -0,0 +1,66 @@ +# +# spec file for package cosmic-launcher +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define appname com.system76.CosmicLauncher +Name: cosmic-launcher +Version: 0.1.0+git20240524.7c207e2 +Release: 0 +Summary: Layer Shell frontend +License: GPL-3.0-only +URL: https://github.com/pop-os/cosmic-launcher +Source0: %{name}-%{version}.tar.zst +Source1: vendor.tar.zst +BuildRequires: cargo-packaging +BuildRequires: desktop-file-utils +BuildRequires: hicolor-icon-theme +BuildRequires: intltool +BuildRequires: just +BuildRequires: mold +BuildRequires: pkgconfig +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(xkbcommon) + +%description +Layer Shell frontend for pop-launcher. Currently +the underlying protocol being used in the plugin for managing toplevels +in wayland is defined here but it will be switched to use wlr-foreign-toplevel-management +when it is ready. + +%prep +%autosetup -a1 + +%build +just build-release + +%install +just rootdir=%{buildroot} prefix=%{_prefix} install +%suse_update_desktop_file %{appname} + +%check +%{cargo_test} + +%files +%license LICENSE.md +%doc README.md +%{_bindir}/%{name} +%{_datadir}/applications/%{appname}.desktop +%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg +%{_datadir}/metainfo/%{appname}.metainfo.xml + +%changelog diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..4365957 --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be61c7df10d6bb39352bdad4b651856bf0914afb703cd411c57492a34b16cde +size 64069475