Skip to content

Commit

Permalink
Update Zotero-6.0.30_linux-x86_64.tar.bz2 to 6.0.35 (#149)
Browse files Browse the repository at this point in the history
* Update Zotero-6.0.30_linux-x86_64.tar.bz2 to 6.0.35

* Clean up appdata.xml (#134)

Use correct ID, drop unnecessary entries.

(cherry picked from commit 0edbffa)

* fix appstream validation errors

---------

Co-authored-by: Sebastian Fleer <dev@dwurp.de>
  • Loading branch information
flathubbot and sebastian-de authored Mar 4, 2024
1 parent b91b045 commit 8cbe4d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
30 changes: 11 additions & 19 deletions org.zotero.Zotero.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright [2006] [Corporation for Digital Scholarship] -->
<component type="desktop-application">
<id>org.zotero.Zotero.desktop</id>
<id>org.zotero.Zotero</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0</project_license>
<name>Zotero</name>
<summary>Collect, organize, cite, and share research</summary>
<summary>Collect, organize and cite research</summary>
<description>
<p>
Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect,
Expand All @@ -18,21 +18,26 @@
"flatpak override --user --filesystem=/PATH/TO/ZOTEROFOLDER org.zotero.Zotero").
</p>
<p>
NOTE: This wrapper is not verified by, affiliated with, or supported by the Zotero project.
NOTE: This flatpak is not verified by, affiliated with, or supported by the Zotero project.
</p>
</description>
<categories>
<category>Office</category>
</categories>
<url type="homepage">https://www.zotero.org/</url>
<url type="bugtracker">https://www.zotero.org/support/dev/source_code</url>
<url type="donation">https://www.zotero.org/getinvolved</url>
<url type="help">https://www.zotero.org/support/</url>
<url type="translate">https://www.zotero.org/support/dev/localization</url>
<launchable type="desktop-id">org.zotero.Zotero.desktop</launchable>
<developer id="org.digitalscholar">
<name>Corporation for Digital Scholarship</name>
</developer>
<update_contact>guillaumepoiriermorency@gmail.com</update_contact>
<releases>
<release version="6.0.35" date="2024-03-04"/>
<release date="2023-11-02" version="6.0.30"/>
</releases>
<icon type="remote" height="64" width="64">https://www.zotero.org/static/images/icons/zotero-icon-64-70.png</icon>
<icon type="remote" height="128" width="128">https://www.zotero.org/static/images/icons/zotero-icon-128-140.png</icon>
<icon type="remote" height="256" width="256">https://www.zotero.org/static/images/icons/zotero-icon-128-140%402x.png</icon>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/flathub/org.zotero.Zotero/master/screenshots/screenshot-1.png</image>
Expand Down Expand Up @@ -68,17 +73,4 @@
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<provides>
<id>org.zotero.Zotero</id>
</provides>

<developer_name>Corporation for Digital Scholarship</developer_name>

<url type="bugtracker">https://www.zotero.org/support/dev/source_code</url>

<url type="donation">https://www.zotero.org/getinvolved</url>

<url type="help">https://www.zotero.org/support/</url>

<url type="translate">https://www.zotero.org/support/dev/localization</url>
</component>
4 changes: 2 additions & 2 deletions org.zotero.Zotero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ modules:
buildsystem: simple
sources:
- type: archive
url: https://download.zotero.org/client/release/6.0.30/Zotero-6.0.30_linux-x86_64.tar.bz2
sha512: 3ad9757a038b433221c26d3a27b4a5f3ece7e481c021ca936187ea491426b3e7e4a57b17b5ea712d3e453c244e62fa1eecc6de70ac9e1d54847637642f695ddf
url: https://download.zotero.org/client/release/6.0.35/Zotero-6.0.35_linux-x86_64.tar.bz2
sha512: f74574ecddba45c15f4cb61015969af0bdbc594e8f7f7707d6e5d6f6f74dca839b1f71cada2f5c66b530da28719a832ed0cc93c0684e948e17591a46fde50297
only-arches:
- x86_64
x-checker-data:
Expand Down

0 comments on commit 8cbe4d2

Please sign in to comment.