Skip to content
Draft
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
3 changes: 2 additions & 1 deletion assets/xremap-gnome-bin/.SRCINFO.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ pkgbase = xremap-gnome-bin
arch = x86_64
arch = aarch64
license = MIT
provides = xremap
depends = xremap-base
provides = xremap-gnome
source = LICENSE
sha256sums = 60365594c733128ba50f05de00c4a6f07fed0a6e8bbd93817f39ded3980f7343
source_x86_64 = xremap-gnome-bin-{{.Pkgver}}-x86_64.zip::https://github.com/k0kubun/xremap/releases/download/v{{.Pkgver}}/xremap-linux-x86_64-gnome.zip
Expand Down
11 changes: 6 additions & 5 deletions assets/xremap-gnome-bin/PKGBUILD.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pkgdesc='Dynamic key remapper for X11 and Wayland (Gnome Wayland Version)'
pkgver={{.Pkgver}}
pkgrel=1

provides=('xremap')
depends=('xremap-base')
provides=('xremap-gnome')
license=('MIT')
url='https://github.com/k0kubun/xremap'
arch=('x86_64' 'aarch64')
Expand All @@ -24,9 +25,9 @@ package() {
./xremap --completions zsh > zsh_completions
./xremap --completions fish > fish_completions
./xremap --completions bash > bash_completions
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap"
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap-gnome"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap-gnome.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap-gnome"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap-gnome"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
}
3 changes: 2 additions & 1 deletion assets/xremap-hypr-bin/.SRCINFO.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pkgbase = xremap-hypr-bin
url = https://github.com/k0kubun/xremap
arch = x86_64
license = MIT
provides = xremap
depends = xremap-base
provides = xremap-hypr
source_x86_64 = xremap-hypr-bin-{{.Pkgver}}.zip::https://github.com/k0kubun/xremap/releases/download/v{{.Pkgver}}/xremap-linux-x86_64-hypr.zip
sha256sums_x86_64 = {{.SHA256Sum}}

Expand Down
11 changes: 6 additions & 5 deletions assets/xremap-hypr-bin/PKGBUILD.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ url='https://github.com/k0kubun/xremap'
source_x86_64=("$pkgname-$pkgver.zip::https://github.com/k0kubun/xremap/releases/download/v$pkgver/xremap-linux-x86_64-hypr.zip")
arch=('x86_64')
license=('MIT')
provides=('xremap')
depends=('xremap-base')
provides=('xremap-hypr')
sha256sums_x86_64=('{{.SHA256Sum}}')

package() {
cd "$srcdir/"
./xremap --completions zsh > zsh_completions
./xremap --completions fish > fish_completions
./xremap --completions bash > bash_completions
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap"
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap-hypr"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap-hypr.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap-hypr"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap-hypr"
}
3 changes: 2 additions & 1 deletion assets/xremap-kde-bin/.SRCINFO.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ pkgbase = xremap-kde-bin
arch = x86_64
arch = aarch64
license = MIT
provides = xremap
depends = xremap-base
provides = xremap-kde
options = !debug
source = LICENSE-{{.Pkgver}}::https://raw.githubusercontent.com/xremap/xremap/v{{.Pkgver}}/LICENSE
sha256sums = 60365594c733128ba50f05de00c4a6f07fed0a6e8bbd93817f39ded3980f7343
Expand Down
13 changes: 7 additions & 6 deletions assets/xremap-kde-bin/PKGBUILD.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ pkgdesc='Dynamic key remapper for X11 and Wayland (KDE Wayland Version)'
pkgver={{.Pkgver}}
pkgrel=1

provides=('xremap')
depends=('xremap-base')
provides=('xremap-kde')
license=('MIT')
url='https://github.com/xremap/xremap'
arch=('x86_64' 'aarch64')
Expand All @@ -24,9 +25,9 @@ package() {
./xremap --completions zsh > zsh_completions
./xremap --completions fish > fish_completions
./xremap --completions bash > bash_completions
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap"
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap-kde"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap-kde.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap-kde"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap-kde"
install -Dm644 "LICENSE-$pkgver" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
}
3 changes: 2 additions & 1 deletion assets/xremap-niri-bin/.SRCINFO.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ pkgbase = xremap-niri-bin
arch = x86_64
arch = aarch64
license = MIT
provides = xremap
depends = xremap-base
provides = xremap-niri
options = !debug
source = LICENSE-{{.Pkgver}}::https://raw.githubusercontent.com/xremap/xremap/v{{.Pkgver}}/LICENSE
sha256sums = 60365594c733128ba50f05de00c4a6f07fed0a6e8bbd93817f39ded3980f7343
Expand Down
11 changes: 6 additions & 5 deletions assets/xremap-niri-bin/PKGBUILD.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pkgdesc='Dynamic key remapper for X11 and Wayland (Niri Wayland Version)'
pkgver={{.Pkgver}}
pkgrel=1

provides=('xremap')
depends=('xremap-base')
provides=('xremap-niri')
license=('MIT')
url='https://github.com/xremap/xremap'
arch=('x86_64' 'aarch64')
Expand All @@ -25,9 +26,9 @@ package() {
./xremap --completions zsh > zsh_completions
./xremap --completions fish > fish_completions
./xremap --completions bash > bash_completions
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap"
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap-niri"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap-niri.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap-niri"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap-niri"
install -Dm644 "LICENSE-$pkgver" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
3 changes: 2 additions & 1 deletion assets/xremap-wlroots-bin/.SRCINFO.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pkgbase = xremap-wlroots-bin
url = https://github.com/k0kubun/xremap
arch = x86_64
license = MIT
provides = xremap
depends = xremap-base
provides = xremap-wlroots
source_x86_64 = xremap-wlroots-bin-{{.Pkgver}}.zip::https://github.com/k0kubun/xremap/releases/download/v{{.Pkgver}}/xremap-linux-x86_64-wlroots.zip
sha256sums_x86_64 = {{.SHA256Sum}}

Expand Down
11 changes: 6 additions & 5 deletions assets/xremap-wlroots-bin/PKGBUILD.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ url='https://github.com/k0kubun/xremap'
source_x86_64=("$pkgname-$pkgver.zip::https://github.com/k0kubun/xremap/releases/download/v$pkgver/xremap-linux-x86_64-wlroots.zip")
arch=('x86_64')
license=('MIT')
provides=('xremap')
depends=('xremap-base')
provides=('xremap-wlroots')
sha256sums_x86_64=('{{.SHA256Sum}}')

package() {
cd "$srcdir/"
./xremap --completions zsh > zsh_completions
./xremap --completions fish > fish_completions
./xremap --completions bash > bash_completions
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap"
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap-wlroots"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap-wlroots.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap-wlroots"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap-wlroots"
}
3 changes: 2 additions & 1 deletion assets/xremap-x11-bin/.SRCINFO.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pkgbase = xremap-x11-bin
url = https://github.com/k0kubun/xremap
arch = x86_64
license = MIT
provides = xremap
depends = xremap-base
provides = xremap-x11
source_x86_64 = xremap-x11-bin-{{.Pkgver}}.zip::https://github.com/k0kubun/xremap/releases/download/v{{.Pkgver}}/xremap-linux-x86_64-x11.zip
sha256sums_x86_64 = {{.SHA256Sum}}

Expand Down
11 changes: 6 additions & 5 deletions assets/xremap-x11-bin/PKGBUILD.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ url='https://github.com/k0kubun/xremap'
source_x86_64=("$pkgname-$pkgver.zip::https://github.com/k0kubun/xremap/releases/download/v$pkgver/xremap-linux-x86_64-x11.zip")
arch=('x86_64')
license=('MIT')
provides=('xremap')
depends=('xremap-base')
provides=('xremap-x11')
sha256sums_x86_64=('{{.SHA256Sum}}')

package() {
cd "$srcdir/"
./xremap --completions zsh > zsh_completions
./xremap --completions fish > fish_completions
./xremap --completions bash > bash_completions
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap"
install -Dm644 zsh_completions "${pkgdir}/usr/share/zsh/site-functions/_xremap-x11"
install -Dm644 fish_completions "${pkgdir}/usr/share/fish/vendor_completions.d/xremap-x11.fish"
install -Dm644 bash_completions "${pkgdir}/usr/share/bash-completion/completions/xremap-x11"
install -Dm755 xremap "${pkgdir}/usr/bin/xremap-x11"
}
Loading