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

Ionut Biru ibiru at archlinux.org
Mon Apr 23 09:11:04 UTC 2012


    Date: Monday, April 23, 2012 @ 05:11:04
  Author: ibiru
Revision: 157006

db-move: moved yelp from [testing] to [extra] (x86_64)

Added:
  yelp/repos/extra-x86_64/PKGBUILD
    (from rev 156695, yelp/repos/testing-x86_64/PKGBUILD)
  yelp/repos/extra-x86_64/yelp.install
    (from rev 156695, yelp/repos/testing-x86_64/yelp.install)
Deleted:
  yelp/repos/extra-x86_64/PKGBUILD
  yelp/repos/extra-x86_64/yelp.install
  yelp/repos/testing-x86_64/

--------------+
 PKGBUILD     |   60 +++++++++++++++++++++++++++++----------------------------
 yelp.install |   32 ++++++++++++------------------
 2 files changed, 44 insertions(+), 48 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-23 09:11:03 UTC (rev 157005)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:11:04 UTC (rev 157006)
@@ -1,29 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 156695, yelp/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-23 09:11:04 UTC (rev 157006)
@@ -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.4.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' 'itstool')
+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=('0485c170210b681a07b709fad7c43010cd683f33f7cb5a62eb05fcccf2507184')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/yelp.install
===================================================================
--- extra-x86_64/yelp.install	2012-04-23 09:11:03 UTC (rev 157005)
+++ extra-x86_64/yelp.install	2012-04-23 09:11:04 UTC (rev 157006)
@@ -1,19 +0,0 @@
-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/extra-x86_64/yelp.install (from rev 156695, yelp/repos/testing-x86_64/yelp.install)
===================================================================
--- extra-x86_64/yelp.install	                        (rev 0)
+++ extra-x86_64/yelp.install	2012-04-23 09:11:04 UTC (rev 157006)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list