-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from erenfro/fix/softmaker-freeoffice-2024-repl…
…aces Add in replaces for all other packages in softmaker group
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 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 |
---|---|---|
|
@@ -17,10 +17,16 @@ depends = libxext6 | |
depends = libxmu6 | ||
depends = libxrandr2 | ||
depends = libxrender1 | ||
conflicts = softmaker-office-2024-deb | ||
conflicts = softmaker-office-2024 | ||
conflicts = softmaker-office-nx-deb | ||
conflicts = softmaker-office-nx | ||
conflicts = softmaker-freeoffice-2024 | ||
replaces = softmaker-office-2024-deb | ||
replaces = softmaker-office-2024 | ||
replaces = softmaker-office-nx-deb | ||
replaces = softmaker-office-nx | ||
replaces = softmaker-freeoffice-2024 | ||
license = custom:"Copyright (c) 2024 SoftMaker GmbH All Rights Reserved." | ||
maintainer = Eric Renfro <[email protected]> | ||
repology = project: softmaker-freeoffice-2024 | ||
|
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 |
---|---|---|
|
@@ -13,8 +13,8 @@ depends=( | |
'libglib2.0-0' 'libgstreamer-plugins-base1.0-0' 'libgstreamer1.0-0' | ||
'libstdc++6' 'libx11-6' 'libxext6' 'libxmu6' 'libxrandr2' 'libxrender1' | ||
) | ||
replaces=("softmaker-office-2024" "softmaker-office-nx") | ||
conflicts=("softmaker-office-2024" "softmaker-office-nx") | ||
conflicts=("softmaker-office-2024-deb" "softmaker-office-2024" "softmaker-office-nx-deb" "softmaker-office-nx" "softmaker-freeoffice-2024") | ||
replaces=("${conflicts[@]}") | ||
pkgdesc="Proprietary office suite; word processing, spreadsheets, presentations; limited feature free edition" | ||
maintainer=("Eric Renfro <[email protected]>") | ||
|
||
|