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

Jan de Groot jgc at archlinux.org
Wed Mar 30 10:44:42 UTC 2016


    Date: Wednesday, March 30, 2016 @ 12:44:41
  Author: jgc
Revision: 263330

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

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

---------------------------------------+
 gnome-unstable-i686/PKGBUILD          |   32 ++++++++++++++++++++++++++++++++
 gnome-unstable-i686/devhelp.install   |   18 ++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD        |   32 ++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/devhelp.install |   18 ++++++++++++++++++
 4 files changed, 100 insertions(+)

Copied: devhelp/repos/gnome-unstable-i686/PKGBUILD (from rev 263329, devhelp/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-03-30 10:44:41 UTC (rev 263330)
@@ -0,0 +1,32 @@
+# $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/gnome-unstable-i686/devhelp.install (from rev 263329, devhelp/trunk/devhelp.install)
===================================================================
--- gnome-unstable-i686/devhelp.install	                        (rev 0)
+++ gnome-unstable-i686/devhelp.install	2016-03-30 10:44:41 UTC (rev 263330)
@@ -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
+}

Copied: devhelp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 263329, devhelp/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-03-30 10:44:41 UTC (rev 263330)
@@ -0,0 +1,32 @@
+# $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/gnome-unstable-x86_64/devhelp.install (from rev 263329, devhelp/trunk/devhelp.install)
===================================================================
--- gnome-unstable-x86_64/devhelp.install	                        (rev 0)
+++ gnome-unstable-x86_64/devhelp.install	2016-03-30 10:44:41 UTC (rev 263330)
@@ -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