summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042024-06-30 19:36:26 -0400
committerkj_sh6042024-06-30 19:36:26 -0400
commitace4dacfaa68b2b2f4c5f3183034387ff93a83b5 (patch)
tree5d98f9297c97db4d046496858b23e846818e7b8e
parent4b8deddf9c0343943bbc0cbf25cdec0dbc8c445e (diff)
refactor: file-roller-gtk3
-rw-r--r--file-roller-gtk3/.SRCINFO26
-rw-r--r--file-roller-gtk3/PKGBUILD43
2 files changed, 41 insertions, 28 deletions
diff --git a/file-roller-gtk3/.SRCINFO b/file-roller-gtk3/.SRCINFO
index 5a30aa9..2cee238 100644
--- a/file-roller-gtk3/.SRCINFO
+++ b/file-roller-gtk3/.SRCINFO
@@ -1,33 +1,31 @@
pkgbase = file-roller-gtk3
- pkgdesc = Create and modify archives (last stable GTK3 release)
- pkgver = 43.0
+ pkgdesc = Create and modify archives
+ pkgver = 43.1
pkgrel = 1
url = https://wiki.gnome.org/Apps/FileRoller
arch = x86_64
- groups = gnome
license = GPL
- makedepends = yelp-tools
+ makedepends = appstream-glib
makedepends = git
makedepends = libnautilus-extension
makedepends = meson
- makedepends = appstream-glib
- depends = libhandy
+ makedepends = yelp-tools
depends = dconf
- depends = libarchive
depends = file
depends = json-glib
+ depends = libarchive
+ depends = libhandy
depends = libportal-gtk3
- depends = zip
depends = unzip
- optdepends = p7zip: 7z, arj, exe and encrypted zip files support
- optdepends = unrar: better RAR archive support
- optdepends = unace: ACE archive support
+ depends = zip
optdepends = lrzip: lrzip archive support
+ optdepends = p7zip: 7z, arj, exe and encrypted zip files support
optdepends = squashfs-tools: squashfs image support
+ optdepends = unace: ACE archive support
+ optdepends = unrar: better RAR archive support
provides = file-roller
conflicts = file-roller
- options = debug
- source = git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=6d57d9962efb976aa3036db965f558b96575289c
- sha256sums = SKIP
+ source = git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=356387f67f412e8370de56be314ff8fe8f029408
+ b2sums = SKIP
pkgname = file-roller-gtk3
diff --git a/file-roller-gtk3/PKGBUILD b/file-roller-gtk3/PKGBUILD
index f63e4d9..770d105 100644
--- a/file-roller-gtk3/PKGBUILD
+++ b/file-roller-gtk3/PKGBUILD
@@ -1,25 +1,40 @@
pkgname=file-roller-gtk3
_pkgname=file-roller
-pkgver=43.0
+pkgver=43.1
pkgrel=1
-pkgdesc="Create and modify archives (last stable GTK3 release)"
+pkgdesc="Create and modify archives"
url="https://wiki.gnome.org/Apps/FileRoller"
arch=(x86_64)
license=(GPL)
+depends=(
+ dconf
+ file
+ json-glib
+ libarchive
+ libhandy
+ libportal-gtk3
+ unzip
+ zip
+)
+makedepends=(
+ appstream-glib
+ git
+ libnautilus-extension
+ meson
+ yelp-tools
+)
+optdepends=(
+ 'lrzip: lrzip archive support'
+ 'p7zip: 7z, arj, exe and encrypted zip files support'
+ 'squashfs-tools: squashfs image support'
+ 'unace: ACE archive support'
+ 'unrar: better RAR archive support'
+)
+_commit=356387f67f412e8370de56be314ff8fe8f029408 # tags/43.1^0
+source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit")
conflicts=('file-roller')
provides=('file-roller')
-depends=(libhandy dconf libarchive file json-glib libportal-gtk3 zip unzip)
-makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
-optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
- 'unrar: better RAR archive support'
- 'unace: ACE archive support'
- 'lrzip: lrzip archive support'
- 'squashfs-tools: squashfs image support')
-groups=(gnome)
-options=(debug)
-_commit=6d57d9962efb976aa3036db965f558b96575289c # tags/43.0^0
-source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit")
-sha256sums=('SKIP')
+b2sums=('SKIP')
pkgver() {
cd $_pkgname