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

Jan Steffens heftig at archlinux.org
Thu Jul 28 17:34:10 UTC 2016


    Date: Thursday, July 28, 2016 @ 17:34:10
  Author: heftig
Revision: 272622

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

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

------------------------------+
 /PKGBUILD                    |   62 +++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD          |   32 ---------------------
 extra-i686/devhelp.install   |   18 -----------
 extra-x86_64/PKGBUILD        |   32 ---------------------
 extra-x86_64/devhelp.install |   18 -----------
 5 files changed, 62 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-07-28 17:33:46 UTC (rev 272621)
+++ extra-i686/PKGBUILD	2016-07-28 17:34:10 UTC (rev 272622)
@@ -1,32 +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.20.0
-pkgrel=1
-pkgdesc="API documentation browser for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Apps/Devhelp"
-depends=(webkit2gtk)
-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=('a23375c2e2b2ef6240994bc2327fcacfd42403af6d872d0cba2e16dd45ca1f1d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: devhelp/repos/extra-i686/PKGBUILD (from rev 272621, devhelp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-07-28 17:34:10 UTC (rev 272622)
@@ -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.20.0
+pkgrel=2
+pkgdesc="API documentation browser for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Devhelp"
+depends=(webkit2gtk)
+makedepends=(pkgconfig intltool python)
+options=('!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a23375c2e2b2ef6240994bc2327fcacfd42403af6d872d0cba2e16dd45ca1f1d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/devhelp.install
===================================================================
--- extra-i686/devhelp.install	2016-07-28 17:33:46 UTC (rev 272621)
+++ extra-i686/devhelp.install	2016-07-28 17:34:10 UTC (rev 272622)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-07-28 17:33:46 UTC (rev 272621)
+++ extra-x86_64/PKGBUILD	2016-07-28 17:34:10 UTC (rev 272622)
@@ -1,32 +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.20.0
-pkgrel=1
-pkgdesc="API documentation browser for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Apps/Devhelp"
-depends=(webkit2gtk)
-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=('a23375c2e2b2ef6240994bc2327fcacfd42403af6d872d0cba2e16dd45ca1f1d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: devhelp/repos/extra-x86_64/PKGBUILD (from rev 272621, devhelp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-07-28 17:34:10 UTC (rev 272622)
@@ -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.20.0
+pkgrel=2
+pkgdesc="API documentation browser for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Devhelp"
+depends=(webkit2gtk)
+makedepends=(pkgconfig intltool python)
+options=('!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a23375c2e2b2ef6240994bc2327fcacfd42403af6d872d0cba2e16dd45ca1f1d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/devhelp.install
===================================================================
--- extra-x86_64/devhelp.install	2016-07-28 17:33:46 UTC (rev 272621)
+++ extra-x86_64/devhelp.install	2016-07-28 17:34:10 UTC (rev 272622)
@@ -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
-}



More information about the arch-commits mailing list