commit 646daaa5ad6e0c0c5b8b855decd0a3e23a41b939afda06fa1a9889a6983d8837 Author: Richard Rahl Date: Fri Dec 6 22:33:15 2024 +0000 OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Apps/pugaipadam?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..9fd5564 --- /dev/null +++ b/_service @@ -0,0 +1,22 @@ + + + + https://github.com/MrKomodoDragon/pugaipadam.git + git + main + v(.*)\+0 + 0+%cd.%h + yes + pugaipadam + enable + + + *.tar + zstd + + + pugaipadam + false + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..eadc68b --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/MrKomodoDragon/pugaipadam.git + 9d7309e5f087cc2bad2edd117d00c5ecac888614 \ No newline at end of file diff --git a/pugaipadam-0+20241129.9d7309e.tar.zst b/pugaipadam-0+20241129.9d7309e.tar.zst new file mode 100644 index 0000000..a50fd92 --- /dev/null +++ b/pugaipadam-0+20241129.9d7309e.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5a3bd5e9d9688ed3317e9450189f29ef1ac0f78092804de22c16a2777f0c37 +size 61510 diff --git a/pugaipadam.changes b/pugaipadam.changes new file mode 100644 index 0000000..dd20954 --- /dev/null +++ b/pugaipadam.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Fri Dec 6 21:31:19 UTC 2024 - Richard Rahl + +- initial packaging diff --git a/pugaipadam.spec b/pugaipadam.spec new file mode 100644 index 0000000..0d15f9d --- /dev/null +++ b/pugaipadam.spec @@ -0,0 +1,49 @@ +# +# spec file for package pugaipadam +# +# 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/ +# + + +Name: pugaipadam +Version: 0+20241129.9d7309e +Release: 0 +Summary: An elegant image viewer for cosmic +License: GPL-3.0-only +URL: https://github.com/MrKomodoDragon/pugaipadam +Source0: %{name}-%{version}.tar.zst +Source1: vendor.tar.zst +BuildRequires: cargo-packaging +BuildRequires: pkgconfig +BuildRequires: just +BuildRequires: pkgconfig(xkbcommon) + +%description +%{summary}. + +%prep +%autosetup -a1 + +%build +just build-release + +%install +install -Dm0755 target/release/%{name} %{buildroot}%{_bindir}/%{name} + +%files +%license LICENSE +%doc README.md +%{_bindir}/%{name} + +%changelog diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..61b7710 --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9973b318eaa9013dbb12d0bfdbcd4bf4b4af8f4fa699e4ccbac8ea529f40fbe +size 75090764