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

Maxime Gauduin alucryd at archlinux.org
Thu Jun 18 10:25:31 UTC 2015


    Date: Thursday, June 18, 2015 @ 12:25:31
  Author: alucryd
Revision: 135556

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

Added:
  pantheon-files/repos/community-i686/PKGBUILD
    (from rev 135555, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-i686/pantheon-files.install
    (from rev 135555, pantheon-files/trunk/pantheon-files.install)
  pantheon-files/repos/community-x86_64/PKGBUILD
    (from rev 135555, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-x86_64/pantheon-files.install
    (from rev 135555, 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                 |   41 ---------------
 community-i686/pantheon-files.install   |   15 -----
 community-x86_64/PKGBUILD               |   41 ---------------
 community-x86_64/pantheon-files.install |   15 -----
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-18 10:25:06 UTC (rev 135555)
+++ community-i686/PKGBUILD	2015-06-18 10:25:31 UTC (rev 135556)
@@ -1,41 +0,0 @@
-# $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:

Copied: pantheon-files/repos/community-i686/PKGBUILD (from rev 135555, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-18 10:25:31 UTC (rev 135556)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.2.1
+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' 'sqlite' 'vala')
+optdepends=('contractor: Various context menu entries'
+            'tumbler: Thumbnails generation')
+install='pantheon-files.install'
+source=("https://launchpad.net/pantheon-files/${pkgver%.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tgz")
+sha256sums=('4a562d9f3bcd2a19d485060ec5baf9ac471efffe36c1c07de9035df5a4f8a699')
+
+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-06-18 10:25:06 UTC (rev 135555)
+++ community-i686/pantheon-files.install	2015-06-18 10:25:31 UTC (rev 135556)
@@ -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 135555, pantheon-files/trunk/pantheon-files.install)
===================================================================
--- community-i686/pantheon-files.install	                        (rev 0)
+++ community-i686/pantheon-files.install	2015-06-18 10:25:31 UTC (rev 135556)
@@ -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-06-18 10:25:06 UTC (rev 135555)
+++ community-x86_64/PKGBUILD	2015-06-18 10:25:31 UTC (rev 135556)
@@ -1,41 +0,0 @@
-# $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:

Copied: pantheon-files/repos/community-x86_64/PKGBUILD (from rev 135555, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-18 10:25:31 UTC (rev 135556)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.2.1
+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' 'sqlite' 'vala')
+optdepends=('contractor: Various context menu entries'
+            'tumbler: Thumbnails generation')
+install='pantheon-files.install'
+source=("https://launchpad.net/pantheon-files/${pkgver%.*}.x/${pkgver}/+download/pantheon-files-${pkgver}.tgz")
+sha256sums=('4a562d9f3bcd2a19d485060ec5baf9ac471efffe36c1c07de9035df5a4f8a699')
+
+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-06-18 10:25:06 UTC (rev 135555)
+++ community-x86_64/pantheon-files.install	2015-06-18 10:25:31 UTC (rev 135556)
@@ -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 135555, pantheon-files/trunk/pantheon-files.install)
===================================================================
--- community-x86_64/pantheon-files.install	                        (rev 0)
+++ community-x86_64/pantheon-files.install	2015-06-18 10:25:31 UTC (rev 135556)
@@ -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