[arch-commits] Commit in pantheon-files/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Apr 9 10:29:07 UTC 2019
Date: Tuesday, April 9, 2019 @ 10:29:06
Author: alucryd
Revision: 450583
archrelease: copy trunk to community-x86_64
Added:
pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 450582, pantheon-files/trunk/PKGBUILD)
Deleted:
pantheon-files/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 113 ++++++++++++++++++++++++++-----------------------------------
1 file changed, 49 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-09 10:28:57 UTC (rev 450582)
+++ PKGBUILD 2019-04-09 10:29:06 UTC (rev 450583)
@@ -1,64 +0,0 @@
-# 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:
Copied: pantheon-files/repos/community-x86_64/PKGBUILD (from rev 450582, pantheon-files/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-09 10:29:06 UTC (rev 450583)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=4.1.7
+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
+ libgee
+ 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=${pkgver})
+sha256sums=(SKIP)
+
+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