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

Pierre Schmitz pierre at archlinux.org
Mon Jan 18 17:45:12 UTC 2021


    Date: Monday, January 18, 2021 @ 17:45:12
  Author: pierre
Revision: 823591

db-move: moved xdebug from [community-staging] to [community-testing] (x86_64)

Added:
  xdebug/repos/community-testing-x86_64/
  xdebug/repos/community-testing-x86_64/PKGBUILD
    (from rev 823590, xdebug/repos/community-staging-x86_64/PKGBUILD)
  xdebug/repos/community-testing-x86_64/xdebug.ini
    (from rev 823590, xdebug/repos/community-staging-x86_64/xdebug.ini)
Deleted:
  xdebug/repos/community-staging-x86_64/

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

Copied: xdebug/repos/community-testing-x86_64/PKGBUILD (from rev 823590, xdebug/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-01-18 17:45:12 UTC (rev 823591)
@@ -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-testing-x86_64/xdebug.ini (from rev 823590, xdebug/repos/community-staging-x86_64/xdebug.ini)
===================================================================
--- community-testing-x86_64/xdebug.ini	                        (rev 0)
+++ community-testing-x86_64/xdebug.ini	2021-01-18 17:45:12 UTC (rev 823591)
@@ -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