[arch-commits] Commit in pantheon-files/repos (4 files)
Maxime Gauduin
alucryd at archlinux.org
Thu Oct 13 08:13:58 UTC 2016
Date: Thursday, October 13, 2016 @ 08:13:57
Author: alucryd
Revision: 192133
archrelease: copy trunk to community-i686, community-x86_64
Added:
pantheon-files/repos/community-i686/PKGBUILD
(from rev 192131, pantheon-files/trunk/PKGBUILD)
pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 192132, 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 2016-10-13 08:13:51 UTC (rev 192132)
+++ community-i686/PKGBUILD 2016-10-13 08:13:57 UTC (rev 192133)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=0.3.0.2
-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=('5a7d6567b9eaad218276a9b2c6e168e4ad0c33a5e037aa3c27d91fbcdfab1961')
-
-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 192131, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-13 08:13:57 UTC (rev 192133)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.3.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=('455cf511db266203e856e9a08d11c9422513d2e10ae0218825f4d9e5bb196cfa')
+
+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 2016-10-13 08:13:51 UTC (rev 192132)
+++ community-x86_64/PKGBUILD 2016-10-13 08:13:57 UTC (rev 192133)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=0.3.0.2
-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=('5a7d6567b9eaad218276a9b2c6e168e4ad0c33a5e037aa3c27d91fbcdfab1961')
-
-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 192132, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-13 08:13:57 UTC (rev 192133)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.3.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=('455cf511db266203e856e9a08d11c9422513d2e10ae0218825f4d9e5bb196cfa')
+
+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