Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c0c0264
Merge pull request #66 from eunos-1128/alpha
eunos-1128 Apr 1, 2025
025c262
Merge pull request #69 from eunos-1128/alpha
eunos-1128 Apr 14, 2025
7dc36aa
Merge pull request #5 from eunos-1128/beta
eunos-1128 Jun 6, 2025
8394f47
Merge pull request #6 from eunos-1128/beta
eunos-1128 Jun 6, 2025
76c529b
Merge pull request #74 from eunos-1128/alpha
eunos-1128 Jun 6, 2025
924cc69
Merge branch 'beta' into alpha
eunos-1128 Jun 7, 2025
e1deb3f
Merge branch 'beta' into alpha
eunos-1128 Jun 7, 2025
498e44c
Merge pull request #77 from eunos-1128/alpha
eunos-1128 Jun 8, 2025
50110fc
Merge branch 'beta' into alpha
eunos-1128 Jun 12, 2025
d64a833
Merge pull request #80 from eunos-1128/alpha
eunos-1128 Jun 12, 2025
3d02aa2
Merge branch 'beta' into alpha
eunos-1128 Jun 14, 2025
2a281ae
Merge pull request #83 from eunos-1128/alpha
eunos-1128 Jun 14, 2025
0c26fc9
Merge branch 'beta' into alpha
eunos-1128 Jun 15, 2025
83e8f8d
Merge pull request #86 from eunos-1128/alpha
eunos-1128 Jun 15, 2025
ab1dba0
Merge pull request #7 from eunos-1128/beta
eunos-1128 Jun 22, 2025
d2f564a
Merge branch 'beta' into alpha
eunos-1128 Jun 22, 2025
22df4e8
Merge branch 'beta' into alpha
eunos-1128 Jun 23, 2025
9df9163
Merge branch 'beta' into alpha
eunos-1128 Jun 23, 2025
95da746
Merge branch 'beta' into alpha
eunos-1128 Jun 23, 2025
460c347
Merge pull request #90 from eunos-1128/alpha
eunos-1128 Jun 23, 2025
55f1746
Update io.github.pemsley.coot.yaml
eunos-1128 Jul 11, 2025
fd1e2ee
gemmi: Bump to v0.7.3
eunos-1128 Aug 3, 2025
930eef7
coot: Bump to Release-1.1.18
eunos-1128 Aug 3, 2025
6616288
Revert filesystem permissions
eunos-1128 Aug 3, 2025
2811ff4
Merge branch 'beta' into master
eunos-1128 Aug 3, 2025
6f01bd9
Bump to Release-1.1.18 (#94)
eunos-1128 Aug 3, 2025
9e44760
Merge branch 'flathub:master' into master
eunos-1128 Aug 3, 2025
6516010
Update README.md
eunos-1128 Aug 25, 2025
934b8d1
Update README.md
eunos-1128 Aug 25, 2025
79310b9
Rename module 'clipper4coot' to 'clipper'
eunos-1128 Aug 25, 2025
2b636a9
Remove redundant directory creation and add new command for monomers …
eunos-1128 Aug 25, 2025
c8f3b40
Replace directory creation with sed command to update Makefile.am for…
eunos-1128 Aug 25, 2025
fea2759
Update sed command to correctly append monomers data in Makefile.am
eunos-1128 Aug 25, 2025
e4b9769
Update Makefile.am to include 'monomers' directory; refactor patch co…
eunos-1128 Aug 25, 2025
fbcdab6
Refactor patch file paths in the manifest
eunos-1128 Aug 25, 2025
dd89749
Merge branch 'master' into beta
eunos-1128 Aug 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There are two types of build for different purposes.
This is the latest stable version. It is suitable for the most people for daily use.

```shell
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub io.github.pemsley.coot
flatpak run io.github.pemsley.coot
```
Expand All @@ -28,7 +28,7 @@ flatpak run io.github.pemsley.coot
**This isn’t meant to be the nightly build, but for the release that has some level of testing and is expected to mostly work and be usable to non-developer end-users.**

```shell
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta io.github.pemsley.coot
flatpak run io.github.pemsley.coot//beta
```
Expand Down
14 changes: 8 additions & 6 deletions io.github.pemsley.coot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ modules:
url: https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/dependencies/libccp4-8.0.0.tar.gz
sha256: cb813ae86612a0866329deab7cee96eac573d81be5b240341d40f9ad5322ff2d

- name: clipper4coot
- name: clipper
buildsystem: autotools
config-opts:
- --enable-mmdb
Expand All @@ -118,7 +118,7 @@ modules:
url: https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/dependencies/clipper-2.1.20180802.tar.gz
sha256: 7c7774f224b59458e0faa104d209da906c129523fa737e81eb3b99ec772b81e0
- type: patch
path: clipper-configure-2.patch
path: patches/clipper-configure-2.patch
- type: shell
commands:
- sed -i 's/libccp4c/ccp4c/g' configure
Expand All @@ -133,7 +133,7 @@ modules:
url: https://github.com/libgd/libgd/releases/download/gd-2.3.3/libgd-2.3.3.tar.xz
sha256: 3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61
- type: patch
path: gd.h.patch
path: patches/gd.h.patch

- name: raster3d
buildsystem: simple
Expand All @@ -148,7 +148,7 @@ modules:
url: http://www.bmsc.washington.edu/raster3d/Raster3D_3.0-7.tar.gz
sha256: f566b499fee341db3a95229672c6afdbdb69da7faabdbe34f6e0d332d766160c
- type: patch
path: Makefile.template.patch
path: patches/Makefile.template.patch

- name: ssm
buildsystem: autotools
Expand Down Expand Up @@ -345,7 +345,6 @@ modules:
GLM_CFLAGS: "-I/app/include"
GLM_LIBS: "-L/app/lib -lglm"
post-install:
- mkdir -p ${FLATPAK_DEST}/share/coot/
- cp -r python/ ${FLATPAK_DEST}/share/coot/
- install -Dm644 pixmaps/icons/coot.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg
- install -Dm644 coot.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
Expand All @@ -355,4 +354,7 @@ modules:
- type: git
url: https://github.com/pemsley/coot.git
commit: 6629ed951735a500eda5df8744cb20179a5a7b30


# Refer to https://github.com/pemsley/coot/issues/161#issuecomment-3219446069
- type: patch
path: patches/Makefile.am.patch
36 changes: 36 additions & 0 deletions patches/Makefile.am.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
diff --git a/Makefile.am b/Makefile.am
index 94227b4b7..7e1c363f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,18 +1,18 @@
# Makefile.am
-#
+#
# Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 The University of York
# Author: Paul Emsley
-#
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
@@ -45,7 +45,7 @@ else
SUBDIRS = auxil scheme python macros compat utils protein_db mini-mol geometry \
lidia-core coot-utils angles ccp4mg-utils db-main analysis cootaneer ideal ligand coords \
density-contour skeleton high-res build MoleculesToTriangles pli greg-tests \
- python-tests cootilus fonts pyrogen data \
+ python-tests cootilus fonts pyrogen data monomers \
man rama-data doc glTF pixmaps textures sounds reference-structures api layla validation-graphs src ui
endif
endif
File renamed without changes.
File renamed without changes.
File renamed without changes.