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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 05:16:14
  Author: bgyorgy
Revision: 378980

archrelease: copy trunk to community-x86_64

Added:
  pitivi/repos/community-x86_64/PKGBUILD
(from rev 378979, pitivi/trunk/PKGBUILD)
Deleted:
  pitivi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 05:16:09 UTC (rev 378979)
+++ PKGBUILD2018-09-10 05:16:14 UTC (rev 378980)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Gabor Nyekhelyi (n0gabor) 
-
-pkgname=pitivi
-pkgver=0.99
-pkgrel=5
-pkgdesc="Editor for audio/video projects using the GStreamer framework"
-arch=('x86_64')
-url="http://pitivi.org/;
-license=('LGPL')
-depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 
'gst-python'
- 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 
'python-matplotlib'
- 'python-numpy')
-makedepends=('gst-validate' 'intltool' 'itstool' 'meson')
-optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
-'gst-libav: additional multimedia codecs'
-'gst-plugins-ugly: additional multimedia codecs')
-source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
-
https://gitlab.gnome.org/GNOME/pitivi/commit/0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch)
-sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c'
-'988604de000f6eb5989c6386a488e7d3089c54f6f94fe4b9eb24189a6c5a8662')
-
-prepare() {
-  mkdir -p build
-  cd $pkgname-$pkgver
-  # https://gitlab.gnome.org/GNOME/pitivi/merge_requests/58
-  patch -p1 -i ../0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pitivi/repos/community-x86_64/PKGBUILD (from rev 378979, 
pitivi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 05:16:14 UTC (rev 378980)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Gabor Nyekhelyi (n0gabor) 
+
+pkgname=pitivi
+pkgver=0.999
+pkgrel=1
+pkgdesc="Editor for audio/video projects using the GStreamer framework"
+arch=('x86_64')
+url="http://pitivi.org/;
+license=('LGPL')
+depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 
'gst-python'
+ 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 
'python-matplotlib'
+ 'python-numpy')
+makedepends=('intltool' 'itstool' 'meson')
+optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
+'gst-libav: additional multimedia codecs'
+'gst-plugins-ugly: additional multimedia codecs')
+source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('cb6f8a831383e698c2117ca7caec77b8167a6b2e2b0fb9c375e6a4f7c815b757')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 05:16:09
  Author: bgyorgy
Revision: 378979

upgpkg: pitivi 0.999-1

Update to new version

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 05:07:12 UTC (rev 378978)
+++ PKGBUILD2018-09-10 05:16:09 UTC (rev 378979)
@@ -5,8 +5,8 @@
 # Contributor: Gabor Nyekhelyi (n0gabor) 
 
 pkgname=pitivi
-pkgver=0.99
-pkgrel=5
+pkgver=0.999
+pkgrel=1
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('x86_64')
 url="http://pitivi.org/;
@@ -14,20 +14,15 @@
 depends=('gsound' 'gst-editing-services' 'gst-plugins-bad' 'gst-plugins-good' 
'gst-python'
  'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 
'python-matplotlib'
  'python-numpy')
-makedepends=('gst-validate' 'intltool' 'itstool' 'meson')
+makedepends=('intltool' 'itstool' 'meson')
 optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
 'gst-libav: additional multimedia codecs'
 'gst-plugins-ugly: additional multimedia codecs')
-source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
-
https://gitlab.gnome.org/GNOME/pitivi/commit/0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch)
-sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c'
-'988604de000f6eb5989c6386a488e7d3089c54f6f94fe4b9eb24189a6c5a8662')
+source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('cb6f8a831383e698c2117ca7caec77b8167a6b2e2b0fb9c375e6a4f7c815b757')
 
 prepare() {
   mkdir -p build
-  cd $pkgname-$pkgver
-  # https://gitlab.gnome.org/GNOME/pitivi/merge_requests/58
-  patch -p1 -i ../0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch
 }
 
 build() {


[arch-commits] Commit in gnome-multi-writer/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 05:07:12
  Author: bgyorgy
Revision: 378978

archrelease: copy trunk to community-x86_64

Added:
  gnome-multi-writer/repos/community-x86_64/PKGBUILD
(from rev 378977, gnome-multi-writer/trunk/PKGBUILD)
Deleted:
  gnome-multi-writer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 05:06:51 UTC (rev 378977)
+++ PKGBUILD2018-09-10 05:07:12 UTC (rev 378978)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=gnome-multi-writer
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Write an ISO file to multiple USB devices at once"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/MultiWriter;
-license=('GPL')
-groups=('gnome-extra')
-depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2')
-makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 
'meson' 'perl-sgmls')
-optdepends=('gnome-icon-theme-extras: show device icons')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('5de6cb0779209449b598b7597cf1f60c6cf902a32b3b115299848f02beeddb1a')
-
-prepare() {
-   mkdir build
-}
-
-build() {
-   cd build
-   meson ../$pkgname-$pkgver \
-   --prefix=/usr \
---libexecdir=lib/$pkgname \
-   --buildtype=release
-   ninja
-}
-
-package() {
-   cd build
-   DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-multi-writer/repos/community-x86_64/PKGBUILD (from rev 378977, 
gnome-multi-writer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 05:07:12 UTC (rev 378978)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-multi-writer
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="Write an ISO file to multiple USB devices at once"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/MultiWriter;
+license=('GPL')
+groups=('gnome-extra')
+depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2')
+makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 
'meson' 'perl-sgmls')
+optdepends=('gnome-icon-theme-extras: show device icons')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('6a3c5f1da4a8c04f2a51c196b1aa4ae4bad4ea1d0e5395f9dc62f3542a5f8975')
+
+prepare() {
+   mkdir build
+}
+
+build() {
+   cd build
+   meson ../$pkgname-$pkgver \
+   --prefix=/usr \
+--libexecdir=lib/$pkgname \
+   --buildtype=release
+   ninja
+}
+
+package() {
+   cd build
+   DESTDIR="$pkgdir" ninja install
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 05:06:51
  Author: bgyorgy
Revision: 378977

upgpkg: gnome-multi-writer 3.30.0-1

Update to new version

Modified:
  gnome-multi-writer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 05:04:21 UTC (rev 378976)
+++ PKGBUILD2018-09-10 05:06:51 UTC (rev 378977)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-multi-writer
-pkgver=3.28.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Write an ISO file to multiple USB devices at once"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 
'meson' 'perl-sgmls')
 optdepends=('gnome-icon-theme-extras: show device icons')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('5de6cb0779209449b598b7597cf1f60c6cf902a32b3b115299848f02beeddb1a')
+sha256sums=('6a3c5f1da4a8c04f2a51c196b1aa4ae4bad4ea1d0e5395f9dc62f3542a5f8975')
 
 prepare() {
mkdir build


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 05:04:17
  Author: bgyorgy
Revision: 378975

upgpkg: metacity 3.30.1-1

Update to new version

Modified:
  metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:59:52 UTC (rev 378974)
+++ PKGBUILD2018-09-10 05:04:17 UTC (rev 378975)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=metacity
-pkgver=3.28.0
+pkgver=3.30.1
 pkgrel=1
 pkgdesc="Window manager of GNOME Flashback"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 url="https://wiki.gnome.org/Projects/Metacity;
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5c0dadfc26c7296bbdbb5d3b86fc8df70b9bf9eb461038949d8f4dfa29b8ea4f')
+sha256sums=('0f1311b7aa38de71c66080bd2b744de2cd9580afcaee9c6097a7d3f5c421798a')
 
 build() {
   cd $pkgname-$pkgver


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 05:04:21
  Author: bgyorgy
Revision: 378976

archrelease: copy trunk to community-x86_64

Added:
  metacity/repos/community-x86_64/PKGBUILD
(from rev 378975, metacity/trunk/PKGBUILD)
Deleted:
  metacity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 05:04:17 UTC (rev 378975)
+++ PKGBUILD2018-09-10 05:04:21 UTC (rev 378976)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=metacity
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Window manager of GNOME Flashback"
-arch=('x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool')
-url="https://wiki.gnome.org/Projects/Metacity;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5c0dadfc26c7296bbdbb5d3b86fc8df70b9bf9eb461038949d8f4dfa29b8ea4f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: metacity/repos/community-x86_64/PKGBUILD (from rev 378975, 
metacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 05:04:21 UTC (rev 378976)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=metacity
+pkgver=3.30.1
+pkgrel=1
+pkgdesc="Window manager of GNOME Flashback"
+arch=('x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool')
+url="https://wiki.gnome.org/Projects/Metacity;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f1311b7aa38de71c66080bd2b744de2cd9580afcaee9c6097a7d3f5c421798a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:59:52
  Author: bgyorgy
Revision: 378974

archrelease: copy trunk to community-x86_64

Added:
  gnome-games/repos/community-x86_64/PKGBUILD
(from rev 378973, gnome-games/trunk/PKGBUILD)
Deleted:
  gnome-games/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:59:48 UTC (rev 378973)
+++ PKGBUILD2018-09-10 04:59:52 UTC (rev 378974)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Tom Richards 
-
-pkgname=gnome-games
-pkgver=3.28.0
-pkgrel=1
-pkgdesc='Simple game launcher for GNOME'
-arch=('x86_64')
-license=('GPL3')
-url='https://wiki.gnome.org/Apps/Games'
-depends=('grilo' 'libmanette' 'retro-gtk' 'tracker')
-makedepends=('intltool' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('64689b7b916345a790f3599b9127206ae055983a90c25bd1356e8827834ea200')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure --prefix=/usr
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-}

Copied: gnome-games/repos/community-x86_64/PKGBUILD (from rev 378973, 
gnome-games/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:59:52 UTC (rev 378974)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Tom Richards 
+
+pkgname=gnome-games
+pkgver=3.30.0
+pkgrel=1
+pkgdesc='Simple game launcher for GNOME'
+arch=('x86_64')
+license=('GPL3')
+url='https://wiki.gnome.org/Apps/Games'
+depends=('grilo' 'libmanette' 'retro-gtk' 'tracker')
+makedepends=('meson' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('1c460a414ce9b739f2cdcafc4486987ba3f1052df17071a0566b7a73685df230')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:59:48
  Author: bgyorgy
Revision: 378973

upgpkg: gnome-games 3.30.0-1

Update to new version

Modified:
  gnome-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:55:05 UTC (rev 378972)
+++ PKGBUILD2018-09-10 04:59:48 UTC (rev 378973)
@@ -3,7 +3,7 @@
 # Contributor: Tom Richards 
 
 pkgname=gnome-games
-pkgver=3.28.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc='Simple game launcher for GNOME'
 arch=('x86_64')
@@ -10,18 +10,21 @@
 license=('GPL3')
 url='https://wiki.gnome.org/Apps/Games'
 depends=('grilo' 'libmanette' 'retro-gtk' 'tracker')
-makedepends=('intltool' 'vala')
+makedepends=('meson' 'vala')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('64689b7b916345a790f3599b9127206ae055983a90c25bd1356e8827834ea200')
+sha256sums=('1c460a414ce9b739f2cdcafc4486987ba3f1052df17071a0566b7a73685df230')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-   cd $pkgname-$pkgver
-   ./configure --prefix=/usr
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-   make
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
+  ninja
 }
 
 package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:55:05
  Author: bgyorgy
Revision: 378972

archrelease: copy trunk to community-x86_64

Added:
  retro-gtk/repos/community-x86_64/PKGBUILD
(from rev 378971, retro-gtk/trunk/PKGBUILD)
Deleted:
  retro-gtk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:55:01 UTC (rev 378971)
+++ PKGBUILD2018-09-10 04:55:05 UTC (rev 378972)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Tom Richards 
-# Contributor: TingPing 
-# Contributor: Omar Pakker 
-
-pkgname=retro-gtk
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='Toolkit to write GTK+ 3 based Libretro frontends'
-arch=('x86_64')
-license=('GPL3')
-url='https://wiki.gnome.org/Apps/Games'
-depends=('gtk3' 'libpulse')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0a85cfaa2e61444871e2405fd1cae3a1339fa0b327507072f5d940fc06a4b1cb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: retro-gtk/repos/community-x86_64/PKGBUILD (from rev 378971, 
retro-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:55:05 UTC (rev 378972)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Tom Richards 
+# Contributor: TingPing 
+# Contributor: Omar Pakker 
+
+pkgname=retro-gtk
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Toolkit to write GTK+ 3 based Libretro frontends'
+arch=('x86_64')
+license=('GPL3')
+url='https://wiki.gnome.org/Apps/Games'
+depends=('gtk3' 'libpulse')
+makedepends=('gobject-introspection' 'meson' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('8c9b4ec9d6aa6b9db088a09706c0dd3de41437ff3a46f46566a47911efa7a627')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:55:01
  Author: bgyorgy
Revision: 378971

upgpkg: retro-gtk 0.16.0-1

Update to new version

Modified:
  retro-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:50:55 UTC (rev 378970)
+++ PKGBUILD2018-09-10 04:55:01 UTC (rev 378971)
@@ -5,7 +5,7 @@
 # Contributor: Omar Pakker 
 
 pkgname=retro-gtk
-pkgver=0.14.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='Toolkit to write GTK+ 3 based Libretro frontends'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('gtk3' 'libpulse')
 makedepends=('gobject-introspection' 'meson' 'vala')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0a85cfaa2e61444871e2405fd1cae3a1339fa0b327507072f5d940fc06a4b1cb')
+sha256sums=('8c9b4ec9d6aa6b9db088a09706c0dd3de41437ff3a46f46566a47911efa7a627')
 
 prepare() {
   mkdir build


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:50:55
  Author: bgyorgy
Revision: 378970

archrelease: copy trunk to community-any

Added:
  urlwatch/repos/community-any/PKGBUILD
(from rev 378969, urlwatch/trunk/PKGBUILD)
Deleted:
  urlwatch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:50:50 UTC (rev 378969)
+++ PKGBUILD2018-09-10 04:50:55 UTC (rev 378970)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Skydrome 
-# Contributor: Allan McRae 
-
-pkgname=urlwatch
-pkgver=2.13
-pkgrel=2
-pkgdesc="A tool for monitoring webpages for updates"
-arch=('any')
-url="https://thp.io/2008/urlwatch/;
-license=('BSD')
-depends=('python-appdirs' 'python-keyring' 'python-minidb' 'python-requests' 
'python-yaml')
-optdepends=('lynx: convert HTML to plain text'
-'python-beautifulsoup4: prettify HTML'
-'python-html2text: convert HTML to plain text')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz;)
-sha256sums=('b9808d20129cfa47ea1d774e348890fa9fa6c61e894e605b4684bacaff058405')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: urlwatch/repos/community-any/PKGBUILD (from rev 378969, 
urlwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:50:55 UTC (rev 378970)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Skydrome 
+# Contributor: Allan McRae 
+
+pkgname=urlwatch
+pkgver=2.14
+pkgrel=1
+pkgdesc="Tool for monitoring webpages for updates"
+arch=('any')
+url="https://thp.io/2008/urlwatch/;
+license=('BSD')
+depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-minidb' 
'python-requests' 'python-yaml')
+optdepends=('lynx: convert HTML to plain text'
+'python-beautifulsoup4: prettify HTML'
+'python-html2text: convert HTML to plain text')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz;)
+sha256sums=('8efba1c67b02e06e3ec2150498cb327f34ba4d15547fb1cbdfe613eb504850c2')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:50:50
  Author: bgyorgy
Revision: 378969

upgpkg: urlwatch 2.14-1

Update to new version

Modified:
  urlwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:44:44 UTC (rev 378968)
+++ PKGBUILD2018-09-10 04:50:50 UTC (rev 378969)
@@ -4,18 +4,18 @@
 # Contributor: Allan McRae 
 
 pkgname=urlwatch
-pkgver=2.13
-pkgrel=2
-pkgdesc="A tool for monitoring webpages for updates"
+pkgver=2.14
+pkgrel=1
+pkgdesc="Tool for monitoring webpages for updates"
 arch=('any')
 url="https://thp.io/2008/urlwatch/;
 license=('BSD')
-depends=('python-appdirs' 'python-keyring' 'python-minidb' 'python-requests' 
'python-yaml')
+depends=('python-appdirs' 'python-keyring' 'python-lxml' 'python-minidb' 
'python-requests' 'python-yaml')
 optdepends=('lynx: convert HTML to plain text'
 'python-beautifulsoup4: prettify HTML'
 'python-html2text: convert HTML to plain text')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/thp/urlwatch/archive/$pkgver.tar.gz;)
-sha256sums=('b9808d20129cfa47ea1d774e348890fa9fa6c61e894e605b4684bacaff058405')
+sha256sums=('8efba1c67b02e06e3ec2150498cb327f34ba4d15547fb1cbdfe613eb504850c2')
 
 build() {
   cd $pkgname-$pkgver


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:44:44
  Author: bgyorgy
Revision: 378968

archrelease: copy trunk to community-any

Added:
  osinfo-db/repos/community-any/PKGBUILD
(from rev 378967, osinfo-db/trunk/PKGBUILD)
Deleted:
  osinfo-db/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:44:39 UTC (rev 378967)
+++ PKGBUILD2018-09-10 04:44:44 UTC (rev 378968)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=osinfo-db
-pkgver=20180720
-pkgrel=1
-pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
-arch=('any')
-url="https://libosinfo.org/;
-license=('GPL')
-makedepends=('osinfo-db-tools')
-options=('!emptydirs')
-source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz;)
-noextract=($pkgname-$pkgver.tar.xz)
-#validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF' # Daniel P. Berrange
-#  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B' # Fabiano Fidêncio
-#  '1B2E81D30D42B2A20D34FE16600046B9D646B45D') # UNKNOWN KEY
-sha256sums=('48c9047c35e9f6289c0dfe9238a039068eca6b026962e25bc2fa753e99fa0978')
-
-package() {
-   osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
-}

Copied: osinfo-db/repos/community-any/PKGBUILD (from rev 378967, 
osinfo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:44:44 UTC (rev 378968)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=osinfo-db
+pkgver=20180903
+pkgrel=1
+pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
+arch=('any')
+url="https://libosinfo.org/;
+license=('GPL')
+makedepends=('osinfo-db-tools')
+options=('!emptydirs')
+source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz;)
+noextract=($pkgname-$pkgver.tar.xz)
+#validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF' # Daniel P. Berrange
+#  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B' # Fabiano Fidêncio
+#  '1B2E81D30D42B2A20D34FE16600046B9D646B45D') # UNKNOWN KEY
+sha256sums=('c9d7f24be5a16238aa46f7168aacd87697acfae0b9b8905a266d8025acc77d76')
+
+package() {
+   osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:44:39
  Author: bgyorgy
Revision: 378967

upgpkg: osinfo-db 20180903-1

Update to new version

Modified:
  osinfo-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:38:42 UTC (rev 378966)
+++ PKGBUILD2018-09-10 04:44:39 UTC (rev 378967)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=osinfo-db
-pkgver=20180720
+pkgver=20180903
 pkgrel=1
 pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
 arch=('any')
@@ -15,7 +15,7 @@
 #validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF' # Daniel P. Berrange
 #  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B' # Fabiano Fidêncio
 #  '1B2E81D30D42B2A20D34FE16600046B9D646B45D') # UNKNOWN KEY
-sha256sums=('48c9047c35e9f6289c0dfe9238a039068eca6b026962e25bc2fa753e99fa0978')
+sha256sums=('c9d7f24be5a16238aa46f7168aacd87697acfae0b9b8905a266d8025acc77d76')
 
 package() {
osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:38:42
  Author: bgyorgy
Revision: 378966

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   70 
 navit.install |   16 ++--
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:38:38 UTC (rev 378965)
+++ PKGBUILD2018-09-10 04:38:42 UTC (rev 378966)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: TDY 
-# Contributor: Gergely Imreh 
-# Contributor: Stefan Lohmaier 
-
-pkgname=navit
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Modular turn-by-turn car navigation system"
-arch=('x86_64')
-url="http://www.navit-project.org/;
-license=('GPL')
-depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
-makedepends=('cmake' 'libxslt')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz)
-sha256sums=('251f17e10509f782798eeb1bb9f8085d4356742d00dde5a354a41a508f54ec27')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/lib64/lib/' CMakeLists.txt 
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSAMPLE_MAP=FALSE -DDISABLE_QT=TRUE
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: navit/repos/community-x86_64/PKGBUILD (from rev 378965, 
navit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:38:42 UTC (rev 378966)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: TDY 
+# Contributor: Gergely Imreh 
+# Contributor: Stefan Lohmaier 
+
+pkgname=navit
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="Modular turn-by-turn car navigation system"
+arch=('x86_64')
+url="http://www.navit-project.org/;
+license=('GPL')
+depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
+makedepends=('cmake' 'libxslt')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz)
+sha256sums=('5dd3c1292cad6d85dfba2d23770bdff70e981937a7c271a54c75395e6dd6019d')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/lib64/lib/' CMakeLists.txt 
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSAMPLE_MAP=FALSE -DDISABLE_QT=TRUE
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: navit.install
===
--- navit.install   2018-09-10 04:38:38 UTC (rev 378965)
+++ navit.install   2018-09-10 04:38:42 UTC (rev 378966)
@@ -1,8 +0,0 @@
-post_install() {
-  echo "==> Additional setup is required"
-  echo "  -> See http://wiki.navit-project.org/index.php/Configuration;
-  echo
-  echo "==> No maps are bundled with the install"
-  echo "  -> See http://wiki.navit-project.org/index.php/Maps;
-  echo
-}

Copied: navit/repos/community-x86_64/navit.install (from rev 378965, 
navit/trunk/navit.install)
===
--- navit.install   (rev 0)
+++ navit.install   2018-09-10 04:38:42 UTC (rev 378966)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Additional setup is required"
+  echo "  -> See http://wiki.navit-project.org/index.php/Configuration;
+  echo
+  echo "==> No maps are bundled with the install"
+  echo "  -> See http://wiki.navit-project.org/index.php/Maps;
+  echo
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:38:38
  Author: bgyorgy
Revision: 378965

upgpkg: navit 0.5.3-1

Update to new version

Modified:
  navit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:32:55 UTC (rev 378964)
+++ PKGBUILD2018-09-10 04:38:38 UTC (rev 378965)
@@ -6,7 +6,7 @@
 # Contributor: Thermionix 
 
 pkgname=navit
-pkgver=0.5.1
+pkgver=0.5.3
 pkgrel=1
 pkgdesc="Modular turn-by-turn car navigation system"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('cmake' 'libxslt')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz)
-sha256sums=('251f17e10509f782798eeb1bb9f8085d4356742d00dde5a354a41a508f54ec27')
+sha256sums=('5dd3c1292cad6d85dfba2d23770bdff70e981937a7c271a54c75395e6dd6019d')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in sugar-activity-pippy/repos/community-any (PKGBUILD PKGBUILD)

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:32:55
  Author: bgyorgy
Revision: 378964

archrelease: copy trunk to community-any

Added:
  sugar-activity-pippy/repos/community-any/PKGBUILD
(from rev 378963, sugar-activity-pippy/trunk/PKGBUILD)
Deleted:
  sugar-activity-pippy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:32:51 UTC (rev 378963)
+++ PKGBUILD2018-09-10 04:32:55 UTC (rev 378964)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=sugar-activity-pippy
-_pkgname=Pippy
-pkgver=71
-pkgrel=1
-pkgdesc="Sugar activity to learn and develop in Python programming language"
-arch=('any')
-url="https://wiki.sugarlabs.org/go/Activities/Pippy;
-license=('GPL')
-groups=('sugar-fructose')
-depends=('python2-pybox2d' 'python2-pygame' 'sugar' 'vte3')
-source=(https://github.com/sugarlabs/$_pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('5ac947541628f8dbe3268746eec47690e78cbd3a92914a25d84df1a726031501')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-  sed -i 's/python %s; sleep 1/python2 %s; sleep 1/' pippy_app.py
-  rm -r library/box2d_*/ library/Box2D.py library/LICENSE
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr"
-  rm -r "$pkgdir"/usr/share/applications
-}

Copied: sugar-activity-pippy/repos/community-any/PKGBUILD (from rev 378963, 
sugar-activity-pippy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:32:55 UTC (rev 378964)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-pippy
+_pkgname=Pippy
+pkgver=72
+pkgrel=1
+pkgdesc="Sugar activity to learn and develop in Python programming language"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Pippy;
+license=('GPL')
+groups=('sugar-fructose')
+depends=('python2-pybox2d' 'python2-pygame' 'sugar' 'vte3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('a3b84e2dcc425e66596db2ee1be2234a0d156fa710c8973d11b1661039981b9e')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+  sed -i 's/python %s; sleep 1/python2 %s; sleep 1/' pippy_app.py
+  rm -r library/box2d_*/ library/Box2D.py library/LICENSE
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-pippy/trunk (PKGBUILD)

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:32:51
  Author: bgyorgy
Revision: 378963

upgpkg: sugar-activity-pippy 72-1

Update to new version

Modified:
  sugar-activity-pippy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:28:49 UTC (rev 378962)
+++ PKGBUILD2018-09-10 04:32:51 UTC (rev 378963)
@@ -3,7 +3,7 @@
 
 pkgname=sugar-activity-pippy
 _pkgname=Pippy
-pkgver=71
+pkgver=72
 pkgrel=1
 pkgdesc="Sugar activity to learn and develop in Python programming language"
 arch=('any')
@@ -12,7 +12,7 @@
 groups=('sugar-fructose')
 depends=('python2-pybox2d' 'python2-pygame' 'sugar' 'vte3')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('40d5fb56a2ee16793efaef91e0d89239c3d729c2a17aab1672e5c3c085afa6c5')
+sha256sums=('a3b84e2dcc425e66596db2ee1be2234a0d156fa710c8973d11b1661039981b9e')
 
 prepare() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in sugar-activity-read/repos/community-any (PKGBUILD PKGBUILD)

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:28:49
  Author: bgyorgy
Revision: 378962

archrelease: copy trunk to community-any

Added:
  sugar-activity-read/repos/community-any/PKGBUILD
(from rev 378961, sugar-activity-read/trunk/PKGBUILD)
Deleted:
  sugar-activity-read/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:28:45 UTC (rev 378961)
+++ PKGBUILD2018-09-10 04:28:49 UTC (rev 378962)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=sugar-activity-read
-_pkgname=Read
-pkgver=120
-pkgrel=1
-pkgdesc="Sugar activity to read books"
-arch=('any')
-url="https://wiki.sugarlabs.org/go/Activities/Read;
-license=('GPL')
-groups=('sugar-fructose')
-depends=('evince' 'sugar-toolkit-gtk3')
-source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('f07fb5ef405a1adedf25fb90a13cd3041c65f001cab7536c124da93a46a564a8')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' readdialog.py setup.py
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
-}

Copied: sugar-activity-read/repos/community-any/PKGBUILD (from rev 378961, 
sugar-activity-read/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:28:49 UTC (rev 378962)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-read
+_pkgname=Read
+pkgver=121
+pkgrel=1
+pkgdesc="Sugar activity to read books"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Read;
+license=('GPL')
+groups=('sugar-fructose')
+depends=('evince' 'sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('2d6c51b4e8ea8fe73b6e35100e75e4a7b299d55c59949844567b1a71195b6397')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' readdialog.py setup.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


[arch-commits] Commit in sugar-activity-read/trunk (PKGBUILD)

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:28:45
  Author: bgyorgy
Revision: 378961

upgpkg: sugar-activity-read 121-1

Update to new version

Modified:
  sugar-activity-read/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:24:16 UTC (rev 378960)
+++ PKGBUILD2018-09-10 04:28:45 UTC (rev 378961)
@@ -3,7 +3,7 @@
 
 pkgname=sugar-activity-read
 _pkgname=Read
-pkgver=120
+pkgver=121
 pkgrel=1
 pkgdesc="Sugar activity to read books"
 arch=('any')
@@ -12,7 +12,7 @@
 groups=('sugar-fructose')
 depends=('evince' 'sugar-toolkit-gtk3')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('f07fb5ef405a1adedf25fb90a13cd3041c65f001cab7536c124da93a46a564a8')
+sha256sums=('2d6c51b4e8ea8fe73b6e35100e75e4a7b299d55c59949844567b1a71195b6397')
 
 prepare() {
   cd $_pkgname-$pkgver


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:24:12
  Author: bgyorgy
Revision: 378959

upgpkg: gpsprune 19.1-1

Update to new version

Modified:
  gpsprune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:23:17 UTC (rev 378958)
+++ PKGBUILD2018-09-10 04:24:12 UTC (rev 378959)
@@ -3,13 +3,13 @@
 # Contributor: jose 
 
 pkgname=gpsprune
-pkgver=19
+pkgver=19.1
 pkgrel=1
 pkgdesc="View, edit and convert coordinate data from GPS systems"
 arch=('any')
 url="https://activityworkshop.net/software/gpsprune/;
 license=('GPL')
-depends=('java-runtime')
+depends=('desktop-file-utils' 'java-runtime')
 optdepends=('gnuplot: draw charts'
 'gpsbabel: load data directly from GPS receivers'
 'perl-image-exiftool: save coordinates into JPEG files')
@@ -18,7 +18,7 @@
 "$pkgname.sh"
 "$pkgname.desktop")
 noextract=("${pkgname}_$pkgver.jar")
-sha256sums=('a58f972a7956d632e3b5abc20c72700a59109f1d16606a5c78eebe5fca730858'
+sha256sums=('fe0b387a15cbaca1bbb15e2caa6b67fb465516f62354560593bfe9203e183cb7'
 '9d08bebe643266d2be126597a6841b0364ab07b2d44fdde8c7ad2ec59088523c'
 'cd8b8f8fc54df03e7435e4849d734e7d9ef5291d8f75c6abab0bfe809fe6abd9'
 '744f83c1c6d76c3d339b41450ddc79a7c15fbaf6d637741fb2c09529a65a0311')


[arch-commits] Commit in gpsprune/repos/community-any (6 files)

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:24:16
  Author: bgyorgy
Revision: 378960

archrelease: copy trunk to community-any

Added:
  gpsprune/repos/community-any/PKGBUILD
(from rev 378959, gpsprune/trunk/PKGBUILD)
  gpsprune/repos/community-any/gpsprune.desktop
(from rev 378959, gpsprune/trunk/gpsprune.desktop)
  gpsprune/repos/community-any/gpsprune.sh
(from rev 378959, gpsprune/trunk/gpsprune.sh)
Deleted:
  gpsprune/repos/community-any/PKGBUILD
  gpsprune/repos/community-any/gpsprune.desktop
  gpsprune/repos/community-any/gpsprune.sh

--+
 PKGBUILD |   62 ++---
 gpsprune.desktop |   24 ++--
 gpsprune.sh  |4 +--
 3 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:24:12 UTC (rev 378959)
+++ PKGBUILD2018-09-10 04:24:16 UTC (rev 378960)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: jose 
-
-pkgname=gpsprune
-pkgver=19
-pkgrel=1
-pkgdesc="View, edit and convert coordinate data from GPS systems"
-arch=('any')
-url="https://activityworkshop.net/software/gpsprune/;
-license=('GPL')
-depends=('java-runtime')
-optdepends=('gnuplot: draw charts'
-'gpsbabel: load data directly from GPS receivers'
-'perl-image-exiftool: save coordinates into JPEG files')
-source=("https://activityworkshop.net/software/$pkgname/${pkgname}_$pkgver.jar;
-"https://activityworkshop.net/software/gpsprune/prunelogo.png;
-"$pkgname.sh"
-"$pkgname.desktop")
-noextract=("${pkgname}_$pkgver.jar")
-sha256sums=('a58f972a7956d632e3b5abc20c72700a59109f1d16606a5c78eebe5fca730858'
-'9d08bebe643266d2be126597a6841b0364ab07b2d44fdde8c7ad2ec59088523c'
-'cd8b8f8fc54df03e7435e4849d734e7d9ef5291d8f75c6abab0bfe809fe6abd9'
-'744f83c1c6d76c3d339b41450ddc79a7c15fbaf6d637741fb2c09529a65a0311')
-
-package() {
-  install -Dm644 ${pkgname}_$pkgver.jar 
"$pkgdir/usr/share/java/$pkgname/$pkgname.jar"
-  install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 $pkgname.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 prunelogo.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: gpsprune/repos/community-any/PKGBUILD (from rev 378959, 
gpsprune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:24:16 UTC (rev 378960)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: jose 
+
+pkgname=gpsprune
+pkgver=19.1
+pkgrel=1
+pkgdesc="View, edit and convert coordinate data from GPS systems"
+arch=('any')
+url="https://activityworkshop.net/software/gpsprune/;
+license=('GPL')
+depends=('desktop-file-utils' 'java-runtime')
+optdepends=('gnuplot: draw charts'
+'gpsbabel: load data directly from GPS receivers'
+'perl-image-exiftool: save coordinates into JPEG files')
+source=("https://activityworkshop.net/software/$pkgname/${pkgname}_$pkgver.jar;
+"https://activityworkshop.net/software/gpsprune/prunelogo.png;
+"$pkgname.sh"
+"$pkgname.desktop")
+noextract=("${pkgname}_$pkgver.jar")
+sha256sums=('fe0b387a15cbaca1bbb15e2caa6b67fb465516f62354560593bfe9203e183cb7'
+'9d08bebe643266d2be126597a6841b0364ab07b2d44fdde8c7ad2ec59088523c'
+'cd8b8f8fc54df03e7435e4849d734e7d9ef5291d8f75c6abab0bfe809fe6abd9'
+'744f83c1c6d76c3d339b41450ddc79a7c15fbaf6d637741fb2c09529a65a0311')
+
+package() {
+  install -Dm644 ${pkgname}_$pkgver.jar 
"$pkgdir/usr/share/java/$pkgname/$pkgname.jar"
+  install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 prunelogo.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Deleted: gpsprune.desktop
===
--- gpsprune.desktop2018-09-10 04:24:12 UTC (rev 378959)
+++ gpsprune.desktop2018-09-10 04:24:16 UTC (rev 378960)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=GpsPrune
-Comment=Visualize, edit and prune GPS tracks
-Exec=gpsprune %F
-Icon=gpsprune
-Categories=Education;Science;Geoscience;
-StartupNotify=false
-Terminal=false
-Type=Application
-MimeType=application/gpx+xml;
-Keywords=gps;gpx;kml;kmz;tracks;waypoints;routes;

Copied: gpsprune/repos/community-any/gpsprune.desktop (from rev 378959, 
gpsprune/trunk/gpsprune.desktop)
===
--- gpsprune.desktop(rev 0)
+++ gpsprune.desktop2018-09-10 04:24:16 UTC (rev 378960)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Name=GpsPrune
+Comment=Visualize, edit and prune GPS tracks
+Exec=gpsprune %F
+Icon=gpsprune
+Categories=Education;Science;Geoscience;
+StartupNotify=false

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

2018-09-09 Thread Evangelos Foutras via arch-commits
Date: Monday, September 10, 2018 @ 04:23:12
  Author: foutrelis
Revision: 378957

upgpkg: handbrake 1.1.2-1

New upstream release.

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:17:54 UTC (rev 378956)
+++ PKGBUILD2018-09-10 04:23:12 UTC (rev 378957)
@@ -4,8 +4,8 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 arch=('x86_64')
 url="https://handbrake.fr/;
 license=('GPL')
@@ -15,7 +15,7 @@
  'x264' 'jansson' 'librsvg' 'libgudev')
 
source=(https://download.handbrake.fr/releases/$pkgver/HandBrake-$pkgver-source.tar.bz2
 
https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2.sig)
-sha256sums=('e3390c5fd901fb06d72e29c62a63d373d5fb5b3467295d114d815ae7b78a9d7a'
+sha256sums=('ba9a4a90a7657720f04e4ba0a2880ed055be3bd855e99c0c13af944c3904de2e'
 'SKIP')
 validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team 

 


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

2018-09-09 Thread Evangelos Foutras via arch-commits
Date: Monday, September 10, 2018 @ 04:23:17
  Author: foutrelis
Revision: 378958

archrelease: copy trunk to community-x86_64

Added:
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 378957, handbrake/trunk/PKGBUILD)
Deleted:
  handbrake/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:23:12 UTC (rev 378957)
+++ PKGBUILD2018-09-10 04:23:17 UTC (rev 378958)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.1.1
-pkgrel=2
-arch=('x86_64')
-url="https://handbrake.fr/;
-license=('GPL')
-makedepends=('intltool' 'python2' 'yasm' 'wget' 'cmake' 'bzip2' 'gcc-libs'
- 'zlib' 'libnotify' 'gst-plugins-base' 'gtk3' 'dbus-glib' 'libass'
- 'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora' 'libsamplerate'
- 'x264' 'jansson' 'librsvg' 'libgudev')
-source=(https://download.handbrake.fr/releases/$pkgver/HandBrake-$pkgver-source.tar.bz2
-
https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2.sig)
-sha256sums=('e3390c5fd901fb06d72e29c62a63d373d5fb5b3467295d114d815ae7b78a9d7a'
-'SKIP')
-validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team 

-
-build() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  ./configure --prefix=/usr
-  make -C build
-}
-
-package_handbrake() {
-  pkgdesc="Multithreaded video transcoder"
-  depends=('bzip2' 'gcc-libs' 'zlib' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-   'gtk3' 'libass' 'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora'
-   'libsamplerate' 'x264' 'jansson' 'librsvg' 'libgudev'
-   'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews'
-  'libdvdcss: for decoding encrypted DVDs')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-package_handbrake-cli() {
-  pkgdesc="Multithreaded video transcoder (CLI)"
-  depends=('bzip2' 'gcc-libs' 'zlib' 'libass' 'lame' 'libxml2' 'opus'
-   'libvorbis' 'libtheora' 'libsamplerate' 'x264' 'jansson')
-  optdepends=('libdvdcss: for decoding encrypted DVDs')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-x86_64/PKGBUILD (from rev 378957, 
handbrake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:23:17 UTC (rev 378958)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=1.1.2
+pkgrel=1
+arch=('x86_64')
+url="https://handbrake.fr/;
+license=('GPL')
+makedepends=('intltool' 'python2' 'yasm' 'wget' 'cmake' 'bzip2' 'gcc-libs'
+ 'zlib' 'libnotify' 'gst-plugins-base' 'gtk3' 'dbus-glib' 'libass'
+ 'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora' 'libsamplerate'
+ 'x264' 'jansson' 'librsvg' 'libgudev')
+source=(https://download.handbrake.fr/releases/$pkgver/HandBrake-$pkgver-source.tar.bz2
+
https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2.sig)
+sha256sums=('ba9a4a90a7657720f04e4ba0a2880ed055be3bd855e99c0c13af944c3904de2e'
+'SKIP')
+validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team 

+
+build() {
+  cd "$srcdir/HandBrake-$pkgver"
+
+  ./configure --prefix=/usr
+  make -C build
+}
+
+package_handbrake() {
+  pkgdesc="Multithreaded video transcoder"
+  depends=('bzip2' 'gcc-libs' 'zlib' 'gst-plugins-base' 'libnotify' 'dbus-glib'
+   'gtk3' 'libass' 'lame' 'libxml2' 'opus' 'libvorbis' 'libtheora'
+   'libsamplerate' 'x264' 'jansson' 'librsvg' 'libgudev'
+   'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('gst-plugins-good: for video previews'
+  'gst-libav: for video previews'
+  'libdvdcss: for decoding encrypted DVDs')
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+package_handbrake-cli() {
+  pkgdesc="Multithreaded video transcoder (CLI)"
+  depends=('bzip2' 'gcc-libs' 'zlib' 'libass' 'lame' 'libxml2' 'opus'
+   'libvorbis' 'libtheora' 'libsamplerate' 'x264' 'jansson')
+  optdepends=('libdvdcss: for decoding encrypted DVDs')
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:17:54
  Author: bgyorgy
Revision: 378956

archrelease: copy trunk to community-x86_64

Added:
  gst-transcoder/repos/community-x86_64/PKGBUILD
(from rev 378955, gst-transcoder/trunk/PKGBUILD)
Deleted:
  gst-transcoder/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:17:50 UTC (rev 378955)
+++ PKGBUILD2018-09-10 04:17:54 UTC (rev 378956)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: Thibault Saunier 
-
-pkgname=gst-transcoder
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="GStreamer Transcoding API library"
-arch=('x86_64')
-license=('LGPL2.1')
-url="https://github.com/pitivi/gst-transcoder;
-depends=('gst-plugins-base-libs')
-makedepends=('gobject-introspection' 'meson')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('9861dd51d726fc59511f86e85249e31511ebf0d1744a1100881fc1df63af3839')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-transcoder/repos/community-x86_64/PKGBUILD (from rev 378955, 
gst-transcoder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:17:54 UTC (rev 378956)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Thibault Saunier 
+
+pkgname=gst-transcoder
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="GStreamer Transcoding API library"
+arch=('x86_64')
+license=('LGPL2.1')
+url="https://github.com/pitivi/gst-transcoder;
+depends=('gst-plugins-base-libs')
+makedepends=('gobject-introspection' 'gtk-doc' 'meson')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('ca2c5124a267b16483afdf87e97f48b564dde21b26706fa8097cae58fc46dddb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:17:50
  Author: bgyorgy
Revision: 378955

upgpkg: gst-transcoder 1.14.1-1

Update to new version

Modified:
  gst-transcoder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:08:16 UTC (rev 378954)
+++ PKGBUILD2018-09-10 04:17:50 UTC (rev 378955)
@@ -4,7 +4,7 @@
 # Contributor: Thibault Saunier 
 
 pkgname=gst-transcoder
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="GStreamer Transcoding API library"
 arch=('x86_64')
@@ -11,9 +11,9 @@
 license=('LGPL2.1')
 url="https://github.com/pitivi/gst-transcoder;
 depends=('gst-plugins-base-libs')
-makedepends=('gobject-introspection' 'meson')
+makedepends=('gobject-introspection' 'gtk-doc' 'meson')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pitivi/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('9861dd51d726fc59511f86e85249e31511ebf0d1744a1100881fc1df63af3839')
+sha256sums=('ca2c5124a267b16483afdf87e97f48b564dde21b26706fa8097cae58fc46dddb')
 
 build() {
   cd $pkgname-$pkgver


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:08:16
  Author: bgyorgy
Revision: 378954

archrelease: copy trunk to community-x86_64

Added:
  gnome-subtitles/repos/community-x86_64/PKGBUILD
(from rev 378953, gnome-subtitles/trunk/PKGBUILD)
Deleted:
  gnome-subtitles/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:08:00 UTC (rev 378953)
+++ PKGBUILD2018-09-10 04:08:16 UTC (rev 378954)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=gnome-subtitles
-pkgver=1.4
-pkgrel=1
-pkgdesc="Video subtitle editor for GNOME"
-arch=('x86_64')
-url="http://www.gnomesubtitles.org/;
-license=('GPL')
-depends=('gst-plugins-base' 'gtk-sharp-3' 'gtkspell3')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('77d739dd392203f6d1d91f603b961f7412346c71799314c00081e9e4c680634e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/libenchant.so.1/libenchant-2.so.2/' 
src/GnomeSubtitles/Execution/gnome-subtitles.exe.config
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-subtitles/repos/community-x86_64/PKGBUILD (from rev 378953, 
gnome-subtitles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:08:16 UTC (rev 378954)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-subtitles
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Video subtitle editor for GNOME"
+arch=('x86_64')
+url="http://www.gnomesubtitles.org/;
+license=('GPL')
+depends=('gst-plugins-base' 'gtk-sharp-3' 'gtkspell3')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('f5766ea81c48aa70d54842bf24c1f958536f9b3aa6354843219b71a5a02aae0c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/libenchant.so.1/libenchant-2.so.2/' 
src/GnomeSubtitles/Execution/gnome-subtitles.exe.config
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 04:08:00
  Author: bgyorgy
Revision: 378953

upgpkg: gnome-subtitles 1.4.1-1

Update to new version

Modified:
  gnome-subtitles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 04:05:56 UTC (rev 378952)
+++ PKGBUILD2018-09-10 04:08:00 UTC (rev 378953)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-subtitles
-pkgver=1.4
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Video subtitle editor for GNOME"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('77d739dd392203f6d1d91f603b961f7412346c71799314c00081e9e4c680634e')
+sha256sums=('f5766ea81c48aa70d54842bf24c1f958536f9b3aa6354843219b71a5a02aae0c')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -25,9 +25,8 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make -j1
+  --disable-schemas-compile
+  make
 }
 
 package() {


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

2018-09-09 Thread Evangelos Foutras via arch-commits
Date: Monday, September 10, 2018 @ 04:05:56
  Author: foutrelis
Revision: 378952

archrelease: copy trunk to community-any

Added:
  gbrainy/repos/community-any/PKGBUILD
(from rev 378951, gbrainy/trunk/PKGBUILD)
Deleted:
  gbrainy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 04:05:50 UTC (rev 378951)
+++ PKGBUILD2018-09-10 04:05:56 UTC (rev 378952)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Javier 'Phrodo_00' Aravena 
-
-pkgname=gbrainy
-pkgver=2.3.5
-pkgrel=1
-epoch=1
-pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
-arch=('any')
-url="https://wiki.gnome.org/Apps/gbrainy;
-license=('GPL2')
-depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'gettext' 'gnome-doc-utils' 'itstool')
-source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('30436549849438827dd850fda0bae86ace043faa5d432287b11c90602ef21c0e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export MONO_SHARED_DIR="$srcdir"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/PKGBUILD (from rev 378951, 
gbrainy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 04:05:56 UTC (rev 378952)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Javier 'Phrodo_00' Aravena 
+
+pkgname=gbrainy
+pkgver=2.3.6
+pkgrel=1
+epoch=1
+pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
+arch=('any')
+url="https://wiki.gnome.org/Apps/gbrainy;
+license=('GPL2')
+depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'gettext' 'gnome-doc-utils' 'itstool')
+source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('34d6375d78b9170da9f9b0755c41752f2590a87080f224ba794331695ff29e62')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export MONO_SHARED_DIR="$srcdir"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-09-09 Thread Evangelos Foutras via arch-commits
Date: Monday, September 10, 2018 @ 04:05:50
  Author: foutrelis
Revision: 378951

upgpkg: gbrainy 1:2.3.6-1

New upstream release.

Modified:
  gbrainy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 03:51:26 UTC (rev 378950)
+++ PKGBUILD2018-09-10 04:05:50 UTC (rev 378951)
@@ -3,7 +3,7 @@
 # Contributor: Javier 'Phrodo_00' Aravena 
 
 pkgname=gbrainy
-pkgver=2.3.5
+pkgver=2.3.6
 pkgrel=1
 epoch=1
 pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
@@ -13,7 +13,7 @@
 depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('intltool' 'gettext' 'gnome-doc-utils' 'itstool')
 source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('30436549849438827dd850fda0bae86ace043faa5d432287b11c90602ef21c0e')
+sha256sums=('34d6375d78b9170da9f9b0755c41752f2590a87080f224ba794331695ff29e62')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-09-09 Thread Evangelos Foutras via arch-commits
Date: Monday, September 10, 2018 @ 03:51:21
  Author: foutrelis
Revision: 378949

upgpkg: cloc 1.78-1

New upstream release.

Modified:
  cloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 03:34:43 UTC (rev 378948)
+++ PKGBUILD2018-09-10 03:51:21 UTC (rev 378949)
@@ -3,7 +3,7 @@
 # Contributor: Diogo Ferreira 
 
 pkgname=cloc
-pkgver=1.76
+pkgver=1.78
 pkgrel=1
 pkgdesc="Count lines of code"
 arch=('any')
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
  'perl-parallel-forkmanager')
-source=(https://github.com/AlDanial/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d43e812b417ec718219fb561ed8f50f2eaac9bf365fd5dfdf127ebc8ffa65917')
+source=(https://github.com/AlDanial/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('c868926143652377ca68b8b580d0d616066f20fbbd61cdc2be7310d793e734c9')
 
 package() {
   cd $pkgname-$pkgver/Unix


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

2018-09-09 Thread Evangelos Foutras via arch-commits
Date: Monday, September 10, 2018 @ 03:51:26
  Author: foutrelis
Revision: 378950

archrelease: copy trunk to community-any

Added:
  cloc/repos/community-any/PKGBUILD
(from rev 378949, cloc/trunk/PKGBUILD)
Deleted:
  cloc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 03:51:21 UTC (rev 378949)
+++ PKGBUILD2018-09-10 03:51:26 UTC (rev 378950)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Diogo Ferreira 
-
-pkgname=cloc
-pkgver=1.76
-pkgrel=1
-pkgdesc="Count lines of code"
-arch=('any')
-url="https://github.com/AlDanial/cloc;
-license=('GPL')
-depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
- 'perl-parallel-forkmanager')
-source=(https://github.com/AlDanial/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d43e812b417ec718219fb561ed8f50f2eaac9bf365fd5dfdf127ebc8ffa65917')
-
-package() {
-  cd $pkgname-$pkgver/Unix
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cloc/repos/community-any/PKGBUILD (from rev 378949, cloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 03:51:26 UTC (rev 378950)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Diogo Ferreira 
+
+pkgname=cloc
+pkgver=1.78
+pkgrel=1
+pkgdesc="Count lines of code"
+arch=('any')
+url="https://github.com/AlDanial/cloc;
+license=('GPL')
+depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
+ 'perl-parallel-forkmanager')
+source=(https://github.com/AlDanial/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('c868926143652377ca68b8b580d0d616066f20fbbd61cdc2be7310d793e734c9')
+
+package() {
+  cd $pkgname-$pkgver/Unix
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gpodder/repos/community-any (3 files)

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 03:34:43
  Author: bgyorgy
Revision: 378948

archrelease: copy trunk to community-any

Added:
  gpodder/repos/community-any/PKGBUILD
(from rev 378947, gpodder/trunk/PKGBUILD)
Deleted:
  gpodder/repos/community-any/PKGBUILD
  gpodder/repos/community-any/python37.patch

+
 PKGBUILD   |   58 +++
 python37.patch |   39 
 2 files changed, 25 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 03:34:39 UTC (rev 378947)
+++ PKGBUILD2018-09-10 03:34:43 UTC (rev 378948)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan Magnus Brevik 
-
-pkgname=gpodder
-pkgver=3.10.3
-pkgrel=3
-pkgdesc='Podcast client written in Python using GTK+'
-arch=(any)
-url='https://gpodder.github.io/'
-license=(GPL3)
-depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient 
python-podcastparser)
-makedepends=(intltool)
-source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz
-python37.patch)
-sha256sums=('a53b23c605b3a92701aed3e318f0695ae2e4de1ba64692337e0a8f77253ebbb1'
-'ccd6c3c781e585b44e037c4ba7712477edd631b7982d93f546e2dbb081c7c8aa')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix for Python 3.7
-  patch -Np1 -i ../python37.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make messages
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gpodder/repos/community-any/PKGBUILD (from rev 378947, 
gpodder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 03:34:43 UTC (rev 378948)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan Magnus Brevik 
+
+pkgname=gpodder
+pkgver=3.10.4
+pkgrel=1
+pkgdesc='Podcast client written in Python using GTK+'
+arch=(any)
+url='https://gpodder.github.io/'
+license=(GPL3)
+depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient 
python-podcastparser)
+makedepends=(intltool)
+source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('54613170d12feaa51f245271ee508403eed394c31402b342fee83281e1854cfa')
+
+build() {
+  cd $pkgname-$pkgver
+  make messages
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: python37.patch
===
--- python37.patch  2018-09-10 03:34:39 UTC (rev 378947)
+++ python37.patch  2018-09-10 03:34:43 UTC (rev 378948)
@@ -1,39 +0,0 @@
-From 638ce45addd6dd9f456699bf0f66cdbec1dc78ab Mon Sep 17 00:00:00 2001
-From: Todd Zullinger 
-Date: Mon, 25 Jun 2018 10:28:17 -0400
-Subject: [PATCH] Avoid python-3.7 reserved keyword "async"
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The "async" keyword was added in python-3.7¹.  Using it throws
-SyntaxError exception.
-
-¹ https://docs.python.org/3.7/whatsnew/3.7.html
-  https://bugs.python.org/issue30406

- src/gpodder/gtkui/services.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/gpodder/gtkui/services.py b/src/gpodder/gtkui/services.py
-index e65634e9..69de8553 100644
 a/src/gpodder/gtkui/services.py
-+++ b/src/gpodder/gtkui/services.py
-@@ -101,7 +101,7 @@ def replace_cover(self, channel, custom_url=None):
- """
- self.request_cover(channel, custom_url)
- 
--def __get_cover(self, channel, url, async=False, avoid_downloading=False):
-+def __get_cover(self, channel, url, async_mode=False, 
avoid_downloading=False):
- def get_filename():
- return self.downloader.get_cover(channel.cover_file,
- url or channel.cover_url, channel.url, channel.title,
-@@ -131,7 +131,7 @@ def get_filename():
- logger.warn('Corrupt cover art on server, deleting', 
exc_info=True)
- util.delete_file(filename)
- 
--if async:
-+if async_mode:
- self.notify('cover-available', channel, pixbuf)
- else:
- return (channel.url, pixbuf)


[arch-commits] Commit in gpodder/trunk (PKGBUILD python37.patch)

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 03:34:39
  Author: bgyorgy
Revision: 378947

upgpkg: gpodder 3.10.4-1

Update to new version

Modified:
  gpodder/trunk/PKGBUILD
Deleted:
  gpodder/trunk/python37.patch

+
 PKGBUILD   |   16 
 python37.patch |   39 ---
 2 files changed, 4 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 03:30:05 UTC (rev 378946)
+++ PKGBUILD2018-09-10 03:34:39 UTC (rev 378947)
@@ -3,8 +3,8 @@
 # Contributor: Jan Magnus Brevik 
 
 pkgname=gpodder
-pkgver=3.10.3
-pkgrel=3
+pkgver=3.10.4
+pkgrel=1
 pkgdesc='Podcast client written in Python using GTK+'
 arch=(any)
 url='https://gpodder.github.io/'
@@ -11,17 +11,9 @@
 license=(GPL3)
 depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient 
python-podcastparser)
 makedepends=(intltool)
-source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz
-python37.patch)
-sha256sums=('a53b23c605b3a92701aed3e318f0695ae2e4de1ba64692337e0a8f77253ebbb1'
-'ccd6c3c781e585b44e037c4ba7712477edd631b7982d93f546e2dbb081c7c8aa')
+source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('54613170d12feaa51f245271ee508403eed394c31402b342fee83281e1854cfa')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix for Python 3.7
-  patch -Np1 -i ../python37.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   make messages

Deleted: python37.patch
===
--- python37.patch  2018-09-10 03:30:05 UTC (rev 378946)
+++ python37.patch  2018-09-10 03:34:39 UTC (rev 378947)
@@ -1,39 +0,0 @@
-From 638ce45addd6dd9f456699bf0f66cdbec1dc78ab Mon Sep 17 00:00:00 2001
-From: Todd Zullinger 
-Date: Mon, 25 Jun 2018 10:28:17 -0400
-Subject: [PATCH] Avoid python-3.7 reserved keyword "async"
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The "async" keyword was added in python-3.7¹.  Using it throws
-SyntaxError exception.
-
-¹ https://docs.python.org/3.7/whatsnew/3.7.html
-  https://bugs.python.org/issue30406

- src/gpodder/gtkui/services.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/gpodder/gtkui/services.py b/src/gpodder/gtkui/services.py
-index e65634e9..69de8553 100644
 a/src/gpodder/gtkui/services.py
-+++ b/src/gpodder/gtkui/services.py
-@@ -101,7 +101,7 @@ def replace_cover(self, channel, custom_url=None):
- """
- self.request_cover(channel, custom_url)
- 
--def __get_cover(self, channel, url, async=False, avoid_downloading=False):
-+def __get_cover(self, channel, url, async_mode=False, 
avoid_downloading=False):
- def get_filename():
- return self.downloader.get_cover(channel.cover_file,
- url or channel.cover_url, channel.url, channel.title,
-@@ -131,7 +131,7 @@ def get_filename():
- logger.warn('Corrupt cover art on server, deleting', 
exc_info=True)
- util.delete_file(filename)
- 
--if async:
-+if async_mode:
- self.notify('cover-available', channel, pixbuf)
- else:
- return (channel.url, pixbuf)


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 03:30:05
  Author: bgyorgy
Revision: 378946

archrelease: copy trunk to community-x86_64

Added:
  gnome-mpv/repos/community-x86_64/PKGBUILD
(from rev 378945, gnome-mpv/trunk/PKGBUILD)
Deleted:
  gnome-mpv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 03:30:00 UTC (rev 378945)
+++ PKGBUILD2018-09-10 03:30:05 UTC (rev 378946)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Ainola
-
-pkgname=gnome-mpv
-pkgver=0.14
-pkgrel=2
-pkgdesc='Simple GTK+ frontend for mpv'
-arch=(x86_64)
-url='https://gnome-mpv.github.io/'
-license=(GPL3)
-depends=(gtk3 mpv)
-makedepends=(meson)
-source=("https://github.com/gnome-mpv/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('23c9bde58da8ccf0e36c30b7d94d504aca9502288e4bb8ad5425022c4be3720e')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-mpv/repos/community-x86_64/PKGBUILD (from rev 378945, 
gnome-mpv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 03:30:05 UTC (rev 378946)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Ainola
+
+pkgname=gnome-mpv
+pkgver=0.15
+pkgrel=1
+pkgdesc='Simple GTK+ frontend for mpv'
+arch=(x86_64)
+url='https://gnome-mpv.github.io/'
+license=(GPL3)
+depends=(gtk3 mpv)
+makedepends=(meson)
+source=("https://github.com/gnome-mpv/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('4BA23A4D2F798D926C7A0E0D0F9039A19BE2326C') # gnome-mpv
+sha256sums=('e4e08ad9de7c883e583c56f440bc7e6f584e5f1b19e1bd008d01f616e75287f8'
+'SKIP')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 03:30:00
  Author: bgyorgy
Revision: 378945

upgpkg: gnome-mpv 0.15-1

Update to new version

Modified:
  gnome-mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 03:14:23 UTC (rev 378944)
+++ PKGBUILD2018-09-10 03:30:00 UTC (rev 378945)
@@ -3,8 +3,8 @@
 # Contributor: Ainola
 
 pkgname=gnome-mpv
-pkgver=0.14
-pkgrel=2
+pkgver=0.15
+pkgrel=1
 pkgdesc='Simple GTK+ frontend for mpv'
 arch=(x86_64)
 url='https://gnome-mpv.github.io/'
@@ -11,8 +11,10 @@
 license=(GPL3)
 depends=(gtk3 mpv)
 makedepends=(meson)
-source=("https://github.com/gnome-mpv/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('23c9bde58da8ccf0e36c30b7d94d504aca9502288e4bb8ad5425022c4be3720e')
+source=("https://github.com/gnome-mpv/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('4BA23A4D2F798D926C7A0E0D0F9039A19BE2326C') # gnome-mpv
+sha256sums=('e4e08ad9de7c883e583c56f440bc7e6f584e5f1b19e1bd008d01f616e75287f8'
+'SKIP')
 
 build() {
   arch-meson $pkgname-$pkgver build


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 03:14:23
  Author: bgyorgy
Revision: 378944

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 378943, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 03:14:18 UTC (rev 378943)
+++ PKGBUILD2018-09-10 03:14:23 UTC (rev 378944)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.35
-pkgrel=2
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-makedepends=('git' 'gobject-introspection' 'meson')
-optdepends=('python-beautifulsoup4: Import html bookmarks'
-'python-crypto: Firefox Sync support' 
-'python-fxa: Firefox Sync support'
-'python-pyopenssl: Show SSL certificates'
-'python-requests-hawk: Firefox Sync support')
-_commit=7cf472ef3622872a9afc6e6b5809477ebd101e27  # tags/0.9.35
-source=("git+https://gitlab.gnome.org/World/eolie.git#commit=$_commit;
-"git+https://gitlab.gnome.org/gnumdk/eolie-po.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-   cd $pkgname
-   git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-   cd $pkgname
-   git config submodule.subprojects/po.url "$srcdir/eolie-po"
-   git submodule update --init
-}
-
-build() {
-   arch-meson $pkgname build
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C build install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 378943, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 03:14:23 UTC (rev 378944)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.36
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+makedepends=('git' 'gobject-introspection' 'meson')
+optdepends=('python-beautifulsoup4: Import html bookmarks'
+'python-crypto: Firefox Sync support' 
+'python-fxa: Firefox Sync support'
+'python-pyopenssl: Show SSL certificates'
+'python-requests-hawk: Firefox Sync support')
+_commit=3a5c981b121be145f4cd80785444091e10307d7e  # tags/0.9.36
+source=("git+https://gitlab.gnome.org/World/eolie.git#commit=$_commit;
+"git+https://gitlab.gnome.org/gnumdk/eolie-po.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+   cd $pkgname
+   git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+   cd $pkgname
+   git config submodule.subprojects/po.url "$srcdir/eolie-po"
+   git submodule update --init
+}
+
+build() {
+   arch-meson $pkgname build
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 03:14:18
  Author: bgyorgy
Revision: 378943

upgpkg: eolie 0.9.36-1

Update to new version

Modified:
  eolie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 22:24:37 UTC (rev 378942)
+++ PKGBUILD2018-09-10 03:14:18 UTC (rev 378943)
@@ -3,8 +3,8 @@
 # Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
 
 pkgname=eolie
-pkgver=0.9.35
-pkgrel=2
+pkgver=0.9.36
+pkgrel=1
 pkgdesc="Simple web browser for GNOME"
 arch=('x86_64')
 url="https://wiki.gnome.org/Apps/Eolie;
@@ -16,7 +16,7 @@
 'python-fxa: Firefox Sync support'
 'python-pyopenssl: Show SSL certificates'
 'python-requests-hawk: Firefox Sync support')
-_commit=7cf472ef3622872a9afc6e6b5809477ebd101e27  # tags/0.9.35
+_commit=3a5c981b121be145f4cd80785444091e10307d7e  # tags/0.9.36
 source=("git+https://gitlab.gnome.org/World/eolie.git#commit=$_commit;
 "git+https://gitlab.gnome.org/gnumdk/eolie-po.git;)
 sha256sums=('SKIP'


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

2018-09-09 Thread David Runge via arch-commits
Date: Sunday, September 9, 2018 @ 22:24:30
  Author: dvzrv
Revision: 378941

upgpkg: python-toml 0.9.6-1

Upgrading to 0.9.6.

Modified:
  python-toml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 22:10:12 UTC (rev 378940)
+++ PKGBUILD2018-09-09 22:24:30 UTC (rev 378941)
@@ -2,8 +2,8 @@
 _name=toml
 pkgbase=python-toml
 pkgname=('python-toml' 'python2-toml')
-pkgver=0.9.4
-pkgrel=4
+pkgver=0.9.6
+pkgrel=1
 pkgdesc="A Python library for parsing and creating TOML"
 arch=('any')
 url="https://github.com/uiri/toml;
@@ -11,8 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('4f87344c5735e8c6c5377c9c48e301c04a224e078e6f8755a9c1f9076cd852fd12dffe25d83cfc6d5dbf181ef1156fa56233cae11537a164416c4b6424b154ba')
-validpgpkeys=()
+sha512sums=('9f2804daebae0744c3a00bfb27b2f1efd73c96e7e5a14316d492200d63ba546167f669a187297c76daca5ef35b7adb6f309c1f6129302b6f41e6b7673bdb43b6')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgbase-$pkgver"
@@ -28,8 +27,8 @@
 # no tests in pypi source: https://github.com/uiri/toml/issues/192
 #check() {
 #  cd "$pkgname-$pkgver"
-#  python setup.py build
-#  python2 setup.py build
+#  python setup.py test
+#  python2 setup.py test
 #}
 
 package_python-toml() {


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

2018-09-09 Thread David Runge via arch-commits
Date: Sunday, September 9, 2018 @ 22:24:37
  Author: dvzrv
Revision: 378942

archrelease: copy trunk to community-testing-any

Added:
  python-toml/repos/community-testing-any/PKGBUILD
(from rev 378941, python-toml/trunk/PKGBUILD)
Deleted:
  python-toml/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 22:24:30 UTC (rev 378941)
+++ PKGBUILD2018-09-09 22:24:37 UTC (rev 378942)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge 
-_name=toml
-pkgbase=python-toml
-pkgname=('python-toml' 'python2-toml')
-pkgver=0.9.4
-pkgrel=4
-pkgdesc="A Python library for parsing and creating TOML"
-arch=('any')
-url="https://github.com/uiri/toml;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('4f87344c5735e8c6c5377c9c48e301c04a224e078e6f8755a9c1f9076cd852fd12dffe25d83cfc6d5dbf181ef1156fa56233cae11537a164416c4b6424b154ba')
-validpgpkeys=()
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgbase-$pkgver"
-  cd "$pkgbase-$pkgver"
-}
-
-build() {
-  cd "$pkgbase-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-# no tests in pypi source: https://github.com/uiri/toml/issues/192
-#check() {
-#  cd "$pkgname-$pkgver"
-#  python setup.py build
-#  python2 setup.py build
-#}
-
-package_python-toml() {
-  cd "$pkgname-$pkgver"
-  depends=('python')
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-toml() {
-  cd "$pkgbase-$pkgver"
-  depends=('python2')
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-toml/repos/community-testing-any/PKGBUILD (from rev 378941, 
python-toml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-09 22:24:37 UTC (rev 378942)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge 
+_name=toml
+pkgbase=python-toml
+pkgname=('python-toml' 'python2-toml')
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="A Python library for parsing and creating TOML"
+arch=('any')
+url="https://github.com/uiri/toml;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('9f2804daebae0744c3a00bfb27b2f1efd73c96e7e5a14316d492200d63ba546167f669a187297c76daca5ef35b7adb6f309c1f6129302b6f41e6b7673bdb43b6')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgbase-$pkgver"
+  cd "$pkgbase-$pkgver"
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+  python setup.py build
+  python2 setup.py build
+}
+
+# no tests in pypi source: https://github.com/uiri/toml/issues/192
+#check() {
+#  cd "$pkgname-$pkgver"
+#  python setup.py test
+#  python2 setup.py test
+#}
+
+package_python-toml() {
+  cd "$pkgname-$pkgver"
+  depends=('python')
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-toml() {
+  cd "$pkgbase-$pkgver"
+  depends=('python2')
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-09-09 Thread David Runge via arch-commits
Date: Sunday, September 9, 2018 @ 22:10:12
  Author: dvzrv
Revision: 378940

archrelease: copy trunk to community-testing-any

Added:
  nikola/repos/community-testing-any/PKGBUILD
(from rev 378939, nikola/trunk/PKGBUILD)
Deleted:
  nikola/repos/community-testing-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 79 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 22:10:06 UTC (rev 378939)
+++ PKGBUILD2018-09-09 22:10:12 UTC (rev 378940)
@@ -1,77 +0,0 @@
-# Maintainer: David Runge 
-_name=Nikola
-pkgname=nikola
-pkgver=8.0.0rc1
-pkgrel=2
-pkgdesc="A static site and blog generator"
-arch=('any')
-url="https://getnikola.com/;
-license=('MIT')
-depends=('python-babel' 'python-blinker' 'python-doit' 'python-dateutil'
-'python-docutils' 'python-logbook' 'python-lxml' 'python-mako'
-'python-markdown' 'python-natsort' 'python-piexif' 'python-pillow'
-'python-pygments' 'python-pyrss2gen' 'python-requests' 'python-setuptools'
-'python-unidecode' 'python-yapsy')
-makedepends=('python-jinja' 'python-pyphen' 'python-husl' 'jupyter-notebook'
-'python-ipykernel' 'python-pyaml' 'python-toml' 'python-micawber'
-'python-ghp-import' 'python-phpserialize' 'python-pygal' 'python-typogrify'
-'python-watchdog')
-checkdepends=('python-coverage' 'python-freezegun' 'python-pytest-cov')
-optdepends=('jupyter-notebook: .ipynb support'
-'python-aiohttp: for `nikola auto`'
-'python-ghp-import: for upload to Github pages'
-'python-husl: optional color support'
-'python-ipykernel: .ipynb support'
-'python-jinja: jinja2 based themes'
-'python-micawber: for embedding media in posts'
-'python-phpserialize: for Wordpress import'
-'python-pygal: for SVG graph plotting'
-'python-pyphen: hyphenation support'
-'python-pyaml: for something'
-'python-toml: .toml support'
-'python-typogrify: for typographical enhancements'
-'python-watchdog: for `nikola auto`')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('f9decb28940ae2d258f0283365050448b915332f2d3dc44a87ebc5624f2e5d267f4ca65e96b2bba6a52df4b4b011cfbcd9d2e296b4b2eb369831372b8f12d80b')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH=build:${PYTHONPATH}
-  py.test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -vDm 644 {AUTHORS,CHANGES}.txt {CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  # shell completions
-  export PYTHONPATH="${pkgdir}/usr/lib/python3.7/site-packages:${PYTHONPATH}"
-  "${pkgdir}/usr/bin/${pkgname}" tabcompletion \
---shell bash \
---hardcode-tasks \
-> "${pkgname}_bash"
-  install -vDm 644 ${pkgname}_bash \
-"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" tabcompletion \
---shell zsh \
---hardcode-tasks \
-> "${pkgname}_zsh"
-  install -vDm 644 ${pkgname}_zsh \
-"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-}

Copied: nikola/repos/community-testing-any/PKGBUILD (from rev 378939, 
nikola/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-09 22:10:12 UTC (rev 378940)
@@ -0,0 +1,79 @@
+# Maintainer: David Runge 
+_name=Nikola
+pkgname=nikola
+pkgver=8.0.0rc1
+pkgrel=3
+pkgdesc="A static site and blog generator"
+arch=('any')
+url="https://getnikola.com/;
+license=('MIT')
+depends=('python-babel' 'python-blinker' 'python-doit' 'python-dateutil'
+'python-docutils' 'python-logbook' 'python-lxml' 'python-mako'
+'python-markdown' 'python-natsort' 'python-piexif' 'python-pillow'
+'python-pygments' 'python-pyrss2gen' 'python-requests' 'python-setuptools'
+'python-unidecode' 'python-yapsy')
+makedepends=('python-jinja' 'python-pyphen' 'python-husl' 'jupyter-notebook'
+'python-ipykernel' 'python-pyaml' 'python-toml' 'python-micawber'
+'python-ghp-import' 'python-phpserialize' 'python-pygal' 'python-typogrify'
+'python-watchdog')
+checkdepends=('python-coverage' 'python-freezegun' 'python-pytest-cov')
+optdepends=('jupyter-notebook: .ipynb support'
+'python-aiohttp: for `nikola auto`'
+'python-ghp-import: for upload to Github pages'
+'python-husl: optional color support'
+'python-ipykernel: .ipynb support'
+'python-jinja: jinja2 based themes'
+   

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

2018-09-09 Thread David Runge via arch-commits
Date: Sunday, September 9, 2018 @ 22:10:06
  Author: dvzrv
Revision: 378939

upgpkg: nikola 8.0.0rc1-3

Adding python{,2}-nikola{,-doc} to replaces (for a while) to transition from 
previous AUR packages.

Modified:
  nikola/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 21:58:57 UTC (rev 378938)
+++ PKGBUILD2018-09-09 22:10:06 UTC (rev 378939)
@@ -2,7 +2,7 @@
 _name=Nikola
 pkgname=nikola
 pkgver=8.0.0rc1
-pkgrel=2
+pkgrel=3
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;
@@ -31,6 +31,8 @@
 'python-toml: .toml support'
 'python-typogrify: for typographical enhancements'
 'python-watchdog: for `nikola auto`')
+# TODO: remove with next minor version
+replaces=('python-nikola' 'python2-nikola' 'python-nikola-doc')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('f9decb28940ae2d258f0283365050448b915332f2d3dc44a87ebc5624f2e5d267f4ca65e96b2bba6a52df4b4b011cfbcd9d2e296b4b2eb369831372b8f12d80b')
 


[arch-commits] Commit in qtractor/trunk (PKGBUILD qt5.11.diff)

2018-09-09 Thread David Runge via arch-commits
Date: Sunday, September 9, 2018 @ 21:58:50
  Author: dvzrv
Revision: 378937

upgpkg: qtractor 0.9.2-1

Upgrading to 0.9.2. Removing Qt 5.11 patch again (now merged). Adding 
desktop-file-utils to depends.

Modified:
  qtractor/trunk/PKGBUILD
Deleted:
  qtractor/trunk/qt5.11.diff

-+
 PKGBUILD|   14 +-
 qt5.11.diff |   25 -
 2 files changed, 5 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 21:42:30 UTC (rev 378936)
+++ PKGBUILD2018-09-09 21:58:50 UTC (rev 378937)
@@ -5,7 +5,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
@@ -12,20 +12,16 @@
 url="http://qtractor.org/;
 license=('GPL')
 groups=('pro-audio')
-depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo'
- 'rubberband' 'hicolor-icon-theme')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'liblo' 'libmad' 'lilv'
+'qt5-x11extras' 'rubberband' 'suil')
 makedepends=('qt5-tools' 'ladspa' 'dssi')
 optdepends=('dssi-vst: win32 VST support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"qt5.11.diff")
-sha512sums=('c40a7535740bc8315ffc640f791b640a12a4ba135070502682681c3022923f1edb62738127cae0c523a6410cb163b4cac2828544ae629b42fc93946f3d4d8a59'
-
'bf6407de7039f2c60ff082717a2da72cd5a00bb1fe368b399519d9de79f1917173f8680c3137fa819b6c50063f17e4caab92f90092dc5ee398ca3db1382d0eb9')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('7dbc23afb05465251daea3e56a72ed6e7814a74e6a0a844b251d8bb4f864f606bfcae5aeb3847e5227589b313777268034590a566dd74eff5cc221f081653c33')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
   autoreconf -vfi
-  # fix for qt5.11: https://github.com/rncbc/qtractor/pull/155
-  patch -Np1 -i "../qt5.11.diff"
 }
 
 build() {

Deleted: qt5.11.diff
===
--- qt5.11.diff 2018-09-09 21:42:30 UTC (rev 378936)
+++ qt5.11.diff 2018-09-09 21:58:50 UTC (rev 378937)
@@ -1,25 +0,0 @@
-diff --git a/src/qtractorMeter.cpp b/src/qtractorMeter.cpp
-index d1b826c..14c3836 100644
 a/src/qtractorMeter.cpp
-+++ b/src/qtractorMeter.cpp
-@@ -29,6 +29,7 @@
- 
- #include "qtractorObserverWidget.h"
- 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/src/qtractorTrackButton.cpp b/src/qtractorTrackButton.cpp
-index 488eb83..5a314dd 100644
 a/src/qtractorTrackButton.cpp
-+++ b/src/qtractorTrackButton.cpp
-@@ -26,6 +26,8 @@
- 
- #include "qtractorMidiControlObserver.h"
- 
-+#include 
-+
- 
- 
- //


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

2018-09-09 Thread David Runge via arch-commits
Date: Sunday, September 9, 2018 @ 21:58:57
  Author: dvzrv
Revision: 378938

archrelease: copy trunk to community-x86_64

Added:
  qtractor/repos/community-x86_64/PKGBUILD
(from rev 378937, qtractor/trunk/PKGBUILD)
Deleted:
  qtractor/repos/community-x86_64/PKGBUILD
  qtractor/repos/community-x86_64/qt5.11.diff

-+
 PKGBUILD|   86 +++---
 qt5.11.diff |   25 
 2 files changed, 41 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 21:58:50 UTC (rev 378937)
+++ PKGBUILD2018-09-09 21:58:57 UTC (rev 378938)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('x86_64')
-url="http://qtractor.org/;
-license=('GPL')
-groups=('pro-audio')
-depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo'
- 'rubberband' 'hicolor-icon-theme')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"qt5.11.diff")
-sha512sums=('c40a7535740bc8315ffc640f791b640a12a4ba135070502682681c3022923f1edb62738127cae0c523a6410cb163b4cac2828544ae629b42fc93946f3d4d8a59'
-
'bf6407de7039f2c60ff082717a2da72cd5a00bb1fe368b399519d9de79f1917173f8680c3137fa819b6c50063f17e4caab92f90092dc5ee398ca3db1382d0eb9')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-  # fix for qt5.11: https://github.com/rncbc/qtractor/pull/155
-  patch -Np1 -i "../qt5.11.diff"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README,README.VST,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 378937, 
qtractor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-09 21:58:57 UTC (rev 378938)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('x86_64')
+url="http://qtractor.org/;
+license=('GPL')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'liblo' 'libmad' 'lilv'
+'qt5-x11extras' 'rubberband' 'suil')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('7dbc23afb05465251daea3e56a72ed6e7814a74e6a0a844b251d8bb4f864f606bfcae5aeb3847e5227589b313777268034590a566dd74eff5cc221f081653c33')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,README,README.VST,TODO}
+}
+# vim:set ts=2 sw=2 et:

Deleted: qt5.11.diff
===
--- qt5.11.diff 2018-09-09 21:58:50 UTC (rev 378937)
+++ qt5.11.diff 2018-09-09 21:58:57 UTC (rev 378938)
@@ -1,25 +0,0 @@
-diff --git a/src/qtractorMeter.cpp b/src/qtractorMeter.cpp
-index d1b826c..14c3836 100644
 a/src/qtractorMeter.cpp
-+++ b/src/qtractorMeter.cpp
-@@ -29,6 +29,7 @@
- 
- #include "qtractorObserverWidget.h"
- 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/src/qtractorTrackButton.cpp b/src/qtractorTrackButton.cpp
-index 488eb83..5a314dd 100644
 a/src/qtractorTrackButton.cpp
-+++ b/src/qtractorTrackButton.cpp
-@@ -26,6 +26,8 @@
- 
- #include "qtractorMidiControlObserver.h"
- 
-+#include 
-+
- 
- 
- //


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

2018-09-09 Thread Felix Yan via arch-commits
Date: Sunday, September 9, 2018 @ 21:42:30
  Author: felixonmars
Revision: 378936

archrelease: copy trunk to community-x86_64

Added:
  chafa/repos/community-x86_64/
  chafa/repos/community-x86_64/PKGBUILD
(from rev 378935, chafa/trunk/PKGBUILD)

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

Copied: chafa/repos/community-x86_64/PKGBUILD (from rev 378935, 
chafa/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-09 21:42:30 UTC (rev 378936)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=chafa
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Image-to-text converter supporting a wide range of symbols and 
palettes, transparency, animations, etc."
+arch=("x86_64")
+url="https://hpjansson.org/chafa/;
+depends=('libmagick' 'libxslt')
+makedepends=('gtk-doc')
+license=("LGPL")
+source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.sig})
+sha512sums=('37c9050709d6ec2ac8f6c2202e172df0ac8aa85ea398277d4e680412b9671cd117aba55befe60ade6365f94d909fe47a8f93795bf6d6308e7a25f15e2536fbd2'
+'SKIP')
+validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7')  # Hans Petter 
Jansson
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's|wand/MagickWand.h|MagickWand/MagickWand.h|' \
+ -e 's|$LDFLAGS $MAGICKWAND_LIBS|$MAGICKWAND_LIBS $LDFLAGS|' \
+ configure chafa/chafa.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-09 Thread Felix Yan via arch-commits
Date: Sunday, September 9, 2018 @ 21:42:13
  Author: felixonmars
Revision: 378935

addpkg: chafa 0.9.0-1

Added:
  chafa/
  chafa/repos/
  chafa/trunk/
  chafa/trunk/PKGBUILD

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

Added: chafa/trunk/PKGBUILD
===
--- chafa/trunk/PKGBUILD(rev 0)
+++ chafa/trunk/PKGBUILD2018-09-09 21:42:13 UTC (rev 378935)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=chafa
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Image-to-text converter supporting a wide range of symbols and 
palettes, transparency, animations, etc."
+arch=("x86_64")
+url="https://hpjansson.org/chafa/;
+depends=('libmagick' 'libxslt')
+makedepends=('gtk-doc')
+license=("LGPL")
+source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.sig})
+sha512sums=('37c9050709d6ec2ac8f6c2202e172df0ac8aa85ea398277d4e680412b9671cd117aba55befe60ade6365f94d909fe47a8f93795bf6d6308e7a25f15e2536fbd2'
+'SKIP')
+validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7')  # Hans Petter 
Jansson
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's|wand/MagickWand.h|MagickWand/MagickWand.h|' \
+ -e 's|$LDFLAGS $MAGICKWAND_LIBS|$MAGICKWAND_LIBS $LDFLAGS|' \
+ configure chafa/chafa.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


Property changes on: chafa/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-09-09 Thread Levente Polyak via arch-commits
Date: Sunday, September 9, 2018 @ 18:59:18
  Author: anthraxx
Revision: 334297

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 334296, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 334296, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/HID-core-fix-grouping-by-application.patch
(from rev 334296, 
linux-hardened/trunk/HID-core-fix-grouping-by-application.patch)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 334296, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 334296, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/drm-i915-Increase-LSPCON-timeout.patch
(from rev 334296, 
linux-hardened/trunk/drm-i915-Increase-LSPCON-timeout.patch)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 334296, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 334296, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/HID-core-fix-grouping-by-application.patch
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/drm-i915-Increase-LSPCON-timeout.patch
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

+
 60-linux.hook  |   24 
 90-linux.hook  |   22 
 HID-core-fix-grouping-by-application.patch |  156 
 PKGBUILD   |  510 
 config.x86_64  |19321 +--
 drm-i915-Increase-LSPCON-timeout.patch |  108 
 linux.install  |   22 
 linux.preset   |   28 
 8 files changed, 10100 insertions(+), 10091 deletions(-)

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


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

2018-09-09 Thread Levente Polyak via arch-commits
Date: Sunday, September 9, 2018 @ 18:59:06
  Author: anthraxx
Revision: 334296

upgpkg: linux-hardened 4.18.7.a-1 (enable module signature check)

Signing kernel modules[0] with autogenerated key during build will open
possibility to boot with "module.sig_enforce=1" kernel option which provides
strong security enhancement. As it will be incompatible with dkms and
out-of-tree modules like nvidia drivers the default behaviour without boot
parameter stays the same and this change will be invisible for users who don't
enable it manually.

This is exactly same approach used by Ubuntu distro[[1]:

[0] https://www.kernel.org/doc/html/latest/admin-guide/module-signing.html
[1] 
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/bionic/tree/debian.master/config/config.common.ubuntu#n5409

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |   15 ---
 2 files changed, 16 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 17:05:17 UTC (rev 334295)
+++ PKGBUILD2018-09-09 18:59:06 UTC (rev 334296)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=4.18.6
+_pkgver=4.18.7
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -26,11 +26,11 @@
 HID-core-fix-grouping-by-application.patch
 )
 replaces=('linux-grsec')
-sha256sums=('05db97fd6891217af6d4203bdc442ef2af78d7902b6a8e9bd348682704c22894'
+sha256sums=('f03b425e262a71e5079736706233a4e9afaf77c8462b552b4d6db2d33f5af731'
 'SKIP'
-'d3a244e228a566d536a26fcfe57252bb6e9b61c0f070ef4bb9eaad868196bef3'
+'7d716cdb26f3437660b807d68acc0406a2ba9dba59c62388d65373a19477f7ac'
 'SKIP'
-'397aa929fbc57aeedfbf95b6313509ebb56cb8f246dfe2b3f967af8738860f62'
+'48ac32d2fa684add651b3172e9499a39081191d9bda31e9ff9cc7a959b88b13f'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config.x86_64
===
--- config.x86_64   2018-09-09 17:05:17 UTC (rev 334295)
+++ config.x86_64   2018-09-09 18:59:06 UTC (rev 334296)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.18.6 Kernel Configuration
+# Linux/x86 4.18.7 Kernel Configuration
 #
 
 #
@@ -384,7 +384,15 @@
 CONFIG_MODULE_FORCE_UNLOAD=y
 CONFIG_MODVERSIONS=y
 CONFIG_MODULE_SRCVERSION_ALL=y
-# CONFIG_MODULE_SIG is not set
+CONFIG_MODULE_SIG=y
+# CONFIG_MODULE_SIG_FORCE is not set
+CONFIG_MODULE_SIG_ALL=y
+# CONFIG_MODULE_SIG_SHA1 is not set
+# CONFIG_MODULE_SIG_SHA224 is not set
+# CONFIG_MODULE_SIG_SHA256 is not set
+# CONFIG_MODULE_SIG_SHA384 is not set
+CONFIG_MODULE_SIG_SHA512=y
+CONFIG_MODULE_SIG_HASH="sha512"
 CONFIG_MODULE_COMPRESS=y
 # CONFIG_MODULE_COMPRESS_GZIP is not set
 CONFIG_MODULE_COMPRESS_XZ=y
@@ -9395,7 +9403,7 @@
 CONFIG_CRYPTO_SHA256_MB=m
 CONFIG_CRYPTO_SHA512_MB=m
 CONFIG_CRYPTO_SHA256=y
-CONFIG_CRYPTO_SHA512=m
+CONFIG_CRYPTO_SHA512=y
 CONFIG_CRYPTO_SHA3=m
 CONFIG_CRYPTO_SM3=m
 CONFIG_CRYPTO_TGR192=m
@@ -9503,6 +9511,7 @@
 #
 # Certificates for signature checking
 #
+CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
 CONFIG_SYSTEM_TRUSTED_KEYRING=y
 CONFIG_SYSTEM_TRUSTED_KEYS=""
 # CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set


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

2018-09-09 Thread Felix Yan via arch-commits
Date: Sunday, September 9, 2018 @ 18:45:33
  Author: felixonmars
Revision: 378932

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 378931, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 378931, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-09 18:45:33 UTC (rev 378932)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.10
+pkgrel=33
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-fsnotify'
+ 'haskell-hunit' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('a493cb27f3d5ca184a46e7bb43fe14d5e7286ca6e15fa134eac966e969d45fde7c09dc1f5965f4c27609bc2b0d81bfca4c20d8242cd43bbc19e0e4ea8747c5ee')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-09 Thread Felix Yan via arch-commits
Date: Sunday, September 9, 2018 @ 18:45:19
  Author: felixonmars
Revision: 378931

upgpkg: hledger-ui 1.10-33

rebuild with brick 0.41.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 18:44:21 UTC (rev 378930)
+++ PKGBUILD2018-09-09 18:45:19 UTC (rev 378931)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.10
-pkgrel=32
+pkgrel=33
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-09-09 Thread Felix Yan via arch-commits
Date: Sunday, September 9, 2018 @ 18:44:21
  Author: felixonmars
Revision: 378930

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-brick/repos/community-staging-x86_64/
  haskell-brick/repos/community-staging-x86_64/PKGBUILD
(from rev 378929, haskell-brick/trunk/PKGBUILD)

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 378929, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-09 18:44:21 UTC (rev 378930)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.41.1
+pkgrel=1
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper'
+ 'haskell-word-wrap')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c788e54dfc08b63edea511a4a92906ec98a9e7ddba9c199dc24dafa8a64d77fac3d2a931a0b1dea8c8fb6c514b48abe49144a31ddefc1051a00f2330a0f650ab')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-demos
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-09 Thread Felix Yan via arch-commits
Date: Sunday, September 9, 2018 @ 18:44:08
  Author: felixonmars
Revision: 378929

upgpkg: haskell-brick 0.41.1-1

rebuild with brick 0.41.1

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 18:42:21 UTC (rev 378928)
+++ PKGBUILD2018-09-09 18:44:08 UTC (rev 378929)
@@ -4,7 +4,7 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.41
+pkgver=0.41.1
 pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
@@ -16,7 +16,7 @@
  'haskell-word-wrap')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('f90e46d92cc27e3ed9a59f548fcc490a35213b3f62835a0f817f87970e64d00cb10c7e4c492a264d9ec4d7ad1afd3b9c1151ed3a263faad44409ea7bf257d1d7')
+sha512sums=('c788e54dfc08b63edea511a4a92906ec98a9e7ddba9c199dc24dafa8a64d77fac3d2a931a0b1dea8c8fb6c514b48abe49144a31ddefc1051a00f2330a0f650ab')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-09-09 Thread Felix Yan via arch-commits
Date: Sunday, September 9, 2018 @ 18:42:21
  Author: felixonmars
Revision: 378928

archrelease: copy trunk to community-x86_64

Added:
  rclone/repos/community-x86_64/PKGBUILD
(from rev 378927, rclone/trunk/PKGBUILD)
Deleted:
  rclone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 18:42:07 UTC (rev 378927)
+++ PKGBUILD2018-09-09 18:42:21 UTC (rev 378928)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=rclone
-pkgver=1.42
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('x86_64')
-url="http://rclone.org/;
-license=('MIT')
-depends=('glibc')
-makedepends=('python2' 'pandoc' 'go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('69fadc1bc661e6278e461a16b49fb473bf2e35ceb85704c2b92e252422d372fb9d188cf9cb58d55b6d6c8267c599ea0d8a79fb4edb4a7bc0bac61de3eae1')
-
-prepare() {
-  cd rclone-$pkgver
-
-  sed -i "1s/python$/&2/" bin/make_manual.py
-
-  mkdir -p .gopath/src/github.com/ncw
-  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/ncw/rclone
-}
-
-build() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-
-  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone doc
-}
-
-check() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-  make TAG=v$pkgver test || warning "Tests failed"
-}
-
-package() {
-  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
-  make TAG=v$pkgver DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 378927, 
rclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-09 18:42:21 UTC (rev 378928)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=rclone
+pkgver=1.43.1
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('x86_64')
+url="http://rclone.org/;
+license=('MIT')
+depends=('glibc')
+makedepends=('python2' 'pandoc' 'go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
+sha512sums=('7da3b285a8ed401de95ec0b8bea21ca3db0313eb2012874b10fb65c4441311ba4b24b7dd3ea68a7bce17206ac065f091d2f6ef6a9662fe0111b9f00ff58e6c17')
+
+prepare() {
+  cd rclone-$pkgver
+
+  sed -i "1s/python$/&2/" bin/make_manual.py
+
+  mkdir -p .gopath/src/github.com/ncw
+  ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/ncw/rclone
+}
+
+build() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+
+  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html 
MANUAL.txt
+
+  ./rclone genautocomplete bash rclone.bash_completion
+  ./rclone genautocomplete zsh rclone.zsh_completion
+}
+
+check() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+  make TAG=v$pkgver test || warning "Tests failed"
+}
+
+package() {
+  cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
+  make TAG=v$pkgver DESTDIR="$pkgdir" install
+
+  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
+  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
+}


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

2018-09-09 Thread Felix Yan via arch-commits
Date: Sunday, September 9, 2018 @ 18:42:07
  Author: felixonmars
Revision: 378927

upgpkg: rclone 1.43.1-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 18:40:07 UTC (rev 378926)
+++ PKGBUILD2018-09-09 18:42:07 UTC (rev 378927)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=rclone
-pkgver=1.42
+pkgver=1.43.1
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('x86_64')
@@ -9,9 +9,9 @@
 url="http://rclone.org/;
 license=('MIT')
 depends=('glibc')
-makedepends=('python2' 'pandoc' 'go-pie')
+makedepends=('python2' 'pandoc' 'go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('69fadc1bc661e6278e461a16b49fb473bf2e35ceb85704c2b92e252422d372fb9d188cf9cb58d55b6d6c8267c599ea0d8a79fb4edb4a7bc0bac61de3eae1')
+sha512sums=('7da3b285a8ed401de95ec0b8bea21ca3db0313eb2012874b10fb65c4441311ba4b24b7dd3ea68a7bce17206ac065f091d2f6ef6a9662fe0111b9f00ff58e6c17')
 
 prepare() {
   cd rclone-$pkgver
@@ -28,7 +28,10 @@
 build() {
   cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
 
-  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone doc
+  PATH="$GOPATH/bin:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html 
MANUAL.txt
+
+  ./rclone genautocomplete bash rclone.bash_completion
+  ./rclone genautocomplete zsh rclone.zsh_completion
 }
 
 check() {
@@ -40,9 +43,12 @@
   cd rclone-$pkgver/.gopath/src/github.com/ncw/rclone
   make TAG=v$pkgver DESTDIR="$pkgdir" install
 
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
+  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
 
-  install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -t "$pkgdir/usr/share/doc/$pkgname" -m644 MANUAL.html MANUAL.txt
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
 }


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

2018-09-09 Thread Felix Yan via arch-commits
Date: Sunday, September 9, 2018 @ 18:40:07
  Author: felixonmars
Revision: 378926

archrelease: copy trunk to community-x86_64

Added:
  deepin-topbar/repos/community-x86_64/
  deepin-topbar/repos/community-x86_64/PKGBUILD
(from rev 378925, deepin-topbar/trunk/PKGBUILD)

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

Copied: deepin-topbar/repos/community-x86_64/PKGBUILD (from rev 378925, 
deepin-topbar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-09 18:40:07 UTC (rev 378926)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: kirigaya 
+
+pkgname=deepin-topbar
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="This is topbar for Deepin"
+arch=('i686' 'x86_64')
+url="https://github.com/kirigayakazushin/deepin-topbar;
+license=('GPL')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz;)
+sha512sums=('b49fa1d4dbc653703dfebdf141939a102888f7e299f9843618a742e9a9b8b22a6687ede9d5051ceb802f5527137c6df2bd52f6f7ba95c98ffd5f6499b1cdcd7d')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2018-09-09 Thread Felix Yan via arch-commits
Date: Sunday, September 9, 2018 @ 18:39:52
  Author: felixonmars
Revision: 378925

addpkg: deepin-topbar 0.4.6-1

Added:
  deepin-topbar/
  deepin-topbar/repos/
  deepin-topbar/trunk/
  deepin-topbar/trunk/PKGBUILD

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

Added: deepin-topbar/trunk/PKGBUILD
===
--- deepin-topbar/trunk/PKGBUILD(rev 0)
+++ deepin-topbar/trunk/PKGBUILD2018-09-09 18:39:52 UTC (rev 378925)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: kirigaya 
+
+pkgname=deepin-topbar
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="This is topbar for Deepin"
+arch=('i686' 'x86_64')
+url="https://github.com/kirigayakazushin/deepin-topbar;
+license=('GPL')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz;)
+sha512sums=('b49fa1d4dbc653703dfebdf141939a102888f7e299f9843618a742e9a9b8b22a6687ede9d5051ceb802f5527137c6df2bd52f6f7ba95c98ffd5f6499b1cdcd7d')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


Property changes on: deepin-topbar/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in intellij-idea-community-edition/repos/community-x86_64 (9 files)

2018-09-09 Thread Levente Polyak via arch-commits
Date: Sunday, September 9, 2018 @ 18:00:59
  Author: anthraxx
Revision: 378924

archrelease: copy trunk to community-x86_64

Added:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
(from rev 378923, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-x86_64/idea-build.patch
(from rev 378923, intellij-idea-community-edition/trunk/idea-build.patch)
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
(from rev 378923, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
(from rev 378923, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
  intellij-idea-community-edition/repos/community-x86_64/idea-build.patch
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
  intellij-idea-community-edition/repos/community-x86_64/idea.install
  intellij-idea-community-edition/repos/community-x86_64/idea.sh

--+
 PKGBUILD |  134 +
 idea-build.patch |   80 +++
 idea.desktop |   22 
 idea.install |   10 ---
 idea.sh  |   20 ---
 5 files changed, 126 insertions(+), 140 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 18:00:49 UTC (rev 378923)
+++ PKGBUILD2018-09-09 18:00:59 UTC (rev 378924)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Levente Polyak 
-# Maintainer: Maxime Gauduin 
-
-pkgname=intellij-idea-community-edition
-pkgver=2018.2.2
-_build=182.4129.33
-pkgrel=1
-epoch=2
-pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
-arch=('x86_64')
-url='https://www.jetbrains.com/idea/'
-license=('Apache')
-backup=('usr/share/idea/bin/idea.vmoptions'
-'usr/share/idea/bin/idea64.vmoptions')
-depends=('giflib' 'java-environment=8' 'python' 'sh' 'ttf-font')
-makedepends=('apache-ant' 'git' 'java-openjfx')
-install='idea.install'
-_android_commit='b3cd38efb0d8ca0ae5fb82edf27b82a31122c647'
-_adt_tools_base_commit='70a9f8b3756d917717a04140b858a23eef5e60ca'
-source=("idea-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/idea/${_build}.tar.gz;
-
"idea-android::git://git.jetbrains.org/idea/android.git#commit=${_android_commit}"
-
"idea-adt-tools-base::git://git.jetbrains.org/idea/adt-tools-base.git#commit=${_adt_tools_base_commit}"
-'idea-build.patch'
-'idea.desktop'
-'idea.sh')
-sha256sums=('151b292adf956789a519e12701bf767181bd7cef95902e81a7b6d3c0a98aec90'
-'SKIP'
-'SKIP'
-'3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd'
-'fa9e3cba5e26a7e01cecda867f23467322db123c5553dfbb4f14aae034ccbed7'
-'9e2155dd4d352b2410fc689236b15d5c3cb9937d82b50d39ec8b8dbcdfa40de1')
-
-prepare() {
-  cd intellij-community-idea-${_build}
-
-  patch -Np1 -i ../idea-build.patch
-  echo ${_build} > build.txt
-  ln -s "${srcdir}"/idea-android android
-  ln -s "${srcdir}"/idea-adt-tools-base android/tools-base
-}
-
-build() {
-  cd intellij-community-idea-${_build}
-
-  unset _JAVA_OPTIONS
-
-  ant build
-  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jdk.tar.gz -C "${srcdir}"
-}
-
-package() {
-  cd idea-IC-${_build}
-
-  # workaround FS#40934
-  sed -i 's/lcd/on/' bin/*.vmoptions
-
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,idea}
-  cp -dr --no-preserve='ownership' bin lib plugins redist 
"${pkgdir}"/usr/share/idea/
-  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
-  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
-}
-
-# vim: ts=2 sw=2 et:
-

Copied: intellij-idea-community-edition/repos/community-x86_64/PKGBUILD (from 
rev 378923, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-09 18:00:59 UTC (rev 378924)
@@ -0,0 +1,64 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=intellij-idea-community-edition
+pkgver=2018.2.3
+_build=182.4323.46
+_adt_tools_base_commit=70a9f8b3756d917717a04140b858a23eef5e60ca
+pkgrel=1
+epoch=2
+pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+url='https://www.jetbrains.com/idea/'
+arch=('x86_64')
+license=('Apache')
+backup=('usr/share/idea/bin/idea.vmoptions'
+'usr/share/idea/bin/idea64.vmoptions')
+depends=('giflib' 'java-environment=8' 'python' 'sh' 

[arch-commits] Commit in intellij-idea-community-edition/trunk (3 files)

2018-09-09 Thread Levente Polyak via arch-commits
Date: Sunday, September 9, 2018 @ 18:00:49
  Author: anthraxx
Revision: 378923

upgpkg: intellij-idea-community-edition 2:2018.2.3-1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD
  intellij-idea-community-edition/trunk/idea.sh
Deleted:
  intellij-idea-community-edition/trunk/idea.install

--+
 PKGBUILD |   36 +++-
 idea.install |   10 --
 idea.sh  |6 --
 3 files changed, 19 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 17:43:27 UTC (rev 378922)
+++ PKGBUILD2018-09-09 18:00:49 UTC (rev 378923)
@@ -1,51 +1,46 @@
-# $Id$
 # Maintainer: Lukas Jirkovsky 
 # Maintainer: Levente Polyak 
 # Maintainer: Maxime Gauduin 
 
 pkgname=intellij-idea-community-edition
-pkgver=2018.2.2
-_build=182.4129.33
+pkgver=2018.2.3
+_build=182.4323.46
+_adt_tools_base_commit=70a9f8b3756d917717a04140b858a23eef5e60ca
 pkgrel=1
 epoch=2
 pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+url='https://www.jetbrains.com/idea/'
 arch=('x86_64')
-url='https://www.jetbrains.com/idea/'
 license=('Apache')
 backup=('usr/share/idea/bin/idea.vmoptions'
 'usr/share/idea/bin/idea64.vmoptions')
 depends=('giflib' 'java-environment=8' 'python' 'sh' 'ttf-font')
 makedepends=('apache-ant' 'git' 'java-openjfx')
-install='idea.install'
-_android_commit='b3cd38efb0d8ca0ae5fb82edf27b82a31122c647'
-_adt_tools_base_commit='70a9f8b3756d917717a04140b858a23eef5e60ca'
-source=("idea-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/idea/${_build}.tar.gz;
-
"idea-android::git://git.jetbrains.org/idea/android.git#commit=${_android_commit}"
-
"idea-adt-tools-base::git://git.jetbrains.org/idea/adt-tools-base.git#commit=${_adt_tools_base_commit}"
-'idea-build.patch'
-'idea.desktop'
-'idea.sh')
-sha256sums=('151b292adf956789a519e12701bf767181bd7cef95902e81a7b6d3c0a98aec90'
+source=(idea-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/idea/${_build}.tar.gz
+
idea-android-${_build}.tar.gz::https://github.com/JetBrains/android/archive/idea/${_build}.tar.gz
+
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#commit=${_adt_tools_base_commit}"
+idea-build.patch
+idea.desktop
+idea.sh)
+sha256sums=('0eae527f1cee3fe4ca0fd90ff67707e4e304bb71d3e1d4e773e0c4c0245e8643'
+'3a8759e8ba508a16108f5b778739465333433fd9fb540414af0f46a1110131fd'
 'SKIP'
-'SKIP'
 '3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd'
 'fa9e3cba5e26a7e01cecda867f23467322db123c5553dfbb4f14aae034ccbed7'
-'9e2155dd4d352b2410fc689236b15d5c3cb9937d82b50d39ec8b8dbcdfa40de1')
+'c021dba82f75a18be6ffdc2fe70d616496bbe3a14e7a5efef30c06b4cbd915c3')
 
 prepare() {
   cd intellij-community-idea-${_build}
-
   patch -Np1 -i ../idea-build.patch
   echo ${_build} > build.txt
-  ln -s "${srcdir}"/idea-android android
+  ln -s "${srcdir}"/android-idea-${_build} android
+  ls -lah android/
   ln -s "${srcdir}"/idea-adt-tools-base android/tools-base
 }
 
 build() {
   cd intellij-community-idea-${_build}
-
   unset _JAVA_OPTIONS
-
   ant build
   tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jdk.tar.gz -C "${srcdir}"
 }
@@ -67,4 +62,3 @@
 }
 
 # vim: ts=2 sw=2 et:
-

Deleted: idea.install
===
--- idea.install2018-09-09 17:43:27 UTC (rev 378922)
+++ idea.install2018-09-09 18:00:49 UTC (rev 378923)
@@ -1,10 +0,0 @@
-post_install() {
-  echo "WARNING:"
-  echo "  Running IntelliJ IDEA with java other than java 8"
-  echo "  may cause various problems, such as Graddle import not working"
-}
-
-post_upgrade() {
-  post_install
-}
-

Modified: idea.sh
===
--- idea.sh 2018-09-09 17:43:27 UTC (rev 378922)
+++ idea.sh 2018-09-09 18:00:49 UTC (rev 378923)
@@ -1,9 +1,11 @@
 #!/bin/sh
 
+# WARNING:
+# Running IntelliJ IDEA with java other than java 8
+# may cause various problems, such as Graddle import not working
 if [ -z "$IDEA_JDK" ] ; then
   IDEA_JDK="/usr/lib/jvm/java-8-openjdk/"
 fi
-exec env IDEA_JDK=$IDEA_JDK /usr/share/idea/bin/idea.sh $@
+exec env IDEA_JDK="$IDEA_JDK" /usr/share/idea/bin/idea.sh "$@"
 
 # vim: ts=2 sw=2 et:
-


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

2018-09-09 Thread Filipe Laíns via arch-commits
Date: Sunday, September 9, 2018 @ 17:43:27
  Author: ffy00
Revision: 378922

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 378921, vibe-d/trunk/PKGBUILD)

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

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 378921, 
vibe-d/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-09 17:43:27 UTC (rev 378922)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.4
+pkgrel=1
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Disable failing tests
+  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-09-09 Thread Filipe Laíns via arch-commits
Date: Sunday, September 9, 2018 @ 17:43:15
  Author: ffy00
Revision: 378921

Initial release

Added:
  vibe-d/
  vibe-d/repos/
  vibe-d/trunk/
  vibe-d/trunk/PKGBUILD

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

Added: vibe-d/trunk/PKGBUILD
===
--- vibe-d/trunk/PKGBUILD   (rev 0)
+++ vibe-d/trunk/PKGBUILD   2018-09-09 17:43:15 UTC (rev 378921)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.4
+pkgrel=1
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Disable failing tests
+  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


Property changes on: vibe-d/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-09-09 Thread Filipe Laíns via arch-commits
Date: Sunday, September 9, 2018 @ 17:26:32
  Author: ffy00
Revision: 378920

archrelease: copy trunk to community-x86_64

Added:
  diet-ng/repos/community-x86_64/PKGBUILD
(from rev 378919, diet-ng/trunk/PKGBUILD)
Deleted:
  diet-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 17:26:27 UTC (rev 378919)
+++ PKGBUILD2018-09-09 17:26:32 UTC (rev 378920)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=diet-ng
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
-arch=('x86_64')
-url='https://github.com/rejectedsoftware/diet-ng'
-license=('MIT')
-depends=('liblphobos')
-makedepends=('meson' 'ldc')
-optdepends=('mongodb: MongoDB support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('ffeedbf50c693dc4d9df04070d9528cec173e6351e542ef0ce411845b595713f071f0af7c97517af566a251f37bf43c065340ce39a9d6c0606555dd67536f961')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: diet-ng/repos/community-x86_64/PKGBUILD (from rev 378919, 
diet-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-09 17:26:32 UTC (rev 378920)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=diet-ng
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
+arch=('x86_64')
+url='https://github.com/rejectedsoftware/diet-ng'
+license=('MIT')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('ffeedbf50c693dc4d9df04070d9528cec173e6351e542ef0ce411845b595713f071f0af7c97517af566a251f37bf43c065340ce39a9d6c0606555dd67536f961')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-09-09 Thread Filipe Laíns via arch-commits
Date: Sunday, September 9, 2018 @ 17:26:27
  Author: ffy00
Revision: 378919

upgpkg: diet-ng 1.5.0-2

Fix wrong optional dependency

Modified:
  diet-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 17:22:57 UTC (rev 378918)
+++ PKGBUILD2018-09-09 17:26:27 UTC (rev 378919)
@@ -3,7 +3,7 @@
 
 pkgname=diet-ng
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
 arch=('x86_64')
 url='https://github.com/rejectedsoftware/diet-ng'
@@ -10,7 +10,6 @@
 license=('MIT')
 depends=('liblphobos')
 makedepends=('meson' 'ldc')
-optdepends=('mongodb: MongoDB support')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 
sha512sums=('ffeedbf50c693dc4d9df04070d9528cec173e6351e542ef0ce411845b595713f071f0af7c97517af566a251f37bf43c065340ce39a9d6c0606555dd67536f961')
 


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

2018-09-09 Thread Filipe Laíns via arch-commits
Date: Sunday, September 9, 2018 @ 17:22:57
  Author: ffy00
Revision: 378918

archrelease: copy trunk to community-x86_64

Added:
  diet-ng/repos/community-x86_64/
  diet-ng/repos/community-x86_64/PKGBUILD
(from rev 378917, diet-ng/trunk/PKGBUILD)

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

Copied: diet-ng/repos/community-x86_64/PKGBUILD (from rev 378917, 
diet-ng/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-09 17:22:57 UTC (rev 378918)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=diet-ng
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
+arch=('x86_64')
+url='https://github.com/rejectedsoftware/diet-ng'
+license=('MIT')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+optdepends=('mongodb: MongoDB support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('ffeedbf50c693dc4d9df04070d9528cec173e6351e542ef0ce411845b595713f071f0af7c97517af566a251f37bf43c065340ce39a9d6c0606555dd67536f961')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-09-09 Thread Filipe Laíns via arch-commits
Date: Sunday, September 9, 2018 @ 17:21:55
  Author: ffy00
Revision: 378917

Initial release

Added:
  diet-ng/
  diet-ng/repos/
  diet-ng/trunk/
  diet-ng/trunk/PKGBUILD

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

Added: diet-ng/trunk/PKGBUILD
===
--- diet-ng/trunk/PKGBUILD  (rev 0)
+++ diet-ng/trunk/PKGBUILD  2018-09-09 17:21:55 UTC (rev 378917)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=diet-ng
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Generic compile-time template system based on an XML-like structure 
for D'
+arch=('x86_64')
+url='https://github.com/rejectedsoftware/diet-ng'
+license=('MIT')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+optdepends=('mongodb: MongoDB support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('ffeedbf50c693dc4d9df04070d9528cec173e6351e542ef0ce411845b595713f071f0af7c97517af566a251f37bf43c065340ce39a9d6c0606555dd67536f961')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


Property changes on: diet-ng/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in cozy-stack/repos/community-x86_64 (10 files)

2018-09-09 Thread Bruno Pagani via arch-commits
Date: Sunday, September 9, 2018 @ 17:09:33
  Author: archange
Revision: 378916

archrelease: copy trunk to community-x86_64

Added:
  cozy-stack/repos/community-x86_64/PKGBUILD
(from rev 378915, cozy-stack/trunk/PKGBUILD)
  cozy-stack/repos/community-x86_64/cozy-stack.service
(from rev 378915, cozy-stack/trunk/cozy-stack.service)
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
(from rev 378915, cozy-stack/trunk/cozy-stack.sysusers)
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
(from rev 378915, cozy-stack/trunk/cozy-stack.tmpfiles)
  cozy-stack/repos/community-x86_64/cozy.yml
(from rev 378915, cozy-stack/trunk/cozy.yml)
Deleted:
  cozy-stack/repos/community-x86_64/PKGBUILD
  cozy-stack/repos/community-x86_64/cozy-stack.service
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
  cozy-stack/repos/community-x86_64/cozy.yml

-+
 PKGBUILD|   90 +-
 cozy-stack.service  |   28 +++
 cozy-stack.sysusers |2 -
 cozy-stack.tmpfiles |8 +---
 cozy.yml|   50 +++
 5 files changed, 90 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 17:09:17 UTC (rev 378915)
+++ PKGBUILD2018-09-09 17:09:33 UTC (rev 378916)
@@ -1,45 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-stack
-pkgver=2018M3S2
-pkgrel=1
-pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
-arch=('x86_64')
-url="https://cozy.io;
-license=('AGPL3')
-backup=('etc/cozy/cozy.yml')
-depends=('couchdb' 'imagemagick' 'git')
-makedepends=('go-pie')
-#optdepends=('cozy-coclyco: X.509 certificates management for instances'
-optdepends=('nodejs: konnectors without isolation'
-'nsjail: isolated konnectors'
-'smtp-forwarder: to allow sending mail to users')
-source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz;
-"cozy.yml"
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha256sums=('164feefce66ba64fdf8164df8d0631b248bc0e3aa28892ef4fe5fa5f7f62d98f'
-'66b2c6be56f70896308974de35d94cedf0124736acd2bdd0b64f0f46d26fd034'
-'f0a8cc43c51daeba92b36b449537eb6fa5d3fb84ef1428dc586266749ed742e0'
-'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'
-'2851ae1dbe60d83a2ee919b783be8c6bd39516c0290f43270605bebe7c9b22f2')
-
-build() {
-cd cozy-stack/src/github.com/cozy/cozy-stack
-GOPATH="${srcdir}"/cozy-stack go build -o "${srcdir}"/bin/cozy-stack 
-ldflags "\
-   -X github.com/cozy/cozy-stack/pkg/config.Version=${pkgver} \
-   -X github.com/cozy/cozy-stack/pkg/config.BuildTime=$(date -u 
+"%Y-%m-%dT%H:%M:%SZ") \
--X github.com/cozy/cozy-stack/pkg/config.BuildMode=production"
-}
-
-package() {
-install -Dm755 bin/cozy-stack -t "${pkgdir}"/usr/bin/
-install -Dm644 cozy.yml -t "${pkgdir}"/etc/cozy/
-install -Dm644 cozy-stack/src/github.com/cozy/cozy-stack/cozy.example.yaml 
-t "${pkgdir}"/usr/share/cozy/
-install -Dm755 
cozy-stack/src/github.com/cozy/cozy-stack/scripts/konnector-node-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-install -Dm755 
cozy-stack/src/github.com/cozy/cozy-stack/scripts/konnector-nsjail-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: cozy-stack/repos/community-x86_64/PKGBUILD (from rev 378915, 
cozy-stack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-09 17:09:33 UTC (rev 378916)
@@ -0,0 +1,45 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-stack
+pkgver=2018M3S5
+pkgrel=1
+pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
+arch=('x86_64')
+url="https://cozy.io;
+license=('AGPL3')
+backup=('etc/cozy/cozy.yml')
+depends=('couchdb' 'imagemagick' 'git')
+makedepends=('go-pie')
+#optdepends=('cozy-coclyco: X.509 certificates management for instances'
+optdepends=('nodejs: konnectors without isolation'
+'nsjail: isolated konnectors'
+'smtp-forwarder: to allow sending mail to users')
+source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz;
+"cozy.yml"
+"${pkgname}.service"
+"${pkgname}.sysusers"
+"${pkgname}.tmpfiles")
+sha256sums=('7ba285f1d1c73b8b8edebe984795bb1ef49b09795ca30437a5c0b568073e22a6'
+

[arch-commits] Commit in cozy-stack/trunk (PKGBUILD cozy-stack.tmpfiles cozy.yml)

2018-09-09 Thread Bruno Pagani via arch-commits
Date: Sunday, September 9, 2018 @ 17:09:17
  Author: archange
Revision: 378915

upgpkg: cozy-stack 2018M3S5-1

Modified:
  cozy-stack/trunk/PKGBUILD
  cozy-stack/trunk/cozy-stack.tmpfiles
  cozy-stack/trunk/cozy.yml

-+
 PKGBUILD|8 
 cozy-stack.tmpfiles |2 --
 cozy.yml|4 
 3 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 15:33:13 UTC (rev 378914)
+++ PKGBUILD2018-09-09 17:09:17 UTC (rev 378915)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=cozy-stack
-pkgver=2018M3S2
+pkgver=2018M3S5
 pkgrel=1
 pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
 arch=('x86_64')
@@ -19,11 +19,11 @@
 "${pkgname}.service"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha256sums=('164feefce66ba64fdf8164df8d0631b248bc0e3aa28892ef4fe5fa5f7f62d98f'
-'66b2c6be56f70896308974de35d94cedf0124736acd2bdd0b64f0f46d26fd034'
+sha256sums=('7ba285f1d1c73b8b8edebe984795bb1ef49b09795ca30437a5c0b568073e22a6'
+'450a41a054871b63ee0d968397d623faa50532269d875c0174633ea543701431'
 'f0a8cc43c51daeba92b36b449537eb6fa5d3fb84ef1428dc586266749ed742e0'
 'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'
-'2851ae1dbe60d83a2ee919b783be8c6bd39516c0290f43270605bebe7c9b22f2')
+'fd333c2fd0de859890204554f52a5c64b953664f6cb262b20bb839aa70ed9ecb')
 
 build() {
 cd cozy-stack/src/github.com/cozy/cozy-stack

Modified: cozy-stack.tmpfiles
===
--- cozy-stack.tmpfiles 2018-09-09 15:33:13 UTC (rev 378914)
+++ cozy-stack.tmpfiles 2018-09-09 17:09:17 UTC (rev 378915)
@@ -1,5 +1,3 @@
 d /var/lib/cozy 0755 cozy cozy
 d /var/log/cozy 0755 cozy cozy
-x /var/lib/cozy
-x /var/log/cozy
 Z /etc/cozy - cozy cozy

Modified: cozy.yml
===
--- cozy.yml2018-09-09 15:33:13 UTC (rev 378914)
+++ cozy.yml2018-09-09 17:09:17 UTC (rev 378915)
@@ -21,3 +21,7 @@
 log:
   level: info
   syslog: false
+
+registries:
+  default:
+  - https://apps-registry.cozycloud.cc/


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

2018-09-09 Thread Antonio Rojas via arch-commits
Date: Sunday, September 9, 2018 @ 17:03:33
  Author: arojas
Revision: 334293

archrelease: copy trunk to staging-x86_64

Added:
  qt5-base/repos/staging-x86_64/
  qt5-base/repos/staging-x86_64/PKGBUILD
(from rev 334292, qt5-base/trunk/PKGBUILD)

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

Copied: qt5-base/repos/staging-x86_64/PKGBUILD (from rev 334292, 
qt5-base/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-09 17:03:33 UTC (rev 334293)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.11.1
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
+ 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
+ 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
+makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
+ 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
+optdepends=('qt5-svg: to use SVG icon themes'
+'postgresql-libs: PostgreSQL driver'
+'libmariadbclient: MariaDB driver'
+'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
+'freetds: MS SQL driver'
+'gtk3: GTK platform plugin')
+conflicts=('qtchooser')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+
qt5-base-glibc-2.28.patch::"http://code.qt.io/cgit/qt/qtbase.git/patch?id=25feee4e;)
+sha256sums=('a0d047b2da5782c8332c59ae203984b64e4d5dc5f4ba9c0884fdbe753d0afb46'
+'2e594aadc8fe30267a02b8561d76d06198de418aaf606cd7e16a2ee62009bfec')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  # Fix build failure with glibc 2.28
+  patch -p1 -i ../qt5-base-glibc-2.28.patch
+
+  # Build qmake using Arch {C,LD}FLAGS
+  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
+  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
+mkspecs/common/gcc-base.conf
+  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
+mkspecs/common/g++-unix.conf
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  ./configure -confirm-license -opensource -v \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples \
+-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
+-system-sqlite \
+-openssl-linked \
+-nomake examples \
+-no-rpath \
+-optimized-qmake \
+-dbus-linked \
+-system-harfbuzz \
+-journald \
+-no-use-gold-linker \
+-reduce-relocations
+  make
+}
+
+package_qt5-base() {
+  pkgdesc='A cross-platform application and UI framework'
+
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+"${pkgdir}"/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  # Fix wrong qmake path in pri file
+  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
+"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
+
+  # Symlinks for backwards compatibility
+  for b in "${pkgdir}"/usr/bin/*; do
+ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
+  done
+}
+
+package_qt5-xcb-private-headers() {
+  pkgdesc='Private headers for Qt5 Xcb'
+
+  depends=("qt5-base=$pkgver")
+  optdepends=()
+  groups=()
+  conflicts=()
+
+  cd ${_pkgfqn}
+  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
+  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
+}


[arch-commits] Commit in qt5-base/trunk (PKGBUILD glibc-2.28.patch)

2018-09-09 Thread Antonio Rojas via arch-commits
Date: Sunday, September 9, 2018 @ 17:03:08
  Author: arojas
Revision: 334292

double-conversion 3.1.0 rebuild

Modified:
  qt5-base/trunk/PKGBUILD
Deleted:
  qt5-base/trunk/glibc-2.28.patch

--+
 PKGBUILD |   10 +-
 glibc-2.28.patch |   53 -
 2 files changed, 5 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 16:46:26 UTC (rev 334291)
+++ PKGBUILD2018-09-09 17:03:08 UTC (rev 334292)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.11.1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -27,15 +27,15 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
 
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-glibc-2.28.patch)
+
qt5-base-glibc-2.28.patch::"http://code.qt.io/cgit/qt/qtbase.git/patch?id=25feee4e;)
 sha256sums=('a0d047b2da5782c8332c59ae203984b64e4d5dc5f4ba9c0884fdbe753d0afb46'
-'46fe59014d32862334b3f8bb81e02e84edc57bd5c465cde98cd9a05ccc343b9a')
+'2e594aadc8fe30267a02b8561d76d06198de418aaf606cd7e16a2ee62009bfec')
 
 prepare() {
   cd ${_pkgfqn}
 
-  # Work around build failure with glibc 2.28 (patch from Fedora)
-  patch -Np1 -i ../glibc-2.28.patch
+  # Fix build failure with glibc 2.28
+  patch -p1 -i ../qt5-base-glibc-2.28.patch
 
   # Build qmake using Arch {C,LD}FLAGS
   # This also sets default {C,CXX,LD}FLAGS for projects built using qmake

Deleted: glibc-2.28.patch
===
--- glibc-2.28.patch2018-09-09 16:46:26 UTC (rev 334291)
+++ glibc-2.28.patch2018-09-09 17:03:08 UTC (rev 334292)
@@ -1,53 +0,0 @@
-diff -up qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h.glibc 
qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h
 qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h.glibc   
2018-06-15 09:29:31.0 +0200
-+++ qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h 
2018-07-26 15:40:56.887961897 +0200
-@@ -72,7 +72,9 @@
- #include 
- #include 
- #include 
-+#if 0
- #include 
-+#endif
- #include 
- #include 
- 
-diff -up 
qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp.glibc 
qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp
 
qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp.glibc
   2018-06-15 09:29:31.0 +0200
-+++ qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp 
2018-07-26 16:34:54.346840184 +0200
-@@ -50,7 +50,9 @@
- #include 
- #include  // for realpath()
- #include 
-+#if 0
- #include 
-+#endif
- #include 
- #include 
- #include 
-@@ -91,7 +93,9 @@ extern "C" NSString *NSTemporaryDirector
- #  include 
- #  include 
- #  include 
-+#if 0
- #  include 
-+#endif
- 
- // in case linux/fs.h is too old and doesn't define it:
- #ifndef FICLONE
-@@ -105,13 +109,13 @@ extern "C" NSString *NSTemporaryDirector
- #undef SYS_renameat2
- #undef SYS_statx
- #undef STATX_BASIC_STATS
--#  else
--#if !QT_CONFIG(renameat2) && defined(SYS_renameat2)
-+#  else 
-+#if 0 && !QT_CONFIG(renameat2) && defined(SYS_renameat2)
- static int renameat2(int oldfd, const char *oldpath, int newfd, const char 
*newpath, unsigned flags)
- { return syscall(SYS_renameat2, oldfd, oldpath, newfd, newpath, flags); }
- #endif
- 
--#if !QT_CONFIG(statx) && defined(SYS_statx)
-+#if 0 && !QT_CONFIG(statx) && defined(SYS_statx)
- static int statx(int dirfd, const char *pathname, int flag, unsigned mask, 
struct statx *statxbuf)
- { return syscall(SYS_statx, dirfd, pathname, flag, mask, statxbuf); }
- #elif !QT_CONFIG(statx) && !defined(SYS_statx)


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

2018-09-09 Thread Antonio Rojas via arch-commits
Date: Sunday, September 9, 2018 @ 16:46:26
  Author: arojas
Revision: 334291

archrelease: copy trunk to staging-x86_64

Added:
  double-conversion/repos/staging-x86_64/
  double-conversion/repos/staging-x86_64/PKGBUILD
(from rev 334290, double-conversion/trunk/PKGBUILD)

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

Copied: double-conversion/repos/staging-x86_64/PKGBUILD (from rev 334290, 
double-conversion/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-09 16:46:26 UTC (rev 334291)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Joel Teichroeb 
+# Contributor: Jonas Heinrich 
+
+pkgname=double-conversion
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
+arch=(x86_64)
+url='https://github.com/google/double-conversion'
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/$pkgver.tar.gz)
+sha256sums=('aef5f528dab826b269b54766a4c2d179e361866c75717af529f91c56b4034665')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package () {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/double-conversion
+}


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

2018-09-09 Thread Antonio Rojas via arch-commits
Date: Sunday, September 9, 2018 @ 16:45:55
  Author: arojas
Revision: 334290

Update to 3.1.0

Modified:
  double-conversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 13:08:50 UTC (rev 334289)
+++ PKGBUILD2018-09-09 16:45:55 UTC (rev 334290)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=double-conversion
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
 arch=(x86_64)
@@ -11,30 +11,24 @@
 license=(BSD)
 depends=(gcc-libs)
 makedepends=(cmake)
-source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/v$pkgver.tar.gz)
-sha256sums=('152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915')
+source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/$pkgver.tar.gz)
+sha256sums=('aef5f528dab826b269b54766a4c2d179e361866c75717af529f91c56b4034665')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd double-conversion-$pkgver
-  cmake . \
+  cd build
+  cmake ../$pkgname-$pkgver \
   -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_SHARED_LIBS=ON \
-  -DCMAKE_INSTALL_LIBDIR=lib
+  -DBUILD_SHARED_LIBS=ON
   make
 }
 
-check() {
-  cd double-conversion-$pkgver
-  cd test
-  cmake .
-# Currently tests fail
-#  make all
-}
-
 package () {
-  cd double-conversion-$pkgver
+  cd build
   make DESTDIR="$pkgdir" install
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/double-conversion/LICENSE
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/double-conversion
 }


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

2018-09-09 Thread Filipe Laíns via arch-commits
Date: Sunday, September 9, 2018 @ 15:33:09
  Author: ffy00
Revision: 378913

upgpkg: gdc 8.2.1+2.068.2-2

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 15:32:52 UTC (rev 378912)
+++ PKGBUILD2018-09-09 15:33:09 UTC (rev 378913)
@@ -17,7 +17,7 @@
 _gdc_commit=76136b64ad3a5b8b38992c56f7f70ec700702e76 # Change here
 _gdmd_commit=0b374bfb3b0df7d0ad76de95e9dd0d5ff7ea07fa # Change here
 _d_ver=''
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL3')
 url="https://github.com/D-Programming-GDC/GDC;
@@ -42,7 +42,7 @@
 _d_ver="+$(cat gdc/gcc/d/VERSION | sed 's|\"||g')"
   fi
 
-  echo "$(cat gcc/gcc/BASE-VER)$_d_ver"
+  echo "$(cat gcc/gcc/BASE-VER | sed -e 's|gcc-||' -e 's|-.*||')$_d_ver"
 }
 
 prepare() {
@@ -79,7 +79,7 @@
   --mandir=/usr/share/man \
   --infodir=/usr/share/info \
   --enable-languages=c++,d,lto \
-  --enable-checking \
+  --enable-checking=release \
   --enable-link-mutex \
   --disable-libgomp \
   --disable-libmudflap \
@@ -91,11 +91,9 @@
   --enable-libmpx \
   --with-system-zlib \
   --with-isl \
-  --enable-__cxa_atexit \
   --disable-libunwind-exceptions \
   --enable-clocale=gnu \
   --disable-libstdcxx-pch \
-  --disable-libssp \
   --enable-gnu-unique-object \
   --enable-linker-build-id \
   --enable-lto \
@@ -105,7 +103,6 @@
   --enable-gnu-indirect-function \
   --disable-multilib \
   --disable-werror \
-  --disable-bootstrap \
   --enable-default-pie \
   --enable-default-ssp \
   --with-bugurl=https://bugzilla.gdcproject.org/ \
@@ -112,8 +109,6 @@
   --with-pkgversion="GDC ${pkgver%+*} based on D 
v${pkgver#*+} built with ISL $_islver for Arch Linux" \
   gdc_include_dir=/usr/include/dlang/gdc
 
-#  make all-gcc all-target-libstdc++-v3
-#  make all-gcc all-target-libstdc++-v3
   make
 }
 
@@ -123,7 +118,7 @@
 #  make check-d
 #  grep -v "^PASS" gcc/testsuite/gdc*/gdc.sum ||:
 #
-#  cd objdir/x86_64-pc-linux-gnu/libphobos/libdruntime
+#  cd x86_64-pc-linux-gnu/libphobos/libdruntime
 #
 #  make unittest
 #  ./unittest


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

2018-09-09 Thread Filipe Laíns via arch-commits
Date: Sunday, September 9, 2018 @ 15:33:13
  Author: ffy00
Revision: 378914

archrelease: copy trunk to community-x86_64

Added:
  gdc/repos/community-x86_64/PKGBUILD
(from rev 378913, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/paths.diff
(from rev 378913, gdc/trunk/paths.diff)
Deleted:
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/paths.diff

+
 PKGBUILD   |  293 +++
 paths.diff |   78 +++
 2 files changed, 193 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 15:33:09 UTC (rev 378913)
+++ PKGBUILD2018-09-09 15:33:13 UTC (rev 378914)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Daniel Kozak (kozzi) 
-# Contributor: Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-# Contributor: Jerome Berger 
-# Contributor: Jesus Alvarez 
-# Contributor: Allan McRae 
-# Contributor: Elijah Stone 
-
-pkgbase=gdc
-pkgname=(gdc libgphobos)
-pkgver=8.2.1+2.068.2
-#_branch=gdc-8-stable
-_islver=0.20 # Change here
-_gccver=8-20180831 # Change here
-_gdc_commit=76136b64ad3a5b8b38992c56f7f70ec700702e76 # Change here
-_gdmd_commit=0b374bfb3b0df7d0ad76de95e9dd0d5ff7ea07fa # Change here
-_d_ver=''
-pkgrel=1
-arch=('x86_64')
-license=('GPL3')
-url="https://github.com/D-Programming-GDC/GDC;
-pkgdesc="GCC based D compiler"
-groups=('dlang')
-makedepends=('git')
-source=("ftp://gcc.gnu.org/pub/gcc/snapshots/$_gccver/gcc-$_gccver.tar.xz;
-"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2;
-
"gdc::git+https://github.com/D-Programming-GDC/GDC.git#commit=$_gdc_commit;
-
"git+https://github.com/D-Programming-GDC/GDMD.git#commit=$_gdmd_commit;
-'paths.diff')
-sha512sums=('56f00dfb37611183a446d80f3c56c91fc4e5287801eaa5871ba6695b19654ecd424d4f9346f03ab1d30017e81fb5646beecd6cb1c63b88767ab2b3f8181fef2a'
-
'afe2e159b74646a26449268637403d271f9e3f6410d8cc1c9cffca41370c4357b165dea844db0c2a654591f954e54710dda650c8088abd4711406aa6302da950'
-'SKIP'
-'SKIP'
-
'841504e9dffe718f7e5a5fbbf03299f2b51acd783d47f99894aa5d411abcc56aedfffd4b16595e3a9446f2206f9eb29cb01e235e82c211796cd24dc23c02b578')
-
-pkgver() {
-  if [ -f gdc/gcc/d/verstr.h ]; then
-_d_ver="+$(cat gdc/gcc/d/verstr.h | sed 's|\"||g')"
-  elif [ -f gdc/gcc/d/VERSION ]; then
-_d_ver="+$(cat gdc/gcc/d/VERSION | sed 's|\"||g')"
-  fi
-
-  echo "$(cat gcc/gcc/BASE-VER | sed -e 's|gcc-||' -e 's|-.*||')$_d_ver"
-}
-
-prepare() {
-  # Setup paths
-  ln -sf "$srcdir"/gcc-$_gccver "$srcdir"/gcc
-  ln -sf "$srcdir"/isl-$_islver "$srcdir"/gcc/isl
-
-  # Setup gcc
-  cd "$srcdir"/gcc
-
-  sed -i 's|\./fixinc\.sh|-c true|' gcc/Makefile.in # Do not run fixincludes
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure # 
hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-
-  # Seup gdc
-  cd "$srcdir"/gdc
-
-  git apply "$srcdir"/paths.diff
-  ./setup-gcc.sh ../gcc
-
-  mkdir "$srcdir"/gcc-build
-}
-
-build() {
-  cd "$srcdir"/gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  export CFLAGS="${CFLAGS/-pipe/} -O2"
-  export CXXFLAGS="${CXXFLAGS/-pipe/} -O2"
-
-  "$srcdir"/gcc/configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --enable-languages=d \
-  --enable-shared \
-  --enable-static \
-  --enable-threads=posix \
-  --enable-libmpx \
-  --with-system-zlib \
-  --with-isl \
-  --enable-__cxa_atexit \
-  --disable-libunwind-exceptions \
-  --enable-clocale=gnu \
-  --disable-libstdcxx-pch \
-  --disable-libssp \
-  --enable-gnu-unique-object \
-  --enable-linker-build-id \
-  --enable-lto \
-  --enable-plugin \
-  --enable-install-libiberty \
-  --with-linker-hash-style=gnu \
-  --enable-gnu-indirect-function \
-  --disable-multilib \
-  --disable-werror \
-  --disable-bootstrap \
-  --enable-default-pie \
-  --enable-default-ssp \
-  --with-bugurl=https://bugzilla.gdcproject.org/ \
-  --with-pkgversion="GDC ${pkgver%+*} based on D 
v${pkgver#*+} built with ISL $_islver 

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

2018-09-09 Thread Filipe Laíns via arch-commits
Date: Sunday, September 9, 2018 @ 15:32:52
  Author: ffy00
Revision: 378912

upgpkg: gdc 8.2.1+2.068.2-1

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 14:50:43 UTC (rev 378911)
+++ PKGBUILD2018-09-09 15:32:52 UTC (rev 378912)
@@ -42,7 +42,7 @@
 _d_ver="+$(cat gdc/gcc/d/VERSION | sed 's|\"||g')"
   fi
 
-  echo "$(cat gcc/gcc/BASE-VER | sed -e 's|gcc-||' -e 's|-.*||')$_d_ver"
+  echo "$(cat gcc/gcc/BASE-VER)$_d_ver"
 }
 
 prepare() {
@@ -66,7 +66,7 @@
 }
 
 build() {
-  cd "$srcdir"/gcc-build
+  cd gcc-build
 
   # using -pipe causes spurious test-suite failures
   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
@@ -78,7 +78,13 @@
   --libexecdir=/usr/lib \
   --mandir=/usr/share/man \
   --infodir=/usr/share/info \
-  --enable-languages=d \
+  --enable-languages=c++,d,lto \
+  --enable-checking \
+  --enable-link-mutex \
+  --disable-libgomp \
+  --disable-libmudflap \
+  --disable-libquadmath \
+  --disable-multilib \
   --enable-shared \
   --enable-static \
   --enable-threads=posix \
@@ -106,9 +112,23 @@
   --with-pkgversion="GDC ${pkgver%+*} based on D 
v${pkgver#*+} built with ISL $_islver for Arch Linux" \
   gdc_include_dir=/usr/include/dlang/gdc
 
+#  make all-gcc all-target-libstdc++-v3
+#  make all-gcc all-target-libstdc++-v3
   make
 }
 
+#check() {
+#  cd gcc-build
+#
+#  make check-d
+#  grep -v "^PASS" gcc/testsuite/gdc*/gdc.sum ||:
+#
+#  cd objdir/x86_64-pc-linux-gnu/libphobos/libdruntime
+#
+#  make unittest
+#  ./unittest
+#}
+
 package_gdc() {
   depends=('gcc' 'perl' 'binutils' 'libgphobos')
   provides=("d-compiler=${pkgver#*+}")


[arch-commits] Commit in pgadmin4/trunk (PKGBUILD pgAdmin4.desktop)

2018-09-09 Thread Levente Polyak via arch-commits
Date: Sunday, September 9, 2018 @ 14:48:45
  Author: anthraxx
Revision: 378906

upgpkg: pgadmin4 3.3-1

Modified:
  pgadmin4/trunk/PKGBUILD
  pgadmin4/trunk/pgAdmin4.desktop

--+
 PKGBUILD |   27 +--
 pgAdmin4.desktop |2 +-
 2 files changed, 14 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 14:45:14 UTC (rev 378905)
+++ PKGBUILD2018-09-09 14:48:45 UTC (rev 378906)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
@@ -10,13 +10,14 @@
 license=('custom')
 depends=('qt5-base' 'python' 'python-psycopg2' 'postgresql-libs' 
'hicolor-icon-theme')
 makedepends=('python-setuptools' 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz
+source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
 pgAdmin4.desktop
 config_distro.py
 config_local.py)
-validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
-sha512sums=('b8d6a60a367ce36b74312753c377ce6c1717638e8e48457a3415000578a891d336bf0a43cabbe62b08eaa3ebddf95081a9a915c04fe8708c7cea9ce1e4bd3b00'
-
'25e6ae6658dd25aa9ebaccaef89ab15c19d513da3641fecaf9100d1139b0cc32c027f60a688f5fdff3b26e7be7897e33e9a7b4dddbf68599e583bd5b2e7946e9'
+validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
+sha512sums=('25027298a51d2ce01902fcd2314e35a44dfb5e3d7f6f5f1620841488bd5b8215436ffcad102fe9846ed4a9dee550232cb0b03c2ee0d5f46f53c753c8107e7ec3'
+'SKIP'
+
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
 
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e')
 
@@ -35,12 +36,12 @@
   cd ${pkgname}-${pkgver}
   convert runtime/pgAdmin4.{ico,png}
 
-  python -m venv "${srcdir}/${pkgname}-${pkgver}/venv"
-  "${srcdir}/${pkgname}-${pkgver}/venv/bin/python" -m pip install -r 
"${srcdir}/${pkgname}-${pkgver}/requirements.txt"
+  python -m venv ./venv
+  venv/bin/python -m pip install -r requirements.txt
 
-  python -m venv "${srcdir}/${pkgname}-${pkgver}/venv-docs"
-  "${srcdir}/${pkgname}-${pkgver}/venv-docs/bin/python" -m pip install -r 
"${srcdir}/${pkgname}-${pkgver}/requirements.txt"
-  "${srcdir}/${pkgname}-${pkgver}/venv-docs/bin/python" -m pip install sphinx
+  python -m venv ./venv-docs
+  venv-docs/bin/python -m pip install -r requirements.txt
+  venv-docs/bin/python -m pip install sphinx
 
   PATH="${srcdir}/${pkgname}-${pkgver}/venv-docs/bin:${PATH}" make docs
 
@@ -53,7 +54,7 @@
 package() {
   cd "${pkgname}-${pkgver}"
 
-  install -D runtime/pgAdmin4 "${pkgdir}/usr/lib/pgadmin4/runtime/pgAdmin4"
+  install -Dm 755 runtime/pgAdmin4 
"${pkgdir}/usr/lib/pgadmin4/runtime/pgAdmin4"
 
   cp -a docs web "${pkgdir}/usr/lib/pgadmin4"
   cp -a venv "${pkgdir}/usr/lib/pgadmin4/venv"
@@ -63,15 +64,13 @@
   ### fixup some python wonkyness
   local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
   rm -r 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/site-packages/psycopg2"
-  ln -s /usr/lib/python3.7/lib-dynload 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/lib-dynload"
+  ln -s /usr/lib/python${PYTHONVERSION}/lib-dynload 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/lib-dynload"
 
   ### Launcher
-
   install -Dm 644 runtime/pgAdmin4-0.png 
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/pgAdmin4.png"
   install -Dm 644 runtime/pgAdmin4-1.png 
"${pkgdir}/usr/share/icons/hicolor/48x48/apps/pgAdmin4.png"
   install -Dm 644 runtime/pgAdmin4-2.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/pgAdmin4.png"
   install -Dm 644 runtime/pgAdmin4-3.png 
"${pkgdir}/usr/share/icons/hicolor/16x16/apps/pgAdmin4.png"
-
   install -Dm 644 "${srcdir}/pgAdmin4.desktop" -t 
"${pkgdir}/usr/share/applications"
 
   install -D /dev/stdin "${pkgdir}/usr/bin/pgadmin4" <

[arch-commits] Commit in pgadmin4/repos/community-x86_64 (8 files)

2018-09-09 Thread Levente Polyak via arch-commits
Date: Sunday, September 9, 2018 @ 14:48:53
  Author: anthraxx
Revision: 378907

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 378906, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 378906, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 378906, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 378906, pgadmin4/trunk/pgAdmin4.desktop)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop

--+
 PKGBUILD |  181 ++---
 config_distro.py |4 -
 pgAdmin4.desktop |   22 +++---
 3 files changed, 103 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 14:48:45 UTC (rev 378906)
+++ PKGBUILD2018-09-09 14:48:53 UTC (rev 378907)
@@ -1,91 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=3.2
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-base' 'python' 'python-psycopg2' 'postgresql-libs' 
'hicolor-icon-theme')
-makedepends=('python-setuptools' 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz
-pgAdmin4.desktop
-config_distro.py
-config_local.py)
-validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
-sha512sums=('b8d6a60a367ce36b74312753c377ce6c1717638e8e48457a3415000578a891d336bf0a43cabbe62b08eaa3ebddf95081a9a915c04fe8708c7cea9ce1e4bd3b00'
-
'25e6ae6658dd25aa9ebaccaef89ab15c19d513da3641fecaf9100d1139b0cc32c027f60a688f5fdff3b26e7be7897e33e9a7b4dddbf68599e583bd5b2e7946e9'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  sed 's|value("PythonPath")|value("PythonPath", 
"/usr/lib/pgadmin4/venv/lib/python'${PYTHONVERSION}'/site-packages:/usr/lib/python'${PYTHONVERSION}'/site-packages:/usr/lib/python'${PYTHONVERSION}'")|g'
 -i runtime/{pgAdmin4.cpp,Server.cpp,TrayIcon.cpp}
-  sed -r 's|(venv/lib/python)|\1'${PYTHONVERSION}'|g' runtime/Server.cpp
-}
-
-
-build() {
-  export LANG=en_US.UTF-8
-  export LC_ALL=en_US.UTF-8
-
-  cd ${pkgname}-${pkgver}
-  convert runtime/pgAdmin4.{ico,png}
-
-  python -m venv "${srcdir}/${pkgname}-${pkgver}/venv"
-  "${srcdir}/${pkgname}-${pkgver}/venv/bin/python" -m pip install -r 
"${srcdir}/${pkgname}-${pkgver}/requirements.txt"
-
-  python -m venv "${srcdir}/${pkgname}-${pkgver}/venv-docs"
-  "${srcdir}/${pkgname}-${pkgver}/venv-docs/bin/python" -m pip install -r 
"${srcdir}/${pkgname}-${pkgver}/requirements.txt"
-  "${srcdir}/${pkgname}-${pkgver}/venv-docs/bin/python" -m pip install sphinx
-
-  PATH="${srcdir}/${pkgname}-${pkgver}/venv-docs/bin:${PATH}" make docs
-
-  cd runtime
-  qmake CONFIG+=release
-  make
-}
-
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -D runtime/pgAdmin4 "${pkgdir}/usr/lib/pgadmin4/runtime/pgAdmin4"
-
-  cp -a docs web "${pkgdir}/usr/lib/pgadmin4"
-  cp -a venv "${pkgdir}/usr/lib/pgadmin4/venv"
-
-  install -Dm 644 "${srcdir}"/config_{distro,local}.py -t 
"${pkgdir}/usr/lib/pgadmin4/web"
-
-  ### fixup some python wonkyness
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  rm -r 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/site-packages/psycopg2"
-  ln -s /usr/lib/python3.7/lib-dynload 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/lib-dynload"
-
-  ### Launcher
-
-  install -Dm 644 runtime/pgAdmin4-0.png 
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/pgAdmin4.png"
-  install -Dm 644 runtime/pgAdmin4-1.png 
"${pkgdir}/usr/share/icons/hicolor/48x48/apps/pgAdmin4.png"
-  install -Dm 644 runtime/pgAdmin4-2.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/pgAdmin4.png"
-  install -Dm 644 runtime/pgAdmin4-3.png 
"${pkgdir}/usr/share/icons/hicolor/16x16/apps/pgAdmin4.png"
-
-  install -Dm 644 "${srcdir}/pgAdmin4.desktop" -t 
"${pkgdir}/usr/share/applications"
-
-  install -D /dev/stdin "${pkgdir}/usr/bin/pgadmin4" <
+# Maintainer: Jerome Leclanche 
+
+pkgname=pgadmin4
+pkgver=3.3
+pkgrel=1
+pkgdesc='Comprehensive design and management interface for PostgreSQL'

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

2018-09-09 Thread Jelle van der Waa via arch-commits
Date: Sunday, September 9, 2018 @ 14:45:14
  Author: jelle
Revision: 378905

Add prepare, removing gzip'ing, make clean

Move sed to prepare(), remove gzip'ing of man page and remove the useless 'make
clean'. Remove $srcdir everywhere since it's not required anymore.

Modified:
  i3lock/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 13:08:41 UTC (rev 378904)
+++ PKGBUILD2018-09-09 14:45:14 UTC (rev 378905)
@@ -18,23 +18,24 @@
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
+prepare() {
+  cd "${pkgname}-${pkgver}"
   # Fix ticket FS#31544, sed line taken from gentoo
   sed -i -e 's:login:system-auth:' i3lock.pam
+}
 
+build() {
+  cd "${pkgname}-${pkgver}"
+
   make
-  gzip i3lock.1
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   
-  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 i3lock.1 ${pkgdir}/usr/share/man/man1/i3lock.1
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  make clean
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in nvidia-390xx/repos (3 files)

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:06:46
  Author: heftig
Revision: 334282

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 334281, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 334281, nvidia-390xx/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   88 
 kernel-4.16.patch |   33 +++
 2 files changed, 121 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 334281, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-09 13:06:46 UTC (rev 334282)
@@ -0,0 +1,88 @@
+# $Id: PKGBUILD 332973 2018-08-24 16:31:14Z heftig $
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.77
+_extramodules=extramodules-ARCH
+pkgrel=15
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 
'linux-headers>=4.18' 'linux-headers<4.19')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)
+sha256sums=('6eb950dc4b59697d12d79a975b2c21a5e3cde49a12b61432d7e836110a06a6ea'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux>=4.18' 'linux<4.19' "nvidia-390xx-utils=${pkgver}" 
'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
+conflicts+=('nvidia-390xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 334281, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-09-09 13:06:46 UTC (rev 334282)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git 

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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:06:55
  Author: heftig
Revision: 334283

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 334282, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 334282, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   87 
 kernel-4.16.patch |   33 +++
 2 files changed, 120 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 334282, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-09 13:06:55 UTC (rev 334283)
@@ -0,0 +1,87 @@
+# $Id: PKGBUILD 332974 2018-08-24 16:31:16Z heftig $
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=396.54
+_extramodules=extramodules-ARCH
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.18' 
'linux-headers<4.19')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)
+sha256sums=('7c3e3c9ca6aea31ad2613ef9cb6a4510d95d61b698f084e55adcc0611ee9eec3'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.18' 'linux<4.19' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/kernel-4.16.patch (from rev 334282, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-09-09 13:06:55 UTC (rev 334283)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is 

[arch-commits] Commit in nvidia-340xx/repos (3 files)

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:07:04
  Author: heftig
Revision: 334284

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 334283, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 334283, nvidia-340xx/trunk/kernel-4.11.patch)

---+
 PKGBUILD  |   73 
 kernel-4.11.patch |   38 +++
 2 files changed, 111 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 334283, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-09 13:07:04 UTC (rev 334284)
@@ -0,0 +1,73 @@
+# $Id: PKGBUILD 332975 2018-08-24 16:31:20Z heftig $
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-ARCH
+pkgrel=28
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.18' 
'linux-headers<4.19')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.18' 'linux<4.19' "nvidia-340xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-340xx=$pkgver")
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 334283, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-09-09 13:07:04 UTC (rev 334284)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int 

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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:06:39
  Author: heftig
Revision: 378897

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 378896, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 378896, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 378896, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-09 13:06:39 UTC (rev 378897)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 373819 2018-08-24 16:31:12Z heftig $
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=159
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.18' 'linux<4.19')
+makedepends=('linux-headers>=4.18' 'linux-headers<4.19')
+_extramodules=extramodules-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 378896, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-09-09 13:06:39 UTC (rev 378897)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:06:32
  Author: heftig
Revision: 378896

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 378895, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 378895, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 378895, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
378895, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-09-09 13:06:32 UTC (rev 
378896)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 378895, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-09 13:06:32 UTC (rev 378896)
@@ -0,0 +1,52 @@
+# $Id: PKGBUILD 373818 2018-08-24 16:31:09Z heftig $
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=100
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.18' 'linux<4.19')
+makedepends=('linux-headers>=4.18' 'linux-headers<4.19')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 378895, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-09-09 13:06:32 UTC (rev 378896)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:06:23
  Author: heftig
Revision: 378895

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 378894, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 378894, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-09 13:06:23 UTC (rev 378895)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 373817 2018-08-24 16:31:07Z heftig $
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.046.00
+pkgrel=10
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')
+
+build() {
+   KERNEL_VERSION=$(=4.18" "linux<4.19")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:06:07
  Author: heftig
Revision: 378893

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 378892, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 378892, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-09 13:06:07 UTC (rev 378893)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 373815 2018-08-24 16:31:04Z heftig $
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.18
+pkgrel=9
+_linux_major=4
+_linux_minor=18
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:06:15
  Author: heftig
Revision: 378894

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 378893, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 378893, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-09 13:06:15 UTC (rev 378894)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 373816 2018-08-24 16:31:06Z heftig $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=165
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.18' 'linux<4.19')
+makedepends=('linux-headers>=4.18' 'linux-headers<4.19')
+_extramodules=extramodules-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:05:58
  Author: heftig
Revision: 378892

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 378891, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 378891, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-09 13:05:58 UTC (rev 378892)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 373814 2018-08-24 16:31:01Z heftig $
+# Maintainer: Eli Schwartz 
+
+pkgname=broadcom-wl# Build against stock -arch kernel
+#pkgname=broadcom-wl-custom# Build agains kernel with a different name
+_kernelname=${pkgname#broadcom-wl}
+pkgver=6.30.223.271
+pkgrel=46
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" 
"${pkgname%$_kernelname}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "$srcdir" -m $pkgname/$pkgver -k $_kernver
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${pkgname}/${pkgver}/${_kernver}/${CARCH}/module/*.ko
+find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+_license="/usr/share/licenses/${pkgname}-dkms/"
+if [[ -d $_license ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/} ${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${pkgname}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} "${pkgdir}"/${_modprobe/-dkms/}
+fi
+}


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:05:51
  Author: heftig
Revision: 378891

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 378890, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 378890, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-09 13:05:51 UTC (rev 378891)
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 373813 2018-08-24 16:30:59Z heftig $
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=53
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.18' 'linux<4.19')
+makedepends=('linux-headers>=4.18' 'linux-headers<4.19' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:05:09
  Author: heftig
Revision: 334280

396.54-4: kernel 4.18.7.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 13:05:06 UTC (rev 334279)
+++ PKGBUILD2018-09-09 13:05:09 UTC (rev 334280)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=396.54
 _extramodules=extramodules-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:04:48
  Author: heftig
Revision: 378884

0.43-53: kernel 4.18.7.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 12:51:33 UTC (rev 378883)
+++ PKGBUILD2018-09-09 13:04:48 UTC (rev 378884)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=52
+pkgrel=53
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:04:57
  Author: heftig
Revision: 37

8.046.00-10: kernel 4.18.7.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 13:04:55 UTC (rev 378887)
+++ PKGBUILD2018-09-09 13:04:57 UTC (rev 37)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=9
+pkgrel=10
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:04:55
  Author: heftig
Revision: 378887

0.8-165: kernel 4.18.7.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 13:04:53 UTC (rev 378886)
+++ PKGBUILD2018-09-09 13:04:55 UTC (rev 378887)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=164
+pkgrel=165
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:04:51
  Author: heftig
Revision: 378885

6.30.223.271-46: kernel 4.18.7.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 13:04:48 UTC (rev 378884)
+++ PKGBUILD2018-09-09 13:04:51 UTC (rev 378885)
@@ -5,7 +5,7 @@
 #pkgname=broadcom-wl-custom# Build agains kernel with a different name
 _kernelname=${pkgname#broadcom-wl}
 pkgver=6.30.223.271
-pkgrel=45
+pkgrel=46
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:05:01
  Author: heftig
Revision: 378889

20170610-100: kernel 4.18.7.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 13:04:57 UTC (rev 37)
+++ PKGBUILD2018-09-09 13:05:01 UTC (rev 378889)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=99
+pkgrel=100
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:04:53
  Author: heftig
Revision: 378886

5.2.18-9: kernel 4.18.7.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 13:04:51 UTC (rev 378885)
+++ PKGBUILD2018-09-09 13:04:53 UTC (rev 378886)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.18
-pkgrel=8
+pkgrel=9
 _linux_major=4
 _linux_minor=18
 arch=('x86_64')


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:05:03
  Author: heftig
Revision: 378890

1.1.0-159: kernel 4.18.7.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 13:05:01 UTC (rev 378889)
+++ PKGBUILD2018-09-09 13:05:03 UTC (rev 378890)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=158
+pkgrel=159
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


[arch-commits] Commit in nvidia-390xx/trunk (PKGBUILD)

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:05:06
  Author: heftig
Revision: 334279

390.77-15: kernel 4.18.7.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 12:49:07 UTC (rev 334278)
+++ PKGBUILD2018-09-09 13:05:06 UTC (rev 334279)
@@ -7,7 +7,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.77
 _extramodules=extramodules-ARCH
-pkgrel=14
+pkgrel=15
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 13:05:13
  Author: heftig
Revision: 334281

340.107-28: kernel 4.18.7.arch1-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 13:05:09 UTC (rev 334280)
+++ PKGBUILD2018-09-09 13:05:13 UTC (rev 334281)
@@ -7,7 +7,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=27
+pkgrel=28
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 12:48:53
  Author: heftig
Revision: 334277

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/60-linux.hook
(from rev 334276, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 334276, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 334276, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 334276, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 334276, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 334276, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  242 +
 config| 9690 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 9979 insertions(+)

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


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 12:49:07
  Author: heftig
Revision: 334278

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/60-linux.hook
(from rev 334277, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 334277, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 334277, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 334277, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 334277, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 334277, linux/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  242 +
 config| 9648 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 9937 insertions(+)

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


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 12:48:00
  Author: heftig
Revision: 334275

4.18.7.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 11:07:27 UTC (rev 334274)
+++ PKGBUILD2018-09-09 12:48:00 UTC (rev 334275)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.18.6-zen1
+_srcver=4.18.7-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2018-09-09 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 12:48:04
  Author: heftig
Revision: 334276

4.18.7.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-09 12:48:00 UTC (rev 334275)
+++ PKGBUILD2018-09-09 12:48:04 UTC (rev 334276)
@@ -5,7 +5,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.18.6-arch1
+_srcver=4.18.7-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


  1   2   >