summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-07-26 13:30:07 +0200
committerRobin Candau2023-07-26 13:30:07 +0200
commitee19aa628ae72e9a3dbaa75533a7835ddc1b8434 (patch)
tree4ea9cf9d229cab67f7ebff6bb5450675db05668d
parent0b054c26aab8a753c66533c44faec7400a571292 (diff)
downloadaur-ee19aa628ae72e9a3dbaa75533a7835ddc1b8434.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5914cb00cbe4..7fd459c1a760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = gnome-shell-extension-desktop-icons-ng
pkgdesc = A fork from the official desktop icons project, with several enhancements like Drag'n'Drop.
pkgver = 47.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/rastersoft/desktop-icons-ng
arch = any
license = GPL3
makedepends = meson
makedepends = glib2
- depends = gnome-shell>=3.38
+ depends = gnome-shell
+ depends = nautilus
+ depends = file-roller
source = https://gitlab.com/rastersoft/desktop-icons-ng/-/archive/47.0.3/desktop-icons-ng-47.0.3.tar.gz
sha256sums = 0e21a476e2ff5ed8ce49e18952bd858b9cd6d10a735761d5a3f2988a8ff60f0a
diff --git a/PKGBUILD b/PKGBUILD
index e0afd126f27a..78537a79ebee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=gnome-shell-extension-desktop-icons-ng
_pkgname=desktop-icons-ng
pkgver=47.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A fork from the official desktop icons project, with several enhancements like Drag'n'Drop."
arch=('any')
url="https://gitlab.com/rastersoft/desktop-icons-ng"
license=('GPL3')
-depends=('gnome-shell>=3.38')
+depends=('gnome-shell' 'nautilus' 'file-roller')
makedepends=('meson' 'glib2')
source=("${url}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('0e21a476e2ff5ed8ce49e18952bd858b9cd6d10a735761d5a3f2988a8ff60f0a')