[arch-commits] Commit in d-feet/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 07:15:01 UTC 2019


    Date: Monday, November 4, 2019 @ 07:15:00
  Author: felixonmars
Revision: 523468

archrelease: copy trunk to community-staging-any

Added:
  d-feet/repos/community-staging-any/
  d-feet/repos/community-staging-any/PKGBUILD
    (from rev 523467, d-feet/trunk/PKGBUILD)

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

Copied: d-feet/repos/community-staging-any/PKGBUILD (from rev 523467, d-feet/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 07:15:00 UTC (rev 523468)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=d-feet
+pkgver=0.3.15
+pkgrel=2
+pkgdesc="D-Bus debugger for GNOME"
+arch=('any')
+url="https://wiki.gnome.org/Apps/DFeet"
+license=('GPL2')
+depends=('gtk3' 'python-gobject')
+makedepends=('gobject-introspection' 'meson' 'python-pycodestyle' 'yelp-tools')
+checkdepends=('xorg-server-xvfb')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1fff149ad01ccbd93c927f5733346a9122324b9d367da3adbf4f1a52e47dfdb1')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  xvfb-run meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}



More information about the arch-commits mailing list