[arch-commits] Commit in dbus-glib/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Apr 18 08:36:57 UTC 2021


    Date: Sunday, April 18, 2021 @ 08:36:56
  Author: arojas
Revision: 412854

archrelease: copy trunk to testing-x86_64

Added:
  dbus-glib/repos/testing-x86_64/
  dbus-glib/repos/testing-x86_64/PKGBUILD
    (from rev 412853, dbus-glib/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: dbus-glib/repos/testing-x86_64/PKGBUILD (from rev 412853, dbus-glib/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-04-18 08:36:56 UTC (rev 412854)
@@ -0,0 +1,34 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=dbus-glib
+pkgver=0.112
+pkgrel=1
+pkgdesc="GLib bindings for DBUS"
+url="https://www.freedesktop.org/wiki/Software/DBusBindings"
+arch=(x86_64)
+license=('GPL')
+depends=('dbus' 'glib2')
+makedepends=('python' 'gtk-doc')
+source=(https://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a'
+            'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --libexecdir=/usr/lib \
+    --enable-gtk-doc \
+    --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  _c=/usr/share/bash-completion/completions
+  make DESTDIR="$pkgdir" install completiondir=$_c
+  mv "$pkgdir$_c"/{dbus-bash-completion.sh,dbus-send}
+}



More information about the arch-commits mailing list