[arch-commits] Commit in pantheon-files/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Sep 1 12:52:11 UTC 2021
Date: Wednesday, September 1, 2021 @ 12:52:11
Author: alucryd
Revision: 1010297
archrelease: copy trunk to community-x86_64
Added:
pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 1010296, 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-09-01 12:52:07 UTC (rev 1010296)
+++ PKGBUILD 2021-09-01 12:52:11 UTC (rev 1010297)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=6.0.2
-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=35337c6f994428df6964002822b16c10f476d082
-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 1010296, pantheon-files/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-09-01 12:52:11 UTC (rev 1010297)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=6.0.2
+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
+ 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=35337c6f994428df6964002822b16c10f476d082
+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