Skip to content

add: openbangla-keyboard-git - #8845

Open
niam0t wants to merge 2 commits into
pacstall:masterfrom
niam0t:add-openbangla-keyboard
Open

add: openbangla-keyboard-git#8845
niam0t wants to merge 2 commits into
pacstall:masterfrom
niam0t:add-openbangla-keyboard

Conversation

@niam0t

@niam0t niam0t commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Adds a pacscript for openbangla-keyboard-git, which builds the latest OpenBangla-Keyboard (IBus-based Bengali input method) directly from the master branch.

  • Requires network access during build (external_connection=true) to allow Cargo to fetch riti engine.
  • Maps to the upstream Repology project "openbangla-keyboard"

Adds a pacscript for openbangla-keyboard-git, which builds the latest OpenBangla-Keyboard (IBus-based Bengali input method) directly from the master branch.
- Requires network access during build (external_connection=true) to allow Cargo to fetch riti engine.
- Maps to the upstream Repology project "openbangla-keyboard"
@github-actions github-actions Bot added the Package Add Use this to request a package to be added label Jun 7, 2026
@Elsie19 Elsie19 changed the title add: openbangla-keyboard-git add: openbangla-keyboard-git Aug 25, 2026
@@ -0,0 +1,53 @@
pkgname="openbangla-keyboard-git"
gives="openbangla-keyboard"
pkgdesc="An OpenSource, Unicode compliant Bengali Input Method"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pkgdesc="An OpenSource, Unicode compliant Bengali Input Method"
pkgdesc="Unicode compliant Bengali input method"

pkgname="openbangla-keyboard-git"
gives="openbangla-keyboard"
pkgdesc="An OpenSource, Unicode compliant Bengali Input Method"
url="https://github.com/OpenBangla/OpenBangla-Keyboard"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
url="https://github.com/OpenBangla/OpenBangla-Keyboard"
url='https://github.com/OpenBangla/OpenBangla-Keyboard'

Comment on lines +6 to +16

external_connection="true"

arch=("amd64")
source=("git+https://github.com/OpenBangla/OpenBangla-Keyboard.git")
repology=("project: ${gives}")
pkgver="0.0.0"

replaces=("${gives}")
conflicts=("${gives}")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
external_connection="true"
arch=("amd64")
source=("git+https://github.com/OpenBangla/OpenBangla-Keyboard.git")
repology=("project: ${gives}")
pkgver="0.0.0"
replaces=("${gives}")
conflicts=("${gives}")
external_connection="true"
arch=("amd64")
source=("git+https://github.com/OpenBangla/OpenBangla-Keyboard.git")
repology=("project: ${gives}")
pkgver="0.0.0"
replaces=("${gives}")
conflicts=("${gives}")

pkgver is definitely not 0.0.0.

Comment on lines +35 to +40
prepare() {
cd "${srcdir}/OpenBangla-Keyboard"
git submodule update --init --recursive
pkgver="r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
prepare() {
cd "${srcdir}/OpenBangla-Keyboard"
git submodule update --init --recursive
pkgver="r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}

This is all handled by pacstall.

@Elsie19 Elsie19 added the blocked Unable to be merged due to some issue label Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked Unable to be merged due to some issue Package Add Use this to request a package to be added

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants