Matrix room/space, a bit more rebranding
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
Name: MultiMC5
|
||||
Name: PolyMC
|
||||
Version: 1.4
|
||||
Release: 3%{?dist}
|
||||
Summary: A local install wrapper for MultiMC
|
||||
Summary: A local install wrapper for PolyMC
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://multimc.org
|
||||
URL: https://polymc.org
|
||||
BuildArch: x86_64
|
||||
|
||||
Requires: zenity qt5-qtbase wget xrandr
|
||||
Provides: multimc MultiMC multimc5
|
||||
Provides: polymc PolyMC polymc5
|
||||
|
||||
%description
|
||||
A local install wrapper for MultiMC
|
||||
A local install wrapper for PolyMC
|
||||
|
||||
%prep
|
||||
|
||||
@ -19,24 +19,24 @@ A local install wrapper for MultiMC
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/opt/multimc
|
||||
install -m 0644 ../ubuntu/multimc/opt/multimc/icon.svg %{buildroot}/opt/multimc/icon.svg
|
||||
install -m 0755 ../ubuntu/multimc/opt/multimc/run.sh %{buildroot}/opt/multimc/run.sh
|
||||
mkdir -p %{buildroot}/opt/polymc
|
||||
install -m 0644 ../ubuntu/polymc/opt/polymc/icon.svg %{buildroot}/opt/polymc/icon.svg
|
||||
install -m 0755 ../ubuntu/polymc/opt/polymc/run.sh %{buildroot}/opt/polymc/run.sh
|
||||
mkdir -p %{buildroot}/%{_datadir}/applications
|
||||
install -m 0644 ../ubuntu/multimc/usr/share/applications/multimc.desktop %{buildroot}/%{_datadir}/applications/multimc.desktop
|
||||
install -m 0644 ../ubuntu/polymc/usr/share/applications/polymc.desktop %{buildroot}/%{_datadir}/applications/polymc.desktop
|
||||
mkdir -p %{buildroot}/%{_datadir}/metainfo
|
||||
install -m 0644 ../ubuntu/multimc/usr/share/metainfo/multimc.metainfo.xml %{buildroot}/%{_datadir}/metainfo/multimc.metainfo.xml
|
||||
install -m 0644 ../ubuntu/polymc/usr/share/metainfo/polymc.metainfo.xml %{buildroot}/%{_datadir}/metainfo/polymc.metainfo.xml
|
||||
mkdir -p %{buildroot}/%{_mandir}/man1
|
||||
install -m 0644 ../ubuntu/multimc/usr/share/man/man1/multimc.1 %{buildroot}/%{_mandir}/man1/multimc.1
|
||||
install -m 0644 ../ubuntu/polymc/usr/share/man/man1/polymc.1 %{buildroot}/%{_mandir}/man1/polymc.1
|
||||
|
||||
%files
|
||||
%dir /opt/multimc
|
||||
/opt/multimc/icon.svg
|
||||
/opt/multimc/run.sh
|
||||
%{_datadir}/applications/multimc.desktop
|
||||
%{_datadir}/metainfo/multimc.metainfo.xml
|
||||
%dir /opt/polymc
|
||||
/opt/polymc/icon.svg
|
||||
/opt/polymc/run.sh
|
||||
%{_datadir}/applications/polymc.desktop
|
||||
%{_datadir}/metainfo/polymc.metainfo.xml
|
||||
%dir /usr/share/man/man1
|
||||
%{_mandir}/man1/multimc.1.gz
|
||||
%{_mandir}/man1/polymc.1.gz
|
||||
|
||||
%changelog
|
||||
* Sun Oct 03 2021 imperatorstorm <30777770+ImperatorStorm@users.noreply.github.com>
|
||||
|
@ -1,14 +1,14 @@
|
||||
# What is this?
|
||||
A simple Ubuntu package for MultiMC that contains a script that downloads and installs real MultiMC on Ubuntu based systems.
|
||||
A simple Ubuntu package for PolyMC that contains a script that downloads and installs real PolyMC on Ubuntu based systems.
|
||||
|
||||
It contains a `.desktop` file, an icon, and a simple script that does the heavy lifting.
|
||||
|
||||
This is also the source for the files in the [RPM package](../rpm). If you rename, create or delete files here, you'll likely also have to update the RPM spec file there.
|
||||
|
||||
# How to build this?
|
||||
You need dpkg utils. Rename the `multimc` folder to `multimc_1.6-1` and then run:
|
||||
You need dpkg utils. Rename the `polymc` folder to `polymc_1.6-1` and then run:
|
||||
```
|
||||
fakeroot dpkg-deb --build multimc_1.6-1
|
||||
fakeroot dpkg-deb --build polymc_1.6-1
|
||||
```
|
||||
|
||||
Replace the version with whatever is appropriate.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Package: multimc
|
||||
Package: polymc
|
||||
Version: 1.6-2
|
||||
Architecture: all
|
||||
Maintainer: Petr Mrázek <peterix@gmail.com>
|
||||
@ -7,6 +7,5 @@ Priority: optional
|
||||
Installed-Size: 75
|
||||
Depends: zenity, desktop-file-utils, libqt5widgets5, libqt5gui5, libqt5network5, libqt5core5a, libqt5xml5, libqt5concurrent5, wget
|
||||
Recommends: openjdk-8-jre
|
||||
Homepage: http://multimc.org
|
||||
Description: A local install wrapper for MultiMC
|
||||
|
||||
Homepage: http://polymc.org
|
||||
Description: A local install wrapper for PolyMC
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
INSTDIR="${XDG_DATA_HOME-$HOME/.local/share}/multimc"
|
||||
INSTDIR="${XDG_DATA_HOME-$HOME/.local/share}/polymc"
|
||||
|
||||
if [ `getconf LONG_BIT` = "64" ]
|
||||
then
|
@ -23,25 +23,25 @@
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image type="source" width="936" height="921">https://multimc.org/images/screenshots/main.png</image>
|
||||
<image type="source" width="936" height="921">https://polymc.org/images/screenshots/main.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source" width="936" height="998">https://multimc.org/images/screenshots/editmods.png</image>
|
||||
<image type="source" width="936" height="998">https://polymc.org/images/screenshots/editmods.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source" width="936" height="998">https://multimc.org/images/screenshots/version.png</image>
|
||||
<image type="source" width="936" height="998">https://polymc.org/images/screenshots/version.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source" width="936" height="998">https://multimc.org/images/screenshots/console.png</image>
|
||||
<image type="source" width="936" height="998">https://polymc.org/images/screenshots/console.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image type="source" width="936" height="921">https://multimc.org/images/screenshots/settings.png</image>
|
||||
<image type="source" width="936" height="921">https://polymc.org/images/screenshots/settings.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release date="2021-01-07" version="5"/>
|
||||
</releases>
|
||||
<url type="homepage">https://multimc.org/</url>
|
||||
<url type="homepage">https://polymc.org/</url>
|
||||
<url type="help">https://discord.com/invite/0k2zsXGNHs0fE4Wm</url>
|
||||
<url type="faq">https://github.com/MultiMC/Launcher/wiki/FAQ</url>
|
||||
<url type="bugtracker">https://github.com/MultiMC/Launcher/issues</url>
|
Reference in New Issue
Block a user