Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bbb-plugin-template (0.1.0) jammy; urgency=medium
bbb-plugin-reaction-stack (0.0.1) jammy; urgency=medium

* initial build

-- Firstname Lastname <first.last@company.com> Thu, 04 Jul 2024 14:56:18 -0400
-- João Victor <joaov@imdt.com.br> Thu, 04 Jul 2024 14:56:18 -0400
13 changes: 5 additions & 8 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
Source: bbb-plugin-template
Source: bbb-plugin-reaction-stack
Section: web
Priority: extra
Maintainer: Firstname Lastname <first.last@company.com>
Maintainer: João Victor <joaov@imdt.com.br>
Build-Depends: debhelper (>= 13), nodejs (>= 18)
Standards-Version: 4.1.4
Homepage: https://github.com/bigbluebutton/plugin-template
Homepage: https://github.com/bigbluebutton/bbb-plugin-reaction-stack

Package: bbb-plugin-template
Package: bbb-plugin-reaction-stack
Architecture: all
Depends: ${misc:Depends}, nodejs
Description: Share a webpage with all session participants
An official BigBlueButton plugin which allows
the presenter to display a web page to
all viewers inside of a session.
Description: Renders users reactions in stack-like list below the navbar.
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: bbb-plugin-template
Upstream-Name: bbb-plugin-reaction-stack

Files: *
Copyright: 2024 BigBlueButton Inc. and by respective authors
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ override_dh_auto_build:
npm run build-bundle

override_dh_auto_install:
install -d debian/bbb-plugin-template/var/www/bigbluebutton-default/assets/plugins/bbb-plugin-template
cp -r dist/* debian/bbb-plugin-template/var/www/bigbluebutton-default/assets/plugins/bbb-plugin-template
install -d debian/bbb-plugin-reaction-stack/var/www/bigbluebutton-default/assets/plugins/bbb-plugin-reaction-stack
cp -r dist/* debian/bbb-plugin-reaction-stack/var/www/bigbluebutton-default/assets/plugins/bbb-plugin-reaction-stack
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"requiredSdkVersion": "~0.0.73",
"name": "<plugin-name>",
"javascriptEntrypointUrl": "<plugin-name>.js",
"localesBaseUrl": "locales"
"requiredSdkVersion": "~0.0.91",
"version": "0.0.1",
"name": "BbbPluginReactionStack",
"javascriptEntrypointUrl": "BbbPluginReactionStack.js"
}
135 changes: 127 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading