[arch-commits] Commit in nautilus/repos (6 files)
Ionut Biru
ibiru at archlinux.org
Sat Mar 10 15:48:45 UTC 2012
Date: Saturday, March 10, 2012 @ 10:48:45
Author: ibiru
Revision: 152893
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
nautilus/repos/gnome-unstable-i686/
nautilus/repos/gnome-unstable-i686/PKGBUILD
(from rev 152892, nautilus/trunk/PKGBUILD)
nautilus/repos/gnome-unstable-i686/nautilus.install
(from rev 152892, nautilus/trunk/nautilus.install)
nautilus/repos/gnome-unstable-x86_64/
nautilus/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152892, nautilus/trunk/PKGBUILD)
nautilus/repos/gnome-unstable-x86_64/nautilus.install
(from rev 152892, nautilus/trunk/nautilus.install)
----------------------------------------+
gnome-unstable-i686/PKGBUILD | 34 +++++++++++++++++++++++++++++++
gnome-unstable-i686/nautilus.install | 20 ++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 34 +++++++++++++++++++++++++++++++
gnome-unstable-x86_64/nautilus.install | 20 ++++++++++++++++++
4 files changed, 108 insertions(+)
Copied: nautilus/repos/gnome-unstable-i686/PKGBUILD (from rev 152892, nautilus/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2012-03-10 15:48:45 UTC (rev 152893)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=nautilus
+pkgver=3.3.91
+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=('713d0352f8be25133bae1974f74788852e16d9ecc5131b8bd4601bb67c7247cb')
+
+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/gnome-unstable-i686/nautilus.install (from rev 152892, nautilus/trunk/nautilus.install)
===================================================================
--- gnome-unstable-i686/nautilus.install (rev 0)
+++ gnome-unstable-i686/nautilus.install 2012-03-10 15:48:45 UTC (rev 152893)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 152892, nautilus/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2012-03-10 15:48:45 UTC (rev 152893)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=nautilus
+pkgver=3.3.91
+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=('713d0352f8be25133bae1974f74788852e16d9ecc5131b8bd4601bb67c7247cb')
+
+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/gnome-unstable-x86_64/nautilus.install (from rev 152892, nautilus/trunk/nautilus.install)
===================================================================
--- gnome-unstable-x86_64/nautilus.install (rev 0)
+++ gnome-unstable-x86_64/nautilus.install 2012-03-10 15:48:45 UTC (rev 152893)
@@ -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