[arch-commits] Commit in libgtop/trunk (PKGBUILD libgtop.install)
Jan de Groot
jgc at archlinux.org
Wed Jun 8 09:07:07 UTC 2016
Date: Wednesday, June 8, 2016 @ 11:07:06
Author: jgc
Revision: 269126
upgpkg: libgtop 2.34.0-2
Remove install file and no longer needed configure switch
Modified:
libgtop/trunk/PKGBUILD
Deleted:
libgtop/trunk/libgtop.install
-----------------+
PKGBUILD | 6 ++----
libgtop.install | 13 -------------
2 files changed, 2 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-08 09:02:42 UTC (rev 269125)
+++ PKGBUILD 2016-06-08 09:07:06 UTC (rev 269126)
@@ -3,13 +3,12 @@
pkgname=libgtop
pkgver=2.34.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library that reads information about processes and the running system"
arch=('i686' 'x86_64')
license=('LGPL')
depends=('glib2' 'libxau' 'texinfo')
makedepends=('intltool' 'gobject-introspection')
-install=libgtop.install
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
url="http://www.gnome.org/"
sha256sums=('8d8ae39e700d1c8c0b3e1391ed10ca88e6fc14f49d175d516dab6e3313b4ee2a')
@@ -17,8 +16,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --with-libgtop-smp
+ --localstatedir=/var --disable-static
make
}
Deleted: libgtop.install
===================================================================
--- libgtop.install 2016-06-08 09:02:42 UTC (rev 269125)
+++ libgtop.install 2016-06-08 09:07:06 UTC (rev 269126)
@@ -1,13 +0,0 @@
-info_dir=/usr/share/info
-
-post_install() {
- install-info ${info_dir}/libgtop2.info.gz ${info_dir}/dir 2> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- install-info --delete ${info_dir}/libgtop2.info.gz ${info_dir}/dir 2> /dev/null
-}
More information about the arch-commits
mailing list