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

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Aug 4 06:36:12 UTC 2021


    Date: Wednesday, August 4, 2021 @ 06:36:12
  Author: alucryd
Revision: 993620

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-04 06:36:07 UTC (rev 993619)
+++ PKGBUILD	2021-08-04 06:36:12 UTC (rev 993620)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=6.0.0
-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
-  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'
-  'gvfs: Cleaner devices section'
-  'tumbler: Thumbnails generation'
-)
-_tag=84736878e625fab0222dcb072cf5c9c5ef56af32
-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 993619, pantheon-files/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-04 06:36:12 UTC (rev 993620)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=6.0.1
+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
+  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'
+  'gvfs: Cleaner devices section'
+  'tumbler: Thumbnails generation'
+)
+_tag=e29c9904acbea55fed7004b5af5b1e5a3867d9c1
+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