forked from pool/ProtonPlus
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d2d78fe89f | |||
|
|
dd396a6a87 | ||
| 70519dfd95 | |||
|
|
00d3ed913f | ||
| 83e8b7c88e | |||
|
|
3269a1990f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e85ba1619560f4c1713108b6fa74ad469e6aa788e4f6df59b3bd0502e323dc90
|
||||
size 456203
|
||||
3
ProtonPlus-0.4.20.obscpio
Normal file
3
ProtonPlus-0.4.20.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af81cd3482d6d5509cc0e47ccbfeff4d35caa71c2381e82665699e3de600d0cf
|
||||
size 591372
|
||||
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 09:15:09 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 0.4.20:
|
||||
* Generate PNG icons for desktop environments with bad SVG support
|
||||
* Use PNG app icons instead of SVG
|
||||
- update to 0.4.19:
|
||||
* Fix Proton-Sarek
|
||||
* Update description to include Sarek
|
||||
* Add keywords to metainfo
|
||||
- update to 0.4.18:
|
||||
* Refresh application logo with more shading and modern border
|
||||
* Add Sarek
|
||||
* Update Swedish translation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 00:09:10 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 0.4.17:
|
||||
* Updated German translation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 10:59:52 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 0.4.16:
|
||||
* Added support for Steam Tinker Launch
|
||||
* Made Ctrl-Q quit the application
|
||||
* The window now remembers the last-used size
|
||||
* Improved UI polish and consistency
|
||||
* Made it easier to translate the application
|
||||
* Added developer scripts
|
||||
* Add swedish translation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 18 05:50:32 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: ProtonPlus
|
||||
version: 0.4.15
|
||||
mtime: 1721255686
|
||||
commit: 17d9bc651a0e955c02b1a3016017486aebe7bfc3
|
||||
version: 0.4.20
|
||||
mtime: 1728059324
|
||||
commit: 5c8d7b4febdd1296dd45263947b795088129bda8
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define appid com.vysp3r.ProtonPlus
|
||||
Name: ProtonPlus
|
||||
Version: 0.4.15
|
||||
Version: 0.4.20
|
||||
Release: 0
|
||||
Summary: A Wine and Proton-based compatibility tools manager for GNOME
|
||||
License: GPL-3.0-only
|
||||
@@ -26,18 +27,17 @@ Source: %{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: git
|
||||
BuildRequires: json-glib-devel
|
||||
BuildRequires: libgee-devel
|
||||
BuildRequires: libjson-glib-1_0-0
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: git-core
|
||||
BuildRequires: meson >= 0.62.0
|
||||
BuildRequires: ninja
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libsoup-3.0)
|
||||
|
||||
%description
|
||||
ProtonPlus is a Proton version manager for installing and managing Proton
|
||||
@@ -56,17 +56,17 @@ uses GTK4.
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%find_lang com.vysp3r.ProtonPlus
|
||||
%find_lang %{appid}
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%files
|
||||
%{_bindir}/com.vysp3r.ProtonPlus
|
||||
%{_datadir}/metainfo/com.vysp3r.ProtonPlus.metainfo.xml
|
||||
%{_datadir}/applications/com.vysp3r.ProtonPlus.desktop
|
||||
%{_datadir}/glib-2.0/schemas/com.vysp3r.ProtonPlus.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*
|
||||
%{_bindir}/%{appid}
|
||||
%{_datadir}/metainfo/%{appid}.metainfo.xml
|
||||
%{_datadir}/applications/%{appid}.desktop
|
||||
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{appid}.png
|
||||
|
||||
%files lang -f com.vysp3r.ProtonPlus.lang
|
||||
%files lang -f %{appid}.lang
|
||||
|
||||
%changelog
|
||||
|
||||
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/vysp3r/ProtonPlus.git</param>
|
||||
<param name="revision">refs/tags/v0.4.15</param>
|
||||
<param name="revision">refs/tags/v0.4.20</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<!-- Upstream has sometimes dashes in the version
|
||||
|
||||
Reference in New Issue
Block a user