[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/

2023-03-09 Thread Viorel Munteanu
commit: 3602cf6f868a464ef67cc359bf051e87d115a9ad
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 22:29:33 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 22:29:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3602cf6f

games-util/itch-bin: update EAPI 7 -> 8, small fixes

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/itch-bin/itch-bin-25.5.1-r2.ebuild | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild 
b/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
index 3dafe302c..e81890c24 100644
--- a/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
+++ b/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit desktop xdg
 
@@ -34,9 +34,9 @@ RDEPEND="
 "
 
 QA_PREBUILT="
-   /opt/itch-bin/itch
-   /opt/itch-bin/libvk_swiftshader.so
-   !system-ffmpeg? ( /opt/itch-bin/libffmpeg.so )
+   opt/itch-bin/itch
+   opt/itch-bin/libvk_swiftshader.so
+   !system-ffmpeg? ( opt/itch-bin/libffmpeg.so )
 "
 
 S="${WORKDIR}"
@@ -45,13 +45,15 @@ src_install() {
local destdir="${EPREFIX}/opt/${PN}"
insinto "${destdir}"
doins -r locales resources
-   doins *.pak *.dat *.bin *.json version libvk_swiftshader.so
+   doins ./*.pak ./*.dat ./*.bin ./*.json version libvk_swiftshader.so
 
if use system-ffmpeg; then  # bug 710944
rm libffmpeg.so || die
-   ln -s "${EPREFIX}/usr/$(get_libdir)/chromium/libffmpeg.so" || 
die
+   dosym -r "${EPREFIX}/usr/$(get_libdir)/chromium/libffmpeg.so" \
+   ${destdir}/libffmpeg.so
+   else
+   doins libffmpeg.so
fi
-   doins libffmpeg.so
 
exeinto "${destdir}"
doexe itch



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/, profiles/

2023-03-09 Thread Viorel Munteanu
commit: 65df02e16e24c9cb788f7823ae53dc6786591897
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 22:12:56 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 22:16:00 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65df02e1

games-util/itch-bin: remove unneeded dep, unmask

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 .../itch-bin/{itch-bin-25.5.1-r1.ebuild => itch-bin-25.5.1-r2.ebuild}  | 3 +--
 profiles/package.mask  | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/games-util/itch-bin/itch-bin-25.5.1-r1.ebuild 
b/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
similarity index 96%
rename from games-util/itch-bin/itch-bin-25.5.1-r1.ebuild
rename to games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
index 048859c6e..3dafe302c 100644
--- a/games-util/itch-bin/itch-bin-25.5.1-r1.ebuild
+++ b/games-util/itch-bin/itch-bin-25.5.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,6 @@ BDEPEND="app-arch/unzip"
 RDEPEND="
x11-libs/gtk+:3[X,cups]
x11-libs/libXtst
-   gnome-base/gconf
dev-libs/nss
media-libs/alsa-lib
media-libs/freetype

diff --git a/profiles/package.mask b/profiles/package.mask
index 988be4300..5cd30fd17 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,7 +32,6 @@ dev-python/pysftp
 
 # Anna Vyalkova  (2023-03-04)
 # Depend on masked gconf.
-games-util/itch-bin
 net-p2p/lbry
 
 # Anna Vyalkova  (2023-02-28)



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/files/, games-util/itch-bin/

2023-03-09 Thread Viorel Munteanu
commit: 5d9480c0ea32768c516947dd2868e7fe4343
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar  9 22:04:47 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar  9 22:15:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d9480c0

games-util/itch-bin: drop 25.4.1

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/itch-bin/Manifest   |   1 -
 games-util/itch-bin/files/itch-bin.png | Bin 15281 -> 0 bytes
 games-util/itch-bin/itch-bin-25.4.1.ebuild |  53 -
 3 files changed, 54 deletions(-)

diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index 29099a9d3..d5afea702 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1,2 +1 @@
-DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 
9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01
 SHA512 
6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a
 DIST itch-bin-25.5.1.zip 81447648 BLAKE2B 
5c0ef34b71d5ba1f771a8e8ba8fa9b012df17a2109061837af6a3d86e94c97a61c564d9752d550cc30be9f306543a622badc3c7165465a5c0fb48966f800a52e
 SHA512 
17a55680570c6a2bf82336b1825742f6b1d64158c97cf1a8734688957d642e6ea48d9b9526fef9cf81f1c5869e5425111e90b94d2154966addd504dc3f66530d

diff --git a/games-util/itch-bin/files/itch-bin.png 
b/games-util/itch-bin/files/itch-bin.png
deleted file mode 100644
index c62cc0a04..0
Binary files a/games-util/itch-bin/files/itch-bin.png and /dev/null differ

diff --git a/games-util/itch-bin/itch-bin-25.4.1.ebuild 
b/games-util/itch-bin/itch-bin-25.4.1.ebuild
deleted file mode 100644
index 1df8a51fa..0
--- a/games-util/itch-bin/itch-bin-25.4.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="itch.io game browser, installer and launcher"
-HOMEPAGE="https://itch.io/;
-SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> 
${P}.zip"
-
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="|| ( app-arch/zip app-arch/unzip )"
-RDEPEND="
-   x11-libs/gtk+:3[X,cups]
-   x11-libs/libXtst
-   gnome-base/gconf
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/freetype
-   x11-libs/pixman
-   media-libs/libpng:*
-   dev-libs/libpcre
-   net-dns/libidn2
-   net-libs/gnutls
-   dev-libs/libbsd
-   sys-apps/util-linux
-   media-gfx/graphite2
-"
-
-QA_PREBUILT="
-   /opt/itch-bin/itch
-   /opt/itch-bin/libffmpeg.so
-"
-
-S="${WORKDIR}"
-
-src_install() {
-   local destdir="${EPREFIX}/opt/${PN}"
-   insinto "${destdir}"
-   doins -r locales resources
-   doins *.pak *.dat *.bin libffmpeg.so
-
-   exeinto "${destdir}"
-   doexe itch
-   dosym "${destdir}/itch" /usr/bin/itch-bin
-
-   doicon -s 512 "${FILESDIR}/itch-bin.png"
-   make_desktop_entry itch-bin Itch itch-bin Network
-}



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/

2021-05-16 Thread Andrew Ammerlaan
commit: a062bbad0eb5fd1950fb7a5f0c550b1528751626
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat May 15 20:51:52 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat May 15 20:51:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a062bbad

games-util/itch-bin: Remove old ebuild.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/itch-bin/itch-bin-25.5.1.ebuild | 57 --
 1 file changed, 57 deletions(-)

diff --git a/games-util/itch-bin/itch-bin-25.5.1.ebuild 
b/games-util/itch-bin/itch-bin-25.5.1.ebuild
deleted file mode 100644
index 51f7a05e2..0
--- a/games-util/itch-bin/itch-bin-25.5.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="itch.io game browser, installer and launcher"
-HOMEPAGE="https://itch.io/;
-SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> 
${P}.zip"
-
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="app-arch/unzip"
-RDEPEND="
-   x11-libs/gtk+:3[X,cups]
-   x11-libs/libXtst
-   gnome-base/gconf
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/freetype
-   x11-libs/pixman
-   media-libs/libpng:*
-   dev-libs/libpcre
-   net-dns/libidn2
-   net-libs/gnutls
-   dev-libs/libbsd
-   sys-apps/util-linux
-   media-gfx/graphite2
-   media-libs/vulkan-loader
-   media-video/ffmpeg[chromium]
-"
-
-QA_PREBUILT="
-   /opt/itch-bin/itch
-   /opt/itch-bin/libvk_swiftshader.so
-"
-
-S="${WORKDIR}"
-
-src_install() {
-   local destdir="${EPREFIX}/opt/${PN}"
-   insinto "${destdir}"
-   doins -r locales resources
-   doins *.pak *.dat *.bin *.json version libvk_swiftshader.so
-
-   exeinto "${destdir}"
-   doexe itch
-   dosym "${destdir}/itch" /usr/bin/itch-bin
-
-   newicon -s 256 "resources/app/src/static/images/tray/itch.png" 
"${PN}.png"
-   newicon -s 128 "resources/app/src/static/images/window/itch/icon.png" 
"${PN}.png"
-
-   make_desktop_entry itch-bin Itch itch-bin "Network;Game"
-}



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/

2021-05-16 Thread Andrew Ammerlaan
commit: 071f8234761f37e2dfb14e03d3842b9cf6ee2570
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat May 15 18:20:56 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat May 15 20:41:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=071f8234

games-util/itch-bin: Add system-ffmpeg use-flag.

Add a symlink to system libffmpeg.so if the use-flag is
active. Workaround for bug 710944.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/itch-bin/itch-bin-25.5.1-r1.ebuild | 65 +++
 games-util/itch-bin/metadata.xml  |  3 ++
 2 files changed, 68 insertions(+)

diff --git a/games-util/itch-bin/itch-bin-25.5.1-r1.ebuild 
b/games-util/itch-bin/itch-bin-25.5.1-r1.ebuild
new file mode 100644
index 0..048859c6e
--- /dev/null
+++ b/games-util/itch-bin/itch-bin-25.5.1-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="itch.io game browser, installer and launcher"
+HOMEPAGE="https://itch.io/;
+SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> 
${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+IUSE="system-ffmpeg"
+
+BDEPEND="app-arch/unzip"
+RDEPEND="
+   x11-libs/gtk+:3[X,cups]
+   x11-libs/libXtst
+   gnome-base/gconf
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/freetype
+   x11-libs/pixman
+   media-libs/libpng:*
+   dev-libs/libpcre
+   net-dns/libidn2
+   net-libs/gnutls
+   dev-libs/libbsd
+   sys-apps/util-linux
+   media-gfx/graphite2
+   media-libs/vulkan-loader
+   system-ffmpeg? ( media-video/ffmpeg[chromium] )
+"
+
+QA_PREBUILT="
+   /opt/itch-bin/itch
+   /opt/itch-bin/libvk_swiftshader.so
+   !system-ffmpeg? ( /opt/itch-bin/libffmpeg.so )
+"
+
+S="${WORKDIR}"
+
+src_install() {
+   local destdir="${EPREFIX}/opt/${PN}"
+   insinto "${destdir}"
+   doins -r locales resources
+   doins *.pak *.dat *.bin *.json version libvk_swiftshader.so
+
+   if use system-ffmpeg; then  # bug 710944
+   rm libffmpeg.so || die
+   ln -s "${EPREFIX}/usr/$(get_libdir)/chromium/libffmpeg.so" || 
die
+   fi
+   doins libffmpeg.so
+
+   exeinto "${destdir}"
+   doexe itch
+   dosym "${destdir}/itch" /usr/bin/itch-bin
+
+   newicon -s 256 "resources/app/src/static/images/tray/itch.png" 
"${PN}.png"
+   newicon -s 128 "resources/app/src/static/images/window/itch/icon.png" 
"${PN}.png"
+
+   make_desktop_entry itch-bin Itch itch-bin "Network;Game"
+}

diff --git a/games-util/itch-bin/metadata.xml b/games-util/itch-bin/metadata.xml
index 3f5d07f96..ec180787c 100644
--- a/games-util/itch-bin/metadata.xml
+++ b/games-util/itch-bin/metadata.xml
@@ -8,4 +8,7 @@

itchio/itch

+   
+   Use the system-wide 
media-video/ffmpeg instead of bundled.
+   
 



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/

2021-05-12 Thread Andrew Ammerlaan
commit: 5b44b16a316c642f79bddb4e1c45fb7c9f0be8d4
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed May 12 03:56:23 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May 12 03:57:02 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b44b16a

games-util/itch-bin: Remove old ebuild.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/itch-bin/Manifest   |  1 -
 games-util/itch-bin/itch-bin-25.4.0.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index 95229ea33..29099a9d3 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1,3 +1,2 @@
-DIST itch-bin-25.4.0.zip 62941242 BLAKE2B 
c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2
 SHA512 
6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d
 DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 
9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01
 SHA512 
6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a
 DIST itch-bin-25.5.1.zip 81447648 BLAKE2B 
5c0ef34b71d5ba1f771a8e8ba8fa9b012df17a2109061837af6a3d86e94c97a61c564d9752d550cc30be9f306543a622badc3c7165465a5c0fb48966f800a52e
 SHA512 
17a55680570c6a2bf82336b1825742f6b1d64158c97cf1a8734688957d642e6ea48d9b9526fef9cf81f1c5869e5425111e90b94d2154966addd504dc3f66530d

diff --git a/games-util/itch-bin/itch-bin-25.4.0.ebuild 
b/games-util/itch-bin/itch-bin-25.4.0.ebuild
deleted file mode 100644
index 290e04f54..0
--- a/games-util/itch-bin/itch-bin-25.4.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="itch.io game browser, installer and launcher"
-HOMEPAGE="https://itch.io/;
-SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> 
${P}.zip"
-
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="|| ( app-arch/zip app-arch/unzip )"
-RDEPEND="
-   x11-libs/gtk+:3[X,cups]
-   x11-libs/libXtst
-   gnome-base/gconf
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/freetype
-   x11-libs/pixman
-   media-libs/libpng:*
-   dev-libs/libpcre
-   net-dns/libidn2
-   net-libs/gnutls
-   dev-libs/libbsd
-   sys-apps/util-linux
-   media-gfx/graphite2
-"
-
-QA_PREBUILT="
-   /opt/itch-bin/itch
-   /opt/itch-bin/libffmpeg.so
-   /opt/itch-bin/libnode.so
-"
-
-S="${WORKDIR}"
-
-src_install() {
-   local destdir="${EPREFIX}/opt/${PN}"
-   insinto "${destdir}"
-   doins -r locales resources
-   doins *.pak *.dat *.bin libnode.so libffmpeg.so
-
-   exeinto "${destdir}"
-   doexe itch
-   dosym "${destdir}/itch" /usr/bin/itch-bin
-
-   doicon -s 512 "${FILESDIR}/itch-bin.png"
-   make_desktop_entry itch-bin Itch itch-bin Network
-}



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/

2021-05-12 Thread Andrew Ammerlaan
commit: a513e0e89c206651e0557f13113704ddec2227ba
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed May 12 03:52:11 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May 12 03:56:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a513e0e8

games-util/itch-bin: Version bump 25.5.1.

- Unbundle libffmpeg.so and libvulkan.so
- Use icon from zip
- Fix desktop entry

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/itch-bin/Manifest   |  1 +
 games-util/itch-bin/itch-bin-25.5.1.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index f32ef703d..95229ea33 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1,2 +1,3 @@
 DIST itch-bin-25.4.0.zip 62941242 BLAKE2B 
c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2
 SHA512 
6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d
 DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 
9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01
 SHA512 
6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a
+DIST itch-bin-25.5.1.zip 81447648 BLAKE2B 
5c0ef34b71d5ba1f771a8e8ba8fa9b012df17a2109061837af6a3d86e94c97a61c564d9752d550cc30be9f306543a622badc3c7165465a5c0fb48966f800a52e
 SHA512 
17a55680570c6a2bf82336b1825742f6b1d64158c97cf1a8734688957d642e6ea48d9b9526fef9cf81f1c5869e5425111e90b94d2154966addd504dc3f66530d

diff --git a/games-util/itch-bin/itch-bin-25.5.1.ebuild 
b/games-util/itch-bin/itch-bin-25.5.1.ebuild
new file mode 100644
index 0..51f7a05e2
--- /dev/null
+++ b/games-util/itch-bin/itch-bin-25.5.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="itch.io game browser, installer and launcher"
+HOMEPAGE="https://itch.io/;
+SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> 
${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="app-arch/unzip"
+RDEPEND="
+   x11-libs/gtk+:3[X,cups]
+   x11-libs/libXtst
+   gnome-base/gconf
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/freetype
+   x11-libs/pixman
+   media-libs/libpng:*
+   dev-libs/libpcre
+   net-dns/libidn2
+   net-libs/gnutls
+   dev-libs/libbsd
+   sys-apps/util-linux
+   media-gfx/graphite2
+   media-libs/vulkan-loader
+   media-video/ffmpeg[chromium]
+"
+
+QA_PREBUILT="
+   /opt/itch-bin/itch
+   /opt/itch-bin/libvk_swiftshader.so
+"
+
+S="${WORKDIR}"
+
+src_install() {
+   local destdir="${EPREFIX}/opt/${PN}"
+   insinto "${destdir}"
+   doins -r locales resources
+   doins *.pak *.dat *.bin *.json version libvk_swiftshader.so
+
+   exeinto "${destdir}"
+   doexe itch
+   dosym "${destdir}/itch" /usr/bin/itch-bin
+
+   newicon -s 256 "resources/app/src/static/images/tray/itch.png" 
"${PN}.png"
+   newicon -s 128 "resources/app/src/static/images/window/itch/icon.png" 
"${PN}.png"
+
+   make_desktop_entry itch-bin Itch itch-bin "Network;Game"
+}



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/

2021-04-08 Thread Andrew Ammerlaan
commit: 13600b88e6c0aabc9e3c6e7fd4d4fe912b26a2c2
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Apr  8 14:18:25 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Apr  8 14:18:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13600b88

games-util/itch-bin: Add dependency: x11-libs/libXtst.

Closes: https://bugs.gentoo.org/780978

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/itch-bin/itch-bin-25.4.0.ebuild | 3 ++-
 games-util/itch-bin/itch-bin-25.4.1.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-util/itch-bin/itch-bin-25.4.0.ebuild 
b/games-util/itch-bin/itch-bin-25.4.0.ebuild
index abd7f7d93..290e04f54 100644
--- a/games-util/itch-bin/itch-bin-25.4.0.ebuild
+++ b/games-util/itch-bin/itch-bin-25.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,6 +16,7 @@ SLOT="0"
 BDEPEND="|| ( app-arch/zip app-arch/unzip )"
 RDEPEND="
x11-libs/gtk+:3[X,cups]
+   x11-libs/libXtst
gnome-base/gconf
dev-libs/nss
media-libs/alsa-lib

diff --git a/games-util/itch-bin/itch-bin-25.4.1.ebuild 
b/games-util/itch-bin/itch-bin-25.4.1.ebuild
index 6eee90584..1df8a51fa 100644
--- a/games-util/itch-bin/itch-bin-25.4.1.ebuild
+++ b/games-util/itch-bin/itch-bin-25.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,6 +16,7 @@ SLOT="0"
 BDEPEND="|| ( app-arch/zip app-arch/unzip )"
 RDEPEND="
x11-libs/gtk+:3[X,cups]
+   x11-libs/libXtst
gnome-base/gconf
dev-libs/nss
media-libs/alsa-lib



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/

2020-08-29 Thread Andrew Ammerlaan
commit: 84ab8aa2301cf73f86539d8a3720f97da01aaf52
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat Aug 29 06:00:33 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Aug 29 06:00:33 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84ab8aa2

games-util/itch-bin: Remove libnode.so from  QA_PREBUILT.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/itch-bin/itch-bin-25.4.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games-util/itch-bin/itch-bin-25.4.1.ebuild 
b/games-util/itch-bin/itch-bin-25.4.1.ebuild
index 3efc412..6eee905 100644
--- a/games-util/itch-bin/itch-bin-25.4.1.ebuild
+++ b/games-util/itch-bin/itch-bin-25.4.1.ebuild
@@ -33,7 +33,6 @@ RDEPEND="
 QA_PREBUILT="
/opt/itch-bin/itch
/opt/itch-bin/libffmpeg.so
-   /opt/itch-bin/libnode.so
 "
 
 S="${WORKDIR}"



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/

2020-08-29 Thread Andrew Ammerlaan
commit: 55b4038b6e71c9840f8eb0a1c6303345a7b916f0
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Aug 28 17:50:02 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Fri Aug 28 17:51:13 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55b4038b

games-util/itch-bin: Version bump 25.4.1

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/itch-bin/Manifest   |  1 +
 games-util/itch-bin/itch-bin-25.4.1.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index 7a0a6cf..f32ef70 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1 +1,2 @@
 DIST itch-bin-25.4.0.zip 62941242 BLAKE2B 
c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2
 SHA512 
6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d
+DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 
9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01
 SHA512 
6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a

diff --git a/games-util/itch-bin/itch-bin-25.4.1.ebuild 
b/games-util/itch-bin/itch-bin-25.4.1.ebuild
new file mode 100644
index 000..3efc412
--- /dev/null
+++ b/games-util/itch-bin/itch-bin-25.4.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="itch.io game browser, installer and launcher"
+HOMEPAGE="https://itch.io/;
+SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> 
${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="|| ( app-arch/zip app-arch/unzip )"
+RDEPEND="
+   x11-libs/gtk+:3[X,cups]
+   gnome-base/gconf
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/freetype
+   x11-libs/pixman
+   media-libs/libpng:*
+   dev-libs/libpcre
+   net-dns/libidn2
+   net-libs/gnutls
+   dev-libs/libbsd
+   sys-apps/util-linux
+   media-gfx/graphite2
+"
+
+QA_PREBUILT="
+   /opt/itch-bin/itch
+   /opt/itch-bin/libffmpeg.so
+   /opt/itch-bin/libnode.so
+"
+
+S="${WORKDIR}"
+
+src_install() {
+   local destdir="${EPREFIX}/opt/${PN}"
+   insinto "${destdir}"
+   doins -r locales resources
+   doins *.pak *.dat *.bin libffmpeg.so
+
+   exeinto "${destdir}"
+   doexe itch
+   dosym "${destdir}/itch" /usr/bin/itch-bin
+
+   doicon -s 512 "${FILESDIR}/itch-bin.png"
+   make_desktop_entry itch-bin Itch itch-bin Network
+}



[gentoo-commits] repo/proj/guru:master commit in: games-util/itch-bin/, games-util/itch-bin/files/

2020-06-10 Thread Andrew Ammerlaan
commit: 09fbc8ec4134626674dad26414dc05c22ff4db4a
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed Jun 10 00:47:44 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Jun 10 00:53:31 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09fbc8ec

games-util/itch-bin: New package.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/itch-bin/Manifest   |   1 +
 games-util/itch-bin/files/itch-bin.png | Bin 0 -> 15281 bytes
 games-util/itch-bin/itch-bin-25.4.0.ebuild |  53 +
 games-util/itch-bin/metadata.xml   |  11 ++
 4 files changed, 65 insertions(+)

diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
new file mode 100644
index 000..7a0a6cf
--- /dev/null
+++ b/games-util/itch-bin/Manifest
@@ -0,0 +1 @@
+DIST itch-bin-25.4.0.zip 62941242 BLAKE2B 
c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2
 SHA512 
6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d

diff --git a/games-util/itch-bin/files/itch-bin.png 
b/games-util/itch-bin/files/itch-bin.png
new file mode 100644
index 000..c62cc0a
Binary files /dev/null and b/games-util/itch-bin/files/itch-bin.png differ

diff --git a/games-util/itch-bin/itch-bin-25.4.0.ebuild 
b/games-util/itch-bin/itch-bin-25.4.0.ebuild
new file mode 100644
index 000..abd7f7d
--- /dev/null
+++ b/games-util/itch-bin/itch-bin-25.4.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="itch.io game browser, installer and launcher"
+HOMEPAGE="https://itch.io/;
+SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> 
${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="|| ( app-arch/zip app-arch/unzip )"
+RDEPEND="
+   x11-libs/gtk+:3[X,cups]
+   gnome-base/gconf
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/freetype
+   x11-libs/pixman
+   media-libs/libpng:*
+   dev-libs/libpcre
+   net-dns/libidn2
+   net-libs/gnutls
+   dev-libs/libbsd
+   sys-apps/util-linux
+   media-gfx/graphite2
+"
+
+QA_PREBUILT="
+   /opt/itch-bin/itch
+   /opt/itch-bin/libffmpeg.so
+   /opt/itch-bin/libnode.so
+"
+
+S="${WORKDIR}"
+
+src_install() {
+   local destdir="${EPREFIX}/opt/${PN}"
+   insinto "${destdir}"
+   doins -r locales resources
+   doins *.pak *.dat *.bin libnode.so libffmpeg.so
+
+   exeinto "${destdir}"
+   doexe itch
+   dosym "${destdir}/itch" /usr/bin/itch-bin
+
+   doicon -s 512 "${FILESDIR}/itch-bin.png"
+   make_desktop_entry itch-bin Itch itch-bin Network
+}

diff --git a/games-util/itch-bin/metadata.xml b/games-util/itch-bin/metadata.xml
new file mode 100644
index 000..3f5d07f
--- /dev/null
+++ b/games-util/itch-bin/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gen...@tastytea.de
+   Ronny (tastytea) Gutbrod
+   
+   
+   itchio/itch
+   
+