Skip to content

Commit

Permalink
Update mzmine to 3.9.0 (bioconda#42030)
Browse files Browse the repository at this point in the history
* Update mzmine to 3.7.0

* Update mzmine to 3.7.2

* Update mzmine to 3.8.0

* Update mzmine to 3.9.0

* Update meta.yaml

* Update meta.yaml

* update patch

---------

Co-authored-by: Devon Ryan <[email protected]>
Co-authored-by: M Bernt <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent 4bd9397 commit 42eabf3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
18 changes: 9 additions & 9 deletions recipes/mzmine/build.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# - without installerType set jpackage tries to create rpm and deb
# we don't need any of them, but I did not find a way to disable
# both. so we leave rpm which is available in conda (spkg isn't)
diff -ruN mzmine3-3.6.0-org/build.gradle mzmine3-3.6.0/build.gradle
--- mzmine3-3.6.0-org/build.gradle 2023-06-21 14:39:23.000000000 +0200
+++ mzmine3-3.6.0/build.gradle 2023-06-22 17:53:22.239977816 +0200
diff -ruN mzmine3-3.9.0-org/build.gradle mzmine3-3.9.0/build.gradle
--- mzmine3-3.9.0-org/build.gradle 2023-06-21 14:39:23.000000000 +0200
+++ mzmine3-3.9.0/build.gradle 2023-06-22 17:53:22.239977816 +0200
@@ -392,7 +392,7 @@
if (OperatingSystem.current().isLinux()) {
// leave installer type empty to generate all that match
Expand All @@ -14,15 +14,15 @@ diff -ruN mzmine3-3.6.0-org/build.gradle mzmine3-3.6.0/build.gradle
imageOptions = ["--icon", "src/main/resources/MZmineIcon.png"]
installerOptions = ["--linux-shortcut",
# version is set wrong https://github.com/mzmine/mzmine3/issues/1405
diff -ruN mzmine3-3.6.0-org/src/main/resources/mzmineversion.properties mzmine3-3.6.0/src/main/resources/mzmineversion.properties
--- mzmine3-3.6.0-org/src/main/resources/mzmineversion.properties 2023-06-21 14:39:23.000000000 +0200
+++ mzmine3-3.6.0/src/main/resources/mzmineversion.properties 2023-06-22 19:14:12.455764423 +0200
diff -ruN mzmine3-3.9.0-org/src/main/resources/mzmineversion.properties mzmine3-3.9.0/src/main/resources/mzmineversion.properties
--- mzmine3-3.9.0-org/src/main/resources/mzmineversion.properties 2023-06-21 14:39:23.000000000 +0200
+++ mzmine3-3.9.0/src/main/resources/mzmineversion.properties 2023-06-22 19:14:12.455764423 +0200
@@ -3,6 +3,6 @@
version.buildmeta=
version.major=3
version.minor=6
version.minor=9
-version.patch=1
+version.patch=0
version.prerelease=
-version.semver=3.6.1
+version.semver=3.6.0
-version.semver=3.9.1
+version.semver=3.9.0
6 changes: 4 additions & 2 deletions recipes/mzmine/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "3.6.0" %}
{% set version = "3.9.0" %}

package:
name: mzmine
Expand All @@ -7,10 +7,12 @@ package:
build:
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage('mzmine', max_pin='x') }}

source:
- url: https://github.com/mzmine/mzmine3/archive/refs/tags/v{{ version }}.tar.gz
sha256: 0446c3e9c0fa777904fcb1354a57aaf611ef5718042930fd8c243c9245157ef2
sha256: ca0c206f63201e82d6e7e337c373449e69b4510dbd51adec8f13bed519e07257
patches:
- "build.patch"

Expand Down

0 comments on commit 42eabf3

Please sign in to comment.