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

Maxime Gauduin alucryd at archlinux.org
Mon Nov 16 15:15:13 UTC 2015


    Date: Monday, November 16, 2015 @ 16:15:13
  Author: alucryd
Revision: 146927

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

Added:
  pantheon-files/repos/community-i686/PKGBUILD
    (from rev 146926, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-i686/pantheon-files.install
    (from rev 146926, pantheon-files/trunk/pantheon-files.install)
  pantheon-files/repos/community-x86_64/PKGBUILD
    (from rev 146926, pantheon-files/trunk/PKGBUILD)
  pantheon-files/repos/community-x86_64/pantheon-files.install
    (from rev 146926, 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                               |   98 ++++++++++++++++++++++++++++++
 /pantheon-files.install                 |   28 ++++++++
 community-i686/PKGBUILD                 |   49 ---------------
 community-i686/pantheon-files.install   |   14 ----
 community-x86_64/PKGBUILD               |   49 ---------------
 community-x86_64/pantheon-files.install |   14 ----
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-16 15:14:59 UTC (rev 146926)
+++ community-i686/PKGBUILD	2015-11-16 15:15:13 UTC (rev 146927)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=0.2.3
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2'
-         'glibc' 'gtk3' 'libgee' 'libnotify' 'pango' 'plank' 'sqlite'
-         'zeitgeist'
-         'libgranite.so')
-makedepends=('cmake' 'gnome-common' '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}.tar.xz")
-sha256sums=('b6a0a1af3a877b6b2e669af8a7d40cbdb55ce89e7ef15186732abbc1652edbeb')
-
-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 146926, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-16 15:15:13 UTC (rev 146927)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.2.4
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('atk' 'cairo' 'dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2'
+         'glibc' 'gtk3' 'libgee' 'libnotify' 'pango' 'plank' 'sqlite'
+         'zeitgeist'
+         'libgranite.so')
+makedepends=('cmake' 'gnome-common' '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}.tar.xz")
+sha256sums=('7eaf1ecd076d46bc2e43373982dd02b62663c2d2f1d4430ff771314cf4366b81')
+
+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-i686/pantheon-files.install
===================================================================
--- community-i686/pantheon-files.install	2015-11-16 15:14:59 UTC (rev 146926)
+++ community-i686/pantheon-files.install	2015-11-16 15:15:13 UTC (rev 146927)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  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 146926, pantheon-files/trunk/pantheon-files.install)
===================================================================
--- community-i686/pantheon-files.install	                        (rev 0)
+++ community-i686/pantheon-files.install	2015-11-16 15:15:13 UTC (rev 146927)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  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-11-16 15:14:59 UTC (rev 146926)
+++ community-x86_64/PKGBUILD	2015-11-16 15:15:13 UTC (rev 146927)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-files
-pkgver=0.2.3
-pkgrel=1
-pkgdesc='The Pantheon File Manager'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/pantheon-files'
-license=('GPL3')
-depends=('atk' 'cairo' 'dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2'
-         'glibc' 'gtk3' 'libgee' 'libnotify' 'pango' 'plank' 'sqlite'
-         'zeitgeist'
-         'libgranite.so')
-makedepends=('cmake' 'gnome-common' '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}.tar.xz")
-sha256sums=('b6a0a1af3a877b6b2e669af8a7d40cbdb55ce89e7ef15186732abbc1652edbeb')
-
-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 146926, pantheon-files/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-16 15:15:13 UTC (rev 146927)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-files
+pkgver=0.2.4
+pkgrel=1
+pkgdesc='The Pantheon File Manager'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/pantheon-files'
+license=('GPL3')
+depends=('atk' 'cairo' 'dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2'
+         'glibc' 'gtk3' 'libgee' 'libnotify' 'pango' 'plank' 'sqlite'
+         'zeitgeist'
+         'libgranite.so')
+makedepends=('cmake' 'gnome-common' '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}.tar.xz")
+sha256sums=('7eaf1ecd076d46bc2e43373982dd02b62663c2d2f1d4430ff771314cf4366b81')
+
+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/pantheon-files.install
===================================================================
--- community-x86_64/pantheon-files.install	2015-11-16 15:14:59 UTC (rev 146926)
+++ community-x86_64/pantheon-files.install	2015-11-16 15:15:13 UTC (rev 146927)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  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 146926, pantheon-files/trunk/pantheon-files.install)
===================================================================
--- community-x86_64/pantheon-files.install	                        (rev 0)
+++ community-x86_64/pantheon-files.install	2015-11-16 15:15:13 UTC (rev 146927)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  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