[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2019-04-03 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 3, 2019 @ 07:06:33
  Author: mtorromeo
Revision: 448272

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 448271, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 448271, sysdig/trunk/bashcomp-location.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/bashcomp-location.patch

-+
 PKGBUILD|  102 ++
 bashcomp-location.patch |   26 +--
 2 files changed, 62 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-03 07:06:02 UTC (rev 448271)
+++ PKGBUILD2019-04-03 07:06:33 UTC (rev 448272)
@@ -1,53 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.24.2
-pkgrel=2
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="https://www.sysdig.com/;
-license=('GPL2' 'Apache' 'MIT')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-
"linux-5.0.patch::https://github.com/draios/sysdig/commit/2c8f0263382bf64800faec5fba5cc3e005d9fb1e.patch;
-"bashcomp-location.patch")
-sha256sums=('cd925afd2fb0a26728611666e017d480afd49158c2d70714c7461a97c8820807'
-'232d999c0cbb298083574365322117fa064527e6edbe011eb48423762e1fc5f1'
-'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i "$srcdir"/bashcomp-location.patch
-  patch -p1 -i "$srcdir"/linux-5.0.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
-
-  cd build
-  make install DESTDIR="$pkgdir"
-
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 448271, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-03 07:06:33 UTC (rev 448272)
@@ -0,0 +1,49 @@
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.25
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="https://www.sysdig.com/;
+license=('GPL2' 'Apache' 'MIT')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb' 'grpc')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"bashcomp-location.patch")
+sha256sums=('8c22df9703ce953ff962de5b148dacbb96810956bf2c8d7a73239898f725684c'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: bashcomp-location.patch
===
--- bashcomp-location.patch 2019-04-03 07:06:02 UTC (rev 448271)
+++ bashcomp-location.patch 2019-04-03 07:06:33 UTC (rev 448272)
@@ -1,13 +0,0 @@
-diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
-index ded65e9..fd2a59b 100644
 a/scripts/CMakeLists.txt
-+++ b/scripts/CMakeLists.txt
-@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
- configure_file(debian/prerm.in debian/prerm)
- 
- install(FILES completions/bash/sysdig
--  DESTINATION "${DIR_ETC}/bash_completion.d")
-+  DESTINATION "share/bash-completion/completions/")
- 
- install(FILES completions/zsh/_sysdig

[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2019-03-11 Thread Massimiliano Torromeo via arch-commits
Date: Monday, March 11, 2019 @ 08:55:13
  Author: mtorromeo
Revision: 439725

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 439724, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 439724, sysdig/trunk/bashcomp-location.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/bashcomp-location.patch

-+
 PKGBUILD|  103 +++---
 bashcomp-location.patch |   26 +--
 2 files changed, 66 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 08:55:09 UTC (rev 439724)
+++ PKGBUILD2019-03-11 08:55:13 UTC (rev 439725)
@@ -1,50 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.24.2
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2' 'Apache' 'MIT')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"bashcomp-location.patch")
-sha256sums=('cd925afd2fb0a26728611666e017d480afd49158c2d70714c7461a97c8820807'
-'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i "$srcdir"/bashcomp-location.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
-
-  cd build
-  make install DESTDIR="$pkgdir"
-
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 439724, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 08:55:13 UTC (rev 439725)
@@ -0,0 +1,53 @@
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.24.2
+pkgrel=2
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="https://www.sysdig.com/;
+license=('GPL2' 'Apache' 'MIT')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+
"linux-5.0.patch::https://github.com/draios/sysdig/commit/2c8f0263382bf64800faec5fba5cc3e005d9fb1e.patch;
+"bashcomp-location.patch")
+sha256sums=('cd925afd2fb0a26728611666e017d480afd49158c2d70714c7461a97c8820807'
+'232d999c0cbb298083574365322117fa064527e6edbe011eb48423762e1fc5f1'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+  patch -p1 -i "$srcdir"/linux-5.0.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+  cd build
+  make install DESTDIR="$pkgdir"
+
+}

Deleted: bashcomp-location.patch
===
--- bashcomp-location.patch 2019-03-11 08:55:09 UTC (rev 439724)
+++ bashcomp-location.patch 2019-03-11 08:55:13 UTC (rev 439725)
@@ -1,13 +0,0 @@
-diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
-index ded65e9..fd2a59b 100644
 a/scripts/CMakeLists.txt
-+++ b/scripts/CMakeLists.txt
-@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
- configure_file(debian/prerm.in debian/prerm)
- 
- install(FILES completions/bash/sysdig
--  DESTINATION "${DIR_ETC}/bash_completion.d")
-+  DESTINATION "share/bash-completion/completions/")
- 
- install(FILES completions/zsh/_sysdig
- 

[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2018-12-31 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 31, 2018 @ 15:49:33
  Author: mtorromeo
Revision: 420032

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 420031, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 420031, sysdig/trunk/bashcomp-location.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/bashcomp-location.patch

-+
 PKGBUILD|  100 +++---
 bashcomp-location.patch |   26 +--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 15:49:24 UTC (rev 420031)
+++ PKGBUILD2018-12-31 15:49:33 UTC (rev 420032)
@@ -1,50 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.24.1
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2' 'Apache' 'MIT')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"bashcomp-location.patch")
-sha256sums=('828f99338e9912bde68aa0d6ae3dffe8c20bca999cfcc2b81f45b79cb97dffa9'
-'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i "$srcdir"/bashcomp-location.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
-
-  cd build
-  make install DESTDIR="$pkgdir"
-
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 420031, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 15:49:33 UTC (rev 420032)
@@ -0,0 +1,50 @@
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.24.2
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2' 'Apache' 'MIT')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"bashcomp-location.patch")
+sha256sums=('cd925afd2fb0a26728611666e017d480afd49158c2d70714c7461a97c8820807'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+  cd build
+  make install DESTDIR="$pkgdir"
+
+}

Deleted: bashcomp-location.patch
===
--- bashcomp-location.patch 2018-12-31 15:49:24 UTC (rev 420031)
+++ bashcomp-location.patch 2018-12-31 15:49:33 UTC (rev 420032)
@@ -1,13 +0,0 @@
-diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
-index ded65e9..fd2a59b 100644
 a/scripts/CMakeLists.txt
-+++ b/scripts/CMakeLists.txt
-@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
- configure_file(debian/prerm.in debian/prerm)
- 
- install(FILES completions/bash/sysdig
--  DESTINATION "${DIR_ETC}/bash_completion.d")
-+  DESTINATION "share/bash-completion/completions/")
- 
- install(FILES completions/zsh/_sysdig
-   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-x86_64/bashcomp-location.patch (from rev 420031, 
sysdig/trunk/bashcomp-location.patch)
===
--- 

[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2018-10-09 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, October 9, 2018 @ 11:36:31
  Author: mtorromeo
Revision: 391453

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 391452, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 391452, sysdig/trunk/bashcomp-location.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/bashcomp-location.patch

-+
 PKGBUILD|   96 +++---
 bashcomp-location.patch |   26 ++--
 2 files changed, 63 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-09 11:36:17 UTC (rev 391452)
+++ PKGBUILD2018-10-09 11:36:31 UTC (rev 391453)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.23.1
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"bashcomp-location.patch")
-sha256sums=('57d5b713b875eba35546a1408bf3f20c2703904a17d956be115ee55272db4cfa'
-'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i "$srcdir"/bashcomp-location.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 391452, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-09 11:36:31 UTC (rev 391453)
@@ -0,0 +1,50 @@
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.24.1
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2' 'Apache' 'MIT')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"bashcomp-location.patch")
+sha256sums=('828f99338e9912bde68aa0d6ae3dffe8c20bca999cfcc2b81f45b79cb97dffa9'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+  cd build
+  make install DESTDIR="$pkgdir"
+
+}

Deleted: bashcomp-location.patch
===
--- bashcomp-location.patch 2018-10-09 11:36:17 UTC (rev 391452)
+++ bashcomp-location.patch 2018-10-09 11:36:31 UTC (rev 391453)
@@ -1,13 +0,0 @@
-diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
-index ded65e9..fd2a59b 100644
 a/scripts/CMakeLists.txt
-+++ b/scripts/CMakeLists.txt
-@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
- configure_file(debian/prerm.in debian/prerm)
- 
- install(FILES completions/bash/sysdig
--  DESTINATION "${DIR_ETC}/bash_completion.d")
-+  DESTINATION "share/bash-completion/completions/")
- 
- install(FILES completions/zsh/_sysdig
-   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-x86_64/bashcomp-location.patch (from rev 391452, 
sysdig/trunk/bashcomp-location.patch)
===
--- bashcomp-location.patch (rev 0)
+++ bashcomp-location.patch 2018-10-09 11:36:31 UTC (rev 391453)
@@ -0,0 +1,13 @@
+diff 

[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2018-08-20 Thread Massimiliano Torromeo via arch-commits
Date: Monday, August 20, 2018 @ 08:43:00
  Author: mtorromeo
Revision: 372846

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 372845, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 372845, sysdig/trunk/bashcomp-location.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/bashcomp-location.patch

-+
 PKGBUILD|   92 +++---
 bashcomp-location.patch |   26 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 08:42:45 UTC (rev 372845)
+++ PKGBUILD2018-08-20 08:43:00 UTC (rev 372846)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.23.0
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"bashcomp-location.patch")
-sha256sums=('c00d77992f9610276de74787139034a7d2d5ec65c0b59395446cdd3f06234cab'
-'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i "$srcdir"/bashcomp-location.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 372845, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 08:43:00 UTC (rev 372846)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.23.1
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"bashcomp-location.patch")
+sha256sums=('57d5b713b875eba35546a1408bf3f20c2703904a17d956be115ee55272db4cfa'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: bashcomp-location.patch
===
--- bashcomp-location.patch 2018-08-20 08:42:45 UTC (rev 372845)
+++ bashcomp-location.patch 2018-08-20 08:43:00 UTC (rev 372846)
@@ -1,13 +0,0 @@
-diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
-index ded65e9..fd2a59b 100644
 a/scripts/CMakeLists.txt
-+++ b/scripts/CMakeLists.txt
-@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
- configure_file(debian/prerm.in debian/prerm)
- 
- install(FILES completions/bash/sysdig
--  DESTINATION "${DIR_ETC}/bash_completion.d")
-+  DESTINATION "share/bash-completion/completions/")
- 
- install(FILES completions/zsh/_sysdig
-   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-x86_64/bashcomp-location.patch (from rev 372845, 
sysdig/trunk/bashcomp-location.patch)
===
--- bashcomp-location.patch (rev 0)
+++ bashcomp-location.patch 2018-08-20 08:43:00 UTC (rev 372846)
@@ -0,0 +1,13 @@
+diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+index ded65e9..fd2a59b 100644
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt
+@@ 

[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2018-08-10 Thread Massimiliano Torromeo via arch-commits
Date: Friday, August 10, 2018 @ 13:05:23
  Author: mtorromeo
Revision: 370901

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 370900, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 370900, sysdig/trunk/bashcomp-location.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/bashcomp-location.patch

-+
 PKGBUILD|   92 +++---
 bashcomp-location.patch |   26 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-10 13:05:08 UTC (rev 370900)
+++ PKGBUILD2018-08-10 13:05:23 UTC (rev 370901)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.22.1
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"bashcomp-location.patch")
-sha256sums=('b0ca30473c813c8086187e171f1b8faee6e72689fc02cb1e54ff9f8563bfbe89'
-'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i "$srcdir"/bashcomp-location.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 370900, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-10 13:05:23 UTC (rev 370901)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.23.0
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"bashcomp-location.patch")
+sha256sums=('c00d77992f9610276de74787139034a7d2d5ec65c0b59395446cdd3f06234cab'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: bashcomp-location.patch
===
--- bashcomp-location.patch 2018-08-10 13:05:08 UTC (rev 370900)
+++ bashcomp-location.patch 2018-08-10 13:05:23 UTC (rev 370901)
@@ -1,13 +0,0 @@
-diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
-index ded65e9..fd2a59b 100644
 a/scripts/CMakeLists.txt
-+++ b/scripts/CMakeLists.txt
-@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
- configure_file(debian/prerm.in debian/prerm)
- 
- install(FILES completions/bash/sysdig
--  DESTINATION "${DIR_ETC}/bash_completion.d")
-+  DESTINATION "share/bash-completion/completions/")
- 
- install(FILES completions/zsh/_sysdig
-   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-x86_64/bashcomp-location.patch (from rev 370900, 
sysdig/trunk/bashcomp-location.patch)
===
--- bashcomp-location.patch (rev 0)
+++ bashcomp-location.patch 2018-08-10 13:05:23 UTC (rev 370901)
@@ -0,0 +1,13 @@
+diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+index ded65e9..fd2a59b 100644
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt
+@@ 

[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2018-08-08 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, August 8, 2018 @ 13:01:49
  Author: mtorromeo
Revision: 370329

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 370328, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 370328, sysdig/trunk/bashcomp-location.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/bashcomp-location.patch

-+
 PKGBUILD|   92 +++---
 bashcomp-location.patch |   26 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-08 13:01:35 UTC (rev 370328)
+++ PKGBUILD2018-08-08 13:01:49 UTC (rev 370329)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.22.0
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"bashcomp-location.patch")
-sha256sums=('379fac93a786f9d934c1c6e7b3ba803ed19f23ae193948d8b019c832fcc7'
-'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i "$srcdir"/bashcomp-location.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 370328, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-08 13:01:49 UTC (rev 370329)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.22.1
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"bashcomp-location.patch")
+sha256sums=('b0ca30473c813c8086187e171f1b8faee6e72689fc02cb1e54ff9f8563bfbe89'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: bashcomp-location.patch
===
--- bashcomp-location.patch 2018-08-08 13:01:35 UTC (rev 370328)
+++ bashcomp-location.patch 2018-08-08 13:01:49 UTC (rev 370329)
@@ -1,13 +0,0 @@
-diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
-index ded65e9..fd2a59b 100644
 a/scripts/CMakeLists.txt
-+++ b/scripts/CMakeLists.txt
-@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
- configure_file(debian/prerm.in debian/prerm)
- 
- install(FILES completions/bash/sysdig
--  DESTINATION "${DIR_ETC}/bash_completion.d")
-+  DESTINATION "share/bash-completion/completions/")
- 
- install(FILES completions/zsh/_sysdig
-   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-x86_64/bashcomp-location.patch (from rev 370328, 
sysdig/trunk/bashcomp-location.patch)
===
--- bashcomp-location.patch (rev 0)
+++ bashcomp-location.patch 2018-08-08 13:01:49 UTC (rev 370329)
@@ -0,0 +1,13 @@
+diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+index ded65e9..fd2a59b 100644
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt

[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2018-06-20 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, June 20, 2018 @ 07:40:16
  Author: mtorromeo
Revision: 344192

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 344191, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 344191, sysdig/trunk/bashcomp-location.patch)
  sysdig/repos/community-x86_64/linux-4.17.patch
(from rev 344191, sysdig/trunk/linux-4.17.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   97 -
 bashcomp-location.patch |   13 
 linux-4.17.patch|  133 ++
 3 files changed, 195 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-20 07:40:01 UTC (rev 344191)
+++ PKGBUILD2018-06-20 07:40:16 UTC (rev 344192)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.21.0
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('3ba35ca1e84dd4487bdeff078ff0e48c862fa6887688f9c8d4a076865c6f9a05')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
-  scripts/CMakeLists.txt
-  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
-  userspace/libsinsp/marathon_http.cpp \
-  userspace/libsinsp/mesos_http.cpp
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 344191, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-20 07:40:16 UTC (rev 344192)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.21.0
+pkgrel=2
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"linux-4.17.patch"
+"bashcomp-location.patch")
+sha256sums=('3ba35ca1e84dd4487bdeff078ff0e48c862fa6887688f9c8d4a076865c6f9a05'
+'79caf0a1c47698189e611022c1342361c2caf7f6d22baac2c946301e3a2a779c'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/linux-4.17.patch
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Copied: sysdig/repos/community-x86_64/bashcomp-location.patch (from rev 344191, 
sysdig/trunk/bashcomp-location.patch)
===
--- bashcomp-location.patch (rev 0)
+++ bashcomp-location.patch 2018-06-20 07:40:16 UTC (rev 344192)
@@ -0,0 +1,13 @@
+diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+index ded65e9..fd2a59b 100644
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt
+@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
+ configure_file(debian/prerm.in debian/prerm)
+ 
+ install(FILES completions/bash/sysdig
+-  DESTINATION "${DIR_ETC}/bash_completion.d")
++  DESTINATION "share/bash-completion/completions/")
+ 
+ install(FILES completions/zsh/_sysdig
+   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-x86_64/linux-4.17.patch (from rev 344191, 

[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2016-10-26 Thread Massimiliano Torromeo
Date: Wednesday, October 26, 2016 @ 15:08:21
  Author: mtorromeo
Revision: 193639

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 193638, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/sysdig.install
(from rev 193638, sysdig/trunk/sysdig.install)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/sysdig.install

+
 PKGBUILD   |   92 +++
 sysdig.install |   42 -
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-26 15:08:05 UTC (rev 193638)
+++ PKGBUILD2016-10-26 15:08:21 UTC (rev 193639)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.11.0
-pkgrel=2
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('59ae661c8eb33d00f31d33d48a908261bb4b0e2d001e1f40e16b5855fe46103b')
-install=$pkgname.install
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
-  -i scripts/CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DUSE_BUNDLED_JSONCPP=OFF \
--DUSE_BUNDLED_JQ=ON \
--DUSE_BUNDLED_B64=ON \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 193638, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-26 15:08:21 UTC (rev 193639)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('8399cfb77e5f61a4d7aa0ef94ec79ab60afc11571f8604791e6378a90a14ce9e')
+install=$pkgname.install
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
+  -i scripts/CMakeLists.txt
+  sed "s/\tsinsp/\tsinsp crypto ssl/" \
+  -i userspace/sysdig/CMakeLists.txt
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DUSE_BUNDLED_B64=ON \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: sysdig.install
===
--- sysdig.install  2016-10-26 15:08:05 UTC (rev 193638)
+++ sysdig.install  2016-10-26 15:08:21 UTC (rev 193639)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-pre_remove "$2"
-}
-
-post_upgrade() {
-post_install "$1"
-}
-
-pre_remove() {
-[ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
-}

Copied: sysdig/repos/community-x86_64/sysdig.install (from rev 193638, 
sysdig/trunk/sysdig.install)
===
--- sysdig.install  (rev 0)
+++ sysdig.install  2016-10-26 15:08:21 UTC (rev 193639)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+post_install() {
+dkms add sysdig/${1%%-*}
+  cat << EOF
+==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
+==> To do this automatically at startup run: systemctl enable dkms.service
+EOF
+}
+
+pre_upgrade() {
+pre_remove "$2"
+}
+

[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2016-02-06 Thread Massimiliano Torromeo
Date: Saturday, February 6, 2016 @ 13:29:30
  Author: mtorromeo
Revision: 160475

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 160474, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/sysdig.install
(from rev 160474, sysdig/trunk/sysdig.install)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/sysdig.install

+
 PKGBUILD   |   91 +++
 sysdig.install |   42 -
 2 files changed, 66 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-06 12:29:20 UTC (rev 160474)
+++ PKGBUILD2016-02-06 12:29:30 UTC (rev 160475)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl')
-makedepends=('cmake')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5d8c8a080c88ebd419d6519a5c2c0874b407af6069537e6968eba48961a997c4')
-install=$pkgname.install
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
-  -i scripts/CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDIR_ETC=/etc \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DUSE_BUNDLED_JSONCPP=OFF \
--DUSE_BUNDLED_B64=ON \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 160474, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-06 12:29:30 UTC (rev 160475)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('b90dacb27a101526cd21c78a43b336e6752b7cc45f03bb424de0754ed99869a4')
+install=$pkgname.install
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
+  -i scripts/CMakeLists.txt
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DUSE_BUNDLED_JSONCPP=OFF \
+-DUSE_BUNDLED_B64=ON \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: sysdig.install
===
--- sysdig.install  2016-02-06 12:29:20 UTC (rev 160474)
+++ sysdig.install  2016-02-06 12:29:30 UTC (rev 160475)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-pre_remove "$2"
-}
-
-post_upgrade() {
-post_install "$1"
-}
-
-pre_remove() {
-[ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true
-}

Copied: sysdig/repos/community-x86_64/sysdig.install (from rev 160474, 
sysdig/trunk/sysdig.install)
===
--- sysdig.install  (rev 0)
+++ sysdig.install  2016-02-06 12:29:30 UTC (rev 160475)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+post_install() {
+dkms add sysdig/${1%%-*}
+  cat << EOF
+==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
+==> To do this automatically at startup run: systemctl enable dkms.service
+EOF
+}
+
+pre_upgrade() {
+pre_remove "$2"
+}
+
+post_upgrade() {
+post_install "$1"
+}
+
+pre_remove() {
+[ -n