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

Jan de Groot jgc at archlinux.org
Tue Oct 14 13:23:30 UTC 2014


    Date: Tuesday, October 14, 2014 @ 15:23:30
  Author: jgc
Revision: 224314

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

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

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-10-14 13:23:24 UTC (rev 224313)
+++ testing-i686/PKGBUILD	2014-10-14 13:23:30 UTC (rev 224314)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=yelp
-pkgver=3.14.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=('d08220b268e2117e3a7d3fdc97ebb7a5e4f35ebed6d9f33a288a7500b92d6756')
-
-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/PKGBUILD (from rev 224313, yelp/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-10-14 13:23:30 UTC (rev 224314)
@@ -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.14.1
+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=('1df24b0afa000fd7b003b43448be5227d72757e95e678a7be1832ebea685f072')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/yelp.install
===================================================================
--- testing-i686/yelp.install	2014-10-14 13:23:24 UTC (rev 224313)
+++ testing-i686/yelp.install	2014-10-14 13:23:30 UTC (rev 224314)
@@ -1,13 +0,0 @@
-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-i686/yelp.install (from rev 224313, yelp/trunk/yelp.install)
===================================================================
--- testing-i686/yelp.install	                        (rev 0)
+++ testing-i686/yelp.install	2014-10-14 13:23:30 UTC (rev 224314)
@@ -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
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-10-14 13:23:24 UTC (rev 224313)
+++ testing-x86_64/PKGBUILD	2014-10-14 13:23:30 UTC (rev 224314)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=yelp
-pkgver=3.14.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=('d08220b268e2117e3a7d3fdc97ebb7a5e4f35ebed6d9f33a288a7500b92d6756')
-
-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/PKGBUILD (from rev 224313, yelp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-10-14 13:23:30 UTC (rev 224314)
@@ -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.14.1
+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=('1df24b0afa000fd7b003b43448be5227d72757e95e678a7be1832ebea685f072')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/yelp.install
===================================================================
--- testing-x86_64/yelp.install	2014-10-14 13:23:24 UTC (rev 224313)
+++ testing-x86_64/yelp.install	2014-10-14 13:23:30 UTC (rev 224314)
@@ -1,13 +0,0 @@
-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/yelp.install (from rev 224313, yelp/trunk/yelp.install)
===================================================================
--- testing-x86_64/yelp.install	                        (rev 0)
+++ testing-x86_64/yelp.install	2014-10-14 13:23:30 UTC (rev 224314)
@@ -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