* [gentoo-commits] repo/proj/guru:master commit in: sci-chemistry/vesta-bin/
@ 2022-09-12 14:21 Florian Schmaus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: f18a1954b9ed034bb3d4d5fc6e6b0d79725c4e31
Author: Patrick J Taylor <patrick.joseph.taylor <AT> gmail <DOT> com>
AuthorDate: Sun Sep 11 00:37:19 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 00:37:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f18a1954
sci-chemistry/vesta-bin: fix symlinks and very minor syntax changes
Signed-off-by: Patrick J Taylor <patrick.joseph.taylor <AT> gmail.com>
sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
index 38cf7d8a9..7969e59ca 100644
--- a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
+++ b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
@@ -28,13 +28,13 @@ RESTRICT="strip"
src_install() {
insinto /opt/VESTA
- doins -r ${S}/*
+ doins -r "${S}"/*
fperms +x /opt/VESTA/VESTA
fperms +x /opt/VESTA/VESTA-gui
- domenu "${FILESDIR}/VESTA.desktop"
- newicon -s 128x128 ${D}/opt/VESTA/img/logo.png VESTA.png
+ domenu "${FILESDIR}"/VESTA.desktop
+ newicon -s 128x128 "${D}"/opt/VESTA/img/logo.png VESTA.png
- dosym /opt/VESTA/libVESTA.so /usr/lib64/libVESTA.so
- dosym /opt/VESTA/VESTA-gui /usr/bin/VESTA
+ dosym -r /opt/VESTA/libVESTA.so /usr/lib64/libVESTA.so
+ dosym "${EPREFIX}"/opt/VESTA/VESTA /usr/bin/VESTA
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-chemistry/vesta-bin/
@ 2022-09-14 4:20 Ronny Gutbrod
0 siblings, 0 replies; 3+ messages in thread
From: Ronny Gutbrod @ 2022-09-14 4:20 UTC (permalink / raw
To: gentoo-commits
commit: 0cf72a0dbe583cc5baa85697cde7061758378ee4
Author: Patrick J Taylor <patrick.joseph.taylor <AT> gmail <DOT> com>
AuthorDate: Tue Sep 13 17:09:18 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Sep 13 18:27:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cf72a0d
sci-chemistry/vesta-bin: add explicit GTK2 dependency
Closes: https://bugs.gentoo.org/869944
Signed-off-by: Patrick J Taylor <patrick.joseph.taylor <AT> gmail.com>
sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
index f532d32a7..e52f9072f 100644
--- a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
+++ b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
@@ -20,7 +20,8 @@ SLOT="0"
KEYWORDS="~amd64"
# As of 3.5.6, wayland support required for gtk even when running on xorg.
-RDEPEND=">=x11-libs/gtk+-3.24.34[wayland]
+RDEPEND="x11-libs/gtk+:3[wayland]
+ x11-libs/gtk+:2
>=virtual/glu-9.0-r2
>=virtual/jdk-17"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-chemistry/vesta-bin/
@ 2022-09-14 4:20 Ronny Gutbrod
0 siblings, 0 replies; 3+ messages in thread
From: Ronny Gutbrod @ 2022-09-14 4:20 UTC (permalink / raw
To: gentoo-commits
commit: e5bdcf04d1e64e13c519609089fb30e3f9ad0b33
Author: Patrick J Taylor <patrick.joseph.taylor <AT> gmail <DOT> com>
AuthorDate: Tue Sep 13 16:57:04 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Sep 13 18:27:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5bdcf04
sci-chemistry/vesta-bin: set QA_PREBUILT to silence QA warnings
Closes: https://bugs.gentoo.org/869938
Closes: https://bugs.gentoo.org/869941
Signed-off-by: Patrick J Taylor <patrick.joseph.taylor <AT> gmail.com>
sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
index 65ce1ce48..f532d32a7 100644
--- a/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
+++ b/sci-chemistry/vesta-bin/vesta-bin-3.5.8.ebuild
@@ -26,6 +26,8 @@ RDEPEND=">=x11-libs/gtk+-3.24.34[wayland]
RESTRICT="strip"
+QA_PREBUILT="opt/VESTA/*"
+
src_install() {
insinto /opt/VESTA
doins -r "${S}"/*
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-14 4:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-12 14:21 [gentoo-commits] repo/proj/guru:master commit in: sci-chemistry/vesta-bin/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2022-09-14 4:20 Ronny Gutbrod
2022-09-14 4:20 Ronny Gutbrod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox