Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libgtop


Commits:
dca3a63e by Jan Alexander Steffens (heftig) at 2023-10-16T01:06:44+02:00
2.41.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = libgtop
+       pkgdesc = Library for collecting system monitoring data
+       pkgver = 2.41.2
+       pkgrel = 1
+       url = https://gitlab.gnome.org/GNOME/libgtop
+       arch = x86_64
+       license = GPL
+       makedepends = gobject-introspection
+       makedepends = gtk-doc
+       depends = glib2
+       depends = glibc
+       depends = libxau
+       source = 
https://download.gnome.org/sources/libgtop/2.41/libgtop-2.41.2.tar.xz
+       sha256sums = 
d9026cd8a48d27cdffd332f8d60a92764b56424e522c420cd13a01f40daf92c3
+
+pkgname = libgtop


=====================================
PKGBUILD
=====================================
@@ -2,20 +2,22 @@
 # Contributor: Jan de Groot <[email protected]>
 
 pkgname=libgtop
-pkgver=2.41.1
+pkgver=2.41.2
 pkgrel=1
 pkgdesc='Library for collecting system monitoring data'
 arch=('x86_64')
 url='https://gitlab.gnome.org/GNOME/libgtop'
 license=('GPL')
 depends=('glib2' 'glibc' 'libxau')
-makedepends=('gobject-introspection')
+makedepends=('gobject-introspection' 'gtk-doc')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('43ea9ad13f7caf98303e64172b191be9b96bab340b019deeec72251ee140fe3b')
+sha256sums=('d9026cd8a48d27cdffd332f8d60a92764b56424e522c420cd13a01f40daf92c3')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --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/dca3a63e16a0ec40b9409f7f5bbc081561d89390

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgtop/-/commit/dca3a63e16a0ec40b9409f7f5bbc081561d89390
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to