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

2018-04-16 Thread Eli Schwartz via arch-commits
Date: Tuesday, April 17, 2018 @ 05:13:56
  Author: eschwartz
Revision: 316599

FS#58200 fix HTTP-only urls

Debian mirrors don't do HTTPS.

Modified:
  xosd/repos/community-x86_64/PKGBUILD
  xosd/trunk/PKGBUILD

-+
 repos/community-x86_64/PKGBUILD |2 +-
 trunk/PKGBUILD  |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2018-04-16 23:51:44 UTC (rev 316598)
+++ repos/community-x86_64/PKGBUILD 2018-04-17 05:13:56 UTC (rev 316599)
@@ -11,7 +11,7 @@
 url="http://sourceforge.net/projects/libxosd/;
 depends=('libxt' 'libxinerama' 'sh' 'xorg-fonts-misc')
 source=("https://downloads.sourceforge.net/libxosd/${pkgname}-${pkgver}.tar.gz;
-   
"https://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
+
"http://http.debian.net/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
 sha256sums=('4f1fa96f4895baee6a3cba40f188a0da23bbac9d68e8c326d749e084143cb508'
 '82673c6d4fa7644ae7707f6fc35799cbbf38b02852d375b38faeb2a0690c0ca5')
 

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-04-16 23:51:44 UTC (rev 316598)
+++ trunk/PKGBUILD  2018-04-17 05:13:56 UTC (rev 316599)
@@ -8,10 +8,10 @@
 pkgdesc="Displays text on your screen. On-Screen-Display-libs for some tools"
 arch=('x86_64')
 license=('GPL2')
-url="http://sourceforge.net/projects/libxosd/;
+url="https://sourceforge.net/projects/libxosd/;
 depends=('libxt' 'libxinerama' 'sh' 'xorg-fonts-misc')
 source=("https://downloads.sourceforge.net/libxosd/${pkgname}-${pkgver}.tar.gz;
-   
"https://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
+
"http://http.debian.net/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
 sha256sums=('4f1fa96f4895baee6a3cba40f188a0da23bbac9d68e8c326d749e084143cb508'
 '82673c6d4fa7644ae7707f6fc35799cbbf38b02852d375b38faeb2a0690c0ca5')
 


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:50:00
  Author: anatolik
Revision: 316536

upgpkg: ruby-gio2 3.2.4-1

upgpkg: ruby-gio2 3.2.4-1

Modified:
  ruby-gio2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:49:42 UTC (rev 316535)
+++ PKGBUILD2018-04-16 17:50:00 UTC (rev 316536)
@@ -2,7 +2,7 @@
 
 _gemname=gio2
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('5d14b0e652b38f4f19c4169fd48bab843f020c46')
+sha1sums=('e89206785eff4f885f7d8d67f44571dc2ea1e5ab')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:50:27
  Author: anatolik
Revision: 316537

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:50:00 UTC (rev 316536)
+++ PKGBUILD2018-04-16 17:50:27 UTC (rev 316537)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gio2
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-pkgrel=1
-pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('5d14b0e652b38f4f19c4169fd48bab843f020c46')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

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


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:50:44
  Author: anatolik
Revision: 316538

upgpkg: ruby-gdk_pixbuf2 3.2.4-1

upgpkg: ruby-gdk_pixbuf2 3.2.4-1

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:50:27 UTC (rev 316537)
+++ PKGBUILD2018-04-16 17:50:44 UTC (rev 316538)
@@ -3,7 +3,7 @@
 
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('c27a3eb89c074a1a900f3926daa2dc2d0279ae4f')
+sha1sums=('7099f39b59023b76f8fe890fe2ba5cbd77b7397c')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:52:54
  Author: anatolik
Revision: 316543

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:52:27 UTC (rev 316542)
+++ PKGBUILD2018-04-16 17:52:54 UTC (rev 316543)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-pkgrel=1
-pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby pango ruby-cairo ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('0c3e82b14fdca380a5e1afa01a1bc040047f')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

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


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

2018-04-16 Thread Christian Rebischke via arch-commits
Date: Monday, April 16, 2018 @ 16:29:09
  Author: shibumi
Revision: 316529

archrelease: copy trunk to community-x86_64

Added:
  playerctl/repos/community-x86_64/PKGBUILD
(from rev 316528, playerctl/trunk/PKGBUILD)
Deleted:
  playerctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 16:29:02 UTC (rev 316528)
+++ PKGBUILD2018-04-16 16:29:09 UTC (rev 316529)
@@ -1,30 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Ian D. Scott 
-# Contributor: Tony Crisci 
-pkgname=playerctl
-pkgver=0.5.0
-pkgrel=4
-pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
-arch=('i686' 'x86_64')
-url="https://github.com/acrisci/playerctl;
-license=('LGPL3')
-depends=('glib2')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
-sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
-
-prepare() {
-cd "${srcdir}/playerctl-${pkgver}"
-NOCONFIGURE=true ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/playerctl-${pkgver}"
-./configure --prefix=/usr --enable-gtk-doc
-make -j1
-}
-
-package() {
-cd "${srcdir}/playerctl-${pkgver}"
-make DESTDIR="${pkgdir}/" install
-}

Copied: playerctl/repos/community-x86_64/PKGBUILD (from rev 316528, 
playerctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 16:29:09 UTC (rev 316529)
@@ -0,0 +1,29 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Ian D. Scott 
+# Contributor: Tony Crisci 
+pkgname=playerctl
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
+arch=('x86_64')
+url="https://github.com/acrisci/playerctl;
+license=('LGPL3')
+depends=('glib2')
+makedepends=('gobject-introspection' 'gtk-doc')
+source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
+sha512sums=('8023b5704ca2a428510df6228850b616061289764cc3c4190c0c46f79d6a20e499495f2d773bd821357653ba63bca40eac70f7cc3a11251da3c6a4f7781db739')
+
+prepare() {
+cd "${srcdir}/playerctl-${pkgver}"
+NOCONFIGURE=true ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/playerctl-${pkgver}"
+./configure --prefix=/usr --enable-gtk-doc
+}
+
+package() {
+cd "${srcdir}/playerctl-${pkgver}"
+make DESTDIR="${pkgdir}/" install
+}


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

2018-04-16 Thread Christian Rebischke via arch-commits
Date: Monday, April 16, 2018 @ 16:29:02
  Author: shibumi
Revision: 316528

upgpkg: playerctl 0.6.0-1

New version + removed make -j1 bullshit

Modified:
  playerctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 15:52:16 UTC (rev 316527)
+++ PKGBUILD2018-04-16 16:29:02 UTC (rev 316528)
@@ -2,8 +2,8 @@
 # Contributor: Ian D. Scott 
 # Contributor: Tony Crisci 
 pkgname=playerctl
-pkgver=0.5.0
-pkgrel=4
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
 arch=('x86_64')
 url="https://github.com/acrisci/playerctl;
@@ -11,7 +11,7 @@
 depends=('glib2')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
-sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
+sha512sums=('8023b5704ca2a428510df6228850b616061289764cc3c4190c0c46f79d6a20e499495f2d773bd821357653ba63bca40eac70f7cc3a11251da3c6a4f7781db739')
 
 prepare() {
 cd "${srcdir}/playerctl-${pkgver}"
@@ -21,7 +21,6 @@
 build() {
 cd "${srcdir}/playerctl-${pkgver}"
 ./configure --prefix=/usr --enable-gtk-doc
-make -j1
 }
 
 package() {


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:49:15
  Author: anatolik
Revision: 316534

upgpkg: ruby-gobject-introspection 3.2.4-1

upgpkg: ruby-gobject-introspection 3.2.4-1

Modified:
  ruby-gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:48:55 UTC (rev 316533)
+++ PKGBUILD2018-04-16 17:49:15 UTC (rev 316534)
@@ -2,7 +2,7 @@
 
 _gemname=gobject-introspection
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('a6eac534f5b8a64830e7f04b10f1c91505521d58')
+sha1sums=('2601b8bcc01fc229ed59a8fea3363b3b58e0e411')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:49:42
  Author: anatolik
Revision: 316535

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:52:07
  Author: anatolik
Revision: 316541

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:51:40 UTC (rev 316540)
+++ PKGBUILD2018-04-16 17:52:07 UTC (rev 316541)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo-gobject
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-pkgrel=1
-pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-cairo ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('6cc91ede72da7875b7069ceb3f604dcae3a0df26')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

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


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:51:40
  Author: anatolik
Revision: 316540

upgpkg: ruby-cairo-gobject 3.2.4-1

upgpkg: ruby-cairo-gobject 3.2.4-1

Modified:
  ruby-cairo-gobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:51:15 UTC (rev 316539)
+++ PKGBUILD2018-04-16 17:51:40 UTC (rev 316540)
@@ -2,7 +2,7 @@
 
 _gemname=cairo-gobject
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('6cc91ede72da7875b7069ceb3f604dcae3a0df26')
+sha1sums=('4dd4686992352571193005971e319666384254f7')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:51:15
  Author: anatolik
Revision: 316539

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:52:27
  Author: anatolik
Revision: 316542

upgpkg: ruby-pango 3.2.4-1

upgpkg: ruby-pango 3.2.4-1

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:52:07 UTC (rev 316541)
+++ PKGBUILD2018-04-16 17:52:27 UTC (rev 316542)
@@ -3,7 +3,7 @@
 
 _gemname=pango
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('0c3e82b14fdca380a5e1afa01a1bc040047f')
+sha1sums=('478f2a4388aa3546676a773d17b8696baf9d97d7')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in adapta-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:29:09
  Author: alucryd
Revision: 316547

archrelease: copy trunk to community-any

Added:
  adapta-gtk-theme/repos/community-any/PKGBUILD
(from rev 316546, adapta-gtk-theme/trunk/PKGBUILD)
Deleted:
  adapta-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 18:26:27 UTC (rev 316546)
+++ PKGBUILD2018-04-16 18:29:09 UTC (rev 316547)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Phillip Schichtel 
-
-pkgname=adapta-gtk-theme
-pkgver=3.93.0.225
-pkgrel=1
-pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
-arch=('any')
-url='https://github.com/adapta-project/adapta-gtk-theme'
-license=('CCPL' 'GPL2')
-makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
-optdepends=('gtk-engine-murrine: for gtk2 themes'
-'noto-fonts: Recommended font'
-'ttf-roboto: Recommended font')
-source=("git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  cd adapta-gtk-theme
-
-  ./autogen.sh \
---prefix='/usr' \
---enable-parallel \
---enable-plank \
---enable-telegram \
---disable-unity
-  make
-}
-
-package() {
-  cd adapta-gtk-theme
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/plank/themes
-  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
-
-  install -Dm 644 LICENSE_CC_BY_SA4 -t 
"${pkgdir}"/usr/share/licenses/adapta-gtk-theme/
-}
-
-# vim: ts=2 sw=2 et:

Copied: adapta-gtk-theme/repos/community-any/PKGBUILD (from rev 316546, 
adapta-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 18:29:09 UTC (rev 316547)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Phillip Schichtel 
+
+pkgname=adapta-gtk-theme
+pkgver=3.93.0.258
+pkgrel=1
+pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
+arch=('any')
+url='https://github.com/adapta-project/adapta-gtk-theme'
+license=('CCPL' 'GPL2')
+makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
+optdepends=('gtk-engine-murrine: for gtk2 themes'
+'noto-fonts: Recommended font'
+'ttf-roboto: Recommended font')
+source=("git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  cd adapta-gtk-theme
+
+  ./autogen.sh \
+--prefix='/usr' \
+--enable-parallel \
+--enable-plank \
+--enable-telegram \
+--disable-unity
+  make
+}
+
+package() {
+  cd adapta-gtk-theme
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/plank/themes
+  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
+
+  install -Dm 644 LICENSE_CC_BY_SA4 -t 
"${pkgdir}"/usr/share/licenses/adapta-gtk-theme/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (10 files)

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 12:14:19
  Author: felixonmars
Revision: 316498

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 316497, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 316497, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/harmony-fix.diff
(from rev 316497, wine-staging/trunk/harmony-fix.diff)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 316497, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 316497, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/harmony-fix.diff
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  370 ++---
 harmony-fix.diff |  126 +-
 wine-binfmt.conf |4 
 wine.install |   14 +-
 4 files changed, 257 insertions(+), 257 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
316497, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 12:01:32 UTC (rev 316497)
+++ PKGBUILD2018-04-16 12:14:19 UTC (rev 316498)
@@ -1,185 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=3.6
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/3.x/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-harmony-fix.diff
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('31d24cc78734bdb743afcec7df05b641ab0625568361401eaf8cd5e217719c8c51a0ef7ed737a560fe42cb9ecd88f10d35e62a98d9df69b966502a5b0dab5a22'
-'SKIP'
-
'839731fa3dba91cefd9e0f036b4d688c4786fe8cb19143819457fb9e45a6c14ef3a70630b585abdd424a00036312114034a2529700012ea1863527e45fbfac2a'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  samba
-  

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

2018-04-16 Thread Guillaume Alaux via arch-commits
Date: Monday, April 16, 2018 @ 13:19:11
  Author: guillaume
Revision: 316504

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/LICENSE
(from rev 316503, sbt/trunk/LICENSE)
  sbt/repos/community-any/PKGBUILD
(from rev 316503, sbt/trunk/PKGBUILD)
  sbt/repos/community-any/sbt.install
(from rev 316503, sbt/trunk/sbt.install)
Deleted:
  sbt/repos/community-any/LICENSE
  sbt/repos/community-any/PKGBUILD
  sbt/repos/community-any/sbt.install

-+
 LICENSE |   50 
 PKGBUILD|   88 +-
 sbt.install |   16 +-
 3 files changed, 77 insertions(+), 77 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-04-16 13:18:05 UTC (rev 316503)
+++ LICENSE 2018-04-16 13:19:11 UTC (rev 316504)
@@ -1,25 +0,0 @@
-Copyright (c) 2008-2014 Typesafe Inc, Mark Harrah, Grzegorz Kossakowski, Josh 
Suereth, Indrajit Raychaudhuri, Eugene Yokota, and other contributors.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: sbt/repos/community-any/LICENSE (from rev 316503, sbt/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-04-16 13:19:11 UTC (rev 316504)
@@ -0,0 +1,25 @@
+Copyright (c) 2008-2014 Typesafe Inc, Mark Harrah, Grzegorz Kossakowski, Josh 
Suereth, Indrajit Raychaudhuri, Eugene Yokota, and other contributors.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 13:18:05 UTC (rev 316503)
+++ PKGBUILD2018-04-16 13:19:11 UTC (rev 316504)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Andrea Scarpino 
-# Contributor: Leif Warner 
-
-pkgname=sbt
-epoch=1
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='The interactive build tool'
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('BSD')
-depends=('java-runtime-headless=8' 'sh')
-IFS='.' read -a _pkgver <<< "${pkgver}"
-_majorver=${_pkgver[0]}.x
-install=sbt.install

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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 13:48:20
  Author: bgyorgy
Revision: 316509

latexila renamed to gnome-latex

Added:
  gnome-latex/
  gnome-latex/trunk/
  gnome-latex/trunk/PKGBUILD

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

Added: gnome-latex/trunk/PKGBUILD
===
--- gnome-latex/trunk/PKGBUILD  (rev 0)
+++ gnome-latex/trunk/PKGBUILD  2018-04-16 13:48:20 UTC (rev 316509)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+# Contributor: Bernd Prünster (JesusMcCloud) 
+
+pkgname=gnome-latex
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="LaTeX editor for the GNOME desktop"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/GNOME-LaTeX;
+license=(GPL3)
+depends=(gsettings-desktop-schemas gspell libgee tepl)
+makedepends=(autoconf-archive appstream-glib git gobject-introspection gtk-doc 
intltool vala yelp-tools)
+optdepends=('texlive-core: build LaTeX documents')
+replaces=(latexila)
+_commit=907fcbf99789fa8f29d4e09a14344d0f803472b9  # tags/3.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-latex.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  make
+}
+
+package() {
+   cd $pkgname
+   make DESTDIR="$pkgdir" install
+}


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


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:54:24
  Author: anatolik
Revision: 316545

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:53:58 UTC (rev 316544)
+++ PKGBUILD2018-04-16 17:54:24 UTC (rev 316545)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-pkgrel=1
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('4629a832cff2aba4fe9c4cb66112f6b5194701f0')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

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


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:53:58
  Author: anatolik
Revision: 316544

upgpkg: ruby-gtk2 3.2.4-1

upgpkg: ruby-gtk2 3.2.4-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:52:54 UTC (rev 316543)
+++ PKGBUILD2018-04-16 17:53:58 UTC (rev 316544)
@@ -3,7 +3,7 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('4629a832cff2aba4fe9c4cb66112f6b5194701f0')
+sha1sums=('e5d7b35799c5a335214fb587b4128840856e4fbb')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in python2-ipaddress/repos/extra-any (4 files)

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 16:30:22
  Author: felixonmars
Revision: 321915

archrelease: copy trunk to extra-any

Added:
  python2-ipaddress/repos/extra-any/LICENSE
(from rev 321914, python2-ipaddress/trunk/LICENSE)
  python2-ipaddress/repos/extra-any/PKGBUILD
(from rev 321914, python2-ipaddress/trunk/PKGBUILD)
Deleted:
  python2-ipaddress/repos/extra-any/LICENSE
  python2-ipaddress/repos/extra-any/PKGBUILD

--+
 LICENSE  |  100 ++---
 PKGBUILD |   56 +-
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-04-16 16:29:59 UTC (rev 321914)
+++ LICENSE 2018-04-16 16:30:22 UTC (rev 321915)
@@ -1,50 +0,0 @@
-This package is a modified version of cpython's ipaddress module.
-It is therefore distributed under the PSF license, as follows: 
-
-PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
-
-
-1. This LICENSE AGREEMENT is between the Python Software Foundation
-("PSF"), and the Individual or Organization ("Licensee") accessing and
-otherwise using this software ("Python") in source or binary form and
-its associated documentation.
-
-2. Subject to the terms and conditions of this License Agreement, PSF hereby
-grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
-analyze, test, perform and/or display publicly, prepare derivative works,
-distribute, and otherwise use Python alone or in any derivative version,
-provided, however, that PSF's License Agreement and PSF's notice of copyright,
-i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
-2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are
-retained in Python alone or in any derivative version prepared by Licensee.
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python or any part thereof, and wants to make
-the derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to Python.
-
-4. PSF is making Python available to Licensee on an "AS IS"
-basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
-A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
-OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. Nothing in this License Agreement shall be deemed to create any
-relationship of agency, partnership, or joint venture between PSF and
-Licensee.  This License Agreement does not grant permission to use PSF
-trademarks or trade name in a trademark sense to endorse or promote
-products or services of Licensee, or any third party.
-
-8. By copying, installing or otherwise using Python, Licensee
-agrees to be bound by the terms and conditions of this License
-Agreement.

Copied: python2-ipaddress/repos/extra-any/LICENSE (from rev 321914, 
python2-ipaddress/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-04-16 16:30:22 UTC (rev 321915)
@@ -0,0 +1,50 @@
+This package is a modified version of cpython's ipaddress module.
+It is therefore distributed under the PSF license, as follows: 
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
+2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are
+retained in Python alone or in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work 

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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 16:29:59
  Author: felixonmars
Revision: 321914

upgpkg: python2-ipaddress 1.0.22-1

Modified:
  python2-ipaddress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:38:36 UTC (rev 321913)
+++ PKGBUILD2018-04-16 16:29:59 UTC (rev 321914)
@@ -3,7 +3,7 @@
 # Contributor: Nikolaus Brandt 
 
 pkgname=python2-ipaddress
-pkgver=1.0.21
+pkgver=1.0.22
 pkgrel=1
 pkgdesc="IPv4/IPv6 manipulation library"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python2')
 source=("https://pypi.io/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz;
 LICENSE)
-sha512sums=('444c618fff3597e9496f3ae894277ad122f4a7dcaf1a27dd9aeea47bc2e615bc98e0323d1fe14dbc871fc1bd6ddf42c0b884810260e40d1ad48ee9a0f2303200'
+sha512sums=('b0b0bae50c0819c46554f4ca2d14403a054d73cb9df7efd8bde03bd32b7599510a0e8eb7a63bd7cc6af45a035a0fcce38058b0625732472c7f252f72b88a6084'
 
'5cc59a125412b0eb35f05d40756db050805fc1bd5729f350796644ad92b8117f8d3ed3c7cf6ab8b072518706bf95a1d40f016d065726a1296e19ea09582ec385')
 
 check() {


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:47:45
  Author: anatolik
Revision: 316530

upgpkg: ruby-glib2 3.2.4-1

upgpkg: ruby-glib2 3.2.4-1

Modified:
  ruby-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 16:29:09 UTC (rev 316529)
+++ PKGBUILD2018-04-16 17:47:45 UTC (rev 316530)
@@ -3,7 +3,7 @@
 
 _gemname=glib2
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('53474074888fd15f2fb8a05a6c7da8213a9401b5')
+sha1sums=('a1aa0ea0d88fe241825daee9f2a7e9a444cb60fe')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:26:27
  Author: alucryd
Revision: 316546

upgpkg: adapta-gtk-theme 3.93.0.258-1

Modified:
  adapta-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:54:24 UTC (rev 316545)
+++ PKGBUILD2018-04-16 18:26:27 UTC (rev 316546)
@@ -3,7 +3,7 @@
 # Contributor: Phillip Schichtel 
 
 pkgname=adapta-gtk-theme
-pkgver=3.93.0.225
+pkgver=3.93.0.258
 pkgrel=1
 pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
 arch=('any')


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

2018-04-16 Thread Jan Steffens via arch-commits
Date: Monday, April 16, 2018 @ 17:11:48
  Author: heftig
Revision: 321916

2018.4-2

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 16:30:22 UTC (rev 321915)
+++ PKGBUILD2018-04-16 17:11:48 UTC (rev 321916)
@@ -4,7 +4,7 @@
 
 pkgname=ostree
 pkgver=2018.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/;
 arch=(x86_64)
@@ -25,6 +25,9 @@
 prepare() {
   cd $pkgname
 
+  # https://bugs.archlinux.org/task/58229
+  git cherry-pick -n 28c7bc6d0e153a0b07bdb82d25473a490765067f
+
   git submodule init
   git config --local submodule.bsdiff.url "$srcdir/bsdiff"
   git config --local submodule.libglnx.url "$srcdir/libglnx"


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

2018-04-16 Thread Jan Steffens via arch-commits
Date: Monday, April 16, 2018 @ 17:12:41
  Author: heftig
Revision: 321917

archrelease: copy trunk to extra-x86_64

Added:
  ostree/repos/extra-x86_64/PKGBUILD
(from rev 321916, ostree/trunk/PKGBUILD)
Deleted:
  ostree/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:11:48 UTC (rev 321916)
+++ PKGBUILD2018-04-16 17:12:41 UTC (rev 321917)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-pkgname=ostree
-pkgver=2018.4
-pkgrel=1
-pkgdesc="Operating system and container binary deployment and upgrades"
-url="https://ostree.readthedocs.org/en/latest/;
-arch=(x86_64)
-license=(GPL)
-depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio
- openssl avahi)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
- python2)
-checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=155c936cd57892adab7b0b4ed4473da7fc45caa3  # tags/v2018.4^0
-source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
-"git+https://github.com/mendsley/bsdiff;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-mkinitcpio \
---with-openssl \
---with-builtin-grub2-mkconfig \
---enable-experimental-api \
---disable-static \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-x86_64/PKGBUILD (from rev 321916, 
ostree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 17:12:41 UTC (rev 321917)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mirco Tischler 
+
+pkgname=ostree
+pkgver=2018.4
+pkgrel=2
+pkgdesc="Operating system and container binary deployment and upgrades"
+url="https://ostree.readthedocs.org/en/latest/;
+arch=(x86_64)
+license=(GPL)
+depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio
+ openssl avahi)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
+ python2)
+checkdepends=(parallel syslinux gjs cpio elfutils)
+_commit=155c936cd57892adab7b0b4ed4473da7fc45caa3  # tags/v2018.4^0
+source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
+"git+https://github.com/mendsley/bsdiff;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/58229
+  git cherry-pick -n 28c7bc6d0e153a0b07bdb82d25473a490765067f
+
+  git submodule init
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-mkinitcpio \
+--with-openssl \
+--with-builtin-grub2-mkconfig \
+--enable-experimental-api \
+--disable-static \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:48:27
  Author: anatolik
Revision: 316532

upgpkg: ruby-atk 3.2.4-1

upgpkg: ruby-atk 3.2.4-1

Modified:
  ruby-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:48:11 UTC (rev 316531)
+++ PKGBUILD2018-04-16 17:48:27 UTC (rev 316532)
@@ -3,7 +3,7 @@
 
 _gemname=atk
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('1511136686eccf8a4fd5c2f97be645ef3522fb7c')
+sha1sums=('2f57fbd24b50966aef3e30e2240e1081d688e541')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:48:11
  Author: anatolik
Revision: 316531

archrelease: copy trunk to community-x86_64

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:47:45 UTC (rev 316530)
+++ PKGBUILD2018-04-16 17:48:11 UTC (rev 316531)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-pkgrel=1
-pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby glib2 ruby-pkg-config ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('53474074888fd15f2fb8a05a6c7da8213a9401b5')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --no-document --ignore-dependencies --no-user-install -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

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

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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:48:55
  Author: anatolik
Revision: 316533

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:48:27 UTC (rev 316532)
+++ PKGBUILD2018-04-16 17:48:55 UTC (rev 316533)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=atk
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-pkgrel=1
-pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby atk ruby-glib2=$pkgver)
-makedepends=(ruby-native-package-installer ruby-rake)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('1511136686eccf8a4fd5c2f97be645ef3522fb7c')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

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


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 14:45:46
  Author: bgyorgy
Revision: 316518

upgpkg: guake 3.2.0-1

Update to new version

Modified:
  guake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:41:54 UTC (rev 316517)
+++ PKGBUILD2018-04-16 14:45:46 UTC (rev 316518)
@@ -5,15 +5,15 @@
 # Contributor: Attila Bukor 
 
 pkgname=guake
-pkgver=3.0.5
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
 url="http://guake-project.org/;
 license=('GPL')
-depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'vte3')
-makedepends=('python-pbr' 'git')
-_commit=525b134e8e12db687a7fc5bc6134c7af49a957fc  # tags/3.0.5^0
+depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+makedepends=('git')
+_commit=20f3aed4c95f7af7dd8742d7b620748328c19e8a  # tags/3.2.0
 source=("git+https://github.com/Guake/guake#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,30 +22,13 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-  sed -i '/glib-compile-schemas/d' Makefile
-
-  # Fix path
-  sed -i "s|IMAGE_DIR = .*|IMAGE_DIR = '/usr/share/pixmaps/guake'|
-  s|GLADE_DIR = .*|GLADE_DIR = '/usr/share/guake'|
-  s|SCHEMA_DIR = .*|SCHEMA_DIR = '/usr/share/glib-2.0/schemas'|" 
guake/globals.py
-
-  # Remove dependency on python-pbr
-  sed -i "/import pbr.version/d
-  s/pbr.version.VersionInfo('guake').version_string()/'$pkgver'/" 
guake/__init__.py
-}
-
 build() {
   cd $pkgname
-  PBR_VERSION=$pkgver python3 setup.py build
-  make generate-desktop generate-mo
+  make
 }
 
 package() {
   cd $pkgname
-  PBR_VERSION=$pkgver python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 -t "$pkgdir/usr/share/guake/" guake/data/*.glade 
-  install -Dm644 -t "$pkgdir/usr/share/pixmaps/guake/" 
guake/data/pixmaps/*.png 
-  make PREFIX="$pkgdir/usr" install-schemas install-locale
+  sed -i '/@pip3/d' Makefile
+  make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install
 }


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 14:45:56
  Author: bgyorgy
Revision: 316519

archrelease: copy trunk to community-any

Added:
  guake/repos/community-any/PKGBUILD
(from rev 316518, guake/trunk/PKGBUILD)
Deleted:
  guake/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 14:45:46 UTC (rev 316518)
+++ PKGBUILD2018-04-16 14:45:56 UTC (rev 316519)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Angel Velasquez 
-# Contributor: Wilson Pinto Júnior (N3RD3X) 
-# Contributor: Attila Bukor 
-
-pkgname=guake
-pkgver=3.0.5
-pkgrel=2
-pkgdesc='Drop-down terminal for GNOME'
-arch=('any')
-url="http://guake-project.org/;
-license=('GPL')
-depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'vte3')
-makedepends=('python-pbr' 'git')
-_commit=525b134e8e12db687a7fc5bc6134c7af49a957fc  # tags/3.0.5^0
-source=("git+https://github.com/Guake/guake#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i '/glib-compile-schemas/d' Makefile
-
-  # Fix path
-  sed -i "s|IMAGE_DIR = .*|IMAGE_DIR = '/usr/share/pixmaps/guake'|
-  s|GLADE_DIR = .*|GLADE_DIR = '/usr/share/guake'|
-  s|SCHEMA_DIR = .*|SCHEMA_DIR = '/usr/share/glib-2.0/schemas'|" 
guake/globals.py
-
-  # Remove dependency on python-pbr
-  sed -i "/import pbr.version/d
-  s/pbr.version.VersionInfo('guake').version_string()/'$pkgver'/" 
guake/__init__.py
-}
-
-build() {
-  cd $pkgname
-  PBR_VERSION=$pkgver python3 setup.py build
-  make generate-desktop generate-mo
-}
-
-package() {
-  cd $pkgname
-  PBR_VERSION=$pkgver python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 -t "$pkgdir/usr/share/guake/" guake/data/*.glade 
-  install -Dm644 -t "$pkgdir/usr/share/pixmaps/guake/" 
guake/data/pixmaps/*.png 
-  make PREFIX="$pkgdir/usr" install-schemas install-locale
-}

Copied: guake/repos/community-any/PKGBUILD (from rev 316518, 
guake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 14:45:56 UTC (rev 316519)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Angel Velasquez 
+# Contributor: Wilson Pinto Júnior (N3RD3X) 
+# Contributor: Attila Bukor 
+
+pkgname=guake
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('any')
+url="http://guake-project.org/;
+license=('GPL')
+depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+makedepends=('git')
+_commit=20f3aed4c95f7af7dd8742d7b620748328c19e8a  # tags/3.2.0
+source=("git+https://github.com/Guake/guake#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  sed -i '/@pip3/d' Makefile
+  make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install
+}


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

2018-04-16 Thread Nicola Squartini via arch-commits
Date: Monday, April 16, 2018 @ 15:44:36
  Author: tensor5
Revision: 316524

upgpkg: parity 1.9.6-1

Modified:
  parity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 15:00:00 UTC (rev 316523)
+++ PKGBUILD2018-04-16 15:44:36 UTC (rev 316524)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity
-pkgver=1.9.5
-_commit=ff821daf1da42865f229aee35f2e74e7b2dd8db2
+pkgver=1.9.6
+_commit=df9297762daf11ca786ced756509045f7bd290a7
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2018-04-16 Thread Sergej Pupykin via arch-commits
Date: Monday, April 16, 2018 @ 12:01:10
  Author: spupykin
Revision: 316495

archrelease: copy trunk to community-x86_64

Added:
  freerdp/repos/community-x86_64/PKGBUILD
(from rev 316494, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-x86_64/fix_nla-8cd156a-backport.patch
(from rev 316494, freerdp/trunk/fix_nla-8cd156a-backport.patch)
Deleted:
  freerdp/repos/community-x86_64/PKGBUILD
  freerdp/repos/community-x86_64/fix_nla-8cd156a-backport.patch

+
 PKGBUILD   |  104 +++
 fix_nla-8cd156a-backport.patch |   96 ++--
 2 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 12:00:50 UTC (rev 316494)
+++ PKGBUILD2018-04-16 12:01:10 UTC (rev 316495)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stijn Segers 
-
-pkgname=freerdp
-epoch=1
-pkgver=2.0.0_rc1
-#_commit=6001cb710dc67eb8811362b7bf383754257a902b
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/+/-}
-pkgrel=2
-pkgdesc="Free RDP client"
-arch=('x86_64')
-url="http://freerdp.sourceforge.net;
-license=('GPL')
-depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
-'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
-'libxrender' 'libxfixes' 'gst-plugins-base-libs')
-makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
-'xmlto' 'docbook-xsl' 'git')
-provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
-  'libwinpr2.so')
-#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
-   fix_nla-8cd156a-backport.patch)
-sha256sums=('a2c1c83072489d56da78bbe76c29729022f5c35a3ec3a1ce26cea8823de043c2'
-'2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
-
-prepare() {
- cd "$srcdir"/FreeRDP-${_pkgver}
- patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
-}
-
-build() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_PULSE=ON \
-   -DWITH_CUPS=ON \
-   -DWITH_CHANNELS=ON \
-   -DWITH_CLIENT_CHANNELS=ON \
-   -DWITH_SERVER_CHANNELS=ON \
-   -DWITH_WAYLAND=ON \
-   .
-  make
-}
-
-package() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freerdp/repos/community-x86_64/PKGBUILD (from rev 316494, 
freerdp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 12:01:10 UTC (rev 316495)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stijn Segers 
+
+pkgname=freerdp
+epoch=1
+pkgver=2.0.0_rc2
+#_commit=6001cb710dc67eb8811362b7bf383754257a902b
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/+/-}
+pkgrel=1
+pkgdesc="Free RDP client"
+arch=('x86_64')
+url="http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
+'libxrender' 'libxfixes' 'gst-plugins-base-libs')
+makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
+'xmlto' 'docbook-xsl' 'git')
+provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
+  'libwinpr2.so')
+#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
+   fix_nla-8cd156a-backport.patch)
+sha256sums=('a09e338b996fada44bf1277f423240d0fa82289799e2e5dea9d9c63201554de1'
+'2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
+
+prepare() {
+ cd "$srcdir"/FreeRDP-${_pkgver}
+# patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
+}
+
+build() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
+   -DWITH_SERVER_CHANNELS=ON \
+   -DWITH_WAYLAND=ON \
+   .
+  make
+}
+
+package() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: fix_nla-8cd156a-backport.patch
===
--- fix_nla-8cd156a-backport.patch  2018-04-16 12:00:50 UTC (rev 316494)
+++ fix_nla-8cd156a-backport.patch  2018-04-16 12:01:10 UTC (rev 316495)
@@ -1,48 +0,0 @@
-From: Bernhard Miklautz 
-Date: Wed, 14 Mar 2018 13:39:23 +0100
-Subject: [PATCH] fix nla: 

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

2018-04-16 Thread Sergej Pupykin via arch-commits
Date: Monday, April 16, 2018 @ 12:00:50
  Author: spupykin
Revision: 316494

upgpkg: freerdp 1:2.0.0_rc2-1

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 09:15:49 UTC (rev 316493)
+++ PKGBUILD2018-04-16 12:00:50 UTC (rev 316494)
@@ -4,11 +4,11 @@
 
 pkgname=freerdp
 epoch=1
-pkgver=2.0.0_rc1
+pkgver=2.0.0_rc2
 #_commit=6001cb710dc67eb8811362b7bf383754257a902b
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/+/-}
-pkgrel=2
+pkgrel=1
 pkgdesc="Free RDP client"
 arch=('x86_64')
 url="http://freerdp.sourceforge.net;
@@ -23,12 +23,12 @@
 
#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
fix_nla-8cd156a-backport.patch)
-sha256sums=('a2c1c83072489d56da78bbe76c29729022f5c35a3ec3a1ce26cea8823de043c2'
+sha256sums=('a09e338b996fada44bf1277f423240d0fa82289799e2e5dea9d9c63201554de1'
 '2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
 
 prepare() {
  cd "$srcdir"/FreeRDP-${_pkgver}
- patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
+# patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
 }
 
 build() {


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 12:10:14
  Author: felixonmars
Revision: 321904

upgpkg: python2 2.7.14-3

libnsl rebuild

Modified:
  python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 07:34:09 UTC (rev 321903)
+++ PKGBUILD2018-04-16 12:10:14 UTC (rev 321904)
@@ -6,13 +6,13 @@
 
 pkgname=python2
 pkgver=2.7.14
-pkgrel=2
+pkgrel=3
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('x86_64')
 license=('PSF')
 url="http://www.python.org/;
-depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'openssl' 'sqlite' 'zlib')
 makedepends=('tk' 'bluez-libs')
 checkdepends=('gdb' 'file' 'xorg-server-xvfb')
 optdepends=('tk: for IDLE'
@@ -84,13 +84,12 @@
 }
 
 check() {
-  # Since 2.7.13,
-  # test_replace_overflow (present in test_bytes, test_str, test_string, 
test_unicode, test_userstring) segfault on i686
-  # test_bigrepeat (present in test_tuple) segfault on i686
+  # Since 2.7.14 with latest xvfb
+  # test_idle, test_tk, test_ttk_guionly: segfaults
 
   cd Python-${pkgver}
   LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
-xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x 
test_bytes test_str test_string test_tuple test_unicode test_userstring
+xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x 
test_idle test_tk test_ttk_guionly
 }
 
 package() {


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

2018-04-16 Thread Morten Linderud via arch-commits
Date: Monday, April 16, 2018 @ 14:57:58
  Author: foxboron
Revision: 316522

upgpkg: python-rope 0.10.7-3

Fixed wrong python dependency FS#58180

Modified:
  python-rope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:51:01 UTC (rev 316521)
+++ PKGBUILD2018-04-16 14:57:58 UTC (rev 316522)
@@ -9,7 +9,7 @@
 pkgbase=python-rope
 pkgname=(python-rope python2-rope)
 pkgver=0.10.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Refactoring library'
 arch=('any')
 url='https://github.com/python-rope/rope'
@@ -38,7 +38,7 @@
 }
 
 package_python-rope() {
-  depends=("python2")
+  depends=("python")
   cd "rope-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2018-04-16 Thread Morten Linderud via arch-commits
Date: Monday, April 16, 2018 @ 15:00:00
  Author: foxboron
Revision: 316523

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 14:57:58 UTC (rev 316522)
+++ PKGBUILD2018-04-16 15:00:00 UTC (rev 316523)
@@ -1,46 +0,0 @@
-# $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Dziedzic 
-# Contributor: Nicolás de la torre 
-# Contributor: Ryan Coyner 
-# Contributor: Jens Maucher 
-
-pkgbase=python-rope
-pkgname=(python-rope python2-rope)
-pkgver=0.10.7
-pkgrel=2
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
-sha256sums=('4426d16686774f2b3d0431e5e54e7e261eab967e9e50e0af7fdaf95436057d74')
-
-prepare() {
-  cp -a rope-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/rope-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/rope-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python2-rope() {
-  depends=("python2")
-  cd "rope-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-rope() {
-  depends=("python2")
-  cd "rope-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-rope/repos/community-any/PKGBUILD (from rev 316522, 
python-rope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 15:00:00 UTC (rev 316523)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Dziedzic 
+# Contributor: Nicolás de la torre 
+# Contributor: Ryan Coyner 
+# Contributor: Jens Maucher 
+
+pkgbase=python-rope
+pkgname=(python-rope python2-rope)
+pkgver=0.10.7
+pkgrel=3
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
+sha256sums=('4426d16686774f2b3d0431e5e54e7e261eab967e9e50e0af7fdaf95436057d74')
+
+prepare() {
+  cp -a rope-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/rope-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/rope-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-rope() {
+  depends=("python2")
+  cd "rope-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-rope() {
+  depends=("python")
+  cd "rope-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in sk1/trunk (PKGBUILD imagemagick7.patch)

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 15:52:11
  Author: bgyorgy
Revision: 316526

upgpkg: sk1 1:2.0rc3-1

Update to new version

Modified:
  sk1/trunk/PKGBUILD
Deleted:
  sk1/trunk/imagemagick7.patch

+
 PKGBUILD   |   20 ++
 imagemagick7.patch |  158 ---
 2 files changed, 7 insertions(+), 171 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 15:46:26 UTC (rev 316525)
+++ PKGBUILD2018-04-16 15:52:11 UTC (rev 316526)
@@ -1,27 +1,20 @@
 # $Id$
+# Maintainer: Balló György 
 # Contributor: Sergej Pupykin 
 # Contributor: ConnorBehan 
 
 pkgname=sk1
-pkgver=2.0rc2
-pkgrel=2
+pkgver=2.0rc3
+pkgrel=1
 epoch=1
 pkgdesc="Professional quality illustration program"
 arch=(x86_64)
 url="https://sk1project.net/;
-depends=('lcms2' 'libmagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 
'python2-reportlab' 'wxpython')
+depends=('lcms2' 'libmagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 
'python2-reportlab' 'python2-wxpython3')
 license=('GPL3')
-source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-"imagemagick7.patch")
-sha256sums=('ee1f03e6705e2063d0a1f032e475b24868c68fc26410fb1f2a536d3541b88a67'
-'d70fe3ffe32fa0c8ec8bee587b56e5cb08a0981a4bbbe92964bb057b83885c5b')
+source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d3b94131794d42d7c80c678e11a28a8e6a50401af4a35e42ed534d02b14abdff')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Port to ImageMagick 7
-  patch -Np1 -i ../imagemagick7.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   python2 setup-sk1.py build
@@ -30,4 +23,5 @@
 package() {
   cd $pkgname-$pkgver
   python2 setup-sk1.py install --root="$pkgdir" --optimize=1
+  find "$pkgdir"/usr/{lib,share} -type f | xargs chmod 644
 }

Deleted: imagemagick7.patch
===
--- imagemagick7.patch  2018-04-16 15:46:26 UTC (rev 316525)
+++ imagemagick7.patch  2018-04-16 15:52:11 UTC (rev 316526)
@@ -1,158 +0,0 @@
-diff -Naur sk1-2.0rc2.orig/src/uc2/libimg/_libimg.c 
sk1-2.0rc2/src/uc2/libimg/_libimg.c
 sk1-2.0rc2.orig/src/uc2/libimg/_libimg.c   2016-10-09 12:40:45.0 
+0200
-+++ sk1-2.0rc2/src/uc2/libimg/_libimg.c2018-01-29 11:47:58.377663808 
+0100
-@@ -17,7 +17,7 @@
-  */
- 
- #include 
--#include 
-+#include 
- 
- static PyObject *
- im_InitMagick(PyObject *self, PyObject *args) {
-@@ -199,15 +199,15 @@
- //  UndefinedType,
- //  BilevelType,
- //  GrayscaleType,
--//  GrayscaleMatteType,
-+//  GrayscaleAlphaType,
- //  PaletteType,
--//  PaletteMatteType,
-+//  PaletteAlphaType,
- //  TrueColorType,
--//  TrueColorMatteType,
-+//  TrueColorAlphaType,
- //  ColorSeparationType,
--//  ColorSeparationMatteType,
-+//  ColorSeparationAlphaType,
- //  OptimizeType,
--//  PaletteBilevelMatteType
-+//  PaletteBilevelAlphaType
- 
- static PyObject *
- im_GetImageType(PyObject *self, PyObject *args) {
-@@ -230,32 +230,32 @@
-   else if (img_type == GrayscaleType){
-   return Py_BuildValue("s", "GrayscaleType");
-   }
--  else if (img_type == GrayscaleMatteType){
--  return Py_BuildValue("s", "GrayscaleMatteType");
-+  else if (img_type == GrayscaleAlphaType){
-+  return Py_BuildValue("s", "GrayscaleAlphaType");
-   }
-   else if (img_type == PaletteType){
-   return Py_BuildValue("s", "PaletteType");
-   }
--  else if (img_type == PaletteMatteType){
--  return Py_BuildValue("s", "PaletteMatteType");
-+  else if (img_type == PaletteAlphaType){
-+  return Py_BuildValue("s", "PaletteAlphaType");
-   }
-   else if (img_type == TrueColorType){
-   return Py_BuildValue("s", "TrueColorType");
-   }
--  else if (img_type == TrueColorMatteType){
--  return Py_BuildValue("s", "TrueColorMatteType");
-+  else if (img_type == TrueColorAlphaType){
-+  return Py_BuildValue("s", "TrueColorAlphaType");
-   }
-   else if (img_type == ColorSeparationType){
-   return Py_BuildValue("s", "ColorSeparationType");
-   }
--  else if (img_type == ColorSeparationMatteType){
--  return Py_BuildValue("s", "ColorSeparationMatteType");
-+  else if (img_type == ColorSeparationAlphaType){
-+  return Py_BuildValue("s", "ColorSeparationAlphaType");
-   }
-   else if (img_type == OptimizeType){
-   return Py_BuildValue("s", "OptimizeType");
-   }
--  else if (img_type == PaletteBilevelMatteType){
--  return Py_BuildValue("s", "PaletteBilevelMatteType");
-+  else if (img_type == PaletteBilevelAlphaType){
-+

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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 15:52:16
  Author: bgyorgy
Revision: 316527

archrelease: copy trunk to community-x86_64

Added:
  sk1/repos/community-x86_64/PKGBUILD
(from rev 316526, sk1/trunk/PKGBUILD)
Deleted:
  sk1/repos/community-x86_64/PKGBUILD
  sk1/repos/community-x86_64/imagemagick7.patch

+
 PKGBUILD   |   60 ---
 imagemagick7.patch |  158 ---
 2 files changed, 27 insertions(+), 191 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 15:52:11 UTC (rev 316526)
+++ PKGBUILD2018-04-16 15:52:16 UTC (rev 316527)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Sergej Pupykin 
-# Contributor: ConnorBehan 
-
-pkgname=sk1
-pkgver=2.0rc2
-pkgrel=2
-epoch=1
-pkgdesc="Professional quality illustration program"
-arch=(x86_64)
-url="https://sk1project.net/;
-depends=('lcms2' 'libmagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 
'python2-reportlab' 'wxpython')
-license=('GPL3')
-source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-"imagemagick7.patch")
-sha256sums=('ee1f03e6705e2063d0a1f032e475b24868c68fc26410fb1f2a536d3541b88a67'
-'d70fe3ffe32fa0c8ec8bee587b56e5cb08a0981a4bbbe92964bb057b83885c5b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Port to ImageMagick 7
-  patch -Np1 -i ../imagemagick7.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup-sk1.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup-sk1.py install --root="$pkgdir" --optimize=1
-}

Copied: sk1/repos/community-x86_64/PKGBUILD (from rev 316526, 
sk1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 15:52:16 UTC (rev 316527)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: ConnorBehan 
+
+pkgname=sk1
+pkgver=2.0rc3
+pkgrel=1
+epoch=1
+pkgdesc="Professional quality illustration program"
+arch=(x86_64)
+url="https://sk1project.net/;
+depends=('lcms2' 'libmagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 
'python2-reportlab' 'python2-wxpython3')
+license=('GPL3')
+source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d3b94131794d42d7c80c678e11a28a8e6a50401af4a35e42ed534d02b14abdff')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup-sk1.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup-sk1.py install --root="$pkgdir" --optimize=1
+  find "$pkgdir"/usr/{lib,share} -type f | xargs chmod 644
+}

Deleted: imagemagick7.patch
===
--- imagemagick7.patch  2018-04-16 15:52:11 UTC (rev 316526)
+++ imagemagick7.patch  2018-04-16 15:52:16 UTC (rev 316527)
@@ -1,158 +0,0 @@
-diff -Naur sk1-2.0rc2.orig/src/uc2/libimg/_libimg.c 
sk1-2.0rc2/src/uc2/libimg/_libimg.c
 sk1-2.0rc2.orig/src/uc2/libimg/_libimg.c   2016-10-09 12:40:45.0 
+0200
-+++ sk1-2.0rc2/src/uc2/libimg/_libimg.c2018-01-29 11:47:58.377663808 
+0100
-@@ -17,7 +17,7 @@
-  */
- 
- #include 
--#include 
-+#include 
- 
- static PyObject *
- im_InitMagick(PyObject *self, PyObject *args) {
-@@ -199,15 +199,15 @@
- //  UndefinedType,
- //  BilevelType,
- //  GrayscaleType,
--//  GrayscaleMatteType,
-+//  GrayscaleAlphaType,
- //  PaletteType,
--//  PaletteMatteType,
-+//  PaletteAlphaType,
- //  TrueColorType,
--//  TrueColorMatteType,
-+//  TrueColorAlphaType,
- //  ColorSeparationType,
--//  ColorSeparationMatteType,
-+//  ColorSeparationAlphaType,
- //  OptimizeType,
--//  PaletteBilevelMatteType
-+//  PaletteBilevelAlphaType
- 
- static PyObject *
- im_GetImageType(PyObject *self, PyObject *args) {
-@@ -230,32 +230,32 @@
-   else if (img_type == GrayscaleType){
-   return Py_BuildValue("s", "GrayscaleType");
-   }
--  else if (img_type == GrayscaleMatteType){
--  return Py_BuildValue("s", "GrayscaleMatteType");
-+  else if (img_type == GrayscaleAlphaType){
-+  return Py_BuildValue("s", "GrayscaleAlphaType");
-   }
-   else if (img_type == PaletteType){
-   return Py_BuildValue("s", "PaletteType");
-   }
--  else if (img_type == PaletteMatteType){
--  return Py_BuildValue("s", "PaletteMatteType");
-+  else if (img_type == PaletteAlphaType){
-+  return Py_BuildValue("s", "PaletteAlphaType");
-   }
-   else if (img_type == TrueColorType){
-   return Py_BuildValue("s", "TrueColorType");
-   }
--  else if (img_type == TrueColorMatteType){
--  return Py_BuildValue("s", "TrueColorMatteType");
-+  else 

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

2018-04-16 Thread Nicola Squartini via arch-commits
Date: Monday, April 16, 2018 @ 15:46:26
  Author: tensor5
Revision: 316525

archrelease: copy trunk to community-x86_64

Added:
  parity/repos/community-x86_64/PKGBUILD
(from rev 316524, parity/trunk/PKGBUILD)
  parity/repos/community-x86_64/parity.service
(from rev 316524, parity/trunk/parity.service)
Deleted:
  parity/repos/community-x86_64/PKGBUILD
  parity/repos/community-x86_64/parity.service

+
 PKGBUILD   |   70 +++
 parity.service |   18 +++---
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 15:44:36 UTC (rev 316524)
+++ PKGBUILD2018-04-16 15:46:26 UTC (rev 316525)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.9.5
-_commit=ff821daf1da42865f229aee35f2e74e7b2dd8db2
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('libsystemd' 'openssl')
-makedepends=('git' 'rust' 'systemd')
-source=("git+https://github.com/paritytech/parity.git#commit=${_commit};
-'parity.service')
-sha256sums=('SKIP'
-'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
-
-build() {
-cd ${pkgname}
-
-cargo build --release --features final
-cargo build --release -p evmbin
-cargo build --release -p ethstore-cli
-cargo build --release -p ethkey-cli
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethstore,parity,parity-evm}
-install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}

Copied: parity/repos/community-x86_64/PKGBUILD (from rev 316524, 
parity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 15:46:26 UTC (rev 316525)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=parity
+pkgver=1.9.6
+_commit=df9297762daf11ca786ced756509045f7bd290a7
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd' 'openssl')
+makedepends=('git' 'rust' 'systemd')
+source=("git+https://github.com/paritytech/parity.git#commit=${_commit};
+'parity.service')
+sha256sums=('SKIP'
+'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
+
+build() {
+cd ${pkgname}
+
+cargo build --release --features final
+cargo build --release -p evmbin
+cargo build --release -p ethstore-cli
+cargo build --release -p ethkey-cli
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin \
+target/release/{ethstore,parity,parity-evm}
+install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Deleted: parity.service
===
--- parity.service  2018-04-16 15:44:36 UTC (rev 316524)
+++ parity.service  2018-04-16 15:46:26 UTC (rev 316525)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target

Copied: parity/repos/community-x86_64/parity.service (from rev 316524, 
parity/trunk/parity.service)
===
--- parity.service  (rev 0)
+++ parity.service  2018-04-16 15:46:26 UTC (rev 316525)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Parity Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+
+[Install]
+WantedBy=default.target


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 14:50:55
  Author: bgyorgy
Revision: 316520

upgpkg: gtksourceview4 4.0.0-2

Remove conflict with gtksourceview3 (FS#58245)

Modified:
  gtksourceview4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:45:56 UTC (rev 316519)
+++ PKGBUILD2018-04-16 14:50:55 UTC (rev 316520)
@@ -5,7 +5,7 @@
 
 pkgname=gtksourceview4
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView;
 arch=(x86_64)
@@ -30,7 +30,7 @@
   cd gtksourceview
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
-  --enable-glade-catalog --enable-gtk-doc --disable-Werror
+  --enable-gtk-doc --disable-Werror
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 14:51:01
  Author: bgyorgy
Revision: 316521

archrelease: copy trunk to community-x86_64

Added:
  gtksourceview4/repos/community-x86_64/PKGBUILD
(from rev 316520, gtksourceview4/trunk/PKGBUILD)
Deleted:
  gtksourceview4/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 14:50:55 UTC (rev 316520)
+++ PKGBUILD2018-04-16 14:51:01 UTC (rev 316521)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceview4
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-url="https://wiki.gnome.org/Projects/GtkSourceView;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection glade vala gtk-doc 
autoconf-archive git)
-_commit=95be808cab52c8ae9dbf0a4a64a80d1b3cb2e00d  # tags/4.0.0^0
-source=("git+https://git.gnome.org/browse/gtksourceview#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtksourceview
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtksourceview
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtksourceview
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog --enable-gtk-doc --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtksourceview
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview4/repos/community-x86_64/PKGBUILD (from rev 316520, 
gtksourceview4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 14:51:01 UTC (rev 316521)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceview4
+pkgver=4.0.0
+pkgrel=2
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+url="https://wiki.gnome.org/Projects/GtkSourceView;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gobject-introspection glade vala gtk-doc 
autoconf-archive git)
+_commit=95be808cab52c8ae9dbf0a4a64a80d1b3cb2e00d  # tags/4.0.0^0
+source=("git+https://git.gnome.org/browse/gtksourceview#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtksourceview
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtksourceview
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtksourceview
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-gtk-doc --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gtksourceview
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 14:41:21
  Author: felixonmars
Revision: 316516

upgpkg: hercules 3.13.00-3

libnsl rebuild (add correct dependencies too)

Modified:
  hercules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:37:47 UTC (rev 316515)
+++ PKGBUILD2018-04-16 14:41:21 UTC (rev 316516)
@@ -11,7 +11,7 @@
 arch=('x86_64')
 url='http://www.hercules-390.eu/'
 license=('custom')
-depends=('libnsl' 'zlib')
+depends=('bzip2' 'libnsl' 'zlib')
 options=('!makeflags')
 source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
 
sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 14:41:54
  Author: felixonmars
Revision: 316517

archrelease: copy trunk to community-staging-x86_64

Added:
  hercules/repos/community-staging-x86_64/PKGBUILD
(from rev 316516, hercules/trunk/PKGBUILD)
Deleted:
  hercules/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 14:41:21 UTC (rev 316516)
+++ PKGBUILD2018-04-16 14:41:54 UTC (rev 316517)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Kevin Piche 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Tom Newsom 
-
-pkgname=hercules
-pkgver=3.13.00
-pkgrel=2
-pkgdesc='Software implementation of System/370 and ESA/390'
-arch=('x86_64')
-url='http://www.hercules-390.eu/'
-license=('custom')
-depends=('glibc' 'libnsl')
-options=('!makeflags')
-source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
-sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')
-
-prepare() {
-  ln -sf "$pkgname-${pkgver%.00}" p
-  # Change module extension from .la to .so.
-  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i p/hdl.h
-}
-
-build() {
-  cd p
-  ./configure --prefix=/usr --enable-optimization=-O3
-  make
-}
-
-package() {
-  cd p
-  DESTDIR="$pkgdir" make install
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/hercules/qpl1"
-}
-
-# vim: ts=2 sw=2 et:
-# getver: 
raw.githubusercontent.com/rbowler/spinhawk/master/makemsi/Hercules-W64.VER

Copied: hercules/repos/community-staging-x86_64/PKGBUILD (from rev 316516, 
hercules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 14:41:54 UTC (rev 316517)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Kevin Piche 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Tom Newsom 
+
+pkgname=hercules
+pkgver=3.13.00
+pkgrel=3
+pkgdesc='Software implementation of System/370 and ESA/390'
+arch=('x86_64')
+url='http://www.hercules-390.eu/'
+license=('custom')
+depends=('bzip2' 'libnsl' 'zlib')
+options=('!makeflags')
+source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
+sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')
+
+prepare() {
+  ln -sf "$pkgname-${pkgver%.00}" p
+  # Change module extension from .la to .so.
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i p/hdl.h
+}
+
+build() {
+  cd p
+  ./configure --prefix=/usr --enable-optimization=-O3
+  make
+}
+
+package() {
+  cd p
+  DESTDIR="$pkgdir" make install
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/hercules/qpl1"
+}
+
+# vim: ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/rbowler/spinhawk/master/makemsi/Hercules-W64.VER


[arch-commits] Commit in (4 files)

2018-04-16 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, April 16, 2018 @ 12:43:13
  Author: bpiotrowski
Revision: 321908

newpkg: rpcsvc-proto 1.3.1-1

Added:
  rpcsvc-proto/
  rpcsvc-proto/repos/
  rpcsvc-proto/trunk/
  rpcsvc-proto/trunk/PKGBUILD

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

Added: rpcsvc-proto/trunk/PKGBUILD
===
--- rpcsvc-proto/trunk/PKGBUILD (rev 0)
+++ rpcsvc-proto/trunk/PKGBUILD 2018-04-16 12:43:13 UTC (rev 321908)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=rpcsvc-proto
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='rpcsvc protocol definitions from glibc'
+arch=('i686' 'x86_64')
+url='https://github.com/thkukuk/rpcsvc-proto'
+license=(BSD)
+depends=(glibc)
+source=($pkgname-$pkgver.tar.gz::https://github.com/thkukuk/rpcsvc-proto/archive/v$pkgver.tar.gz)
+md5sums=('3e985e2177b2260ee31701dcf0693a5c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in gnome-latex (3 files)

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 13:49:20
  Author: bgyorgy
Revision: 316510

archrelease: copy trunk to community-x86_64

Added:
  gnome-latex/repos/
  gnome-latex/repos/community-x86_64/
  gnome-latex/repos/community-x86_64/PKGBUILD
(from rev 316509, gnome-latex/trunk/PKGBUILD)

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

Copied: gnome-latex/repos/community-x86_64/PKGBUILD (from rev 316509, 
gnome-latex/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-04-16 13:49:20 UTC (rev 316510)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+# Contributor: Bernd Prünster (JesusMcCloud) 
+
+pkgname=gnome-latex
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="LaTeX editor for the GNOME desktop"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/GNOME-LaTeX;
+license=(GPL3)
+depends=(gsettings-desktop-schemas gspell libgee tepl)
+makedepends=(autoconf-archive appstream-glib git gobject-introspection gtk-doc 
intltool vala yelp-tools)
+optdepends=('texlive-core: build LaTeX documents')
+replaces=(latexila)
+_commit=907fcbf99789fa8f29d4e09a14344d0f803472b9  # tags/3.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-latex.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  make
+}
+
+package() {
+   cd $pkgname
+   make DESTDIR="$pkgdir" install
+}


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 14:32:29
  Author: felixonmars
Revision: 316514

archrelease: copy trunk to community-staging-x86_64

Added:
  hercules/repos/community-staging-x86_64/
  hercules/repos/community-staging-x86_64/PKGBUILD
(from rev 316513, hercules/trunk/PKGBUILD)

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

Copied: hercules/repos/community-staging-x86_64/PKGBUILD (from rev 316513, 
hercules/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-16 14:32:29 UTC (rev 316514)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Kevin Piche 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Tom Newsom 
+
+pkgname=hercules
+pkgver=3.13.00
+pkgrel=2
+pkgdesc='Software implementation of System/370 and ESA/390'
+arch=('x86_64')
+url='http://www.hercules-390.eu/'
+license=('custom')
+depends=('glibc' 'libnsl')
+options=('!makeflags')
+source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
+sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')
+
+prepare() {
+  ln -sf "$pkgname-${pkgver%.00}" p
+  # Change module extension from .la to .so.
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i p/hdl.h
+}
+
+build() {
+  cd p
+  ./configure --prefix=/usr --enable-optimization=-O3
+  make
+}
+
+package() {
+  cd p
+  DESTDIR="$pkgdir" make install
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/hercules/qpl1"
+}
+
+# vim: ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/rbowler/spinhawk/master/makemsi/Hercules-W64.VER


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 14:32:07
  Author: felixonmars
Revision: 316513

upgpkg: hercules 3.13.00-2

libnsl rebuild

Modified:
  hercules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 13:51:05 UTC (rev 316512)
+++ PKGBUILD2018-04-16 14:32:07 UTC (rev 316513)
@@ -6,14 +6,15 @@
 
 pkgname=hercules
 pkgver=3.13.00
-pkgrel=1
+pkgrel=2
 pkgdesc='Software implementation of System/370 and ESA/390'
 arch=('x86_64')
 url='http://www.hercules-390.eu/'
 license=('custom')
+depends=('glibc' 'libnsl')
 options=('!makeflags')
 source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
-sha256sums=('890c57c558d58708e55828ae299245bd2763318acf53e456a48aac883ecfe67d')
+sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')
 
 prepare() {
   ln -sf "$pkgname-${pkgver%.00}" p


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

2018-04-16 Thread Guillaume Alaux via arch-commits
Date: Monday, April 16, 2018 @ 13:18:05
  Author: guillaume
Revision: 316503

Upstream release 1.1.4

Modified:
  sbt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 12:41:50 UTC (rev 316502)
+++ PKGBUILD2018-04-16 13:18:05 UTC (rev 316503)
@@ -5,7 +5,7 @@
 
 pkgname=sbt
 epoch=1
-pkgver=1.1.1
+pkgver=1.1.4
 pkgrel=1
 pkgdesc='The interactive build tool'
 arch=('any')
@@ -18,7 +18,7 @@
 
source=(https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
 validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
-sha256sums=('8a9072155578f06c861be406e7f9fe989b3770d8da4069dd3cb5ad6c6d25c03b'
+sha256sums=('2fbd592b1cfd7bc3612154a32925d5843b602490e8c8977a53fa86b35e308341'
 'SKIP'
 '70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed')
 backup=(etc/${pkgname}/sbtopts)


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

2018-04-16 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, April 16, 2018 @ 12:32:21
  Author: bpiotrowski
Revision: 321907

archrelease: copy trunk to staging-x86_64

Added:
  pam/repos/staging-x86_64/
  pam/repos/staging-x86_64/PKGBUILD
(from rev 321906, pam/trunk/PKGBUILD)
  pam/repos/staging-x86_64/other
(from rev 321906, pam/trunk/other)
  pam/repos/staging-x86_64/pam_unix2-glibc216.patch
(from rev 321906, pam/trunk/pam_unix2-glibc216.patch)

--+
 PKGBUILD |   36 
 other|5 +
 pam_unix2-glibc216.patch |   20 
 3 files changed, 61 insertions(+)

Copied: pam/repos/staging-x86_64/PKGBUILD (from rev 321906, pam/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-16 12:32:21 UTC (rev 321907)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('x86_64')
+license=('GPL2')
+url="http://linux-pam.org;
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+source=(http://linux-pam.org/library/Linux-PAM-$pkgver.tar.bz2)
+md5sums=('da4b2289b7cfb19583d54e9eaaef1c3a')
+
+options=('!emptydirs')
+
+build() {
+  cd $srcdir/Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  make
+}
+
+package() {
+  cd $srcdir/Linux-PAM-$pkgver
+  make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
+
+  # set unix_chkpwd uid
+  chmod +s $pkgdir/usr/bin/unix_chkpwd
+
+  # remove doc which is not used anymore
+  # FS #40749
+  rm $pkgdir/usr/share/doc/Linux-PAM/sag-pam_userdb.html
+}

Copied: pam/repos/staging-x86_64/other (from rev 321906, pam/trunk/other)
===
--- staging-x86_64/other(rev 0)
+++ staging-x86_64/other2018-04-16 12:32:21 UTC (rev 321907)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so

Copied: pam/repos/staging-x86_64/pam_unix2-glibc216.patch (from rev 321906, 
pam/trunk/pam_unix2-glibc216.patch)
===
--- staging-x86_64/pam_unix2-glibc216.patch (rev 0)
+++ staging-x86_64/pam_unix2-glibc216.patch 2018-04-16 12:32:21 UTC (rev 
321907)
@@ -0,0 +1,20 @@
+Index: pam_unix2-2.9.1/src/read-files.c
+===
+--- pam_unix2-2.9.1.orig/src/read-files.c
 pam_unix2-2.9.1/src/read-files.c
+@@ -30,8 +30,14 @@
+ #include 
+ #include 
+ #include 
+-#include 
++#include 
+ #define __libc_lock_t pthread_mutex_t
++#define __libc_lock_define_initialized(CLASS,NAME) \
++  CLASS __libc_lock_t NAME = PTHREAD_MUTEX_INITIALIZER;
++#define __libc_lock_lock(NAME) \
++  pthread_mutex_lock, (&(NAME))
++#define __libc_lock_unlock(NAME) \
++  pthread_mutex_unlock, (&(NAME))
+ 
+ #include "read-files.h"
+ 


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 12:41:44
  Author: bgyorgy
Revision: 316501

upgpkg: eolie 0.9.28-1

Update to new version

Modified:
  eolie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 12:39:41 UTC (rev 316500)
+++ PKGBUILD2018-04-16 12:41:44 UTC (rev 316501)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
 
 pkgname=eolie
-pkgver=0.9.27
+pkgver=0.9.28
 pkgrel=1
 pkgdesc="Simple web browser for GNOME"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'python-fxa: Firefox Sync support'
 'python-pyopenssl: Show SSL certificates'
 'python-requests-hawk: Firefox Sync support')
-_commit=ea79d39c1912823b271b29ce8a075c1cb43f19b3  # tags/0.9.27
+_commit=077ea9d9b8944ac0c9605f3909d0730003d80e56  # tags/0.9.28
 source=("git+https://gitlab.gnome.org/gnumdk/eolie.git#commit=$_commit;
 "git+https://gitlab.gnome.org/gnumdk/eolie-po.git;)
 sha256sums=('SKIP'


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 12:41:50
  Author: bgyorgy
Revision: 316502

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 12:41:44 UTC (rev 316501)
+++ PKGBUILD2018-04-16 12:41:50 UTC (rev 316502)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.27
-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=ea79d39c1912823b271b29ce8a075c1cb43f19b3  # tags/0.9.27
-source=("git+https://gitlab.gnome.org/gnumdk/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() {
-   mkdir build
-   cd $pkgname
-   git config submodule.subprojects/po.url "$srcdir/eolie-po"
-   git submodule update --init
-}
-
-build() {
-   cd build
-   meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release 
../$pkgname
-   ninja
-}
-
-package() {
-   cd build
-   DESTDIR="$pkgdir" ninja install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 316501, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 12:41:50 UTC (rev 316502)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.28
+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=077ea9d9b8944ac0c9605f3909d0730003d80e56  # tags/0.9.28
+source=("git+https://gitlab.gnome.org/gnumdk/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 xterm/repos (3 files)

2018-04-16 Thread Andreas Radke via arch-commits
Date: Monday, April 16, 2018 @ 14:38:36
  Author: andyrtr
Revision: 321913

archrelease: copy trunk to testing-x86_64

Added:
  xterm/repos/testing-x86_64/
  xterm/repos/testing-x86_64/LICENSE
(from rev 321912, xterm/trunk/LICENSE)
  xterm/repos/testing-x86_64/PKGBUILD
(from rev 321912, xterm/trunk/PKGBUILD)

--+
 LICENSE  |   73 +
 PKGBUILD |   64 +
 2 files changed, 137 insertions(+)

Copied: xterm/repos/testing-x86_64/LICENSE (from rev 321912, 
xterm/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2018-04-16 14:38:36 UTC (rev 321913)
@@ -0,0 +1,73 @@
+/***
+
+Copyright 2002-2008,2009 by Thomas E. Dickey
+
+All Rights Reserved
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name(s) of the above copyright
+holders shall not be used in advertising or otherwise to promote the
+sale, use or other dealings in this Software without prior written
+authorization.
+
+Copyright 1987, 1988  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
+
+All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Digital not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.
+
+DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
+
+**/

Copied: xterm/repos/testing-x86_64/PKGBUILD (from rev 321912, 
xterm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-16 14:38:36 UTC (rev 321913)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=332
+pkgrel=1
+pkgdesc="X Terminal Emulator"

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

2018-04-16 Thread Andreas Radke via arch-commits
Date: Monday, April 16, 2018 @ 14:38:22
  Author: andyrtr
Revision: 321912

upgpkg: xterm 332-1

upstream update 332

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 13:37:25 UTC (rev 321911)
+++ PKGBUILD2018-04-16 14:38:22 UTC (rev 321912)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=331
+pkgver=332
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-sha256sums=('9ae856a30fd93046be93952a6898ba47f6f88ad6a988a7c949c4c80d5199ef10'
+sha256sums=('5d4b112717e62032826082bec523aff2ab9d9b1531b1d2e81f6cab4c668cb27d'
 'SKIP'
 '9929684f5e28eb5e49c5a7f924dec9c61e0b909b3debb92d247f73f222e09615')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 12:11:04
  Author: felixonmars
Revision: 321905

archrelease: copy trunk to staging-x86_64

Added:
  python2/repos/staging-x86_64/
  python2/repos/staging-x86_64/PKGBUILD
(from rev 321904, python2/trunk/PKGBUILD)
  python2/repos/staging-x86_64/descr_ref.patch
(from rev 321904, python2/trunk/descr_ref.patch)
  python2/repos/staging-x86_64/fix-profile-task.patch
(from rev 321904, python2/trunk/fix-profile-task.patch)

+
 PKGBUILD   |  131 +++
 descr_ref.patch|   58 
 fix-profile-task.patch |   13 
 3 files changed, 202 insertions(+)

Copied: python2/repos/staging-x86_64/PKGBUILD (from rev 321904, 
python2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-16 12:11:04 UTC (rev 321905)
@@ -0,0 +1,131 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python2
+pkgver=2.7.14
+pkgrel=3
+_pybasever=2.7
+pkgdesc="A high-level scripting language"
+arch=('x86_64')
+license=('PSF')
+url="http://www.python.org/;
+depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'openssl' 'sqlite' 'zlib')
+makedepends=('tk' 'bluez-libs')
+checkdepends=('gdb' 'file' 'xorg-server-xvfb')
+optdepends=('tk: for IDLE'
+'python2-setuptools'
+'python2-pip')
+conflicts=('python<3')
+source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz"{,.asc}
+descr_ref.patch fix-profile-task.patch)
+sha512sums=('78310b0be6388ffa15f29a80afb9ab3c03a572cb094e9da00cfe391afadb51696e41f592eb658d6a31a2f422fdac8a55214a382cbb8cfb43d4a127d5b35ea7f9'
+'SKIP'
+
'2e16eb23eb402dbe921c09bce99b400c10939114b4a1ded0e94a744d8cb66427947bc8d07c4fb054f9fe0906d10d1da509fc2273fd136225c0f019cc43dd045d'
+
'5d7b47bfa9f13cf5fb827546189d823033278f96866366fca5257aaf819c92ffb26e2116426c84ab78d9ae3178eebb591fa4b2f22cfc2725e3e3e795fdb5c2b6')
+validpgpkeys=('C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF')  # Benjamin Peterson
+
+prepare() {
+  cd Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python2|" Lib/cgi.py
+
+  sed -i "s/python2.3/python2/g" Lib/distutils/tests/test_build_scripts.py \
+Lib/distutils/tests/test_install_scripts.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  # clean up #!s
+  find . -name '*.py' | \
+xargs sed -i "s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|"
+
+  # Workaround asdl_c.py/makeopcodetargets.py errors after we touched the 
shebangs
+  touch Include/Python-ast.h Python/Python-ast.c Python/opcode_targets.h
+
+  # FS#48761
+  # http://bugs.python.org/issue25750
+  patch -Np1 -i ../descr_ref.patch
+
+  # Backport from Python 3.x
+  patch -Np2 -i ../fix-profile-task.patch
+}
+
+build() {
+  cd "${srcdir}/Python-${pkgver}"
+
+  export OPT="${CFLAGS}"
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --enable-optimizations \
+  --with-lto \
+  --enable-ipv6 \
+  --enable-unicode=ucs4 \
+  --with-system-expat \
+  --with-system-ffi \
+  --with-dbmliborder=gdbm:ndbm \
+  --without-ensurepip
+
+  make
+}
+
+check() {
+  # Since 2.7.14 with latest xvfb
+  # test_idle, test_tk, test_ttk_guionly: segfaults
+
+  cd Python-${pkgver}
+  LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
+xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x 
test_idle test_tk test_ttk_guionly
+}
+
+package() {
+  cd Python-${pkgver}
+
+  # Hack to avoid building again
+  sed -i 's/^all:.*$/all: build_all/' Makefile
+
+  make DESTDIR="${pkgdir}" altinstall maninstall
+
+  rm "${pkgdir}"/usr/share/man/man1/python.1
+
+  ln -sf python${_pybasever}"${pkgdir}"/usr/bin/python2
+  ln -sf python${_pybasever}-config "${pkgdir}"/usr/bin/python2-config
+  ln -sf python${_pybasever}.1  "${pkgdir}"/usr/share/man/man1/python2.1
+
+  # FS#33954
+  ln -sf python-${_pybasever}.pc"${pkgdir}"/usr/lib/pkgconfig/python2.pc
+
+  ln -sf ../../libpython${_pybasever}.so 

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

2018-04-16 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, April 16, 2018 @ 12:32:12
  Author: bpiotrowski
Revision: 321906

1.3.0-2: libnsl rebuild; remove pam_unix2 and compatibility symlinks

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 12:11:04 UTC (rev 321905)
+++ PKGBUILD2018-04-16 12:32:12 UTC (rev 321906)
@@ -4,7 +4,7 @@
 
 pkgname=pam
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('x86_64')
 license=('GPL2')
@@ -12,36 +12,15 @@
 depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
 makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
 
backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
-source=(http://linux-pam.org/library/Linux-PAM-$pkgver.tar.bz2
-https://sources.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
-pam_unix2-glibc216.patch)
-md5sums=('da4b2289b7cfb19583d54e9eaaef1c3a'
- 'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
- 'dac109f68e04a4df37575fda6001ea17')
+source=(http://linux-pam.org/library/Linux-PAM-$pkgver.tar.bz2)
+md5sums=('da4b2289b7cfb19583d54e9eaaef1c3a')
 
 options=('!emptydirs')
 
-prepare () {
-  cd $srcdir/Linux-PAM-$pkgver
-
-  # fix pam_unix2 building
-  cd $srcdir/pam_unix2-2.9.1
-  patch -Np1 -i "${srcdir}/pam_unix2-glibc216.patch"
-}
-
 build() {
   cd $srcdir/Linux-PAM-$pkgver
   ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
   make
-
-  cd $srcdir/pam_unix2-2.9.1
-  # modify flags to build against the pam compiled here, not a system lib.
-  ./configure \
-  CFLAGS="$CFLAGS -I$srcdir/Linux-PAM-$pkgver/libpam/include/" \
-  LDFLAGS="$LDFLAGS -L$srcdir/Linux-PAM-$pkgver/libpam/.libs/" \
-  --libdir=/usr/lib \
-  --sbindir=/usr/bin
-  make
 }
 
 package() {
@@ -48,20 +27,9 @@
   cd $srcdir/Linux-PAM-$pkgver
   make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
 
-  # build pam_unix2 module
-  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
-  cd $srcdir/pam_unix2-2.9.1
-  make DESTDIR=$pkgdir install
-
-  # fix some missing symlinks from old pam for compatibility
-  cd $pkgdir/usr/lib/security
-  ln -s pam_unix.so pam_unix_acct.so
-  ln -s pam_unix.so pam_unix_auth.so
-  ln -s pam_unix.so pam_unix_passwd.so
-  ln -s pam_unix.so pam_unix_session.so
-
   # set unix_chkpwd uid
   chmod +s $pkgdir/usr/bin/unix_chkpwd
+
   # remove doc which is not used anymore
   # FS #40749
   rm $pkgdir/usr/share/doc/Linux-PAM/sag-pam_userdb.html


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 12:39:41
  Author: bgyorgy
Revision: 316500

archrelease: copy trunk to community-x86_64

Added:
  parole/repos/community-x86_64/PKGBUILD
(from rev 316499, parole/trunk/PKGBUILD)
Deleted:
  parole/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 12:39:35 UTC (rev 316499)
+++ PKGBUILD2018-04-16 12:39:41 UTC (rev 316500)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: TDY 
-
-pkgname=parole
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Modern media player based on the GStreamer framework"
-arch=('x86_64')
-url="https://docs.xfce.org/apps/parole/start;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('gst-plugins-base' 'gst-plugins-good' 'libnotify' 'libxfce4ui')
-makedepends=('intltool' 'python')
-optdepends=('gst-libav: Extra media codecs'
-   'gst-plugins-bad: Extra media codecs'
-   'gst-plugins-ugly: Extra media codecs')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b335aeb690fb527f77b62c322baf34834b593659fdcd21d21ed3f1e14010')
-
-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: parole/repos/community-x86_64/PKGBUILD (from rev 316499, 
parole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 12:39:41 UTC (rev 316500)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: TDY 
+
+pkgname=parole
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Modern media player based on the GStreamer framework"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/parole/start;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('gst-plugins-base' 'gst-plugins-good' 'libnotify' 'libxfce4ui')
+makedepends=('intltool' 'python')
+optdepends=('gst-libav: Extra media codecs'
+   'gst-plugins-bad: Extra media codecs'
+   'gst-plugins-ugly: Extra media codecs')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8ad2931fdb35415cc3d7551b5f2207bfaa1aba15545accbacbb4984cdabd7099')
+
+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
+}


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 12:39:35
  Author: bgyorgy
Revision: 316499

upgpkg: parole 1.0.1-1

Update to new version

Modified:
  parole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 12:14:19 UTC (rev 316498)
+++ PKGBUILD2018-04-16 12:39:35 UTC (rev 316499)
@@ -4,7 +4,7 @@
 # Contributor: TDY 
 
 pkgname=parole
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="Modern media player based on the GStreamer framework"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'gst-plugins-bad: Extra media codecs'
'gst-plugins-ugly: Extra media codecs')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b335aeb690fb527f77b62c322baf34834b593659fdcd21d21ed3f1e14010')
+sha256sums=('8ad2931fdb35415cc3d7551b5f2207bfaa1aba15545accbacbb4984cdabd7099')
 
 build() {
   cd $pkgname-$pkgver


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

2018-04-16 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, April 16, 2018 @ 13:37:15
  Author: bpiotrowski
Revision: 321910

4.8.0-2: libnsl rebuild

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 12:43:54 UTC (rev 321909)
+++ PKGBUILD2018-04-16 13:37:15 UTC (rev 321910)
@@ -11,13 +11,14 @@
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="http://www.samba.org;
 license=('GPL3')
 makedepends=('python2' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam' 'systemd' 
- 'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio' 
'perl-parse-yapp')
+ 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam'
+ 'systemd' 'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio'
+ 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto')
 source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
 http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
 samba.logrotate
@@ -116,7 +117,7 @@
 pkgdesc="Tools to access a server's filespace and printers via SMB"
 depends=('popt' 'cifs-utils' 'tdb' "libwbclient>=$pkgver" 'ldb'
  'tevent' 'libgcrypt' 'python2' 'talloc' 'readline' 'gnutls' 
- 'libbsd' 'libldap' 'libcups')
+ 'libbsd' 'libldap' 'libcups' 'gamin' 'libarchive' 'libnsl')
 
 _smbclient_bins=('smbclient' 'rpcclient' 'smbspool'
  'smbtree' 'smbcacls' 'smbcquotas' 'smbget' 'net'
@@ -171,7 +172,7 @@
 package_samba() {
 pkgdesc="SMB Fileserver and AD Domain server"
 depends=('db>=4.7' 'popt' 'libcups' 'libcap>=2.16' 'gamin' 'gnutls>=2.4.1'
- 'talloc' 'ldb' 'libbsd' 'python2' 'iniparser' 'tdb' 'libaio' 
'perl-parse-yapp' "smbclient>=$pkgver")
+ 'talloc' 'ldb' 'libbsd' 'python2' 'iniparser' 'tdb' 'libaio' 
'perl-parse-yapp' "smbclient>=$pkgver" "gpgme")
 backup=(etc/logrotate.d/samba
 etc/pam.d/samba
 etc/samba/smb.conf


[arch-commits] Commit in samba/repos (13 files)

2018-04-16 Thread Bartłomiej Piotrowski via arch-commits
Date: Monday, April 16, 2018 @ 13:37:25
  Author: bpiotrowski
Revision: 321911

archrelease: copy trunk to staging-x86_64

Added:
  samba/repos/staging-x86_64/
  samba/repos/staging-x86_64/PKGBUILD
(from rev 321910, samba/trunk/PKGBUILD)
  samba/repos/staging-x86_64/nmbd.service
(from rev 321910, samba/trunk/nmbd.service)
  samba/repos/staging-x86_64/samba.conf
(from rev 321910, samba/trunk/samba.conf)
  samba/repos/staging-x86_64/samba.conf.d
(from rev 321910, samba/trunk/samba.conf.d)
  samba/repos/staging-x86_64/samba.install
(from rev 321910, samba/trunk/samba.install)
  samba/repos/staging-x86_64/samba.logrotate
(from rev 321910, samba/trunk/samba.logrotate)
  samba/repos/staging-x86_64/samba.pam
(from rev 321910, samba/trunk/samba.pam)
  samba/repos/staging-x86_64/samba.service
(from rev 321910, samba/trunk/samba.service)
  samba/repos/staging-x86_64/smbd.service
(from rev 321910, samba/trunk/smbd.service)
  samba/repos/staging-x86_64/smbd.socket
(from rev 321910, samba/trunk/smbd.socket)
  samba/repos/staging-x86_64/smbd@.service
(from rev 321910, samba/trunk/smbd@.service)
  samba/repos/staging-x86_64/winbindd.service
(from rev 321910, samba/trunk/winbindd.service)

--+
 PKGBUILD |  239 +
 nmbd.service |   12 ++
 samba.conf   |2 
 samba.conf.d |   18 +++
 samba.install|   10 ++
 samba.logrotate  |5 +
 samba.pam|3 
 samba.service|   14 +++
 smbd.service |   12 ++
 smbd.socket  |9 +
 smbd@.service|7 +
 winbindd.service |   12 ++
 12 files changed, 343 insertions(+)

Copied: samba/repos/staging-x86_64/PKGBUILD (from rev 321910, 
samba/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-16 13:37:25 UTC (rev 321911)
@@ -0,0 +1,239 @@
+
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+# Contributor: Michael Hansen 
+# Contributor: Marco A Rojas 
+# Contributor: Netanel Shine 
+# Contributor: ngoonee 
+# Contributor: Adam Russell 
+# Contributor: Dhananjay Sathe 
+
+pkgbase=samba
+pkgname=('libwbclient' 'smbclient' 'samba')
+pkgver=4.8.0
+pkgrel=2
+arch=(x86_64)
+url="http://www.samba.org;
+license=('GPL3')
+makedepends=('python2' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
+ 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam'
+ 'systemd' 'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio'
+ 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto')
+source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
+http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
+samba.logrotate
+samba.pam
+samba.conf)
+validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
+### UNINSTALL dmapi package before building!!!
+
+prepare() {
+  cd samba-${pkgver}
+}
+
+build() {
+  # Use samba-pkg as a staging directory for the split packages
+  # (This is so RPATHS and symlinks are generated correctly via
+  # make install, but the otherwise unsplit pieces can be split)
+  _pkgsrc=${srcdir}/samba-pkg
+  rm -rf ${_pkgsrc}
+  cd ${srcdir}/samba-${pkgver}
+  # change to use python2
+  SAVEIFS=${IFS}
+  IFS=$(echo -en "\n\b")
+  PYTHON_CALLERS="$(find ${srcdir}/samba-${pkgver} -name '*.py')
+$(find ${srcdir}/samba-${pkgver} -name 'wscript*')
+$(find ${srcdir}/samba-${pkgver} -name 'configure.ac')
+$(find ${srcdir}/samba-${pkgver} -name 'upgrade_from_s3')
+$(find ${srcdir}/samba-${pkgver}/buildtools -type f)
+$(find ${srcdir}/samba-${pkgver}/source4/scripting -type f)"
+  sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" \
+ -e "s|python-config|python2-config|" \
+ -e "s|bin/python|bin/python2|" \
+  ${PYTHON_CALLERS}
+  IFS=${SAVEIFS}
+
+  export PYTHON=/usr/bin/python2
+_samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
+_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
+_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
+ cd ${srcdir}/samba-${pkgver}
+  ./configure --enable-fhs \
+  --prefix=/usr \
+  --sbindir=/usr/bin \
+  --libdir=/usr/lib \
+ --libexecdir=/usr/lib/samba \
+  --localstatedir=/var \
+  --with-configdir=/etc/samba \
+  --with-lockdir=/var/cache/samba \
+  --with-sockets-dir=/var/run/samba \
+  --with-piddir=/var/run \
+  --with-ads \
+  --with-ldap \
+  --with-winbind \
+  --with-acl-support \
+  

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

2018-04-16 Thread Sergej Pupykin via arch-commits
Date: Monday, April 16, 2018 @ 12:01:32
  Author: spupykin
Revision: 316497

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 316496, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 316496, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.tmpfiles
(from rev 316496, roundcubemail/trunk/roundcubemail.tmpfiles)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.tmpfiles

+
 PKGBUILD   |  122 +++
 apache.conf|   14 ++---
 roundcubemail.tmpfiles |4 -
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 12:01:17 UTC (rev 316496)
+++ PKGBUILD2018-04-16 12:01:32 UTC (rev 316497)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.3.5
-pkgrel=1
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="https://roundcube.net/;
-license=('GPL')
-depends=('php' 'php-gd')
-makedepends=('php-composer' 'git')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-'etc/webapps/roundcubemail/apache.conf')
-validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
-source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"apache.conf"
-"roundcubemail.tmpfiles")
-sha256sums=('634e98b3e422208d25aba0a0e5adf603833b4b9d32b5db6c1162a122f31b686b'
-'SKIP'
-'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
-'b0baf067cd6c09938991890ab8c87ba4bad06987781c5accbed86b95e35c2a56')
-
-prepare() {
-  cd "$srcdir"/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
--e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-#  mv composer.json-dist composer.json
-#  php -d extension=gd.so ../composer.phar install --no-dev
-}
-
-package() {
-  mkdir -p "$pkgdir"/etc/webapps/roundcubemail
-  mkdir -p "$pkgdir"/usr/share/webapps
-  cd "$pkgdir"/usr/share/webapps
-  cp -ra "$srcdir"/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess "$pkgdir"/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config "$pkgdir"/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -Dm0644 "$srcdir"/apache.conf 
"$pkgdir"/etc/webapps/roundcubemail/apache.conf
-
-  rm -rf temp logs
-  find "$pkgdir" -name .git -exec rm -rf {} \; || true
-
-#  sed -i 
"s|"$srcdir"/roundcubemail-${pkgver/rc/-rc}/vendor/pear-pear.php.net/Console_CommandLine/data|/usr/share/webapps/roundcubemail/vendor/pear-pear.php.net|g"
 \
-#
vendor/pear-pear.php.net/Console_CommandLine/Console/CommandLine/XmlParser.php
-
-#  sed -i 
"s|"$srcdir"/roundcubemail-${pkgver/rc/-rc}|/usr/share/webapps/roundcubemail|g" 
\
-#vendor/pear-pear.php.net/Crypt_GPG/bin/crypt-gpg-pinentry \
-#vendor/pear-pear.php.net/Crypt_GPG/Crypt/GPG/Engine.php \
-#vendor/pear-pear.php.net/Crypt_GPG/Crypt/GPG/PinEntry.php
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 316496, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 12:01:32 UTC (rev 316497)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=roundcubemail
+pkgver=1.3.6
+pkgrel=1
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="https://roundcube.net/;
+license=('GPL')
+depends=('php' 'php-gd')
+makedepends=('php-composer' 'git')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+'etc/webapps/roundcubemail/apache.conf')
+validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
+source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
+"apache.conf"
+"roundcubemail.tmpfiles")
+sha256sums=('f1b86e97cc8fd69bb1957d4115762af6ea2d6957ea17b33dd3ec2995662670d9'
+'SKIP'
+'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
+'b0baf067cd6c09938991890ab8c87ba4bad06987781c5accbed86b95e35c2a56')
+
+prepare() {
+  cd "$srcdir"/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
+-e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+#  mv 

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

2018-04-16 Thread Sergej Pupykin via arch-commits
Date: Monday, April 16, 2018 @ 12:01:17
  Author: spupykin
Revision: 316496

upgpkg: roundcubemail 1.3.6-1

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 12:01:10 UTC (rev 316495)
+++ PKGBUILD2018-04-16 12:01:17 UTC (rev 316496)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf"
 "roundcubemail.tmpfiles")
-sha256sums=('634e98b3e422208d25aba0a0e5adf603833b4b9d32b5db6c1162a122f31b686b'
+sha256sums=('f1b86e97cc8fd69bb1957d4115762af6ea2d6957ea17b33dd3ec2995662670d9'
 'SKIP'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
 'b0baf067cd6c09938991890ab8c87ba4bad06987781c5accbed86b95e35c2a56')


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 14:37:47
  Author: felixonmars
Revision: 316515

upgpkg: hercules 3.13.00-3

libnsl rebuild (add correct dependencies too)

Modified:
  hercules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:32:29 UTC (rev 316514)
+++ PKGBUILD2018-04-16 14:37:47 UTC (rev 316515)
@@ -6,12 +6,12 @@
 
 pkgname=hercules
 pkgver=3.13.00
-pkgrel=2
+pkgrel=3
 pkgdesc='Software implementation of System/370 and ESA/390'
 arch=('x86_64')
 url='http://www.hercules-390.eu/'
 license=('custom')
-depends=('glibc' 'libnsl')
+depends=('libnsl' 'zlib')
 options=('!makeflags')
 source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
 
sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 13:31:34
  Author: bgyorgy
Revision: 316508

archrelease: copy trunk to community-x86_64

Added:
  tepl/repos/community-x86_64/PKGBUILD
(from rev 316507, tepl/trunk/PKGBUILD)
Deleted:
  tepl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 13:31:29 UTC (rev 316507)
+++ PKGBUILD2018-04-16 13:31:34 UTC (rev 316508)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Tobias Bohrmann (PlainTextField) 
-
-pkgname=tepl
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
-arch=('x86_64' 'i686')
-url="https://wiki.gnome.org/Projects/Tepl;
-license=('LGPL2.1')
-depends=('gtksourceview3' 'uchardet')
-makedepends=('gobject-introspection' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9eb6fceb0b521de7bf684508138a5b8428d9f575c395ba54f9e31597980fd0ef')
-
-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: tepl/repos/community-x86_64/PKGBUILD (from rev 316507, 
tepl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 13:31:34 UTC (rev 316508)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+pkgname=tepl
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Tepl;
+license=(LGPL2.1)
+depends=(gtksourceview4 uchardet)
+makedepends=(autoconf-archive git gobject-introspection gtk-doc vala)
+_commit=168197c10ce9aa13942f58e32c613ecd63f14897  # tags/4.0.0^0
+source=("git+https://gitlab.gnome.org/GNOME/tepl.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 13:31:29
  Author: bgyorgy
Revision: 316507

upgpkg: tepl 4.0.0-1

Update to new version

Modified:
  tepl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 13:21:59 UTC (rev 316506)
+++ PKGBUILD2018-04-16 13:31:29 UTC (rev 316507)
@@ -3,25 +3,36 @@
 # Contributor: Tobias Bohrmann (PlainTextField) 
 
 pkgname=tepl
-pkgver=3.0.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
-arch=('x86_64')
+arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Tepl;
-license=('LGPL2.1')
-depends=('gtksourceview3' 'uchardet')
-makedepends=('gobject-introspection' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9eb6fceb0b521de7bf684508138a5b8428d9f575c395ba54f9e31597980fd0ef')
+license=(LGPL2.1)
+depends=(gtksourceview4 uchardet)
+makedepends=(autoconf-archive git gobject-introspection gtk-doc vala)
+_commit=168197c10ce9aa13942f58e32c613ecd63f14897  # tags/4.0.0^0
+source=("git+https://gitlab.gnome.org/GNOME/tepl.git#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-   cd $pkgname-$pkgver
-   ./configure --prefix=/usr
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-   make
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
 }
 
 package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in (latexila)

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 13:51:05
  Author: bgyorgy
Revision: 316512

latexila was renamed to gnome-latex

Deleted:
  latexila/


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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:32:49
  Author: alucryd
Revision: 316548

upgpkg: lollypop 0.9.504-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 18:29:09 UTC (rev 316547)
+++ PKGBUILD2018-04-16 18:32:49 UTC (rev 316548)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.500
+pkgver=0.9.504
 _portal_pkgver=0.9.7
 pkgrel=1
 pkgdesc='Music player for GNOME'
@@ -22,9 +22,9 @@
 'python-pylast: Last.FM support'
 'python-wikipedia: Wikipedia support'
 'youtube-dl: YouTube playback')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/7cd77aecdabf34ea8c1d162bd197cf86/lollypop-0.9.500.tar.xz;
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/98a3b6d073c5fed4333627f26d325a5f/lollypop-0.9.504.tar.xz;
 
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
-sha256sums=('6fc4f3789c330e7ee2feeebd286beeca8b32c712edf1f4c92f2a384179fa1603'
+sha256sums=('549baa80f6d005107e6c29b55f68a1d1275c898877fff5dc48ef7549ef2f247b'
 'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
 
 build() {


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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:33:00
  Author: alucryd
Revision: 316549

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 316548, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 18:32:49 UTC (rev 316548)
+++ PKGBUILD2018-04-16 18:33:00 UTC (rev 316549)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.500
-_portal_pkgver=0.9.7
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support'
-'youtube-dl: YouTube playback')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/7cd77aecdabf34ea8c1d162bd197cf86/lollypop-0.9.500.tar.xz;
-
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
-sha256sums=('6fc4f3789c330e7ee2feeebd286beeca8b32c712edf1f4c92f2a384179fa1603'
-'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
-
-build() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-pushd $d
-arch-meson build \
-  --libexecdir='lib/lollypop'
-ninja -C build
-popd
-  done
-}
-
-package() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-DESTDIR="${pkgdir}" ninja -C $d/build install
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 316548, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 18:33:00 UTC (rev 316549)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.504
+_portal_pkgver=0.9.7
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support'
+'youtube-dl: YouTube playback')
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/98a3b6d073c5fed4333627f26d325a5f/lollypop-0.9.504.tar.xz;
+
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
+sha256sums=('549baa80f6d005107e6c29b55f68a1d1275c898877fff5dc48ef7549ef2f247b'
+'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
+
+build() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+pushd $d
+arch-meson build \
+  --libexecdir='lib/lollypop'
+ninja -C build
+popd
+  done
+}
+
+package() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+DESTDIR="${pkgdir}" ninja -C $d/build install
+  done
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in tcp-wrappers/repos (6 files)

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:41:39
  Author: alucryd
Revision: 316551

archrelease: copy trunk to community-staging-x86_64

Added:
  tcp-wrappers/repos/community-staging-x86_64/
  tcp-wrappers/repos/community-staging-x86_64/PKGBUILD
(from rev 316550, tcp-wrappers/trunk/PKGBUILD)
  tcp-wrappers/repos/community-staging-x86_64/hosts.allow
(from rev 316550, tcp-wrappers/trunk/hosts.allow)
  tcp-wrappers/repos/community-staging-x86_64/hosts.deny
(from rev 316550, tcp-wrappers/trunk/hosts.deny)
  tcp-wrappers/repos/community-staging-x86_64/tcp-wrappers-headers.patch
(from rev 316550, tcp-wrappers/trunk/tcp-wrappers-headers.patch)
  tcp-wrappers/repos/community-staging-x86_64/tcp-wrappers-redhat-bug11881.patch
(from rev 316550, tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch)

+
 PKGBUILD   |   86 ++
 hosts.allow|5 
 hosts.deny |7 
 tcp-wrappers-headers.patch |  296 +++
 tcp-wrappers-redhat-bug11881.patch |   36 
 5 files changed, 430 insertions(+)

Copied: tcp-wrappers/repos/community-staging-x86_64/PKGBUILD (from rev 316550, 
tcp-wrappers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-16 18:41:39 UTC (rev 316551)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Manuel Hüsers 
+# Contributor: vigo 
+# Contributor: Sergej Pupykin 
+# Contributor: judd 
+
+pkgbase=tcp-wrappers
+pkgname=('libwrap' 'tcp-wrappers')
+pkgver=7.6.24
+pkgrel=4
+pkgdesc='Monitors and Controls incoming TCP connections'
+arch=('x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('glibc' 'libnsl')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch'
+'hosts.allow'
+'hosts.deny')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403'
+'c1b19035a14ba552e8795ec3d7171e688592c9317f2eb14373320315435565e3'
+'969414f0a161e95fbe4cfe32df7c657a2793734d09416c00fa1116c5c0a9924f')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS" \
+LDOPTS="$LDFLAGS" \
+REAL_DAEMON_DIR='/usr/bin' \
+STYLE='-DPROCESS_OPTIONS' \
+linux
+}
+
+package_libwrap() {
+  provides=('tcp_wrappers-libs')
+  conflicts=('tcp_wrappers-libs')
+
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib/libwrap.so
+
+  install -Dm 644 DISCLAIMER -t "${pkgdir}"/usr/share/licenses/libwrap/
+}
+
+package_tcp-wrappers() {
+  depends=('libwrap')
+  provides=('tcp_wrappers')
+  conflicts=('tcp_wrappers')
+  backup=('etc/hosts.allow'
+  'etc/hosts.deny')
+
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 755 safe_finger tcpd tcpdchk tcpdmatch try-from -t 
"${pkgdir}"/usr/bin/
+  install -Dm 644 *.3 -t "${pkgdir}"/usr/share/man/man3/
+  install -Dm 644 *.5 -t "${pkgdir}"/usr/share/man/man5/
+  install -Dm 644 *.8 -t "${pkgdir}"/usr/share/man/man8/
+  install -Dm 644 ../hosts.{allow,deny} -t "${pkgdir}"/etc/
+  install -Dm 644 README -t "${pkgdir}"/usr/share/doc/tcp-wrappers/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libwrap "${pkgdir}"/usr/share/licenses/tcp-wrappers
+}
+
+# vim: ts=2 sw=2 et:

Copied: tcp-wrappers/repos/community-staging-x86_64/hosts.allow (from rev 
316550, tcp-wrappers/trunk/hosts.allow)
===
--- community-staging-x86_64/hosts.allow(rev 0)
+++ community-staging-x86_64/hosts.allow2018-04-16 18:41:39 UTC (rev 
316551)
@@ -0,0 +1,5 @@
+#
+# /etc/hosts.allow
+#
+
+# End of file

Copied: tcp-wrappers/repos/community-staging-x86_64/hosts.deny 

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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:41:25
  Author: alucryd
Revision: 316550

upgpkg: tcp-wrappers 7.6.24-4

Modified:
  tcp-wrappers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 18:33:00 UTC (rev 316549)
+++ PKGBUILD2018-04-16 18:41:25 UTC (rev 316550)
@@ -8,12 +8,12 @@
 pkgbase=tcp-wrappers
 pkgname=('libwrap' 'tcp-wrappers')
 pkgver=7.6.24
-pkgrel=3
+pkgrel=4
 pkgdesc='Monitors and Controls incoming TCP connections'
 arch=('x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
 license=('BSD')
-depends=('glibc')
+depends=('glibc' 'libnsl')
 options=('!makeflags')
 source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
 
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;


[arch-commits] Commit in (3 files)

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:58:59
  Author: alucryd
Revision: 316552

Add lib32-libnsl

Added:
  lib32-libnsl/
  lib32-libnsl/trunk/
  lib32-libnsl/trunk/PKGBUILD

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

Added: lib32-libnsl/trunk/PKGBUILD
===
--- lib32-libnsl/trunk/PKGBUILD (rev 0)
+++ lib32-libnsl/trunk/PKGBUILD 2018-04-16 18:58:59 UTC (rev 316552)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lib32-libnsl
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Public client interface library for NIS(YP) and NIS+'
+arch=('x86_64')
+url='https://github.com/thkukuk/libnsl'
+license=('LGPL2.1')
+depends=('lib32-libtirpc' 'libnsl')
+makedepends=('gcc-multilib')
+source=("libnsl-${pkgver}.tar.gz::https://github.com/thkukuk/libnsl/archive/v${pkgver}.tar.gz;)
+sha256sums=('a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8')
+
+prepare() {
+  cd libnsl-${pkgver}
+
+  ./autogen.sh
+}
+
+build() {
+  cd libnsl-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkg-config'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libnsl-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/include
+}
+
+# vim: ts=2 sw=2 et:


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


[arch-commits] Commit in keepass-plugin-keeagent/trunk (PKGBUILD)

2018-04-16 Thread Giancarlo Razzolini via arch-commits
Date: Monday, April 16, 2018 @ 20:18:23
  Author: grazzolini
Revision: 316560

upgpkg: keepass-plugin-keeagent 0.10.1-1

Modified:
  keepass-plugin-keeagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 19:13:52 UTC (rev 316559)
+++ PKGBUILD2018-04-16 20:18:23 UTC (rev 316560)
@@ -1,7 +1,7 @@
 # Maintainer: Giancarlo Razzolinit 
 
 pkgname=keepass-plugin-keeagent
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="SSH Agent Plugin for KeePass"
 license=('GPL')


[arch-commits] Commit in lib32-pam/repos (5 files)

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 19:13:52
  Author: alucryd
Revision: 316559

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-pam/repos/multilib-staging-x86_64/
  lib32-pam/repos/multilib-staging-x86_64/PKGBUILD
(from rev 316558, lib32-pam/trunk/PKGBUILD)
  lib32-pam/repos/multilib-staging-x86_64/pam-1.1.8-cve-2013-7041.patch
(from rev 316558, lib32-pam/trunk/pam-1.1.8-cve-2013-7041.patch)
  lib32-pam/repos/multilib-staging-x86_64/pam-1.1.8-cve-2014-2583.patch
(from rev 316558, lib32-pam/trunk/pam-1.1.8-cve-2014-2583.patch)
  lib32-pam/repos/multilib-staging-x86_64/pam_unix2-glibc216.patch
(from rev 316558, lib32-pam/trunk/pam_unix2-glibc216.patch)

---+
 PKGBUILD  |   44 +++
 pam-1.1.8-cve-2013-7041.patch |   52 +
 pam-1.1.8-cve-2014-2583.patch |   56 
 pam_unix2-glibc216.patch  |   20 ++
 4 files changed, 172 insertions(+)

Copied: lib32-pam/repos/multilib-staging-x86_64/PKGBUILD (from rev 316558, 
lib32-pam/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2018-04-16 19:13:52 UTC (rev 316559)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: josephgbr 
+# Contributor: Janax 
+# Contributor: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=lib32-pam
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Pluggable Authentication Modules'
+arch=('x86_64')
+url='http://linux-pam.org'
+license=('GPL2')
+depends=('lib32-cracklib' 'lib32-libnsl' 'lib32-libtirpc' 'pam')
+makedepends=('gcc-multilib' 'lib32-flex')
+source=("http://linux-pam.org/library/Linux-PAM-${pkgver}.tar.bz2;)
+sha256sums=('241aed1ef522f66ed672719ecf2205ec513fd0075ed80cda8e086a5b1a01d1bb')
+options=('!emptydirs')
+
+build() {
+  cd Linux-PAM-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--sbindir='/usr/bin' \
+--disable-db
+  make
+}
+
+package() {
+  cd Linux-PAM-${pkgver}
+
+  make DESTDIR="${pkgdir}" SCONFIGDIR='/etc/security' install
+  rm -rf "${pkgdir}"/{etc,usr/{include,share,bin}}
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-pam/repos/multilib-staging-x86_64/pam-1.1.8-cve-2013-7041.patch 
(from rev 316558, lib32-pam/trunk/pam-1.1.8-cve-2013-7041.patch)
===
--- multilib-staging-x86_64/pam-1.1.8-cve-2013-7041.patch   
(rev 0)
+++ multilib-staging-x86_64/pam-1.1.8-cve-2013-7041.patch   2018-04-16 
19:13:52 UTC (rev 316559)
@@ -0,0 +1,52 @@
+From 57a1e2b274d0a6376d92ada9926e5c5741e7da20 Mon Sep 17 00:00:00 2001
+From: "Dmitry V. Levin" 
+Date: Fri, 24 Jan 2014 22:18:32 +
+Subject: [PATCH] pam_userdb: fix password hash comparison
+
+Starting with commit Linux-PAM-0-77-28-g0b3e583 that introduced hashed
+passwords support in pam_userdb, hashes are compared case-insensitively.
+This bug leads to accepting hashes for completely different passwords in
+addition to those that should be accepted.
+
+Additionally, commit Linux-PAM-1_1_6-13-ge2a8187 that added support for
+modern password hashes with different lengths and settings, did not
+update the hash comparison accordingly, which leads to accepting
+computed hashes longer than stored hashes when the latter is a prefix
+of the former.
+
+* modules/pam_userdb/pam_userdb.c (user_lookup): Reject the computed
+hash whose length differs from the stored hash length.
+Compare computed and stored hashes case-sensitively.
+Fixes CVE-2013-7041.
+
+Bug-Debian: http://bugs.debian.org/731368
+---
+ modules/pam_userdb/pam_userdb.c | 9 ++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+diff --git a/modules/pam_userdb/pam_userdb.c b/modules/pam_userdb/pam_userdb.c
+index de8b5b1..ff040e6 100644
+--- a/modules/pam_userdb/pam_userdb.c
 b/modules/pam_userdb/pam_userdb.c
+@@ -222,12 +222,15 @@ user_lookup (pam_handle_t *pamh, const char *database, 
const char *cryptmode,
+ } else {
+   cryptpw = crypt (pass, data.dptr);
+ 
+-  if (cryptpw) {
+-compare = strncasecmp (data.dptr, cryptpw, data.dsize);
++  if (cryptpw && strlen(cryptpw) == (size_t)data.dsize) {
++compare = memcmp(data.dptr, cryptpw, data.dsize);
+   } else {
+ compare = -2;
+ if (ctrl & PAM_DEBUG_ARG) {
+-  pam_syslog(pamh, LOG_INFO, "crypt() returned NULL");
++  if (cryptpw)
++pam_syslog(pamh, LOG_INFO, "lengths of computed and stored 
hashes differ");
++

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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 19:13:38
  Author: alucryd
Revision: 316558

libnsl todo: lib32-pam 1.3.0-2

Modified:
  lib32-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 19:02:58 UTC (rev 316557)
+++ PKGBUILD2018-04-16 19:13:38 UTC (rev 316558)
@@ -8,27 +8,17 @@
 
 pkgname=lib32-pam
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Pluggable Authentication Modules'
 arch=('x86_64')
 url='http://linux-pam.org'
 license=('GPL2')
-depends=('lib32-cracklib' 'lib32-libtirpc' 'pam')
+depends=('lib32-cracklib' 'lib32-libnsl' 'lib32-libtirpc' 'pam')
 makedepends=('gcc-multilib' 'lib32-flex')
-source=("http://linux-pam.org/library/Linux-PAM-${pkgver}.tar.bz2;
-'https://sources.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2'
-'pam_unix2-glibc216.patch')
-sha256sums=('241aed1ef522f66ed672719ecf2205ec513fd0075ed80cda8e086a5b1a01d1bb'
-'3315747699fece4e1cc5771885d243b3e017c4c4ca1326e86228d590a840e955'
-'6644c5cff46878c65bdc77977becbeda392675702264bfcc7c610a45a9982574')
+source=("http://linux-pam.org/library/Linux-PAM-${pkgver}.tar.bz2;)
+sha256sums=('241aed1ef522f66ed672719ecf2205ec513fd0075ed80cda8e086a5b1a01d1bb')
 options=('!emptydirs')
 
-prepare () {
-  cd pam_unix2-2.9.1
-
-  patch -Np1 -i ../pam_unix2-glibc216.patch
-}
-
 build() {
   cd Linux-PAM-${pkgver}
 
@@ -42,16 +32,6 @@
 --sbindir='/usr/bin' \
 --disable-db
   make
-
-  cd ../pam_unix2-2.9.1
-
-  export CFLAGS="$CFLAGS -I"${srcdir}"/Linux-PAM-${pkgver}/libpam/include/"
-  export LDFLAGS="$LDFLAGS -L"${srcdir}"/Linux-PAM-${pkgver}/libpam/.libs/"
-
-  ./configure --prefix='/usr' \
-  --libdir='/usr/lib32' \
-  --sbindir='/usr/bin'
-  make
 }
 
 package() {
@@ -59,17 +39,6 @@
 
   make DESTDIR="${pkgdir}" SCONFIGDIR='/etc/security' install
   rm -rf "${pkgdir}"/{etc,usr/{include,share,bin}}
-
-  cd ../pam_unix2-2.9.1
-
-  install -m 644 src/pam_unix2.so "${pkgdir}"/usr/lib32/security/
-
-  cd "${pkgdir}"/usr/lib32/security
-
-  ln -s pam_unix.so pam_unix_acct.so
-  ln -s pam_unix.so pam_unix_auth.so
-  ln -s pam_unix.so pam_unix_passwd.so
-  ln -s pam_unix.so pam_unix_session.so
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in keepass-plugin-keeagent/repos/community-any (2 files)

2018-04-16 Thread Giancarlo Razzolini via arch-commits
Date: Monday, April 16, 2018 @ 20:19:10
  Author: grazzolini
Revision: 316561

archrelease: copy trunk to community-any

Added:
  keepass-plugin-keeagent/repos/community-any/PKGBUILD
(from rev 316560, keepass-plugin-keeagent/trunk/PKGBUILD)
Deleted:
  keepass-plugin-keeagent/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 20:18:23 UTC (rev 316560)
+++ PKGBUILD2018-04-16 20:19:10 UTC (rev 316561)
@@ -1,36 +0,0 @@
-# Maintainer: Giancarlo Razzolinit 
-
-pkgname=keepass-plugin-keeagent
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="SSH Agent Plugin for KeePass"
-license=('GPL')
-makedepends=('git' 'nuget')
-depends=('keepass')
-optdepends=('openssh: For integration with ssh-agent' 'gnupg: For integration 
with GnuPG SSH agent')
-arch=('any')
-url="http://lechnology.com/software/keeagent/;
-options=('!strip')
-source=("${pkgname}-${pkgver}::git+https://github.com/dlech/KeeAgent.git#tag=v${pkgver};)
-sha512sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  git submodule update --init --recursive
-
-  nuget restore
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  xbuild /property:Configuration=ReleasePlgx KeeAgent.sln
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-install -Dm644 KeeAgent/bin/ReleasePlgx/KeeAgent.plgx -t 
"$pkgdir/usr/share/keepass/plugins/"
-install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 GPL2.txt "$pkgdir/usr/share/licenses/$pkgname/GPL2.txt"
-}

Copied: keepass-plugin-keeagent/repos/community-any/PKGBUILD (from rev 316560, 
keepass-plugin-keeagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 20:19:10 UTC (rev 316561)
@@ -0,0 +1,36 @@
+# Maintainer: Giancarlo Razzolinit 
+
+pkgname=keepass-plugin-keeagent
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="SSH Agent Plugin for KeePass"
+license=('GPL')
+makedepends=('git' 'nuget')
+depends=('keepass')
+optdepends=('openssh: For integration with ssh-agent' 'gnupg: For integration 
with GnuPG SSH agent')
+arch=('any')
+url="http://lechnology.com/software/keeagent/;
+options=('!strip')
+source=("${pkgname}-${pkgver}::git+https://github.com/dlech/KeeAgent.git#tag=v${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  git submodule update --init --recursive
+
+  nuget restore
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  xbuild /property:Configuration=ReleasePlgx KeeAgent.sln
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -Dm644 KeeAgent/bin/ReleasePlgx/KeeAgent.plgx -t 
"$pkgdir/usr/share/keepass/plugins/"
+install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 GPL2.txt "$pkgdir/usr/share/licenses/$pkgname/GPL2.txt"
+}


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

2018-04-16 Thread Christian Hesse via arch-commits
Date: Monday, April 16, 2018 @ 19:00:03
  Author: eworm
Revision: 316555

archrelease: copy trunk to community-x86_64

Added:
  tmux/repos/community-x86_64/LICENSE
(from rev 316554, tmux/trunk/LICENSE)
  tmux/repos/community-x86_64/PKGBUILD
(from rev 316554, tmux/trunk/PKGBUILD)
Deleted:
  tmux/repos/community-x86_64/LICENSE
  tmux/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   26 
 PKGBUILD |   66 ++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-04-16 18:59:54 UTC (rev 316554)
+++ LICENSE 2018-04-16 19:00:03 UTC (rev 316555)
@@ -1,13 +0,0 @@
-Copyright (c) 2007 Nicholas Marriott 
-
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
-IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
-OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: tmux/repos/community-x86_64/LICENSE (from rev 316554, 
tmux/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-04-16 19:00:03 UTC (rev 316555)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott 
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 18:59:54 UTC (rev 316554)
+++ PKGBUILD2018-04-16 19:00:03 UTC (rev 316555)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  TDY 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=tmux
-pkgver=2.6
-pkgrel=2
-pkgdesc='A terminal multiplexer'
-url='http://tmux.github.io/'
-arch=('x86_64')
-license=('BSD')
-depends=('ncurses' 'libevent' 'libutempter')
-source=("https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz;
-   'LICENSE')
-sha256sums=('b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8'
-'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
-
-build() {
-   cd "$srcdir/$pkgname-${pkgver/_/}"
-
-   ./configure \
-   --prefix=/usr \
-   --enable-utempter
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-${pkgver/_/}"
-
-   make install DESTDIR="$pkgdir"
-   install -Dm644 "$srcdir"/LICENSE 
"$pkgdir/usr/share/licenses/tmux/LICENSE"
-}

Copied: tmux/repos/community-x86_64/PKGBUILD (from rev 316554, 
tmux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 19:00:03 UTC (rev 316555)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  TDY 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=tmux
+pkgver=2.7
+pkgrel=1
+pkgdesc='A terminal multiplexer'
+url='http://tmux.github.io/'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses' 'libevent' 'libutempter')
+source=("https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz;
+   'LICENSE')
+sha256sums=('9ded7d100313f6bc5a87404a4048b3745d61f2332f99ec1400a7c4ed9485d452'
+'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
+
+build() {
+   cd "$srcdir/$pkgname-${pkgver/_/}"
+
+   ./configure \
+   --prefix=/usr \
+   --enable-utempter
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-${pkgver/_/}"
+
+   make install DESTDIR="$pkgdir"
+   install -Dm644 "$srcdir"/LICENSE 
"$pkgdir/usr/share/licenses/tmux/LICENSE"
+}

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

2018-04-16 Thread Christian Hesse via arch-commits
Date: Monday, April 16, 2018 @ 18:59:54
  Author: eworm
Revision: 316554

upgpkg: tmux 2.7-1

new upstream release

Modified:
  tmux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 18:59:37 UTC (rev 316553)
+++ PKGBUILD2018-04-16 18:59:54 UTC (rev 316554)
@@ -4,8 +4,8 @@
 # Contributor: Grigorios Bouzakis 
 
 pkgname=tmux
-pkgver=2.6
-pkgrel=2
+pkgver=2.7
+pkgrel=1
 pkgdesc='A terminal multiplexer'
 url='http://tmux.github.io/'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses' 'libevent' 'libutempter')
 
source=("https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz;
'LICENSE')
-sha256sums=('b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8'
+sha256sums=('9ded7d100313f6bc5a87404a4048b3745d61f2332f99ec1400a7c4ed9485d452'
 'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
 
 build() {


[arch-commits] Commit in lib32-libnsl (3 files)

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:59:37
  Author: alucryd
Revision: 316553

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libnsl/repos/
  lib32-libnsl/repos/multilib-staging-x86_64/
  lib32-libnsl/repos/multilib-staging-x86_64/PKGBUILD
(from rev 316552, lib32-libnsl/trunk/PKGBUILD)

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

Copied: lib32-libnsl/repos/multilib-staging-x86_64/PKGBUILD (from rev 316552, 
lib32-libnsl/trunk/PKGBUILD)
===
--- repos/multilib-staging-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-staging-x86_64/PKGBUILD  2018-04-16 18:59:37 UTC (rev 
316553)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lib32-libnsl
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Public client interface library for NIS(YP) and NIS+'
+arch=('x86_64')
+url='https://github.com/thkukuk/libnsl'
+license=('LGPL2.1')
+depends=('lib32-libtirpc' 'libnsl')
+makedepends=('gcc-multilib')
+source=("libnsl-${pkgver}.tar.gz::https://github.com/thkukuk/libnsl/archive/v${pkgver}.tar.gz;)
+sha256sums=('a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8')
+
+prepare() {
+  cd libnsl-${pkgver}
+
+  ./autogen.sh
+}
+
+build() {
+  cd libnsl-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkg-config'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libnsl-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/include
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 19:02:58
  Author: alucryd
Revision: 316557

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libwrap/repos/multilib-staging-x86_64/
  lib32-libwrap/repos/multilib-staging-x86_64/PKGBUILD
(from rev 316556, lib32-libwrap/trunk/PKGBUILD)
  lib32-libwrap/repos/multilib-staging-x86_64/tcp-wrappers-headers.patch
(from rev 316556, lib32-libwrap/trunk/tcp-wrappers-headers.patch)
  lib32-libwrap/repos/multilib-staging-x86_64/tcp-wrappers-redhat-bug11881.patch
(from rev 316556, lib32-libwrap/trunk/tcp-wrappers-redhat-bug11881.patch)

+
 PKGBUILD   |   60 +++
 tcp-wrappers-headers.patch |  296 +++
 tcp-wrappers-redhat-bug11881.patch |   36 
 3 files changed, 392 insertions(+)

Copied: lib32-libwrap/repos/multilib-staging-x86_64/PKGBUILD (from rev 316556, 
lib32-libwrap/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2018-04-16 19:02:58 UTC (rev 316557)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Manuel Hüsers 
+# Contributor: vigo 
+# Contributor: Sergej Pupykin 
+# Contributor: judd 
+
+pkgname=lib32-libwrap
+pkgver=7.6.24
+pkgrel=3
+pkgdesc='Monitors and controls incoming TCP connections'
+arch=('x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('lib32-glibc' 'lib32-libnsl' 'libwrap')
+provides=('lib32-tcp_wrappers-libs')
+conflicts=('lib32-tcp_wrappers-libs')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS -m32" \
+LDOPTS="$LDFLAGS -m32" \
+REAL_DAEMON_DIR='/usr/bin' \
+STYLE='-DPROCESS_OPTIONS' \
+linux
+}
+
+package() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib32/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib32/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib32/libwrap.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libwrap "${pkgdir}"/usr/share/licenses/lib32-libwrap
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-libwrap/repos/multilib-staging-x86_64/tcp-wrappers-headers.patch 
(from rev 316556, lib32-libwrap/trunk/tcp-wrappers-headers.patch)
===
--- multilib-staging-x86_64/tcp-wrappers-headers.patch  
(rev 0)
+++ multilib-staging-x86_64/tcp-wrappers-headers.patch  2018-04-16 19:02:58 UTC 
(rev 316557)
@@ -0,0 +1,296 @@
+--- a/options.c
 b/options.c
+@@ -34,6 +34,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/safe_finger.c
 b/safe_finger.c
+@@ -20,6 +20,11 @@
+ 
+ /* System libraries */
+ 
++#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +31,7 @@
+ #include 
+ #include 
+ 
+-extern void exit();
++int pipe_stdin(char **argv);
+ 
+ /* Local stuff */
+ 
+--- a/scaffold.c
 b/scaffold.c
+@@ -10,6 +10,7 @@
+ 
+ /* System libraries. */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +27,4 @@
+ #endif
+ 
+-#ifndef INET6
+-extern char *malloc();
+-#endif
+ 
+ /* Application-specific. */
+--- a/shell_cmd.c
 b/shell_cmd.c
+@@ -14,6 +14,10 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -25,8 +25,6 @@
+ #include 
+ #include 
+ 
+-extern void exit();
+-
+ /* Local stuff. */
+ 
+ #include "tcpd.h"
+--- a/tcpdchk.c
 b/tcpdchk.c
+@@ -20,6 +20,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #ifdef INET6
+@@ -35,10 +36,7 @@
+ #include 
+ #include 
+ 
+-extern int errno;
+-extern void exit();
+-extern int optind;
+-extern char *optarg;
++int 

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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 19:02:50
  Author: alucryd
Revision: 316556

libnsl todo: lib32-libwrap 7.6.24-3

Modified:
  lib32-libwrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 19:00:03 UTC (rev 316555)
+++ PKGBUILD2018-04-16 19:02:50 UTC (rev 316556)
@@ -7,12 +7,12 @@
 
 pkgname=lib32-libwrap
 pkgver=7.6.24
-pkgrel=2
+pkgrel=3
 pkgdesc='Monitors and controls incoming TCP connections'
 arch=('x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
 license=('BSD')
-depends=('lib32-glibc' 'libwrap')
+depends=('lib32-glibc' 'lib32-libnsl' 'libwrap')
 provides=('lib32-tcp_wrappers-libs')
 conflicts=('lib32-tcp_wrappers-libs')
 options=('!makeflags')


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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 20:51:18
  Author: dvzrv
Revision: 316563

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  142 +-
 configuration.diff |  252 +++
 dnscrypt-proxy.install |   14 +-
 3 files changed, 204 insertions(+), 204 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 20:51:06 UTC (rev 316562)
+++ PKGBUILD2018-04-16 20:51:18 UTC (rev 316563)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=2.0.9
-pkgrel=2
-pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP."
-arch=('x86_64')
-url="https://dnscrypt.info;
-license=('custom:ISC')
-depends=('glibc')
-makedepends=('git' 'go')
-install="${pkgname}.install"
-backup=("etc/${pkgname}/${pkgname}.toml"
-"etc/${pkgname}/blacklist.txt"
-"etc/${pkgname}/cloaking-rules.txt"
-"etc/${pkgname}/forwarding-rules.txt"
-"etc/${pkgname}/ip-blacklist.txt"
-"etc/${pkgname}/whitelist.txt"
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
-'configuration.diff')
-sha512sums=('4a7273e0a779b4103998930d5e07cd49678b47ec1de242e7865e3f8519ba9d15ce4e672c240e46eff97c407e97ea47f05508c5e70c03dfa569216d403625659e'
-
'0c6ab334eea4f295d6b86358cad9689d342c63a2cf428007df38fb1d0a72be99da79ce3775396ed410982622dce7e322326558c02d198487611ca6fa450f63f6')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../configuration.diff
-  # create empty ip-blacklist.txt
-  touch "${pkgname}/ip-blacklist.txt"
-  # set GOPATH
-  export GOPATH=`pwd`
-  # symlink upstream's vendor to src
-  ln -sfv vendor src
-}
-
-build() {
-  cd "$pkgname-$pkgver/${pkgname}"
-  go build -ldflags="-s -w"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # executable
-  install -vDm 755 "${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  # configuration
-  install -vDm 644 "${pkgname}/example-${pkgname}.toml" \
-"${pkgdir}/etc/${pkgname}/${pkgname}.toml"
-  install -vDm 644 "${pkgname}/example-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/blacklist.txt"
-  install -vDm 644 "${pkgname}/example-cloaking-rules.txt" \
-"${pkgdir}/etc/${pkgname}/cloaking-rules.txt"
-  install -vDm 644 "${pkgname}/example-forwarding-rules.txt" \
-"${pkgdir}/etc/${pkgname}/forwarding-rules.txt"
-  install -vDm 644 "${pkgname}/ip-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/ip-blacklist.txt"
-  install -vDm 644 "${pkgname}/example-whitelist.txt" \
-"${pkgdir}/etc/${pkgname}/whitelist.txt"
-  # systemd service/socket
-  install -vDm 644 "systemd/${pkgname}."{service,socket} \
--t "$pkgdir/usr/lib/systemd/system/"
-  # license
-  install -vDm 644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "$pkgdir/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: dnscrypt-proxy/repos/community-x86_64/PKGBUILD (from rev 316562, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 20:51:18 UTC (rev 316563)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=2.0.10
+pkgrel=1
+pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP."
+arch=('x86_64')
+url="https://dnscrypt.info;
+license=('custom:ISC')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+install="${pkgname}.install"
+backup=("etc/${pkgname}/${pkgname}.toml"
+"etc/${pkgname}/blacklist.txt"
+"etc/${pkgname}/cloaking-rules.txt"
+"etc/${pkgname}/forwarding-rules.txt"
+"etc/${pkgname}/ip-blacklist.txt"
+"etc/${pkgname}/whitelist.txt"
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
+'configuration.diff')

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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 20:51:06
  Author: dvzrv
Revision: 316562

upgpkg: dnscrypt-proxy 2.0.10-1

Upgrading to 2.0.10. Using go-pie instead of plain go to compile.

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 20:19:10 UTC (rev 316561)
+++ PKGBUILD2018-04-16 20:51:06 UTC (rev 316562)
@@ -5,14 +5,14 @@
 # Contributor: peace4all 
 
 pkgname=dnscrypt-proxy
-pkgver=2.0.9
-pkgrel=2
+pkgver=2.0.10
+pkgrel=1
 pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP."
 arch=('x86_64')
 url="https://dnscrypt.info;
 license=('custom:ISC')
 depends=('glibc')
-makedepends=('git' 'go')
+makedepends=('git' 'go-pie')
 install="${pkgname}.install"
 backup=("etc/${pkgname}/${pkgname}.toml"
 "etc/${pkgname}/blacklist.txt"
@@ -23,7 +23,7 @@
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
 'configuration.diff')
-sha512sums=('4a7273e0a779b4103998930d5e07cd49678b47ec1de242e7865e3f8519ba9d15ce4e672c240e46eff97c407e97ea47f05508c5e70c03dfa569216d403625659e'
+sha512sums=('b28bbce986bace9c4ee1acfe5b372b9f847d5a0a199b085ead31813ad697753b6a25cead72a90a1967bd473bb4bcb591a384765b2de9af817af0dde3d33dcb58'
 
'0c6ab334eea4f295d6b86358cad9689d342c63a2cf428007df38fb1d0a72be99da79ce3775396ed410982622dce7e322326558c02d198487611ca6fa450f63f6')
 
 prepare() {


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

2018-04-16 Thread Bruno Pagani via arch-commits
Date: Monday, April 16, 2018 @ 21:08:58
  Author: archange
Revision: 316573

archrelease: copy trunk to community-x86_64

Added:
  fractal/repos/community-x86_64/PKGBUILD
(from rev 316572, fractal/trunk/PKGBUILD)
Deleted:
  fractal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:08:17 UTC (rev 316572)
+++ PKGBUILD2018-04-16 21:08:58 UTC (rev 316573)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=fractal
-pkgver=0.1.25
-pkgrel=1
-pkgdesc="A GTK+ client for Matrix written in Rust"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Fractal;
-license=('GPL2')
-depends=('gtk3')
-makedepends=('meson' 'rust')
-_md5=3986c0c00a9c311dadf6a96bdcd94f7c
-source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bbd2feb6c60f713fb7d8784bd7b102943d05aae9f349d8bd28b2541ae40334c8')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 316572, 
fractal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:08:58 UTC (rev 316573)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=fractal
+pkgver=0.1.26
+pkgrel=1
+pkgdesc="A GTK+ client for Matrix written in Rust"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Fractal;
+license=('GPL2')
+depends=('gtk3')
+makedepends=('meson' 'rust')
+_md5=374d38de24835aab0936900845f52c09
+source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('74c4c24ced91fdda7f140608d6e67e46a372a02217f4d20e5ad57b016df1428f')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-16 Thread Bruno Pagani via arch-commits
Date: Monday, April 16, 2018 @ 21:08:17
  Author: archange
Revision: 316572

upgpkg: fractal 0.1.26-1

Modified:
  fractal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:06:22 UTC (rev 316571)
+++ PKGBUILD2018-04-16 21:08:17 UTC (rev 316572)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=fractal
-pkgver=0.1.25
+pkgver=0.1.26
 pkgrel=1
 pkgdesc="A GTK+ client for Matrix written in Rust"
 arch=('x86_64')
@@ -9,9 +9,9 @@
 license=('GPL2')
 depends=('gtk3')
 makedepends=('meson' 'rust')
-_md5=3986c0c00a9c311dadf6a96bdcd94f7c
+_md5=374d38de24835aab0936900845f52c09
 
source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bbd2feb6c60f713fb7d8784bd7b102943d05aae9f349d8bd28b2541ae40334c8')
+sha256sums=('74c4c24ced91fdda7f140608d6e67e46a372a02217f4d20e5ad57b016df1428f')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:26:44
  Author: dvzrv
Revision: 316579

archrelease: copy trunk to community-any

Added:
  cacti/repos/community-any/PKGBUILD
(from rev 316578, cacti/trunk/PKGBUILD)
  cacti/repos/community-any/tmpfiles.conf
(from rev 316578, cacti/trunk/tmpfiles.conf)
Deleted:
  cacti/repos/community-any/PKGBUILD
  cacti/repos/community-any/tmpfiles.conf

---+
 PKGBUILD  |  120 
 tmpfiles.conf |4 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:26:29 UTC (rev 316578)
+++ PKGBUILD2018-04-16 21:26:44 UTC (rev 316579)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Sergej Pupykin 
-# Contributor: tuxbubling 
-
-pkgname=cacti
-pkgver=1.1.37
-pkgrel=1
-pkgdesc="Complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality."
-arch=('any')
-url="https://www.cacti.net;
-license=('GPL2')
-depends=('rrdtool' 'mariadb' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess'
-'etc/webapps/cacti/config.php')
-source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
-'tmpfiles.conf')
-sha512sums=('d6f434fa8a5309d542ce1108ba6e9e79fd6f2203b42cb4aaeb429cbc3302c362cc24be566d09e0069dbe9d307ba20512d8096bd85b78e7f3b9f8cb298cb23e92'
-
'6d25f182141ca7d13388f7241eb27d783ea99b991c0b147382f8ec9eeeb521303531f8ad9dd7c968cb36b7bb657cb517b8c7f46fd1d777e1b10923d76e4efbd6')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # remove unneeded executable bits
-  find . -executable -type f -and -not -path "*scripts*" -exec chmod -c 644 {} 
\;
-}
-
-package() {
-  # create directories
-  install -vdm0755 "${pkgdir}/usr/share/webapps/${pkgname}" \
-"${pkgdir}/etc/webapps/${pkgname}" \
-"${pkgdir}/var/log/" "${pkgdir}/var/lib/${pkgname}/"
-
-  # move sources
-  mv -v "$srcdir/${pkgname}-${pkgver}"/* \
-"${pkgdir}/usr/share/webapps/${pkgname}"
-
-  # move and symlink configuration
-  echo "Require all denied" >> "${pkgdir}/etc/webapps/${pkgname}/.htaccess"
-  mv "${pkgdir}/usr/share/webapps/${pkgname}/include/config.php" \
-"${pkgdir}/etc/webapps/${pkgname}"
-  ln -sv "/etc/webapps/${pkgname}/.htaccess" \
-"${pkgdir}/usr/share/webapps/${pkgname}/.htaccess"
-  ln -sv "/etc/webapps/${pkgname}/config.php" \
-"${pkgdir}/usr/share/webapps/${pkgname}/include/config.php"
-
-  # move and symlink var directory
-  mv -v "${pkgdir}/usr/share/webapps/${pkgname}/rra" \
-"${pkgdir}/var/lib/${pkgname}/rra"
-  ln -sv "/var/lib/${pkgname}/rra" \
-"${pkgdir}/usr/share/webapps/${pkgname}/rra"
-
-  # move and symlink log directory
-  mv -v "${pkgdir}/usr/share/webapps/${pkgname}/log" \
-"${pkgdir}/var/log/${pkgname}"
-  ln -sv "/var/log/${pkgname}" "${pkgdir}/usr/share/webapps/${pkgname}/log"
-
-  # tmpfiles.d
-  install -vDm 644 "${srcdir}/tmpfiles.conf" \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}

Copied: cacti/repos/community-any/PKGBUILD (from rev 316578, 
cacti/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:26:44 UTC (rev 316579)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Sergej Pupykin 
+# Contributor: tuxbubling 
+
+pkgname=cacti
+pkgver=1.1.38
+pkgrel=1
+pkgdesc="Complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality."
+arch=('any')
+url="https://www.cacti.net;
+license=('GPL2')
+depends=('rrdtool' 'mariadb' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
+backup=('etc/webapps/cacti/.htaccess'
+'etc/webapps/cacti/config.php')
+source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
+'tmpfiles.conf')
+sha512sums=('1f91156416a9988fa149f9b8fc9fc7df904e4cf6d9a19a62d06c7de1ded99ddaec2f5b5f1a21b0effc4dee7b9c1d1911ca5aaa6113b57edc7e2f42b7969343b5'
+
'6d25f182141ca7d13388f7241eb27d783ea99b991c0b147382f8ec9eeeb521303531f8ad9dd7c968cb36b7bb657cb517b8c7f46fd1d777e1b10923d76e4efbd6')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove unneeded executable bits
+  find . -executable -type f -and -not -path "*scripts*" -exec chmod -c 644 {} 
\;
+}
+
+package() {
+  # create directories
+  install -vdm0755 "${pkgdir}/usr/share/webapps/${pkgname}" \
+"${pkgdir}/etc/webapps/${pkgname}" \
+"${pkgdir}/var/log/" "${pkgdir}/var/lib/${pkgname}/"
+
+  # move sources
+  mv -v "$srcdir/${pkgname}-${pkgver}"/* \
+"${pkgdir}/usr/share/webapps/${pkgname}"
+
+  # move and symlink configuration
+  echo "Require all denied" >> "${pkgdir}/etc/webapps/${pkgname}/.htaccess"
+  mv 

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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:26:16
  Author: dvzrv
Revision: 316577

archrelease: copy trunk to community-any

Added:
  python-wsgi-intercept/repos/community-any/PKGBUILD
(from rev 316576, python-wsgi-intercept/trunk/PKGBUILD)
Deleted:
  python-wsgi-intercept/repos/community-any/PKGBUILD

--+
 PKGBUILD |  136 ++---
 1 file changed, 69 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:26:06 UTC (rev 316576)
+++ PKGBUILD2018-04-16 21:26:16 UTC (rev 316577)
@@ -1,67 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Hugo Osvaldo Barrera 
-# Contributor: Neil Santos 
-
-_name=wsgi-intercept
-pkgbase=python-wsgi-intercept
-pkgname=('python-wsgi-intercept' 'python2-wsgi-intercept')
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='Intercept socket connection to wsgi applications for testing.'
-arch=('any')
-url="https://github.com/cdent/wsgi-intercept;
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools' 
'python2-sphinx')
-checkdepends=('python-httplib2' 'python-pytest' 'python-requests'
-'python-urllib3' 'python2-httplib2' 'python2-pytest' 'python2-requests'
-'python2-urllib3')
-source=("${_name}-${pkgver}.tar.gz::https://github.com/cdent/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('7a2278b1956cb1618365a2226b09ae4ad1d4a3cbe96bb0fbd905e2c9bd6374e03d5fb92d6b2ccf4fc210d8c8764c2f452b10a0c213a9deacf0a62b368ac75ebd')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd docs
-  make man
-  cd ../../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-  cd docs
-  make man
-}
-
-check() {
-  cd "${pkgname[0]}-${pkgver}"
-  py.test
-  cd ../"${pkgname[1]}-${pkgver}"
-  py.test2
-}
-
-package_python-wsgi-intercept() {
-  depends=('python-six')
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
-  install -vDm644 README.rst "${pkgdir}/usr/share/${pkgname[0]}/README.rst"
-  install -vDm644 docs/_build/man/wsgi_intercept.1 
"${pkgdir}/usr/share/man/man1/wsgi_intercept.1"
-}
-
-package_python2-wsgi-intercept() {
-  depends=('python2-six')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
-  install -vDm644 README.rst "${pkgdir}/usr/share/${pkgname[1]}/README.rst"
-  install -vDm644 docs/_build/man/wsgi_intercept.1 
"${pkgdir}/usr/share/man/man1/wsgi_intercept2.1"
-}
-

Copied: python-wsgi-intercept/repos/community-any/PKGBUILD (from rev 316576, 
python-wsgi-intercept/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:26:16 UTC (rev 316577)
@@ -0,0 +1,69 @@
+# Maintainer: David Runge 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Neil Santos 
+
+_name=wsgi-intercept
+pkgbase=python-wsgi-intercept
+pkgname=('python-wsgi-intercept' 'python2-wsgi-intercept')
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Intercept socket connection to wsgi applications for testing.'
+arch=('any')
+url="https://github.com/cdent/wsgi-intercept;
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools' 
'python2-sphinx')
+checkdepends=('python-httplib2' 'python-pytest' 'python-requests'
+'python-urllib3' 'python2-httplib2' 'python2-pytest' 'python2-requests'
+'python2-urllib3')
+source=("${_name}-${pkgver}.tar.gz::https://github.com/cdent/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('d83e513166cb827346bad31732c1f9117e12e6efd186676336c9635994c3afff607f116103e2ba493388f6045b5f2d0b409587620b7619bcd6ca8c5707acfc9c')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
+  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname[0]}-${pkgver}"
+  python setup.py build
+  cd docs
+  make man
+  cd ../../"${pkgname[1]}-${pkgver}"
+  python2 setup.py build
+  cd docs
+  make man
+}
+
+check() {
+  cd "${pkgname[0]}-${pkgver}"
+  py.test
+  cd ../"${pkgname[1]}-${pkgver}"
+  py.test2
+}
+
+package_python-wsgi-intercept() {
+  depends=('python-six')
+  cd "${pkgname}-${pkgver}"
+  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/${pkgname}/"
+  install -vDm 644 

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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:26:29
  Author: dvzrv
Revision: 316578

upgpkg: cacti 1.1.38-1

Upgrading to 1.1.38.

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:26:16 UTC (rev 316577)
+++ PKGBUILD2018-04-16 21:26:29 UTC (rev 316578)
@@ -4,7 +4,7 @@
 # Contributor: tuxbubling 
 
 pkgname=cacti
-pkgver=1.1.37
+pkgver=1.1.38
 pkgrel=1
 pkgdesc="Complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality."
 arch=('any')
@@ -15,7 +15,7 @@
 'etc/webapps/cacti/config.php')
 source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'tmpfiles.conf')
-sha512sums=('d6f434fa8a5309d542ce1108ba6e9e79fd6f2203b42cb4aaeb429cbc3302c362cc24be566d09e0069dbe9d307ba20512d8096bd85b78e7f3b9f8cb298cb23e92'
+sha512sums=('1f91156416a9988fa149f9b8fc9fc7df904e4cf6d9a19a62d06c7de1ded99ddaec2f5b5f1a21b0effc4dee7b9c1d1911ca5aaa6113b57edc7e2f42b7969343b5'
 
'6d25f182141ca7d13388f7241eb27d783ea99b991c0b147382f8ec9eeeb521303531f8ad9dd7c968cb36b7bb657cb517b8c7f46fd1d777e1b10923d76e4efbd6')
 
 prepare() {


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

2018-04-16 Thread Dan Printzell via arch-commits
Date: Monday, April 16, 2018 @ 20:54:57
  Author: wild
Revision: 316565

archrelease: copy trunk to community-x86_64

Added:
  ldc/repos/community-x86_64/PKGBUILD
(from rev 316564, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 316564, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

---+
 PKGBUILD  |  222 ++--
 ldc2.conf |   39 +-
 2 files changed, 131 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 20:54:47 UTC (rev 316564)
+++ PKGBUILD2018-04-16 20:54:57 UTC (rev 316565)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.8.0
-_pkgcommit=df860d03c918f6988370d48f89c61c27ebbede74
-_dversion=2.078.3
-_llvmversion=6.0.0
-epoch=1
-pkgrel=2
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
-"git+https://github.com/ldc-developers/druntime.git;
-"git+https://github.com/ldc-developers/phobos.git;
-"git+https://github.com/ldc-developers/dmd-testsuite.git;
-"ldc2.conf"
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'55ba34319db861a761797ac0075b0b1f5f4d37a243075aedb628aeedc77cc9d6')
-
-prepare() {
-cd "$srcdir/ldc"
-
-git submodule init
-git config submodule.druntime.url "$srcdir/druntime"
-git config submodule.phobos.url "$srcdir/phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
-git submodule update
-
-# libclang_rt* -> clang/_llvmversion/lib/linux/libclang_rt*
-sed -i "s/libclang_rt/clang\/$_llvmversion\/lib\/linux\/&/g" 
driver/linker-gcc.cpp
-}
-
-build() {
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=BOTH \
--DLDC_WITH_LLD=OFF \
-..
-make
-}
-
-check() {
-cd "$srcdir/ldc/build"
-   make all-test-runners
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs' 'llvm' 'clang')
-backup=('etc/ldc2.conf')
-provides=("d-compiler=$_dversion")
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# move bash-completion
-mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
-mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
-rm -rf "$pkgdir/etc/bash_completion.d"
-
-# remove liblphobos files
-rm -rf "$pkgdir/usr/include"
-rm -rf "$pkgdir/usr/lib"
-
-# symlinks
-ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-# default configuration files
-install -D -m644 "$srcdir/ldc2.conf" "$pkgdir/etc/ldc2.conf"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-options=('staticlibs')
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# remove ldc files
-rm -rf "$pkgdir/usr/bin/"
-rm -rf "$pkgdir/etc/"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 316564, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 20:54:57 UTC (rev 316565)
@@ -0,0 +1,111 @@
+# $Id$
+# Maintainer:
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.8.0
+_pkgcommit=df860d03c918f6988370d48f89c61c27ebbede74
+_dversion=2.078.3
+_llvmversion=6.0.0
+epoch=1
+pkgrel=3
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
+
+source=(
+"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
+"git+https://github.com/ldc-developers/druntime.git;
+"git+https://github.com/ldc-developers/phobos.git;
+

[arch-commits] Commit in gnome-usage (3 files)

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 20:55:47
  Author: bgyorgy
Revision: 316569

archrelease: copy trunk to community-x86_64

Added:
  gnome-usage/repos/
  gnome-usage/repos/community-x86_64/
  gnome-usage/repos/community-x86_64/PKGBUILD
(from rev 316568, gnome-usage/trunk/PKGBUILD)

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

Copied: gnome-usage/repos/community-x86_64/PKGBUILD (from rev 316568, 
gnome-usage/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-04-16 20:55:47 UTC (rev 316569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-usage
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="GNOME application to view information about use of system resources"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Usage;
+license=(GPL3)
+depends=(gtk3 libgtop)
+makedepends=(git meson vala)
+optdepends=('accountsservice: show user tags for processes')
+groups=(gnome-extra)
+_commit=b29adffaaf65aa6fcc3d403adbe7999f01157c89  # tags/v3.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 20:55:33
  Author: bgyorgy
Revision: 316568

Add gnome-usage (part of GNOME)

Added:
  gnome-usage/
  gnome-usage/trunk/
  gnome-usage/trunk/PKGBUILD

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

Added: gnome-usage/trunk/PKGBUILD
===
--- gnome-usage/trunk/PKGBUILD  (rev 0)
+++ gnome-usage/trunk/PKGBUILD  2018-04-16 20:55:33 UTC (rev 316568)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-usage
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="GNOME application to view information about use of system resources"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Usage;
+license=(GPL3)
+depends=(gtk3 libgtop)
+makedepends=(git meson vala)
+optdepends=('accountsservice: show user tags for processes')
+groups=(gnome-extra)
+_commit=b29adffaaf65aa6fcc3d403adbe7999f01157c89  # tags/v3.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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


[arch-commits] Commit in cups/repos/extra-x86_64 (21 files)

2018-04-16 Thread Evangelos Foutras via arch-commits
Date: Monday, April 16, 2018 @ 21:49:26
  Author: foutrelis
Revision: 321919

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 321918, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/auth-workaround-for-certain-web-browsers.patch
(from rev 321918, cups/trunk/auth-workaround-for-certain-web-browsers.patch)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 321918, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 321918, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 321918, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 321918, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 321918, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 321918, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 321918, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 321918, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 321918, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

+
 PKGBUILD   |  344 +++
 auth-workaround-for-certain-web-browsers.patch |   59 +++
 cups-1.6.2-statedir.patch  |   24 -
 cups-no-export-ssllibs.patch   |   24 -
 cups-no-gzip-man.patch |   36 +-
 cups-systemd-socket.patch  |   98 +++---
 cups.install   |   40 +-
 cups.logrotate |   10 
 cups.pam   |6 
 cups.sysusers  |4 
 guid.patch |   84 ++---
 11 files changed, 396 insertions(+), 333 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:49:11 UTC (rev 321918)
+++ PKGBUILD2018-04-16 21:49:26 UTC (rev 321919)
@@ -1,170 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.2.7
-pkgrel=1
-arch=('x86_64')
-license=('GPL')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus' 
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate cups.pam
-cups.sysusers guid.patch
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-no-gzip-man.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch)
-sha256sums=('3c4b637b737077565ccdfbd5f61785d03f49461ae736fcc2c0ffaf41d2c6ea6a'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'b8fc2e3bc603495f0278410350ea8f0161d9d83719feb64f573b63430cb4800b'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'c04627383d66f19b78e78f960d4d46577111ec9789b937ac4efba4cf369c921f')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-
-prepare() {
-
-  cd ${pkgbase}-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
-  # don't zip man pages in make install, let makepkg do that / Fedora
-  patch -Np1 -i ${srcdir}/cups-no-gzip-man.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
-
-  # FS#56818 - 

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

2018-04-16 Thread Levente Polyak via arch-commits
Date: Monday, April 16, 2018 @ 22:13:48
  Author: anthraxx
Revision: 321923

archrelease: copy trunk to extra-x86_64

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

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

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


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

2018-04-16 Thread Levente Polyak via arch-commits
Date: Monday, April 16, 2018 @ 22:13:38
  Author: anthraxx
Revision: 321922

upgpkg: linux-hardened 4.15.17.a-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 22:09:54 UTC (rev 321921)
+++ PKGBUILD2018-04-16 22:13:38 UTC (rev 321922)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.15
-_pkgver=4.15.16
+_pkgver=4.15.17
 pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/copperhead/linux-hardened'
@@ -29,11 +29,11 @@
 replaces=('linux-grsec')
 sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
 'SKIP'
-'7fe0dd8c07051e7c7b75a9e2aef60c577babedc4ad6e37886fb75cbd466b8696'
+'e57d3958d4265676dbe453266c73dc6354488df7b88d2763496ab0e6febd7fac'
 'SKIP'
-'7387f954f164e29521117cee9bad233557b719b44efaed1e534ca4c51bdf99ef'
+'05e33f3cf6ad34da9f87d1070710d59711b01516c3e40d652fd089552cfbb436'
 'SKIP'
-'42938a728699b3b009207f789f55b7643a4f115076cc37424908bfdd3c58ad1f'
+'b3208d1b3c215748369909a8448c4db27738edc049c2107ec82a26375ee60eda'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config.x86_64
===
--- config.x86_64   2018-04-16 22:09:54 UTC (rev 321921)
+++ config.x86_64   2018-04-16 22:13:38 UTC (rev 321922)
@@ -209,7 +209,7 @@
 CONFIG_RD_LZ4=y
 CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
-CONFIG_LOCAL_INIT=y
+# CONFIG_LOCAL_INIT is not set
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y
 CONFIG_HAVE_UID16=y


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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:22:12
  Author: dvzrv
Revision: 316575

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:22:04 UTC (rev 316574)
+++ PKGBUILD2018-04-16 21:22:12 UTC (rev 316575)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=python-imdbpy
-pkgver=6.4.1
-pkgrel=1
-pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
-url="https://imdbpy.sourceforge.io/;
-arch=('any')
-license=('GPL2')
-depends=('python-lxml' 'python-sqlalchemy')
-makedepends=('python-pytest' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
-sha512sums=('558c1bb9346d7a109c29057c181f7ceabeaba76165e385ff6aef603f2873af6b89cb77391bec9d496c1419cc3af51b48ac966bb3233f7f374a0a8700ca7cda5e')
-
-prepare() {
-  mv -v "${pkgname/python-/}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fix install folder for docs and config
-  sed -e "s/'doc'/'share\/doc'/" \
-  -e "s/'etc'/'\/etc'/" -i setup.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
-  py.test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-imdbpy/repos/community-any/PKGBUILD (from rev 316574, 
python-imdbpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:22:12 UTC (rev 316575)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+pkgname=python-imdbpy
+pkgver=6.5
+pkgrel=1
+pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
+url="https://imdbpy.sourceforge.io/;
+arch=('any')
+license=('GPL2')
+depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
+sha512sums=('4147088c2558fcd2e30f6e338b72ebd4b1c3917a54df5a6e0ee8fb51ba2b9fe370b32553a899e74108fa089aaa1fff4ff248ab6b14ca959b80c6b5aade7b58a7')
+
+prepare() {
+  mv -v "${pkgname/python-/}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fix install folder for docs and config
+  sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
+  -e "s/'etc'/'\/etc'/" -i setup.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
+  py.test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:22:04
  Author: dvzrv
Revision: 316574

upgpkg: python-imdbpy 6.5-1

Upgrading to 6.5. Adding python-setuptools to depends (imdbpy defines entry 
point).
Moving docs to the correct folder /usr/share/doc/python-imdbpy. Adding 
README.rst.

Modified:
  python-imdbpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:08:58 UTC (rev 316573)
+++ PKGBUILD2018-04-16 21:22:04 UTC (rev 316574)
@@ -1,23 +1,22 @@
 # Maintainer: David Runge 
 
 pkgname=python-imdbpy
-pkgver=6.4.1
+pkgver=6.5
 pkgrel=1
 pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
 url="https://imdbpy.sourceforge.io/;
 arch=('any')
 license=('GPL2')
-depends=('python-lxml' 'python-sqlalchemy')
-makedepends=('python-pytest' 'python-setuptools')
+depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
-sha512sums=('558c1bb9346d7a109c29057c181f7ceabeaba76165e385ff6aef603f2873af6b89cb77391bec9d496c1419cc3af51b48ac966bb3233f7f374a0a8700ca7cda5e')
+sha512sums=('4147088c2558fcd2e30f6e338b72ebd4b1c3917a54df5a6e0ee8fb51ba2b9fe370b32553a899e74108fa089aaa1fff4ff248ab6b14ca959b80c6b5aade7b58a7')
 
 prepare() {
   mv -v "${pkgname/python-/}-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
   # fix install folder for docs and config
-  sed -e "s/'doc'/'share\/doc'/" \
+  sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
   -e "s/'etc'/'\/etc'/" -i setup.py
 }
 
@@ -38,7 +37,7 @@
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}/"
-  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-04-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, April 16, 2018 @ 21:40:40
  Author: jlichtblau
Revision: 316583

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 316582, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:40:23 UTC (rev 316582)
+++ PKGBUILD2018-04-16 21:40:40 UTC (rev 316583)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2018.04.09
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-crypto: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('263b40801c7baedc0ee7008543977c14d4d7315c159c8f21f0fc24a3656826d8'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 316582, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:40:40 UTC (rev 316583)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2018.04.16
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-crypto: for hlsnative downloader')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('2d2565cd65b20da05aa0e16b48b2fdc1a1c72452811db8a20faf0bce2f7adf10'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-04-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, April 16, 2018 @ 21:40:23
  Author: jlichtblau
Revision: 316582

upgpkg: youtube-dl 2018.04.16-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:30:39 UTC (rev 316581)
+++ PKGBUILD2018-04-16 21:40:23 UTC (rev 316582)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2018.04.09
+pkgver=2018.04.16
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-crypto: for hlsnative downloader')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('263b40801c7baedc0ee7008543977c14d4d7315c159c8f21f0fc24a3656826d8'
+sha256sums=('2d2565cd65b20da05aa0e16b48b2fdc1a1c72452811db8a20faf0bce2f7adf10'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2018-04-16 Thread Evangelos Foutras via arch-commits
Date: Monday, April 16, 2018 @ 21:49:11
  Author: foutrelis
Revision: 321918

upgpkg: cups 2.2.7-2

Fix logging in from Chromium (FS#58247).

Added:
  cups/trunk/auth-workaround-for-certain-web-browsers.patch
Modified:
  cups/trunk/PKGBUILD

+
 PKGBUILD   |6 +-
 auth-workaround-for-certain-web-browsers.patch |   59 +++
 2 files changed, 64 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:12:41 UTC (rev 321917)
+++ PKGBUILD2018-04-16 21:49:11 UTC (rev 321918)
@@ -4,7 +4,7 @@
 pkgbase="cups"
 pkgname=('libcups' 'cups')
 pkgver=2.2.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL')
 url="https://www.cups.org/;
@@ -19,6 +19,7 @@
 cups-no-gzip-man.patch
 cups-1.6.2-statedir.patch
 # bugfixes
+auth-workaround-for-certain-web-browsers.patch
 cups-systemd-socket.patch)
 sha256sums=('3c4b637b737077565ccdfbd5f61785d03f49461ae736fcc2c0ffaf41d2c6ea6a'
 'SKIP'
@@ -29,6 +30,7 @@
 'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
 'b8fc2e3bc603495f0278410350ea8f0161d9d83719feb64f573b63430cb4800b'
 '23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
+'e5ad0e967c2ae9a9780211acb41980e4aa203df1dacff49d14d75a6ab6c8b8ed'
 'c04627383d66f19b78e78f960d4d46577111ec9789b937ac4efba4cf369c921f')
 validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
 validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
@@ -46,6 +48,8 @@
   patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
 
   # bug fixes
+  # https://github.com/apple/cups/issues/5289
+  patch -Np1 -i ${srcdir}/auth-workaround-for-certain-web-browsers.patch
   # make sure network is up when starting and notify systemd - FC
   patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
 

Added: auth-workaround-for-certain-web-browsers.patch
===
--- auth-workaround-for-certain-web-browsers.patch  
(rev 0)
+++ auth-workaround-for-certain-web-browsers.patch  2018-04-16 21:49:11 UTC 
(rev 321918)
@@ -0,0 +1,59 @@
+From 4feb1fe2e5bb9f418f51f5f517f70b451159baa2 Mon Sep 17 00:00:00 2001
+From: Michael R Sweet 
+Date: Mon, 16 Apr 2018 17:16:31 -0400
+Subject: [PATCH] - Added a workaround for certain web browsers that do not
+ support multiple   authentication schemes in a single response header (Issue
+ #5289)
+
+---
+ scheduler/client.c | 22 +-
+ scheduler/client.h |  8 +---
+ 2 files changed, 22 insertions(+), 8 deletions(-)
+
+diff --git a/scheduler/client.c b/scheduler/client.c
+index f388499dc..95c34877d 100644
+--- a/scheduler/client.c
 b/scheduler/client.c
+@@ -813,6 +814,18 @@ cupsdReadClient(cupsd_client_t *con)  /* I - Client 
to read from */
+ 
+   if (status == HTTP_STATUS_OK)
+   {
++   /*
++* Record whether the client is a web browser.  "Mozilla" was the original
++* and it seems that every web browser in existence now uses that as the
++* prefix with additional information identifying *which* browser.
++*
++* Chrome (at least) has problems with multiple WWW-Authenticate values in
++* a single header, so we only report Basic or Negotiate to web browsers 
and
++* leave the multiple choices to the native CUPS client...
++*/
++
++con->is_browser = !strncmp(httpGetField(con->http, 
HTTP_FIELD_USER_AGENT), "Mozilla/", 8);
++
+ if (httpGetField(con->http, HTTP_FIELD_ACCEPT_LANGUAGE)[0])
+ {
+  /*
+@@ -2103,8 +2116,7 @@ cupsdSendHeader(
+   strlcpy(auth_str, "Negotiate", sizeof(auth_str));
+ }
+ 
+-if (con->best && auth_type != CUPSD_AUTH_NEGOTIATE &&
+-!_cups_strcasecmp(httpGetHostname(con->http, NULL, 0), "localhost"))
++if (con->best && auth_type != CUPSD_AUTH_NEGOTIATE && !con->is_browser && 
!_cups_strcasecmp(httpGetHostname(con->http, NULL, 0), "localhost"))
+ {
+  /*
+   * Add a "trc" (try root certification) parameter for local non-Kerberos
+diff --git a/scheduler/client.h b/scheduler/client.h
+index aaca8279a..fc7af5400 100644
+--- a/scheduler/client.h
 b/scheduler/client.h
+@@ -26,6 +27,7 @@ struct cupsd_client_s
+   struct timeval  start;  /* Request start time */
+   http_state_toperation;  /* Request operation */
+   off_t   bytes;  /* Bytes transferred for this 
request */
++  int is_browser; /* Is the client a web browser? */
+   int type;   /* AuthType for username */
+   charusername[HTTP_MAX_VALUE],
+   /* Username from 

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

2018-04-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, April 16, 2018 @ 21:57:06
  Author: jlichtblau
Revision: 316584

upgpkg: hugo 0.39-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:40:40 UTC (rev 316583)
+++ PKGBUILD2018-04-16 21:57:06 UTC (rev 316584)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.38.2
+pkgver=0.39
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('a8197de4e2480dade53cfe6c0213c3576efe468d1e21d7518cecb019edbbb846')
+sha256sums=('db8e8e8f51879d8892bc089bc2078bfa83a7d9a4231e39c60220911b2ee9ad30')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}
@@ -36,5 +36,5 @@
 package() {
   cd "${GOPATH}/src/github.com/gohugoio/hugo"
   install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2018-04-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, April 16, 2018 @ 21:57:19
  Author: jlichtblau
Revision: 316585

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 316584, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:57:06 UTC (rev 316584)
+++ PKGBUILD2018-04-16 21:57:19 UTC (rev 316585)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.38.2
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('a8197de4e2480dade53cfe6c0213c3576efe468d1e21d7518cecb019edbbb846')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  cp -a "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-}
-
-build() {
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  go get -u github.com/golang/dep/cmd/dep
-  dep ensure
-  go get github.com/magefile/mage
-  mage hugo
-}
-
-package() {
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 316584, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:57:19 UTC (rev 316585)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.39
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('db8e8e8f51879d8892bc089bc2078bfa83a7d9a4231e39c60220911b2ee9ad30')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export GOPATH="${srcdir}"
+  export PATH="${PATH}:${srcdir}/bin"
+  install -d "${GOPATH}/src/github.com/gohugoio"
+  cp -a "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+}
+
+build() {
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  go get -u github.com/golang/dep/cmd/dep
+  dep ensure
+  go get github.com/magefile/mage
+  mage hugo
+}
+
+package() {
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-04-16 Thread Antonio Rojas via arch-commits
Date: Monday, April 16, 2018 @ 22:05:08
  Author: arojas
Revision: 316587

archrelease: copy trunk to community-x86_64

Added:
  gir-to-d/repos/community-x86_64/PKGBUILD
(from rev 316586, gir-to-d/trunk/PKGBUILD)
Deleted:
  gir-to-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 22:04:30 UTC (rev 316586)
+++ PKGBUILD2018-04-16 22:05:08 UTC (rev 316587)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gir-to-d
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Create D bindings from GObject introspection files"
-arch=(x86_64)
-url="https://github.com/gtkd-developers/gir-to-d;
-license=(LGPL3)
-depends=(gcc-libs)
-makedepends=(meson dmd libphobos)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
-sha256sums=('cf3504f59b3bd17925336491517eb76515fa382e156051a55347cca949256681')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 316586, 
gir-to-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 22:05:08 UTC (rev 316587)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gir-to-d
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Create D bindings from GObject introspection files"
+arch=(x86_64)
+url="https://github.com/gtkd-developers/gir-to-d;
+license=(LGPL3)
+depends=(gcc-libs)
+makedepends=(meson dmd libphobos)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
+sha256sums=('0e9b429e1aa51e934595597c1320ae0f3c3a08d976c38969581c42edd611b679')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


  1   2   >