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

Ionut Biru ibiru at archlinux.org
Mon Oct 17 18:01:36 UTC 2011


    Date: Monday, October 17, 2011 @ 14:01:35
  Author: ibiru
Revision: 140645

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  yelp/repos/testing-i686/
  yelp/repos/testing-i686/PKGBUILD
    (from rev 140644, yelp/trunk/PKGBUILD)
  yelp/repos/testing-i686/yelp.install
    (from rev 140644, yelp/trunk/yelp.install)
  yelp/repos/testing-x86_64/
  yelp/repos/testing-x86_64/PKGBUILD
    (from rev 140644, yelp/trunk/PKGBUILD)
  yelp/repos/testing-x86_64/yelp.install
    (from rev 140644, yelp/trunk/yelp.install)

-----------------------------+
 testing-i686/PKGBUILD       |   29 +++++++++++++++++++++++++++++
 testing-i686/yelp.install   |   19 +++++++++++++++++++
 testing-x86_64/PKGBUILD     |   29 +++++++++++++++++++++++++++++
 testing-x86_64/yelp.install |   19 +++++++++++++++++++
 4 files changed, 96 insertions(+)

Copied: yelp/repos/testing-i686/PKGBUILD (from rev 140644, yelp/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-10-17 18:01:35 UTC (rev 140645)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp
+pkgver=3.2.1
+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=('f22cc5e24df4349bffc42a75844615d86924f6b3f4a1951e0240a03a1a40981d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: yelp/repos/testing-i686/yelp.install (from rev 140644, yelp/trunk/yelp.install)
===================================================================
--- testing-i686/yelp.install	                        (rev 0)
+++ testing-i686/yelp.install	2011-10-17 18:01:35 UTC (rev 140645)
@@ -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/testing-x86_64/PKGBUILD (from rev 140644, yelp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-10-17 18:01:35 UTC (rev 140645)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp
+pkgver=3.2.1
+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=('f22cc5e24df4349bffc42a75844615d86924f6b3f4a1951e0240a03a1a40981d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: yelp/repos/testing-x86_64/yelp.install (from rev 140644, yelp/trunk/yelp.install)
===================================================================
--- testing-x86_64/yelp.install	                        (rev 0)
+++ testing-x86_64/yelp.install	2011-10-17 18:01:35 UTC (rev 140645)
@@ -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