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

2019-01-12 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 05:29:01
  Author: heftig
Revision: 343803

archrelease: copy trunk to extra-x86_64

Added:
  gnome-builder/repos/extra-x86_64/PKGBUILD
(from rev 343802, gnome-builder/trunk/PKGBUILD)
Deleted:
  gnome-builder/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-13 05:27:30 UTC (rev 343802)
+++ PKGBUILD2019-01-13 05:29:01 UTC (rev 343803)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.30.2
-pkgrel=2
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtksourceview4 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 webkit2gtk)
-makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
- mm-common meson)
-checkdepends=(xorg-server-xvfb)
-optdepends=('gnome-code-assistance: Legacy assistance services'
-'python-lxml: documentation support for Python auto-completion')
-groups=(gnome-extra)
-_commit=9b6992211f6edbbab7162c44a10ffe86de5eca6e  # tags/3.30.2^0
-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 \
---buildtype debugoptimized \
--D with_docs=true \
--D with_help=true \
--D with_editorconfig=true \
--D with_webkit=true \
--D with_vapi=true
-  ninja -C build
-}
-
-check() {
-  # some tests need an installed gnome-builder
-  xvfb-run meson test -C build || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-builder/repos/extra-x86_64/PKGBUILD (from rev 343802, 
gnome-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-13 05:29:01 UTC (rev 343803)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.30.3
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview4 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 webkit2gtk)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common meson)
+checkdepends=(xorg-server-xvfb)
+optdepends=('gnome-code-assistance: Legacy assistance services'
+'python-lxml: documentation support for Python auto-completion')
+groups=(gnome-extra)
+_commit=0e23eb6316f1a822e778b36cfcde02b30e7441bf  # tags/3.30.3^0
+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 \
+--buildtype debugoptimized \
+-D with_docs=true \
+-D with_help=true \
+-D with_editorconfig=true \
+-D with_webkit=true \
+-D with_vapi=true
+  ninja -C build
+}
+
+check() {
+  # some tests need an installed gnome-builder
+  xvfb-run meson test -C build || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-01-12 Thread Jan Steffens via arch-commits
Date: Sunday, January 13, 2019 @ 05:27:30
  Author: heftig
Revision: 343802

3.30.3-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 22:59:19 UTC (rev 343801)
+++ PKGBUILD2019-01-13 05:27:30 UTC (rev 343802)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.30.2
-pkgrel=2
+pkgver=3.30.3
+pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(x86_64)
@@ -16,7 +16,7 @@
 optdepends=('gnome-code-assistance: Legacy assistance services'
 'python-lxml: documentation support for Python auto-completion')
 groups=(gnome-extra)
-_commit=9b6992211f6edbbab7162c44a10ffe86de5eca6e  # tags/3.30.2^0
+_commit=0e23eb6316f1a822e778b36cfcde02b30e7441bf  # tags/3.30.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-01-12 Thread Daniel M. Capella via arch-commits
Date: Sunday, January 13, 2019 @ 02:21:23
  Author: polyzen
Revision: 422784

Require Cargo.lock is up to date

Modified:
  toastify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 02:15:53 UTC (rev 422783)
+++ PKGBUILD2019-01-13 02:21:23 UTC (rev 422784)
@@ -9,12 +9,12 @@
 license=('Apache' 'MIT')
 depends=('dbus')
 makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download;)
-sha512sums=('f75e24b6199e27e7c6225dbf71fff5d322200cbc3c426d71104267e10f865b992af1c1fd18917dc187f2285926763551e4c6941c1021290e2d5ee234420616b4')
+source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha512sums=('637ad3dd87ae9c71c6f0c1e8801823486e30c7d30bfcfbc8079e894549cfef46f8d89516fbb699a1ad72832e79c71b643a080e53b0ae39fa20185561b9675b6a')
 
 build() {
   cd $pkgname-$pkgver
-  cargo build --release
+  cargo build --release --locked
 }
 
 package() {


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

2019-01-12 Thread Daniel M. Capella via arch-commits
Date: Sunday, January 13, 2019 @ 02:15:53
  Author: polyzen
Revision: 422783

Require Cargo.lock is up to date

Modified:
  diskus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 00:31:54 UTC (rev 422782)
+++ PKGBUILD2019-01-13 02:15:53 UTC (rev 422783)
@@ -9,12 +9,12 @@
 license=('Apache' 'MIT')
 depends=('gcc-libs')
 makedepends=('rust')
-source=("diskus-$pkgver.tar.gz::https://crates.io/api/v1/crates/diskus/$pkgver/download;)
-sha512sums=('f2c3cf84732790a8a47bfeee4054f05c4a81f714b2bc0e6ed4db80e1d0ad7449b72382dfdbd266fb9900228c4dd546396ee5af26b3db43b4c2aea1c6ea4ec1ea')
+source=("$url/archive/v$pkgver/diskus-v$pkgver.tar.gz")
+sha512sums=('64fa6054a62495f97887f3b3dacf4cf6e2acb71756714695cd455192268f3a60dc1fe774ded2609f446ce43c803ac92e012854c6161553ac87d9ff2e1346')
 
 build() {
   cd diskus-$pkgver
-  cargo build --release
+  cargo build --release --locked
 }
 
 package() {


[arch-commits] Commit in appmenu-gtk-module/repos/community-x86_64 (4 files)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Sunday, January 13, 2019 @ 00:31:54
  Author: arojas
Revision: 422782

archrelease: copy trunk to community-x86_64

Added:
  appmenu-gtk-module/repos/community-x86_64/80-appmenu-gtk-module
(from rev 422781, appmenu-gtk-module/trunk/80-appmenu-gtk-module)
  appmenu-gtk-module/repos/community-x86_64/PKGBUILD
(from rev 422781, appmenu-gtk-module/trunk/PKGBUILD)
Deleted:
  appmenu-gtk-module/repos/community-x86_64/80-appmenu-gtk-module
  appmenu-gtk-module/repos/community-x86_64/PKGBUILD

---+
 80-appmenu-gtk-module |   24 +++---
 PKGBUILD  |   77 +++-
 2 files changed, 50 insertions(+), 51 deletions(-)

Deleted: 80-appmenu-gtk-module
===
--- 80-appmenu-gtk-module   2019-01-13 00:31:33 UTC (rev 422781)
+++ 80-appmenu-gtk-module   2019-01-13 00:31:54 UTC (rev 422782)
@@ -1,12 +0,0 @@
-if [ -n "$GTK_MODULES" ]; then
-GTK_MODULES="${GTK_MODULES}:appmenu-gtk-module"
-else
-GTK_MODULES="appmenu-gtk-module"
-fi
-
-if [ -z "$UBUNTU_MENUPROXY" ]; then
-UBUNTU_MENUPROXY=1
-fi
-
-export GTK_MODULES
-export UBUNTU_MENUPROXY

Copied: appmenu-gtk-module/repos/community-x86_64/80-appmenu-gtk-module (from 
rev 422781, appmenu-gtk-module/trunk/80-appmenu-gtk-module)
===
--- 80-appmenu-gtk-module   (rev 0)
+++ 80-appmenu-gtk-module   2019-01-13 00:31:54 UTC (rev 422782)
@@ -0,0 +1,12 @@
+if [ -n "$GTK_MODULES" ]; then
+GTK_MODULES="${GTK_MODULES}:appmenu-gtk-module"
+else
+GTK_MODULES="appmenu-gtk-module"
+fi
+
+if [ -z "$UBUNTU_MENUPROXY" ]; then
+UBUNTU_MENUPROXY=1
+fi
+
+export GTK_MODULES
+export UBUNTU_MENUPROXY

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-13 00:31:33 UTC (rev 422781)
+++ PKGBUILD2019-01-13 00:31:54 UTC (rev 422782)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: rilian-la-te 
-# Contributor: Kaizhao Zhang 
-
-pkgname=appmenu-gtk-module
-pkgver=0.6.94
-pkgrel=1
-pkgdesc="Application Menu GTK+ Module"
-depends=()
-makedepends=(cmake gtk3 gtk2)
-optdepends=('gtk3: GTK3 module' 'gtk2: GTK2 module')
-url="https://github.com/rilian-la-te/vala-panel-appmenu;
-arch=(x86_64)
-license=(LGPL3)
-
-source=("https://github.com/rilian-la-te/vala-panel-appmenu/releases/download/${pkgver}/appmenu-gtk-module.tar.xz;
-80-appmenu-gtk-module)
-sha256sums=('97a5ec89688be1a88470b44e829c198b200678b75c969f8bc4532c7db18575ee'
-'4c006c4ea7b8556070ad6d35529d3a9e23da8033429e34d1824c25942d969fbc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d/
-  install -m755 "$srcdir"/80-appmenu-gtk-module 
"$pkgdir"/etc/X11/xinit/xinitrc.d/
-}

Copied: appmenu-gtk-module/repos/community-x86_64/PKGBUILD (from rev 422781, 
appmenu-gtk-module/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-13 00:31:54 UTC (rev 422782)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: rilian-la-te 
+# Contributor: Kaizhao Zhang 
+
+pkgname=appmenu-gtk-module
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Application Menu GTK+ Module"
+depends=()
+makedepends=(cmake gtk3 gtk2)
+optdepends=('gtk3: GTK3 module' 'gtk2: GTK2 module')
+url="https://gitlab.com/vala-panel-project/vala-panel-appmenu/;
+arch=(x86_64)
+license=(LGPL3)
+source=("https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/0315cbb6b1b9b9c4e4d573d23d3eaa1d/appmenu-gtk-module-$pkgver.tar.xz;
+80-appmenu-gtk-module)
+sha256sums=('85c165ae1be49aac8188f9bdeb76e84aaa379786e52dcbe6c4df1fb9e091c1f7'
+'4c006c4ea7b8556070ad6d35529d3a9e23da8033429e34d1824c25942d969fbc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  install -m755 "$srcdir"/80-appmenu-gtk-module 
"$pkgdir"/etc/X11/xinit/xinitrc.d/
+}


[arch-commits] Commit in appmenu-gtk-module/trunk (PKGBUILD)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Sunday, January 13, 2019 @ 00:31:33
  Author: arojas
Revision: 422781

Update to 0.7.1

Modified:
  appmenu-gtk-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 00:19:23 UTC (rev 422780)
+++ PKGBUILD2019-01-13 00:31:33 UTC (rev 422781)
@@ -3,19 +3,18 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=appmenu-gtk-module
-pkgver=0.6.94
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Application Menu GTK+ Module"
 depends=()
 makedepends=(cmake gtk3 gtk2)
 optdepends=('gtk3: GTK3 module' 'gtk2: GTK2 module')
-url="https://github.com/rilian-la-te/vala-panel-appmenu;
+url="https://gitlab.com/vala-panel-project/vala-panel-appmenu/;
 arch=(x86_64)
 license=(LGPL3)
-
-source=("https://github.com/rilian-la-te/vala-panel-appmenu/releases/download/${pkgver}/appmenu-gtk-module.tar.xz;
+source=("https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/0315cbb6b1b9b9c4e4d573d23d3eaa1d/appmenu-gtk-module-$pkgver.tar.xz;
 80-appmenu-gtk-module)
-sha256sums=('97a5ec89688be1a88470b44e829c198b200678b75c969f8bc4532c7db18575ee'
+sha256sums=('85c165ae1be49aac8188f9bdeb76e84aaa379786e52dcbe6c4df1fb9e091c1f7'
 '4c006c4ea7b8556070ad6d35529d3a9e23da8033429e34d1824c25942d969fbc')
 
 prepare() {
@@ -24,7 +23,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_INSTALL_LIBEXECDIR=lib


[arch-commits] Commit in sweethome3d/repos (7 files)

2019-01-12 Thread Fabio Castelli via arch-commits
Date: Sunday, January 13, 2019 @ 00:19:23
  Author: muflone
Revision: 422780

archrelease: copy trunk to community-testing-x86_64

Added:
  sweethome3d/repos/community-testing-x86_64/
  sweethome3d/repos/community-testing-x86_64/PKGBUILD
(from rev 422779, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-testing-x86_64/build_with_source_1.8.patch
(from rev 422779, sweethome3d/trunk/build_with_source_1.8.patch)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.desktop
(from rev 422779, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.install
(from rev 422779, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.sh
(from rev 422779, sweethome3d/trunk/sweethome3d.sh)
  sweethome3d/repos/community-testing-x86_64/sweethome3d.xml
(from rev 422779, sweethome3d/trunk/sweethome3d.xml)

-+
 PKGBUILD|   66 ++
 build_with_source_1.8.patch |   31 +++
 sweethome3d.desktop |   11 +++
 sweethome3d.install |   10 ++
 sweethome3d.sh  |   43 +++
 5 files changed, 161 insertions(+)

Copied: sweethome3d/repos/community-testing-x86_64/PKGBUILD (from rev 422779, 
sweethome3d/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-13 00:19:23 UTC (rev 422780)
@@ -0,0 +1,66 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jsteel 
+# Contributor: Daniel YC Lin 
+# Contributor: Tdy  
+# Contributor: Biginoz 
+# Contributor: Archan Paul 
+
+pkgname=sweethome3d
+pkgver=6.0
+pkgrel=1
+pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
+arch=('x86_64')
+url="http://www.sweethome3d.com/;
+license=('GPL' 'custom')
+depends=('java-runtime>=8' 'shared-mime-info' 'desktop-file-utils' 'libxext' 
'libgl' 'libxrender' 'libnsl')
+makedepends=('ant')
+source=("SweetHome3D-${pkgver}-src.zip"::"https://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-src.zip;
+"build_with_source_1.8.patch"
+"${pkgname}.sh"
+"${pkgname}.desktop"
+"${pkgname}.xml")
+sha256sums=('46ff2b8d0d3d1e3fcb1d1c4943895412af5ee01375d67f2d9e0da682fc9d7926'
+'524286451144548fdc5ae0ca9e4f9180c96eb4bc00e86121d7f38ab3ecad07ff'
+'6a5e2fd8de2ec37975a6a299befe7523d106f82c20f8838b48c17191928d7e2d'
+'5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
+'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
+install="${pkgname}.install"
+
+prepare() {
+  cd "SweetHome3D-${pkgver}-src"
+  patch -Np1 -i "${srcdir}/build_with_source_1.8.patch"
+
+}
+
+build() {
+  cd "SweetHome3D-${pkgver}-src"
+  ant application textures furniture examples help java3dLibraries
+}
+
+package() {
+  # Desktop and launchers
+  install -m 755 -D "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -m 755 -D "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -m 644 -D "${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
+  # Install licenses
+  cd "SweetHome3D-${pkgver}-src"
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 755 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
THIRDPARTY-LICENSE-*
+  # Install icon
+  install -m 644 -D "deploy/SweetHome3DIcon48x48.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  # Install main program and libraries
+  install -m 755 -d "${pkgdir}/usr/share/java/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" build/*.jar
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" libtest/jnlp.jar
+  cd "lib"
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" *.jar
+  # Java3D 1.5 libraries
+  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.5"
+  mv -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" \
+
"${pkgdir}"/usr/share/java/${pkgname}/{j3dcore.jar,j3dutils.jar,vecmath.jar}
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" 
linux/x64/libj3dcore-ogl.so
+  # Java3D 1.6 libraries
+  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.6"
+  install -m 644 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" java3d-1.6/*.jar
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" 
java3d-1.6/linux/amd64/*.so
+}

Copied: sweethome3d/repos/community-testing-x86_64/build_with_source_1.8.patch 
(from rev 422779, sweethome3d/trunk/build_with_source_1.8.patch)
===
--- community-testing-x86_64/build_with_source_1.8.patch
(rev 0)
+++ community-testing-x86_64/build_with_source_1.8.patch2019-01-13 
00:19:23 UTC (rev 422780)
@@ 

[arch-commits] Commit in sweethome3d/trunk (3 files)

2019-01-12 Thread Fabio Castelli via arch-commits
Date: Sunday, January 13, 2019 @ 00:18:58
  Author: muflone
Revision: 422779

upgpkg: sweethome3d 6.0-1

Added:
  sweethome3d/trunk/build_with_source_1.8.patch
Modified:
  sweethome3d/trunk/PKGBUILD
  sweethome3d/trunk/sweethome3d.sh

-+
 PKGBUILD|   39 ++-
 build_with_source_1.8.patch |   31 +++
 sweethome3d.sh  |5 ++---
 3 files changed, 59 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 22:59:28 UTC (rev 422778)
+++ PKGBUILD2019-01-13 00:18:58 UTC (rev 422779)
@@ -6,39 +6,52 @@
 # Contributor: Archan Paul 
 
 pkgname=sweethome3d
-pkgver=5.7
-pkgrel=2
+pkgver=6.0
+pkgrel=1
 pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
 arch=('x86_64')
 url="http://www.sweethome3d.com/;
 license=('GPL' 'custom')
 depends=('java-runtime>=8' 'shared-mime-info' 'desktop-file-utils' 'libxext' 
'libgl' 'libxrender' 'libnsl')
-source=("SweetHome3D-${pkgver}-linux-x64.tgz"::"http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-linux-x64.tgz;
+makedepends=('ant')
+source=("SweetHome3D-${pkgver}-src.zip"::"https://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-src.zip;
+"build_with_source_1.8.patch"
 "${pkgname}.sh"
 "${pkgname}.desktop"
 "${pkgname}.xml")
-sha256sums=('e6912b03e4c0ac990c10995d0d29a82c089021b2446ca16517650a3214f096ff'
-'c1a76d4131ddf04375bab3e98d646543b4967af623a6aee0e19bac7d40d7ecef'
+sha256sums=('46ff2b8d0d3d1e3fcb1d1c4943895412af5ee01375d67f2d9e0da682fc9d7926'
+'524286451144548fdc5ae0ca9e4f9180c96eb4bc00e86121d7f38ab3ecad07ff'
+'6a5e2fd8de2ec37975a6a299befe7523d106f82c20f8838b48c17191928d7e2d'
 '5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
 'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
 install="${pkgname}.install"
 
+prepare() {
+  cd "SweetHome3D-${pkgver}-src"
+  patch -Np1 -i "${srcdir}/build_with_source_1.8.patch"
+
+}
+
+build() {
+  cd "SweetHome3D-${pkgver}-src"
+  ant application textures furniture examples help java3dLibraries
+}
+
 package() {
   # Desktop and launchers
-  cd "${srcdir}"
   install -m 755 -D "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
   install -m 755 -D "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
   install -m 644 -D "${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
   # Install licenses
-  cd "SweetHome3D-${pkgver}"
+  cd "SweetHome3D-${pkgver}-src"
   install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m 755 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
THIRDPARTY-LICENSE-*
   # Install icon
-  install -m 644 -D "SweetHome3DIcon.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  # Install javaws.jar from jre8
+  install -m 644 -D "deploy/SweetHome3DIcon48x48.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  # Install main program and libraries
   install -m 755 -d "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" jre8/lib/javaws.jar
-  # Install main program and libraries
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" build/*.jar
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" libtest/jnlp.jar
   cd "lib"
   install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" *.jar
   # Java3D 1.5 libraries
@@ -45,9 +58,9 @@
   install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.5"
   mv -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" \
 
"${pkgdir}"/usr/share/java/${pkgname}/{j3dcore.jar,j3dutils.jar,vecmath.jar}
-  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" libj3dcore-ogl.so
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" 
linux/x64/libj3dcore-ogl.so
   # Java3D 1.6 libraries
   install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.6"
   install -m 644 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" java3d-1.6/*.jar
-  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" java3d-1.6/*.so
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" 
java3d-1.6/linux/amd64/*.so
 }

Added: build_with_source_1.8.patch
===
--- build_with_source_1.8.patch (rev 0)
+++ build_with_source_1.8.patch 2019-01-13 00:18:58 UTC (rev 422779)
@@ -0,0 +1,31 @@
+diff -Naur SweetHome3D-6.0-src.orig/build.xml SweetHome3D-6.0-src/build.xml
+--- SweetHome3D-6.0-src.orig/build.xml 2018-10-11 23:29:50.0 +0200
 SweetHome3D-6.0-src/build.xml  2019-01-13 01:00:29.624778239 +0100
+@@ -43,11 +43,11 @@
+  during applet launch (otherwise Java 1.1 to 1.4 plug-ins refuse to 
load Applet class) -->
+ 
+ 
+ 
+   
+   
+@@ -403,11 +403,11 @@
+  during applet 

[arch-commits] Commit in (4 files)

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 22:59:12
  Author: archange
Revision: 422777

Initial addition of tpm2-tools to [community]

Added:
  tpm2-tools/
  tpm2-tools/repos/
  tpm2-tools/trunk/
  tpm2-tools/trunk/PKGBUILD

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

Added: tpm2-tools/trunk/PKGBUILD
===
--- tpm2-tools/trunk/PKGBUILD   (rev 0)
+++ tpm2-tools/trunk/PKGBUILD   2019-01-12 22:59:12 UTC (rev 422777)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=tpm2-tools
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Trusted Platform Module 2.0 tools based on tpm2-tss"
+arch=('x86_64')
+url="https://github.com/tpm2-software/tpm2-tools;
+license=('BSD')
+depends=('curl' 'openssl' 'tpm2-tss')
+optdepends=('tpm2-abrmd: user space resource manager')
+checkdepends=('cmocka' 'tpm2-abrmd' 'python-pyaml')
+source=("$url/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('cc95576f49cf9bacf75772fd98dcb7edc5172a6a8dfa20c215fe3cc69b0a3a16' 
'SKIP')
+validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1'  # William Roberts 
(Bill Roberts) 
+  'D75ED7AA24E50CD645C6F457C751E590D63F3D69'  # Javier Martinez 
Canillas 
+  '5BEC526CE3A61CAF07E7A7DA49BCAE5443FFFC34') # Joshua Lock 

+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-01-12 Thread Gaƫtan Bisson via arch-commits
Date: Saturday, January 12, 2019 @ 22:59:19
  Author: bisson
Revision: 343801

db-move: moved libedit from [testing] to [core] (x86_64)

Added:
  libedit/repos/core-x86_64/PKGBUILD
(from rev 343800, libedit/repos/testing-x86_64/PKGBUILD)
Deleted:
  libedit/repos/core-x86_64/PKGBUILD
  libedit/repos/testing-x86_64/

--+
 /PKGBUILD|   30 ++
 core-x86_64/PKGBUILD |   31 ---
 2 files changed, 30 insertions(+), 31 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-01-12 22:51:17 UTC (rev 343800)
+++ core-x86_64/PKGBUILD2019-01-12 22:59:19 UTC (rev 343801)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Roman Cheplyaka 
-
-pkgname=libedit
-_pkgver=20180525-3.1
-pkgver=${_pkgver/-/_}
-pkgrel=1
-pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
-url='http://thrysoee.dk/editline/'
-arch=('x86_64')
-license=('BSD')
-depends=('ncurses')
-source=("http://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz;)
-sha256sums=('c41bea8fd140fb57ba67a98ec1d8ae0b8ffa82f4aba9c35a87e5a9499e653116')
-
-build() {
-   cd "${srcdir}/${pkgname}-${_pkgver}"
-   ./configure --prefix=/usr --enable-widec
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${_pkgver}"
-   make prefix="${pkgdir}"/usr install
-
-   rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
-   cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
-}

Copied: libedit/repos/core-x86_64/PKGBUILD (from rev 343800, 
libedit/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-01-12 22:59:19 UTC (rev 343801)
@@ -0,0 +1,30 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Roman Cheplyaka 
+
+pkgname=libedit
+_pkgver=20181209-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://thrysoee.dk/editline/'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("http://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz;)
+sha256sums=('2811d70c0b000f2ca91b7cb1a37203134441743c4fcc9c37b0b687f328611064')
+
+build() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   make prefix="${pkgdir}"/usr install
+
+   rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
+   cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}


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

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 22:59:28
  Author: archange
Revision: 422778

archrelease: copy trunk to community-x86_64

Added:
  tpm2-tools/repos/community-x86_64/
  tpm2-tools/repos/community-x86_64/PKGBUILD
(from rev 422777, tpm2-tools/trunk/PKGBUILD)

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

Copied: tpm2-tools/repos/community-x86_64/PKGBUILD (from rev 422777, 
tpm2-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-01-12 22:59:28 UTC (rev 422778)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=tpm2-tools
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Trusted Platform Module 2.0 tools based on tpm2-tss"
+arch=('x86_64')
+url="https://github.com/tpm2-software/tpm2-tools;
+license=('BSD')
+depends=('curl' 'openssl' 'tpm2-tss')
+optdepends=('tpm2-abrmd: user space resource manager')
+checkdepends=('cmocka' 'tpm2-abrmd' 'python-pyaml')
+source=("$url/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('cc95576f49cf9bacf75772fd98dcb7edc5172a6a8dfa20c215fe3cc69b0a3a16' 
'SKIP')
+validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1'  # William Roberts 
(Bill Roberts) 
+  'D75ED7AA24E50CD645C6F457C751E590D63F3D69'  # Javier Martinez 
Canillas 
+  '5BEC526CE3A61CAF07E7A7DA49BCAE5443FFFC34') # Joshua Lock 

+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-01-12 Thread Christian Hesse via arch-commits
Date: Saturday, January 12, 2019 @ 22:51:17
  Author: eworm
Revision: 343800

recent changes

* fix handling of socket address (FS#61331)
* drop BIG_JOINS, which is no longer used
* add a check() function, but disable by default

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 22:28:15 UTC (rev 343799)
+++ PKGBUILD2019-01-12 22:51:17 UTC (rev 343800)
@@ -45,7 +45,7 @@
 -DBUILD_CONFIG=mysql_release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+-DINSTALL_UNIX_ADDRDIR=/run/mysqld/mysqld.sock \
 -DDEFAULT_CHARSET=utf8mb4 \
 -DDEFAULT_COLLATION=utf8mb4_unicode_ci \
 -DENABLED_LOCAL_INFILE=ON \
@@ -81,13 +81,20 @@
 -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
 -DWITHOUT_PBXT_STORAGE_ENGINE=1 \
 -DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
--DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer -fno-delete-null-pointer-checks" \
--DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti -fno-delete-null-pointer-checks" \
+-DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -fomit-frame-pointer 
-fno-delete-null-pointer-checks" \
+-DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing 
-felide-constructors -fno-rtti -fno-delete-null-pointer-checks" \
 -DWITH_MYSQLD_LDFLAGS="-pie ${LDFLAGS},-z,now"
 
   make
 }
 
+check() {
+  cd build/mysql-test
+
+  # Takes *really* long, so disabled by default.
+  #./mtr --parallel=5 --mem --force --max-test-fail=0
+}
+
 package_libmariadb() {
   pkgdesc='MariaDB libraries'
   depends=('bzip2' 'libaio' 'lz4' 'lzo' 'openssl' 'xz' 'zlib')


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

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 22:42:49
  Author: archange
Revision: 422775

Fix D-BUS policy dir + FS#61257

Modified:
  fwupd/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 22:36:35 UTC (rev 422774)
+++ PKGBUILD2019-01-12 22:42:49 UTC (rev 422775)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=('x86_64')
 url="https://github.com/hughsie/fwupd;
@@ -14,6 +14,8 @@
 makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
  'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
  'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
+optdepends=('tpm2-abrmd: TPM2 support'
+'tpm2-tools: TPM2 support')
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
@@ -35,6 +37,9 @@
 DESTDIR="${pkgdir}" ninja -C build install
 # Fixup mode to match polkit
 install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+# Move D-BUS policy
+mv "${pkgdir}"/{etc,usr/share}/dbus-1/system.d
+rmdir "${pkgdir}"/etc/dbus-1
 # Remove the tests
 rm -r "${pkgdir}"/usr/share/installed-tests/
 }


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

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 22:43:04
  Author: archange
Revision: 422776

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 422775, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 22:42:49 UTC (rev 422775)
+++ PKGBUILD2019-01-12 22:43:04 UTC (rev 422776)
@@ -1,40 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="A simple daemon to allow session software to update firmware"
-arch=('x86_64')
-url="https://github.com/hughsie/fwupd;
-license=('LGPL')
-depends=('libxmlb' 'efivar' 'python' 'libsmbios' 'libgusb'
- 'libsoup' 'json-glib' 'gcab' 'libarchive' 'gpgme'
- 'libgudev' 'polkit' 'shared-mime-info')
-makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
- 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
- 'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('541343f6ae677a8619ce9ac6b52a4bb6f0993c7b53d4954dc25035cb6c7c1787' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 422775, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 22:43:04 UTC (rev 422776)
@@ -0,0 +1,45 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="A simple daemon to allow session software to update firmware"
+arch=('x86_64')
+url="https://github.com/hughsie/fwupd;
+license=('LGPL')
+depends=('libxmlb' 'efivar' 'python' 'libsmbios' 'libgusb'
+ 'libsoup' 'json-glib' 'gcab' 'libarchive' 'gpgme'
+ 'libgudev' 'polkit' 'shared-mime-info')
+makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
+ 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
+ 'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
+optdepends=('tpm2-abrmd: TPM2 support'
+'tpm2-tools: TPM2 support')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('541343f6ae677a8619ce9ac6b52a4bb6f0993c7b53d4954dc25035cb6c7c1787' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false ../build
+ninja -v -C ../build
+}
+
+check() {
+cd build
+meson test
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+# Move D-BUS policy
+mv "${pkgdir}"/{etc,usr/share}/dbus-1/system.d
+rmdir "${pkgdir}"/etc/dbus-1
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 22:36:35
  Author: anatolik
Revision: 422774

archrelease: copy trunk to community-x86_64

Added:
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 422773, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 22:35:43 UTC (rev 422773)
+++ PKGBUILD2019-01-12 22:36:35 UTC (rev 422774)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('04679ab85d37052875a8d685ca278ff7662c897c')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gtk2/repos/community-x86_64/PKGBUILD (from rev 422773, 
ruby-gtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 22:36:35 UTC (rev 422774)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('cfbb23531c18c6e4888ffe360e6ad76493f6d3f8')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 22:35:43
  Author: anatolik
Revision: 422773

upgpkg: ruby-gtk2 3.3.1-1

upgpkg: ruby-gtk2 3.3.1-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 22:28:05 UTC (rev 422772)
+++ PKGBUILD2019-01-12 22:35:43 UTC (rev 422773)
@@ -3,8 +3,8 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('04679ab85d37052875a8d685ca278ff7662c897c')
+sha1sums=('cfbb23531c18c6e4888ffe360e6ad76493f6d3f8')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 22:26:40
  Author: archange
Revision: 422771

archrelease: copy trunk to community-x86_64

Added:
  tpm2-abrmd/repos/community-x86_64/
  tpm2-abrmd/repos/community-x86_64/PKGBUILD
(from rev 422770, tpm2-abrmd/trunk/PKGBUILD)

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

Copied: tpm2-abrmd/repos/community-x86_64/PKGBUILD (from rev 422770, 
tpm2-abrmd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-01-12 22:26:40 UTC (rev 422771)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=tpm2-abrmd
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Trusted Platform Module 2.0 Access Broker and Resource Management 
Daemon'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-abrmd'
+license=('BSD')
+depends=('dbus' 'glib2' 'tpm2-tss')
+checkdepends=('cmocka' 'ibm-sw-tpm2' 'net-tools')
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('ff0ed283b0300cd784d6bf2b042e167020f8443602974e53b924e9fd98a4b515' 
'SKIP')
+validpgpkeys=('42007E876F248E04A3F2FE25AE4548D043DEC7C3') # Philip Tricca 

+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--with-dbuspolicydir=/usr/share/dbus-1/system.d \
+--enable-unit \
+--enable-integration
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+dbus-run-session -- make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+rm -r "${pkgdir}"/usr/lib/systemd/system-preset
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in (4 files)

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 22:26:25
  Author: archange
Revision: 422770

Initial addition of tpm2-abrmd to [community]

Added:
  tpm2-abrmd/
  tpm2-abrmd/repos/
  tpm2-abrmd/trunk/
  tpm2-abrmd/trunk/PKGBUILD

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

Added: tpm2-abrmd/trunk/PKGBUILD
===
--- tpm2-abrmd/trunk/PKGBUILD   (rev 0)
+++ tpm2-abrmd/trunk/PKGBUILD   2019-01-12 22:26:25 UTC (rev 422770)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=tpm2-abrmd
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Trusted Platform Module 2.0 Access Broker and Resource Management 
Daemon'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-abrmd'
+license=('BSD')
+depends=('dbus' 'glib2' 'tpm2-tss')
+checkdepends=('cmocka' 'ibm-sw-tpm2' 'net-tools')
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('ff0ed283b0300cd784d6bf2b042e167020f8443602974e53b924e9fd98a4b515' 
'SKIP')
+validpgpkeys=('42007E876F248E04A3F2FE25AE4548D043DEC7C3') # Philip Tricca 

+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--with-dbuspolicydir=/usr/share/dbus-1/system.d \
+--enable-unit \
+--enable-integration
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+dbus-run-session -- make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+rm -r "${pkgdir}"/usr/lib/systemd/system-preset
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-01-12 Thread Levente Polyak via arch-commits
Date: Saturday, January 12, 2019 @ 22:13:45
  Author: anthraxx
Revision: 422769

archrelease: copy trunk to community-any

Added:
  python-engineio/repos/community-any/PKGBUILD
(from rev 422768, python-engineio/trunk/PKGBUILD)
Deleted:
  python-engineio/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 -
 1 file changed, 65 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 22:13:34 UTC (rev 422768)
+++ PKGBUILD2019-01-12 22:13:45 UTC (rev 422769)
@@ -1,73 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-engineio
-pkgname=('python-engineio' 'python2-engineio')
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='Python implementation of the Engine.IO realtime server'
-url='https://github.com/miguelgrinberg/python-engineio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six' 
'python-eventlet' 'python-aiohttp' 'python-tornado'
- 'python-urllib3' 'python-websocket-client' 'python-gevent' 
'python-gevent-websocket' 'python-websockets'
- 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-eventlet' 'python2-tornado'
- 'python2-urllib3' 'python2-websocket-client' 'python2-gevent' 
'python2-gevent-websocket' 'python2-enum34')
-checkdepends=('python-mock' 'python-pytest' 'python-pytest-runner'
-  'python2-mock' 'python2-pytest' 'python2-pytest-runner')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz
-
${pkgbase}-3.2.2-test-fixup.patch::https://github.com/miguelgrinberg/python-engineio/commit/61b04ea89cf2cc358a40f7854c31859aea8e30d6.patch)
-sha256sums=('ec18a3499120d70e4a87826ccddd748b43aa479d6fcf43ef3905bd13a8943124'
-'0dd2ada7a6160ac59b6ae66a8f12e1bfe67da57262de96238caa8e2ded0b2ebe')
-sha512sums=('1b12b820a25c0d59c030d2165f5f39928101464d27bc562b1b530ef404ec4513d494d83b3bd122542825ac0cc92009ed6043577bc9ebd6f29fc5c495e0096759'
-
'b29801084e9bd5ff601ae1b8fa2c5233b8b0c024c260bb1a61558eb85f3b445a5ffdb0489867340d6465b62ddacfd1fc72b3d8d210291e524b27125dbc83')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -Np1 < "${srcdir}/${pkgbase}-3.2.2-test-fixup.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-  python2 setup.py build
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py test
-}
-
-package_python-engineio() {
-  depends=('python-six' 'python-urllib3' 'python-websocket-client' 
'python-websockets')
-  optdepends=('python-eventlet: eventlet driver'
-  'python-aiohttp: aiohttp driver'
-  'python-tornado: tornado driver'
-  'python-gevent: gevent driver'
-  'python-gevent-websocket: gevent driver')
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/python-engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  rm -r "${pkgdir}"/usr/lib/python*/site-packages/tests
-}
-
-package_python2-engineio() {
-  depends=('python2-six' 'python2-urllib3' 'python2-enum34' 
'python2-websocket-client')
-  optdepends=('python2-eventlet: eventlet driver'
-  'python2-tornado: tornado driver'
-  'python2-gevent: gevent driver'
-  'python2-gevent-websocket: gevent driver')
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/python-engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  rm -r "${pkgdir}"/usr/lib/python*/site-packages/tests
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-engineio/repos/community-any/PKGBUILD (from rev 422768, 
python-engineio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 22:13:45 UTC (rev 422769)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-engineio
+pkgname=('python-engineio' 'python2-engineio')
+pkgver=3.2.3
+pkgrel=1
+pkgdesc='Python implementation of the Engine.IO realtime server'
+url='https://github.com/miguelgrinberg/python-engineio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six' 
'python-eventlet' 'python-aiohttp' 'python-tornado'
+ 'python-urllib3' 

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

2019-01-12 Thread Levente Polyak via arch-commits
Date: Saturday, January 12, 2019 @ 22:13:34
  Author: anthraxx
Revision: 422768

upgpkg: python-engineio 3.2.3-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 21:09:53 UTC (rev 422767)
+++ PKGBUILD2019-01-12 22:13:34 UTC (rev 422768)
@@ -2,7 +2,7 @@
 
 pkgbase=python-engineio
 pkgname=('python-engineio' 'python2-engineio')
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
@@ -15,18 +15,10 @@
 checkdepends=('python-mock' 'python-pytest' 'python-pytest-runner'
   'python2-mock' 'python2-pytest' 'python2-pytest-runner')
 options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz
-
${pkgbase}-3.2.2-test-fixup.patch::https://github.com/miguelgrinberg/python-engineio/commit/61b04ea89cf2cc358a40f7854c31859aea8e30d6.patch)
-sha256sums=('ec18a3499120d70e4a87826ccddd748b43aa479d6fcf43ef3905bd13a8943124'
-'0dd2ada7a6160ac59b6ae66a8f12e1bfe67da57262de96238caa8e2ded0b2ebe')
-sha512sums=('1b12b820a25c0d59c030d2165f5f39928101464d27bc562b1b530ef404ec4513d494d83b3bd122542825ac0cc92009ed6043577bc9ebd6f29fc5c495e0096759'
-
'b29801084e9bd5ff601ae1b8fa2c5233b8b0c024c260bb1a61558eb85f3b445a5ffdb0489867340d6465b62ddacfd1fc72b3d8d210291e524b27125dbc83')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
+sha256sums=('c9f5d485cde70465da0304f42b8f6cc515e1e99f37622451efb226d94f75cfd2')
+sha512sums=('decf64fe640104d96b271d0d7984874c24d625a60fca9ab73a6c0adcabb73289cf5c87018ea89811f057303d27fe804d466002a615b2206a0125bd5789adac7f')
 
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -Np1 < "${srcdir}/${pkgbase}-3.2.2-test-fixup.patch"
-}
-
 build() {
   cd ${pkgbase}-${pkgver}
   python setup.py build


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:09:53
  Author: anatolik
Revision: 422767

archrelease: copy trunk to community-x86_64

Added:
  ruby-pango/repos/community-x86_64/PKGBUILD
(from rev 422766, ruby-pango/trunk/PKGBUILD)
Deleted:
  ruby-pango/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 21:09:12 UTC (rev 422766)
+++ PKGBUILD2019-01-12 21:09:53 UTC (rev 422767)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby pango ruby-cairo gobject-introspection 
ruby-cairo-gobject=$pkgver ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('828889daf0bf5b58300614bdf15fdd3bf5b01f36')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-pango/repos/community-x86_64/PKGBUILD (from rev 422766, 
ruby-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 21:09:53 UTC (rev 422767)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo gobject-introspection 
ruby-cairo-gobject=$pkgver ruby-gobject-introspection=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('1edde6c92736ec1ab4a9a6c9a7e173f27c9514a4')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:09:12
  Author: anatolik
Revision: 422766

upgpkg: ruby-pango 3.3.1-1

upgpkg: ruby-pango 3.3.1-1

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 21:08:44 UTC (rev 422765)
+++ PKGBUILD2019-01-12 21:09:12 UTC (rev 422766)
@@ -3,8 +3,8 @@
 
 _gemname=pango
 pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('828889daf0bf5b58300614bdf15fdd3bf5b01f36')
+sha1sums=('1edde6c92736ec1ab4a9a6c9a7e173f27c9514a4')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-cairo-gobject/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:08:44
  Author: anatolik
Revision: 422765

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD
(from rev 422764, ruby-cairo-gobject/trunk/PKGBUILD)
Deleted:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 21:08:04 UTC (rev 422764)
+++ PKGBUILD2019-01-12 21:08:44 UTC (rev 422765)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo-gobject
-pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-cairo ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('8fd2272d0235d14739efe0a6c2c604f96c57a577')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-cairo-gobject/repos/community-x86_64/PKGBUILD (from rev 422764, 
ruby-cairo-gobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 21:08:44 UTC (rev 422765)
@@ -0,0 +1,21 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo-gobject
+pkgname=ruby-$_gemname
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-cairo ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('d76481635117f696ef820ae96a33df3128371073')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-cairo-gobject/trunk (PKGBUILD)

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:08:04
  Author: anatolik
Revision: 422764

upgpkg: ruby-cairo-gobject 3.3.1-1

upgpkg: ruby-cairo-gobject 3.3.1-1

Modified:
  ruby-cairo-gobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 21:07:38 UTC (rev 422763)
+++ PKGBUILD2019-01-12 21:08:04 UTC (rev 422764)
@@ -2,8 +2,8 @@
 
 _gemname=cairo-gobject
 pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('8fd2272d0235d14739efe0a6c2c604f96c57a577')
+sha1sums=('d76481635117f696ef820ae96a33df3128371073')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:07:38
  Author: anatolik
Revision: 422763

archrelease: copy trunk to community-x86_64

Added:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD
(from rev 422762, ruby-gdk_pixbuf2/trunk/PKGBUILD)
Deleted:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 21:06:48 UTC (rev 422762)
+++ PKGBUILD2019-01-12 21:07:38 UTC (rev 422763)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk_pixbuf2
-pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
-makedepends=(ruby-native-package-installer ruby-rake)
-replaces=(ruby-gdkpixbuf2)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('db4daed7a2c0d53e37ef9c2539bf607b76571bb3')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD (from rev 422762, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 21:07:38 UTC (rev 422763)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
+makedepends=(ruby-native-package-installer ruby-rake)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('16b3684dae8c7b7224fb5a17d717ee5c3bc649ee')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:06:48
  Author: anatolik
Revision: 422762

upgpkg: ruby-gdk_pixbuf2 3.3.1-1

upgpkg: ruby-gdk_pixbuf2 3.3.1-1

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 21:06:20 UTC (rev 422761)
+++ PKGBUILD2019-01-12 21:06:48 UTC (rev 422762)
@@ -3,8 +3,8 @@
 
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('db4daed7a2c0d53e37ef9c2539bf607b76571bb3')
+sha1sums=('16b3684dae8c7b7224fb5a17d717ee5c3bc649ee')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:06:20
  Author: anatolik
Revision: 422761

archrelease: copy trunk to community-x86_64

Added:
  ruby-gio2/repos/community-x86_64/PKGBUILD
(from rev 422760, ruby-gio2/trunk/PKGBUILD)
Deleted:
  ruby-gio2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 21:05:31 UTC (rev 422760)
+++ PKGBUILD2019-01-12 21:06:20 UTC (rev 422761)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gio2
-pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('59319c78196dbfffb1342afd4e6add7c50198b59')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gio2/repos/community-x86_64/PKGBUILD (from rev 422760, 
ruby-gio2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 21:06:20 UTC (rev 422761)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gio2
+pkgname=ruby-$_gemname
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('792cf2e90167c5f9cc6b8391037a1c5ac9ff078a')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-gobject-introspection/repos/community-x86_64 (2 files)

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:05:07
  Author: anatolik
Revision: 422759

archrelease: copy trunk to community-x86_64

Added:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD
(from rev 422758, ruby-gobject-introspection/trunk/PKGBUILD)
Deleted:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 21:04:22 UTC (rev 422758)
+++ PKGBUILD2019-01-12 21:05:07 UTC (rev 422759)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gobject-introspection
-pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('a1d1945713abf661f1bd0eb14909a71fb21e0a47')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gobject-introspection/repos/community-x86_64/PKGBUILD (from rev 
422758, ruby-gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 21:05:07 UTC (rev 422759)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gobject-introspection
+pkgname=ruby-$_gemname
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('f837d479554768fbbda258914364ea452c7ba170')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:05:31
  Author: anatolik
Revision: 422760

upgpkg: ruby-gio2 3.3.1-1

upgpkg: ruby-gio2 3.3.1-1

Modified:
  ruby-gio2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 21:05:07 UTC (rev 422759)
+++ PKGBUILD2019-01-12 21:05:31 UTC (rev 422760)
@@ -2,8 +2,8 @@
 
 _gemname=gio2
 pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('59319c78196dbfffb1342afd4e6add7c50198b59')
+sha1sums=('792cf2e90167c5f9cc6b8391037a1c5ac9ff078a')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-gobject-introspection/trunk (PKGBUILD)

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:04:22
  Author: anatolik
Revision: 422758

upgpkg: ruby-gobject-introspection 3.3.1-1

upgpkg: ruby-gobject-introspection 3.3.1-1

Modified:
  ruby-gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 21:03:53 UTC (rev 422757)
+++ PKGBUILD2019-01-12 21:04:22 UTC (rev 422758)
@@ -2,8 +2,8 @@
 
 _gemname=gobject-introspection
 pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('a1d1945713abf661f1bd0eb14909a71fb21e0a47')
+sha1sums=('f837d479554768fbbda258914364ea452c7ba170')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:03:53
  Author: anatolik
Revision: 422757

archrelease: copy trunk to community-x86_64

Added:
  ruby-atk/repos/community-x86_64/PKGBUILD
(from rev 422756, ruby-atk/trunk/PKGBUILD)
Deleted:
  ruby-atk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 21:03:06 UTC (rev 422756)
+++ PKGBUILD2019-01-12 21:03:53 UTC (rev 422757)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=atk
-pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby atk ruby-glib2=$pkgver)
-makedepends=(ruby-native-package-installer ruby-rake)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('d2cdbd81a7eacd8f4c7eb87fe6107167a77a022c')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-atk/repos/community-x86_64/PKGBUILD (from rev 422756, 
ruby-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 21:03:53 UTC (rev 422757)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby atk ruby-glib2=$pkgver)
+makedepends=(ruby-native-package-installer ruby-rake)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('23d8cb47b31d88ff22ebf2df12330eb1938ba1ab')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:03:06
  Author: anatolik
Revision: 422756

upgpkg: ruby-atk 3.3.1-1

upgpkg: ruby-atk 3.3.1-1

Modified:
  ruby-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 21:02:42 UTC (rev 422755)
+++ PKGBUILD2019-01-12 21:03:06 UTC (rev 422756)
@@ -3,8 +3,8 @@
 
 _gemname=atk
 pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('d2cdbd81a7eacd8f4c7eb87fe6107167a77a022c')
+sha1sums=('23d8cb47b31d88ff22ebf2df12330eb1938ba1ab')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:02:42
  Author: anatolik
Revision: 422755

archrelease: copy trunk to community-x86_64

Added:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 422754, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 422754, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

+
 0001-glib2-support-GLib-2.44.patch |   76 +--
 PKGBUILD   |   44 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: 0001-glib2-support-GLib-2.44.patch
===
--- 0001-glib2-support-GLib-2.44.patch  2019-01-12 21:01:58 UTC (rev 422754)
+++ 0001-glib2-support-GLib-2.44.patch  2019-01-12 21:02:42 UTC (rev 422755)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch 
(from rev 422754, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- 0001-glib2-support-GLib-2.44.patch  (rev 0)
+++ 0001-glib2-support-GLib-2.44.patch  2019-01-12 21:02:42 UTC (rev 422755)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 21:01:58 UTC (rev 422754)
+++ PKGBUILD2019-01-12 21:02:42 UTC (rev 422755)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby glib2 ruby-pkg-config ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('20dceeff554e887c88d4fe653a99d5f8d288b31f')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --no-document --ignore-dependencies --no-user-install -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-glib2/repos/community-x86_64/PKGBUILD (from rev 422754, 
ruby-glib2/trunk/PKGBUILD)
===
--- PKGBUILD

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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 21:01:58
  Author: anatolik
Revision: 422754

upgpkg: ruby-glib2 3.3.1-1

upgpkg: ruby-glib2 3.3.1-1

Modified:
  ruby-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 20:34:42 UTC (rev 422753)
+++ PKGBUILD2019-01-12 21:01:58 UTC (rev 422754)
@@ -3,8 +3,8 @@
 
 _gemname=glib2
 pkgname=ruby-$_gemname
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
 arch=(x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('20dceeff554e887c88d4fe653a99d5f8d288b31f')
+sha1sums=('190fa1234dc6240ff2b3e01eebdbccb29acc04f2')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in dbeaver/repos/community-testing-x86_64 (12 files)

2019-01-12 Thread Fabio Castelli via arch-commits
Date: Saturday, January 12, 2019 @ 20:34:42
  Author: muflone
Revision: 422753

archrelease: copy trunk to community-testing-x86_64

Added:
  dbeaver/repos/community-testing-x86_64/PKGBUILD
(from rev 422752, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
(from rev 422752, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
(from rev 422752, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-testing-x86_64/dbeaver.install
(from rev 422752, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
(from rev 422752, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-testing-x86_64/dbeaver_DataTypeConverter.patch
(from rev 422752, dbeaver/trunk/dbeaver_DataTypeConverter.patch)
Deleted:
  dbeaver/repos/community-testing-x86_64/PKGBUILD
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
  dbeaver/repos/community-testing-x86_64/dbeaver.install
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-testing-x86_64/dbeaver_DataTypeConverter.patch

-+
 PKGBUILD|  212 +++---
 dbeaver.desktop |   18 +-
 dbeaver.hook|   24 +--
 dbeaver.install |   10 -
 dbeaver_DataTypeConverter.patch |  268 +++---
 5 files changed, 266 insertions(+), 266 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 20:21:44 UTC (rev 422752)
+++ PKGBUILD2019-01-12 20:34:42 UTC (rev 422753)
@@ -1,106 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=5.3.1
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="http://dbeaver.jkiss.org/;
-license=("Apache")
-depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache' 'libsecret')
-makedepends=('maven' 'java-environment>=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"${pkgname}.install"
-"${pkgname}_DataTypeConverter.patch")
-sha256sums=('28da2788ffba1eff06c9547dd201303477a67ff0f3a9927ac413600bcbb7e249'
-'8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab'
-'f3eec152f885dfb85b3e09d263f5099c6946a1bc625bb91db4a885132e032712')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-  # Install patches
-  cd "${pkgname}-${pkgver}"
-  patch -p1 -i "${srcdir}/${pkgname}_DataTypeConverter.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/standalone"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 755 -d "${pkgdir}/usr/share/licenses"
-  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Install icons
-  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
-  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
-
-  # Install executable files into /usr/bin
-  install -m 755 -d "${pkgdir}/usr/bin"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # Install 

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

2019-01-12 Thread Fabio Castelli via arch-commits
Date: Saturday, January 12, 2019 @ 20:21:44
  Author: muflone
Revision: 422752

upgpkg: dbeaver 5.3.2-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 20:11:36 UTC (rev 422751)
+++ PKGBUILD2019-01-12 20:21:44 UTC (rev 422752)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.hook"
 "${pkgname}.install"
 "${pkgname}_DataTypeConverter.patch")
-sha256sums=('28da2788ffba1eff06c9547dd201303477a67ff0f3a9927ac413600bcbb7e249'
+sha256sums=('c59121f9857aa93f0a01ee9a0f934df8ea2f2b594147b7c94b7167bad8a6'
 '8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'


[arch-commits] Commit in dbeaver/repos/community-testing-x86_64 (12 files)

2019-01-12 Thread Fabio Castelli via arch-commits
Date: Saturday, January 12, 2019 @ 20:11:36
  Author: muflone
Revision: 422751

archrelease: copy trunk to community-testing-x86_64

Added:
  dbeaver/repos/community-testing-x86_64/PKGBUILD
(from rev 422750, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
(from rev 422750, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
(from rev 422750, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-testing-x86_64/dbeaver.install
(from rev 422750, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
(from rev 422750, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-testing-x86_64/dbeaver_DataTypeConverter.patch
(from rev 422750, dbeaver/trunk/dbeaver_DataTypeConverter.patch)
Deleted:
  dbeaver/repos/community-testing-x86_64/PKGBUILD
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
  dbeaver/repos/community-testing-x86_64/dbeaver.install
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-testing-x86_64/dbeaver_DataTypeConverter.patch

-+
 PKGBUILD|  212 +++---
 dbeaver.desktop |   18 +-
 dbeaver.hook|   24 +--
 dbeaver.install |   10 -
 dbeaver_DataTypeConverter.patch |  268 +++---
 5 files changed, 266 insertions(+), 266 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 20:01:19 UTC (rev 422750)
+++ PKGBUILD2019-01-12 20:11:36 UTC (rev 422751)
@@ -1,106 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=5.3.0
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="http://dbeaver.jkiss.org/;
-license=("Apache")
-depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache' 'libsecret')
-makedepends=('maven' 'java-environment>=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"${pkgname}.install"
-"${pkgname}_DataTypeConverter.patch")
-sha256sums=('ef6fd3c1febd6b3b10adfff779c390e2b3889f9a1870aea12c9631c8726b9e15'
-'8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab'
-'f3eec152f885dfb85b3e09d263f5099c6946a1bc625bb91db4a885132e032712')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-  # Install patches
-  cd "${pkgname}-${pkgver}"
-  patch -p1 -i "${srcdir}/${pkgname}_DataTypeConverter.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/standalone"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 755 -d "${pkgdir}/usr/share/licenses"
-  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Install icons
-  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
-  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
-
-  # Install executable files into /usr/bin
-  install -m 755 -d "${pkgdir}/usr/bin"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # Install 

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

2019-01-12 Thread Fabio Castelli via arch-commits
Date: Saturday, January 12, 2019 @ 20:01:19
  Author: muflone
Revision: 422750

upgpkg: dbeaver 5.3.1-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 19:52:48 UTC (rev 422749)
+++ PKGBUILD2019-01-12 20:01:19 UTC (rev 422750)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=5.3.0
+pkgver=5.3.1
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.hook"
 "${pkgname}.install"
 "${pkgname}_DataTypeConverter.patch")
-sha256sums=('ef6fd3c1febd6b3b10adfff779c390e2b3889f9a1870aea12c9631c8726b9e15'
+sha256sums=('28da2788ffba1eff06c9547dd201303477a67ff0f3a9927ac413600bcbb7e249'
 '8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 19:52:48
  Author: anatolik
Revision: 422749

archrelease: copy trunk to community-x86_64

Added:
  crash/repos/community-x86_64/PKGBUILD
(from rev 422748, crash/trunk/PKGBUILD)
Deleted:
  crash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 19:52:18 UTC (rev 422748)
+++ PKGBUILD2019-01-12 19:52:48 UTC (rev 422749)
@@ -1,35 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Bernhard Walle 
-# Contributor: Michael Eckert 
-# Contributor: Mathieu Pasquet 
-
-pkgname=crash
-pkgver=7.2.4
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('3ecc778b6aaabc11997315fb5be292734d7d8db0936294d4ed790c24beae9ab7')
-
-prepare() {
-  cd crash-$pkgver
-
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
-  install crash "$pkgdir"/usr/bin/
-  install crash.8 "$pkgdir"/usr/share/man/man8/
-}

Copied: crash/repos/community-x86_64/PKGBUILD (from rev 422748, 
crash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 19:52:48 UTC (rev 422749)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Bernhard Walle 
+# Contributor: Michael Eckert 
+# Contributor: Mathieu Pasquet 
+
+pkgname=crash
+pkgver=7.2.5
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('3bef223a12a5bca1c83d16509de537f7d41cf32c421ab007480f1ecdf775e97d')
+
+prepare() {
+  cd crash-$pkgver
+
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
+  install crash "$pkgdir"/usr/bin/
+  install crash.8 "$pkgdir"/usr/share/man/man8/
+}


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 19:52:18
  Author: anatolik
Revision: 422748

upgpkg: crash 7.2.5-1

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 19:49:22 UTC (rev 422747)
+++ PKGBUILD2019-01-12 19:52:18 UTC (rev 422748)
@@ -4,7 +4,7 @@
 # Contributor: Mathieu Pasquet 
 
 pkgname=crash
-pkgver=7.2.4
+pkgver=7.2.5
 pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='http://people.redhat.com/~anderson'
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(xz ncurses zlib)
 source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('3ecc778b6aaabc11997315fb5be292734d7d8db0936294d4ed790c24beae9ab7')
+sha256sums=('3bef223a12a5bca1c83d16509de537f7d41cf32c421ab007480f1ecdf775e97d')
 
 prepare() {
   cd crash-$pkgver


[arch-commits] Commit in dbeaver/repos/community-testing-x86_64 (12 files)

2019-01-12 Thread Fabio Castelli via arch-commits
Date: Saturday, January 12, 2019 @ 19:49:22
  Author: muflone
Revision: 422747

archrelease: copy trunk to community-testing-x86_64

Added:
  dbeaver/repos/community-testing-x86_64/PKGBUILD
(from rev 422746, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
(from rev 422746, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
(from rev 422746, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-testing-x86_64/dbeaver.install
(from rev 422746, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
(from rev 422746, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-testing-x86_64/dbeaver_DataTypeConverter.patch
(from rev 422746, dbeaver/trunk/dbeaver_DataTypeConverter.patch)
Deleted:
  dbeaver/repos/community-testing-x86_64/PKGBUILD
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
  dbeaver/repos/community-testing-x86_64/dbeaver.install
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-testing-x86_64/dbeaver_DataTypeConverter.patch

-+
 PKGBUILD|  212 +++---
 dbeaver.desktop |   18 +-
 dbeaver.hook|   24 +--
 dbeaver.install |   10 -
 dbeaver_DataTypeConverter.patch |  268 +++---
 5 files changed, 266 insertions(+), 266 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 19:49:09 UTC (rev 422746)
+++ PKGBUILD2019-01-12 19:49:22 UTC (rev 422747)
@@ -1,106 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=5.2.5
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="http://dbeaver.jkiss.org/;
-license=("Apache")
-depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache' 'libsecret')
-makedepends=('maven' 'java-environment>=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"${pkgname}.install"
-"${pkgname}_DataTypeConverter.patch")
-sha256sums=('c52ccf07c0498744b91a26cedc37ed1f83b66f2d24a9d0595527394fbfc58928'
-'8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab'
-'f3eec152f885dfb85b3e09d263f5099c6946a1bc625bb91db4a885132e032712')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-  # Install patches
-  cd "${pkgname}-${pkgver}"
-  patch -p1 -i "${srcdir}/${pkgname}_DataTypeConverter.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/standalone"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 755 -d "${pkgdir}/usr/share/licenses"
-  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Install icons
-  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
-  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
-
-  # Install executable files into /usr/bin
-  install -m 755 -d "${pkgdir}/usr/bin"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # Install 

[arch-commits] Commit in (5 files)

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 19:48:33
  Author: archange
Revision: 422744

Initial addition of tpm2-tss to [community]

Added:
  tpm2-tss/
  tpm2-tss/repos/
  tpm2-tss/trunk/
  tpm2-tss/trunk/PKGBUILD
  tpm2-tss/trunk/tpm2-tss-1234.patch

-+
 PKGBUILD|   39 
 tpm2-tss-1234.patch |  153 ++
 2 files changed, 192 insertions(+)

Added: tpm2-tss/trunk/PKGBUILD
===
--- tpm2-tss/trunk/PKGBUILD (rev 0)
+++ tpm2-tss/trunk/PKGBUILD 2019-01-12 19:48:33 UTC (rev 422744)
@@ -0,0 +1,39 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=tpm2-tss
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Implementation of the TCG Trusted Platform Module 2.0 Software Stack 
(TSS2)"
+arch=('x86_64')
+url="https://github.com/tpm2-software/tpm2-tss;
+license=('BSD')
+depends=('uriparser' 'libgcrypt' 'uthash')
+checkdepends=('openssl' 'cmocka' 'iproute2' 'ibm-sw-tpm2' 'procps-ng')
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'tpm2-tss-1234.patch') # From 
https://patch-diff.githubusercontent.com/raw/tpm2-software/tpm2-tss/pull/1234.patch
+sha256sums=('a50b8dbd51f0c274cf874351786ed252c5024c952bf699fbd595ac292a27ab19' 
'SKIP'
+'0998c82d37ff5d3f521b978bfd3c01ca83ec82e020cff4807b03d1935bccd7fe')
+validpgpkeys=('D760B790CCF0A41CBE7B047C316CC1FB24ABDC72') # Tadeusz Struk 

+
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../tpm2-tss-1234.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --with-udevrulesprefix=60- --enable-unit 
--enable-integration
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}

Added: tpm2-tss/trunk/tpm2-tss-1234.patch
===
--- tpm2-tss/trunk/tpm2-tss-1234.patch  (rev 0)
+++ tpm2-tss/trunk/tpm2-tss-1234.patch  2019-01-12 19:48:33 UTC (rev 422744)
@@ -0,0 +1,153 @@
+From a8403c1de03ab41fd262c65e6b37e6ab430f1b42 Mon Sep 17 00:00:00 2001
+From: Jonas Witschel 
+Date: Thu, 27 Dec 2018 23:31:41 +0100
+Subject: [PATCH 1/3] test: restrict netstat listing to IPv4
+
+netstat shows both IPv4 and IPv6 bindings for tpm_server, but the
+tests only connect to the simulator using IPv4. If binding to the
+desired port only works for the IPv6 interface, we need to retry
+with a different port instead of erroneously proceeding with the
+test.
+
+Fixes #1227.
+
+Signed-off-by: Jonas Witschel 
+---
+ script/int-log-compiler.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/script/int-log-compiler.sh b/script/int-log-compiler.sh
+index 4077fd41..0e964b77 100755
+--- a/script/int-log-compiler.sh
 b/script/int-log-compiler.sh
+@@ -202,9 +202,9 @@ for i in $(seq ${BACKOFF_MAX}); do
+ fi
+ PID=$(cat ${SIM_PID_FILE})
+ echo "simulator PID: ${PID}";
+-netstat -ltpn 2> /dev/null | grep "${PID}" | grep -q "${SIM_PORT_DATA}"
++netstat -lt4pn 2> /dev/null | grep "${PID}" | grep -q "${SIM_PORT_DATA}"
+ ret_data=$?
+-netstat -ltpn 2> /dev/null | grep "${PID}" | grep -q "${SIM_PORT_CMD}"
++netstat -lt4pn 2> /dev/null | grep "${PID}" | grep -q "${SIM_PORT_CMD}"
+ ret_cmd=$?
+ if [ \( $ret_data -eq 0 \) -a \( $ret_cmd -eq 0 \) ]; then
+ echo "Simulator with PID ${PID} bound to port ${SIM_PORT_DATA} and " \
+
+From 5914160819e065fed2998ba38dcb990105ea8b2c Mon Sep 17 00:00:00 2001
+From: Jonas Witschel 
+Date: Thu, 27 Dec 2018 23:53:21 +0100
+Subject: [PATCH 2/3] test: replace netstat by ss
+
+netstat is deprecated in favour of ss, see the netstat man page.
+
+Signed-off-by: Jonas Witschel 
+---
+ INSTALL.md | 4 ++--
+ configure.ac   | 2 +-
+ script/int-log-compiler.sh | 8 
+ 4 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/INSTALL.md b/INSTALL.md
+index 98ce298c..1cf00cef 100644
+--- a/INSTALL.md
 b/INSTALL.md
+@@ -22,7 +22,7 @@ The following are dependencies only required when building 
test suites.
+ * OpenSSL development libraries and header files
+ * Unit test suite (see ./configure option --enable-unit):
+ * cmocka unit test framework, version >= 1.0
+-* netstat executable (usually in the net-tools package)
++* ss executable (usually in the iproute2 package)
+ * Code coverage analysis:
+ * lcov
+ * uthash development libraries and header files
+@@ -36,7 +36,7 @@ $ sudo apt -y install \
+   autoconf-archive \
+   libcmocka0 \
+   libcmocka-dev \
+-  net-tools \
++  iproute2 \
+   build-essential \
+   git \
+   pkg-config \
+diff --git a/configure.ac b/configure.ac

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

2019-01-12 Thread Fabio Castelli via arch-commits
Date: Saturday, January 12, 2019 @ 19:48:54
  Author: muflone
Revision: 422745

upgpkg: dbeaver 5.3.0-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 19:48:33 UTC (rev 422744)
+++ PKGBUILD2019-01-12 19:48:54 UTC (rev 422745)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=5.2.5
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.hook"
 "${pkgname}.install"
 "${pkgname}_DataTypeConverter.patch")
-sha256sums=('c52ccf07c0498744b91a26cedc37ed1f83b66f2d24a9d0595527394fbfc58928'
+sha256sums=('ef6fd3c1febd6b3b10adfff779c390e2b3889f9a1870aea12c9631c8726b9e15'
 '8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'


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

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 19:49:09
  Author: archange
Revision: 422746

archrelease: copy trunk to community-x86_64

Added:
  tpm2-tss/repos/community-x86_64/
  tpm2-tss/repos/community-x86_64/PKGBUILD
(from rev 422745, tpm2-tss/trunk/PKGBUILD)
  tpm2-tss/repos/community-x86_64/tpm2-tss-1234.patch
(from rev 422745, tpm2-tss/trunk/tpm2-tss-1234.patch)

-+
 PKGBUILD|   39 
 tpm2-tss-1234.patch |  153 ++
 2 files changed, 192 insertions(+)

Copied: tpm2-tss/repos/community-x86_64/PKGBUILD (from rev 422745, 
tpm2-tss/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-01-12 19:49:09 UTC (rev 422746)
@@ -0,0 +1,39 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=tpm2-tss
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Implementation of the TCG Trusted Platform Module 2.0 Software Stack 
(TSS2)"
+arch=('x86_64')
+url="https://github.com/tpm2-software/tpm2-tss;
+license=('BSD')
+depends=('uriparser' 'libgcrypt' 'uthash')
+checkdepends=('openssl' 'cmocka' 'iproute2' 'ibm-sw-tpm2' 'procps-ng')
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'tpm2-tss-1234.patch') # From 
https://patch-diff.githubusercontent.com/raw/tpm2-software/tpm2-tss/pull/1234.patch
+sha256sums=('a50b8dbd51f0c274cf874351786ed252c5024c952bf699fbd595ac292a27ab19' 
'SKIP'
+'0998c82d37ff5d3f521b978bfd3c01ca83ec82e020cff4807b03d1935bccd7fe')
+validpgpkeys=('D760B790CCF0A41CBE7B047C316CC1FB24ABDC72') # Tadeusz Struk 

+
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i ../tpm2-tss-1234.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --with-udevrulesprefix=60- --enable-unit 
--enable-integration
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}

Copied: tpm2-tss/repos/community-x86_64/tpm2-tss-1234.patch (from rev 422745, 
tpm2-tss/trunk/tpm2-tss-1234.patch)
===
--- community-x86_64/tpm2-tss-1234.patch(rev 0)
+++ community-x86_64/tpm2-tss-1234.patch2019-01-12 19:49:09 UTC (rev 
422746)
@@ -0,0 +1,153 @@
+From a8403c1de03ab41fd262c65e6b37e6ab430f1b42 Mon Sep 17 00:00:00 2001
+From: Jonas Witschel 
+Date: Thu, 27 Dec 2018 23:31:41 +0100
+Subject: [PATCH 1/3] test: restrict netstat listing to IPv4
+
+netstat shows both IPv4 and IPv6 bindings for tpm_server, but the
+tests only connect to the simulator using IPv4. If binding to the
+desired port only works for the IPv6 interface, we need to retry
+with a different port instead of erroneously proceeding with the
+test.
+
+Fixes #1227.
+
+Signed-off-by: Jonas Witschel 
+---
+ script/int-log-compiler.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/script/int-log-compiler.sh b/script/int-log-compiler.sh
+index 4077fd41..0e964b77 100755
+--- a/script/int-log-compiler.sh
 b/script/int-log-compiler.sh
+@@ -202,9 +202,9 @@ for i in $(seq ${BACKOFF_MAX}); do
+ fi
+ PID=$(cat ${SIM_PID_FILE})
+ echo "simulator PID: ${PID}";
+-netstat -ltpn 2> /dev/null | grep "${PID}" | grep -q "${SIM_PORT_DATA}"
++netstat -lt4pn 2> /dev/null | grep "${PID}" | grep -q "${SIM_PORT_DATA}"
+ ret_data=$?
+-netstat -ltpn 2> /dev/null | grep "${PID}" | grep -q "${SIM_PORT_CMD}"
++netstat -lt4pn 2> /dev/null | grep "${PID}" | grep -q "${SIM_PORT_CMD}"
+ ret_cmd=$?
+ if [ \( $ret_data -eq 0 \) -a \( $ret_cmd -eq 0 \) ]; then
+ echo "Simulator with PID ${PID} bound to port ${SIM_PORT_DATA} and " \
+
+From 5914160819e065fed2998ba38dcb990105ea8b2c Mon Sep 17 00:00:00 2001
+From: Jonas Witschel 
+Date: Thu, 27 Dec 2018 23:53:21 +0100
+Subject: [PATCH 2/3] test: replace netstat by ss
+
+netstat is deprecated in favour of ss, see the netstat man page.
+
+Signed-off-by: Jonas Witschel 
+---
+ INSTALL.md | 4 ++--
+ configure.ac   | 2 +-
+ script/int-log-compiler.sh | 8 
+ 4 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/INSTALL.md b/INSTALL.md
+index 98ce298c..1cf00cef 100644
+--- a/INSTALL.md
 b/INSTALL.md
+@@ -22,7 +22,7 @@ The following are dependencies only required when building 
test suites.
+ * OpenSSL development libraries and header files
+ * Unit test suite (see ./configure option --enable-unit):
+ * cmocka unit test framework, version >= 1.0
+-* netstat executable (usually in the net-tools package)
++* ss executable (usually in the iproute2 package)
+ * Code coverage analysis:
+ * lcov
+ 

[arch-commits] Commit in python-jsonrpc-server/repos (2 files)

2019-01-12 Thread Maxim Baz via arch-commits
Date: Saturday, January 12, 2019 @ 19:33:50
  Author: maximbaz
Revision: 422743

archrelease: copy trunk to community-staging-any

Added:
  python-jsonrpc-server/repos/community-staging-any/
  python-jsonrpc-server/repos/community-staging-any/PKGBUILD
(from rev 422742, python-jsonrpc-server/trunk/PKGBUILD)

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

Copied: python-jsonrpc-server/repos/community-staging-any/PKGBUILD (from rev 
422742, python-jsonrpc-server/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-01-12 19:33:50 UTC (rev 422743)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: fenuks
+
+pkgbase=python-jsonrpc-server
+pkgname=(python-jsonrpc-server python2-jsonrpc-server)
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-jsonrpc-server;
+license=("MIT")
+makedepends=("python" "python-setuptools"
+ "python2" "python2-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock"
+  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes" "python2-mock" "python2-futures")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('4567f6af2b0691148308e50ab5ea6020eae231225fa72d7b34726900ab0dab83')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+py.test
+py.test2
+}
+
+package_python-jsonrpc-server() {
+depends=("python" "python-future")
+cd "${pkgbase}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jsonrpc-server() {
+depends=("python2" "python2-future")
+cd "${pkgbase}-${pkgver}"
+python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-jsonrpc-server/repos (2 files)

2019-01-12 Thread Maxim Baz via arch-commits
Date: Saturday, January 12, 2019 @ 19:25:06
  Author: maximbaz
Revision: 422742

archrelease: copy trunk to staging-any

Added:
  python-jsonrpc-server/repos/staging-any/
  python-jsonrpc-server/repos/staging-any/PKGBUILD
(from rev 422741, python-jsonrpc-server/trunk/PKGBUILD)

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

Copied: python-jsonrpc-server/repos/staging-any/PKGBUILD (from rev 422741, 
python-jsonrpc-server/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2019-01-12 19:25:06 UTC (rev 422742)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: fenuks
+
+pkgbase=python-jsonrpc-server
+pkgname=(python-jsonrpc-server python2-jsonrpc-server)
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-jsonrpc-server;
+license=("MIT")
+makedepends=("python" "python-setuptools"
+ "python2" "python2-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock"
+  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes" "python2-mock" "python2-futures")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('4567f6af2b0691148308e50ab5ea6020eae231225fa72d7b34726900ab0dab83')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+py.test
+py.test2
+}
+
+package_python-jsonrpc-server() {
+depends=("python" "python-future")
+cd "${pkgbase}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jsonrpc-server() {
+depends=("python2" "python2-future")
+cd "${pkgbase}-${pkgver}"
+python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-jsonrpc-server/trunk (PKGBUILD)

2019-01-12 Thread Maxim Baz via arch-commits
Date: Saturday, January 12, 2019 @ 19:10:10
  Author: maximbaz
Revision: 422740

upgpkg: python-jsonrpc-server 0.1.0-1

Modified:
  python-jsonrpc-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 19:06:35 UTC (rev 422739)
+++ PKGBUILD2019-01-12 19:10:10 UTC (rev 422740)
@@ -3,7 +3,7 @@
 
 pkgbase=python-jsonrpc-server
 pkgname=(python-jsonrpc-server python2-jsonrpc-server)
-pkgver=0.0.2
+pkgver=0.1.0
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -11,10 +11,10 @@
 license=("MIT")
 makedepends=("python" "python-setuptools"
  "python2" "python2-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock" 
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock"
   "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes" "python2-mock" "python2-futures")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('fc1ea9cd58a6959cbf555d2ba7f3605694b54a372a9c7a7d69dd6577d6d214a2')
+sha256sums=('4567f6af2b0691148308e50ab5ea6020eae231225fa72d7b34726900ab0dab83')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in python-jsonrpc-server/repos/community-any (PKGBUILD PKGBUILD)

2019-01-12 Thread Maxim Baz via arch-commits
Date: Saturday, January 12, 2019 @ 19:10:17
  Author: maximbaz
Revision: 422741

archrelease: copy trunk to community-any

Added:
  python-jsonrpc-server/repos/community-any/PKGBUILD
(from rev 422740, python-jsonrpc-server/trunk/PKGBUILD)
Deleted:
  python-jsonrpc-server/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 19:10:10 UTC (rev 422740)
+++ PKGBUILD2019-01-12 19:10:17 UTC (rev 422741)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: fenuks
-
-pkgbase=python-jsonrpc-server
-pkgname=(python-jsonrpc-server python2-jsonrpc-server)
-pkgver=0.0.2
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-jsonrpc-server;
-license=("MIT")
-makedepends=("python" "python-setuptools"
- "python2" "python2-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock" 
-  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes" "python2-mock" "python2-futures")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('fc1ea9cd58a6959cbf555d2ba7f3605694b54a372a9c7a7d69dd6577d6d214a2')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-py.test
-py.test2
-}
-
-package_python-jsonrpc-server() {
-depends=("python" "python-future")
-cd "${pkgbase}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-jsonrpc-server() {
-depends=("python2" "python2-future")
-cd "${pkgbase}-${pkgver}"
-python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-jsonrpc-server/repos/community-any/PKGBUILD (from rev 422740, 
python-jsonrpc-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 19:10:17 UTC (rev 422741)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: fenuks
+
+pkgbase=python-jsonrpc-server
+pkgname=(python-jsonrpc-server python2-jsonrpc-server)
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-jsonrpc-server;
+license=("MIT")
+makedepends=("python" "python-setuptools"
+ "python2" "python2-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock"
+  "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" 
"python2-pyflakes" "python2-mock" "python2-futures")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('4567f6af2b0691148308e50ab5ea6020eae231225fa72d7b34726900ab0dab83')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+py.test
+py.test2
+}
+
+package_python-jsonrpc-server() {
+depends=("python" "python-future")
+cd "${pkgbase}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jsonrpc-server() {
+depends=("python2" "python2-future")
+cd "${pkgbase}-${pkgver}"
+python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-01-12 Thread Brett Cornwall via arch-commits
Date: Saturday, January 12, 2019 @ 19:06:26
  Author: ainola
Revision: 422738

upgpkg: urlscan 0.9.1-3

GPL -> GPL2, rm useless check()

Modified:
  urlscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 19:00:28 UTC (rev 422737)
+++ PKGBUILD2019-01-12 19:06:26 UTC (rev 422738)
@@ -2,11 +2,11 @@
 
 pkgname=urlscan
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Mutt and terminal url selector"
 url="https://github.com/firecat53/urlscan;
 arch=('any')
-license=('GPL')
+license=('GPL2')
 depends=('python-urwid')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
@@ -17,11 +17,6 @@
 python setup.py build
 }
 
-check() {
-cd "$pkgname-$pkgver"
-python setup.py test
-}
-
 package() {
 cd "$pkgname-$pkgver"
 python setup.py install --root="$pkgdir/" --optimize=1 --skip-build


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

2019-01-12 Thread Brett Cornwall via arch-commits
Date: Saturday, January 12, 2019 @ 19:06:35
  Author: ainola
Revision: 422739

archrelease: copy trunk to community-any

Added:
  urlscan/repos/community-any/PKGBUILD
(from rev 422738, urlscan/trunk/PKGBUILD)
Deleted:
  urlscan/repos/community-any/PKGBUILD

--+
 PKGBUILD |   51 +++
 1 file changed, 23 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 19:06:26 UTC (rev 422738)
+++ PKGBUILD2019-01-12 19:06:35 UTC (rev 422739)
@@ -1,28 +0,0 @@
-# Maintainer: Ainola 
-
-pkgname=urlscan
-pkgver=0.9.1
-pkgrel=2
-pkgdesc="Mutt and terminal url selector"
-url="https://github.com/firecat53/urlscan;
-arch=('any')
-license=('GPL')
-depends=('python-urwid')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
-sha256sums=('6d5c2537e1f05a3419d5dcac341c3d692d5c25a8549ab82a63b112af91ff332c')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-check() {
-cd "$pkgname-$pkgver"
-python setup.py test
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: urlscan/repos/community-any/PKGBUILD (from rev 422738, 
urlscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 19:06:35 UTC (rev 422739)
@@ -0,0 +1,23 @@
+# Maintainer: Ainola 
+
+pkgname=urlscan
+pkgver=0.9.1
+pkgrel=3
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan;
+arch=('any')
+license=('GPL2')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
+sha256sums=('6d5c2537e1f05a3419d5dcac341c3d692d5c25a8549ab82a63b112af91ff332c')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2019-01-12 Thread Brett Cornwall via arch-commits
Date: Saturday, January 12, 2019 @ 19:00:28
  Author: ainola
Revision: 422737

archrelease: copy trunk to community-any

Added:
  urlscan/repos/community-any/
  urlscan/repos/community-any/PKGBUILD
(from rev 422736, urlscan/trunk/PKGBUILD)

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

Copied: urlscan/repos/community-any/PKGBUILD (from rev 422736, 
urlscan/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-01-12 19:00:28 UTC (rev 422737)
@@ -0,0 +1,28 @@
+# Maintainer: Ainola 
+
+pkgname=urlscan
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan;
+arch=('any')
+license=('GPL')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
+sha256sums=('6d5c2537e1f05a3419d5dcac341c3d692d5c25a8549ab82a63b112af91ff332c')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+check() {
+cd "$pkgname-$pkgver"
+python setup.py test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2019-01-12 Thread Brett Cornwall via arch-commits
Date: Saturday, January 12, 2019 @ 18:56:51
  Author: ainola
Revision: 422736

Add urlscan from AUR (14 votes)

Added:
  urlscan/
  urlscan/repos/
  urlscan/trunk/
  urlscan/trunk/PKGBUILD

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

Added: urlscan/trunk/PKGBUILD
===
--- urlscan/trunk/PKGBUILD  (rev 0)
+++ urlscan/trunk/PKGBUILD  2019-01-12 18:56:51 UTC (rev 422736)
@@ -0,0 +1,28 @@
+# Maintainer: Ainola 
+
+pkgname=urlscan
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan;
+arch=('any')
+license=('GPL')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
+sha256sums=('6d5c2537e1f05a3419d5dcac341c3d692d5c25a8549ab82a63b112af91ff332c')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+check() {
+cd "$pkgname-$pkgver"
+python setup.py test
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


[arch-commits] Commit in dbeaver/repos (7 files)

2019-01-12 Thread Fabio Castelli via arch-commits
Date: Saturday, January 12, 2019 @ 18:54:00
  Author: muflone
Revision: 422733

archrelease: copy trunk to community-testing-x86_64

Added:
  dbeaver/repos/community-testing-x86_64/
  dbeaver/repos/community-testing-x86_64/PKGBUILD
(from rev 422732, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
(from rev 422732, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
(from rev 422732, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-testing-x86_64/dbeaver.install
(from rev 422732, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
(from rev 422732, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-testing-x86_64/dbeaver_DataTypeConverter.patch
(from rev 422732, dbeaver/trunk/dbeaver_DataTypeConverter.patch)

-+
 PKGBUILD|  106 ++
 dbeaver.desktop |9 ++
 dbeaver.hook|   12 +++
 dbeaver.install |5 +
 dbeaver_DataTypeConverter.patch |  134 ++
 5 files changed, 266 insertions(+)

Copied: dbeaver/repos/community-testing-x86_64/PKGBUILD (from rev 422732, 
dbeaver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-12 18:54:00 UTC (rev 422733)
@@ -0,0 +1,106 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Arne Hoch 
+
+pkgname=dbeaver
+pkgver=5.2.5
+pkgrel=1
+pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
+arch=('x86_64')
+url="http://dbeaver.jkiss.org/;
+license=("Apache")
+depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache' 'libsecret')
+makedepends=('maven' 'java-environment>=8')
+optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
+'dbeaver-plugin-svg-format: save diagrams in SVG format')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
+"${pkgname}.desktop"
+"${pkgname}.profile.gz"
+"${pkgname}.hook"
+"${pkgname}.install"
+"${pkgname}_DataTypeConverter.patch")
+sha256sums=('c52ccf07c0498744b91a26cedc37ed1f83b66f2d24a9d0595527394fbfc58928'
+'8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
+'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
+'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
+'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab'
+'f3eec152f885dfb85b3e09d263f5099c6946a1bc625bb91db4a885132e032712')
+install="${pkgname}.install"
+
+prepare() {
+  # Fix version number in profile file
+  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
+sed "s/DBEAVER_VERSION/${pkgver}/g" |
+gzip -9 > "${pkgname}.profile-${pkgver}.gz"
+  # Install patches
+  cd "${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/${pkgname}_DataTypeConverter.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export MAVEN_OPTS="-Xmx2048m"
+  mvn --batch-mode package
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/product/standalone"
+  # Install icons into /usr/share/icons/hicolor
+  for _size in 16 32 48 64 128 256 512
+  do
+install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
+  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
+  done
+
+  # Move into the target directory
+  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
+
+  # Initially install everything into /usr/lib/dbeaver
+  install -m 755 -d "${pkgdir}/usr/lib"
+  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
+
+  # Move shared data to /usr/share/dbeaver
+  cd "${pkgdir}/usr/lib/${pkgname}"
+  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
+  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
+  do
+mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
+ln -s "/usr/share/${pkgname}/${_file}" .
+  done
+
+  # Install additional licenses
+  install -m 755 -d "${pkgdir}/usr/share/licenses"
+  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Install icons
+  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
+  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
+
+  # Install executable files into /usr/bin
+  install -m 755 -d "${pkgdir}/usr/bin"
+  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # Install application launcher into /usr/share/applications
+  install -m 755 -d "${pkgdir}/usr/share/applications"
+  install -m 755 -t "${pkgdir}/usr/share/applications" 
"${srcdir}/${pkgname}.desktop"
+
+  # Clean up and install 

[arch-commits] Commit in ibm-sw-tpm2/repos (2 files)

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 18:54:20
  Author: archange
Revision: 422735

archrelease: copy trunk to community-x86_64

Added:
  ibm-sw-tpm2/repos/community-x86_64/
  ibm-sw-tpm2/repos/community-x86_64/PKGBUILD
(from rev 422734, ibm-sw-tpm2/trunk/PKGBUILD)

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

Copied: ibm-sw-tpm2/repos/community-x86_64/PKGBUILD (from rev 422734, 
ibm-sw-tpm2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-01-12 18:54:20 UTC (rev 422735)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=ibm-sw-tpm2
+pkgver=1332
+pkgrel=1
+pkgdesc="An implementation of the TCG TPM 2.0 specification by IBM"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ibmswtpm2/;
+license=('BSD')
+depends=('openssl')
+source=("https://downloads.sourceforge.net/${pkgname//-}/ibmtpm${pkgver}.tar.gz;)
+sha256sums=('8e8193af3d11d9ff6a951dda8cd1f4693cb01934a8ad7876b84e92c6148ab0fd')
+
+prepare() {
+sed -e 's:$(CCFLAGS):& $(CFLAGS):' \
+-e 's:$(LNFLAGS):& $(LDFLAGS):' \
+-e 's:-Werror ::' -e 's:-ggdb -O0::' \
+-i src/makefile
+}
+
+build() {
+cd src
+make
+}
+
+package() {
+install -Dm755 src/tpm_server -t "${pkgdir}"/usr/bin/
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in (4 files)

2019-01-12 Thread Bruno Pagani via arch-commits
Date: Saturday, January 12, 2019 @ 18:54:03
  Author: archange
Revision: 422734

Initial addition of ibm-sw-tpm2 to [community]

Required as checkdep of several tpm projects.

Added:
  ibm-sw-tpm2/
  ibm-sw-tpm2/repos/
  ibm-sw-tpm2/trunk/
  ibm-sw-tpm2/trunk/PKGBUILD

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

Added: ibm-sw-tpm2/trunk/PKGBUILD
===
--- ibm-sw-tpm2/trunk/PKGBUILD  (rev 0)
+++ ibm-sw-tpm2/trunk/PKGBUILD  2019-01-12 18:54:03 UTC (rev 422734)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=ibm-sw-tpm2
+pkgver=1332
+pkgrel=1
+pkgdesc="An implementation of the TCG TPM 2.0 specification by IBM"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ibmswtpm2/;
+license=('BSD')
+depends=('openssl')
+source=("https://downloads.sourceforge.net/${pkgname//-}/ibmtpm${pkgver}.tar.gz;)
+sha256sums=('8e8193af3d11d9ff6a951dda8cd1f4693cb01934a8ad7876b84e92c6148ab0fd')
+
+prepare() {
+sed -e 's:$(CCFLAGS):& $(CFLAGS):' \
+-e 's:$(LNFLAGS):& $(LDFLAGS):' \
+-e 's:-Werror ::' -e 's:-ggdb -O0::' \
+-i src/makefile
+}
+
+build() {
+cd src
+make
+}
+
+package() {
+install -Dm755 src/tpm_server -t "${pkgdir}"/usr/bin/
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-01-12 Thread Fabio Castelli via arch-commits
Date: Saturday, January 12, 2019 @ 18:53:38
  Author: muflone
Revision: 422732

upgpkg: dbeaver 5.2.5-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 18:21:57 UTC (rev 422731)
+++ PKGBUILD2019-01-12 18:53:38 UTC (rev 422732)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=5.2.4
+pkgver=5.2.5
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.hook"
 "${pkgname}.install"
 "${pkgname}_DataTypeConverter.patch")
-sha256sums=('959aecbee0a1c0735595608bc3a08fb9ada6b30d953e4c10418eaa2f70ae634f'
+sha256sums=('c52ccf07c0498744b91a26cedc37ed1f83b66f2d24a9d0595527394fbfc58928'
 '8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'


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

2019-01-12 Thread Johannes Lƶthberg via arch-commits
Date: Saturday, January 12, 2019 @ 18:21:50
  Author: demize
Revision: 422730

upgpkg: python-bleach 3.1.0-1

Modified:
  python-bleach/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 17:53:01 UTC (rev 422729)
+++ PKGBUILD2019-01-12 18:21:50 UTC (rev 422730)
@@ -2,8 +2,8 @@
 
 pkgbase=python-bleach
 pkgname=(python-bleach python2-bleach)
-pkgver=3.0.2
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
 
 pkgdesc="An easy whitelist-based HTML-sanitizing tool"
 url="https://pypi.org/project/bleach/;
@@ -20,7 +20,7 @@
 
 source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
 
-sha256sums=('48d39675b80a75f6d1c3bdbffec791cf0bbbab665cf01e20da701c77de278718')
+sha256sums=('3fdf7f77adcf649c9911387df51254b813185e32b2c6619f690b593a617e19fa')
 
 prepare() {
cp -a bleach-$pkgver{,-python2}


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

2019-01-12 Thread Johannes Lƶthberg via arch-commits
Date: Saturday, January 12, 2019 @ 18:21:57
  Author: demize
Revision: 422731

archrelease: copy trunk to community-any

Added:
  python-bleach/repos/community-any/PKGBUILD
(from rev 422730, python-bleach/trunk/PKGBUILD)
Deleted:
  python-bleach/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 18:21:50 UTC (rev 422730)
+++ PKGBUILD2019-01-12 18:21:57 UTC (rev 422731)
@@ -1,57 +0,0 @@
-# Maintainer: Johannes Lƶthberg 
-
-pkgbase=python-bleach
-pkgname=(python-bleach python2-bleach)
-pkgver=3.0.2
-pkgrel=3
-
-pkgdesc="An easy whitelist-based HTML-sanitizing tool"
-url="https://pypi.org/project/bleach/;
-arch=('any')
-license=('Apache')
-makedepends=('python'
- 'python-setuptools'
- 'python-webencodings'
- 'python2'
- 'python2-setuptools'
-  'python2-webencodings')
-checkdepends=('python-pytest'
-  'python2-pytest')
-
-source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
-
-sha256sums=('48d39675b80a75f6d1c3bdbffec791cf0bbbab665cf01e20da701c77de278718')
-
-prepare() {
-   cp -a bleach-$pkgver{,-python2}
-}
-
-build() {
-   cd "$srcdir"/bleach-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/bleach-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/bleach-$pkgver
-   python -m pytest
-
-   cd "$srcdir"/bleach-$pkgver-python2
-   python2 -m pytest
-}
-
-package_python-bleach() {
-   depends=('python-webencodings')
-
-   cd "$srcdir"/bleach-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-bleach() {
-   depends=('python2-webencodings')
-
-   cd "$srcdir"/bleach-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-bleach/repos/community-any/PKGBUILD (from rev 422730, 
python-bleach/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 18:21:57 UTC (rev 422731)
@@ -0,0 +1,57 @@
+# Maintainer: Johannes Lƶthberg 
+
+pkgbase=python-bleach
+pkgname=(python-bleach python2-bleach)
+pkgver=3.1.0
+pkgrel=1
+
+pkgdesc="An easy whitelist-based HTML-sanitizing tool"
+url="https://pypi.org/project/bleach/;
+arch=('any')
+license=('Apache')
+makedepends=('python'
+ 'python-setuptools'
+ 'python-webencodings'
+ 'python2'
+ 'python2-setuptools'
+  'python2-webencodings')
+checkdepends=('python-pytest'
+  'python2-pytest')
+
+source=(https://pypi.org/packages/source/b/bleach/bleach-$pkgver.tar.gz)
+
+sha256sums=('3fdf7f77adcf649c9911387df51254b813185e32b2c6619f690b593a617e19fa')
+
+prepare() {
+   cp -a bleach-$pkgver{,-python2}
+}
+
+build() {
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/bleach-$pkgver
+   python -m pytest
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 -m pytest
+}
+
+package_python-bleach() {
+   depends=('python-webencodings')
+
+   cd "$srcdir"/bleach-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-bleach() {
+   depends=('python2-webencodings')
+
+   cd "$srcdir"/bleach-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-01-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 12, 2019 @ 17:52:40
  Author: polyzen
Revision: 422728

Harden

Modified:
  hsetroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 17:25:33 UTC (rev 422727)
+++ PKGBUILD2019-01-12 17:52:40 UTC (rev 422728)
@@ -6,7 +6,7 @@
 
 pkgname=hsetroot
 pkgver=1.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X'
 url=https://directory.fsf.org/wiki/Hsetroot
 license=('GPL')
@@ -17,7 +17,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  LDFLAGS="-lX11" ./configure --prefix=/usr
+  LDFLAGS+=",--no-as-needed,-lX11" ./configure --prefix=/usr
   make
 }
 


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

2019-01-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 12, 2019 @ 17:53:01
  Author: polyzen
Revision: 422729

archrelease: copy trunk to community-x86_64

Added:
  hsetroot/repos/community-x86_64/PKGBUILD
(from rev 422728, hsetroot/trunk/PKGBUILD)
Deleted:
  hsetroot/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 17:52:40 UTC (rev 422728)
+++ PKGBUILD2019-01-12 17:53:01 UTC (rev 422729)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Lucas SaliƩs Brum 
-# Contributor: Lukas Fleischer 
-# Contributor: SmackleFunky 
-# Contributor: Slash 
-
-pkgname=hsetroot
-pkgver=1.0.2
-pkgrel=6
-pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X'
-url=https://directory.fsf.org/wiki/Hsetroot
-license=('GPL')
-depends=('imlib2')
-arch=('x86_64')
-source=("ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7')
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS="-lX11" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: hsetroot/repos/community-x86_64/PKGBUILD (from rev 422728, 
hsetroot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 17:53:01 UTC (rev 422729)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Lucas SaliƩs Brum 
+# Contributor: Lukas Fleischer 
+# Contributor: SmackleFunky 
+# Contributor: Slash 
+
+pkgname=hsetroot
+pkgver=1.0.2
+pkgrel=7
+pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X'
+url=https://directory.fsf.org/wiki/Hsetroot
+license=('GPL')
+depends=('imlib2')
+arch=('x86_64')
+source=("ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7')
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS+=",--no-as-needed,-lX11" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2019-01-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 12, 2019 @ 17:25:33
  Author: polyzen
Revision: 422727

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 422726, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 17:25:16 UTC (rev 422726)
+++ PKGBUILD2019-01-12 17:25:33 UTC (rev 422727)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: JƩrƩmie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=2.7.14
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'GPL' 'LGPL')
-groups=('firefox-addons')
-url=http://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('4ce5aa4341df4cf35adfc68f02a134a18967790dc39ab56a140015cebab73dfe')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 422726, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 17:25:33 UTC (rev 422727)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: JƩrƩmie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=2.7.16
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'GPL' 'LGPL')
+groups=('firefox-addons')
+url=http://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('36fd2002e6e3f57915ebaf8db38a413484e5a837e32d7141d66555882eec37db')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2019-01-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 12, 2019 @ 17:25:16
  Author: polyzen
Revision: 422726

upgpkg: firefox-tree-style-tab 2.7.16-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 17:24:22 UTC (rev 422725)
+++ PKGBUILD2019-01-12 17:25:16 UTC (rev 422726)
@@ -2,7 +2,7 @@
 # Contributor: JƩrƩmie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=2.7.14
+pkgver=2.7.16
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=http://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('4ce5aa4341df4cf35adfc68f02a134a18967790dc39ab56a140015cebab73dfe')
+sha256sums=('36fd2002e6e3f57915ebaf8db38a413484e5a837e32d7141d66555882eec37db')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 17:24:22
  Author: anatolik
Revision: 422725

archrelease: copy trunk to community-any

Added:
  ruby-mustache/repos/community-any/PKGBUILD
(from rev 422724, ruby-mustache/trunk/PKGBUILD)
Deleted:
  ruby-mustache/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 17:23:41 UTC (rev 422724)
+++ PKGBUILD2019-01-12 17:24:22 UTC (rev 422725)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=mustache
-pkgname=ruby-$_gemname
-pkgver=1.0.5
-pkgrel=2
-pkgdesc='Mustache is a framework-agnostic way to render logic-free views.'
-arch=(any)
-url='http://github.com/defunkt/mustache'
-license=(MIT)
-depends=(ruby)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('ea169a2b7d3be2cf5e9ed210e3ffcb557f355303')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -N -i "$pkgdir/$_gemdir" 
-n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ruby-mustache/repos/community-any/PKGBUILD (from rev 422724, 
ruby-mustache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 17:24:22 UTC (rev 422725)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=mustache
+pkgname=ruby-$_gemname
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Mustache is a framework-agnostic way to render logic-free views.'
+arch=(any)
+url='http://github.com/defunkt/mustache'
+license=(MIT)
+depends=(ruby)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('4cc9936d64f115193c9021257f928c9b566ab419')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -N -i "$pkgdir/$_gemdir" 
-n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-01-12 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 12, 2019 @ 17:23:41
  Author: anatolik
Revision: 422724

upgpkg: ruby-mustache 1.1.0-1

Modified:
  ruby-mustache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 16:54:30 UTC (rev 422723)
+++ PKGBUILD2019-01-12 17:23:41 UTC (rev 422724)
@@ -3,8 +3,8 @@
 
 _gemname=mustache
 pkgname=ruby-$_gemname
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Mustache is a framework-agnostic way to render logic-free views.'
 arch=(any)
 url='http://github.com/defunkt/mustache'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('ea169a2b7d3be2cf5e9ed210e3ffcb557f355303')
+sha1sums=('4cc9936d64f115193c9021257f928c9b566ab419')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in python-zc.lockfile/repos/community-any (PKGBUILD PKGBUILD)

2019-01-12 Thread Filipe LaĆ­ns via arch-commits
Date: Saturday, January 12, 2019 @ 16:54:30
  Author: ffy00
Revision: 422723

archrelease: copy trunk to community-any

Added:
  python-zc.lockfile/repos/community-any/PKGBUILD
(from rev 422722, python-zc.lockfile/trunk/PKGBUILD)
Deleted:
  python-zc.lockfile/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-12 16:54:19 UTC (rev 422722)
+++ PKGBUILD2019-01-12 16:54:30 UTC (rev 422723)
@@ -1,57 +0,0 @@
-# Maintainer: Filipe LaĆ­ns (FFY00) 
-
-pkgbase=python-zc.lockfile
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.4
-pkgrel=1
-arch=('any')
-pkgdesc="Zope testing frameworks"
-url="https://github.com/zopefoundation/$_pkgname;
-license=('custom:ZPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-zope.testing' 'python2-zope.testing')
-source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('7d0db97132e25465783978e1432629295965cac44ab74c1fb1862632dc98012bf5f04990f295194ccfeb8010a5a08836e85a66e27032b3e4f5fd03d0a0c1e9fc')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py test -q
-
-  echo "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py test -q
-}
-
-package_python-zc.lockfile() {
-  depends=('python')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-zc.lockfile() {
-  depends=('python2')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-zc.lockfile/repos/community-any/PKGBUILD (from rev 422722, 
python-zc.lockfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-12 16:54:30 UTC (rev 422723)
@@ -0,0 +1,57 @@
+# Maintainer: Filipe LaĆ­ns (FFY00) 
+
+pkgbase=python-zc.lockfile
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.4
+pkgrel=2
+arch=('any')
+pkgdesc="Zope testing frameworks"
+url="https://github.com/zopefoundation/$_pkgname;
+license=('custom:ZPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-zope-testing' 'python2-zope-testing')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('7d0db97132e25465783978e1432629295965cac44ab74c1fb1862632dc98012bf5f04990f295194ccfeb8010a5a08836e85a66e27032b3e4f5fd03d0a0c1e9fc')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py test -q
+
+  echo "Running tests on python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py test -q
+}
+
+package_python-zc.lockfile() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-zc.lockfile() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-zc.lockfile/trunk (PKGBUILD)

2019-01-12 Thread Filipe LaĆ­ns via arch-commits
Date: Saturday, January 12, 2019 @ 16:54:19
  Author: ffy00
Revision: 422722

fix dependencies

Modified:
  python-zc.lockfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 14:41:36 UTC (rev 422721)
+++ PKGBUILD2019-01-12 16:54:19 UTC (rev 422722)
@@ -4,13 +4,13 @@
 _pkgname=${pkgbase#python-}
 pkgname=(python-$_pkgname python2-$_pkgname)
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 arch=('any')
 pkgdesc="Zope testing frameworks"
 url="https://github.com/zopefoundation/$_pkgname;
 license=('custom:ZPL')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-zope.testing' 'python2-zope.testing')
+checkdepends=('python-zope-testing' 'python2-zope-testing')
 source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('7d0db97132e25465783978e1432629295965cac44ab74c1fb1862632dc98012bf5f04990f295194ccfeb8010a5a08836e85a66e27032b3e4f5fd03d0a0c1e9fc')
 


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:26:48
  Author: arojas
Revision: 343792

archrelease: copy trunk to testing-x86_64

Added:
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 343791, kmediaplayer/trunk/PKGBUILD)

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

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 343791, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:26:48 UTC (rev 343792)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cecf0a32a74ab9cecaf25bf767917d8bf7cb9619f51f5a487e7d7b6127c65461'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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 kdelibs4support/repos (2 files)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:26:08
  Author: arojas
Revision: 343789

archrelease: copy trunk to testing-x86_64

Added:
  kdelibs4support/repos/testing-x86_64/
  kdelibs4support/repos/testing-x86_64/PKGBUILD
(from rev 343788, kdelibs4support/trunk/PKGBUILD)

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

Copied: kdelibs4support/repos/testing-x86_64/PKGBUILD (from rev 343788, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:26:08 UTC (rev 343789)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kunitconversion kitemmodels kemoticons kded kparts)
+makedepends=(extra-cmake-modules kdoctools qt5-tools networkmanager perl-uri 
kdesignerplugin)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b541c0c135f9f561a194d793924e699c5d79729687529789bb84522d99a3730a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+}


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:26:59
  Author: arojas
Revision: 343793

archrelease: copy trunk to testing-x86_64

Added:
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 343792, kross/trunk/PKGBUILD)

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

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 343792, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:26:59 UTC (rev 343793)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6d8673c764d7aab41a1573151afc29a15dd28d05d4299089a253c399c64832a2'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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 khtml/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:26:22
  Author: arojas
Revision: 343790

archrelease: copy trunk to testing-x86_64

Added:
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 343789, khtml/trunk/PKGBUILD)

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

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 343789, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:26:22 UTC (rev 343790)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(giflib kparts kjs phonon-qt5)
+makedepends=(extra-cmake-modules gperf)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('aa1d6671009e05a9538731db8ddb51c9fa540cebb0c5f90aebf6c04b6a64a89d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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 purpose/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:25:25
  Author: arojas
Revision: 343786

archrelease: copy trunk to testing-x86_64

Added:
  purpose/repos/testing-x86_64/
  purpose/repos/testing-x86_64/PKGBUILD
(from rev 343785, purpose/trunk/PKGBUILD)

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

Copied: purpose/repos/testing-x86_64/PKGBUILD (from rev 343785, 
purpose/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:25:25 UTC (rev 343786)
@@ -0,0 +1,37 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=purpose
+pkgver=5.54.0
+pkgrel=1
+pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kaccounts-integration accounts-qml-module hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect' 
'telegram-desktop: sharing via Telegram'
+'bluedevil: sharing via Bluetooth')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1cf4f4aeede1846cd1ef5fc524548745c95c1b6b7d134c427ae5d3cdf1423f1f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:26:36
  Author: arojas
Revision: 343791

archrelease: copy trunk to testing-x86_64

Added:
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 343790, kjsembed/trunk/PKGBUILD)

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

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 343790, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:26:36 UTC (rev 343791)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-svg ki18n kjs)
+makedepends=(extra-cmake-modules qt5-tools kdoctools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e88763145ed0b9ffd4a9215bb7e08108a2e332073125ec6c4407daac3d9a57de'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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 syndication/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:25:56
  Author: arojas
Revision: 343788

archrelease: copy trunk to testing-x86_64

Added:
  syndication/repos/testing-x86_64/
  syndication/repos/testing-x86_64/PKGBUILD
(from rev 343787, syndication/trunk/PKGBUILD)

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

Copied: syndication/repos/testing-x86_64/PKGBUILD (from rev 343787, 
syndication/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:25:56 UTC (rev 343788)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=syndication
+pkgver=5.54.0
+pkgrel=1
+pkgdesc="RSS/Atom parser library"
+arch=(x86_64)
+url="https://community.kde.org/Frameworks;
+license=(LGPL)
+depends=(kcodecs)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+conflicts=(kde-syndication)
+provides=(kde-syndication)
+replaces=(kde-syndication)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a87f0878f5f9f6090d66212bf96f8810d5a1215ee25136763a4e1709c1b6487e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:25:14
  Author: arojas
Revision: 343785

archrelease: copy trunk to testing-x86_64

Added:
  prison/repos/testing-x86_64/
  prison/repos/testing-x86_64/PKGBUILD
(from rev 343784, prison/trunk/PKGBUILD)

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

Copied: prison/repos/testing-x86_64/PKGBUILD (from rev 343784, 
prison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:25:14 UTC (rev 343785)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.54.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-base libdmtx qrencode)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6b8e6db9ce142d47014403c6e5bcc79c8a7a77b3a490102d508a4f4866f5effc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in qqc2-desktop-style/repos (2 files)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:25:39
  Author: arojas
Revision: 343787

archrelease: copy trunk to testing-x86_64

Added:
  qqc2-desktop-style/repos/testing-x86_64/
  qqc2-desktop-style/repos/testing-x86_64/PKGBUILD
(from rev 343786, qqc2-desktop-style/trunk/PKGBUILD)

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

Copied: qqc2-desktop-style/repos/testing-x86_64/PKGBUILD (from rev 343786, 
qqc2-desktop-style/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:25:39 UTC (rev 343787)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qqc2-desktop-style
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(kirigami2 kiconthemes)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c8aff0d5f5c8e2f08749f5b83eec0722fe0dbd8e63ff42fdb7aa97cc0c1b1cea'
+'SKIP')
+validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

+
+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 networkmanager-qt/repos (2 files)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:20:58
  Author: arojas
Revision: 343783

archrelease: copy trunk to testing-x86_64

Added:
  networkmanager-qt/repos/testing-x86_64/
  networkmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 343782, networkmanager-qt/trunk/PKGBUILD)

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

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 343782, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:20:58 UTC (rev 343783)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(networkmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3e51edca2b7f8ff494b997ffaff3813ec24e7c241702f98be676e4934da4052e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in oxygen-icons/repos (testing-any testing-any/PKGBUILD)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:21:15
  Author: arojas
Revision: 343784

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 343783, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 343783, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-01-12 15:21:15 UTC (rev 343784)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.54.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgbase}5-$pkgver.tar.xz"{,.sig})
+sha256sums=('8628fe74851527d94510df37d8875f73c60b15700c3295790d8d503f9f47ade9'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-$pkgver
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "$pkgdir"/usr/share/icons/oxygen/{} \;
+}


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:20:33
  Author: arojas
Revision: 343781

archrelease: copy trunk to testing-x86_64

Added:
  kxmlrpcclient/repos/testing-x86_64/
  kxmlrpcclient/repos/testing-x86_64/PKGBUILD
(from rev 343780, kxmlrpcclient/trunk/PKGBUILD)

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

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 343780, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:20:33 UTC (rev 343781)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.54.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=(x86_64)
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c69743cdafe74e7538baa7e857d9136b3a5a9122dcaecd3661be22ca0bf33aa5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:20:45
  Author: arojas
Revision: 343782

archrelease: copy trunk to testing-x86_64

Added:
  modemmanager-qt/repos/testing-x86_64/
  modemmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 343781, modemmanager-qt/trunk/PKGBUILD)

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

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 343781, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:20:45 UTC (rev 343782)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a08caaa7a0877daef6ee433c9b1c7162e121843c7502b2bf12a49935107ca458'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:20:19
  Author: arojas
Revision: 343780

archrelease: copy trunk to testing-x86_64

Added:
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 343779, ktexteditor/trunk/PKGBUILD)

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

Copied: ktexteditor/repos/testing-x86_64/PKGBUILD (from rev 343779, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:20:19 UTC (rev 343780)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts syntax-highlighting libgit2 editorconfig-core-c)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('feefc112f4dd0e7f73d2ddc5bcc8e83b11ab0a911d079950afb85281f6e6de8b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:20:06
  Author: arojas
Revision: 343779

archrelease: copy trunk to testing-x86_64

Added:
  krunner/repos/testing-x86_64/
  krunner/repos/testing-x86_64/PKGBUILD
(from rev 343778, krunner/trunk/PKGBUILD)

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

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 343778, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:20:06 UTC (rev 343779)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(plasma-framework threadweaver)
+makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1be00fe8847c9e6389ceb95cb077018a8d1380f4f97a1513e6462431b648c51b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:19:53
  Author: arojas
Revision: 343778

archrelease: copy trunk to testing-x86_64

Added:
  kpeople/repos/testing-x86_64/
  kpeople/repos/testing-x86_64/PKGBUILD
(from rev 343777, kpeople/trunk/PKGBUILD)

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

Copied: kpeople/repos/testing-x86_64/PKGBUILD (from rev 343777, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:19:53 UTC (rev 343778)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1d86fcfaa1dc0f232fd851e3005753be45f82c95db55b4d9676f277e24e3886a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:19:05
  Author: arojas
Revision: 343774

archrelease: copy trunk to testing-x86_64

Added:
  kholidays/repos/testing-x86_64/
  kholidays/repos/testing-x86_64/PKGBUILD
(from rev 343773, kholidays/trunk/PKGBUILD)

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

Copied: kholidays/repos/testing-x86_64/PKGBUILD (from rev 343773, 
kholidays/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:19:05 UTC (rev 343774)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kholidays
+pkgver=5.54.0
+pkgrel=1
+epoch=1
+pkgdesc="KDE library for regional holiday information"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-declarative qt5-tools doxygen)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3e2c8eb4f094d8313cf340d7672a2f1f0c8f75c2d648d5eea06e620aedade6f6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:19:28
  Author: arojas
Revision: 343776

archrelease: copy trunk to testing-x86_64

Added:
  kitemmodels/repos/testing-x86_64/
  kitemmodels/repos/testing-x86_64/PKGBUILD
(from rev 343775, kitemmodels/trunk/PKGBUILD)

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

Copied: kitemmodels/repos/testing-x86_64/PKGBUILD (from rev 343775, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:19:28 UTC (rev 343776)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules python-pyqt5 clang doxygen qt5-tools sip)
+optdepends=('python-pyqt5: for the Python bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c09c465e8a2494f4f772ea81dd6398d94074ab3e753101febb93aca5cbd97ce8'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:19:41
  Author: arojas
Revision: 343777

archrelease: copy trunk to testing-x86_64

Added:
  knotifyconfig/repos/testing-x86_64/
  knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 343776, knotifyconfig/trunk/PKGBUILD)

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

Copied: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 343776, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:19:41 UTC (rev 343777)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kio phonon-qt5)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2e8ea75a4dad70c210adaeb0617e953da956ef75bccf6889940f0fe241c47dc5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:19:17
  Author: arojas
Revision: 343775

archrelease: copy trunk to testing-x86_64

Added:
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
(from rev 343774, kimageformats/trunk/PKGBUILD)

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

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 343774, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:19:17 UTC (rev 343775)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base openexr)
+makedepends=(extra-cmake-modules karchive)
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('25c4476be9eeea57254b4fb30ea25e169d887d060b1ff176e7ccb687d5bfdf75'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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 kdnssd/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:18:54
  Author: arojas
Revision: 343773

archrelease: copy trunk to testing-x86_64

Added:
  kdnssd/repos/testing-x86_64/
  kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 343772, kdnssd/trunk/PKGBUILD)

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

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 343772, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:18:54 UTC (rev 343773)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base avahi)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('677ed3d572706cc896c1e05bb2f1fb1a6c50ffaa13d1c62de13e35eca1e85803'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:18:42
  Author: arojas
Revision: 343772

archrelease: copy trunk to testing-x86_64

Added:
  kdesu/repos/testing-x86_64/
  kdesu/repos/testing-x86_64/PKGBUILD
(from rev 343771, kdesu/trunk/PKGBUILD)

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

Copied: kdesu/repos/testing-x86_64/PKGBUILD (from rev 343771, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:18:42 UTC (rev 343772)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kpty)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('59d1d057f380c4efab9047815be1dc616c4ac528afb6b8a29fd92c812b0c1ce2'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# See FS#44277
+  chown :nobody "$pkgdir"/usr/lib/kf5/kdesud
+  chmod g+s "$pkgdir"/usr/lib/kf5/kdesud
+}


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:18:19
  Author: arojas
Revision: 343770

archrelease: copy trunk to testing-x86_64

Added:
  frameworkintegration/repos/testing-x86_64/
  frameworkintegration/repos/testing-x86_64/PKGBUILD
(from rev 343769, frameworkintegration/trunk/PKGBUILD)

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

Copied: frameworkintegration/repos/testing-x86_64/PKGBUILD (from rev 343769, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:18:19 UTC (rev 343770)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kpackage knewstuff)
+makedepends=(extra-cmake-modules appstream-qt packagekit-qt5)
+optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4d6c6c02eac8b538052c09de7a6e5d4209a5de3f5639bd367950c2c39b1ff1e7'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:18:31
  Author: arojas
Revision: 343771

archrelease: copy trunk to testing-x86_64

Added:
  kactivities-stats/repos/testing-x86_64/
  kactivities-stats/repos/testing-x86_64/PKGBUILD
(from rev 343770, kactivities-stats/trunk/PKGBUILD)

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

Copied: kactivities-stats/repos/testing-x86_64/PKGBUILD (from rev 343770, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:18:31 UTC (rev 343771)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.54.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="A library for accessing the usage data collected by the activities 
system"
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kactivities)
+makedepends=(extra-cmake-modules boost doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ed9073b6a6ef3fc25fa87d1de49aca65ce82d4b534ac31d6527c1705427047db'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in breeze-icons/repos (testing-any testing-any/PKGBUILD)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:18:01
  Author: arojas
Revision: 343769

archrelease: copy trunk to testing-any

Added:
  breeze-icons/repos/testing-any/
  breeze-icons/repos/testing-any/PKGBUILD
(from rev 343768, breeze-icons/trunk/PKGBUILD)

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

Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 343768, 
breeze-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-01-12 15:18:01 UTC (rev 343769)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=breeze-icons
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Breeze icon themes'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5e160b1c2eb82a55a10e65eba14fcd01da6db14471213df268abe028debdadbc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:17:49
  Author: arojas
Revision: 343768

archrelease: copy trunk to testing-x86_64

Added:
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 343767, bluez-qt/trunk/PKGBUILD)

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 343767, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:17:49 UTC (rev 343768)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-base bluez)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bbd864a30725bffb1d263cd010c41b1c8517cb4085c5b6ebaff843454d2229af'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:17:36
  Author: arojas
Revision: 343767

archrelease: copy trunk to testing-x86_64

Added:
  baloo/repos/testing-x86_64/
  baloo/repos/testing-x86_64/PKGBUILD
(from rev 343766, baloo/trunk/PKGBUILD)

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

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 343766, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:17:36 UTC (rev 343767)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.54.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kfilemetadata kidletime kio lmdb)
+makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2cbcab6a667093b049c4fed36eda5d904fd127cf43a49b763a22d33b40fc6873'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:17:14
  Author: arojas
Revision: 343766

archrelease: copy trunk to testing-x86_64

Added:
  kded/repos/testing-x86_64/
  kded/repos/testing-x86_64/PKGBUILD
(from rev 343765, kded/trunk/PKGBUILD)

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

Copied: kded/repos/testing-x86_64/PKGBUILD (from rev 343765, 
kded/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:17:14 UTC (rev 343766)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kinit)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f6e16c19d073dfc0a908bddead6337debbe3bf9429c8b09c0ed0cf8d6fdf308c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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 knewstuff/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:16:48
  Author: arojas
Revision: 343764

archrelease: copy trunk to testing-x86_64

Added:
  knewstuff/repos/testing-x86_64/
  knewstuff/repos/testing-x86_64/PKGBUILD
(from rev 343763, knewstuff/trunk/PKGBUILD)

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

Copied: knewstuff/repos/testing-x86_64/PKGBUILD (from rev 343763, 
knewstuff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:16:48 UTC (rev 343764)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-declarative)
+optdepends=('kirigami2: QML components')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a3d9e7bde65591895711a1c5e74a980d20ffa7346e421a969618ab2d9b5a71d0'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:17:01
  Author: arojas
Revision: 343765

archrelease: copy trunk to testing-x86_64

Added:
  kemoticons/repos/testing-x86_64/
  kemoticons/repos/testing-x86_64/PKGBUILD
(from rev 343764, kemoticons/trunk/PKGBUILD)

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

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 343764, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:17:01 UTC (rev 343765)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(karchive kservice)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5bf4ad3bedd79b48d1b0f3be2dbc0932eae5fc35d8a05115c7e55470af73ec7a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:16:12
  Author: arojas
Revision: 343761

archrelease: copy trunk to testing-x86_64

Added:
  kfilemetadata/repos/testing-x86_64/
  kfilemetadata/repos/testing-x86_64/PKGBUILD
(from rev 343760, kfilemetadata/trunk/PKGBUILD)

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

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 343760, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:16:12 UTC (rev 343761)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.54.0
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(ki18n karchive exiv2 poppler-qt5 taglib ffmpeg ebook-tools)
+optdepends=('catdoc: Extract text from Office 98 files')
+makedepends=(extra-cmake-modules catdoc doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4b6de53b791ad8cf19d5aa331555e3863f22e54adf6149668125635b820f86c2'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:16:36
  Author: arojas
Revision: 343763

archrelease: copy trunk to testing-x86_64

Added:
  syntax-highlighting/repos/testing-x86_64/
  syntax-highlighting/repos/testing-x86_64/PKGBUILD
(from rev 343762, syntax-highlighting/trunk/PKGBUILD)

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

Copied: syntax-highlighting/repos/testing-x86_64/PKGBUILD (from rev 343762, 
syntax-highlighting/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:16:36 UTC (rev 343763)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=syntax-highlighting
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Syntax highlighting engine for structured text and code'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-xmlpatterns qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1496e8a8ea264b21ee5bd89d3c04a6c6ff26ea50c3de222cc3a810f6d6bc5508'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:16:24
  Author: arojas
Revision: 343762

archrelease: copy trunk to testing-x86_64

Added:
  kidletime/repos/testing-x86_64/
  kidletime/repos/testing-x86_64/PKGBUILD
(from rev 343761, kidletime/trunk/PKGBUILD)

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

Copied: kidletime/repos/testing-x86_64/PKGBUILD (from rev 343761, 
kidletime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:16:24 UTC (rev 343762)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-x11extras libxss)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('55ee8191a7d5dade374c0387bd84f2c6a14e99aae6763aa734fbfdd86e041ff4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2019-01-12 Thread Antonio Rojas via arch-commits
Date: Saturday, January 12, 2019 @ 15:15:27
  Author: arojas
Revision: 343758

archrelease: copy trunk to testing-x86_64

Added:
  kirigami2/repos/testing-x86_64/
  kirigami2/repos/testing-x86_64/PKGBUILD
(from rev 343757, kirigami2/trunk/PKGBUILD)

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

Copied: kirigami2/repos/testing-x86_64/PKGBUILD (from rev 343757, 
kirigami2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-12 15:15:27 UTC (rev 343758)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami2
+pkgver=5.54.0
+pkgrel=1
+pkgdesc='A QtQuick based components set'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(qt5-quickcontrols qt5-quickcontrols2 qt5-graphicaleffects)
+makedepends=(extra-cmake-modules qt5-tools qt5-svg kpackage doxygen)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e2be481f890a1b7186725742b5f0240d042f78adc0bfbac0de53dd3df24ade46'
+'SKIP')
+validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

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


  1   2   >