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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:33:08 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:33:07
  Author: heftig
Revision: 155112

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

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

-------------------------+
 PKGBUILD                |   35 +++++++++++++++++++++++++++++++++++
 gnome-documents.install |   13 +++++++++++++
 2 files changed, 48 insertions(+)

Copied: gnome-documents/repos/testing-x86_64/PKGBUILD (from rev 155005, gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:33:07 UTC (rev 155112)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-documents
+pkgver=0.4.0.1
+pkgrel=1
+pkgdesc="Documents Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL')
+groups=('gnome-extra')
+depends=('clutter-gtk' 'evince' 'gjs' 'gtk3' 'gnome-desktop' 'gnome-online-accounts' 'libgdata' 'tracker')
+makedepends=('intltool')
+optdepends=('unoconv: Support for Libreoffice document types')
+options=('!libtool')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('91e9051b0453fbf271c2a9bc4f40789ea47da5c5269689e2e6897eb1d30621ca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --libexecdir=/usr/lib/gnome-documents
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-x86_64/gnome-documents.install (from rev 155005, gnome-documents/repos/gnome-unstable-x86_64/gnome-documents.install)
===================================================================
--- testing-x86_64/gnome-documents.install	                        (rev 0)
+++ testing-x86_64/gnome-documents.install	2012-04-01 11:33:07 UTC (rev 155112)
@@ -0,0 +1,13 @@
+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
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list