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

Jan de Groot jgc at archlinux.org
Mon Mar 23 13:23:50 UTC 2015


    Date: Monday, March 23, 2015 @ 14:23:50
  Author: jgc
Revision: 234550

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  devhelp/repos/gnome-unstable-i686/PKGBUILD
    (from rev 234549, devhelp/trunk/PKGBUILD)
  devhelp/repos/gnome-unstable-i686/devhelp.install
    (from rev 234549, devhelp/trunk/devhelp.install)
  devhelp/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 234549, devhelp/trunk/PKGBUILD)
  devhelp/repos/gnome-unstable-x86_64/devhelp.install
    (from rev 234549, devhelp/trunk/devhelp.install)
Deleted:
  devhelp/repos/gnome-unstable-i686/PKGBUILD
  devhelp/repos/gnome-unstable-i686/devhelp.install
  devhelp/repos/gnome-unstable-x86_64/PKGBUILD
  devhelp/repos/gnome-unstable-x86_64/devhelp.install

---------------------------------------+
 /PKGBUILD                             |   62 ++++++++++++++++++++++++++++++++
 /devhelp.install                      |   36 ++++++++++++++++++
 gnome-unstable-i686/PKGBUILD          |   31 ----------------
 gnome-unstable-i686/devhelp.install   |   18 ---------
 gnome-unstable-x86_64/PKGBUILD        |   31 ----------------
 gnome-unstable-x86_64/devhelp.install |   18 ---------
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2015-03-23 13:23:43 UTC (rev 234549)
+++ gnome-unstable-i686/PKGBUILD	2015-03-23 13:23:50 UTC (rev 234550)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgname=devhelp
-pkgver=3.15.92
-pkgrel=1
-pkgdesc="API documentation browser for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://live.gnome.org/devhelp/"
-depends=(webkit2gtk hicolor-icon-theme)
-makedepends=(pkgconfig intltool python)
-options=('!emptydirs')
-install=devhelp.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('da8786e458234300825f866a32130e396b38c49d1972d978e6e53615e3fe3b3f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: devhelp/repos/gnome-unstable-i686/PKGBUILD (from rev 234549, devhelp/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-03-23 13:23:50 UTC (rev 234550)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgname=devhelp
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://live.gnome.org/devhelp/"
+depends=(webkit2gtk hicolor-icon-theme)
+makedepends=(pkgconfig intltool python)
+options=('!emptydirs')
+install=devhelp.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5ea5e14a39fdc611f8d4d2782e2953657961c5b761a9b715efbfba6a5e8b9958')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-i686/devhelp.install
===================================================================
--- gnome-unstable-i686/devhelp.install	2015-03-23 13:23:43 UTC (rev 234549)
+++ gnome-unstable-i686/devhelp.install	2015-03-23 13:23:50 UTC (rev 234550)
@@ -1,18 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 3.8.0) < 0 )); then
-    gconfpkg --uninstall devhelp
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: devhelp/repos/gnome-unstable-i686/devhelp.install (from rev 234549, devhelp/trunk/devhelp.install)
===================================================================
--- gnome-unstable-i686/devhelp.install	                        (rev 0)
+++ gnome-unstable-i686/devhelp.install	2015-03-23 13:23:50 UTC (rev 234550)
@@ -0,0 +1,18 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.8.0) < 0 )); then
+    gconfpkg --uninstall devhelp
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2015-03-23 13:23:43 UTC (rev 234549)
+++ gnome-unstable-x86_64/PKGBUILD	2015-03-23 13:23:50 UTC (rev 234550)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Link Dupont <link at subpop.net>
-
-pkgname=devhelp
-pkgver=3.15.92
-pkgrel=1
-pkgdesc="API documentation browser for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://live.gnome.org/devhelp/"
-depends=(webkit2gtk hicolor-icon-theme)
-makedepends=(pkgconfig intltool python)
-options=('!emptydirs')
-install=devhelp.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('da8786e458234300825f866a32130e396b38c49d1972d978e6e53615e3fe3b3f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: devhelp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234549, devhelp/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-03-23 13:23:50 UTC (rev 234550)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgname=devhelp
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://live.gnome.org/devhelp/"
+depends=(webkit2gtk hicolor-icon-theme)
+makedepends=(pkgconfig intltool python)
+options=('!emptydirs')
+install=devhelp.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5ea5e14a39fdc611f8d4d2782e2953657961c5b761a9b715efbfba6a5e8b9958')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gnome-unstable-x86_64/devhelp.install
===================================================================
--- gnome-unstable-x86_64/devhelp.install	2015-03-23 13:23:43 UTC (rev 234549)
+++ gnome-unstable-x86_64/devhelp.install	2015-03-23 13:23:50 UTC (rev 234550)
@@ -1,18 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 3.8.0) < 0 )); then
-    gconfpkg --uninstall devhelp
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: devhelp/repos/gnome-unstable-x86_64/devhelp.install (from rev 234549, devhelp/trunk/devhelp.install)
===================================================================
--- gnome-unstable-x86_64/devhelp.install	                        (rev 0)
+++ gnome-unstable-x86_64/devhelp.install	2015-03-23 13:23:50 UTC (rev 234550)
@@ -0,0 +1,18 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.8.0) < 0 )); then
+    gconfpkg --uninstall devhelp
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list