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

Felix Yan fyan at archlinux.org
Tue Feb 16 16:27:39 UTC 2016


    Date: Tuesday, February 16, 2016 @ 17:27:39
  Author: fyan
Revision: 161853

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-16 16:27:08 UTC (rev 161852)
+++ community-i686/PKGBUILD	2016-02-16 16:27:39 UTC (rev 161853)
@@ -1,32 +0,0 @@
-# $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-i686/PKGBUILD (from rev 161852, papyros-files/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-16 16:27:39 UTC (rev 161853)
@@ -0,0 +1,31 @@
+# $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.1
+pkgrel=1
+pkgdesc="The file manager for Papyros"
+arch=("i686" "x86_64")
+url="https://github.com/papyros/files-app"
+license=("LGPL")
+depends=("qml-material" "taglib")
+makedepends=("git" "cmake" "qt5-tools")
+source=("git+https://github.com/papyros/files-app.git#tag=v$pkgver")
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-16 16:27:08 UTC (rev 161852)
+++ community-x86_64/PKGBUILD	2016-02-16 16:27:39 UTC (rev 161853)
@@ -1,32 +0,0 @@
-# $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 161852, papyros-files/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-16 16:27:39 UTC (rev 161853)
@@ -0,0 +1,31 @@
+# $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.1
+pkgrel=1
+pkgdesc="The file manager for Papyros"
+arch=("i686" "x86_64")
+url="https://github.com/papyros/files-app"
+license=("LGPL")
+depends=("qml-material" "taglib")
+makedepends=("git" "cmake" "qt5-tools")
+source=("git+https://github.com/papyros/files-app.git#tag=v$pkgver")
+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