summaryrefslogtreecommitdiff
path: root/gui-apps/intiface-central-bin
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-06 18:35:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-11-06 18:35:47 +0000
commit23402ef6b570ec9c48a546dd68c217e8e4567036 (patch)
tree818f1bd06c0272d1eeaead568914d95891591998 /gui-apps/intiface-central-bin
parent49e13196e5c8c8d6ceb4a0b79a50ef280bf4fffc (diff)
downloadbaldeagleos-repo-23402ef6b570ec9c48a546dd68c217e8e4567036.tar.gz
baldeagleos-repo-23402ef6b570ec9c48a546dd68c217e8e4567036.tar.xz
baldeagleos-repo-23402ef6b570ec9c48a546dd68c217e8e4567036.zip
Adding metadata
Diffstat (limited to 'gui-apps/intiface-central-bin')
-rw-r--r--gui-apps/intiface-central-bin/Manifest2
-rw-r--r--gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild (renamed from gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild)7
2 files changed, 3 insertions, 6 deletions
diff --git a/gui-apps/intiface-central-bin/Manifest b/gui-apps/intiface-central-bin/Manifest
index 8671402a05ac..feecfe73f941 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1,2 +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.5.0.ebuild
index 87487ae199b7..5561775b8326 100644
--- a/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.5.0.ebuild
@@ -8,7 +8,7 @@ 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"
+S="${WORKDIR}/intiface_central_v${PV}"
LICENSE="GPL-3"
SLOT="0"
@@ -20,10 +20,7 @@ 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
- )
+ dev-libs/openssl:0/3
"
BDEPEND="app-arch/unzip"