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

Felix Yan fyan at archlinux.org
Sat Jan 30 06:05:36 UTC 2016


    Date: Saturday, January 30, 2016 @ 07:05:35
  Author: fyan
Revision: 159456

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

Added:
  papyros-files/repos/community-i686/
  papyros-files/repos/community-i686/PKGBUILD
    (from rev 159455, papyros-files/trunk/PKGBUILD)
  papyros-files/repos/community-x86_64/
  papyros-files/repos/community-x86_64/PKGBUILD
    (from rev 159455, papyros-files/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: papyros-files/repos/community-i686/PKGBUILD (from rev 159455, papyros-files/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-30 06:05:35 UTC (rev 159456)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 159441 2016-01-30 05:03:01Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Riley Trautman <asonix.dev at gmail.com>
+# Contributor: Michael Spencer <sonrisesoftware at gmail.com>
+
+pkgname=papyros-files
+pkgver=0.0.5.20151231
+_commit=f95637cd8afcd5d91391d690417501d67cf1c005
+pkgrel=1
+pkgdesc="The file manager for Papyros"
+arch=("i686" "x86_64")
+url="https://github.com/papyros/files-app"
+license=("LGPL")
+depends=("qml-material")
+makedepends=("git" "cmake" "qt5-tools")
+source=("git+https://github.com/papyros/files-app.git#commit=$_commit")
+sha256sums=("SKIP")
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake "$srcdir/files-app" -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: papyros-files/repos/community-x86_64/PKGBUILD (from rev 159455, papyros-files/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-30 06:05:35 UTC (rev 159456)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 159441 2016-01-30 05:03:01Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Riley Trautman <asonix.dev at gmail.com>
+# Contributor: Michael Spencer <sonrisesoftware at gmail.com>
+
+pkgname=papyros-files
+pkgver=0.0.5.20151231
+_commit=f95637cd8afcd5d91391d690417501d67cf1c005
+pkgrel=1
+pkgdesc="The file manager for Papyros"
+arch=("i686" "x86_64")
+url="https://github.com/papyros/files-app"
+license=("LGPL")
+depends=("qml-material")
+makedepends=("git" "cmake" "qt5-tools")
+source=("git+https://github.com/papyros/files-app.git#commit=$_commit")
+sha256sums=("SKIP")
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake "$srcdir/files-app" -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list