[arch-commits] Commit in yelp/repos (6 files)
Jan Steffens
heftig at nymeria.archlinux.org
Sat Dec 21 15:24:32 UTC 2013
Date: Saturday, December 21, 2013 @ 16:24:31
Author: heftig
Revision: 202391
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
yelp/repos/staging-i686/
yelp/repos/staging-i686/PKGBUILD
(from rev 202390, yelp/trunk/PKGBUILD)
yelp/repos/staging-i686/yelp.install
(from rev 202390, yelp/trunk/yelp.install)
yelp/repos/staging-x86_64/
yelp/repos/staging-x86_64/PKGBUILD
(from rev 202390, yelp/trunk/PKGBUILD)
yelp/repos/staging-x86_64/yelp.install
(from rev 202390, yelp/trunk/yelp.install)
-----------------------------+
staging-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
staging-i686/yelp.install | 13 +++++++++++++
staging-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
staging-x86_64/yelp.install | 13 +++++++++++++
4 files changed, 88 insertions(+)
Copied: yelp/repos/staging-i686/PKGBUILD (from rev 202390, yelp/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2013-12-21 15:24:31 UTC (rev 202391)
@@ -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.10.1
+pkgrel=2
+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%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('17736479b7d0b1128c7d6cb3073f2b09e4bbc82670731b2a0d3a3219a520f816')
+
+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/staging-i686/yelp.install (from rev 202390, yelp/trunk/yelp.install)
===================================================================
--- staging-i686/yelp.install (rev 0)
+++ staging-i686/yelp.install 2013-12-21 15:24:31 UTC (rev 202391)
@@ -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/staging-x86_64/PKGBUILD (from rev 202390, yelp/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-12-21 15:24:31 UTC (rev 202391)
@@ -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.10.1
+pkgrel=2
+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%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('17736479b7d0b1128c7d6cb3073f2b09e4bbc82670731b2a0d3a3219a520f816')
+
+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/staging-x86_64/yelp.install (from rev 202390, yelp/trunk/yelp.install)
===================================================================
--- staging-x86_64/yelp.install (rev 0)
+++ staging-x86_64/yelp.install 2013-12-21 15:24:31 UTC (rev 202391)
@@ -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