Date: Tuesday, October 25, 2022 @ 16:01:54
  Author: heftig
Revision: 458911

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 458909, file-roller/trunk/PKGBUILD)

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 458909, 
file-roller/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2022-10-25 16:01:54 UTC (rev 458911)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=file-roller
+pkgver=43.0
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller";
+arch=(x86_64)
+license=(GPL)
+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')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to