[arch-commits] Commit in nautilus/repos (5 files)

Ionut Biru ibiru at archlinux.org
Sat Oct 1 19:00:31 UTC 2011


    Date: Saturday, October 1, 2011 @ 15:00:31
  Author: ibiru
Revision: 139401

db-move: moved nautilus from [testing] to [extra] (x86_64)

Added:
  nautilus/repos/extra-x86_64/PKGBUILD
    (from rev 139207, nautilus/repos/testing-x86_64/PKGBUILD)
  nautilus/repos/extra-x86_64/nautilus.install
    (from rev 139207, nautilus/repos/testing-x86_64/nautilus.install)
Deleted:
  nautilus/repos/extra-x86_64/PKGBUILD
  nautilus/repos/extra-x86_64/nautilus.install
  nautilus/repos/testing-x86_64/

------------------+
 PKGBUILD         |   69 ++++++++++++++++++++++++++---------------------------
 nautilus.install |   40 +++++++++++++++---------------
 2 files changed, 54 insertions(+), 55 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-01 19:00:29 UTC (rev 139400)
+++ extra-x86_64/PKGBUILD	2011-10-01 19:00:31 UTC (rev 139401)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=nautilus
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="The GNOME shell and file manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libexif' 'gnome-desktop' 'exempi' 'gtk3' 'hicolor-icon-theme' 'gvfs' 'desktop-file-utils' 'gsettings-desktop-schemas' 'shared-mime-info' 'gnome-icon-theme')
-makedepends=('intltool' 'gobject-introspection')
-replaces=('gnome-volume-manager')
-url="http://www.gnome.org"
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-install=nautilus.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6a4c6b75593f0e815763d0040878cd908da72318f18b05f33d24040e0d602b22')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --libexecdir=/usr/lib/nautilus \
-      --disable-nst-extension \
-      --disable-update-mimedb \
-      --disable-packagekit \
-      --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: nautilus/repos/extra-x86_64/PKGBUILD (from rev 139207, nautilus/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-01 19:00:31 UTC (rev 139401)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=nautilus
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="GNOME file manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 'gnome-icon-theme' 'dconf' 'libtracker-sparql')
+makedepends=('intltool' 'gobject-introspection')
+url="http://www.gnome.org"
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=nautilus.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0eefea717d0b8fa360a50c493875cd146de05cc61b67b426d770ab5ba57541cd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --libexecdir=/usr/lib/nautilus \
+      --disable-nst-extension \
+      --disable-update-mimedb \
+      --disable-packagekit \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/nautilus.install
===================================================================
--- extra-x86_64/nautilus.install	2011-10-01 19:00:29 UTC (rev 139400)
+++ extra-x86_64/nautilus.install	2011-10-01 19:00:31 UTC (rev 139401)
@@ -1,20 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime > /dev/null
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-    usr/sbin/gconfpkg --uninstall nautilus
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nautilus/repos/extra-x86_64/nautilus.install (from rev 139207, nautilus/repos/testing-x86_64/nautilus.install)
===================================================================
--- extra-x86_64/nautilus.install	                        (rev 0)
+++ extra-x86_64/nautilus.install	2011-10-01 19:00:31 UTC (rev 139401)
@@ -0,0 +1,20 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime > /dev/null
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+    usr/sbin/gconfpkg --uninstall nautilus
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list