* [gentoo-commits] repo/proj/guru:master commit in: sci-chemistry/xcrysden/
@ 2022-09-09 23:55 Ronny Gutbrod
0 siblings, 0 replies; 5+ messages in thread
From: Ronny Gutbrod @ 2022-09-09 23:55 UTC (permalink / raw
To: gentoo-commits
commit: 6ec032dc40cd80668fc874aea01f61da09a29bcf
Author: Patrick J Taylor <patrick.joseph.taylor <AT> gmail <DOT> com>
AuthorDate: Fri Sep 9 22:23:09 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Sep 9 22:23:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ec032dc
sci-chemistry/xcrysden: fix missing metadata
Signed-off-by: Patrick J Taylor <patrick.joseph.taylor <AT> gmail.com>
sci-chemistry/xcrysden/metadata.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/sci-chemistry/xcrysden/metadata.xml b/sci-chemistry/xcrysden/metadata.xml
new file mode 100644
index 000000000..50dcf2837
--- /dev/null
+++ b/sci-chemistry/xcrysden/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>patrick.joseph.taylor@gmail.com</email>
+ <name>Patrick J Taylor</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-chemistry/xcrysden/
@ 2022-09-09 23:55 Ronny Gutbrod
0 siblings, 0 replies; 5+ messages in thread
From: Ronny Gutbrod @ 2022-09-09 23:55 UTC (permalink / raw
To: gentoo-commits
commit: fef1b3cef4e78333e8a2627ad33a6d9431725a89
Author: Patrick J Taylor <patrick.joseph.taylor <AT> gmail <DOT> com>
AuthorDate: Fri Sep 9 22:22:28 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Sep 9 22:23:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fef1b3ce
sci-chemistry/xcrysden: use xdg over xdg-utils
Signed-off-by: Patrick J Taylor <patrick.joseph.taylor <AT> gmail.com>
sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild b/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild
index 4d9e97a87..c6ecb73d0 100644
--- a/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild
+++ b/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild
@@ -3,8 +3,7 @@
EAPI=8
-inherit desktop
-inherit xdg-utils
+inherit desktop xdg
DESCRIPTION="For the visualisation of molecular and crystal structures."
@@ -57,11 +56,3 @@ src_install() {
/usr/share/doc/${P}/examples/FermiSurface \
/usr/share/man/
}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-chemistry/xcrysden/
@ 2022-09-12 14:21 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: cba32fbe5315194e22ea3919f3831e7fa98ad2c6
Author: Patrick J Taylor <patrick.joseph.taylor <AT> gmail <DOT> com>
AuthorDate: Sat Sep 10 21:11:29 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 21:11:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cba32fbe
sci-chemistry/xcrysden: BDEPEND->DEPEND
Signed-off-by: Patrick J Taylor <patrick.joseph.taylor <AT> gmail.com>
sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild b/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild
index 99ad16333..f8b459ae2 100644
--- a/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild
+++ b/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild
@@ -24,7 +24,7 @@ RDEPEND=">=dev-lang/tcl-8.6.12
>=media-libs/mesa-22.1.3
>=sci-libs/fftw-3.3.10"
-BDEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/${P}-ext-bwidget.patch"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-chemistry/xcrysden/
@ 2022-09-12 14:21 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 4dcefd003b68a8e91ff7febad71989613f4c2858
Author: Patrick J Taylor <patrick.joseph.taylor <AT> gmail <DOT> com>
AuthorDate: Sat Sep 10 23:26:39 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 23:26:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4dcefd00
sci-chemistry/xcrysden: add missing dependencies
Signed-off-by: Patrick J Taylor <patrick.joseph.taylor <AT> gmail.com>
sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild b/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild
index f8b459ae2..b76f8a0a1 100644
--- a/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild
+++ b/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild
@@ -17,7 +17,9 @@ SLOT="0"
KEYWORDS="~amd64"
-RDEPEND=">=dev-lang/tcl-8.6.12
+RDEPEND=">=x11-base/xorg-server-21.1.4
+ >=virtual/glu-9.0-r2
+ >=dev-lang/tcl-8.6.12
>=dev-lang/tk-8.6.12
>=dev-tcltk/togl-2.0-r3
>=dev-tcltk/bwidget-1.9.14
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sci-chemistry/xcrysden/
@ 2025-01-27 9:57 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-01-27 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 59301838fe9d17f44d4e14a449df1be32bdcc44b
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 26 12:16:21 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 26 12:16:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59301838
sci-chemistry/xcrysden: fix build without native-symlinks
- fix build without native-symlinks
- fix doc install path
Closes: https://bugs.gentoo.org/869452
Closes: https://bugs.gentoo.org/869455
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
...den-1.6.2-r1.ebuild => xcrysden-1.6.2-r2.ebuild} | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/sci-chemistry/xcrysden/xcrysden-1.6.2-r1.ebuild b/sci-chemistry/xcrysden/xcrysden-1.6.2-r2.ebuild
similarity index 76%
rename from sci-chemistry/xcrysden/xcrysden-1.6.2-r1.ebuild
rename to sci-chemistry/xcrysden/xcrysden-1.6.2-r2.ebuild
index b1d099a31..8b5b27fb8 100644
--- a/sci-chemistry/xcrysden/xcrysden-1.6.2-r1.ebuild
+++ b/sci-chemistry/xcrysden/xcrysden-1.6.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit desktop flag-o-matic xdg
+inherit desktop flag-o-matic toolchain-funcs xdg
DESCRIPTION="For the visualisation of molecular and crystal structures."
@@ -41,24 +41,27 @@ PATCHES=(
src_prepare() {
default
cp "${S}/system/Make.sys-shared" "${S}/Make.sys" || die 'Copying Make.sys to build dir failed.'
+
+ # fix doc install path
+ sed -e "s|share/doc/\$(xcrysden)|share/doc/${PF}|" \
+ -e "/ln -sf .*doc/d" \
+ -e "/gzip/d" \
+ -i Makefile || die
}
src_compile() {
append-cflags "-fcommon"
- emake xcrysden
+ emake xcrysden \
+ CC="$(tc-getBUILD_CC)" \
+ FC="$(tc-getFC)"
}
src_install() {
emake \
- prefix="${D}"/usr \
+ prefix="${ED}"/usr \
install
domenu "${FILESDIR}/${PN}.desktop"
doicon -s 32x32 "${FILESDIR}/icons/${PN}.png"
- docompress -x /usr/share/doc/${P}/examples/GAUSSIAN_files/ \
- /usr/share/doc/${P}/examples/Orca_files/ \
- /usr/share/doc/${P}/examples/XSF_Files/ \
- /usr/share/doc/${P}/examples/Scripting/ \
- /usr/share/doc/${P}/examples/FermiSurface \
- /usr/share/man/
+ docompress -x /usr/share/doc/${PF}/examples
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-01-27 9:58 UTC | newest]
Thread overview: 5+ 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/xcrysden/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2025-01-27 9:57 David Roman
2022-09-12 14:21 Florian Schmaus
2022-09-09 23:55 Ronny Gutbrod
2022-09-09 23:55 Ronny Gutbrod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox