[arch-commits] Commit in pantheon-files (7 files)

Maxime Gauduin alucryd at archlinux.org
Sat Apr 11 20:02:43 UTC 2015


    Date: Saturday, April 11, 2015 @ 22:02:43
  Author: alucryd
Revision: 131176

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

Added:
  pantheon-files/repos/
  pantheon-files/repos/community-i686/
  pantheon-files/repos/community-i686/PKGBUILD
    (from rev 131175, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-i686/pantheon-files.install
    (from rev 131175, pantheon-files/trunk/pantheon-files.install)
  pantheon-files/repos/community-x86_64/
  pantheon-files/repos/community-x86_64/PKGBUILD
    (from rev 131175, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-x86_64/pantheon-files.install
    (from rev 131175, pantheon-files/trunk/pantheon-files.install)

-----------------------------------------+
 community-i686/PKGBUILD                 |   42 ++++++++++++++++++++++++++++++
 community-i686/pantheon-files.install   |   15 ++++++++++
 community-x86_64/PKGBUILD               |   42 ++++++++++++++++++++++++++++++
 community-x86_64/pantheon-files.install |   15 ++++++++++
 4 files changed, 114 insertions(+)

Copied: pantheon-files/repos/community-i686/PKGBUILD (from rev 131175, pantheon-files/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-04-11 20:02:43 UTC (rev 131176)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('desktop-file-utils' 'gconf' 'granite' 'libnotify' 'zeitgeist')
+makedepends=('cmake' 'gnome-common' 'sqlite3' 'vala')
+optdepends=('contractor-bzr: Various context menu entries'
+            'pantheon-files-plugin-dropbox-bzr: Dropbox integration'
+            'tumbler: Thumbnails generation')
+install='pantheon-files.install'
+source=("https://launchpad.net/pantheon-files/freya/${pkgver%.*}/+download/pantheon-files-${pkgver}.tgz")
+sha256sums=('17ab6239ce512fedecc4cff7fcb0465f925845ef17e8cc9e910001358bb9d8aa')
+
+build() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -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-i686/pantheon-files.install (from rev 131175, pantheon-files/trunk/pantheon-files.install)
===================================================================
--- repos/community-i686/pantheon-files.install	                        (rev 0)
+++ repos/community-i686/pantheon-files.install	2015-04-11 20:02:43 UTC (rev 131176)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-x86_64/PKGBUILD (from rev 131175, pantheon-files/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-04-11 20:02:43 UTC (rev 131176)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('desktop-file-utils' 'gconf' 'granite' 'libnotify' 'zeitgeist')
+makedepends=('cmake' 'gnome-common' 'sqlite3' 'vala')
+optdepends=('contractor-bzr: Various context menu entries'
+            'pantheon-files-plugin-dropbox-bzr: Dropbox integration'
+            'tumbler: Thumbnails generation')
+install='pantheon-files.install'
+source=("https://launchpad.net/pantheon-files/freya/${pkgver%.*}/+download/pantheon-files-${pkgver}.tgz")
+sha256sums=('17ab6239ce512fedecc4cff7fcb0465f925845ef17e8cc9e910001358bb9d8aa')
+
+build() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -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-x86_64/pantheon-files.install (from rev 131175, pantheon-files/trunk/pantheon-files.install)
===================================================================
--- repos/community-x86_64/pantheon-files.install	                        (rev 0)
+++ repos/community-x86_64/pantheon-files.install	2015-04-11 20:02:43 UTC (rev 131176)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list