Date: Sunday, August 30, 2015 @ 14:43:23 Author: alucryd Revision: 138982
upgpkg: pantheon-files 0.2.2.1-1 Modified: pantheon-files/trunk/PKGBUILD pantheon-files/trunk/pantheon-files.install ------------------------+ PKGBUILD | 22 +++++++++++++++------- pantheon-files.install | 1 - 2 files changed, 15 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-30 11:13:00 UTC (rev 138981) +++ PKGBUILD 2015-08-30 12:43:23 UTC (rev 138982) @@ -2,31 +2,39 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=pantheon-files -pkgver=0.2.1 +pkgver=0.2.2.1 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' 'sqlite' 'vala') +depends=('atk' 'cairo' 'dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' + 'glibc' 'gtk3' 'libgee' 'libnotify' 'pango' 'plank' 'sqlite' + 'zeitgeist' + 'libgranite.so') +makedepends=('cmake' 'gnome-common' 'vala') optdepends=('contractor: Various context menu entries' 'tumbler: Thumbnails generation') install='pantheon-files.install' -source=("https://launchpad.net/pantheon-files/${pkgver%.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tgz") -sha256sums=('4a562d9f3bcd2a19d485060ec5baf9ac471efffe36c1c07de9035df5a4f8a699') +source=("https://launchpad.net/pantheon-files/${pkgver%.*.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz") +sha256sums=('a8b39e3eb34c5aeab38b9152043485f8df187ba27204275fcdb02d03bfee1833') -build() { +prepare() { cd pantheon-files-${pkgver} if [[ -d build ]]; then rm -rf build fi - mkdir build && cd build + 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 Modified: pantheon-files.install =================================================================== --- pantheon-files.install 2015-08-30 11:13:00 UTC (rev 138981) +++ pantheon-files.install 2015-08-30 12:43:23 UTC (rev 138982) @@ -1,6 +1,5 @@ post_install() { glib-compile-schemas /usr/share/glib-2.0/schemas - gtk-update-icon-cache -ftq /usr/share/icons/hicolor update-desktop-database -q }
