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

Ionut Biru ibiru at archlinux.org
Tue Oct 18 14:36:58 UTC 2011


    Date: Tuesday, October 18, 2011 @ 10:36:58
  Author: ibiru
Revision: 140720

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

Added:
  nautilus/repos/testing-i686/
  nautilus/repos/testing-i686/PKGBUILD
    (from rev 140719, nautilus/trunk/PKGBUILD)
  nautilus/repos/testing-i686/nautilus.install
    (from rev 140719, nautilus/trunk/nautilus.install)
  nautilus/repos/testing-x86_64/
  nautilus/repos/testing-x86_64/PKGBUILD
    (from rev 140719, nautilus/trunk/PKGBUILD)
  nautilus/repos/testing-x86_64/nautilus.install
    (from rev 140719, nautilus/trunk/nautilus.install)

---------------------------------+
 testing-i686/PKGBUILD           |   34 ++++++++++++++++++++++++++++++++++
 testing-i686/nautilus.install   |   20 ++++++++++++++++++++
 testing-x86_64/PKGBUILD         |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/nautilus.install |   20 ++++++++++++++++++++
 4 files changed, 108 insertions(+)

Copied: nautilus/repos/testing-i686/PKGBUILD (from rev 140719, nautilus/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-10-18 14:36:58 UTC (rev 140720)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=nautilus
+pkgver=3.2.1
+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' 'libnotify')
+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=('c482d6e7babcc238304cf55586cdf7e2b2806025214a143ed355f0d89b33b154')
+
+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/testing-i686/nautilus.install (from rev 140719, nautilus/trunk/nautilus.install)
===================================================================
--- testing-i686/nautilus.install	                        (rev 0)
+++ testing-i686/nautilus.install	2011-10-18 14:36:58 UTC (rev 140720)
@@ -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
+}

Copied: nautilus/repos/testing-x86_64/PKGBUILD (from rev 140719, nautilus/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-10-18 14:36:58 UTC (rev 140720)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=nautilus
+pkgver=3.2.1
+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' 'libnotify')
+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=('c482d6e7babcc238304cf55586cdf7e2b2806025214a143ed355f0d89b33b154')
+
+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/testing-x86_64/nautilus.install (from rev 140719, nautilus/trunk/nautilus.install)
===================================================================
--- testing-x86_64/nautilus.install	                        (rev 0)
+++ testing-x86_64/nautilus.install	2011-10-18 14:36:58 UTC (rev 140720)
@@ -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