[arch-commits] Commit in pantheon-files/repos (4 files)

Maxime Gauduin alucryd at archlinux.org
Thu Nov 2 16:08:00 UTC 2017


    Date: Thursday, November 2, 2017 @ 16:07:59
  Author: alucryd
Revision: 265191

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pantheon-files/repos/community-staging-i686/
  pantheon-files/repos/community-staging-i686/PKGBUILD
    (from rev 265190, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-staging-x86_64/
  pantheon-files/repos/community-staging-x86_64/PKGBUILD
    (from rev 265190, pantheon-files/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   48 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   48 ++++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)

Copied: pantheon-files/repos/community-staging-i686/PKGBUILD (from rev 265190, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-11-02 16:07:59 UTC (rev 265191)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.3.5
+pkgrel=2
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+groups=('pantheon')
+depends=('atk' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libcanberra'
+         'libgee' 'libnotify' 'pango' 'sqlite' 'zeitgeist'
+         'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+            'tumbler: Thumbnails generation')
+source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz")
+sha256sums=('fd58b00ea3ad835d62f248a982e508b5199b846d67c5d92bf958e85e670f8a7e')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-files-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+    -DCMAKE_SKIP_RPATH='TRUE' \
+    -DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-staging-x86_64/PKGBUILD (from rev 265190, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-11-02 16:07:59 UTC (rev 265191)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.3.5
+pkgrel=2
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+groups=('pantheon')
+depends=('atk' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libcanberra'
+         'libgee' 'libnotify' 'pango' 'sqlite' 'zeitgeist'
+         'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+            'tumbler: Thumbnails generation')
+source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz")
+sha256sums=('fd58b00ea3ad835d62f248a982e508b5199b846d67c5d92bf958e85e670f8a7e')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd pantheon-files-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+    -DCMAKE_SKIP_RPATH='TRUE' \
+    -DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list