Skip to content

Commit

Permalink
add: ultramarine-phony-bookmarks (#21)
Browse files Browse the repository at this point in the history
* add: ultramarine-phony-bookmarks

* chore(release): bump release
  • Loading branch information
madonuko authored May 21, 2024
1 parent 62b7466 commit ef49664
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions comps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<packagereq type="default">ultramarine-release</packagereq>
<packagereq type="default">ultramarine-fun</packagereq>
<packagereq type="optional">dnf5-default-package-manager</packagereq>
<packagereq type="optional">ultramarine-phony-bookmarks</packagereq>
<packagereq type="default">git</packagereq>
</packagelist>
</group>
Expand Down
5 changes: 5 additions & 0 deletions ultramarine/bookmarks/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "ultramarine-phony-bookmarks.spec"
}
}
28 changes: 28 additions & 0 deletions ultramarine/bookmarks/ultramarine-phony-bookmarks.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Name: ultramarine-phony-bookmarks
Version: 0
Release: 1%?dist
Summary: A substitute for fedora-bookmarks
License: CC0
URL: https://ultramarine-linux.org
Provides: system-bookmarks
Conflicts: system-bookmarks
Enhances: ultramarine-release

%description
This package substitutes / replaces fedora-bookmarks, which might be annoying
especially for Firefox users.

%prep
cat<<EOF > README
The `%name` package substitutes fedora-bookmarks.
This prevents Firefox users from getting Fedora bookmarks.
EOF

%build

%install

%files
%doc README

%changelog
3 changes: 2 additions & 1 deletion ultramarine/release/ultramarine-release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Summary: Ultramarine Linux release files
Name: ultramarine-release
Version: %{dist_version}
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Source0: LICENSE
URL: https://ultramarine-linux.org
Expand Down Expand Up @@ -99,6 +99,7 @@ Requires: ultramarine-release-variant = %{version}
Requires: ultramarine-repos(%{version})
Requires: ultramarine-release-identity = %{version}-%{release}
Recommends: system76-scheduler
Recommends: ultramarine-phony-bookmarks
Conflicts: generic-release
Conflicts: fedora-release
Conflicts: fedora-release-common
Expand Down

0 comments on commit ef49664

Please sign in to comment.