Balló György pushed to branch main at Arch Linux / Packaging / Packages /
libgtop
Commits:
6aa16c31 by Balló György at 2024-07-20T18:54:20+02:00
Formatting
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,21 @@ pkgname=libgtop
pkgver=2.41.3
pkgrel=2
pkgdesc='Library for collecting system monitoring data'
-arch=('x86_64')
+arch=(x86_64)
url='https://gitlab.gnome.org/GNOME/libgtop'
-license=('GPL-2.0-or-later')
-depends=('glib2' 'glibc' 'libxau')
-makedepends=('git' 'gobject-introspection' 'gtk-doc')
+license=(GPL-2.0-or-later)
+depends=(
+ glib2
+ glibc
+ libxau
+)
+makedepends=(
+ git
+ gobject-introspection
+ gtk-doc
+)
source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver")
-b2sums=('ee017fd3b75d36f6617a6258ca6b65c83dbbdcbbd2bd6345326d7e321678d9529639303c65e98de3eae5a18f88ac6ccfc75ee287ee9647e329eba77c7bb7804c')
+b2sums=(ee017fd3b75d36f6617a6258ca6b65c83dbbdcbbd2bd6345326d7e321678d9529639303c65e98de3eae5a18f88ac6ccfc75ee287ee9647e329eba77c7bb7804c)
prepare() {
cd $pkgname
@@ -25,8 +33,12 @@ prepare() {
build() {
cd $pkgname
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname --enable-gtk-doc
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib \
+ --enable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgtop/-/commit/6aa16c31bc5892c5b7c1e6394fd8f9a56313b48b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgtop/-/commit/6aa16c31bc5892c5b7c1e6394fd8f9a56313b48b
You're receiving this email because of your account on gitlab.archlinux.org.