Skip to content

Commit

Permalink
Re-add gitkraken-wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
AOx0 committed Jun 21, 2024
1 parent 2795b16 commit f0e0bff
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rm ./gpg_key
gpg --list-keys --keyid-format=long
gpg --list-secret-keys --keyid-format=long

for i in typst-git helix-git; do
for i in gitkraken-wayland typst-git helix-git; do
status=13
git submodule update --init $i
cd $i
Expand Down
5 changes: 5 additions & 0 deletions gitkraken-wayland/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.pkg.tar.zst
*.tar.gz
pkg/
src/
gitkraken-wayland
12 changes: 12 additions & 0 deletions gitkraken-wayland/GitKrakenWayland.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Desktop Entry]
Name=GitKraken Wayland
Comment=Unleash your repo
GenericName=Git Client
Exec=gitkraken %f --ozone-platform-hint=auto
Icon=gitkraken
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;RevisionControl;
MimeType=text/plain;
StartupWMClass=gitkraken
24 changes: 24 additions & 0 deletions gitkraken-wayland/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Maintainer: Alejandro Osornio <[email protected]>

pkgname=gitkraken-wayland
pkgrel=1
pkgver=1.0.0
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="https://www.gitkraken.com/"
provides=('gitkraken')
arch=('any')
license=('custom')
depends=('gitkraken')
optdepends=()
makedepends=()
conflicts=()
backup=()
install=''
source=(
"GitKrakenWayland.desktop"
)
sha256sums=('f36db9ba3a550995546785dc3e18a1877d5b2320de6e1157789fcd2a592ce7f6')

package() {
install -D -m644 "./GitKrakenWayland.desktop" "${pkgdir}/usr/share/applications/GitKrakenWayland.desktop"
}

0 comments on commit f0e0bff

Please sign in to comment.