[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2024-05-24 Thread Ronny Gutbrod
commit: 932d5e4de75a29a2a19f3d870a58ea0e46c4533a
Author: tastytea  tastytea  de>
AuthorDate: Fri May 24 10:29:47 2024 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri May 24 10:29:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=932d5e4d

gui-apps/intiface-central-bin: drop 2.5.5

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 -
 .../intiface-central-bin-2.5.5.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index 32e8ae319..e4aba0f79 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,2 +1 @@
-DIST intiface-central-v2.5.5-linux-ubuntu-22.04-x64.zip 39887250 BLAKE2B 
d854274adcac9d06ee412142908d77f6332f12178bfb45cd7895cba014d2227ae2a56220d553af2381029c9aa2c6c93634a9872fdfcc9aa6ec69def0fdcd0710
 SHA512 
81b4b604c417df1d6d5b4246207c2847eb861543e3722c79c72781a57aa7f1ffdbdbfa079741b9cb42ee98b33f7e36a0c6df7963d1b0eb9c52d0eb9ef6c49086
 DIST intiface-central-v2.5.7-linux-ubuntu-22.04-x64.zip 19978864 BLAKE2B 
0e22f90eaf464fae0463f31a6a1537154956c44e04a91514aca2f097c4f2494d802b1e40e762b2e7f639efaf142b9fed56384fe5d1e167afba39132678554049
 SHA512 
be855842b3150e7e9f972502dc2711051528305419c135c525ac3d2d5b5002e1c923d91fee9d533e170f05d29bc0047e2772b8e10ba8373c10eb7d4ce034e4eb

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild
deleted file mode 100644
index 8dccf7be9..0
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="Buttplug frontend application"
-HOMEPAGE="https://github.com/intiface/intiface-central;
-SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-ubuntu-22.04-x64.zip;
-S="${WORKDIR}/${PN/-bin/}-v${PV}-linux-ubuntu-22.04-x64"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   app-accessibility/at-spi2-core
-   media-gfx/graphite2
-   sys-apps/dbus
-   sys-apps/systemd-utils
-   x11-libs/gtk+:3[X]
-   dev-libs/openssl:0/3
-"
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="
-   opt/${PN}/lib/*.so
-   opt/${PN}/intiface_central
-"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r .
-   fperms +x /opt/${PN}/intiface_central
-
-   cat << EOF > intiface_central
-#!/bin/sh
-cd /opt/${PN}
-./intiface_central "\${@}"
-EOF
-   dobin intiface_central
-
-   newicon --size 512 \
-   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
-
-   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
-}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2024-05-24 Thread Ronny Gutbrod
commit: 7d664fbfae53a703e99dc134b43983f2ac118baa
Author: tastytea  tastytea  de>
AuthorDate: Fri May 24 10:28:07 2024 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri May 24 10:28:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d664fbf

gui-apps/intiface-central-bin: explicitly add dependencies

they were pulled in by other dependencies before, so no revbump

Closes: https://bugs.gentoo.org/932605
Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild
index 23ba73ce7..00284d6a1 100644
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild
@@ -16,11 +16,16 @@ KEYWORDS="~amd64"
 
 RDEPEND="
app-accessibility/at-spi2-core
+   dev-libs/glib
+   dev-libs/openssl:0/3
media-gfx/graphite2
+   media-libs/harfbuzz
sys-apps/dbus
sys-apps/systemd-utils
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
x11-libs/gtk+:3[X]
-   dev-libs/openssl:0/3
+   x11-libs/pango
 "
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2024-04-25 Thread Ronny Gutbrod
commit: 2fa5619052620f793a75dd05f61ddc9b3dad51c6
Author: tastytea  tastytea  de>
AuthorDate: Thu Apr 25 10:50:25 2024 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Apr 25 10:50:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fa56190

gui-apps/intiface-central-bin: drop 2.5.3

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 -
 .../intiface-central-bin-2.5.3.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index a488a42572..32e8ae3197 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,3 +1,2 @@
-DIST intiface-central-v2.5.3-linux-ubuntu-22.04-x64.zip 19222068 BLAKE2B 
05a2e33c5aeae2a839fcdbd5bc2fc5b58c8af0d985b962a158fd412bfbe60a5cd0cb350e62f6b76473a8ca6349579b610fe1702a2c8077bb8e54bd76e21a34ae
 SHA512 
904bd8d24a8982aed7bfd510022081d077897e3900859556ff0a93b3c6f87757f20c84a65cb398595656f6f5ebc54655b7fd85b119491f5ddb0d962c8c9a470b
 DIST intiface-central-v2.5.5-linux-ubuntu-22.04-x64.zip 39887250 BLAKE2B 
d854274adcac9d06ee412142908d77f6332f12178bfb45cd7895cba014d2227ae2a56220d553af2381029c9aa2c6c93634a9872fdfcc9aa6ec69def0fdcd0710
 SHA512 
81b4b604c417df1d6d5b4246207c2847eb861543e3722c79c72781a57aa7f1ffdbdbfa079741b9cb42ee98b33f7e36a0c6df7963d1b0eb9c52d0eb9ef6c49086
 DIST intiface-central-v2.5.7-linux-ubuntu-22.04-x64.zip 19978864 BLAKE2B 
0e22f90eaf464fae0463f31a6a1537154956c44e04a91514aca2f097c4f2494d802b1e40e762b2e7f639efaf142b9fed56384fe5d1e167afba39132678554049
 SHA512 
be855842b3150e7e9f972502dc2711051528305419c135c525ac3d2d5b5002e1c923d91fee9d533e170f05d29bc0047e2772b8e10ba8373c10eb7d4ce034e4eb

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.3.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.3.ebuild
deleted file mode 100644
index b53185ad92..00
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="Buttplug frontend application"
-HOMEPAGE="https://github.com/intiface/intiface-central;
-SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-ubuntu-22.04-x64.zip;
-S="${WORKDIR}/${PN/-bin/}-v${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   app-accessibility/at-spi2-core
-   media-gfx/graphite2
-   sys-apps/dbus
-   sys-apps/systemd-utils
-   x11-libs/gtk+:3[X]
-   dev-libs/openssl:0/3
-"
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="
-   opt/${PN}/lib/*.so
-   opt/${PN}/intiface_central
-"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r .
-   fperms +x /opt/${PN}/intiface_central
-
-   cat << EOF > intiface_central
-#!/bin/sh
-cd /opt/${PN}
-./intiface_central "\${@}"
-EOF
-   dobin intiface_central
-
-   newicon --size 512 \
-   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
-
-   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
-}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2024-04-25 Thread Ronny Gutbrod
commit: 548fa3a56d291b70d3bd081a85bec36240f278cf
Author: tastytea  tastytea  de>
AuthorDate: Thu Apr 25 10:50:06 2024 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Apr 25 10:50:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=548fa3a5

gui-apps/intiface-central-bin: add 2.5.7

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 +
 .../intiface-central-bin-2.5.7.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index 868d059461..a488a42572 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,2 +1,3 @@
 DIST intiface-central-v2.5.3-linux-ubuntu-22.04-x64.zip 19222068 BLAKE2B 
05a2e33c5aeae2a839fcdbd5bc2fc5b58c8af0d985b962a158fd412bfbe60a5cd0cb350e62f6b76473a8ca6349579b610fe1702a2c8077bb8e54bd76e21a34ae
 SHA512 
904bd8d24a8982aed7bfd510022081d077897e3900859556ff0a93b3c6f87757f20c84a65cb398595656f6f5ebc54655b7fd85b119491f5ddb0d962c8c9a470b
 DIST intiface-central-v2.5.5-linux-ubuntu-22.04-x64.zip 39887250 BLAKE2B 
d854274adcac9d06ee412142908d77f6332f12178bfb45cd7895cba014d2227ae2a56220d553af2381029c9aa2c6c93634a9872fdfcc9aa6ec69def0fdcd0710
 SHA512 
81b4b604c417df1d6d5b4246207c2847eb861543e3722c79c72781a57aa7f1ffdbdbfa079741b9cb42ee98b33f7e36a0c6df7963d1b0eb9c52d0eb9ef6c49086
+DIST intiface-central-v2.5.7-linux-ubuntu-22.04-x64.zip 19978864 BLAKE2B 
0e22f90eaf464fae0463f31a6a1537154956c44e04a91514aca2f097c4f2494d802b1e40e762b2e7f639efaf142b9fed56384fe5d1e167afba39132678554049
 SHA512 
be855842b3150e7e9f972502dc2711051528305419c135c525ac3d2d5b5002e1c923d91fee9d533e170f05d29bc0047e2772b8e10ba8373c10eb7d4ce034e4eb

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild
new file mode 100644
index 00..23ba73ce78
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.7.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Buttplug frontend application"
+HOMEPAGE="https://github.com/intiface/intiface-central;
+SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-ubuntu-22.04-x64.zip;
+S="${WORKDIR}/${PN/-bin/}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-core
+   media-gfx/graphite2
+   sys-apps/dbus
+   sys-apps/systemd-utils
+   x11-libs/gtk+:3[X]
+   dev-libs/openssl:0/3
+"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="
+   opt/${PN}/lib/*.so
+   opt/${PN}/intiface_central
+"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r .
+   fperms +x /opt/${PN}/intiface_central
+
+   cat << EOF > intiface_central
+#!/bin/sh
+cd /opt/${PN}
+./intiface_central "\${@}"
+EOF
+   dobin intiface_central
+
+   newicon --size 512 \
+   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
+
+   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2024-02-21 Thread Ronny Gutbrod
commit: 7e40f20b81425822fb7fdd789d5c69628cef306a
Author: tastytea  tastytea  de>
AuthorDate: Wed Feb 21 08:56:29 2024 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Feb 21 08:57:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e40f20b

gui-apps/intiface-central-bin: add 2.5.5

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 +
 .../intiface-central-bin-2.5.5.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index bdf6a3f8e4..b78bd035d7 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,2 +1,3 @@
 DIST intiface-central-v2.5.0-linux-x64.zip 18691459 BLAKE2B 
82580131220ddb6a498a887bc4c76c782681dc4a2b64845b654e186933d1f4eff9e2b967627e57e683f8488d1b57a7e252707fbd7ec24042426b15bcd13b1363
 SHA512 
219ae95723dab9c3e256060043119fbfcda23a37ba999110f9699c8d2d9e15d5099941b110893a465fbb6c42e573fd17030d7abf132e3cc7db5c76070b18b17c
 DIST intiface-central-v2.5.3-linux-ubuntu-22.04-x64.zip 19222068 BLAKE2B 
05a2e33c5aeae2a839fcdbd5bc2fc5b58c8af0d985b962a158fd412bfbe60a5cd0cb350e62f6b76473a8ca6349579b610fe1702a2c8077bb8e54bd76e21a34ae
 SHA512 
904bd8d24a8982aed7bfd510022081d077897e3900859556ff0a93b3c6f87757f20c84a65cb398595656f6f5ebc54655b7fd85b119491f5ddb0d962c8c9a470b
+DIST intiface-central-v2.5.5-linux-ubuntu-22.04-x64.zip 39887250 BLAKE2B 
d854274adcac9d06ee412142908d77f6332f12178bfb45cd7895cba014d2227ae2a56220d553af2381029c9aa2c6c93634a9872fdfcc9aa6ec69def0fdcd0710
 SHA512 
81b4b604c417df1d6d5b4246207c2847eb861543e3722c79c72781a57aa7f1ffdbdbfa079741b9cb42ee98b33f7e36a0c6df7963d1b0eb9c52d0eb9ef6c49086

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild
new file mode 100644
index 00..8dccf7be9a
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Buttplug frontend application"
+HOMEPAGE="https://github.com/intiface/intiface-central;
+SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-ubuntu-22.04-x64.zip;
+S="${WORKDIR}/${PN/-bin/}-v${PV}-linux-ubuntu-22.04-x64"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-core
+   media-gfx/graphite2
+   sys-apps/dbus
+   sys-apps/systemd-utils
+   x11-libs/gtk+:3[X]
+   dev-libs/openssl:0/3
+"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="
+   opt/${PN}/lib/*.so
+   opt/${PN}/intiface_central
+"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r .
+   fperms +x /opt/${PN}/intiface_central
+
+   cat << EOF > intiface_central
+#!/bin/sh
+cd /opt/${PN}
+./intiface_central "\${@}"
+EOF
+   dobin intiface_central
+
+   newicon --size 512 \
+   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
+
+   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2024-02-21 Thread Ronny Gutbrod
commit: 677b95a51a69d7465ec960414f45fc295728883d
Author: tastytea  tastytea  de>
AuthorDate: Wed Feb 21 08:56:54 2024 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Feb 21 08:57:08 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=677b95a5

gui-apps/intiface-central-bin: drop 2.5.0

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 -
 .../intiface-central-bin-2.5.0.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index b78bd035d7..868d059461 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,3 +1,2 @@
-DIST intiface-central-v2.5.0-linux-x64.zip 18691459 BLAKE2B 
82580131220ddb6a498a887bc4c76c782681dc4a2b64845b654e186933d1f4eff9e2b967627e57e683f8488d1b57a7e252707fbd7ec24042426b15bcd13b1363
 SHA512 
219ae95723dab9c3e256060043119fbfcda23a37ba999110f9699c8d2d9e15d5099941b110893a465fbb6c42e573fd17030d7abf132e3cc7db5c76070b18b17c
 DIST intiface-central-v2.5.3-linux-ubuntu-22.04-x64.zip 19222068 BLAKE2B 
05a2e33c5aeae2a839fcdbd5bc2fc5b58c8af0d985b962a158fd412bfbe60a5cd0cb350e62f6b76473a8ca6349579b610fe1702a2c8077bb8e54bd76e21a34ae
 SHA512 
904bd8d24a8982aed7bfd510022081d077897e3900859556ff0a93b3c6f87757f20c84a65cb398595656f6f5ebc54655b7fd85b119491f5ddb0d962c8c9a470b
 DIST intiface-central-v2.5.5-linux-ubuntu-22.04-x64.zip 39887250 BLAKE2B 
d854274adcac9d06ee412142908d77f6332f12178bfb45cd7895cba014d2227ae2a56220d553af2381029c9aa2c6c93634a9872fdfcc9aa6ec69def0fdcd0710
 SHA512 
81b4b604c417df1d6d5b4246207c2847eb861543e3722c79c72781a57aa7f1ffdbdbfa079741b9cb42ee98b33f7e36a0c6df7963d1b0eb9c52d0eb9ef6c49086

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild
deleted file mode 100644
index 5561775b83..00
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="Buttplug frontend application"
-HOMEPAGE="https://github.com/intiface/intiface-central;
-SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-x64.zip;
-S="${WORKDIR}/intiface_central_v${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   app-accessibility/at-spi2-core
-   media-gfx/graphite2
-   sys-apps/dbus
-   sys-apps/systemd-utils
-   x11-libs/gtk+:3[X]
-   dev-libs/openssl:0/3
-"
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="
-   opt/${PN}/lib/*.so
-   opt/${PN}/intiface_central
-"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r .
-   fperms +x /opt/${PN}/intiface_central
-
-   cat << EOF > intiface_central
-#!/bin/sh
-cd /opt/${PN}
-./intiface_central "\${@}"
-EOF
-   dobin intiface_central
-
-   newicon --size 512 \
-   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
-
-   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
-}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-12-22 Thread Ronny Gutbrod
commit: 2f0e1345ecb1775996796cc5f382171fefc66d77
Author: tastytea  tastytea  de>
AuthorDate: Fri Dec 22 14:31:13 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Dec 22 14:32:55 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f0e1345

gui-apps/intiface-central-bin: add 2.5.3

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 +
 .../intiface-central-bin-2.5.3.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index feecfe73f9..62c49e89ec 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,2 +1,3 @@
 DIST intiface-central-v2.4.3-linux-x64.zip 18116303 BLAKE2B 
5d4b8f16bd0f97d42c2ab10db1954d6e7b123842bec707a74cbfd4b10edda19a5415a9140a8b93e579d5fb165e8bd6d2d8899086393fcbfd69fed7055c361d07
 SHA512 
e113b8497caea713117a5e1c762994bddf1c7c78b9e85532e17432dce7f2fa32584d5d3db388fcb6512706ad482238d1eb4ce854668920ee56150caa9e819036
 DIST intiface-central-v2.5.0-linux-x64.zip 18691459 BLAKE2B 
82580131220ddb6a498a887bc4c76c782681dc4a2b64845b654e186933d1f4eff9e2b967627e57e683f8488d1b57a7e252707fbd7ec24042426b15bcd13b1363
 SHA512 
219ae95723dab9c3e256060043119fbfcda23a37ba999110f9699c8d2d9e15d5099941b110893a465fbb6c42e573fd17030d7abf132e3cc7db5c76070b18b17c
+DIST intiface-central-v2.5.3-linux-ubuntu-22.04-x64.zip 19222068 BLAKE2B 
05a2e33c5aeae2a839fcdbd5bc2fc5b58c8af0d985b962a158fd412bfbe60a5cd0cb350e62f6b76473a8ca6349579b610fe1702a2c8077bb8e54bd76e21a34ae
 SHA512 
904bd8d24a8982aed7bfd510022081d077897e3900859556ff0a93b3c6f87757f20c84a65cb398595656f6f5ebc54655b7fd85b119491f5ddb0d962c8c9a470b

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.3.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.3.ebuild
new file mode 100644
index 00..b53185ad92
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Buttplug frontend application"
+HOMEPAGE="https://github.com/intiface/intiface-central;
+SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-ubuntu-22.04-x64.zip;
+S="${WORKDIR}/${PN/-bin/}-v${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-core
+   media-gfx/graphite2
+   sys-apps/dbus
+   sys-apps/systemd-utils
+   x11-libs/gtk+:3[X]
+   dev-libs/openssl:0/3
+"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="
+   opt/${PN}/lib/*.so
+   opt/${PN}/intiface_central
+"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r .
+   fperms +x /opt/${PN}/intiface_central
+
+   cat << EOF > intiface_central
+#!/bin/sh
+cd /opt/${PN}
+./intiface_central "\${@}"
+EOF
+   dobin intiface_central
+
+   newicon --size 512 \
+   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
+
+   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-12-22 Thread Ronny Gutbrod
commit: b2ff565bf9c9f9a41b9ae655dbcb13123dbaf206
Author: tastytea  tastytea  de>
AuthorDate: Fri Dec 22 14:33:18 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Dec 22 14:33:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2ff565b

gui-apps/intiface-central-bin: drop 2.4.3

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 -
 .../intiface-central-bin-2.4.3.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index 62c49e89ec..bdf6a3f8e4 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,3 +1,2 @@
-DIST intiface-central-v2.4.3-linux-x64.zip 18116303 BLAKE2B 
5d4b8f16bd0f97d42c2ab10db1954d6e7b123842bec707a74cbfd4b10edda19a5415a9140a8b93e579d5fb165e8bd6d2d8899086393fcbfd69fed7055c361d07
 SHA512 
e113b8497caea713117a5e1c762994bddf1c7c78b9e85532e17432dce7f2fa32584d5d3db388fcb6512706ad482238d1eb4ce854668920ee56150caa9e819036
 DIST intiface-central-v2.5.0-linux-x64.zip 18691459 BLAKE2B 
82580131220ddb6a498a887bc4c76c782681dc4a2b64845b654e186933d1f4eff9e2b967627e57e683f8488d1b57a7e252707fbd7ec24042426b15bcd13b1363
 SHA512 
219ae95723dab9c3e256060043119fbfcda23a37ba999110f9699c8d2d9e15d5099941b110893a465fbb6c42e573fd17030d7abf132e3cc7db5c76070b18b17c
 DIST intiface-central-v2.5.3-linux-ubuntu-22.04-x64.zip 19222068 BLAKE2B 
05a2e33c5aeae2a839fcdbd5bc2fc5b58c8af0d985b962a158fd412bfbe60a5cd0cb350e62f6b76473a8ca6349579b610fe1702a2c8077bb8e54bd76e21a34ae
 SHA512 
904bd8d24a8982aed7bfd510022081d077897e3900859556ff0a93b3c6f87757f20c84a65cb398595656f6f5ebc54655b7fd85b119491f5ddb0d962c8c9a470b

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.4.3.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.4.3.ebuild
deleted file mode 100644
index 5561775b83..00
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.4.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="Buttplug frontend application"
-HOMEPAGE="https://github.com/intiface/intiface-central;
-SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-x64.zip;
-S="${WORKDIR}/intiface_central_v${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   app-accessibility/at-spi2-core
-   media-gfx/graphite2
-   sys-apps/dbus
-   sys-apps/systemd-utils
-   x11-libs/gtk+:3[X]
-   dev-libs/openssl:0/3
-"
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="
-   opt/${PN}/lib/*.so
-   opt/${PN}/intiface_central
-"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r .
-   fperms +x /opt/${PN}/intiface_central
-
-   cat << EOF > intiface_central
-#!/bin/sh
-cd /opt/${PN}
-./intiface_central "\${@}"
-EOF
-   dobin intiface_central
-
-   newicon --size 512 \
-   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
-
-   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
-}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-11-03 Thread Ronny Gutbrod
commit: 724607bc7933f1ab160db4921c85842b927cb6b5
Author: tastytea  tastytea  de>
AuthorDate: Fri Nov  3 17:42:13 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Nov  3 17:42:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=724607bc

gui-apps/intiface-central-bin: drop 2.4.0

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 -
 .../intiface-central-bin-2.4.0.ebuild  | 51 --
 2 files changed, 52 deletions(-)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index b83c1911d3..feecfe73f9 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,3 +1,2 @@
-DIST intiface-central-v2.4.0-linux-x64.zip 17462271 BLAKE2B 
80357a03496ec88f0e62b130fa8da39e5eb8826d8372221b8e954ca60231faed57c62fd18a346430f53399f4970bed007cf652456b75088bb4ff80bb1b4fd1d9
 SHA512 
8324c44ee16ce19acb958b77e6a256e640d21c2b9348284bdcaa0bd9b01ddb2c49c176ffbc929a9d116cb4506467234a5b82f33e81aae2b24132f47705487f67
 DIST intiface-central-v2.4.3-linux-x64.zip 18116303 BLAKE2B 
5d4b8f16bd0f97d42c2ab10db1954d6e7b123842bec707a74cbfd4b10edda19a5415a9140a8b93e579d5fb165e8bd6d2d8899086393fcbfd69fed7055c361d07
 SHA512 
e113b8497caea713117a5e1c762994bddf1c7c78b9e85532e17432dce7f2fa32584d5d3db388fcb6512706ad482238d1eb4ce854668920ee56150caa9e819036
 DIST intiface-central-v2.5.0-linux-x64.zip 18691459 BLAKE2B 
82580131220ddb6a498a887bc4c76c782681dc4a2b64845b654e186933d1f4eff9e2b967627e57e683f8488d1b57a7e252707fbd7ec24042426b15bcd13b1363
 SHA512 
219ae95723dab9c3e256060043119fbfcda23a37ba999110f9699c8d2d9e15d5099941b110893a465fbb6c42e573fd17030d7abf132e3cc7db5c76070b18b17c

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild
deleted file mode 100644
index 87487ae199..00
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="Buttplug frontend application"
-HOMEPAGE="https://github.com/intiface/intiface-central;
-SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-x64.zip;
-S="${WORKDIR}/intiface-central-v${PV}-linux-x64"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   app-accessibility/at-spi2-core
-   media-gfx/graphite2
-   sys-apps/dbus
-   sys-apps/systemd-utils
-   x11-libs/gtk+:3[X]
-   || (
-   dev-libs/openssl:0/1.1
-   dev-libs/openssl-compat:1.1.1
-   )
-"
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="
-   opt/${PN}/lib/*.so
-   opt/${PN}/intiface_central
-"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r .
-   fperms +x /opt/${PN}/intiface_central
-
-   cat << EOF > intiface_central
-#!/bin/sh
-cd /opt/${PN}
-./intiface_central "\${@}"
-EOF
-   dobin intiface_central
-
-   newicon --size 512 \
-   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
-
-   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
-}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-11-03 Thread Ronny Gutbrod
commit: 55cdafd4993ad52343fbbdc2229679ea28f4843f
Author: tastytea  tastytea  de>
AuthorDate: Fri Nov  3 17:41:58 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Nov  3 17:42:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55cdafd4

gui-apps/intiface-central-bin: add 2.5.0

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 +
 .../intiface-central-bin-2.5.0.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index 8671402a05..b83c1911d3 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,2 +1,3 @@
 DIST intiface-central-v2.4.0-linux-x64.zip 17462271 BLAKE2B 
80357a03496ec88f0e62b130fa8da39e5eb8826d8372221b8e954ca60231faed57c62fd18a346430f53399f4970bed007cf652456b75088bb4ff80bb1b4fd1d9
 SHA512 
8324c44ee16ce19acb958b77e6a256e640d21c2b9348284bdcaa0bd9b01ddb2c49c176ffbc929a9d116cb4506467234a5b82f33e81aae2b24132f47705487f67
 DIST intiface-central-v2.4.3-linux-x64.zip 18116303 BLAKE2B 
5d4b8f16bd0f97d42c2ab10db1954d6e7b123842bec707a74cbfd4b10edda19a5415a9140a8b93e579d5fb165e8bd6d2d8899086393fcbfd69fed7055c361d07
 SHA512 
e113b8497caea713117a5e1c762994bddf1c7c78b9e85532e17432dce7f2fa32584d5d3db388fcb6512706ad482238d1eb4ce854668920ee56150caa9e819036
+DIST intiface-central-v2.5.0-linux-x64.zip 18691459 BLAKE2B 
82580131220ddb6a498a887bc4c76c782681dc4a2b64845b654e186933d1f4eff9e2b967627e57e683f8488d1b57a7e252707fbd7ec24042426b15bcd13b1363
 SHA512 
219ae95723dab9c3e256060043119fbfcda23a37ba999110f9699c8d2d9e15d5099941b110893a465fbb6c42e573fd17030d7abf132e3cc7db5c76070b18b17c

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild
new file mode 100644
index 00..5561775b83
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Buttplug frontend application"
+HOMEPAGE="https://github.com/intiface/intiface-central;
+SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-x64.zip;
+S="${WORKDIR}/intiface_central_v${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-core
+   media-gfx/graphite2
+   sys-apps/dbus
+   sys-apps/systemd-utils
+   x11-libs/gtk+:3[X]
+   dev-libs/openssl:0/3
+"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="
+   opt/${PN}/lib/*.so
+   opt/${PN}/intiface_central
+"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r .
+   fperms +x /opt/${PN}/intiface_central
+
+   cat << EOF > intiface_central
+#!/bin/sh
+cd /opt/${PN}
+./intiface_central "\${@}"
+EOF
+   dobin intiface_central
+
+   newicon --size 512 \
+   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
+
+   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-07-25 Thread Ronny Gutbrod
commit: 9ac55f30edc6222c774ea8579db82cfa7ddbc28b
Author: tastytea  tastytea  de>
AuthorDate: Tue Jul 25 17:27:03 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Jul 25 17:37:02 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ac55f30

gui-apps/intiface-central-bin: drop 2.3.0-r2

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 -
 .../intiface-central-bin-2.3.0-r2.ebuild   | 51 --
 2 files changed, 52 deletions(-)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index b1ebc1ffa..8671402a0 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,3 +1,2 @@
-DIST intiface-central-v2.3.0-linux-x64.zip 17157804 BLAKE2B 
57176f65e6124a0d46dfe422c42a0b2d7077dc4cef7f59e099c5488c163005c0bbfde435c411e0763800cf43a17f08dbb8da4fbb3c7feec3e6114fe5fa6cc451
 SHA512 
3d6d351e7dccaf851d9fb955fcdfbb1ea5c9a609aeb2a527d08ada591a3772cd95b0c90fe730476c664e19587eb0f2f9aa2c63eb24fc4849c4e0b775d6207049
 DIST intiface-central-v2.4.0-linux-x64.zip 17462271 BLAKE2B 
80357a03496ec88f0e62b130fa8da39e5eb8826d8372221b8e954ca60231faed57c62fd18a346430f53399f4970bed007cf652456b75088bb4ff80bb1b4fd1d9
 SHA512 
8324c44ee16ce19acb958b77e6a256e640d21c2b9348284bdcaa0bd9b01ddb2c49c176ffbc929a9d116cb4506467234a5b82f33e81aae2b24132f47705487f67
 DIST intiface-central-v2.4.3-linux-x64.zip 18116303 BLAKE2B 
5d4b8f16bd0f97d42c2ab10db1954d6e7b123842bec707a74cbfd4b10edda19a5415a9140a8b93e579d5fb165e8bd6d2d8899086393fcbfd69fed7055c361d07
 SHA512 
e113b8497caea713117a5e1c762994bddf1c7c78b9e85532e17432dce7f2fa32584d5d3db388fcb6512706ad482238d1eb4ce854668920ee56150caa9e819036

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
deleted file mode 100644
index 87487ae19..0
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="Buttplug frontend application"
-HOMEPAGE="https://github.com/intiface/intiface-central;
-SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-x64.zip;
-S="${WORKDIR}/intiface-central-v${PV}-linux-x64"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   app-accessibility/at-spi2-core
-   media-gfx/graphite2
-   sys-apps/dbus
-   sys-apps/systemd-utils
-   x11-libs/gtk+:3[X]
-   || (
-   dev-libs/openssl:0/1.1
-   dev-libs/openssl-compat:1.1.1
-   )
-"
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="
-   opt/${PN}/lib/*.so
-   opt/${PN}/intiface_central
-"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r .
-   fperms +x /opt/${PN}/intiface_central
-
-   cat << EOF > intiface_central
-#!/bin/sh
-cd /opt/${PN}
-./intiface_central "\${@}"
-EOF
-   dobin intiface_central
-
-   newicon --size 512 \
-   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
-
-   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
-}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-07-25 Thread Ronny Gutbrod
commit: 4b943191c242ab86790c0a58032f383aaba5fcf6
Author: tastytea  tastytea  de>
AuthorDate: Tue Jul 25 17:26:40 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Jul 25 17:37:02 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b943191

gui-apps/intiface-central-bin: add 2.4.3

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 +
 .../intiface-central-bin-2.4.3.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index 36e599f57..b1ebc1ffa 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,2 +1,3 @@
 DIST intiface-central-v2.3.0-linux-x64.zip 17157804 BLAKE2B 
57176f65e6124a0d46dfe422c42a0b2d7077dc4cef7f59e099c5488c163005c0bbfde435c411e0763800cf43a17f08dbb8da4fbb3c7feec3e6114fe5fa6cc451
 SHA512 
3d6d351e7dccaf851d9fb955fcdfbb1ea5c9a609aeb2a527d08ada591a3772cd95b0c90fe730476c664e19587eb0f2f9aa2c63eb24fc4849c4e0b775d6207049
 DIST intiface-central-v2.4.0-linux-x64.zip 17462271 BLAKE2B 
80357a03496ec88f0e62b130fa8da39e5eb8826d8372221b8e954ca60231faed57c62fd18a346430f53399f4970bed007cf652456b75088bb4ff80bb1b4fd1d9
 SHA512 
8324c44ee16ce19acb958b77e6a256e640d21c2b9348284bdcaa0bd9b01ddb2c49c176ffbc929a9d116cb4506467234a5b82f33e81aae2b24132f47705487f67
+DIST intiface-central-v2.4.3-linux-x64.zip 18116303 BLAKE2B 
5d4b8f16bd0f97d42c2ab10db1954d6e7b123842bec707a74cbfd4b10edda19a5415a9140a8b93e579d5fb165e8bd6d2d8899086393fcbfd69fed7055c361d07
 SHA512 
e113b8497caea713117a5e1c762994bddf1c7c78b9e85532e17432dce7f2fa32584d5d3db388fcb6512706ad482238d1eb4ce854668920ee56150caa9e819036

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.4.3.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.4.3.ebuild
new file mode 100644
index 0..5561775b8
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.4.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Buttplug frontend application"
+HOMEPAGE="https://github.com/intiface/intiface-central;
+SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-x64.zip;
+S="${WORKDIR}/intiface_central_v${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-core
+   media-gfx/graphite2
+   sys-apps/dbus
+   sys-apps/systemd-utils
+   x11-libs/gtk+:3[X]
+   dev-libs/openssl:0/3
+"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="
+   opt/${PN}/lib/*.so
+   opt/${PN}/intiface_central
+"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r .
+   fperms +x /opt/${PN}/intiface_central
+
+   cat << EOF > intiface_central
+#!/bin/sh
+cd /opt/${PN}
+./intiface_central "\${@}"
+EOF
+   dobin intiface_central
+
+   newicon --size 512 \
+   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
+
+   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-05-23 Thread Ronny Gutbrod
commit: 6bb8159b9362a150718603c8fc9a5fb97913f51c
Author: tastytea  tastytea  de>
AuthorDate: Tue May 23 10:03:14 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue May 23 10:03:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bb8159b

gui-apps/intiface-central-bin: add 2.4.0

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 +
 .../intiface-central-bin-2.4.0.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index 18a0719ba..36e599f57 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1 +1,2 @@
 DIST intiface-central-v2.3.0-linux-x64.zip 17157804 BLAKE2B 
57176f65e6124a0d46dfe422c42a0b2d7077dc4cef7f59e099c5488c163005c0bbfde435c411e0763800cf43a17f08dbb8da4fbb3c7feec3e6114fe5fa6cc451
 SHA512 
3d6d351e7dccaf851d9fb955fcdfbb1ea5c9a609aeb2a527d08ada591a3772cd95b0c90fe730476c664e19587eb0f2f9aa2c63eb24fc4849c4e0b775d6207049
+DIST intiface-central-v2.4.0-linux-x64.zip 17462271 BLAKE2B 
80357a03496ec88f0e62b130fa8da39e5eb8826d8372221b8e954ca60231faed57c62fd18a346430f53399f4970bed007cf652456b75088bb4ff80bb1b4fd1d9
 SHA512 
8324c44ee16ce19acb958b77e6a256e640d21c2b9348284bdcaa0bd9b01ddb2c49c176ffbc929a9d116cb4506467234a5b82f33e81aae2b24132f47705487f67

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild
new file mode 100644
index 0..87487ae19
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Buttplug frontend application"
+HOMEPAGE="https://github.com/intiface/intiface-central;
+SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-x64.zip;
+S="${WORKDIR}/intiface-central-v${PV}-linux-x64"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-core
+   media-gfx/graphite2
+   sys-apps/dbus
+   sys-apps/systemd-utils
+   x11-libs/gtk+:3[X]
+   || (
+   dev-libs/openssl:0/1.1
+   dev-libs/openssl-compat:1.1.1
+   )
+"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="
+   opt/${PN}/lib/*.so
+   opt/${PN}/intiface_central
+"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r .
+   fperms +x /opt/${PN}/intiface_central
+
+   cat << EOF > intiface_central
+#!/bin/sh
+cd /opt/${PN}
+./intiface_central "\${@}"
+EOF
+   dobin intiface_central
+
+   newicon --size 512 \
+   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
+
+   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-02-27 Thread Ronny Gutbrod
commit: 0308fb79bf5a6f46bba9bdd6d14dedc402c35221
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Feb 27 18:04:55 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Feb 27 18:04:55 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0308fb79

gui-apps/intiface-central-bin: fix QA_PREBUILT paths

Bug: 
https://github.com/gentoo/guru/commit/089d67bda70c0f8ac6e417f0a0361f446f2aff8a#r102033116
Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
index ba3d5dee1..87487ae19 100644
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
@@ -28,8 +28,8 @@ RDEPEND="
 BDEPEND="app-arch/unzip"
 
 QA_PREBUILT="
-   /opt/${PN}/lib/*.so
-   /opt/${PN}/intiface_central
+   opt/${PN}/lib/*.so
+   opt/${PN}/intiface_central
 "
 
 src_install() {



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-02-24 Thread Ronny Gutbrod
commit: 475fb51dd510a31a202d15a418c09c54624d45ee
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb 24 10:33:02 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Feb 24 10:35:28 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=475fb51d

gui-apps/intiface-central-bin: add openssl dep

Closes: https://bugs.gentoo.org/896190
Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
index 8eb296a12..6fdfe5c05 100644
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
@@ -20,6 +20,10 @@ RDEPEND="
sys-apps/dbus
sys-apps/systemd-utils
x11-libs/gtk+:3[X]
+   || (
+   dev-libs/openssl:0/1.1
+   dev-libs/openssl-compat:1.1.1
+   )
 "
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-02-24 Thread Ronny Gutbrod
commit: 089d67bda70c0f8ac6e417f0a0361f446f2aff8a
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb 24 10:34:42 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Feb 24 10:35:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=089d67bd

gui-apps/intiface-central-bin: add binary to QA_PREBUILT

Closes: https://bugs.gentoo.org/896186
Closes: https://bugs.gentoo.org/896188
Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
index 6fdfe5c05..ba3d5dee1 100644
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
@@ -27,7 +27,10 @@ RDEPEND="
 "
 BDEPEND="app-arch/unzip"
 
-QA_PREBUILT="/opt/${PN}/lib/*.so"
+QA_PREBUILT="
+   /opt/${PN}/lib/*.so
+   /opt/${PN}/intiface_central
+"
 
 src_install() {
insinto /opt/${PN}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-02-24 Thread Ronny Gutbrod
commit: 755c9a6efaed9364482934cf56dc1f0166891087
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Feb 24 10:28:12 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Feb 24 10:35:28 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=755c9a6e

gui-apps/intiface-central-bin: update icon cache

Closes: https://bugs.gentoo.org/896192
Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 ...central-bin-2.3.0-r1.ebuild => intiface-central-bin-2.3.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
similarity index 97%
rename from gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild
rename to gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
index a8e2d1769..8eb296a12 100644
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit desktop
+inherit desktop xdg
 
 DESCRIPTION="Buttplug frontend application"
 HOMEPAGE="https://github.com/intiface/intiface-central;



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-02-23 Thread Ronny Gutbrod
commit: 44f880d34afea1758a8d9b4925f8052f6d4eb80c
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Feb 23 13:48:37 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Feb 23 14:02:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44f880d3

gui-apps/intiface-central-bin: fix icon installation

Closes: https://bugs.gentoo.org/896030
Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 ...e-central-bin-2.3.0.ebuild => intiface-central-bin-2.3.0-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild
similarity index 91%
rename from gui-apps/intiface-central-bin/intiface-central-bin-2.3.0.ebuild
rename to gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild
index 164cbf218..a8e2d1769 100644
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0.ebuild
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r1.ebuild
@@ -38,8 +38,7 @@ EOF
dobin intiface_central
 
newicon --size 512 \
-   
/opt/${PN}/data/flutter_assets/assets/icons/intiface_central_icon.png \
-   ${PN}.png
+   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
 
make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
 }



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/intiface-central-bin/

2023-02-20 Thread Ronny Gutbrod
commit: a0de6a17b5e9682480118575303d259144b47005
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Feb 20 17:42:33 2023 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Feb 20 17:42:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0de6a17

gui-apps/intiface-central-bin: new package, add 2.3.0

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

 gui-apps/intiface-central-bin/Manifest |  1 +
 .../intiface-central-bin-2.3.0.ebuild  | 45 ++
 gui-apps/intiface-central-bin/metadata.xml | 11 ++
 3 files changed, 57 insertions(+)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
new file mode 100644
index 0..18a0719ba
--- /dev/null
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -0,0 +1 @@
+DIST intiface-central-v2.3.0-linux-x64.zip 17157804 BLAKE2B 
57176f65e6124a0d46dfe422c42a0b2d7077dc4cef7f59e099c5488c163005c0bbfde435c411e0763800cf43a17f08dbb8da4fbb3c7feec3e6114fe5fa6cc451
 SHA512 
3d6d351e7dccaf851d9fb955fcdfbb1ea5c9a609aeb2a527d08ada591a3772cd95b0c90fe730476c664e19587eb0f2f9aa2c63eb24fc4849c4e0b775d6207049

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0.ebuild
new file mode 100644
index 0..164cbf218
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop
+
+DESCRIPTION="Buttplug frontend application"
+HOMEPAGE="https://github.com/intiface/intiface-central;
+SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-x64.zip;
+S="${WORKDIR}/intiface-central-v${PV}-linux-x64"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-core
+   media-gfx/graphite2
+   sys-apps/dbus
+   sys-apps/systemd-utils
+   x11-libs/gtk+:3[X]
+"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="/opt/${PN}/lib/*.so"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r .
+   fperms +x /opt/${PN}/intiface_central
+
+   cat << EOF > intiface_central
+#!/bin/sh
+cd /opt/${PN}
+./intiface_central "\${@}"
+EOF
+   dobin intiface_central
+
+   newicon --size 512 \
+   
/opt/${PN}/data/flutter_assets/assets/icons/intiface_central_icon.png \
+   ${PN}.png
+
+   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
+}

diff --git a/gui-apps/intiface-central-bin/metadata.xml 
b/gui-apps/intiface-central-bin/metadata.xml
new file mode 100644
index 0..6adcd18dd
--- /dev/null
+++ b/gui-apps/intiface-central-bin/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gen...@tastytea.de
+   Ronny (tastytea) Gutbrod
+   
+   
+   intiface/intiface-central
+   
+