aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-05-17 16:05:51 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-17 16:05:51 +0200
commita55bea50a48601c3e17a10b99ba4ef3d551953e7 (patch)
treeae14e2ac76edbd183da2dc18196bc714b18cf9b1
parent0e143a393d8c37e343eb7e8a7479cc8a1f1d22e6 (diff)
community/gnome-shell: add missing dep on unzip
This is required for extracting extensions after download (e.g. during an installation or upgrade). Also fix linter nits fixes #11411
-rw-r--r--community/gnome-shell/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/gnome-shell/APKBUILD b/community/gnome-shell/APKBUILD
index 50054fef770..1592d67e0f0 100644
--- a/community/gnome-shell/APKBUILD
+++ b/community/gnome-shell/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-shell
pkgver=3.36.2
-pkgrel=3
+pkgrel=4
pkgdesc="GNOME shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch="all !s390x !ppc64le !mips !mips64"
@@ -20,7 +20,9 @@ depends="accountsservice
font-adobe-source-code-pro
ttf-cantarell
adwaita-icon-theme
- gnome-themes-standard"
+ gnome-themes-standard
+ unzip
+ "
makedepends="gnome-desktop-dev>=3.35.91
libxml2-dev
libcanberra-dev