[arch-commits] Commit in pantheon-files/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Nov 5 09:36:22 UTC 2021


    Date: Friday, November 5, 2021 @ 09:36:22
  Author: alucryd
Revision: 1037184

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  121 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-05 09:36:17 UTC (rev 1037183)
+++ PKGBUILD	2021-11-05 09:36:22 UTC (rev 1037184)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=6.0.3
-pkgrel=1
-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
-  gvfs
-  libcanberra
-  libcloudproviders
-  libgee
-  libgit2-glib
-  libgranite.so
-  libhandy-1.so
-  libnotify
-  pango
-  plank
-  sqlite
-  zeitgeist
-)
-makedepends=(
-  flatpak-builder
-  git
-  gnome-common
-  meson
-  vala
-)
-optdepends=(
-  'contractor: Various context menu entries'
-  'tumbler: Thumbnails generation'
-)
-_tag=a6d833c7224b2f1e354184dd4d51bf43029ed48b
-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:

Copied: pantheon-files/repos/community-x86_64/PKGBUILD (from rev 1037183, pantheon-files/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-05 09:36:22 UTC (rev 1037184)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=6.0.4
+pkgrel=1
+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
+  gvfs
+  libcanberra
+  libcloudproviders
+  libgee
+  libgit2-glib
+  libgranite.so
+  libhandy-1.so
+  libnotify
+  pango
+  plank
+  sqlite
+  zeitgeist
+)
+makedepends=(
+  flatpak-builder
+  git
+  gnome-common
+  meson
+  vala
+)
+optdepends=(
+  'contractor: Various context menu entries'
+  'tumbler: Thumbnails generation'
+)
+_tag=5904faed04701f7ce2ad3dd7b17f93c7c5579643
+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
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list