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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:34:12 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:34:11
  Author: jgc
Revision: 234788

db-move: moved yelp from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  yelp/repos/testing-i686/
  yelp/repos/testing-i686/PKGBUILD
    (from rev 234786, yelp/repos/gnome-unstable-i686/PKGBUILD)
  yelp/repos/testing-i686/yelp.install
    (from rev 234786, yelp/repos/gnome-unstable-i686/yelp.install)
  yelp/repos/testing-x86_64/
  yelp/repos/testing-x86_64/PKGBUILD
    (from rev 234786, yelp/repos/gnome-unstable-x86_64/PKGBUILD)
  yelp/repos/testing-x86_64/yelp.install
    (from rev 234786, yelp/repos/gnome-unstable-x86_64/yelp.install)
Deleted:
  yelp/repos/gnome-unstable-i686/
  yelp/repos/gnome-unstable-x86_64/

-----------------------------+
 testing-i686/PKGBUILD       |   31 +++++++++++++++++++++++++++++++
 testing-i686/yelp.install   |   13 +++++++++++++
 testing-x86_64/PKGBUILD     |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/yelp.install |   13 +++++++++++++
 4 files changed, 88 insertions(+)

Copied: yelp/repos/testing-i686/PKGBUILD (from rev 234786, yelp/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:34:11 UTC (rev 234788)
@@ -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.16.0
+pkgrel=1
+pkgdesc="A help browser for GNOME"
+arch=('i686' 'x86_64')
+depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+         'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs')
+url="http://www.gnome.org"
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('238baa442a8ffe8db2e3d423329409a4e3bc9436d5f63f520c64fc875e70e22b')
+
+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/testing-i686/yelp.install (from rev 234786, yelp/repos/gnome-unstable-i686/yelp.install)
===================================================================
--- testing-i686/yelp.install	                        (rev 0)
+++ testing-i686/yelp.install	2015-03-25 15:34:11 UTC (rev 234788)
@@ -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
+}

Copied: yelp/repos/testing-x86_64/PKGBUILD (from rev 234786, yelp/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:34:11 UTC (rev 234788)
@@ -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.16.0
+pkgrel=1
+pkgdesc="A help browser for GNOME"
+arch=('i686' 'x86_64')
+depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+         'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs')
+url="http://www.gnome.org"
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('238baa442a8ffe8db2e3d423329409a4e3bc9436d5f63f520c64fc875e70e22b')
+
+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/testing-x86_64/yelp.install (from rev 234786, yelp/repos/gnome-unstable-x86_64/yelp.install)
===================================================================
--- testing-x86_64/yelp.install	                        (rev 0)
+++ testing-x86_64/yelp.install	2015-03-25 15:34:11 UTC (rev 234788)
@@ -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