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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:36:12 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:36:11
  Author: heftig
Revision: 155230

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

Added:
  nautilus/repos/testing-x86_64/
  nautilus/repos/testing-x86_64/PKGBUILD
    (from rev 155005, nautilus/repos/gnome-unstable-x86_64/PKGBUILD)
  nautilus/repos/testing-x86_64/nautilus.install
    (from rev 155005, nautilus/repos/gnome-unstable-x86_64/nautilus.install)
Deleted:
  nautilus/repos/gnome-unstable-x86_64/

------------------+
 PKGBUILD         |   34 ++++++++++++++++++++++++++++++++++
 nautilus.install |   20 ++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: nautilus/repos/testing-x86_64/PKGBUILD (from rev 155005, nautilus/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:36:11 UTC (rev 155230)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=nautilus
+pkgver=3.4.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' '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=('abdc8e84a42ab69158beedeec5b2b960a8bf899fb2b40ad162270223e1f243a3')
+
+build() {
+  cd "$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 "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: nautilus/repos/testing-x86_64/nautilus.install (from rev 155005, nautilus/repos/gnome-unstable-x86_64/nautilus.install)
===================================================================
--- testing-x86_64/nautilus.install	                        (rev 0)
+++ testing-x86_64/nautilus.install	2012-04-01 11:36:11 UTC (rev 155230)
@@ -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