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

Jan Steffens heftig at archlinux.org
Sat Mar 10 14:57:53 UTC 2012


    Date: Saturday, March 10, 2012 @ 09:57:52
  Author: heftig
Revision: 152881

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  yelp/repos/gnome-unstable-i686/
  yelp/repos/gnome-unstable-i686/PKGBUILD
    (from rev 152880, yelp/trunk/PKGBUILD)
  yelp/repos/gnome-unstable-i686/yelp.install
    (from rev 152880, yelp/trunk/yelp.install)
  yelp/repos/gnome-unstable-x86_64/
  yelp/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 152880, yelp/trunk/PKGBUILD)
  yelp/repos/gnome-unstable-x86_64/yelp.install
    (from rev 152880, yelp/trunk/yelp.install)

------------------------------------+
 gnome-unstable-i686/PKGBUILD       |   31 +++++++++++++++++++++++++++++++
 gnome-unstable-i686/yelp.install   |   19 +++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD     |   31 +++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/yelp.install |   19 +++++++++++++++++++
 4 files changed, 100 insertions(+)

Copied: yelp/repos/gnome-unstable-i686/PKGBUILD (from rev 152880, yelp/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-03-10 14:57:52 UTC (rev 152881)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A help browser for GNOME"
+arch=('i686' 'x86_64')
+depends=('libwebkit3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'dbus-glib' 'xz' 'bzip2'
+         'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url="http://www.gnome.org"
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('abbc439093408da41f0f2dbc6a9ae5df3464e354e8f1706d6ed5d1ffd4d8b6fb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: yelp/repos/gnome-unstable-i686/yelp.install (from rev 152880, yelp/trunk/yelp.install)
===================================================================
--- gnome-unstable-i686/yelp.install	                        (rev 0)
+++ gnome-unstable-i686/yelp.install	2012-03-10 14:57:52 UTC (rev 152881)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+    usr/sbin/gconfpkg --uninstall yelp
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: yelp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152880, yelp/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-10 14:57:52 UTC (rev 152881)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A help browser for GNOME"
+arch=('i686' 'x86_64')
+depends=('libwebkit3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'dbus-glib' 'xz' 'bzip2'
+         'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url="http://www.gnome.org"
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('abbc439093408da41f0f2dbc6a9ae5df3464e354e8f1706d6ed5d1ffd4d8b6fb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: yelp/repos/gnome-unstable-x86_64/yelp.install (from rev 152880, yelp/trunk/yelp.install)
===================================================================
--- gnome-unstable-x86_64/yelp.install	                        (rev 0)
+++ gnome-unstable-x86_64/yelp.install	2012-03-10 14:57:52 UTC (rev 152881)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0) < 0 )); then
+    usr/sbin/gconfpkg --uninstall yelp
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list