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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 07:55:30 UTC 2021


    Date: Monday, March 29, 2021 @ 07:55:30
  Author: alucryd
Revision: 908738

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-files/repos/community-staging-x86_64/
  pantheon-files/repos/community-staging-x86_64/PKGBUILD
    (from rev 908737, pantheon-files/trunk/PKGBUILD)

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

Copied: pantheon-files/repos/community-staging-x86_64/PKGBUILD (from rev 908737, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 07:55:30 UTC (rev 908738)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=4.5.0
+pkgrel=2
+pkgdesc='The Pantheon File Browser'
+arch=(x86_64)
+url=https://github.com/elementary/files
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  atk
+  cairo
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libcanberra
+  libcloudproviders
+  libgee
+  libgit2-glib
+  libgranite.so
+  libnotify
+  pango
+  sqlite
+  zeitgeist
+)
+makedepends=(
+  git
+  gnome-common
+  meson
+  vala
+)
+optdepends=(
+  'contractor: Various context menu entries'
+  'gvfs: Cleaner devices section'
+  'tumbler: Thumbnails generation'
+)
+_tag=57cb89b64fd2d5c08f4aaf23e8c74bfaa5d0384f
+source=(pantheon-files::git+https://github.com/elementary/files.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-files
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-files build \
+    -D with-unity=disabled
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list