Skip to content

Commit

Permalink
feat: package gs-plugin-ultramarine-pkgdb-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed May 5, 2024
1 parent b493f41 commit 5edb4b8
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ultramarine/gs-plugin-ultramarine-pkgdb-collections/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project "pkg" {
rpm {
spec = "gs-plugin-ultramarine-pkgdb-collections.spec"
}
}
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

0 comments on commit 5edb4b8

Please sign in to comment.