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

Maxime Gauduin alucryd at archlinux.org
Sun Feb 12 12:09:17 UTC 2017


    Date: Sunday, February 12, 2017 @ 12:09:15
  Author: alucryd
Revision: 212019

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

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

---------------------------+
 /PKGBUILD                 |   94 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   47 ----------------------
 community-x86_64/PKGBUILD |   47 ----------------------
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-12 12:08:50 UTC (rev 212018)
+++ community-i686/PKGBUILD	2017-02-12 12:09:15 UTC (rev 212019)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
-         'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
-         'libgranite.so')
-makedepends=('cmake' 'gnome-common' 'vala')
-optdepends=('contractor: Various context menu entries'
-            'tumbler: Thumbnails generation')
-source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz")
-sha256sums=('4c61bf0a6a761b9a85ee5b9a42c2d4f108487f1958876c37036f859c2de7ace9')
-
-prepare() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  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
-}
-
-package() {
-  cd pantheon-files-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-i686/PKGBUILD (from rev 212018, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-12 12:09:15 UTC (rev 212019)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.3.1.1
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+         'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
+         'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+            'tumbler: Thumbnails generation')
+source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz")
+sha256sums=('24f718f01f6abce9d10398bab254ba08955d701a9c2a67c7cefcbf36de8a3337')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  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
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-12 12:08:50 UTC (rev 212018)
+++ community-x86_64/PKGBUILD	2017-02-12 12:09:15 UTC (rev 212019)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
-         'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
-         'libgranite.so')
-makedepends=('cmake' 'gnome-common' 'vala')
-optdepends=('contractor: Various context menu entries'
-            'tumbler: Thumbnails generation')
-source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz")
-sha256sums=('4c61bf0a6a761b9a85ee5b9a42c2d4f108487f1958876c37036f859c2de7ace9')
-
-prepare() {
-  cd pantheon-files-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  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
-}
-
-package() {
-  cd pantheon-files-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-files/repos/community-x86_64/PKGBUILD (from rev 212018, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-12 12:09:15 UTC (rev 212019)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.3.1.1
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('atk' 'cairo' 'dbus-glib' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+         'libcanberra' 'libgee' 'pango' 'sqlite' 'zeitgeist'
+         'libgranite.so')
+makedepends=('cmake' 'gnome-common' 'vala')
+optdepends=('contractor: Various context menu entries'
+            'tumbler: Thumbnails generation')
+source=("https://launchpad.net/pantheon-files/0.3.x/${pkgver}/+download/pantheon-files-${pkgver}.tar.xz")
+sha256sums=('24f718f01f6abce9d10398bab254ba08955d701a9c2a67c7cefcbf36de8a3337')
+
+prepare() {
+  cd pantheon-files-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  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
+}
+
+package() {
+  cd pantheon-files-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list