[arch-commits] Commit in baloo-widgets/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:59:34
  Author: arojas
Revision: 321027

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321026, baloo-widgets/kde-unstable/PKGBUILD)
Deleted:
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:59:15 UTC (rev 321026)
+++ PKGBUILD2018-04-06 05:59:34 UTC (rev 321027)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=baloo-widgets
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Widgets for Baloo"
-arch=(x86_64)
-url='https://community.kde.org/Baloo'
-license=(LGPL)
-depends=(baloo)
-makedepends=(extra-cmake-modules kdoctools python)
-replaces=(baloo4-widgets)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('067960815d26b9994213c2723c4c8319ea3ac101add683bdf57826e520cbb4cb'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD (from rev 321026, 
baloo-widgets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:59:34 UTC (rev 321027)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo-widgets
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(x86_64)
+url='https://community.kde.org/Baloo'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools python)
+replaces=(baloo4-widgets)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('900379f3d11d4b521093ea11968bf0ebd07cb1779fbb5ed6bbaeaf397867c86f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in kqtquickcharts/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:59:15
  Author: arojas
Revision: 321026

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321025, kqtquickcharts/kde-unstable/PKGBUILD)
Deleted:
  kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:58:58 UTC (rev 321025)
+++ PKGBUILD2018-04-06 05:59:15 UTC (rev 321026)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kqtquickcharts
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
-url="https://edu.kde.org/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-declarative)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6efcdb190c5d4f8419b49e68456f85ea6b26b36bf376946403425845a7f34ecc'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD (from rev 321025, 
kqtquickcharts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:59:15 UTC (rev 321026)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kqtquickcharts
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://edu.kde.org/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-declarative)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6a8f90c662a7d9b029f1bbee863b97c00b9030e5493635f222b663d3c838b16b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkomparediff2/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:58:58
  Author: arojas
Revision: 321025

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321024, libkomparediff2/kde-unstable/PKGBUILD)
Deleted:
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:58:40 UTC (rev 321024)
+++ PKGBUILD2018-04-06 05:58:58 UTC (rev 321025)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkomparediff2
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Library to compare files and strings"
-url='https://www.kde.org/applications/development/kompare/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('afaf1b9f796e81c2ca5f0135f1ff01c2afa6bfe9da911fbc9cb63ea7de9dd4ad'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD (from rev 321024, 
libkomparediff2/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:58:58 UTC (rev 321025)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkomparediff2
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Library to compare files and strings"
+url='https://www.kde.org/applications/development/kompare/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('209bd2ee10427c8d5cfa09eaf9c31ed4fa539da73dbcfd36b6ed3bac01427ec4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkdegames/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:58:20
  Author: arojas
Revision: 321023

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkdegames/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321022, libkdegames/kde-unstable/PKGBUILD)
Deleted:
  libkdegames/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:58:04 UTC (rev 321022)
+++ PKGBUILD2018-04-06 05:58:20 UTC (rev 321023)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdegames
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Common code and data for many KDE games"
-url="https://www.kde.org/applications/games/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kdelibs4support kdeclarative kdnssd knewstuff openal)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('08fecdda2365db4368e8dda3da79dbda5a8e0b3dab6bc487f79a8ed55846ae9a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkdegames/repos/kde-unstable-x86_64/PKGBUILD (from rev 321022, 
libkdegames/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:58:20 UTC (rev 321023)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdegames
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://www.kde.org/applications/games/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs4support kdeclarative kdnssd knewstuff openal)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3df50e6f0eadcab22ba6dbd16530b0ca6f3ac2301bd45f2c517fc6b283a87797'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkcompactdisc/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:58:04
  Author: arojas
Revision: 321022

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321021, libkcompactdisc/kde-unstable/PKGBUILD)
Deleted:
  libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:57:47 UTC (rev 321021)
+++ PKGBUILD2018-04-06 05:58:04 UTC (rev 321022)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcompactdisc
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A library for interfacing with CDs"
-url='https://www.kde.org/applications/multimedia/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(solid ki18n kcoreaddons phonon-qt5)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dd2d73dd622d32156a899346791cb41476d0e175ad3f9bcfda068197464de035'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD (from rev 321021, 
libkcompactdisc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:58:04 UTC (rev 321022)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(solid ki18n kcoreaddons phonon-qt5)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('06da247dce7fb8f523539e450f5245f969e88d7a8003da62a671e7969fa4d33d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkmahjongg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:58:40
  Author: arojas
Revision: 321024

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321023, libkmahjongg/kde-unstable/PKGBUILD)
Deleted:
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:58:20 UTC (rev 321023)
+++ PKGBUILD2018-04-06 05:58:40 UTC (rev 321024)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkmahjongg
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
-url="https://www.kde.org/applications/games/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kconfigwidgets kcompletion qt5-svg)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('85ff99ec901ead1cd432044a741cf4fe0a9ad00817b093b6f884caa5c61a3024'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 321023, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:58:40 UTC (rev 321024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkmahjongg
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://www.kde.org/applications/games/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kconfigwidgets kcompletion qt5-svg)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1463a35d2673da09e954083cfd4cf314c93ce30f8459d699046213ee659a0182'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkcddb/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:57:47
  Author: arojas
Revision: 321021

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkcddb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321020, libkcddb/kde-unstable/PKGBUILD)
Deleted:
  libkcddb/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:57:26 UTC (rev 321020)
+++ PKGBUILD2018-04-06 05:57:47 UTC (rev 321021)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcddb
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE CDDB library"
-url='https://www.kde.org/applications/multimedia/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio libmusicbrainz5)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('11012eb620d5e265b2e1a6984958e5c588f5333525938af023b104e9b4edd8d4'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkcddb/repos/kde-unstable-x86_64/PKGBUILD (from rev 321020, 
libkcddb/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:57:47 UTC (rev 321021)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://www.kde.org/applications/multimedia/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio libmusicbrainz5)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0868e118473047276c73df29327ed8abd6ac113bc68eddfa8a44d862bc6babb5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkeduvocdocument/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:57:26
  Author: arojas
Revision: 321020

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321019, libkeduvocdocument/kde-unstable/PKGBUILD)
Deleted:
  libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:56:54 UTC (rev 321019)
+++ PKGBUILD2018-04-06 05:57:26 UTC (rev 321020)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkeduvocdocument
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Common libraries for KDE Edu applications"
-url="https://kde.org/applications/education;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio kdeedu-data)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a49d978b80b38e21e62a6f05dc7116927c2961492433795814011c71f8d7256f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD (from rev 321019, 
libkeduvocdocument/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:57:26 UTC (rev 321020)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkeduvocdocument
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="https://kde.org/applications/education;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio kdeedu-data)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('160f274a237112ee9b69ab26b75644ae426698d7bafe379a3d8a9699c57e3ff8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in analitza/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:56:54
  Author: arojas
Revision: 321019

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  analitza/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321018, analitza/kde-unstable/PKGBUILD)
Deleted:
  analitza/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:56:06 UTC (rev 321018)
+++ PKGBUILD2018-04-06 05:56:54 UTC (rev 321019)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=analitza
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A library to add mathematical features to your program"
-url="https://edu.kde.org/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-svg qt5-declarative)
-makedepends=(extra-cmake-modules kdoctools python eigen qt5-tools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ffe9d2de39812e2330bf885ad21e1cd562dd6ccddd8aaf78182bae6cb42a024f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: analitza/repos/kde-unstable-x86_64/PKGBUILD (from rev 321018, 
analitza/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:56:54 UTC (rev 321019)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=analitza
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A library to add mathematical features to your program"
+url="https://edu.kde.org/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-svg qt5-declarative)
+makedepends=(extra-cmake-modules kdoctools python eigen qt5-tools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5835eb116ce0f46405638061064aaa7d0e267157c13aa0615f7fd8055d7cccbe'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkipi/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:55:50
  Author: arojas
Revision: 321017

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321016, libkipi/kde-unstable/PKGBUILD)
Deleted:
  libkipi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:55:37 UTC (rev 321016)
+++ PKGBUILD2018-04-06 05:55:50 UTC (rev 321017)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d202a5d7217755438378ddd0e36e1a9fceff51cffd4b687fe0666ad69c90d555'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 321016, 
libkipi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:55:50 UTC (rev 321017)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a389dd9afcaa9838961628cf2380a4ca6c0e85f2015ea1fa15674d9ba2808fdd'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksane/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:56:06
  Author: arojas
Revision: 321018

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321017, libksane/kde-unstable/PKGBUILD)
Deleted:
  libksane/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:55:50 UTC (rev 321017)
+++ PKGBUILD2018-04-06 05:56:06 UTC (rev 321018)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c39b6504124a822b960089a2b5b4d1cc32d5dd2a4abd606094340ec575fa584d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksane/repos/kde-unstable-x86_64/PKGBUILD (from rev 321017, 
libksane/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:56:06 UTC (rev 321018)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2114acd32d4a9da8d24552c83c73b8219004a4b18eb891382762b54fd4b864b2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkexiv2/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:55:22
  Author: arojas
Revision: 321015

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkexiv2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321014, libkexiv2/kde-unstable/PKGBUILD)
Deleted:
  libkexiv2/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:55:08 UTC (rev 321014)
+++ PKGBUILD2018-04-06 05:55:22 UTC (rev 321015)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkexiv2
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A library to manipulate pictures metadata"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base exiv2)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7512362ae319a19604ad26d464a492e9733e506753a2c8968657eb207239af47'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkexiv2/repos/kde-unstable-x86_64/PKGBUILD (from rev 321014, 
libkexiv2/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:55:22 UTC (rev 321015)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkexiv2
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base exiv2)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0eb28090e77487c9e603f70b527537f5711d2b17e5938e30f22e827d5121bba3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdegraphics-mobipocket/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:54:54
  Author: arojas
Revision: 321013

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321012, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:54:02 UTC (rev 321012)
+++ PKGBUILD2018-04-06 05:54:54 UTC (rev 321013)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-mobipocket
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A collection of plugins to handle mobipocket files"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio)
-makedepends=(extra-cmake-modules)
-groups=(kde-applications kdegraphics)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('647b20bc3a3c8a012be35ee6d839d72391cf05a0e8368170ec52fcad61f189cb'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD (from rev 
321012, kdegraphics-mobipocket/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:54:54 UTC (rev 321013)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-mobipocket
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kdegraphics)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('af91bb673a6de829d8ef3448d64e8bfc8ff795875f3abb6ea0b8625dedf48d99'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkdcraw/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:55:37
  Author: arojas
Revision: 321016

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  libkdcraw/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321015, libkdcraw/kde-unstable/PKGBUILD)
Deleted:
  libkdcraw/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:55:22 UTC (rev 321015)
+++ PKGBUILD2018-04-06 05:55:37 UTC (rev 321016)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdcraw
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base libraw)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e2ebb0978f0a1a80e19424131f36579571a62f9c68c11012f997be373ed95421'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkdcraw/repos/kde-unstable-x86_64/PKGBUILD (from rev 321015, 
libkdcraw/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:55:37 UTC (rev 321016)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base libraw)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dcd1f688ee5c46efe12610aee204c1c5eb5abceb6a2508aeb3ae3f0768f8dcdb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdeedu-data/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:55:08
  Author: arojas
Revision: 321014

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kdeedu-data/repos/kde-unstable-any/PKGBUILD
(from rev 321013, kdeedu-data/kde-unstable/PKGBUILD)
Deleted:
  kdeedu-data/repos/kde-unstable-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:54:54 UTC (rev 321013)
+++ PKGBUILD2018-04-06 05:55:08 UTC (rev 321014)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-data
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Common data for KDE Edu applications"
-url="https://kde.org/applications/education;
-arch=(any)
-license=(GPL LGPL FDL)
-depends=(hicolor-icon-theme)
-makedepends=(extra-cmake-modules qt5-base)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2f7eb5f620c39d8c014baaabed507b31aef0915a84b8a0e54945dfa0da8d1c62'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeedu-data/repos/kde-unstable-any/PKGBUILD (from rev 321013, 
kdeedu-data/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:55:08 UTC (rev 321014)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-data
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="https://kde.org/applications/education;
+arch=(any)
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7433cd0d07a31d9ed54309b02dffe92d0b30303713187afa0d216eb450667b16'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (212 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:54:02
  Author: arojas
Revision: 321012

KDE Applications 18.04 RC

Modified:
  akonadi-calendar-tools/kde-unstable/PKGBUILD
  akonadi-calendar/kde-unstable/PKGBUILD
  akonadi-contacts/kde-unstable/PKGBUILD
  akonadi-import-wizard/kde-unstable/PKGBUILD
  akonadi-mime/kde-unstable/PKGBUILD
  akonadi-notes/kde-unstable/PKGBUILD
  akonadi-search/kde-unstable/PKGBUILD
  akonadi/kde-unstable/PKGBUILD
  akonadiconsole/kde-unstable/PKGBUILD
  akregator/kde-unstable/PKGBUILD
  analitza/kde-unstable/PKGBUILD
  ark/kde-unstable/PKGBUILD
  artikulate/kde-unstable/PKGBUILD
  audiocd-kio/kde-unstable/PKGBUILD
  baloo-widgets/kde-unstable/PKGBUILD
  blinken/kde-unstable/PKGBUILD
  bomber/kde-unstable/PKGBUILD
  bovo/kde-unstable/PKGBUILD
  calendarsupport/kde-unstable/PKGBUILD
  cantor/kde-unstable/PKGBUILD
  cervisia/kde-unstable/PKGBUILD
  dolphin-plugins/kde-unstable/PKGBUILD
  dolphin/kde-unstable/PKGBUILD
  dragon/kde-unstable/PKGBUILD
  eventviews/kde-unstable/PKGBUILD
  ffmpegthumbs/kde-unstable/PKGBUILD
  filelight/kde-unstable/PKGBUILD
  granatier/kde-unstable/PKGBUILD
  grantlee-editor/kde-unstable/PKGBUILD
  grantleetheme/kde-unstable/PKGBUILD
  gwenview/kde-unstable/PKGBUILD
  incidenceeditor/kde-unstable/PKGBUILD
  juk/kde-unstable/PKGBUILD
  k3b/kde-unstable/PKGBUILD
  kaccounts-integration/kde-unstable/PKGBUILD
  kaccounts-providers/kde-unstable/PKGBUILD
  kaddressbook/kde-unstable/PKGBUILD
  kajongg/kde-unstable/PKGBUILD
  kalarm/kde-unstable/PKGBUILD
  kalarmcal/kde-unstable/PKGBUILD
  kalgebra/kde-unstable/PKGBUILD
  kalzium/kde-unstable/PKGBUILD
  kamera/kde-unstable/PKGBUILD
  kamoso/kde-unstable/PKGBUILD
  kanagram/kde-unstable/PKGBUILD
  kapman/kde-unstable/PKGBUILD
  kapptemplate/kde-unstable/PKGBUILD
  kate/kde-unstable/PKGBUILD
  katomic/kde-unstable/PKGBUILD
  kbackup/kde-unstable/PKGBUILD
  kblackbox/kde-unstable/PKGBUILD
  kblocks/kde-unstable/PKGBUILD
  kblog/kde-unstable/PKGBUILD
  kbounce/kde-unstable/PKGBUILD
  kbreakout/kde-unstable/PKGBUILD
  kbruch/kde-unstable/PKGBUILD
  kcachegrind/kde-unstable/PKGBUILD
  kcalc/kde-unstable/PKGBUILD
  kcalcore/kde-unstable/PKGBUILD
  kcalutils/kde-unstable/PKGBUILD
  kcharselect/kde-unstable/PKGBUILD
  kcolorchooser/kde-unstable/PKGBUILD
  kcontacts/kde-unstable/PKGBUILD
  kcron/kde-unstable/PKGBUILD
  kdav/kde-unstable/PKGBUILD
  kde-dev-scripts/kde-unstable/PKGBUILD
  kde-dev-utils/kde-unstable/PKGBUILD
  kde-syndication/kde-unstable/PKGBUILD
  kdebugsettings/kde-unstable/PKGBUILD
  kdeedu-data/kde-unstable/PKGBUILD
  kdegraphics-mobipocket/kde-unstable/PKGBUILD
  kdegraphics-thumbnailers/kde-unstable/PKGBUILD
  kdenetwork-filesharing/kde-unstable/PKGBUILD
  kdenlive/kde-unstable/PKGBUILD
  kdepim-addons/kde-unstable/PKGBUILD
  kdepim-apps-libs/kde-unstable/PKGBUILD
  kdepim-runtime/kde-unstable/PKGBUILD
  kdesdk-kioslaves/kde-unstable/PKGBUILD
  kdesdk-thumbnailers/kde-unstable/PKGBUILD
  kdf/kde-unstable/PKGBUILD
  kdialog/kde-unstable/PKGBUILD
  kdiamond/kde-unstable/PKGBUILD
  keditbookmarks/kde-unstable/PKGBUILD
  kfind/kde-unstable/PKGBUILD
  kfloppy/kde-unstable/PKGBUILD
  kfourinline/kde-unstable/PKGBUILD
  kgeography/kde-unstable/PKGBUILD
  kget/kde-unstable/PKGBUILD
  kgoldrunner/kde-unstable/PKGBUILD
  kgpg/kde-unstable/PKGBUILD
  khangman/kde-unstable/PKGBUILD
  khelpcenter/kde-unstable/PKGBUILD
  kidentitymanagement/kde-unstable/PKGBUILD
  kig/kde-unstable/PKGBUILD
  kigo/kde-unstable/PKGBUILD
  killbots/kde-unstable/PKGBUILD
  kimagemapeditor/kde-unstable/PKGBUILD
  kimap/kde-unstable/PKGBUILD
  kio-extras/kde-unstable/PKGBUILD
  kiriki/kde-unstable/PKGBUILD
  kiten/kde-unstable/PKGBUILD
  kjumpingcube/kde-unstable/PKGBUILD
  kldap/kde-unstable/PKGBUILD
  kleopatra/kde-unstable/PKGBUILD
  klettres/kde-unstable/PKGBUILD
  klickety/kde-unstable/PKGBUILD
  klines/kde-unstable/PKGBUILD
  kmag/kde-unstable/PKGBUILD
  kmahjongg/kde-unstable/PKGBUILD
  kmail-account-wizard/kde-unstable/PKGBUILD
  kmail/kde-unstable/PKGBUILD
  kmailtransport/kde-unstable/PKGBUILD
  kmbox/kde-unstable/PKGBUILD
  kmime/kde-unstable/PKGBUILD
  kmines/kde-unstable/PKGBUILD
  kmix/kde-unstable/PKGBUILD
  kmousetool/kde-unstable/PKGBUILD
  kmouth/kde-unstable/PKGBUILD
  kmplot/kde-unstable/PKGBUILD
  knavalbattle/kde-unstable/PKGBUILD
  knetwalk/kde-unstable/PKGBUILD
  knotes/kde-unstable/PKGBUILD
  kolf/kde-unstable/PKGBUILD
  kollision/kde-unstable/PKGBUILD
  kolourpaint/kde-unstable/PKGBUILD
  kompare/kde-unstable/PKGBUILD
  konqueror/kde-unstable/PKGBUILD
  konquest/kde-unstable/PKGBUILD
  konsole/kde-unstable/PKGBUILD
  kontact/kde-unstable/PKGBUILD
  kontactinterface/kde-unstable/PKGBUILD
  kopete/kde-unstable/PKGBUILD
  korganizer/kde-unstable/PKGBUILD
  kpatience/kde-unstable/PKGBUILD
  kpimtextedit/kde-unstable/PKGBUILD
  kqtquickcharts/kde-unstable/PKGBUILD
  krdc/kde-unstable/PKGBUILD
  kreversi/kde-unstable/PKGBUILD
  krfb/kde-unstable/PKGBUILD
  kross-interpreters/kde-unstable/PKGBUILD
  

[arch-commits] Commit in thunar/trunk (PKGBUILD)

2018-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 6, 2018 @ 04:22:49
  Author: foutrelis
Revision: 321010

upgpkg: thunar 1.6.15-1

New upstream release.

Modified:
  thunar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 00:31:10 UTC (rev 321009)
+++ PKGBUILD2018-04-06 04:22:49 UTC (rev 321010)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=thunar
-pkgver=1.6.14
+pkgver=1.6.15
 pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
@@ -20,7 +20,7 @@
 'thunar-archive-plugin: create and deflate archives'
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
-sha256sums=('d6112133a1c43494e3b1cb75e775e1d05988805a06fd1e11253e9a29b8ebe59a')
+sha256sums=('e81291a8519f495e0a059ff1f2d29608bc6d37c0be83b1f38f3c9aa25f8d252d')
 
 build() {
   cd "$srcdir/Thunar-$pkgver"


[arch-commits] Commit in thunar/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Evangelos Foutras via arch-commits
Date: Friday, April 6, 2018 @ 04:22:56
  Author: foutrelis
Revision: 321011

archrelease: copy trunk to extra-x86_64

Added:
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 321010, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 04:22:49 UTC (rev 321010)
+++ PKGBUILD2018-04-06 04:22:56 UTC (rev 321011)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.14
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
-sha256sums=('d6112133a1c43494e3b1cb75e775e1d05988805a06fd1e11253e9a29b8ebe59a')
-
-build() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-dbus \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/Thunar-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/PKGBUILD (from rev 321010, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 04:22:56 UTC (rev 321011)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.6.15
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
+sha256sums=('e81291a8519f495e0a059ff1f2d29608bc6d37c0be83b1f38f3c9aa25f8d252d')
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-dbus \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gitlab/repos/community-x86_64 (25 files)

2018-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 6, 2018 @ 04:01:40
  Author: svenstaro
Revision: 314544

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 314543, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 314543, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 314543, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 314543, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 314543, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 314543, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 314543, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 314543, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 314543, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 314543, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 314543, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 314543, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/yarn.lock

+
 PKGBUILD   |  432 -
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 
 gitlab-backup.service  |   38 
 gitlab-backup.timer|   20 
 gitlab-mailroom.service|   42 
 gitlab-sidekiq.service |   60 
 gitlab-unicorn.service |   66 
 gitlab.install |   40 
 gitlab.logrotate   |   22 
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 
 yarn.lock  | 6602 ---
 13 files changed, 427 insertions(+), 7037 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 314543:314544 to see the changes.


[arch-commits] Commit in gitlab/trunk (5 files)

2018-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 6, 2018 @ 04:01:27
  Author: svenstaro
Revision: 314543

upgpkg: gitlab 10.6.3-1

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab-mailroom.service
  gitlab/trunk/gitlab-sidekiq.service
  gitlab/trunk/gitlab-unicorn.service
Deleted:
  gitlab/trunk/yarn.lock

-+
 PKGBUILD|   20 
 gitlab-mailroom.service |2 
 gitlab-sidekiq.service  |2 
 gitlab-unicorn.service  |2 
 yarn.lock   | 6602 --
 5 files changed, 9 insertions(+), 6619 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 314542:314543 to see the changes.


[arch-commits] Commit in debootstrap/repos/community-any (4 files)

2018-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 6, 2018 @ 03:22:54
  Author: felixonmars
Revision: 314542

archrelease: copy trunk to community-any

Added:
  debootstrap/repos/community-any/PKGBUILD
(from rev 314541, debootstrap/trunk/PKGBUILD)
  debootstrap/repos/community-any/arch-detect.patch
(from rev 314541, debootstrap/trunk/arch-detect.patch)
Deleted:
  debootstrap/repos/community-any/PKGBUILD
  debootstrap/repos/community-any/arch-detect.patch

---+
 PKGBUILD  |   74 ++--
 arch-detect.patch |   42 ++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 03:22:31 UTC (rev 314541)
+++ PKGBUILD2018-04-06 03:22:54 UTC (rev 314542)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=debootstrap
-pkgver=1.0.95
-pkgrel=1
-pkgdesc="Bootstrap a basic Debian system"
-arch=('any')
-license=('GPL')
-url="https://tracker.debian.org/pkg/debootstrap;
-depends=('wget' 'binutils')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
-arch-detect.patch)
-optdepends=('gnupg: check release signatures'
-'debian-archive-keyring: check release signatures for Debian'
-'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('0ad947f90bdabea2624fa5089eef997c94c6ea3bb3359bb6ca2acb5a705c09ba50a5398b21b2b1c147d1bfa51cecb5e58988e539475969bd674d9e9ea0767ea8'
-
'824109b2ea138d0dd1a31039a165cb4079da856cb11c664fc5a7f49a42de08ff56a620887d3c0914b69140849799f4473b1f27a05cd14cd60ef2a41627f8d5e1')
-
-prepare() {
-  cd debootstrap-$pkgver
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Debian defaults
-  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
-
-  # Detect Architecture
-  patch -p1 -i ../arch-detect.patch
-}
-
-package() {
-  cd debootstrap-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
-}

Copied: debootstrap/repos/community-any/PKGBUILD (from rev 314541, 
debootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 03:22:54 UTC (rev 314542)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=debootstrap
+pkgver=1.0.96
+pkgrel=1
+pkgdesc="Bootstrap a basic Debian system"
+arch=('any')
+license=('GPL')
+url="https://tracker.debian.org/pkg/debootstrap;
+depends=('wget' 'binutils')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
+arch-detect.patch)
+optdepends=('gnupg: check release signatures'
+'debian-archive-keyring: check release signatures for Debian'
+'ubuntu-keyring: check release signatures for Ubuntu')
+sha512sums=('f0cc0363aa122dfcff0c8b2853a0b1c7aaff052374842554fa7f1904bb9ded6fa0965850bbf3fdbfdefdd21b01dcb5710449d040c6292606f645370b7ced4a23'
+
'824109b2ea138d0dd1a31039a165cb4079da856cb11c664fc5a7f49a42de08ff56a620887d3c0914b69140849799f4473b1f27a05cd14cd60ef2a41627f8d5e1')
+
+prepare() {
+  cd debootstrap-$pkgver
+
+  sed -i 's/sbin/bin/g' Makefile
+
+  # Debian defaults
+  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
+
+  # Detect Architecture
+  patch -p1 -i ../arch-detect.patch
+}
+
+package() {
+  cd debootstrap-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
+}

Deleted: arch-detect.patch
===
--- arch-detect.patch   2018-04-06 03:22:31 UTC (rev 314541)
+++ arch-detect.patch   2018-04-06 03:22:54 UTC (rev 314542)
@@ -1,21 +0,0 @@
-diff --git a/debootstrap b/debootstrap
-index fcdb20f..184900d 100755
 a/debootstrap
-+++ b/debootstrap
-@@ -427,6 +427,16 @@ elif in_path udpkg && \
-   HOST_ARCH=`/usr/bin/udpkg --print-architecture`
- elif [ -e $DEBOOTSTRAP_DIR/arch ]; then
-   HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch`
-+elif in_path pacman; then
-+  # pacman 5.1 will have `pacman-conf Architecture`
-+  CARCH="$(bash -c '. /etc/makepkg.conf && echo $CARCH')"
-+  case "$CARCH" in
-+  "i686")   HOST_ARCH="i386" ;;
-+  "x86_64") HOST_ARCH="amd64" ;;
-+  "armv7h") HOST_ARCH="armhf" ;;
-+  "aarch64") HOST_ARCH="arm64" ;;
-+  *) echo "Unknown architecture: $CARCH" && exit 1
-+  esac
- fi
- HOST_OS="$HOST_ARCH"
- # basic host OS guessing for non-Debian systems

Copied: debootstrap/repos/community-any/arch-detect.patch (from rev 314541, 
debootstrap/trunk/arch-detect.patch)
===

[arch-commits] Commit in debootstrap/trunk (PKGBUILD)

2018-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 6, 2018 @ 03:22:31
  Author: felixonmars
Revision: 314541

upgpkg: debootstrap 1.0.96-1

Modified:
  debootstrap/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 03:22:17 UTC (rev 314540)
+++ PKGBUILD2018-04-06 03:22:31 UTC (rev 314541)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=debootstrap
-pkgver=1.0.95
+pkgver=1.0.96
 pkgrel=1
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('gnupg: check release signatures'
 'debian-archive-keyring: check release signatures for Debian'
 'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('0ad947f90bdabea2624fa5089eef997c94c6ea3bb3359bb6ca2acb5a705c09ba50a5398b21b2b1c147d1bfa51cecb5e58988e539475969bd674d9e9ea0767ea8'
+sha512sums=('f0cc0363aa122dfcff0c8b2853a0b1c7aaff052374842554fa7f1904bb9ded6fa0965850bbf3fdbfdefdd21b01dcb5710449d040c6292606f645370b7ced4a23'
 
'824109b2ea138d0dd1a31039a165cb4079da856cb11c664fc5a7f49a42de08ff56a620887d3c0914b69140849799f4473b1f27a05cd14cd60ef2a41627f8d5e1')
 
 prepare() {


[arch-commits] Commit in perl-net-dns-sec/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 6, 2018 @ 03:22:17
  Author: felixonmars
Revision: 314540

archrelease: copy trunk to community-x86_64

Added:
  perl-net-dns-sec/repos/community-x86_64/PKGBUILD
(from rev 314539, perl-net-dns-sec/trunk/PKGBUILD)
Deleted:
  perl-net-dns-sec/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 03:21:46 UTC (rev 314539)
+++ PKGBUILD2018-04-06 03:22:17 UTC (rev 314540)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: John D Jones III 
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-net-dns-sec
-pkgver=1.06
-pkgrel=1
-pkgdesc="DNSSEC extensions to Net::DNS"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
-checkdepends=('perl-test-pod')
-url='http://search.mcpan.org/dist/Net-DNS-SEC'
-options=('!emptydirs')
-source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
-sha512sums=('7fa7c902149c1ed4693f8b0a274aff9e636b0143512d9469ab87633504ba16ef1519473e241da240bfd0faeb789547f404f59fda848cc929f199303c64606c76')
-_distdir="Net-DNS-SEC-$pkgver"
-
-build() {
-  cd "$srcdir/$_distdir"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  make DESTDIR="$pkgdir/" install
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-net-dns-sec/repos/community-x86_64/PKGBUILD (from rev 314539, 
perl-net-dns-sec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 03:22:17 UTC (rev 314540)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: John D Jones III 
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-dns-sec
+pkgver=1.07
+pkgrel=1
+pkgdesc="DNSSEC extensions to Net::DNS"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Net-DNS-SEC'
+options=('!emptydirs')
+source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
+sha512sums=('4061b90a7fa447b456db52c33e347b8d0749320cd5544b2dcbbfc047597a223a86b7da998a751c894e5bca6ee693945149fa19d778b399e3a970211a10e22197')
+_distdir="Net-DNS-SEC-$pkgver"
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make DESTDIR="$pkgdir/" install
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-net-dns-sec/trunk (PKGBUILD)

2018-04-05 Thread Felix Yan via arch-commits
Date: Friday, April 6, 2018 @ 03:21:46
  Author: felixonmars
Revision: 314539

upgpkg: perl-net-dns-sec 1.07-1

Modified:
  perl-net-dns-sec/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 00:20:09 UTC (rev 314538)
+++ PKGBUILD2018-04-06 03:21:46 UTC (rev 314539)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-net-dns-sec
-pkgver=1.06
+pkgver=1.07
 pkgrel=1
 pkgdesc="DNSSEC extensions to Net::DNS"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 url='http://search.mcpan.org/dist/Net-DNS-SEC'
 options=('!emptydirs')
 
source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz;)
-sha512sums=('7fa7c902149c1ed4693f8b0a274aff9e636b0143512d9469ab87633504ba16ef1519473e241da240bfd0faeb789547f404f59fda848cc929f199303c64606c76')
+sha512sums=('4061b90a7fa447b456db52c33e347b8d0749320cd5544b2dcbbfc047597a223a86b7da998a751c894e5bca6ee693945149fa19d778b399e3a970211a10e22197')
 _distdir="Net-DNS-SEC-$pkgver"
 
 build() {


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (14 files)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Friday, April 6, 2018 @ 00:31:10
  Author: anthraxx
Revision: 321009

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 321008, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 321008, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 321008, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 321008, linux-hardened/trunk/config.x86_64)
  
linux-hardened/repos/extra-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
(from rev 321008, 
linux-hardened/trunk/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 321008, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 321008, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  
linux-hardened/repos/extra-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  514 
 config.x86_64 |19056 
+-
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch |   78 
 linux.install |   22 
 linux.preset  |   28 
 7 files changed, 9872 insertions(+), 9872 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 321008:321009 to see the changes.


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Friday, April 6, 2018 @ 00:30:45
  Author: anthraxx
Revision: 321008

upgpkg: linux-hardened 4.15.15.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:49:36 UTC (rev 321007)
+++ PKGBUILD2018-04-06 00:30:45 UTC (rev 321008)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.15
-_pkgver=4.15.12
+_pkgver=4.15.15
 pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/copperhead/linux-hardened'
@@ -29,9 +29,9 @@
 replaces=('linux-grsec')
 sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
 'SKIP'
-'74d2ac2ea103c907213223fd4ff710ad53e1d8a2d612db18e10d3dda9f1a6b79'
+'d8e7f93e24db5517a1be2030a765431120e07f7cd55e510d0de562c70e45bc00'
 'SKIP'
-'1ce4236686b50ef4a8fdac56b09e069dd14809fb4bc00a72a17670c5aeb61bbd'
+'5a3c7e112705659e581bb928f4f630b0db00e86a78d3931fbc33bde2e498fdc0'
 'SKIP'
 'aa395a98e915bb12de831073722c80afd9a93134d2a5371055b76ec1edc23dad'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


[arch-commits] Commit in subsurface/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 6, 2018 @ 00:20:09
  Author: bisson
Revision: 314538

archrelease: copy trunk to community-x86_64

Added:
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 314537, subsurface/trunk/PKGBUILD)
Deleted:
  subsurface/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 00:18:47 UTC (rev 314537)
+++ PKGBUILD2018-04-06 00:20:09 UTC (rev 314538)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.7.7
-pkgrel=1
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('cmake' 'asciidoc' 'qt5-tools')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'qt5-svg' 'qt5-location'
- 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('7c59223a21a187ce7294c35f6b69a9ab418ea53fe95ec4a9f047c7ee8964077d')
-
-# qt5-webkit still used for: printing, manual, facebook
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   install -d build
-   cd build
-   cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
-   ..
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 314537, 
subsurface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 00:20:09 UTC (rev 314538)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.7.8
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('cmake' 'asciidoc' 'qt5-tools')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'qt5-svg' 'qt5-location'
+ 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('da7c09bcc63e0b3bc6e1ce5411a4f1e38a73e6e37bce15055657d840c78b07fa')
+
+# qt5-webkit still used for: printing, manual, facebook
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
+   ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in subsurface/trunk (PKGBUILD)

2018-04-05 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 6, 2018 @ 00:18:47
  Author: bisson
Revision: 314537

upstream update

Modified:
  subsurface/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 00:16:00 UTC (rev 314536)
+++ PKGBUILD2018-04-06 00:18:47 UTC (rev 314537)
@@ -4,8 +4,8 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.7.7
-pkgrel=2
+pkgver=4.7.8
+pkgrel=1
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
 license=('GPL2')
@@ -15,7 +15,7 @@
  'subsurface-libdc' 'qt5-svg' 'qt5-location'
  'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('7c59223a21a187ce7294c35f6b69a9ab418ea53fe95ec4a9f047c7ee8964077d')
+sha256sums=('da7c09bcc63e0b3bc6e1ce5411a4f1e38a73e6e37bce15055657d840c78b07fa')
 
 # qt5-webkit still used for: printing, manual, facebook
 


[arch-commits] Commit in subsurface-libdc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 6, 2018 @ 00:16:00
  Author: bisson
Revision: 314536

archrelease: copy trunk to community-x86_64

Added:
  subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 314535, subsurface-libdc/trunk/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 00:15:20 UTC (rev 314535)
+++ PKGBUILD2018-04-06 00:16:00 UTC (rev 314536)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.7.7
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='https://github.com/Subsurface-divelog/libdc'
-license=('LGPL')
-arch=('x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('2228a216c183d65d2adca841bd4aef9abb4d6dc9df7ebf4682736081abc7c4b2')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 314535, 
subsurface-libdc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 00:16:00 UTC (rev 314536)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.7.8
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://github.com/Subsurface-divelog/libdc'
+license=('LGPL')
+arch=('x86_64')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('3ec4d68061f8a4ad988b2cefaadf1ea8f1a82adf84f146b9638185851180cdbe')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in subsurface-libdc/trunk (PKGBUILD)

2018-04-05 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 6, 2018 @ 00:15:20
  Author: bisson
Revision: 314535

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:57:50 UTC (rev 314534)
+++ PKGBUILD2018-04-06 00:15:20 UTC (rev 314535)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.7.7
+pkgver=4.7.8
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='https://github.com/Subsurface-divelog/libdc'
@@ -11,7 +11,7 @@
 license=('LGPL')
 arch=('x86_64')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('2228a216c183d65d2adca841bd4aef9abb4d6dc9df7ebf4682736081abc7c4b2')
+sha256sums=('3ec4d68061f8a4ad988b2cefaadf1ea8f1a82adf84f146b9638185851180cdbe')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


[arch-commits] Commit in metasploit/repos/community-x86_64 (3 files)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 22:57:50
  Author: anthraxx
Revision: 314534

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 314533, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD
  metasploit/repos/community-x86_64/metasploit-dont-restrict-aggregator.patch

---+
 PKGBUILD  |  121 +---
 metasploit-dont-restrict-aggregator.patch |   56 
 2 files changed, 57 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 22:57:40 UTC (rev 314533)
+++ PKGBUILD2018-04-05 22:57:50 UTC (rev 314534)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.16.45
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-optdepends=('ruby-pg: database support')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz
-metasploit-dont-restrict-aggregator.patch)
-sha256sums=('16c9d2ff56e716847187fe3b1437b5a1a5a7e45530101b179199a815b6911796'
-'28008fbc74852a0e939bde209a0faa715eae08a56b2e10c53e1535d50a727609')
-sha512sums=('89c51d40484a42bea023f7289e1793def04b5184fa75ead25968bb4725a87398620f64d437e11d8f8a160b7c5e3649ca79a6743eb54e0416ffdf3a39f81b55ea'
-
'fcc1d1f8f2f5f337de25d674571403d62c24501f91c04914e8a9d0960fe7f248f66b44ad83f014d8e30a5b394882bd35588f226b53cec607ddd122f133eaa361')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-  patch -Rp1 < "${srcdir}/metasploit-dont-restrict-aggregator.patch"
-  sed "s|'grpc', '1.8.3'|'grpc', '1.10.0'|g" -i Gemfile
-  sed -r 's|(grpc \(.*)1.8.3\)|\11.10.0)|g' -i Gemfile.lock
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 314533, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 22:57:50 UTC (rev 314534)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.16.49
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('b48b21714b04555c5f98a5bf407bcfd5d297c5f2e6b924ada56416df2c51616d')
+sha512sums=('ab640e8a60178b16981b7881a879320bf48106869f46cd7058b7f386c7f9287dba364072df1d8fbf61f2472598dc4b1309df9c64a033971c2aa21ef98be8fb25')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment

[arch-commits] Commit in metasploit/trunk (2 files)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 22:57:40
  Author: anthraxx
Revision: 314533

upgpkg: metasploit 4.16.49-1

Modified:
  metasploit/trunk/PKGBUILD
Deleted:
  metasploit/trunk/metasploit-dont-restrict-aggregator.patch

---+
 PKGBUILD  |   15 ++-
 metasploit-dont-restrict-aggregator.patch |   56 
 2 files changed, 4 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:53:14 UTC (rev 314532)
+++ PKGBUILD2018-04-05 22:57:40 UTC (rev 314533)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.16.45
+pkgver=4.16.49
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -10,22 +10,15 @@
 arch=('x86_64')
 license=('BSD')
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-optdepends=('ruby-pg: database support')
 options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz
-metasploit-dont-restrict-aggregator.patch)
-sha256sums=('16c9d2ff56e716847187fe3b1437b5a1a5a7e45530101b179199a815b6911796'
-'28008fbc74852a0e939bde209a0faa715eae08a56b2e10c53e1535d50a727609')
-sha512sums=('89c51d40484a42bea023f7289e1793def04b5184fa75ead25968bb4725a87398620f64d437e11d8f8a160b7c5e3649ca79a6743eb54e0416ffdf3a39f81b55ea'
-
'fcc1d1f8f2f5f337de25d674571403d62c24501f91c04914e8a9d0960fe7f248f66b44ad83f014d8e30a5b394882bd35588f226b53cec607ddd122f133eaa361')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('b48b21714b04555c5f98a5bf407bcfd5d297c5f2e6b924ada56416df2c51616d')
+sha512sums=('ab640e8a60178b16981b7881a879320bf48106869f46cd7058b7f386c7f9287dba364072df1d8fbf61f2472598dc4b1309df9c64a033971c2aa21ef98be8fb25')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}
   bundle config build.nokogiri --use-system-libraries
   sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-  patch -Rp1 < "${srcdir}/metasploit-dont-restrict-aggregator.patch"
-  sed "s|'grpc', '1.8.3'|'grpc', '1.10.0'|g" -i Gemfile
-  sed -r 's|(grpc \(.*)1.8.3\)|\11.10.0)|g' -i Gemfile.lock
 }
 
 build() {

Deleted: metasploit-dont-restrict-aggregator.patch
===
--- metasploit-dont-restrict-aggregator.patch   2018-04-05 22:53:14 UTC (rev 
314532)
+++ metasploit-dont-restrict-aggregator.patch   2018-04-05 22:57:40 UTC (rev 
314533)
@@ -1,56 +0,0 @@
-From bf6540585feaf9f404cdad3d8c242917531e8c2a Mon Sep 17 00:00:00 2001
-From: Jeffrey Martin 
-Date: Fri, 19 Jan 2018 16:15:09 -0600
-Subject: [PATCH] lock google-protobuf and grpc on 4.x
-

- Gemfile  | 8 
- Gemfile.lock | 4 +++-
- 2 files changed, 11 insertions(+), 1 deletion(-)
-
-From 5458b58a74a035e141a939dff0a85eff1330bdae Mon Sep 17 00:00:00 2001
-From: Jeffrey Martin 
-Date: Wed, 18 Oct 2017 13:21:02 -0500
-Subject: [PATCH] restrict aggregator on arm for now
-

- Gemfile  | 5 -
- 1 files changed, 4 insertions(+), 1 deletions(-)
-
-diff --git a/Gemfile b/Gemfile
-index 012578df9fc..b7b4351007a 100755
 a/Gemfile
-+++ b/Gemfile
-@@ -23,8 +23,14 @@ group :development do
- 'x86-mingw32', 'x64-mingw32',
- 'x86_64-linux', 'x86-linux',
- 'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
--  gem 'google-protobuf', '3.5.1'
-+  gem 'google-protobuf', '3.5.1' if [
-+'x86-mingw32', 'x64-mingw32',
-+'x86_64-linux', 'x86-linux',
-+'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
--  gem 'grpc', '1.8.3'
-+  gem 'grpc', '1.8.3'  if [
-+'x86-mingw32', 'x64-mingw32',
-+'x86_64-linux', 'x86-linux',
-+'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
- end
- 
- group :development, :test do
-diff --git a/Gemfile b/Gemfile
-index 12b6341b41c..012578df9fc 100755
 a/Gemfile
-+++ b/Gemfile
-@@ -19,7 +19,10 @@ group :development do
-   # module documentation
-   gem 'octokit'
-   # Metasploit::Aggregator external session proxy
--  gem 'metasploit-aggregator'
-+  gem 'metasploit-aggregator' if [
-+'x86-mingw32', 'x64-mingw32',
-+'x86_64-linux', 'x86-linux',
-+'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
-   gem 'google-protobuf', '3.5.1'
-   gem 'grpc', '1.8.3'
- end


[arch-commits] Commit in flatbuffers/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Thursday, April 5, 2018 @ 22:53:14
  Author: arojas
Revision: 314532

archrelease: copy trunk to community-x86_64

Added:
  flatbuffers/repos/community-x86_64/PKGBUILD
(from rev 314531, flatbuffers/trunk/PKGBUILD)
Deleted:
  flatbuffers/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 22:52:48 UTC (rev 314531)
+++ PKGBUILD2018-04-05 22:53:14 UTC (rev 314532)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Daichi Shinozaki 
-
-pkgname=flatbuffers
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='An efficient cross platform serialization library for C++, with 
support for Java, C# and Go'
-arch=(x86_64)
-url='http://google.github.io/flatbuffers/'
-license=(Apache)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('c45029c0a0f1a88d416af143e34de96b3091642722aa2d8c090916c6d1498c2e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DFLATBUFFERS_BUILD_SHAREDLIB=ON
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm755 flatc -t "$pkgdir"/usr/bin
-}

Copied: flatbuffers/repos/community-x86_64/PKGBUILD (from rev 314531, 
flatbuffers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 22:53:14 UTC (rev 314532)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Daichi Shinozaki 
+
+pkgname=flatbuffers
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='An efficient cross platform serialization library for C++, with 
support for Java, C# and Go'
+arch=(x86_64)
+url='http://google.github.io/flatbuffers/'
+license=(Apache)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DFLATBUFFERS_BUILD_SHAREDLIB=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm755 flatc -t "$pkgdir"/usr/bin
+}


[arch-commits] Commit in flatbuffers/trunk (PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Thursday, April 5, 2018 @ 22:52:48
  Author: arojas
Revision: 314531

Update to 1.9.0

Modified:
  flatbuffers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:37:21 UTC (rev 314530)
+++ PKGBUILD2018-04-05 22:52:48 UTC (rev 314531)
@@ -2,7 +2,7 @@
 # Contributor: Daichi Shinozaki 
 
 pkgname=flatbuffers
-pkgver=1.8.0
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='An efficient cross platform serialization library for C++, with 
support for Java, C# and Go'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('c45029c0a0f1a88d416af143e34de96b3091642722aa2d8c090916c6d1498c2e')
+sha256sums=('5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in neon/repos/extra-x86_64 (3 files)

2018-04-05 Thread Jan de Groot via arch-commits
Date: Thursday, April 5, 2018 @ 22:49:36
  Author: jgc
Revision: 321007

archrelease: copy trunk to extra-x86_64

Added:
  neon/repos/extra-x86_64/PKGBUILD
(from rev 321006, neon/trunk/PKGBUILD)
  neon/repos/extra-x86_64/neon-0.30.2.tar.gz.asc
(from rev 321006, neon/trunk/neon-0.30.2.tar.gz.asc)
Deleted:
  neon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 22:49:25 UTC (rev 321006)
+++ PKGBUILD2018-04-05 22:49:36 UTC (rev 321007)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom 
-# Contributor: Juergen Hoetzel 
-
-pkgname=neon
-pkgver=0.30.2
-pkgrel=2
-pkgdesc="HTTP and WebDAV client library with a C interface"
-arch=('i686' 'x86_64')
-url="http://www.webdav.org/neon/;
-license=('GPL' 'LGPL')
-depends=('krb5' 'expat' 'ca-certificates' 'zlib')
-options=('libtool') # FS#16067
-source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('d1c020f96731135263476ebaa72b2da07c4727cd'
-  'SKIP')
-validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-expat \
---enable-shared \
---disable-static \
---with-ssl=openssl \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: neon/repos/extra-x86_64/PKGBUILD (from rev 321006, neon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 22:49:36 UTC (rev 321007)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+# Contributor: Juergen Hoetzel 
+
+pkgname=neon
+pkgver=0.30.2
+pkgrel=3
+pkgdesc="HTTP and WebDAV client library with a C interface"
+arch=('x86_64')
+url="https://web.archive.org/web/20170928175008/http://www.webdav.org/neon/;
+license=('GPL' 'LGPL')
+depends=('krb5' 'expat' 'ca-certificates' 'zlib')
+options=('libtool') # FS#16067
+source=(https://fossies.org/linux/www/${pkgname}-${pkgver}.tar.gz
+$pkgname-$pkgver.tar.gz.asc)
+sha1sums=('d1c020f96731135263476ebaa72b2da07c4727cd'
+  'SKIP')
+validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-expat \
+--enable-shared \
+--disable-static \
+--with-ssl=openssl \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: neon/repos/extra-x86_64/neon-0.30.2.tar.gz.asc (from rev 321006, 
neon/trunk/neon-0.30.2.tar.gz.asc)
===
(Binary files differ)


[arch-commits] Commit in neon/trunk (PKGBUILD neon-0.30.2.tar.gz.asc)

2018-04-05 Thread Jan de Groot via arch-commits
Date: Thursday, April 5, 2018 @ 22:49:25
  Author: jgc
Revision: 321006

upgpkg: neon 0.30.2-3

Upstream is dead. Download source from a mirror, grab GPG signature from 
archive.org, point website url to last version on archive.org

Added:
  neon/trunk/neon-0.30.2.tar.gz.asc
Modified:
  neon/trunk/PKGBUILD

+
 PKGBUILD   |   10 ++
 neon-0.30.2.tar.gz.asc |1 +
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:44:58 UTC (rev 321005)
+++ PKGBUILD2018-04-05 22:49:25 UTC (rev 321006)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer:
+# Maintainer: Jan de Groot 
 # Contributor: Tom Newsom 
 # Contributor: Juergen Hoetzel 
 
 pkgname=neon
 pkgver=0.30.2
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP and WebDAV client library with a C interface"
 arch=('x86_64')
-url="http://www.webdav.org/neon/;
+url="https://web.archive.org/web/20170928175008/http://www.webdav.org/neon/;
 license=('GPL' 'LGPL')
 depends=('krb5' 'expat' 'ca-certificates' 'zlib')
 options=('libtool') # FS#16067
-source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+source=(https://fossies.org/linux/www/${pkgname}-${pkgver}.tar.gz
+$pkgname-$pkgver.tar.gz.asc)
 sha1sums=('d1c020f96731135263476ebaa72b2da07c4727cd'
   'SKIP')
 validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
@@ -25,6 +26,7 @@
 --disable-static \
 --with-ssl=openssl \
 --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Added: neon-0.30.2.tar.gz.asc
===
(Binary files differ)

Index: neon/trunk/neon-0.30.2.tar.gz.asc
===
--- neon-0.30.2.tar.gz.asc  2018-04-05 22:44:58 UTC (rev 321005)
+++ neon-0.30.2.tar.gz.asc  2018-04-05 22:49:25 UTC (rev 321006)

Property changes on: neon/trunk/neon-0.30.2.tar.gz.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-signature
\ No newline at end of property


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

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 22:44:58
  Author: heftig
Revision: 321005

archrelease: copy trunk to staging-x86_64

Added:
  gnome-builder/repos/staging-x86_64/
  gnome-builder/repos/staging-x86_64/PKGBUILD
(from rev 321004, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/staging-x86_64/enchant-2.diff
(from rev 321004, gnome-builder/trunk/enchant-2.diff)

+
 PKGBUILD   |   39 +++
 enchant-2.diff |   16 
 2 files changed, 55 insertions(+)

Copied: gnome-builder/repos/staging-x86_64/PKGBUILD (from rev 321004, 
gnome-builder/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-05 22:44:58 UTC (rev 321005)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.28.0+61+gabdbf77c7
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle
+ template-glib jsonrpc-glib python-sphinx)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common meson)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=abdbf77c76c4f64033f51986cc5830b4568e3d02  # gnome-builder-3-28
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n ba4d103
+}
+
+build() {
+  arch-meson $pkgname build -D with_docs=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Copied: gnome-builder/repos/staging-x86_64/enchant-2.diff (from rev 321004, 
gnome-builder/trunk/enchant-2.diff)
===
--- staging-x86_64/enchant-2.diff   (rev 0)
+++ staging-x86_64/enchant-2.diff   2018-04-05 22:44:58 UTC (rev 321005)
@@ -0,0 +1,16 @@
+ plugins/spellcheck/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git c/plugins/spellcheck/meson.build i/plugins/spellcheck/meson.build
+index a8dc0036a..a9835672b 100644
+--- c/plugins/spellcheck/meson.build
 i/plugins/spellcheck/meson.build
+@@ -30,7 +30,7 @@ spellcheck_sources = [
+ 
+ spellcheck_deps = plugin_deps + [
+   dependency('gspell-1', version: '>= 1.2.0'),
+-  dependency('enchant'),
++  dependency('enchant-2'),
+ ]
+ 
+ shared_module('spellcheck-plugin', spellcheck_sources,


[arch-commits] Commit in gnome-builder/trunk (PKGBUILD)

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 22:43:49
  Author: heftig
Revision: 321004

3.28.0+61+gabdbf77c7-1

Modified:
  gnome-builder/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:40:34 UTC (rev 321003)
+++ PKGBUILD2018-04-05 22:43:49 UTC (rev 321004)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.28.0+56+gc5dd7471b
+pkgver=3.28.0+61+gabdbf77c7
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
@@ -15,7 +15,7 @@
  mm-common meson)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=c5dd7471bf70fd972a6c2762d0af86294f5f6009  # gnome-builder-3-28
+_commit=abdbf77c76c4f64033f51986cc5830b4568e3d02  # gnome-builder-3-28
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,6 +26,7 @@
 
 prepare() {
   cd $pkgname
+  git cherry-pick -n ba4d103
 }
 
 build() {


[arch-commits] Commit in gitg/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 22:40:34
  Author: heftig
Revision: 321003

archrelease: copy trunk to staging-x86_64

Added:
  gitg/repos/staging-x86_64/
  gitg/repos/staging-x86_64/PKGBUILD
(from rev 321002, gitg/trunk/PKGBUILD)

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

Copied: gitg/repos/staging-x86_64/PKGBUILD (from rev 321002, 
gitg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-05 22:40:34 UTC (rev 321003)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric BĂ©langer 
+
+pkgname=gitg
+pkgver=3.26+23+g9c785938
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk'
+ 'libpeas' 'gtkspell3' 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'glade' 'git' 'meson' 
'gtk-doc')
+groups=('gnome-extra')
+_commit=9c7859381b8eb5f0e8c00bca120802148ea3bc8e  # master
+source=("git+https://git.gnome.org/browse/gitg#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D docs=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Fix up icon names
+  local f d
+  for f in "$pkgdir"/usr/share/icons/hicolor/*/apps/*; do
+d="${f%/*}"
+mv "$f" "$d/${f##*_}"
+  done
+
+  python -m compileall "$pkgdir/usr/lib/python3.6"
+  python -O -m compileall "$pkgdir/usr/lib/python3.6"
+}


[arch-commits] Commit in gitg/trunk (PKGBUILD)

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 22:39:59
  Author: heftig
Revision: 321002

3.26+23+g9c785938-1

Modified:
  gitg/trunk/PKGBUILD

--+
 PKGBUILD |   32 ++--
 1 file changed, 18 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:33:30 UTC (rev 321001)
+++ PKGBUILD2018-04-05 22:39:59 UTC (rev 321002)
@@ -2,17 +2,17 @@
 # Maintainer: Eric BĂ©langer 
 
 pkgname=gitg
-pkgver=3.26
+pkgver=3.26+23+g9c785938
 pkgrel=1
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('x86_64')
 url='https://git.gnome.org/browse/gitg/'
 license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3'
- 'python-gobject')
-makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade' 
'git')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk'
+ 'libpeas' 'gtkspell3' 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'glade' 'git' 'meson' 
'gtk-doc')
 groups=('gnome-extra')
-_commit=096e96e3d13f50cd6de8b289a54362d54f502810  # tags/v3.26^0
+_commit=9c7859381b8eb5f0e8c00bca120802148ea3bc8e  # master
 source=("git+https://git.gnome.org/browse/gitg#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -23,19 +23,23 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-glade-catalog
-
-  # Don't overlink
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
+  arch-meson $pkgname build -D docs=true
+  ninja -C build
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Fix up icon names
+  local f d
+  for f in "$pkgdir"/usr/share/icons/hicolor/*/apps/*; do
+d="${f%/*}"
+mv "$f" "$d/${f##*_}"
+  done
+
+  python -m compileall "$pkgdir/usr/lib/python3.6"
+  python -O -m compileall "$pkgdir/usr/lib/python3.6"
 }


[arch-commits] Commit in plowshare/trunk (PKGBUILD)

2018-04-05 Thread Jan de Groot via arch-commits
Date: Thursday, April 5, 2018 @ 22:37:12
  Author: jgc
Revision: 314529

upgpkg: plowshare 2.1.7-3

Switch to js52 for javascript

Modified:
  plowshare/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:08:02 UTC (rev 314528)
+++ PKGBUILD2018-04-05 22:37:12 UTC (rev 314529)
@@ -5,12 +5,12 @@
 
 pkgname=plowshare
 pkgver=2.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
 arch=('any')
 url="https://github.com/mcrapet/plowshare;
 license=('GPL3')
-depends=('curl' 'recode' 'js' 'git')
+depends=('curl' 'recode' 'js52' 'git')
 optdepends=('bash-completion: enable bash auto completion'
 'imagemagick: X11 picture viewer for captchas'
 'sxiv: X11 picture viewer for captchas'
@@ -24,7 +24,7 @@
 prepare() {
   cd "${pkgname}-${pkgver}"
   # rename js executable to reflect js package
-  sed -e 's|-js}|-js24}|' -i src/core.sh
+  sed -e 's|-js}|-js52}|' -i src/core.sh
   # force release version
   export PLOWSHARE_FORCE_VERSION="${pkgver}"
 }


[arch-commits] Commit in plowshare/repos/community-any (PKGBUILD PKGBUILD)

2018-04-05 Thread Jan de Groot via arch-commits
Date: Thursday, April 5, 2018 @ 22:37:21
  Author: jgc
Revision: 314530

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/PKGBUILD
(from rev 314529, plowshare/trunk/PKGBUILD)
Deleted:
  plowshare/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 22:37:12 UTC (rev 314529)
+++ PKGBUILD2018-04-05 22:37:21 UTC (rev 314530)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: breakdown 
-
-pkgname=plowshare
-pkgver=2.1.7
-pkgrel=2
-pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
-arch=('any')
-url="https://github.com/mcrapet/plowshare;
-license=('GPL3')
-depends=('curl' 'recode' 'js' 'git')
-optdepends=('bash-completion: enable bash auto completion'
-'imagemagick: X11 picture viewer for captchas'
-'sxiv: X11 picture viewer for captchas'
-'feh: X11 picture viewer for captchas'
-'qiv: X11 picture viewer for captchas'
-'fbida: framebuffer picture viewer for captchas'
-'libcaca: framebuffer ascii picture viewer for captchas')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('7fe91d3756c55ffc1daf9275bfd2413f2644accd8fa69f2b1064696e1435f9b8be9515907c8249ffde85436dc6966f1d42bad94ccfbde93ae584dcc0d642c215')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # rename js executable to reflect js package
-  sed -e 's|-js}|-js24}|' -i src/core.sh
-  # force release version
-  export PLOWSHARE_FORCE_VERSION="${pkgver}"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="${pkgdir}/" PREFIX=/usr
-}

Copied: plowshare/repos/community-any/PKGBUILD (from rev 314529, 
plowshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 22:37:21 UTC (rev 314530)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: breakdown 
+
+pkgname=plowshare
+pkgver=2.1.7
+pkgrel=3
+pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and 
other file sharing websites."
+arch=('any')
+url="https://github.com/mcrapet/plowshare;
+license=('GPL3')
+depends=('curl' 'recode' 'js52' 'git')
+optdepends=('bash-completion: enable bash auto completion'
+'imagemagick: X11 picture viewer for captchas'
+'sxiv: X11 picture viewer for captchas'
+'feh: X11 picture viewer for captchas'
+'qiv: X11 picture viewer for captchas'
+'fbida: framebuffer picture viewer for captchas'
+'libcaca: framebuffer ascii picture viewer for captchas')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('7fe91d3756c55ffc1daf9275bfd2413f2644accd8fa69f2b1064696e1435f9b8be9515907c8249ffde85436dc6966f1d42bad94ccfbde93ae584dcc0d642c215')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # rename js executable to reflect js package
+  sed -e 's|-js}|-js52}|' -i src/core.sh
+  # force release version
+  export PLOWSHARE_FORCE_VERSION="${pkgver}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}/" PREFIX=/usr
+}


[arch-commits] Commit in polkit/trunk (PKGBUILD)

2018-04-05 Thread Jan de Groot via arch-commits
Date: Thursday, April 5, 2018 @ 22:33:25
  Author: jgc
Revision: 321000

upgpkg: polkit 0.114-1

Modified:
  polkit/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:23:51 UTC (rev 320999)
+++ PKGBUILD2018-04-05 22:33:25 UTC (rev 321000)
@@ -2,15 +2,15 @@
 # Maintainer: Jan de Groot 
 
 pkgname=polkit
-pkgver=0.113+34+g29ba7af
+pkgver=0.114
 pkgrel=1
 pkgdesc="Application development toolkit for controlling system-wide 
privileges"
 arch=(x86_64)
 license=(LGPL)
 url="https://www.freedesktop.org/wiki/Software/polkit/;
-depends=(glib2 pam expat systemd js)
+depends=(glib2 pam expat systemd js52)
 makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
-_commit=29ba7afba1b79a325183a71966f35926dfdf506e  # master
+_commit=ed06baed179166389d536420a6fc532781d48178  # tags/0.114^0
 source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,6 +21,7 @@
 
 prepare() {
   cd $pkgname
+  git cherry-pick -n 373705b35e7f6c7dc83de5e0a3ce11ecd15d0409
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2018-04-05 Thread Jan de Groot via arch-commits
Date: Thursday, April 5, 2018 @ 22:33:30
  Author: jgc
Revision: 321001

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 321000, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 321000, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-05 22:33:30 UTC (rev 321001)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.114
+pkgrel=1
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js52)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+_commit=ed06baed179166389d536420a6fc532781d48178  # tags/0.114^0
+source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 373705b35e7f6c7dc83de5e0a3ce11ecd15d0409
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <

[arch-commits] Commit in libgit2-glib/trunk (PKGBUILD libgit2-0.27.0.diff)

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 22:23:22
  Author: heftig
Revision: 320998

0.26.4-2

Added:
  libgit2-glib/trunk/libgit2-0.27.0.diff
Modified:
  libgit2-glib/trunk/PKGBUILD

-+
 PKGBUILD|   11 +++
 libgit2-0.27.0.diff |   12 
 2 files changed, 19 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:06:56 UTC (rev 320997)
+++ PKGBUILD2018-04-05 22:23:22 UTC (rev 320998)
@@ -4,16 +4,18 @@
 
 pkgname=libgit2-glib
 pkgver=0.26.4
-pkgrel=1
+pkgrel=2
 pkgdesc="GLib wrapper for libgit2"
-url="http://wiki.gnome.org/Projects/Libgit2-glib;
+url="https://wiki.gnome.org/Projects/Libgit2-glib;
 license=(LGPL2.1)
 arch=(x86_64)
 depends=(glib2 libgit2)
 makedepends=(gobject-introspection python-gobject python2 vala gtk-doc git 
meson)
 _commit=fed5187a24bbee3aa72049df3f55af4a4166c0bb  # tags/v0.26.4^0
-source=("git+https://git.gnome.org/browse/libgit2-glib#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://git.gnome.org/browse/libgit2-glib#commit=$_commit;
+libgit2-0.27.0.diff)
+sha256sums=('SKIP'
+'df86d15a80e6031af51274e25266c5cf7800a803958384132c3c4a7835e15b1e')
 
 pkgver() {
   cd $pkgname
@@ -22,6 +24,7 @@
 
 prepare() {
   cd $pkgname
+  patch -Np1 -i ../libgit2-0.27.0.diff
 }
 
 build() {

Added: libgit2-0.27.0.diff
===
--- libgit2-0.27.0.diff (rev 0)
+++ libgit2-0.27.0.diff 2018-04-05 22:23:22 UTC (rev 320998)
@@ -0,0 +1,12 @@
+diff --git i/libgit2-glib/ggit-config.c w/libgit2-glib/ggit-config.c
+index b6536ce..2785574 100644
+--- i/libgit2-glib/ggit-config.c
 w/libgit2-glib/ggit-config.c
+@@ -295,6 +295,7 @@ ggit_config_add_file (GgitConfig  *config,
+   ret = git_config_add_file_ondisk (_ggit_native_get (config),
+ path,
+ (git_config_level_t)level,
++NULL,
+ force);
+   g_free (path);
+ 


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

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 22:23:51
  Author: heftig
Revision: 320999

archrelease: copy trunk to staging-x86_64

Added:
  libgit2-glib/repos/staging-x86_64/
  libgit2-glib/repos/staging-x86_64/PKGBUILD
(from rev 320998, libgit2-glib/trunk/PKGBUILD)
  libgit2-glib/repos/staging-x86_64/libgit2-0.27.0.diff
(from rev 320998, libgit2-glib/trunk/libgit2-0.27.0.diff)

-+
 PKGBUILD|   47 +++
 libgit2-0.27.0.diff |   12 
 2 files changed, 59 insertions(+)

Copied: libgit2-glib/repos/staging-x86_64/PKGBUILD (from rev 320998, 
libgit2-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-05 22:23:51 UTC (rev 320999)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libgit2-glib
+pkgver=0.26.4
+pkgrel=2
+pkgdesc="GLib wrapper for libgit2"
+url="https://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python-gobject python2 vala gtk-doc git 
meson)
+_commit=fed5187a24bbee3aa72049df3f55af4a4166c0bb  # tags/v0.26.4^0
+source=("git+https://git.gnome.org/browse/libgit2-glib#commit=$_commit;
+libgit2-0.27.0.diff)
+sha256sums=('SKIP'
+'df86d15a80e6031af51274e25266c5cf7800a803958384132c3c4a7835e15b1e')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../libgit2-0.27.0.diff
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  cp -a "$pkgdir"/usr/lib/python{3.6,2.7}
+  python3 -m compileall "$pkgdir/usr/lib/python3.6"
+  python3 -O -m compileall "$pkgdir/usr/lib/python3.6"
+  python2 -m compileall "$pkgdir/usr/lib/python2.7"
+  python2 -O -m compileall "$pkgdir/usr/lib/python2.7"
+}

Copied: libgit2-glib/repos/staging-x86_64/libgit2-0.27.0.diff (from rev 320998, 
libgit2-glib/trunk/libgit2-0.27.0.diff)
===
--- staging-x86_64/libgit2-0.27.0.diff  (rev 0)
+++ staging-x86_64/libgit2-0.27.0.diff  2018-04-05 22:23:51 UTC (rev 320999)
@@ -0,0 +1,12 @@
+diff --git i/libgit2-glib/ggit-config.c w/libgit2-glib/ggit-config.c
+index b6536ce..2785574 100644
+--- i/libgit2-glib/ggit-config.c
 w/libgit2-glib/ggit-config.c
+@@ -295,6 +295,7 @@ ggit_config_add_file (GgitConfig  *config,
+   ret = git_config_add_file_ondisk (_ggit_native_get (config),
+ path,
+ (git_config_level_t)level,
++NULL,
+ force);
+   g_free (path);
+ 


[arch-commits] Commit in scapy3k/repos/community-any (PKGBUILD PKGBUILD)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 22:08:02
  Author: anthraxx
Revision: 314528

archrelease: copy trunk to community-any

Added:
  scapy3k/repos/community-any/PKGBUILD
(from rev 314527, scapy3k/trunk/PKGBUILD)
Deleted:
  scapy3k/repos/community-any/PKGBUILD

--+
 PKGBUILD |   97 ++---
 1 file changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 22:07:54 UTC (rev 314527)
+++ PKGBUILD2018-04-05 22:08:02 UTC (rev 314528)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=scapy3k
-_pkgname=scapy
-pkgver=0.23
-pkgrel=1
-pkgdesc='Powerful interactive packet manipulation program written in Python 3'
-url='https://github.com/phaethon/scapy'
-depends=('tcpdump' 'python' )
-optdepends=('python-cryptography: WEP decryption, IPsec and certificate 
support'
-'python-pyx: psdump() and pdfdump() functions'
-'python-matplotlib: plotting support'
-'python-netifaces: network interface information support'
-'graphviz: conversations() method support'
-'sox: for VOIP support')
-checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
-arch=('any')
-license=('GPL2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
-sha256sums=('b4cd88724f2c4ce3af11f98af89dc118e180bb7b462e0d4bedd493b3f6813a2d')
-sha512sums=('2c341bc0459024311b1724cd6ee2d05651197b413c9b79f9bd2b4d60feb8baead1991c7c7dd1c229f3f06ff2901c5c50de15bac1d4fd367e6969fd9053649418')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed -r 's|((bin\|doc)/(UT)?scapy)|\13k|g' -i setup.py
-  mv doc/scapy.1.gz doc/scapy3k.1.gz
-  mv bin/scapy{,3k}
-  mv bin/UTscapy{,3k}
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}/test
-  # skip tests as they hang
-  # ./run_tests -t regression.uts -K netaccess
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: scapy3k/repos/community-any/PKGBUILD (from rev 314527, 
scapy3k/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 22:08:02 UTC (rev 314528)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+
+pkgname=scapy3k
+_pkgname=scapy
+pkgver=0.23
+pkgrel=2
+pkgdesc='Powerful interactive packet manipulation program (based on scapy) 
written in Python'
+url='https://github.com/phaethon/scapy'
+depends=('tcpdump' 'python' )
+optdepends=('python-cryptography: WEP decryption, IPsec and certificate 
support'
+'python-pyx: psdump() and pdfdump() functions'
+'python-matplotlib: plotting support'
+'python-netifaces: network interface information support'
+'graphviz: conversations() method support'
+'sox: for VOIP support')
+checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
+conflicts=('scapy')
+arch=('any')
+license=('GPL2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
+sha256sums=('b4cd88724f2c4ce3af11f98af89dc118e180bb7b462e0d4bedd493b3f6813a2d')
+sha512sums=('2c341bc0459024311b1724cd6ee2d05651197b413c9b79f9bd2b4d60feb8baead1991c7c7dd1c229f3f06ff2901c5c50de15bac1d4fd367e6969fd9053649418')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -r 's|((bin\|doc)/(UT)?scapy)|\13k|g' -i setup.py
+  mv doc/scapy.1.gz doc/scapy3k.1.gz
+  mv bin/scapy{,3k}
+  mv bin/UTscapy{,3k}
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/test
+  # Run only main tests, without network access
+  #./run_tests -K netaccess -F
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in scapy3k/trunk (PKGBUILD)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 22:07:54
  Author: anthraxx
Revision: 314527

upgpkg: scapy3k 0.23-2 (adding conflicts to scapy)

scapy is python3 now therefor adding a conflicts

Modified:
  scapy3k/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:01:57 UTC (rev 314526)
+++ PKGBUILD2018-04-05 22:07:54 UTC (rev 314527)
@@ -3,8 +3,8 @@
 pkgname=scapy3k
 _pkgname=scapy
 pkgver=0.23
-pkgrel=1
-pkgdesc='Powerful interactive packet manipulation program written in Python 3'
+pkgrel=2
+pkgdesc='Powerful interactive packet manipulation program (based on scapy) 
written in Python'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
 optdepends=('python-cryptography: WEP decryption, IPsec and certificate 
support'
@@ -14,6 +14,7 @@
 'graphviz: conversations() method support'
 'sox: for VOIP support')
 checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
+conflicts=('scapy')
 arch=('any')
 license=('GPL2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
@@ -35,8 +36,8 @@
 
 check() {
   cd ${_pkgname}-${pkgver}/test
-  # skip tests as they hang
-  # ./run_tests -t regression.uts -K netaccess
+  # Run only main tests, without network access
+  #./run_tests -K netaccess -F
 }
 
 package() {


[arch-commits] Commit in genius/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Jan de Groot via arch-commits
Date: Thursday, April 5, 2018 @ 22:01:30
  Author: jgc
Revision: 320996

archrelease: copy trunk to extra-x86_64

Added:
  genius/repos/extra-x86_64/PKGBUILD
(from rev 320995, genius/trunk/PKGBUILD)
Deleted:
  genius/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 22:01:23 UTC (rev 320995)
+++ PKGBUILD2018-04-05 22:01:30 UTC (rev 320996)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Arjan Timmerman 
-
-pkgname=genius
-pkgver=1.0.23
-pkgrel=2
-pkgdesc="Advanced calculator including a mathematical programming language"
-arch=('x86_64')
-license=('GPL')
-url="http://www.jirka.org/genius.html;
-depends=('vte' 'gtksourceview2' 'mpfr' 'desktop-file-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-options=('!makeflags')
-source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('912e1c1beadee185614036c6808a974157b2009fe315b249efa2aa06a5ac6f4b')
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/genius \
-  --localstatedir=/var --disable-static \
-  --enable-gtksourceview --disable-scrollkeeper \
-  --disable-update-mimedb
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: genius/repos/extra-x86_64/PKGBUILD (from rev 320995, 
genius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 22:01:30 UTC (rev 320996)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Arjan Timmerman 
+
+pkgname=genius
+pkgver=1.0.23
+pkgrel=3
+pkgdesc="Advanced calculator including a mathematical programming language"
+arch=('x86_64')
+license=('GPL')
+url="http://www.jirka.org/genius.html;
+depends=('mpfr' 'glib2' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils' 'gtk-update-icon-cache')
+options=('!makeflags')
+source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('912e1c1beadee185614036c6808a974157b2009fe315b249efa2aa06a5ac6f4b')
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/genius \
+  --localstatedir=/var --disable-static \
+  --disable-update-mimedb --disable-gnome
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in genius/trunk (PKGBUILD)

2018-04-05 Thread Jan de Groot via arch-commits
Date: Thursday, April 5, 2018 @ 22:01:23
  Author: jgc
Revision: 320995

upgpkg: genius 1.0.23-3

Disable gnome interface so we can drop vte

Modified:
  genius/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 21:55:11 UTC (rev 320994)
+++ PKGBUILD2018-04-05 22:01:23 UTC (rev 320995)
@@ -4,13 +4,13 @@
 
 pkgname=genius
 pkgver=1.0.23
-pkgrel=2
+pkgrel=3
 pkgdesc="Advanced calculator including a mathematical programming language"
 arch=('x86_64')
 license=('GPL')
 url="http://www.jirka.org/genius.html;
-depends=('vte' 'gtksourceview2' 'mpfr' 'desktop-file-utils')
-makedepends=('intltool' 'gnome-doc-utils')
+depends=('mpfr' 'glib2' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils' 'gtk-update-icon-cache')
 options=('!makeflags')
 
source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('912e1c1beadee185614036c6808a974157b2009fe315b249efa2aa06a5ac6f4b')
@@ -21,8 +21,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/genius \
   --localstatedir=/var --disable-static \
-  --enable-gtksourceview --disable-scrollkeeper \
-  --disable-update-mimedb
+  --disable-update-mimedb --disable-gnome
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


[arch-commits] Commit in scapy/repos/community-any (PKGBUILD PKGBUILD)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 21:59:44
  Author: anthraxx
Revision: 314525

archrelease: copy trunk to community-any

Added:
  scapy/repos/community-any/PKGBUILD
(from rev 314524, scapy/trunk/PKGBUILD)
Deleted:
  scapy/repos/community-any/PKGBUILD

--+
 PKGBUILD |  131 +++--
 1 file changed, 85 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 21:59:34 UTC (rev 314524)
+++ PKGBUILD2018-04-05 21:59:44 UTC (rev 314525)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-# Contributor: Ebubekir KARUL 
-# Contributor: s1gma,shirokuro
-
-pkgname=scapy
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="A powerful interactive packet manipulation program written in Python"
-url="http://www.secdev.org/projects/scapy/;
-depends=('tcpdump' 'python2' )
-optdepends=('python2-crypto: WEP decryption support'
-'python2-pyx: psdump() and pdfdump() functions'
-'python2-gnuplot: plotting support'
-'graphviz: conversations() method support'
-'sox: for VOIP support')
-checkdepends=('python2-crypto' 'python2-pyx' 'python2-gnuplot' 'python2-mock' 
'graphviz' 'sox')
-arch=('any')
-license=('GPL2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/secdev/scapy/archive/v${pkgver}.tar.gz)
-sha512sums=('47ca2eceafe7b693c569a92c106782037d869c323aaaec41cace07dfdeb3c6a7e9f7bc8ca1150b3c0daea54e6665f93eb1dfc3c511419cfa28eb2e0753bf9ba4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's|env python|env python2|g' -i doc/scapy/*.rst scapy/contrib/*.py 
setup.py \
-run_scapy scapy/pipetool.py scapy/tools/check_asdis.py scapy/layers/*.py
-  sed -e 's/exec python/exec python2/g' -i run_scapy setup.py test/run_tests
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}/test
-  ./run_tests -t regression.uts -K netaccess
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: scapy/repos/community-any/PKGBUILD (from rev 314524, 
scapy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 21:59:44 UTC (rev 314525)
@@ -0,0 +1,85 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor: Ebubekir KARUL 
+# Contributor: s1gma,shirokuro
+
+pkgbase=scapy
+pkgname=('scapy' 'python-scapy' 'python2-scapy')
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Powerful interactive packet manipulation program written in Python'
+url='http://www.secdev.org/projects/scapy/'
+makedepends=('tcpdump' 'python2' 'python')
+checkdepends=('python2-cryptography' 'python2-pyx' 'python2-matplotlib'
+  'python-cryptography' 'python-pyx' 'python-matplotlib'
+  'graphviz' 'sox')
+arch=('any')
+license=('GPL2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/secdev/scapy/archive/v${pkgver}.tar.gz)
+sha512sums=('0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+  cd ${pkgbase}-${pkgver}-py2
+  sed -e 's|env python|env python2|g' -i doc/scapy/*.rst scapy/contrib/*.py 
setup.py \
+run_scapy scapy/pipetool.py scapy/tools/check_asdis.py scapy/layers/*.py 
bin/*
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+}
+
+check() {
+  # Run only main tests, without network access
+  (cd ${pkgbase}-${pkgver}-py2/test
+./run_tests_py2 -K netaccess -F
+  )
+  (cd ${pkgbase}-${pkgver}/test
+./run_tests_py3 -K netaccess -F
+  )
+}
+
+package_scapy() {
+  depends=('python' 'python-scapy')
+  pkgdesc+=' (tools)'
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
+  install -d "${pkgdir}/usr/share/doc"
+  ln -sf /usr/share/doc/python-scapy "${pkgdir}/usr/share/doc/${pkgname}"
+  rm -r "${pkgdir}/usr/lib"
+}
+
+package_python-scapy() {
+  pkgdesc+=' (library)'
+  depends=('tcpdump' 'python')
+  optdepends=('python-cryptography: WEP, IPsec and SSL/TLS support'
+  'python-pyx: psdump() and pdfdump() functions'
+  'python-matplotlib: plotting support'
+  'graphviz: conversations() method support'
+  'sox: for VOIP support')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 doc/scapy/*.rst -t 

[arch-commits] Commit in scapy/trunk (PKGBUILD)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 21:59:34
  Author: anthraxx
Revision: 314524

upgpkg: scapy 2.4.0-1

Modified:
  scapy/trunk/PKGBUILD

--+
 PKGBUILD |   81 +
 1 file changed, 60 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 21:55:33 UTC (rev 314523)
+++ PKGBUILD2018-04-05 21:59:34 UTC (rev 314524)
@@ -3,44 +3,83 @@
 # Contributor: Ebubekir KARUL 
 # Contributor: s1gma,shirokuro
 
-pkgname=scapy
-pkgver=2.3.3
+pkgbase=scapy
+pkgname=('scapy' 'python-scapy' 'python2-scapy')
+pkgver=2.4.0
 pkgrel=1
-pkgdesc="A powerful interactive packet manipulation program written in Python"
-url="http://www.secdev.org/projects/scapy/;
-depends=('tcpdump' 'python2' )
-optdepends=('python2-crypto: WEP decryption support'
-'python2-pyx: psdump() and pdfdump() functions'
-'python2-gnuplot: plotting support'
-'graphviz: conversations() method support'
-'sox: for VOIP support')
-checkdepends=('python2-crypto' 'python2-pyx' 'python2-gnuplot' 'python2-mock' 
'graphviz' 'sox')
+pkgdesc='Powerful interactive packet manipulation program written in Python'
+url='http://www.secdev.org/projects/scapy/'
+makedepends=('tcpdump' 'python2' 'python')
+checkdepends=('python2-cryptography' 'python2-pyx' 'python2-matplotlib'
+  'python-cryptography' 'python-pyx' 'python-matplotlib'
+  'graphviz' 'sox')
 arch=('any')
 license=('GPL2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/secdev/scapy/archive/v${pkgver}.tar.gz)
-sha512sums=('47ca2eceafe7b693c569a92c106782037d869c323aaaec41cace07dfdeb3c6a7e9f7bc8ca1150b3c0daea54e6665f93eb1dfc3c511419cfa28eb2e0753bf9ba4')
+sha512sums=('0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+  cd ${pkgbase}-${pkgver}-py2
   sed -e 's|env python|env python2|g' -i doc/scapy/*.rst scapy/contrib/*.py 
setup.py \
-run_scapy scapy/pipetool.py scapy/tools/check_asdis.py scapy/layers/*.py
-  sed -e 's/exec python/exec python2/g' -i run_scapy setup.py test/run_tests
+run_scapy scapy/pipetool.py scapy/tools/check_asdis.py scapy/layers/*.py 
bin/*
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
 }
 
 check() {
-  cd ${pkgname}-${pkgver}/test
-  ./run_tests -t regression.uts -K netaccess
+  # Run only main tests, without network access
+  (cd ${pkgbase}-${pkgver}-py2/test
+./run_tests_py2 -K netaccess -F
+  )
+  (cd ${pkgbase}-${pkgver}/test
+./run_tests_py3 -K netaccess -F
+  )
 }
 
-package() {
-  cd ${pkgname}-${pkgver}
+package_scapy() {
+  depends=('python' 'python-scapy')
+  pkgdesc+=' (tools)'
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
+  install -d "${pkgdir}/usr/share/doc"
+  ln -sf /usr/share/doc/python-scapy "${pkgdir}/usr/share/doc/${pkgname}"
+  rm -r "${pkgdir}/usr/lib"
+}
+
+package_python-scapy() {
+  pkgdesc+=' (library)'
+  depends=('tcpdump' 'python')
+  optdepends=('python-cryptography: WEP, IPsec and SSL/TLS support'
+  'python-pyx: psdump() and pdfdump() functions'
+  'python-matplotlib: plotting support'
+  'graphviz: conversations() method support'
+  'sox: for VOIP support')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm -r "${pkgdir}"{/usr/bin,/usr/share/man}
+}
+
+package_python2-scapy() {
+  pkgdesc+=' (library)'
+  depends=('tcpdump' 'python2')
+  optdepends=('python2-cryptography: WEP, IPsec and SSL/TLS support'
+  'python2-pyx: psdump() and pdfdump() functions'
+  'python2-matplotlib: plotting support'
+  'graphviz: conversations() method support'
+  'sox: for VOIP support')
+  cd ${pkgbase}-${pkgver}-py2
   python2 setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
   install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm -r "${pkgdir}"{/usr/bin,/usr/share/man}
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-alsa-plugins/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 21:55:33
  Author: heftig
Revision: 314523

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-alsa-plugins/repos/multilib-x86_64/PKGBUILD
(from rev 314522, lib32-alsa-plugins/trunk/PKGBUILD)
Deleted:
  lib32-alsa-plugins/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 21:54:28 UTC (rev 314522)
+++ PKGBUILD2018-04-05 21:55:33 UTC (rev 314523)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-_pkgbasename=alsa-plugins
-pkgname=lib32-$_pkgbasename
-pkgver=1.1.5
-pkgrel=1
-pkgdesc="Extra alsa plugins (32-bit)"
-arch=(x86_64)
-url="http://www.alsa-project.org;
-license=(GPL)
-depends=(lib32-alsa-lib $_pkgbasename)
-makedepends=(lib32-libpulse lib32-jack lib32-speex lib32-libsamplerate 
gcc-multilib)
-optdepends=('lib32-libpulse: PulseAudio plugin'
-'lib32-jack: Jack plugin'
-'lib32-libsamplerate: libsamplerate resampling plugin'
-'lib32-speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2;)
-md5sums=('f898b0e6e8acf3f6f82bc2a0f0c84a97')
-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-avcodec
-  make
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir/usr/share"
-}

Copied: lib32-alsa-plugins/repos/multilib-x86_64/PKGBUILD (from rev 314522, 
lib32-alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 21:55:33 UTC (rev 314523)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+_pkgbasename=alsa-plugins
+pkgname=lib32-$_pkgbasename
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="Extra alsa plugins (32-bit)"
+arch=(x86_64)
+url="http://www.alsa-project.org;
+license=(GPL)
+depends=(lib32-alsa-lib $_pkgbasename)
+makedepends=(lib32-libpulse lib32-jack lib32-speex lib32-libsamplerate 
gcc-multilib)
+optdepends=('lib32-libpulse: PulseAudio plugin'
+'lib32-jack: Jack plugin'
+'lib32-libsamplerate: libsamplerate resampling plugin'
+'lib32-speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2;)
+sha1sums=('a3601513f1a54eaef606744c9c9f4e9d4d44bf40')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-avcodec
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir/usr/share"
+}


[arch-commits] Commit in alsa-plugins/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 21:55:11
  Author: heftig
Revision: 320994

archrelease: copy trunk to extra-x86_64

Added:
  alsa-plugins/repos/extra-x86_64/PKGBUILD
(from rev 320993, alsa-plugins/trunk/PKGBUILD)
Deleted:
  alsa-plugins/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 21:54:25 UTC (rev 320993)
+++ PKGBUILD2018-04-05 21:55:11 UTC (rev 320994)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.1.5
-pkgrel=1
-pkgdesc="Extra alsa plugins"
-arch=(x86_64)
-url="http://www.alsa-project.org;
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin, a52 plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('e32e586e52f82dd56218277033780451a2d69271')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/extra-x86_64/PKGBUILD (from rev 320993, 
alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 21:55:11 UTC (rev 320994)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="Extra alsa plugins"
+arch=(x86_64)
+url="http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+sha1sums=('a3601513f1a54eaef606744c9c9f4e9d4d44bf40')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}


[arch-commits] Commit in lib32-alsa-plugins/trunk (PKGBUILD)

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 21:54:28
  Author: heftig
Revision: 314522

1.1.6-1

Modified:
  lib32-alsa-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 21:51:07 UTC (rev 314521)
+++ PKGBUILD2018-04-05 21:54:28 UTC (rev 314522)
@@ -3,7 +3,7 @@
 
 _pkgbasename=alsa-plugins
 pkgname=lib32-$_pkgbasename
-pkgver=1.1.5
+pkgver=1.1.6
 pkgrel=1
 pkgdesc="Extra alsa plugins (32-bit)"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 'lib32-libsamplerate: libsamplerate resampling plugin'
 'lib32-speex: libspeexdsp resampling plugin')
 source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2;)
-md5sums=('f898b0e6e8acf3f6f82bc2a0f0c84a97')
+sha1sums=('a3601513f1a54eaef606744c9c9f4e9d4d44bf40')
 
 build() {
   cd $_pkgbasename-$pkgver


[arch-commits] Commit in alsa-plugins/trunk (PKGBUILD)

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 21:54:25
  Author: heftig
Revision: 320993

1.1.6-1

Modified:
  alsa-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 21:51:46 UTC (rev 320992)
+++ PKGBUILD2018-04-05 21:54:25 UTC (rev 320993)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=alsa-plugins
-pkgver=1.1.5
+pkgver=1.1.6
 pkgrel=1
 pkgdesc="Extra alsa plugins"
 arch=(x86_64)
@@ -18,7 +18,7 @@
 'libsamplerate: libsamplerate resampling plugin'
 'speex: libspeexdsp resampling plugin')
 source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('e32e586e52f82dd56218277033780451a2d69271')
+sha1sums=('a3601513f1a54eaef606744c9c9f4e9d4d44bf40')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in hexer/trunk (PKGBUILD)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 21:18:12
  Author: anthraxx
Revision: 314514

upgpkg: hexer 1.0.4-1

Modified:
  hexer/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 21:12:23 UTC (rev 314513)
+++ PKGBUILD2018-04-05 21:18:12 UTC (rev 314514)
@@ -3,8 +3,8 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=hexer
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc='Multi buffer editor for binary files with vi-like interface'
 url='https://devel.ringlet.net/editors/hexer/'
 arch=('x86_64')
@@ -11,9 +11,9 @@
 license=('custom')
 depends=('ncurses')
 
source=(https://devel.ringlet.net/files/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('74149464a713efc34d6bae1cb95e82727ead12dc8a8444f9dfd66f6e459c8191'
+sha256sums=('0314afc74d650154b5bfae4ec7433fb90b43e11181e0e2ebb98457baaad41aa7'
 'SKIP')
-sha512sums=('5c08374d0879ca61d7d7968bf374d6a136a514708790cc1ff502a6c0cab689397044b30924955eb63b3eae64fb7872a291e182a2a7fadaeec6e51b5c6a573c14'
+sha512sums=('1c7ab32cf015d115fdbd2c4545cfe6592d5b67196c9f281d3a0654543e12f64df6a7862df1cb00d2fe85b9bb0e6c25705aeb4b5a9c3723cd0eb977e299635840'
 'SKIP')
 validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev 

 
@@ -25,7 +25,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" PREFIX=/usr MANDIR=/usr/share/man/man1 install
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in hexer/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 21:18:23
  Author: anthraxx
Revision: 314515

archrelease: copy trunk to community-x86_64

Added:
  hexer/repos/community-x86_64/PKGBUILD
(from rev 314514, hexer/trunk/PKGBUILD)
Deleted:
  hexer/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 21:18:12 UTC (rev 314514)
+++ PKGBUILD2018-04-05 21:18:23 UTC (rev 314515)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Magnus Therning 
-# Contributor: Anton Bazhenov 
-
-pkgname=hexer
-pkgver=1.0.3
-pkgrel=2
-pkgdesc='Multi buffer editor for binary files with vi-like interface'
-url='https://devel.ringlet.net/editors/hexer/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('ncurses')
-source=(https://devel.ringlet.net/files/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('74149464a713efc34d6bae1cb95e82727ead12dc8a8444f9dfd66f6e459c8191'
-'SKIP')
-sha512sums=('5c08374d0879ca61d7d7968bf374d6a136a514708790cc1ff502a6c0cab689397044b30924955eb63b3eae64fb7872a291e182a2a7fadaeec6e51b5c6a573c14'
-'SKIP')
-validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr MANDIR=/usr/share/man/man1 install
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexer/repos/community-x86_64/PKGBUILD (from rev 314514, 
hexer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 21:18:23 UTC (rev 314515)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Magnus Therning 
+# Contributor: Anton Bazhenov 
+
+pkgname=hexer
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Multi buffer editor for binary files with vi-like interface'
+url='https://devel.ringlet.net/editors/hexer/'
+arch=('x86_64')
+license=('custom')
+depends=('ncurses')
+source=(https://devel.ringlet.net/files/editors/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('0314afc74d650154b5bfae4ec7433fb90b43e11181e0e2ebb98457baaad41aa7'
+'SKIP')
+sha512sums=('1c7ab32cf015d115fdbd2c4545cfe6592d5b67196c9f281d3a0654543e12f64df6a7862df1cb00d2fe85b9bb0e6c25705aeb4b5a9c3723cd0eb977e299635840'
+'SKIP')
+validpgpkeys=('2EE7A7A517FC124CF115C354651EEFB02527DF13') # Peter Pentchev 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr MANDIR=/usr/share/man/man1 install
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in bettercap/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 21:12:23
  Author: anthraxx
Revision: 314513

archrelease: copy trunk to community-x86_64

Added:
  bettercap/repos/community-x86_64/PKGBUILD
(from rev 314512, bettercap/trunk/PKGBUILD)
Deleted:
  bettercap/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 21:12:11 UTC (rev 314512)
+++ PKGBUILD2018-04-05 21:12:23 UTC (rev 314513)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=bettercap
-pkgver=2.3
-pkgrel=1
-pkgdesc='Swiss army knife for network attacks and monitoring'
-url='https://github.com/bettercap/bettercap'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap')
-makedepends=('go-pie' 'git')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
-sha512sums=('0119c0a77144c9c24b96efcdea995a4b1f92651ac3866d921cc53d1fcfd8b87aca1573890ba4cac3a637f2dfd7995352c1c1ad00e8f24349791c77079bbe03d1')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/bettercap
-  ln -rTsf ${pkgname}-${pkgver} src/github.com/bettercap/bettercap
-}
-
-build() {
-  cd src/github.com/bettercap/bettercap
-  export GOPATH="${srcdir}"
-  go get -v
-  go build -o bettercap
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ../bin/bettercap -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bettercap/repos/community-x86_64/PKGBUILD (from rev 314512, 
bettercap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 21:12:23 UTC (rev 314513)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=bettercap
+pkgver=2.4
+pkgrel=1
+pkgdesc='Swiss army knife for network attacks and monitoring'
+url='https://github.com/bettercap/bettercap'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
+makedepends=('go-pie' 'git' 'glide')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
+sha512sums=('1947d3ae66d94cd812087e9100953e6e208101b7f691267f1522794c59c6a65837bd4184a7856847cc0a79a0177cfb06b844526d7ec8bc06ec012ffd439a8d5a')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/bettercap
+  ln -rTsf ${pkgname}-${pkgver} src/github.com/bettercap/bettercap
+}
+
+build() {
+  cd src/github.com/bettercap/bettercap
+  export GOPATH="${srcdir}"
+  glide install
+  go build -o bettercap
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 bettercap -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in bettercap/trunk (PKGBUILD)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 21:12:11
  Author: anthraxx
Revision: 314512

upgpkg: bettercap 2.4-1

Modified:
  bettercap/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 20:36:39 UTC (rev 314511)
+++ PKGBUILD2018-04-05 21:12:11 UTC (rev 314512)
@@ -1,17 +1,17 @@
 # Maintainer: Levente Polyak 
 
 pkgname=bettercap
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc='Swiss army knife for network attacks and monitoring'
 url='https://github.com/bettercap/bettercap'
 arch=('x86_64')
 license=('GPL3')
-depends=('libpcap')
-makedepends=('go-pie' 'git')
+depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
+makedepends=('go-pie' 'git' 'glide')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
-sha512sums=('0119c0a77144c9c24b96efcdea995a4b1f92651ac3866d921cc53d1fcfd8b87aca1573890ba4cac3a637f2dfd7995352c1c1ad00e8f24349791c77079bbe03d1')
+sha512sums=('1947d3ae66d94cd812087e9100953e6e208101b7f691267f1522794c59c6a65837bd4184a7856847cc0a79a0177cfb06b844526d7ec8bc06ec012ffd439a8d5a')
 
 prepare(){
   export GOPATH="${srcdir}"
@@ -22,13 +22,13 @@
 build() {
   cd src/github.com/bettercap/bettercap
   export GOPATH="${srcdir}"
-  go get -v
+  glide install
   go build -o bettercap
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  install -Dm 755 ../bin/bettercap -t "${pkgdir}/usr/bin"
+  install -Dm 755 bettercap -t "${pkgdir}/usr/bin"
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 


[arch-commits] Commit in gettext/trunk (PKGBUILD gettext-0.19.8-its-segfault.patch)

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 21:02:56
  Author: heftig
Revision: 320988

Overhaul

Added:
  gettext/trunk/gettext-0.19.8-its-segfault.patch
Modified:
  gettext/trunk/PKGBUILD

---+
 PKGBUILD  |   47 
 gettext-0.19.8-its-segfault.patch |   43 
 2 files changed, 75 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 20:34:56 UTC (rev 320987)
+++ PKGBUILD2018-04-05 21:02:56 UTC (rev 320988)
@@ -5,30 +5,47 @@
 pkgver=0.19.8.1
 pkgrel=2
 pkgdesc="GNU internationalization library"
-arch=('x86_64')
-url="http://www.gnu.org/software/gettext/;
-license=('GPL')
-groups=('base' 'base-devel')
-depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
+url="https://www.gnu.org/software/gettext/;
+arch=(x86_64)
+license=(GPL)
+groups=(base base-devel)
+depends=(gcc-libs acl sh glib2 libunistring libcroco)
+makedepends=(gettext emacs git)
 optdepends=('git: for autopoint infrastructure updates')
 options=(!docs)
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
-validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
+source=(https://ftp.gnu.org/pub/gnu/gettext/$pkgname-$pkgver.tar.gz{,.sig}
+gettext-0.19.8-its-segfault.patch)
+sha256sums=('ff942af0e438ced4a8b0ea4b0b6e0d6d657157c5e2364de57baa279c1c125c43'
+'SKIP'
+'0e3b19ea94e956a6a484ca4c4ecea32a01a83f10a413e586183de464c51f158d')
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871')  # Daiki Ueno
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../gettext-0.19.8-its-segfault.patch
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-csharp \
+--enable-nls \
+--with-xz \
+--without-included-gettext
+
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
+  -i gettext-{tools,runtime,runtime/libasprintf}/libtool
+
   make
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 -k check
+  cd $pkgname-$pkgver
+  make check
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
-md5sums=('97e034cf8ce5ba73a28ff6c3c0638092'
- 'SKIP')

Added: gettext-0.19.8-its-segfault.patch
===
--- gettext-0.19.8-its-segfault.patch   (rev 0)
+++ gettext-0.19.8-its-segfault.patch   2018-04-05 21:02:56 UTC (rev 320988)
@@ -0,0 +1,43 @@
+From a0cab23332a254e3500cac2a3a984472d02180e5 Mon Sep 17 00:00:00 2001
+From: Bruno Haible 
+Date: Fri, 9 Dec 2016 21:04:31 +0100
+Subject: [PATCH] Fix crash of xgettext with --its option.
+
+* gettext-tools/src/xgettext.c (main): Free contents of its_dirs only when it
+was initialized. Fixes bug introduced on 2016-05-16.
+---
+ gettext-tools/src/xgettext.c | 11 +++
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c
+index f848d76d1..a80ee51ac 100644
+--- a/gettext-tools/src/xgettext.c
 b/gettext-tools/src/xgettext.c
+@@ -330,7 +330,7 @@ main (int argc, char *argv[])
+   bool sort_by_msgid = false;
+   bool sort_by_filepos = false;
+   char **dirs;
+-  char **its_dirs;
++  char **its_dirs = NULL;
+   char *explicit_its_filename = NULL;
+   const char *file_name;
+   const char *files_from = NULL;
+@@ -1016,9 +1016,12 @@ warning: file '%s' extension '%s' is unknown; will try 
C"), filename, extension)
+   if (its_locating_rules)
+ locating_rule_list_free (its_locating_rules);
+ 
+-  for (i = 0; its_dirs[i] != NULL; i++)
+-free (its_dirs[i]);
+-  free (its_dirs);
++  if (its_dirs != NULL)
++{
++  for (i = 0; its_dirs[i] != NULL; i++)
++free (its_dirs[i]);
++  free (its_dirs);
++}
+ 
+   exit (EXIT_SUCCESS);
+ }
+-- 
+2.14.3
+


[arch-commits] Commit in kbibtex/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Thursday, April 5, 2018 @ 20:36:39
  Author: arojas
Revision: 314511

archrelease: copy trunk to community-x86_64

Added:
  kbibtex/repos/community-x86_64/PKGBUILD
(from rev 314510, kbibtex/trunk/PKGBUILD)
Deleted:
  kbibtex/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 +
 1 file changed, 40 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 20:36:05 UTC (rev 314510)
+++ PKGBUILD2018-04-05 20:36:39 UTC (rev 314511)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Antonio Rojas 
-# Contributor: cmorlok 
-
-pkgname=kbibtex
-pkgver=0.7.git20180320
-pkgrel=3
-_commit=547a73bc1e6966a9e42fdabc7f66c4355ee189d9
-pkgdesc="A BibTeX editor for KDE"
-arch=(x86_64)
-url='https://userbase.kde.org/KBibTeX'
-license=(GPL)
-depends=(poppler-qt5 qt5-webengine qoauth kparts)
-optdepends=('okular: Document preview')
-makedepends=(extra-cmake-modules git kdoctools qca-qt5)
-source=(git://git.kde.org/$pkgname#commit=$_commit)
-#source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('SKIP')
-validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  # http://site.icu-project.org/download/61#TOC-Migration-Issues
-  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
-  cmake ../$pkgname \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 314510, 
kbibtex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 20:36:39 UTC (rev 314511)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Antonio Rojas 
+# Contributor: cmorlok 
+
+pkgname=kbibtex
+pkgver=0.8git20180405
+pkgrel=1
+_commit=6bafedf8976a7ad8b9a885efb596756089ff863f
+pkgdesc="A BibTeX editor for KDE"
+arch=(x86_64)
+url='https://userbase.kde.org/KBibTeX'
+license=(GPL)
+depends=(poppler-qt5 qt5-webengine qoauth kparts)
+optdepends=('okular: Document preview')
+makedepends=(extra-cmake-modules git kdoctools qca-qt5)
+source=(git://git.kde.org/$pkgname#commit=$_commit)
+#source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('SKIP')
+validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kbibtex/trunk (PKGBUILD kbibtex-icu61.patch)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Thursday, April 5, 2018 @ 20:36:05
  Author: arojas
Revision: 314510

New snapshot including ICU 61 fix

Modified:
  kbibtex/trunk/PKGBUILD
Deleted:
  kbibtex/trunk/kbibtex-icu61.patch

-+
 PKGBUILD|   17 +++--
 kbibtex-icu61.patch |   13 -
 2 files changed, 7 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 20:35:45 UTC (rev 314509)
+++ PKGBUILD2018-04-05 20:36:05 UTC (rev 314510)
@@ -4,9 +4,9 @@
 # Contributor: cmorlok 
 
 pkgname=kbibtex
-pkgver=0.7.git20180320
-pkgrel=3
-_commit=547a73bc1e6966a9e42fdabc7f66c4355ee189d9
+pkgver=0.8git20180405
+pkgrel=1
+_commit=6bafedf8976a7ad8b9a885efb596756089ff863f
 pkgdesc="A BibTeX editor for KDE"
 arch=(x86_64)
 url='https://userbase.kde.org/KBibTeX'
@@ -14,17 +14,13 @@
 depends=(poppler-qt5 qt5-webengine qoauth kparts)
 optdepends=('okular: Document preview')
 makedepends=(extra-cmake-modules git kdoctools qca-qt5)
-source=(git://git.kde.org/$pkgname#commit=$_commit kbibtex-icu61.patch)
+source=(git://git.kde.org/$pkgname#commit=$_commit)
 
#source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('SKIP'
-'75b6e114efb1cea49254fd448dfc7dab6ac8ea549d9f577ca43e73d853c020f5')
+sha256sums=('SKIP')
 validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

 
 prepare() {
   mkdir -p build
-
-  cd $pkgname
-  patch -p1 -i ../kbibtex-icu61.patch # Fix build with ICU 61
 }
 
 build() {
@@ -32,7 +28,8 @@
 
   cmake ../$pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
   make
 }
 

Deleted: kbibtex-icu61.patch
===
--- kbibtex-icu61.patch 2018-04-05 20:35:45 UTC (rev 314509)
+++ kbibtex-icu61.patch 2018-04-05 20:36:05 UTC (rev 314510)
@@ -1,13 +0,0 @@
-diff --git a/src/io/encoderlatex.cpp b/src/io/encoderlatex.cpp
-index 2d666970..2ba30ab0 100644
 a/src/io/encoderlatex.cpp
-+++ b/src/io/encoderlatex.cpp
-@@ -1099,7 +1099,7 @@ QString EncoderLaTeX::convertToPlainAscii(const QString 
) const
- for (int i = 0; i < ninputLen; ++i)
- uChars[i] = ninput.at(i).unicode();
- /// Create an ICU-specific unicode string
--UnicodeString uString = UnicodeString(uChars, ninputLen);
-+icu::UnicodeString uString = icu::UnicodeString(uChars, ninputLen);
- /// Perform the actual transliteration, modifying Unicode string
- m_trans->transliterate(uString);
- /// Create regular C++ string from Unicode string


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

2018-04-05 Thread Alexander Rødseth via arch-commits
Date: Thursday, April 5, 2018 @ 20:35:45
  Author: arodseth
Revision: 314509

archrelease: copy trunk to community-staging-x86_64

Added:
  botan/repos/community-staging-x86_64/PKGBUILD
(from rev 314508, botan/trunk/PKGBUILD)
  botan/repos/community-staging-x86_64/botan.key
(from rev 314508, botan/trunk/botan.key)
Deleted:
  botan/repos/community-staging-x86_64/PKGBUILD
  botan/repos/community-staging-x86_64/botan.key

---+
 PKGBUILD  |   94 ++--
 botan.key |   70 ++--
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 20:35:36 UTC (rev 314508)
+++ PKGBUILD2018-04-05 20:35:45 UTC (rev 314509)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: d'Ronin 
-# Contributor: Hexchain Tong 
-# Contributor: Jack Lloyd 
-
-pkgname=botan
-pkgver=2.5.0
-pkgrel=2
-pkgdesc='Crypto library written in C++'
-arch=('x86_64')
-url='https://botan.randombit.net/'
-license=('BSD')
-makedepends=('git' 'python')
-# Using a specific commit instead of the .tgz because botan issue #1524
-source=('git+https://github.com/randombit/botan#commit=6c5d9ef3c49658cbf4096e04905e3c0debb9d096')
-md5sums=('SKIP')
-#validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
-#source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-#sha256sums=('b8a31fe03e7f048a5bd3967ecd04b6a48966215e78792df06e333b0eede4fb1b'
-#'SKIP')
-
-build() {
-  cd "$pkgname"
-  #cd "${pkgname^}-$pkgver"
-
-  ./configure.py --cxxflags="-g -O3 -fno-omit-frame-pointer"
-  make
-}
-
-check() {
-  cd "$pkgname"
-
-  ./botan-test
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
-# getver: github.com/randombit/botan

Copied: botan/repos/community-staging-x86_64/PKGBUILD (from rev 314508, 
botan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 20:35:45 UTC (rev 314509)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: d'Ronin 
+# Contributor: Hexchain Tong 
+# Contributor: Jack Lloyd 
+
+pkgname=botan
+pkgver=2.5.0
+pkgrel=3
+pkgdesc='Crypto library written in C++'
+arch=('x86_64')
+url='https://botan.randombit.net/'
+license=('BSD')
+makedepends=('git' 'python')
+# Using a specific commit instead of the .tgz because botan issue #1524
+source=('git+https://github.com/randombit/botan#commit=6c5d9ef3c49658cbf4096e04905e3c0debb9d096')
+md5sums=('SKIP')
+#validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+#source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+#sha256sums=('b8a31fe03e7f048a5bd3967ecd04b6a48966215e78792df06e333b0eede4fb1b'
+#'SKIP')
+
+build() {
+  cd "$pkgname"
+  #cd "${pkgname^}-$pkgver"
+
+  ./configure.py --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname"
+
+  ./botan-test
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/randombit/botan
+# vim: ts=2 sw=2 et:

Deleted: botan.key
===
--- botan.key   2018-04-05 20:35:36 UTC (rev 314508)
+++ botan.key   2018-04-05 20:35:45 UTC (rev 314509)
@@ -1,35 +0,0 @@
-pub   2048R/EFBADFBC 2004-10-30
-  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
-uid  Botan Distribution Key
-
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
-T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
-zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1
-4hKV75nB7ZO6676SEZRILYM+7RJwKAKEmEPJc6hEf94VXn9ecNzaTlHgYkjhz9db
-LOd3od9XvuUw+LMR1dwBqMxbvR90MiXjbedDEkbArcZB9YOAIvEX/lC3qaW4XJt4
-iwHWl/YVZEfALcvQywe2CDrH5hO794wd9MpBAAYptBZCb3RhbiBEaXN0cmlidXRp
-b24gS2V5iQEqBBMBAgAUAhsDAh4BAheABQJKfFpnBBUKCQgACgkQYhHr8e+637xk
-PQf/aOi78XenwwvFrwXOVIVTdZIf8rK1zJksf26h09UD8uVV6z5iiTcpn86+eN9p
-6Ar8IH3tD+JuFnPSwZ/r9MNC2XZwenYo4Gb14jqM6/9hBe328vmeM4Y1G7bD4HrL
-kgV5WEyokqm3zbp3FBLr3Vh68TAC5JB9aHevra+cCA2u3vBNI3YUM5z4TdO150P3
-J00whkqImQEUni8bgxvllBLFM+uhucsX3HZWkoDEpotbg8yd0bqMkiPEyMr1OnJq

[arch-commits] Commit in botan/trunk (PKGBUILD)

2018-04-05 Thread Alexander Rødseth via arch-commits
Date: Thursday, April 5, 2018 @ 20:35:36
  Author: arodseth
Revision: 314508

upgpkg: botan 2.5.0-3

Modified:
  botan/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 20:11:53 UTC (rev 314507)
+++ PKGBUILD2018-04-05 20:35:36 UTC (rev 314508)
@@ -8,7 +8,7 @@
 
 pkgname=botan
 pkgver=2.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Crypto library written in C++'
 arch=('x86_64')
 url='https://botan.randombit.net/'
@@ -26,7 +26,7 @@
   cd "$pkgname"
   #cd "${pkgname^}-$pkgver"
 
-  ./configure.py --cxxflags="-g -O3 -fno-omit-frame-pointer"
+  ./configure.py --prefix=/usr
   make
 }
 
@@ -43,5 +43,5 @@
   install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
+# getver: github.com/randombit/botan
 # vim: ts=2 sw=2 et:
-# getver: github.com/randombit/botan


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

2018-04-05 Thread Gaëtan Bisson via arch-commits
Date: Thursday, April 5, 2018 @ 20:34:56
  Author: bisson
Revision: 320987

archrelease: copy trunk to testing-x86_64

Added:
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 320986, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 320986, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/req_usage.patch
(from rev 320986, gnupg/trunk/req_usage.patch)

-+
 PKGBUILD|   73 ++
 install |   41 ++
 req_usage.patch |   12 
 3 files changed, 126 insertions(+)

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 320986, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-05 20:34:56 UTC (rev 320987)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.5
+pkgrel=2
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+checkdepends=('openssh')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'req_usage.patch')
+sha256sums=('3fa189a32d4fb62147874eb1389047c267d9ba088f57ab521cb0df46f08aef57'
+'SKIP'
+'f8bef4891c1b9f81f305753dac7780ad4cfd56ec853502ba1d9d6400c69a518e')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+
+   # See: https://dev.gnupg.org/rGa17d2d1f690ebe5d005b4589a5fe378b6487c657
+   patch -p1 -i ../req_usage.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg "${pkgdir}"/usr/bin/gpg2
+   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
+}

Copied: gnupg/repos/testing-x86_64/install (from rev 320986, 
gnupg/trunk/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2018-04-05 20:34:56 UTC (rev 320987)
@@ -0,0 +1,41 @@
+_global_units() {
+   _units=(dirmngr.socket gpg-agent.socket 
gpg-agent-{browser,extra,ssh}.socket)
+   _dir=/etc/systemd/user/sockets.target.wants
+
+   case $1 in
+   enable)
+   mkdir -p $_dir
+   for _u in "${_units[@]}"; do
+   ln -sf /usr/lib/systemd/user/$_u $_dir/$_u
+   done
+   ;;
+   disable)
+   for _u in "${_units[@]}"; do
+   rm -f $_dir/$_u
+   done
+   rmdir -p --ignore-fail-on-non-empty $_dir
+   ;;
+   esac
+}
+
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null
+
+   # Let systemd supervise daemons by default
+   _global_units enable
+}
+
+post_upgrade() {
+   if (( $(vercmp $2 2.1.13-1) < 0 )); then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+
+   if (( $(vercmp $2 2.1.21-3) < 0 )); then
+   _global_units enable
+   fi
+}
+
+pre_remove() {
+   _global_units disable
+}

Copied: gnupg/repos/testing-x86_64/req_usage.patch (from rev 320986, 
gnupg/trunk/req_usage.patch)
===
--- 

[arch-commits] Commit in gnupg/trunk (PKGBUILD req_usage.patch)

2018-04-05 Thread Gaëtan Bisson via arch-commits
Date: Thursday, April 5, 2018 @ 20:34:03
  Author: bisson
Revision: 320986

fix FS#58120

Added:
  gnupg/trunk/req_usage.patch
Modified:
  gnupg/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 req_usage.patch |   12 
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:14:35 UTC (rev 320985)
+++ PKGBUILD2018-04-05 20:34:03 UTC (rev 320986)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -22,9 +22,11 @@
   '46CC730865BB5C78EBABADCF04376F3EE0856959'
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'req_usage.patch')
 sha256sums=('3fa189a32d4fb62147874eb1389047c267d9ba088f57ab521cb0df46f08aef57'
-'SKIP')
+'SKIP'
+'f8bef4891c1b9f81f305753dac7780ad4cfd56ec853502ba1d9d6400c69a518e')
 
 install=install
 
@@ -35,6 +37,9 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+
+   # See: https://dev.gnupg.org/rGa17d2d1f690ebe5d005b4589a5fe378b6487c657
+   patch -p1 -i ../req_usage.patch
 }
 
 build() {

Added: req_usage.patch
===
--- req_usage.patch (rev 0)
+++ req_usage.patch 2018-04-05 20:34:03 UTC (rev 320986)
@@ -0,0 +1,12 @@
+diff -Naur old/g10/getkey.c new/g10/getkey.c
+--- old/g10/getkey.c   2018-02-21 23:42:42.0 -1000
 new/g10/getkey.c   2018-04-05 10:15:14.642119429 -1000
+@@ -1810,6 +1810,8 @@
+   ctx.items[0].mode = fprint_len == 16 ? KEYDB_SEARCH_MODE_FPR16
+   : KEYDB_SEARCH_MODE_FPR20;
+   memcpy (ctx.items[0].u.fpr, fprint, fprint_len);
++  if (pk)
++ctx.req_usage = pk->req_usage;
+   rc = lookup (ctrl, , 0, , _key);
+   if (!rc && pk)
+   pk_from_block (pk, kb, found_key);


[arch-commits] Commit in dnscrypt-proxy/repos/community-x86_64 (5 files)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 20:11:45
  Author: dvzrv
Revision: 314506

archrelease: copy trunk to community-x86_64

Added:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 314505, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
(from rev 314505, dnscrypt-proxy/trunk/configuration.diff)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
(from rev 314505, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
Deleted:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install

+
 PKGBUILD   |  103 ---
 configuration.diff |  111 +++
 dnscrypt-proxy.install |   13 ++---
 3 files changed, 186 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 20:11:37 UTC (rev 314505)
+++ PKGBUILD2018-04-05 20:11:45 UTC (rev 314506)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=1.9.5
-pkgrel=1
-pkgdesc="A tool for securing communications between a client and a DNS 
resolver"
-arch=('x86_64')
-url="http://dnscrypt.org/;
-license=('custom:ISC')
-depends=('libsodium' 'systemd' 'libtool' 'ldns')
-install=dnscrypt-proxy.install
-backup=('etc/dnscrypt-proxy.conf')
-source=("http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('af5abcd08e3a51c1c8e142647946773c7afb4ba5076f95e74a5cbf7c54a62082de98014b6c9a1349ec6938f90d4f3584b6e6caa136902345922e16e7c9689132')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/{usr/share/{licenses,doc}/$pkgname,usr/lib/systemd/system}
-  install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS NEWS README README.markdown 
"$pkgdir"/usr/share/doc/$pkgname
-  install -m 644 dnscrypt-proxy.service "$pkgdir"/usr/lib/systemd/system
-  install -m 644 dnscrypt-proxy.socket "$pkgdir"/usr/lib/systemd/system
-}

Copied: dnscrypt-proxy/repos/community-x86_64/PKGBUILD (from rev 314505, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 20:11:45 UTC (rev 314506)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=2.0.8
+pkgrel=3
+pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP/2."
+arch=('x86_64')
+url="https://dnscrypt.info;
+license=('custom:ISC')
+depends=('glibc')
+makedepends=('git' 'go')
+install="${pkgname}.install"
+backup=("etc/${pkgname}/${pkgname}.toml"
+"etc/${pkgname}/blacklist.txt"
+"etc/${pkgname}/cloaking-rules.txt"
+"etc/${pkgname}/forwarding-rules.txt"
+"etc/${pkgname}/ip-blacklist.txt"
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
+'configuration.diff')
+sha512sums=('c7e7d5d72fa6874b2b6b4deaaf6c80e4a2e812670b71bf7a308535a5773e84e249263bbb66d18fb844d8e440703facb0902f3872b117433582696695cb5a7265'
+
'2206b71aa05d81c962f6a93d837731946aacbcc36ee19320a9cdf379c105d04f97044be702ac83e96492ece358148227ef04ed45d17e54dd4b84f5b4d66575bf')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../configuration.diff
+  # create empty ip-blacklist.txt
+  touch "${pkgname}/ip-blacklist.txt"
+  # set GOPATH
+  export GOPATH=`pwd`
+  # symlink upstream's vendor to src
+  ln -sfv vendor src
+}
+
+build() {
+  cd "$pkgname-$pkgver/${pkgname}"
+  go build -ldflags="-s -w"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # executable
+  install -vDm 755 "${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  # configuration
+  install -vDm 644 "${pkgname}/example-${pkgname}.toml" \
+"${pkgdir}/etc/${pkgname}/${pkgname}.toml"
+  install -vDm 644 "${pkgname}/example-blacklist.txt" \
+"${pkgdir}/etc/${pkgname}/blacklist.txt"
+  install -vDm 644 "${pkgname}/example-cloaking-rules.txt" \
+"${pkgdir}/etc/${pkgname}/cloaking-rules.txt"
+  install -vDm 644 "${pkgname}/example-forwarding-rules.txt" \
+"${pkgdir}/etc/${pkgname}/forwarding-rules.txt"
+  install -vDm 644 "${pkgname}/ip-blacklist.txt" \
+"${pkgdir}/etc/${pkgname}/ip-blacklist.txt"
+  # systemd service/socket
+  install -vDm 644 "systemd/${pkgname}."{service,socket} \
+-t "$pkgdir/usr/lib/systemd/system/"
+  # license
+  install -vDm 644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"

[arch-commits] Commit in dnscrypt-proxy/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 20:11:37
  Author: dvzrv
Revision: 314505

upgpkg: dnscrypt-proxy 2.0.8-3

Rebuilding for community.

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 20:09:48 UTC (rev 314504)
+++ PKGBUILD2018-04-05 20:11:37 UTC (rev 314505)
@@ -6,7 +6,7 @@
 
 pkgname=dnscrypt-proxy
 pkgver=2.0.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP/2."
 arch=('x86_64')
 url="https://dnscrypt.info;


[arch-commits] Commit in zam-plugins/repos (2 files)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 20:09:44
  Author: dvzrv
Revision: 314503

archrelease: copy trunk to community-x86_64

Added:
  zam-plugins/repos/community-x86_64/
  zam-plugins/repos/community-x86_64/PKGBUILD
(from rev 314502, zam-plugins/trunk/PKGBUILD)

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

Copied: zam-plugins/repos/community-x86_64/PKGBUILD (from rev 314502, 
zam-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 20:09:44 UTC (rev 314503)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+pkgname=zam-plugins
+pkgver=3.10
+pkgrel=4
+pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
+arch=('x86_64')
+url="https://github.com/zamaudio/zam-plugins;
+license=('GPL2')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('jack' 'libglvnd' 'liblo' 'zita-convolver')
+makedepends=('git' 'ladspa' 'libx11' 'libgl' 'lv2')
+source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver};
+"git+https://github.com/distrho/dpf.git;)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  git submodule init
+  git config submodule.dpf.url "${srcdir}/dpf"
+  git submodule update
+  # use system zita-convolver
+  sed -e 
's|\"../../lib/zita-convolver-3.1.0/zita-convolver.h\"||' \
+-i plugins/Zam{Verb,HeadX2}/convolution.{cpp,hpp}
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {README.md,changelog}
+}


[arch-commits] Commit in zam-plugins/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 20:09:36
  Author: dvzrv
Revision: 314502

upgpkg: zam-plugins 3.10-4

Rebuilding for community. Removing fftw from dpeends and liblo from makedepends.

Modified:
  zam-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:58:12 UTC (rev 314501)
+++ PKGBUILD2018-04-05 20:09:36 UTC (rev 314502)
@@ -1,14 +1,14 @@
 # Maintainer: David Runge 
 pkgname=zam-plugins
 pkgver=3.10
-pkgrel=3
+pkgrel=4
 pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
 arch=('x86_64')
 url="https://github.com/zamaudio/zam-plugins;
 license=('GPL2')
 groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('fftw' 'libglvnd' 'jack' 'liblo' 'zita-convolver')
-makedepends=('git' 'ladspa' 'libx11' 'libgl' 'liblo' 'lv2')
+depends=('jack' 'libglvnd' 'liblo' 'zita-convolver')
+makedepends=('git' 'ladspa' 'libx11' 'libgl' 'lv2')
 
source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver};
 "git+https://github.com/distrho/dpf.git;)
 md5sums=('SKIP'


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

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:57:57
  Author: dvzrv
Revision: 314500

archrelease: copy trunk to community-x86_64

Added:
  rt-tests/repos/community-x86_64/
  rt-tests/repos/community-x86_64/PKGBUILD
(from rev 314499, rt-tests/trunk/PKGBUILD)
  rt-tests/repos/community-x86_64/use-the-ftrace-hwlatdetector.patch
(from rev 314499, rt-tests/trunk/use-the-ftrace-hwlatdetector.patch)

+
 PKGBUILD   |   33 ++
 use-the-ftrace-hwlatdetector.patch |  539 +++
 2 files changed, 572 insertions(+)

Copied: rt-tests/repos/community-x86_64/PKGBUILD (from rev 314499, 
rt-tests/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 19:57:57 UTC (rev 314500)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+
+pkgname=rt-tests
+pkgver=1.1
+pkgrel=3
+pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
+arch=('x86_64')
+url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
+license=('GPL2')
+depends=('python2' 'numactl')
+source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-1.1.tar.gz;
+'use-the-ftrace-hwlatdetector.patch')
+sha512sums=('2698bf131b21e9e632ffb4605d965f0e1158b5b3c332c9b8ca71f34a2eeb72cc5c5a18932aaf8ce9e5d03b8a81330d0e8306b99f321852b1234a80f7bf8fce2c'
+
'7ecf0a90cc9b37d3faf6572f33877f2e361c3d14959c8cec21a562fb01e75141e97be236b41076174c3d5353b9820f59e2e02f6d8e40af90f97e70abf4790470')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -i s/'shell python'/'shell python2'/ Makefile
+  sed -i 's/python/python2/' src/hwlatdetect/hwlatdetect.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -vDm 644 {MAINTAINERS,README.markdown} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: rt-tests/repos/community-x86_64/use-the-ftrace-hwlatdetector.patch 
(from rev 314499, rt-tests/trunk/use-the-ftrace-hwlatdetector.patch)
===
--- community-x86_64/use-the-ftrace-hwlatdetector.patch 
(rev 0)
+++ community-x86_64/use-the-ftrace-hwlatdetector.patch 2018-04-05 19:57:57 UTC 
(rev 314500)
@@ -0,0 +1,539 @@
+diff --git a/src/hwlatdetect/hwlatdetect.py b/src/hwlatdetect/hwlatdetect.py
+index e08c798..6c6687f 100755
+--- a/src/hwlatdetect/hwlatdetect.py
 b/src/hwlatdetect/hwlatdetect.py
+@@ -1,6 +1,6 @@
+ #!/usr/bin/python
+ 
+-# (C) 2015 Clark Williams 
++# (C) 2015,2016 Clark Williams 
+ # (C) 2009 Clark Williams 
+ #
+ # This program is free software; you can redistribute it and/or
+@@ -16,7 +16,7 @@ import subprocess
+ import errno
+ import os.path
+ 
+-version = "0.6"
++version = "0.7"
+ debugging = False
+ quiet = False
+ watch = False
+@@ -113,87 +113,81 @@ class DebugFS(object):
+ # leave it alone when cleaning up.
+ #
+ class Kmod(object):
+-''' class to manage loading and unloading hwlat.ko'''
++''' class to manage loading and unloading of kernel modules'''
+ 
+ names = ("hwlat_detector", "smi_detector")
+ def __check_builtin(self):
+ for l in open(os.path.join('/lib/modules', os.uname()[2], 
'modules.builtin'), "r"):
+-for m in Kmod.names:
+-if m in l:
+-debug("found %s as builtin" % m)
+-return m
+-return None
+-
+-def __find_modname(self):
+-debug("looking for modules")
++if self.name in l:
++debug("found %s as builtin" % self.namename)
++return True
++return False
++
++def __find_module(self):
++debug("looking for module %s" % self.name)
+ path = os.path.join("/lib/modules",
+ os.uname()[2],
+ "kernel/drivers/misc")
+ debug("module path: %s" % path)
+-for m in Kmod.names:
+-mpath = os.path.join(path, m) + ".ko"
+-debug("checking %s" % mpath)
+-if os.path.exists(mpath):
+-return m
+-raise RuntimeError("no detector module found!")
++mpath = os.path.join(path, self.name) + ".ko"
++debug("checking %s" % mpath)
++if os.path.exists(mpath):
++return True
++return False
+ 
+-def __init__(self):
++def __init__(self, name):
++if name not in Kmod.names:
++raise RuntimeError, "unsupported module name: %s" % name
++self.name = name
+ self.preloaded = False
+ self.builtin = False
+ 
+ # check for builtin
+-self.modname = self.__check_builtin()
+-if 

[arch-commits] Commit in rt-tests/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:57:50
  Author: dvzrv
Revision: 314499

upgpkg: rt-tests 1.1-3

Rebuilding for community.

Modified:
  rt-tests/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:54:31 UTC (rev 314498)
+++ PKGBUILD2018-04-05 19:57:50 UTC (rev 314499)
@@ -3,7 +3,7 @@
 
 pkgname=rt-tests
 pkgver=1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
 arch=('x86_64')
 url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;


[arch-commits] Commit in giada/repos (community-x86_64 community-x86_64/PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:54:29
  Author: dvzrv
Revision: 314497

archrelease: copy trunk to community-x86_64

Added:
  giada/repos/community-x86_64/
  giada/repos/community-x86_64/PKGBUILD
(from rev 314496, giada/trunk/PKGBUILD)

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

Copied: giada/repos/community-x86_64/PKGBUILD (from rev 314496, 
giada/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 19:54:29 UTC (rev 314497)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+pkgname=giada
+pkgver=0.14.6
+pkgrel=3
+pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and 
electronic musicians"
+arch=('x86_64')
+url="https://www.giadamusic.com/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('fltk' 'jansson' 'libpulse' 'libxpm' 'rtmidi')
+makedepends=('gendesk')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/monocasual/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('e3d5e0c06acbd0f46f82bf51ff5de0ef318a4d3a2ad2a5779b626397988c55cbadce847637b49e9c3d734fdaae6bf94ab1366038f1992be0c22a7daf83e39390')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name Giada \
+  --categories "MIDI;Sequencer"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --target=linux
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # XDG integration
+  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
+  install -vDm 644 "src/ext/${pkgname}.ico" -t "${pkgdir}/usr/share/pixmaps"
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in giada/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:54:22
  Author: dvzrv
Revision: 314496

upgpkg: giada 0.14.6-3

Rebuilding for community.

Modified:
  giada/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:48:56 UTC (rev 314495)
+++ PKGBUILD2018-04-05 19:54:22 UTC (rev 314496)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=giada
 pkgver=0.14.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A free, minimal, hardcore audio tool for DJs, live performers and 
electronic musicians"
 arch=('x86_64')
 url="https://www.giadamusic.com/;


[arch-commits] Commit in ir.lv2/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:48:41
  Author: dvzrv
Revision: 314493

upgpkg: ir.lv2 1.3.3-2

Rebuilding for community.

Modified:
  ir.lv2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:45:20 UTC (rev 314492)
+++ PKGBUILD2018-04-05 19:48:41 UTC (rev 314493)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=ir.lv2
 pkgver=1.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A no-latency/low-latency, realtime, high performance signal convolver 
especially for creating reverb effects"
 arch=('x86_64')
 url="https://tomszilagyi.github.io/plugins/ir.lv2/;


[arch-commits] Commit in ir.lv2/repos (community-x86_64 community-x86_64/PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:48:48
  Author: dvzrv
Revision: 314494

archrelease: copy trunk to community-x86_64

Added:
  ir.lv2/repos/community-x86_64/
  ir.lv2/repos/community-x86_64/PKGBUILD
(from rev 314493, ir.lv2/trunk/PKGBUILD)

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

Copied: ir.lv2/repos/community-x86_64/PKGBUILD (from rev 314493, 
ir.lv2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 19:48:48 UTC (rev 314494)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge 
+pkgname=ir.lv2
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="A no-latency/low-latency, realtime, high performance signal convolver 
especially for creating reverb effects"
+arch=('x86_64')
+url="https://tomszilagyi.github.io/plugins/ir.lv2/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gtk2' 'libsamplerate' 'zita-convolver')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tomszilagyi/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('9ed7dd7fb0099cb71ef259345dcff4007bf28fd2e19c29b5566816cf7f53426d8956d342610d92a3e031a53017a5224add28719c298c107630ccde3392ddfb06')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:45:18
  Author: dvzrv
Revision: 314491

archrelease: copy trunk to community-x86_64

Added:
  freewheeling/repos/community-x86_64/
  freewheeling/repos/community-x86_64/PKGBUILD
(from rev 314490, freewheeling/trunk/PKGBUILD)

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

Copied: freewheeling/repos/community-x86_64/PKGBUILD (from rev 314490, 
freewheeling/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 19:45:18 UTC (rev 314491)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+pkgname=freewheeling
+pkgver=0.6.4
+pkgrel=2
+pkgdesc="A highly configurable, intuitive, and fluid user interface for 
instrumentalists to capture audio loops in real-time"
+arch=('x86_64')
+url="https://github.com/free-wheeling/freewheeling;
+license=('GPL2')
+groups=('pro-audio')
+depends=('fluidsynth' 'liblo' 'libxml2' 'nettle' 'sdl_gfx' 'sdl_ttf')
+makedepends=('gendesk')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/free-wheeling/${pkgname}/archive/v${pkgver}.tar.gz;
+
"$pkgname.jpg::https://raw.githubusercontent.com/wiki/free-wheeling/${pkgname}/${pkgname}-logo-1.jpg;)
+sha512sums=('e4c948293363976c8dfc6ba508f7b7a0b01746f3d7d3bbf6e5464dc9da0ff4ac92466389a85ce7751b026ff3208ca0fee62aeb4d7ff94eae7582fba534d4d99a'
+
'9f8386bff7b34c8ca44d0ad5b87d4e74a0b901a64e50bc5d8d99dd1f1ad10eb5b6b29f7b6fc8f106c425b2de0285517af3158472654abb2c914d48645dab0913')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name Freewheeling \
+  --exec fweelin \
+  --categories "Audio;Sequencer"
+  # fix broken SDL/SDL.h include
+  export CPPFLAGS="-I/usr/include/SDL"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # XDG desktop integration
+  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "../${pkgname}.jpg" -t "${pkgdir}/usr/share/pixmaps/"
+  #docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TUNING} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  #examples
+  install -vDm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}


[arch-commits] Commit in freewheeling/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:45:10
  Author: dvzrv
Revision: 314490

upgpkg: freewheeling 0.6.4-2

Rebuilding for community.

Modified:
  freewheeling/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:41:55 UTC (rev 314489)
+++ PKGBUILD2018-04-05 19:45:10 UTC (rev 314490)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=freewheeling
 pkgver=0.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A highly configurable, intuitive, and fluid user interface for 
instrumentalists to capture audio loops in real-time"
 arch=('x86_64')
 url="https://github.com/free-wheeling/freewheeling;


[arch-commits] Commit in dpf-plugins/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:40:23
  Author: dvzrv
Revision: 314487

upgpkg: dpf-plugins 1.1-2

Rebuilding for community.

Modified:
  dpf-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:38:39 UTC (rev 314486)
+++ PKGBUILD2018-04-05 19:40:23 UTC (rev 314487)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=dpf-plugins
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of DPF-based plugins"
 arch=('x86_64')
 url="https://github.com/DISTRHO/DPF-Plugins;


[arch-commits] Commit in dpf-plugins/repos (2 files)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:40:30
  Author: dvzrv
Revision: 314488

archrelease: copy trunk to community-x86_64

Added:
  dpf-plugins/repos/community-x86_64/
  dpf-plugins/repos/community-x86_64/PKGBUILD
(from rev 314487, dpf-plugins/trunk/PKGBUILD)

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

Copied: dpf-plugins/repos/community-x86_64/PKGBUILD (from rev 314487, 
dpf-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 19:40:30 UTC (rev 314488)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+pkgname=dpf-plugins
+pkgver=1.1
+pkgrel=2
+pkgdesc="Collection of DPF-based plugins"
+arch=('x86_64')
+url="https://github.com/DISTRHO/DPF-Plugins;
+license=('custom:ISC' 'GPL2' 'GPL3' 'LGPL3' 'MIT')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('liblo' 'projectm')
+makedepends=('lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/DISTRHO/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('b624693ed5d20018352506f159c15188f32a6c2d2fd3996055efa2606ccbb02a8a8116713efe6480c2686bb8e1d318c40c4c5217d101c0d897a90d623845feee')
+
+prepare() {
+  mv -v "DPF-Plugins-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make BUILD_VST=true \
+   BUILD_DSSI=true \
+   BUILD_LV2=true \
+   BUILD_JACK=true
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" \
+   PREFIX=/usr \
+   install
+  # docs
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # licenses
+  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 dpf/LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/dpf/LICENSE"
+  install -vDm 644 plugins/Kars/LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/Kars/LICENSE"
+  install -vDm 644 plugins/AmplitudeImposer/LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/AmplitudeImposer/LICENSE"
+  install -vDm 644 plugins/CycleShifter/LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/CycleShifter/LICENSE"
+  install -vDm 644 plugins/SoulForce/LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/SoulForce/LICENSE"
+}


[arch-commits] Commit in artyfx/repos (community-x86_64 community-x86_64/PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:32:56
  Author: dvzrv
Revision: 314484

archrelease: copy trunk to community-x86_64

Added:
  artyfx/repos/community-x86_64/
  artyfx/repos/community-x86_64/PKGBUILD
(from rev 314483, artyfx/trunk/PKGBUILD)

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

Copied: artyfx/repos/community-x86_64/PKGBUILD (from rev 314483, 
artyfx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 19:32:56 UTC (rev 314484)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+pkgname=artyfx
+pkgver=1.3
+pkgrel=2
+pkgdesc="A plugin bundle of artistic real-time audio effects"
+arch=('x86_64')
+url="http://openavproductions.com/artyfx/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'libsndfile')
+makedepends=('cmake' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz;)
+sha512sums=('51931d0497c91150db738ffe7199e1cd3a86d43d34b371b9719b8d0b504bebf3b9cf14e20d299081b0482f51ef7a6e825e8bf0c832b0caf3bc4a8f8221990a97')
+
+prepare() {
+  mv -v "openAV-ArtyFX-release-${pkgver}" "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+  mkdir build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DAVTK_SNDFILE_SUPPORT=true \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 ../{CHANGELOG,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in artyfx/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:32:48
  Author: dvzrv
Revision: 314483

upgpkg: artyfx 1.3-2

Rebuilding for community.

Modified:
  artyfx/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:30:49 UTC (rev 314482)
+++ PKGBUILD2018-04-05 19:32:48 UTC (rev 314483)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=artyfx
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A plugin bundle of artistic real-time audio effects"
 arch=('x86_64')
 url="http://openavproductions.com/artyfx/;


[arch-commits] Commit in jpegoptim/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Jelle van der Waa via arch-commits
Date: Thursday, April 5, 2018 @ 19:30:49
  Author: jelle
Revision: 314482

archrelease: copy trunk to community-x86_64

Added:
  jpegoptim/repos/community-x86_64/PKGBUILD
(from rev 314481, jpegoptim/trunk/PKGBUILD)
Deleted:
  jpegoptim/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 19:30:35 UTC (rev 314481)
+++ PKGBUILD2018-04-05 19:30:49 UTC (rev 314482)
@@ -1,31 +0,0 @@
-# Contributor: Hervé Cauwelier 
-# Contributor: Miguel Revilla 
-# Maintainer: Jelle van der Waa 
-
-pkgname=jpegoptim
-pkgver=1.4.4
-pkgrel=2
-pkgdesc="Jpeg optimisation utility"
-arch=('i686' 'x86_64')
-url="http://www.kokkonen.net/tjko/projects.html;
-license=('GPL')
-depends=('glibc' 'libjpeg')
-source=(https://www.kokkonen.net/tjko/src/${pkgname}-${pkgver}.tar.gz{,.sig})
-validpgpkeys=('9168CD7A2F0AAB0679D09BBA9D08A80CED908D6A')
-md5sums=('e8fe81629e2b27ba17c0d3ddd15bd782'
- 'SKIP')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-  make strip
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-  install -m 644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: jpegoptim/repos/community-x86_64/PKGBUILD (from rev 314481, 
jpegoptim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 19:30:49 UTC (rev 314482)
@@ -0,0 +1,31 @@
+# Contributor: Hervé Cauwelier 
+# Contributor: Miguel Revilla 
+# Maintainer: Jelle van der Waa 
+
+pkgname=jpegoptim
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="Jpeg optimisation utility"
+arch=('x86_64')
+url="http://www.kokkonen.net/tjko/projects.html;
+license=('GPL')
+depends=('glibc' 'libjpeg')
+source=(https://www.kokkonen.net/tjko/src/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('9168CD7A2F0AAB0679D09BBA9D08A80CED908D6A')
+md5sums=('f930dac00b95be27d65e1eb25b36098a'
+ 'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+  make strip
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+  install -m 644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in jpegoptim/trunk (PKGBUILD)

2018-04-05 Thread Jelle van der Waa via arch-commits
Date: Thursday, April 5, 2018 @ 19:30:35
  Author: jelle
Revision: 314481

upgpkg: jpegoptim 1.4.5-1

Modified:
  jpegoptim/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:29:06 UTC (rev 314480)
+++ PKGBUILD2018-04-05 19:30:35 UTC (rev 314481)
@@ -3,8 +3,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=jpegoptim
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
 pkgdesc="Jpeg optimisation utility"
 arch=('x86_64')
 url="http://www.kokkonen.net/tjko/projects.html;
@@ -12,7 +12,7 @@
 depends=('glibc' 'libjpeg')
 source=(https://www.kokkonen.net/tjko/src/${pkgname}-${pkgver}.tar.gz{,.sig})
 validpgpkeys=('9168CD7A2F0AAB0679D09BBA9D08A80CED908D6A')
-md5sums=('e8fe81629e2b27ba17c0d3ddd15bd782'
+md5sums=('f930dac00b95be27d65e1eb25b36098a'
  'SKIP')
 
 build() {


[arch-commits] Commit in zynaddsubfx/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:28:43
  Author: dvzrv
Revision: 314479

archrelease: copy trunk to community-x86_64

Added:
  zynaddsubfx/repos/community-x86_64/PKGBUILD
(from rev 314478, zynaddsubfx/trunk/PKGBUILD)
Deleted:
  zynaddsubfx/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  128 +
 1 file changed, 61 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 19:28:33 UTC (rev 314478)
+++ PKGBUILD2018-04-05 19:28:43 UTC (rev 314479)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Sergej Pupykin 
-# Contributor: SpepS 
-# Contributor: Ionut Biru 
-# Contributor: DonVla 
-
-pkgname=zynaddsubfx
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
-arch=('x86_64')
-url="http://zynaddsubfx.sourceforge.net;
-license=('GPL2')
-depends=('fltk' 'portaudio' 'fftw' 'lash' 'mxml' 'libxpm' 'liblo')
-makedepends=('asciidoc' 'cmake' 'doxygen' 'gnuplot' 'dblatex' 'imagemagick' 
'ghostscript' 'texlive-pstricks')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('e60e22656388d444114959859c12014ec79d7ba555b0d217ad98ad06e273916eea0eee521bb9dbfdef5be34205280d355b44a8f15760eeff06b16410d560b5d7')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  [ -d build ] || mkdir build && cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDefaultOutput=jack \
--DDefaultInput=jack \
--DGuiModule=fltk \
-..
-  make
-
-  # build external programs
-  cd ../ExternalPrograms/Spliter && make
-  cd ../Controller && make
-
-  # build documentation
-  cd ../../doc
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-
-  make DESTDIR="${pkgdir}/" install
-
-  # install external programs
-  install -Dm755 ../ExternalPrograms/Spliter/spliter 
"${pkgdir}/usr/bin/spliter"
-  install -Dm755 ../ExternalPrograms/Controller/controller 
"${pkgdir}/usr/bin/controller"
-  install -Dm644 ../ExternalPrograms/Spliter/readme.txt 
"${pkgdir}/usr/share/doc/${pkgname}/SPLITER.txt"
-
-  # banks and examples
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  cp -a ../instruments/banks "${pkgdir}/usr/share/${pkgname}"
-  cp -a ../instruments/examples "${pkgdir}/usr/share/${pkgname}"
-
-  # icons
-  install -Dm644 "../${pkgname}.ico" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.ico"
-  install -Dm644 "../${pkgname}.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-
-  # man page
-  install -Dm644 "../doc/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-
-  # documentation
-  install -Dm644 "../doc/${pkgname}.html" 
"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.html"
-  install -Dm644 "../doc/${pkgname}.pdf" 
"${pkgdir}/usr/share/doc/${pkgname}/${pkgname}.pdf"
-  cp -a ../doc/images "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: zynaddsubfx/repos/community-x86_64/PKGBUILD (from rev 314478, 
zynaddsubfx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 19:28:43 UTC (rev 314479)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Sergej Pupykin 
+# Contributor: SpepS 
+# Contributor: Ionut Biru 
+# Contributor: DonVla 
+
+pkgname=zynaddsubfx
+pkgver=3.0.3
+pkgrel=3
+pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
+arch=('x86_64')
+url="http://zynaddsubfx.sourceforge.net;
+license=('GPL2')
+depends=('fftw' 'hicolor-icon-theme' 'lash' 'liblo' 'libxpm' 'mxml' 'ntk' 
'portaudio')
+makedepends=('asciidoc' 'cmake' 'doxygen' 'gnuplot' 'dblatex' 'imagemagick' 
'ghostscript' 'texlive-pstricks')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('e60e22656388d444114959859c12014ec79d7ba555b0d217ad98ad06e273916eea0eee521bb9dbfdef5be34205280d355b44a8f15760eeff06b16410d560b5d7')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -vp build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDefaultOutput=jack \
+-DDefaultInput=jack \
+-DGuiModule=ntk \
+..
+  make
+  # build documentation
+  cd ../doc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}/" install
+  # banks and examples
+  install -vd "${pkgdir}/usr/share/${pkgname}"
+  cp -va ../instruments/banks "${pkgdir}/usr/share/${pkgname}"
+  cp -va ../instruments/examples "${pkgdir}/usr/share/${pkgname}"
+  # icons
+  install -vDm 644 "../${pkgname}.ico" \
+

[arch-commits] Commit in zynaddsubfx/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:28:33
  Author: dvzrv
Revision: 314478

upgpkg: zynaddsubfx 3.0.3-3

Rebuilding for community against ntk and without external programs.

Modified:
  zynaddsubfx/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:22:45 UTC (rev 314477)
+++ PKGBUILD2018-04-05 19:28:33 UTC (rev 314478)
@@ -7,7 +7,7 @@
 
 pkgname=zynaddsubfx
 pkgver=3.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
 arch=('x86_64')
 url="http://zynaddsubfx.sourceforge.net;


[arch-commits] Commit in sorcer/repos (community-x86_64 community-x86_64/PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:22:13
  Author: dvzrv
Revision: 314476

archrelease: copy trunk to community-x86_64

Added:
  sorcer/repos/community-x86_64/
  sorcer/repos/community-x86_64/PKGBUILD
(from rev 314475, sorcer/trunk/PKGBUILD)

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

Copied: sorcer/repos/community-x86_64/PKGBUILD (from rev 314475, 
sorcer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 19:22:13 UTC (rev 314476)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=sorcer
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="A polyphonic wavetable synth LV2 plugin"
+arch=('x86_64')
+url="http://openavproductions.com/sorcer;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('ntk')
+makedepends=('boost' 'cmake' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz;)
+sha512sums=('d03db6b7d62e785c0428636a0d0f77cbbfd6991f994bccb120317a96a9866e978fae66e6dd0c6a6cd2763147f427bb7ba20f01cd06356797042ff42caaa1eab0')
+
+prepare() {
+  mv -v "openAV-Sorcer-release-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 ../README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in sorcer/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:22:07
  Author: dvzrv
Revision: 314475

upgpkg: sorcer 1.1.3-2

Rebuilding for community.

Modified:
  sorcer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:21:33 UTC (rev 314474)
+++ PKGBUILD2018-04-05 19:22:07 UTC (rev 314475)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=sorcer
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A polyphonic wavetable synth LV2 plugin"
 arch=('x86_64')
 url="http://openavproductions.com/sorcer;


[arch-commits] Commit in luppp/repos (community-x86_64 community-x86_64/PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:19:52
  Author: dvzrv
Revision: 314473

archrelease: copy trunk to community-x86_64

Added:
  luppp/repos/community-x86_64/
  luppp/repos/community-x86_64/PKGBUILD
(from rev 314472, luppp/trunk/PKGBUILD)

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

Copied: luppp/repos/community-x86_64/PKGBUILD (from rev 314472, 
luppp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 19:19:52 UTC (rev 314473)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+pkgname=luppp
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="A music creation tool, intended for live use"
+arch=('x86_64')
+url="http://openavproductions.com/luppp/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('jack' 'liblo' 'libsamplerate' 'ntk')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz;)
+sha512sums=('d2a0a35095b0a6f536b5df6ea14eca7722ab06145bfdb4c401df4002bb02af812af4524bcf752535b86105380d56a12b24fd532a0b16a0cd3a55e8b87f4b9218')
+
+prepare() {
+  mv -v "openAV-Luppp-release-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  mkdir -v bld
+}
+
+build() {
+  cd "$pkgname-$pkgver/bld"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/bld"
+  make DESTDIR="$pkgdir/" install
+  #docs
+  install -vDm 644 ../{CHANGELOG,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  # XDG integration
+  install -vDm 644 "../resources/metadata/${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "../resources/metadata/${pkgname}.appdata.xml" \
+-t "${pkgdir}/usr/share/appdata/"
+  install -vDm 644 "../resources/icons/${pkgname}.png" \
+-t "${pkgdir}/usr/share/pixmaps/"
+  # controllers
+  install -vDm 644 "../resources/controllers/"*.ctlr \
+-t "${pkgdir}/usr/share/${pkgname}/"
+}


[arch-commits] Commit in luppp/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:19:46
  Author: dvzrv
Revision: 314472

upgpkg: luppp 1.1.1-2

Rebuilding for community. Switching to sha512sums. Removing libsndfile from 
depends.

Modified:
  luppp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:15:18 UTC (rev 314471)
+++ PKGBUILD2018-04-05 19:19:46 UTC (rev 314472)
@@ -1,16 +1,16 @@
 # Maintainer: David Runge 
 pkgname=luppp
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A music creation tool, intended for live use"
 arch=('x86_64')
 url="http://openavproductions.com/luppp/;
 license=('GPL2')
 groups=('pro-audio')
-depends=('jack' 'liblo' 'libsamplerate' 'libsndfile' 'ntk')
+depends=('jack' 'liblo' 'libsamplerate' 'ntk')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz;)
-md5sums=('430a7028610bcfff5bc0922619a7e042')
+sha512sums=('d2a0a35095b0a6f536b5df6ea14eca7722ab06145bfdb4c401df4002bb02af812af4524bcf752535b86105380d56a12b24fd532a0b16a0cd3a55e8b87f4b9218')
 
 prepare() {
   mv -v "openAV-Luppp-release-${pkgver}" "$pkgname-$pkgver"


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

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:12:17
  Author: dvzrv
Revision: 314467

archrelease: copy trunk to community-x86_64

Added:
  infamousplugins/repos/community-x86_64/
  infamousplugins/repos/community-x86_64/PKGBUILD
(from rev 314466, infamousplugins/trunk/PKGBUILD)

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

Copied: infamousplugins/repos/community-x86_64/PKGBUILD (from rev 314466, 
infamousplugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 19:12:17 UTC (rev 314467)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+_name=infamousPlugins
+pkgname=infamousplugins
+pkgver=0.2.04
+pkgrel=3
+pkgdesc="A collection of open-source LV2 plugins"
+arch=('x86_64')
+url="https://ssj71.github.io/infamousPlugins/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw' 'ntk' 'zita-resampler')
+makedepends=('cmake' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ssj71/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('340de9a58f454c3998c71f8c0f004e541253b96ee4c5ac870d6ff0fe07c46764534467dca55046e2a160cfc40c4a252912788bd4140c58efcbe4234730305570')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{CHANGELOG,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in infamousplugins/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:12:10
  Author: dvzrv
Revision: 314466

upgpkg: infamousplugins 0.2.04-3

Rebuilding for community.

Modified:
  infamousplugins/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 19:04:14 UTC (rev 314465)
+++ PKGBUILD2018-04-05 19:12:10 UTC (rev 314466)
@@ -2,7 +2,7 @@
 _name=infamousPlugins
 pkgname=infamousplugins
 pkgver=0.2.04
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of open-source LV2 plugins"
 arch=('x86_64')
 url="https://ssj71.github.io/infamousPlugins/;
@@ -30,5 +30,6 @@
 package() {
   cd "$pkgname-$pkgver/build"
   make DESTDIR="$pkgdir/" install
-  install -vDm 644 ../{CHANGELOG,README} -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 ../{CHANGELOG,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


[arch-commits] Commit in carla/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:04:06
  Author: dvzrv
Revision: 314464

upgpkg: carla 1.9.8-10

Rebuilding for community against ntk.

Modified:
  carla/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 18:55:45 UTC (rev 314463)
+++ PKGBUILD2018-04-05 19:04:06 UTC (rev 314464)
@@ -5,7 +5,7 @@
 _name=Carla
 pkgname=carla
 pkgver=1.9.8
-pkgrel=9
+pkgrel=10
 pkgdesc="Audio Plugin Host"
 arch=('x86_64')
 url="https://kxstudio.linuxaudio.org/Applications:Carla;


[arch-commits] Commit in carla/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 19:04:14
  Author: dvzrv
Revision: 314465

archrelease: copy trunk to community-x86_64

Added:
  carla/repos/community-x86_64/PKGBUILD
(from rev 314464, carla/trunk/PKGBUILD)
Deleted:
  carla/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   89 -
 1 file changed, 47 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 19:04:06 UTC (rev 314464)
+++ PKGBUILD2018-04-05 19:04:14 UTC (rev 314465)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Llewelyn Trahaearn 
-# Contributor: falkTX 
-
-_name=Carla
-pkgname=carla
-pkgver=1.9.8
-pkgrel=8
-pkgdesc="Audio Plugin Host"
-arch=('x86_64')
-url="https://kxstudio.linuxaudio.org/Applications:Carla;
-license=('GPL2')
-groups=('pro-audio')
-depends=('file' 'fftw' 'fluidsynth' 'liblo' 'linuxsampler' 'mxml' 'projectm' 
'python-pyqt5' 'qt5-svg')
-makedepends=('gtk2' 'gtk3' 'pulseaudio' 'python-pyliblo' 'python-pyqt5' 
'python-rdflib' 'qt4' 'qt5-svg' 'zynaddsubfx')
-optdepends=('gtk2: LV2 GTK2 UI support'
-'gtk3: LV2 GTK3 UI support'
-'python-pyliblo: OSC support'
-'python-rdflib: LADSPA-RDF support'
-'qt4: LV2 QT4 UI support'
-'zynaddsubfx: ZynAddSubFX banks'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('0f801fdf7704bb3eb62e684134567df3e83a6c7dfad201479039158480f9fbc0c9a91bc007131091c29a87b4cbb2d831797c8c517de9c36399ec7348a8889f5d')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make features
-  make DEFAULT_QT=5
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DEFAULT_QT=5 DESTDIR="${pkgdir}/" PREFIX=/usr install
-  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: carla/repos/community-x86_64/PKGBUILD (from rev 314464, 
carla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 19:04:14 UTC (rev 314465)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+# Contributor: Llewelyn Trahaearn 
+# Contributor: falkTX 
+
+_name=Carla
+pkgname=carla
+pkgver=1.9.8
+pkgrel=10
+pkgdesc="Audio Plugin Host"
+arch=('x86_64')
+url="https://kxstudio.linuxaudio.org/Applications:Carla;
+license=('GPL2')
+groups=('pro-audio')
+depends=('file' 'fftw' 'fluidsynth' 'liblo' 'linuxsampler' 'mxml' 'ntk'
+'projectm' 'python-pyqt5' 'qt5-svg')
+makedepends=('gtk2' 'gtk3' 'pulseaudio' 'python-pyliblo' 'python-pyqt5'
+'python-rdflib' 'qt4' 'qt5-svg' 'zynaddsubfx')
+optdepends=('gtk2: LV2 GTK2 UI support'
+'gtk3: LV2 GTK3 UI support'
+'python-pyliblo: OSC support'
+'python-rdflib: LADSPA-RDF support'
+'qt4: LV2 QT4 UI support'
+'zynaddsubfx: ZynAddSubFX banks'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('0f801fdf7704bb3eb62e684134567df3e83a6c7dfad201479039158480f9fbc0c9a91bc007131091c29a87b4cbb2d831797c8c517de9c36399ec7348a8889f5d')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make features
+  make DEFAULT_QT=5
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DEFAULT_QT=5 \
+   DESTDIR="${pkgdir}/" \
+   PREFIX=/usr \
+   install
+  install -vDm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in fabla/repos (community-x86_64 community-x86_64/PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 18:55:45
  Author: dvzrv
Revision: 314463

archrelease: copy trunk to community-x86_64

Added:
  fabla/repos/community-x86_64/
  fabla/repos/community-x86_64/PKGBUILD
(from rev 314462, fabla/trunk/PKGBUILD)

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

Copied: fabla/repos/community-x86_64/PKGBUILD (from rev 314462, 
fabla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-05 18:55:45 UTC (rev 314463)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+pkgname=fabla
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="An open-source LV2 drum sampler plugin instrument"
+arch=('x86_64')
+url="http://openavproductions.com/fabla/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libsndfile' 'ntk')
+makedepends=('cairomm' 'cmake' 'lv2' 'mesa')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz;)
+sha512sums=('009aa11b50743fe3a8f401657b0c67eb9e8b757f35d713d07e763a23f5e3e5be398858a766e6b116be85fae11969baddafd5d98623858cf0ebedc2a8e3b02f66')
+
+prepare() {
+  mv -v "openAV-Fabla-release-$pkgver" "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{CHANGELOG,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in fabla/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 18:55:38
  Author: dvzrv
Revision: 314462

upgpkg: fabla 1.3.2-2

Rebuilding for community.

Modified:
  fabla/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 18:48:34 UTC (rev 314461)
+++ PKGBUILD2018-04-05 18:55:38 UTC (rev 314462)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=fabla
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An open-source LV2 drum sampler plugin instrument"
 arch=('x86_64')
 url="http://openavproductions.com/fabla/;


[arch-commits] Commit in atom/repos/community-x86_64 (20 files)

2018-04-05 Thread Nicola Squartini via arch-commits
Date: Thursday, April 5, 2018 @ 18:48:34
  Author: tensor5
Revision: 314461

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 314460, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 314460, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 314460, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 314460, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 314460, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-node8.patch
(from rev 314460, atom/trunk/fix-node8.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 314460, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 314460, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 314460, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 314460, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-node8.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  230 +-
 atom.js |   66 ++---
 dugite-use-system-git.patch |   48 +--
 fix-atom-sh.patch   |  254 ++--
 fix-license-path.patch  |   44 +--
 fix-node8.patch |   22 -
 fix-restart.patch   |   22 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   64 ++---
 use-system-electron.patch   |  424 +-
 10 files changed, 598 insertions(+), 598 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 18:48:16 UTC (rev 314460)
+++ PKGBUILD2018-04-05 18:48:34 UTC (rev 314461)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.25.0
-pkgrel=2
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-node8.patch'
-'fix-restart.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('3608c1472879420d3e69f76402f74d9bef9270687bb679b4cde008d328768c5c'
-'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
-'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
-'d8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'
-'67ecd71b08292218388205ee49e02d176a15bd0c3e74d30cb720b79c6946f4c9'
-'eb771d7c009be8d48c1387ed63f3e575dc12f3bd69455b4be4b78ab57cb49b86'
-'a6fa960741823a52b2f82684285e26eb84ce54825dc7ed008fdaca974b60957e'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'4b91a1acd112838bd001f4e3c555de2a5fc7446c9eab6bc5dae0ca640306e81b'
-'ea255a397b798a650b34737bdfe390a393df028da061940c383063b317e70ecb')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
-  patch -Np1 -i "${srcdir}"/use-system-electron.patch
-  patch -Np1 -i "${srcdir}"/use-system-apm.patch
-  patch -Np1 -i "${srcdir}"/fix-license-path.patch
-  patch -Np1 -i "${srcdir}"/fix-node8.patch
-  patch -Np1 -i "${srcdir}"/fix-restart.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export ATOM_RESOURCE_PATH="$srcdir/atom-$pkgver"
-  # If unset, ~/.atom/.node-gyp/.atom/.npm is used
-  export NPM_CONFIG_CACHE="${HOME}/.atom/.npm"
-  apm clean
-  apm install
-
-  # Use system ctags
-  cd node_modules/symbols-view
-  patch -Np1 -i "${srcdir}"/symbols-view-use-system-ctags.patch
-  rm -r vendor
-  cd ../..
-
-  # Use system git (TODO: set LOCAL_GIT_DIRECTORY=/usr)
-  cd node_modules/dugite
-  

[arch-commits] Commit in atom/trunk (PKGBUILD)

2018-04-05 Thread Nicola Squartini via arch-commits
Date: Thursday, April 5, 2018 @ 18:48:16
  Author: tensor5
Revision: 314460

upgpkg: atom 1.25.1-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 18:42:29 UTC (rev 314459)
+++ PKGBUILD2018-04-05 18:48:16 UTC (rev 314460)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.25.0
-pkgrel=2
+pkgver=1.25.1
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -24,7 +24,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('3608c1472879420d3e69f76402f74d9bef9270687bb679b4cde008d328768c5c'
+sha256sums=('607bfcfe283419d9a987649d02a3004a40272f17f2949049fccf419f8b72cfbb'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
 'd8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'


[arch-commits] Commit in non-sequencer/trunk (PKGBUILD)

2018-04-05 Thread David Runge via arch-commits
Date: Thursday, April 5, 2018 @ 18:42:23
  Author: dvzrv
Revision: 314458

upgpkg: non-sequencer 1.9.5-2

Rebuilding for community.

Modified:
  non-sequencer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 18:40:03 UTC (rev 314457)
+++ PKGBUILD2018-04-05 18:42:23 UTC (rev 314458)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=non-sequencer
 pkgver=1.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful, lightweight, real-time, pattern-based MIDI sequencer"
 arch=('x86_64')
 url="https://non.tuxfamily.org/;


  1   2   >