[arch-commits] Commit in nautilus/repos (6 files)
Jan de Groot
jgc at archlinux.org
Sat Sep 8 13:07:20 UTC 2012
Date: Saturday, September 8, 2012 @ 09:07:20
Author: jgc
Revision: 166504
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 166503, nautilus/trunk/PKGBUILD)
nautilus/repos/gnome-unstable-i686/nautilus.install
(from rev 166503, nautilus/trunk/nautilus.install)
nautilus/repos/gnome-unstable-x86_64/
nautilus/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166503, nautilus/trunk/PKGBUILD)
nautilus/repos/gnome-unstable-x86_64/nautilus.install
(from rev 166503, nautilus/trunk/nautilus.install)
----------------------------------------+
gnome-unstable-i686/PKGBUILD | 34 +++++++++++++++++++++++++++++++
gnome-unstable-i686/nautilus.install | 14 ++++++++++++
gnome-unstable-x86_64/PKGBUILD | 34 +++++++++++++++++++++++++++++++
gnome-unstable-x86_64/nautilus.install | 14 ++++++++++++
4 files changed, 96 insertions(+)
Copied: nautilus/repos/gnome-unstable-i686/PKGBUILD (from rev 166503, nautilus/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2012-09-08 13:07:20 UTC (rev 166504)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=nautilus
+pkgver=3.5.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=('0fe4b31a27ee1b172d6c948fedcfc2f8b3dd09da035e317b53c6fa2a96c7abc0')
+
+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 166503, nautilus/trunk/nautilus.install)
===================================================================
--- gnome-unstable-i686/nautilus.install (rev 0)
+++ gnome-unstable-i686/nautilus.install 2012-09-08 13:07:20 UTC (rev 166504)
@@ -0,0 +1,14 @@
+post_install() {
+ 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
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: nautilus/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166503, nautilus/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2012-09-08 13:07:20 UTC (rev 166504)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=nautilus
+pkgver=3.5.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=('0fe4b31a27ee1b172d6c948fedcfc2f8b3dd09da035e317b53c6fa2a96c7abc0')
+
+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 166503, nautilus/trunk/nautilus.install)
===================================================================
--- gnome-unstable-x86_64/nautilus.install (rev 0)
+++ gnome-unstable-x86_64/nautilus.install 2012-09-08 13:07:20 UTC (rev 166504)
@@ -0,0 +1,14 @@
+post_install() {
+ 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
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list