[arch-commits] Commit in xdebug/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Sat Jan 16 13:12:55 UTC 2021


    Date: Saturday, January 16, 2021 @ 13:12:54
  Author: pierre
Revision: 821135

archrelease: copy trunk to community-staging-x86_64

Added:
  xdebug/repos/community-staging-x86_64/
  xdebug/repos/community-staging-x86_64/PKGBUILD
    (from rev 821134, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-staging-x86_64/xdebug.ini
    (from rev 821134, xdebug/trunk/xdebug.ini)

------------+
 PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 xdebug.ini |    5 +++++
 2 files changed, 36 insertions(+)

Copied: xdebug/repos/community-staging-x86_64/PKGBUILD (from rev 821134, xdebug/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-01-16 13:12:54 UTC (rev 821135)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: sracker <smb.sac at gmail.com>
+
+pkgname=xdebug
+pkgver=3.0.2
+pkgrel=2
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="https://www.xdebug.org"
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://xdebug.org/files/$pkgname-${pkgver}.tgz"
+	'xdebug.ini')
+sha256sums=('096d46dec061341868d3e3933b977013a592e2e88992b2c0aba7fa52f87c4e17'
+            '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Copied: xdebug/repos/community-staging-x86_64/xdebug.ini (from rev 821134, xdebug/trunk/xdebug.ini)
===================================================================
--- community-staging-x86_64/xdebug.ini	                        (rev 0)
+++ community-staging-x86_64/xdebug.ini	2021-01-16 13:12:54 UTC (rev 821135)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp



More information about the arch-commits mailing list