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

Maxime Gauduin alucryd at archlinux.org
Thu Dec 6 13:12:44 UTC 2018


    Date: Thursday, December 6, 2018 @ 13:12:43
  Author: alucryd
Revision: 411722

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  127 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-06 13:12:32 UTC (rev 411721)
+++ PKGBUILD	2018-12-06 13:12:43 UTC (rev 411722)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=4.0
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=(x86_64)
-url='https://launchpad.net/pantheon-files'
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  atk
-  cairo
-  gdk-pixbuf2
-  glib2
-  gtk3
-  libcanberra
-  libgee
-  libgranite.so
-  libnotify
-  pango
-  sqlite
-  zeitgeist
-)
-makedepends=(
-  cmake
-  git
-  gnome-common
-  ninja
-  vala
-)
-optdepends=(
-  'contractor: Various context menu entries'
-  'tumbler: Thumbnails generation'
-)
-source=(pantheon-files::git+https://github.com/elementary/files.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../pantheon-files \
-    -G Ninja \
-    -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
-    -DCMAKE_SKIP_RPATH='TRUE' \
-    -DGSETTINGS_COMPILE='FALSE'
-  cmake --build .
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-x86_64/PKGBUILD (from rev 411721, pantheon-files/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-06 13:12:43 UTC (rev 411722)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=4.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
+  libgee
+  libgranite.so
+  libnotify
+  pango
+  sqlite
+  zeitgeist
+)
+makedepends=(
+  cmake
+  git
+  gnome-common
+  ninja
+  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)
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../pantheon-files \
+    -G Ninja \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+    -DCMAKE_SKIP_RPATH='TRUE' \
+    -DGSETTINGS_COMPILE='FALSE'
+  cmake --build .
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --build build --target install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list