[arch-commits] Commit in pantheon-files/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Jul 20 06:56:08 UTC 2021
Date: Tuesday, July 20, 2021 @ 06:56:08
Author: alucryd
Revision: 979222
archrelease: copy trunk to community-x86_64
Added:
pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 979221, pantheon-files/trunk/PKGBUILD)
Deleted:
pantheon-files/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 119 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 61 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-20 06:56:02 UTC (rev 979221)
+++ PKGBUILD 2021-07-20 06:56:08 UTC (rev 979222)
@@ -1,58 +0,0 @@
-# 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:
Copied: pantheon-files/repos/community-x86_64/PKGBUILD (from rev 979221, pantheon-files/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-20 06:56:08 UTC (rev 979222)
@@ -0,0 +1,61 @@
+# 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:
More information about the arch-commits
mailing list