Skip to content

Commit

Permalink
Update Arch linux dependencies to use gtk3 (#24778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evy Bongers authored and heronhaye committed Jun 10, 2022
1 parent 34b3ac7 commit f2c7fb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/linux/arch/DOT_SRCINFO.bin.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkgbase = keybase-bin
license = BSD
depends = fuse
depends = libxss
depends = gtk2
depends = gtk3
depends = lsof
provides = keybase
provides = keybase-gui
Expand Down
2 changes: 1 addition & 1 deletion packaging/linux/arch/PKGBUILD.bin.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deb_pkgver="${pkgver/_/-}"
deb_pkgver="${deb_pkgver/+/.}"
pkgrel=1
arch=('i686' 'x86_64')
depends=(fuse libxss gtk2 lsof) # don't change this without changing the SRCINFO template too
depends=(fuse libxss gtk3 lsof) # don't change this without changing the SRCINFO template too
# also make sure to change the keybase-git PKGBUILD
provides=(keybase keybase-gui kbfs)
# keybase-release is a deprecated AUR package
Expand Down
2 changes: 1 addition & 1 deletion packaging/linux/test/keybase-arch-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ MAINTAINER Keybase <[email protected]>

RUN pacman -Syy

RUN pacman -S --noconfirm git binutils fuse gconf libxss gtk2 fakeroot lsof
RUN pacman -S --noconfirm git binutils fuse gconf libxss gtk3 fakeroot lsof

0 comments on commit f2c7fb7

Please sign in to comment.