[arch-commits] Commit in devhelp/trunk (PKGBUILD devhelp.install)
Jan Steffens
heftig at archlinux.org
Thu Jul 28 17:32:20 UTC 2016
Date: Thursday, July 28, 2016 @ 17:32:19
Author: heftig
Revision: 272620
3.20.0-2
Modified:
devhelp/trunk/PKGBUILD
Deleted:
devhelp/trunk/devhelp.install
-----------------+
PKGBUILD | 3 +--
devhelp.install | 18 ------------------
2 files changed, 1 insertion(+), 20 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-28 17:32:14 UTC (rev 272619)
+++ PKGBUILD 2016-07-28 17:32:19 UTC (rev 272620)
@@ -5,7 +5,7 @@
pkgname=devhelp
pkgver=3.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="API documentation browser for GNOME"
arch=(i686 x86_64)
license=(GPL)
@@ -13,7 +13,6 @@
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')
Deleted: devhelp.install
===================================================================
--- devhelp.install 2016-07-28 17:32:14 UTC (rev 272619)
+++ devhelp.install 2016-07-28 17:32:19 UTC (rev 272620)
@@ -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