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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 17 13:46:20 UTC 2013


    Date: Wednesday, April 17, 2013 @ 15:46:19
  Author: heftig
Revision: 183089

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

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

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-04-17 13:45:37 UTC (rev 183088)
+++ testing-i686/PKGBUILD	2013-04-17 13:46:19 UTC (rev 183089)
@@ -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.8.0
-pkgrel=2
-pkgdesc="API documentation browser for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://live.gnome.org/devhelp/"
-depends=(webkitgtk3 hicolor-icon-theme)
-makedepends=(pkgconfig intltool python)
-options=('!libtool' '!emptydirs')
-install=devhelp.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f8ebd829d96b975069bb70a1fc3b658c3e39505824c8ccb5abd23a6f75589dda')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --with-webkit2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: devhelp/repos/testing-i686/PKGBUILD (from rev 183088, devhelp/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-17 13:46:19 UTC (rev 183089)
@@ -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.8.1
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://live.gnome.org/devhelp/"
+depends=(webkitgtk3 hicolor-icon-theme)
+makedepends=(pkgconfig intltool python)
+options=('!libtool' '!emptydirs')
+install=devhelp.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4548fb0b17d4716851cf044294a8ee59e72c8de97e793842faf510a6dbfd3c96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --with-webkit2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/devhelp.install
===================================================================
--- testing-i686/devhelp.install	2013-04-17 13:45:37 UTC (rev 183088)
+++ testing-i686/devhelp.install	2013-04-17 13:46:19 UTC (rev 183089)
@@ -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/testing-i686/devhelp.install (from rev 183088, devhelp/trunk/devhelp.install)
===================================================================
--- testing-i686/devhelp.install	                        (rev 0)
+++ testing-i686/devhelp.install	2013-04-17 13:46:19 UTC (rev 183089)
@@ -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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-04-17 13:45:37 UTC (rev 183088)
+++ testing-x86_64/PKGBUILD	2013-04-17 13:46:19 UTC (rev 183089)
@@ -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.8.0
-pkgrel=2
-pkgdesc="API documentation browser for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://live.gnome.org/devhelp/"
-depends=(webkitgtk3 hicolor-icon-theme)
-makedepends=(pkgconfig intltool python)
-options=('!libtool' '!emptydirs')
-install=devhelp.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f8ebd829d96b975069bb70a1fc3b658c3e39505824c8ccb5abd23a6f75589dda')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --with-webkit2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: devhelp/repos/testing-x86_64/PKGBUILD (from rev 183088, devhelp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-17 13:46:19 UTC (rev 183089)
@@ -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.8.1
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://live.gnome.org/devhelp/"
+depends=(webkitgtk3 hicolor-icon-theme)
+makedepends=(pkgconfig intltool python)
+options=('!libtool' '!emptydirs')
+install=devhelp.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4548fb0b17d4716851cf044294a8ee59e72c8de97e793842faf510a6dbfd3c96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --with-webkit2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/devhelp.install
===================================================================
--- testing-x86_64/devhelp.install	2013-04-17 13:45:37 UTC (rev 183088)
+++ testing-x86_64/devhelp.install	2013-04-17 13:46:19 UTC (rev 183089)
@@ -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/testing-x86_64/devhelp.install (from rev 183088, devhelp/trunk/devhelp.install)
===================================================================
--- testing-x86_64/devhelp.install	                        (rev 0)
+++ testing-x86_64/devhelp.install	2013-04-17 13:46:19 UTC (rev 183089)
@@ -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