Skip to content

Commit

Permalink
Added support for OpenSUSE to rpm distribution (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisoft authored Sep 9, 2024
1 parent 2365530 commit 76b1339
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions com.github.IsmaelMartinez.teams_for_linux.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<url type="bugtracker">https://github.com/IsmaelMartinez/teams-for-linux/issues</url>
<launchable type="desktop-id">com.github.IsmaelMartinez.teams_for_linux.desktop</launchable>
<releases>
<release version="1.10.1" date="2024-09-09">
<description>
<ul>
<li>Added support for OpenSUSE to rpm distribution</li>
</ul>
</description>
</release>
<release version="1.10.0" date="2024-09-03">
<description>
<ul>
Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teams-for-linux",
"version": "1.10.0",
"version": "1.10.1",
"main": "app/index.js",
"description": "Unofficial client for Microsoft Teams for Linux",
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
Expand Down Expand Up @@ -100,6 +100,16 @@
}
},
"rpm": {
"depends": [
"gtk3",
"libnotify",
"nss",
"libXScrnSaver",
"(libXtst or libXtst6)",
"xdg-utils",
"at-spi2-core",
"(libuuid or libuuid1)"
],
"fpm": [
"--rpm-rpmbuild-define=_build_id_links none",
"--rpm-digest=sha256"
Expand Down

0 comments on commit 76b1339

Please sign in to comment.