Richard Rahl 2024-06-06 08:41:21 +00:00 committed by Git OBS Bridge
commit 1b5a57744d
8 changed files with 124 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

20
_service Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/pop-os/cosmic-launcher.git</param>
<param name="scm">git</param>
<param name="revision">master</param>
<param name="versionformat">0.1.0+git%cd.%h</param>
<param name="package-meta">yes</param>
</service>
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zstd</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="src">cosmic-launcher</param>
<param name="update">false</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d82094c12f31cb3525f50e16180a23c29d6f4888cc3c0d513b30ab986f3bc626
size 502283

4
cosmic-launcher.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Wed Mar 13 16:03:35 UTC 2024 - Richard Rahl <rrahl0@proton.me>
- initial packaging

4
cosmic-launcher.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: cosmic-launcher
version: 0.1.0+git20240524.7c207e2
mtime: 1716572311
commit: 7c207e251ea899d704a575f052c4826ee5ce6a9c

66
cosmic-launcher.spec Normal file
View File

@ -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

3
vendor.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6be61c7df10d6bb39352bdad4b651856bf0914afb703cd411c57492a34b16cde
size 64069475