-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: package gs-plugin-ultramarine-pkgdb-collections
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
project "pkg" { | ||
rpm { | ||
spec = "gs-plugin-ultramarine-pkgdb-collections.spec" | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...rine/gs-plugin-ultramarine-pkgdb-collections/gs-plugin-ultramarine-pkgdb-collections.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Name: gs-plugin-ultramarine-pkgdb-collections | ||
Version: 0.1.0 | ||
Release: 1%{?dist} | ||
URL: https://ultramarine-linux.org | ||
Source0: https://github.com/Ultramarine-Linux/gs-plugin-ultramarine-pkgdb-collections/archive/refs/tags/v%version.tar.gz | ||
License: GPL-2.0-or-later | ||
Summary: Ultramarine pkgdb collections plugin for GNOME Software | ||
Supplements: gnome-software | ||
|
||
BuildRequires: meson | ||
BuildRequires: gcc | ||
BuildRequires: pkgconfig(gnome-software) | ||
|
||
%description | ||
A GNOME Software plugin for the ultramarine pkgdb collections, allowing for system upgrades between major UM versions. | ||
|
||
%prep | ||
%autosetup | ||
|
||
%build | ||
%meson | ||
%meson_build | ||
|
||
%install | ||
%meson_install | ||
|
||
%files | ||
%{_libdir}/gnome-software/plugins-20/libgs_plugin_ultramarine-pkgdb-collections.so | ||
%{_metainfodir}/org.gnome.Software.Plugin.UltramarinePkgdbCollections.metainfo.xml | ||
|
||
%changelog | ||
* Fri Apr 5 2024 Lleyton Gray <[email protected]> - 0.1.0-1 | ||
- Initial version | ||
|