summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Borda2023-05-09 21:34:46 +0200
committerMattia Borda2023-05-09 21:34:46 +0200
commitca67f379cc16800b535297cae3ecbff9e7140426 (patch)
tree4ea1315a0881882fb0aa7e4b4a3ecacd150d398b
parentcd30ecb16be837ff4c0a3beac11b458aea6d7edc (diff)
downloadaur-ca67f379cc16800b535297cae3ecbff9e7140426.tar.gz
Update to gtk4
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62cabf9f52ad..b1f10108f7b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = file-roller-git
pkgdesc = Create and modify archives
- pkgver = 43.0.r16.ge8a2899d
+ pkgver = 43.0.r161.ge37ab4ac
pkgrel = 1
url = https://wiki.gnome.org/Apps/FileRoller
arch = i686
@@ -9,18 +9,13 @@ pkgbase = file-roller-git
arch = aarch64
groups = gnome
license = GPL2
- makedepends = yelp-tools
makedepends = git
- makedepends = libnautilus-extension
makedepends = meson
- makedepends = appstream-glib
- depends = gtk3
+ makedepends = yelp-tools
+ depends = libadwaita
depends = libarchive
- depends = file
- depends = libnotify
- depends = zip
- depends = unzip
- depends = libportal-gtk3
+ depends = libportal-gtk4
+ depends = libnautilus-extension
optdepends = p7zip: 7z, arj, exe and encrypted zip files support
optdepends = unrar: better RAR archive support
optdepends = unace: ACE archive support
diff --git a/PKGBUILD b/PKGBUILD
index c046979ea599..269ac4f88a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=file-roller-git
-pkgver=43.0.r16.ge8a2899d
+pkgver=43.0.r161.ge37ab4ac
pkgrel=1
pkgdesc="Create and modify archives"
url="https://wiki.gnome.org/Apps/FileRoller"
arch=(i686 x86_64 armv7h aarch64)
license=(GPL2)
-depends=(gtk3 libarchive file libnotify zip unzip libportal-gtk3)
-makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
+depends=(libadwaita libarchive libportal-gtk4 libnautilus-extension)
+makedepends=(git meson yelp-tools)
optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
'unrar: better RAR archive support'
'unace: ACE archive support'
@@ -20,7 +20,7 @@ optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(gnome)
-source=("git+https://gitlab.gnome.org/GNOME/${pkgname%-git}")
+source=(git+https://gitlab.gnome.org/GNOME/${pkgname%-git})
b2sums=('SKIP')
pkgver() {