[arch-commits] Commit in pantheon-files/repos (8 files)
Maxime Gauduin
alucryd at archlinux.org
Sat Apr 11 20:11:18 UTC 2015
Date: Saturday, April 11, 2015 @ 22:11:17
Author: alucryd
Revision: 131178
archrelease: copy trunk to community-i686, community-x86_64
Added:
pantheon-files/repos/community-i686/PKGBUILD
(from rev 131177, pantheon-files/trunk/PKGBUILD)
pantheon-files/repos/community-i686/pantheon-files.install
(from rev 131177, pantheon-files/trunk/pantheon-files.install)
pantheon-files/repos/community-x86_64/PKGBUILD
(from rev 131177, pantheon-files/trunk/PKGBUILD)
pantheon-files/repos/community-x86_64/pantheon-files.install
(from rev 131177, pantheon-files/trunk/pantheon-files.install)
Deleted:
pantheon-files/repos/community-i686/PKGBUILD
pantheon-files/repos/community-i686/pantheon-files.install
pantheon-files/repos/community-x86_64/PKGBUILD
pantheon-files/repos/community-x86_64/pantheon-files.install
-----------------------------------------+
/PKGBUILD | 82 ++++++++++++++++++++++++++++++
/pantheon-files.install | 30 ++++++++++
community-i686/PKGBUILD | 42 ---------------
community-i686/pantheon-files.install | 15 -----
community-x86_64/PKGBUILD | 42 ---------------
community-x86_64/pantheon-files.install | 15 -----
6 files changed, 112 insertions(+), 114 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-11 20:11:03 UTC (rev 131177)
+++ community-i686/PKGBUILD 2015-04-11 20:11:17 UTC (rev 131178)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('desktop-file-utils' 'gconf' 'granite' 'libnotify' 'zeitgeist')
-makedepends=('cmake' 'gnome-common' 'sqlite3' 'vala')
-optdepends=('contractor-bzr: Various context menu entries'
- 'pantheon-files-plugin-dropbox-bzr: Dropbox integration'
- 'tumbler: Thumbnails generation')
-install='pantheon-files.install'
-source=("https://launchpad.net/pantheon-files/freya/${pkgver%.*}/+download/pantheon-files-${pkgver}.tgz")
-sha256sums=('17ab6239ce512fedecc4cff7fcb0465f925845ef17e8cc9e910001358bb9d8aa')
-
-build() {
- cd pantheon-files-${pkgver}
-
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build && cd build
-
- cmake .. \
- -DCMAKE_BUILD_TYPE='Release' \
- -DCMAKE_INSTALL_PREFIX='/usr' \
- -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 131177, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-11 20:11:17 UTC (rev 131178)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('desktop-file-utils' 'gconf' 'granite' 'libnotify' 'zeitgeist')
+makedepends=('cmake' 'gnome-common' 'sqlite3' 'vala')
+optdepends=('contractor: Various context menu entries'
+ 'tumbler: Thumbnails generation')
+install='pantheon-files.install'
+source=("https://launchpad.net/pantheon-files/freya/${pkgver%.*}/+download/pantheon-files-${pkgver}.tgz")
+sha256sums=('17ab6239ce512fedecc4cff7fcb0465f925845ef17e8cc9e910001358bb9d8aa')
+
+build() {
+ cd pantheon-files-${pkgver}
+
+ if [[ -d build ]]; then
+ rm -rf build
+ fi
+ mkdir build && cd build
+
+ cmake .. \
+ -DCMAKE_BUILD_TYPE='Release' \
+ -DCMAKE_INSTALL_PREFIX='/usr' \
+ -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-i686/pantheon-files.install
===================================================================
--- community-i686/pantheon-files.install 2015-04-11 20:11:03 UTC (rev 131177)
+++ community-i686/pantheon-files.install 2015-04-11 20:11:17 UTC (rev 131178)
@@ -1,15 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -ftq /usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et:
Copied: pantheon-files/repos/community-i686/pantheon-files.install (from rev 131177, pantheon-files/trunk/pantheon-files.install)
===================================================================
--- community-i686/pantheon-files.install (rev 0)
+++ community-i686/pantheon-files.install 2015-04-11 20:11:17 UTC (rev 131178)
@@ -0,0 +1,15 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-11 20:11:03 UTC (rev 131177)
+++ community-x86_64/PKGBUILD 2015-04-11 20:11:17 UTC (rev 131178)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('desktop-file-utils' 'gconf' 'granite' 'libnotify' 'zeitgeist')
-makedepends=('cmake' 'gnome-common' 'sqlite3' 'vala')
-optdepends=('contractor-bzr: Various context menu entries'
- 'pantheon-files-plugin-dropbox-bzr: Dropbox integration'
- 'tumbler: Thumbnails generation')
-install='pantheon-files.install'
-source=("https://launchpad.net/pantheon-files/freya/${pkgver%.*}/+download/pantheon-files-${pkgver}.tgz")
-sha256sums=('17ab6239ce512fedecc4cff7fcb0465f925845ef17e8cc9e910001358bb9d8aa')
-
-build() {
- cd pantheon-files-${pkgver}
-
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build && cd build
-
- cmake .. \
- -DCMAKE_BUILD_TYPE='Release' \
- -DCMAKE_INSTALL_PREFIX='/usr' \
- -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 131177, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-11 20:11:17 UTC (rev 131178)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('desktop-file-utils' 'gconf' 'granite' 'libnotify' 'zeitgeist')
+makedepends=('cmake' 'gnome-common' 'sqlite3' 'vala')
+optdepends=('contractor: Various context menu entries'
+ 'tumbler: Thumbnails generation')
+install='pantheon-files.install'
+source=("https://launchpad.net/pantheon-files/freya/${pkgver%.*}/+download/pantheon-files-${pkgver}.tgz")
+sha256sums=('17ab6239ce512fedecc4cff7fcb0465f925845ef17e8cc9e910001358bb9d8aa')
+
+build() {
+ cd pantheon-files-${pkgver}
+
+ if [[ -d build ]]; then
+ rm -rf build
+ fi
+ mkdir build && cd build
+
+ cmake .. \
+ -DCMAKE_BUILD_TYPE='Release' \
+ -DCMAKE_INSTALL_PREFIX='/usr' \
+ -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/pantheon-files.install
===================================================================
--- community-x86_64/pantheon-files.install 2015-04-11 20:11:03 UTC (rev 131177)
+++ community-x86_64/pantheon-files.install 2015-04-11 20:11:17 UTC (rev 131178)
@@ -1,15 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -ftq /usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et:
Copied: pantheon-files/repos/community-x86_64/pantheon-files.install (from rev 131177, pantheon-files/trunk/pantheon-files.install)
===================================================================
--- community-x86_64/pantheon-files.install (rev 0)
+++ community-x86_64/pantheon-files.install 2015-04-11 20:11:17 UTC (rev 131178)
@@ -0,0 +1,15 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list