From b122177a3d440e4c6db7d7ef6425f4020b2d4eff Mon Sep 17 00:00:00 2001 From: IFoundSilentHouse Date: Sun, 17 Mar 2024 09:53:37 +0600 Subject: [PATCH 1/2] New package: portproton-1.5 New package: portproton --- srcpkgs/portproton/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/portproton/template diff --git a/srcpkgs/portproton/template b/srcpkgs/portproton/template new file mode 100644 index 00000000000000..bdf7cde063dff8 --- /dev/null +++ b/srcpkgs/portproton/template @@ -0,0 +1,21 @@ +# Template file for 'portproton' +pkgname=portproton +version=1.5 +revision=1 +archs="x86_64" +depends="bash icoutils yad bubblewrap zstd cabextract gzip tar xz openssl curl dbus freetype xdg-utils gdk-pixbuf noto-fonts-ttf nss libXrandr lsof mesa-demos ImageMagick Vulkan-Tools libgcc python3-Pillow alsa-plugins-32bit libX11-32bit freetype-32bit libglvnd-32bit libgpg-error-32bit openssl-32bit vulkan-loader vulkan-loader-32bit nss-32bit libXScrnSaver-32bit desktop-file-utils" +short_desc="Program to run Windows games with Valve Proton configurations" +maintainer="Petr iFoundSilentHouse " +license="MIT" +homepage="https://linux-gaming.ru/" +changelog="https://github.com/Castro-Fidel/PortProton_ALT/tags" +distfiles="https://github.com/Castro-Fidel/PortProton_ALT/archive/v${version}.tar.gz" +checksum="0fde67c49f87805f03b3c39204ac8f48a6c6c584bec2a31086c90c953c3723f6" +do_install() { + vlicense LICENSE + vbin portproton + vmkdir /usr/share/icons/scalable/apps/ + vcopy portproton.svg /usr/share/icons/scalable/apps/portproton.svg + vmkdir /usr/share/applications/ + vcopy portproton.desktop /usr/share/applications/portproton.desktop +} From 5dbbc72c33fde845811e4ec3425b5f0dad2994cd Mon Sep 17 00:00:00 2001 From: IFoundSilentHouse Date: Sun, 17 Mar 2024 10:04:29 +0600 Subject: [PATCH 2/2] portproton: update to 1.5. New package: portproton --- srcpkgs/portproton/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/portproton/template b/srcpkgs/portproton/template index bdf7cde063dff8..ed880462541fa4 100644 --- a/srcpkgs/portproton/template +++ b/srcpkgs/portproton/template @@ -12,10 +12,10 @@ changelog="https://github.com/Castro-Fidel/PortProton_ALT/tags" distfiles="https://github.com/Castro-Fidel/PortProton_ALT/archive/v${version}.tar.gz" checksum="0fde67c49f87805f03b3c39204ac8f48a6c6c584bec2a31086c90c953c3723f6" do_install() { - vlicense LICENSE - vbin portproton - vmkdir /usr/share/icons/scalable/apps/ - vcopy portproton.svg /usr/share/icons/scalable/apps/portproton.svg - vmkdir /usr/share/applications/ - vcopy portproton.desktop /usr/share/applications/portproton.desktop + vlicense LICENSE + vbin portproton + vmkdir /usr/share/icons/scalable/apps/ + vcopy portproton.svg /usr/share/icons/scalable/apps/portproton.svg + vmkdir /usr/share/applications/ + vcopy portproton.desktop /usr/share/applications/portproton.desktop }