[arch-commits] Commit in file-roller/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Mar 13 21:20:23 UTC 2018


    Date: Tuesday, March 13, 2018 @ 21:20:23
  Author: bpiotrowski
Revision: 318889

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 318888, file-roller/trunk/PKGBUILD)

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

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318888, file-roller/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-13 21:20:23 UTC (rev 318889)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=file-roller
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(intltool itstool docbook-xsl gnome-common git libnautilus-extension
+             meson)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+            'unrar: better RAR archive support'
+            'unace: ACE archive support'
+            'lrzip: lrzip archive support')
+groups=(gnome)
+_commit=be8499528b415f66b60b3332a976563d62c58eec  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list