[arch-commits] Commit in pantheon-files/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Mar 6 15:21:35 UTC 2020
Date: Friday, March 6, 2020 @ 15:21:34
Author: alucryd
Revision: 591017
archrelease: copy trunk to community-x86_64
Added:
pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 591016, pantheon-files/trunk/PKGBUILD)
Deleted:
pantheon-files/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 114 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 57 insertions(+), 57 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-06 15:21:27 UTC (rev 591016)
+++ PKGBUILD 2020-03-06 15:21:34 UTC (rev 591017)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=4.4.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
- 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=4f8d8256a2174e5f24bb248102a70f0bb6cabd28)
-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:
Copied: pantheon-files/repos/community-x86_64/PKGBUILD (from rev 591016, pantheon-files/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-06 15:21:34 UTC (rev 591017)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=4.4.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
+ 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=2928bda14c0208fe55e9ed948bf3c3baf4f66647)
+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:
More information about the arch-commits
mailing list