Date: Saturday, September 14, 2019 @ 17:25:55
  Author: alucryd
Revision: 510575

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  105 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 56 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-14 17:25:50 UTC (rev 510574)
+++ PKGBUILD    2019-09-14 17:25:55 UTC (rev 510575)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
-
-pkgname=pantheon-files
-pkgver=4.1.9
-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
-  libgee
-  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'
-)
-source=(pantheon-files::git+https://github.com/elementary/files.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson pantheon-files build \
-    -D with-unity=false
-  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 510574, 
pantheon-files/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-09-14 17:25:55 UTC (rev 510575)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+
+pkgname=pantheon-files
+pkgver=4.2.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
+  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'
+)
+source=(pantheon-files::git+https://github.com/elementary/files.git#tag=e36b02dcf79a686cae1ab1f00e8ac3835f292c4a)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-files
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-files build \
+    -D with-unity=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to