[arch-commits] Commit in perl-parallel-forkmanager/trunk (PKGBUILD)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:54:00
  Author: foutrelis
Revision: 340228

Set $Id$ tag

Modified:
  perl-parallel-forkmanager/trunk/PKGBUILD  (properties)

Index: perl-parallel-forkmanager/trunk/PKGBUILD
===
--- perl-parallel-forkmanager/trunk/PKGBUILD2018-06-04 04:51:30 UTC (rev 
340227)
+++ perl-parallel-forkmanager/trunk/PKGBUILD2018-06-04 04:54:00 UTC (rev 
340228)

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


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:51:24
  Author: foutrelis
Revision: 340226

upgpkg: cloc 1.76-1

New upstream release.

Modified:
  cloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:49:41 UTC (rev 340225)
+++ PKGBUILD2018-06-04 04:51:24 UTC (rev 340226)
@@ -3,15 +3,16 @@
 # Contributor: Diogo Ferreira 
 
 pkgname=cloc
-pkgver=1.74
+pkgver=1.76
 pkgrel=1
 pkgdesc="Count lines of code"
 arch=('any')
 url="https://github.com/AlDanial/cloc;
 license=('GPL')
-depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common')
-source=(https://github.com/AlDanial/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('55ac423d5766c74236700a47838ed66bea47ba42e1d594fdd894074ba3eb0567')
+depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
+ 'perl-parallel-forkmanager')
+source=(https://github.com/AlDanial/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d43e812b417ec718219fb561ed8f50f2eaac9bf365fd5dfdf127ebc8ffa65917')
 
 package() {
   cd $pkgname-$pkgver/Unix


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:51:30
  Author: foutrelis
Revision: 340227

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:51:24 UTC (rev 340226)
+++ PKGBUILD2018-06-04 04:51:30 UTC (rev 340227)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Diogo Ferreira 
-
-pkgname=cloc
-pkgver=1.74
-pkgrel=1
-pkgdesc="Count lines of code"
-arch=('any')
-url="https://github.com/AlDanial/cloc;
-license=('GPL')
-depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common')
-source=(https://github.com/AlDanial/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('55ac423d5766c74236700a47838ed66bea47ba42e1d594fdd894074ba3eb0567')
-
-package() {
-  cd $pkgname-$pkgver/Unix
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

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


[arch-commits] Commit in (4 files)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:49:25
  Author: foutrelis
Revision: 340224

Add perl-parallel-forkmanager (needed by cloc)

Added:
  perl-parallel-forkmanager/
  perl-parallel-forkmanager/repos/
  perl-parallel-forkmanager/trunk/
  perl-parallel-forkmanager/trunk/PKGBUILD

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

Added: perl-parallel-forkmanager/trunk/PKGBUILD
===
--- perl-parallel-forkmanager/trunk/PKGBUILD(rev 0)
+++ perl-parallel-forkmanager/trunk/PKGBUILD2018-06-04 04:49:25 UTC (rev 
340224)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: 3ED 
+
+pkgname=perl-parallel-forkmanager
+pkgver=1.19
+pkgrel=2
+pkgdesc="A simple parallel processing fork manager"
+arch=('any')
+url="https://metacpan.org/release/${_pkgname};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-warn')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Parallel-ForkManager-$pkgver.tar.gz)
+sha256sums=('f1de2e9875eeb77d65f80338905dedd522f3913822502982f805aa71cde5a472')
+
+build() {
+  cd Parallel-ForkManager-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+check() {
+  cd Parallel-ForkManager-$pkgver
+  make test
+}
+package() {
+  cd Parallel-ForkManager-$pkgver
+  make install DESTDIR="$pkgdir"
+}


[arch-commits] Commit in perl-parallel-forkmanager/repos (2 files)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:49:41
  Author: foutrelis
Revision: 340225

archrelease: copy trunk to community-any

Added:
  perl-parallel-forkmanager/repos/community-any/
  perl-parallel-forkmanager/repos/community-any/PKGBUILD
(from rev 340224, perl-parallel-forkmanager/trunk/PKGBUILD)

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

Copied: perl-parallel-forkmanager/repos/community-any/PKGBUILD (from rev 
340224, perl-parallel-forkmanager/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-06-04 04:49:41 UTC (rev 340225)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: 3ED 
+
+pkgname=perl-parallel-forkmanager
+pkgver=1.19
+pkgrel=2
+pkgdesc="A simple parallel processing fork manager"
+arch=('any')
+url="https://metacpan.org/release/${_pkgname};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-warn')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Parallel-ForkManager-$pkgver.tar.gz)
+sha256sums=('f1de2e9875eeb77d65f80338905dedd522f3913822502982f805aa71cde5a472')
+
+build() {
+  cd Parallel-ForkManager-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+check() {
+  cd Parallel-ForkManager-$pkgver
+  make test
+}
+package() {
+  cd Parallel-ForkManager-$pkgver
+  make install DESTDIR="$pkgdir"
+}


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:23:57
  Author: foutrelis
Revision: 340222

upgpkg: shorewall 5.2.0.4-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:03:18 UTC (rev 340221)
+++ PKGBUILD2018-06-04 04:23:57 UTC (rev 340222)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.12.3
+pkgver=5.2.0.4
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('c1bdb6eef7059247737d74ffd9475b11a036253c2d8667d4fea296a1be0768bc'
+sha256sums=('90c6a7e3d8e3abaf0d71636b85622d3bb5059d785eb11b9bd7301060908cf82d'
 'SKIP'
-'082a1c1baa2bb301c258cd3401a8aa6cdcde0f14fe67eb40f3009c4d3e4860f5'
+'ebf91809ba4342806fb8a148a402663c69ba168546e8a440be3542f04e89f2aa'
 'SKIP'
-'146c7fdae3f81a950182bc77e17d516a8885454d22351cb9cf90b562e985785a'
+'6716c95df96083b0c04e8244fe6669b8e5a4fca808220e9c0c0418813e8289a3'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:24:04
  Author: foutrelis
Revision: 340223

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 340222, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:23:57 UTC (rev 340222)
+++ PKGBUILD2018-06-04 04:24:04 UTC (rev 340223)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.12.3
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('c1bdb6eef7059247737d74ffd9475b11a036253c2d8667d4fea296a1be0768bc'
-'SKIP'
-'082a1c1baa2bb301c258cd3401a8aa6cdcde0f14fe67eb40f3009c4d3e4860f5'
-'SKIP'
-'146c7fdae3f81a950182bc77e17d516a8885454d22351cb9cf90b562e985785a'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,arprules,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 340222, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:24:04 UTC (rev 340223)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.2.0.4
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('90c6a7e3d8e3abaf0d71636b85622d3bb5059d785eb11b9bd7301060908cf82d'
+'SKIP'
+'ebf91809ba4342806fb8a148a402663c69ba168546e8a440be3542f04e89f2aa'
+'SKIP'
+'6716c95df96083b0c04e8244fe6669b8e5a4fca808220e9c0c0418813e8289a3'
+'SKIP')
+validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
+
+build() {
+  for product in 

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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:18:22
  Author: foutrelis
Revision: 325760

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-taskmanager/repos/extra-x86_64/PKGBUILD
(from rev 325759, xfce4-taskmanager/trunk/PKGBUILD)
Deleted:
  xfce4-taskmanager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:18:16 UTC (rev 325759)
+++ PKGBUILD2018-06-04 04:18:22 UTC (rev 325760)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=xfce4-taskmanager
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Easy to use task manager"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-taskmanager;
-license=('GPL2')
-depends=('libwnck' 'libxmu')
-makedepends=('intltool')
-groups=('xfce4-goodies')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5746d473ad428b13db7c05cfcbc8099fbea13da6be26d3a9359bcb4de971ba69')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-taskmanager/repos/extra-x86_64/PKGBUILD (from rev 325759, 
xfce4-taskmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:18:22 UTC (rev 325760)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=xfce4-taskmanager
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Easy to use task manager"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-taskmanager;
+license=('GPL2')
+depends=('libwnck' 'libxmu')
+makedepends=('intltool')
+groups=('xfce4-goodies')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('22e523e2ee231713f40a48890d8cbae99320ac1173f7c68502f490318e1e0409')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:18:16
  Author: foutrelis
Revision: 325759

upgpkg: xfce4-taskmanager 1.2.1-1

New upstream release.

Modified:
  xfce4-taskmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:16:44 UTC (rev 325758)
+++ PKGBUILD2018-06-04 04:18:16 UTC (rev 325759)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=xfce4-taskmanager
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Easy to use task manager"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 groups=('xfce4-goodies')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5746d473ad428b13db7c05cfcbc8099fbea13da6be26d3a9359bcb4de971ba69')
+sha256sums=('22e523e2ee231713f40a48890d8cbae99320ac1173f7c68502f490318e1e0409')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:16:44
  Author: foutrelis
Revision: 325758

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-dict/repos/extra-x86_64/PKGBUILD
(from rev 325757, xfce4-dict/trunk/PKGBUILD)
Deleted:
  xfce4-dict/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:16:37 UTC (rev 325757)
+++ PKGBUILD2018-06-04 04:16:44 UTC (rev 325758)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-dict
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A dictionary plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-dict;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('xfce4-dict-plugin')
-conflicts=('xfce4-dict-plugin')
-replaces=('xfce4-dict-plugin')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3a2fa72a3fe1816e16a50327fac1926bb0167a905c9b1e313a2bf5e3163ea32a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-dict/repos/extra-x86_64/PKGBUILD (from rev 325757, 
xfce4-dict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:16:44 UTC (rev 325758)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-dict
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="A dictionary plugin for the Xfce panel"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-dict;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('xfce4-dict-plugin')
+conflicts=('xfce4-dict-plugin')
+replaces=('xfce4-dict-plugin')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5e49e8412fb61265c1be785f3e4dd9e4865f3819dbae56caa04ddbac65b9e66f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:15:46
  Author: foutrelis
Revision: 325756

archrelease: copy trunk to extra-x86_64

Added:
  mousepad/repos/extra-x86_64/PKGBUILD
(from rev 325755, mousepad/trunk/PKGBUILD)
Deleted:
  mousepad/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:15:39 UTC (rev 325755)
+++ PKGBUILD2018-06-04 04:15:46 UTC (rev 325756)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias [tobias at archlinux.org]
-
-pkgname=mousepad
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="Simple text editor for Xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('gtksourceview3' 'dbus-glib' 'desktop-file-utils')
-makedepends=('intltool' 'perl')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug \
---enable-gtk3
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mousepad/repos/extra-x86_64/PKGBUILD (from rev 325755, 
mousepad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:15:46 UTC (rev 325756)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias [tobias at archlinux.org]
+
+pkgname=mousepad
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Simple text editor for Xfce"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('gtksourceview3' 'dbus-glib' 'desktop-file-utils')
+makedepends=('intltool' 'perl')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug \
+--enable-gtk3
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:16:37
  Author: foutrelis
Revision: 325757

upgpkg: xfce4-dict 0.8.1-1

New upstream release.

Modified:
  xfce4-dict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:15:46 UTC (rev 325756)
+++ PKGBUILD2018-06-04 04:16:37 UTC (rev 325757)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-dict
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="A dictionary plugin for the Xfce panel"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 conflicts=('xfce4-dict-plugin')
 replaces=('xfce4-dict-plugin')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3a2fa72a3fe1816e16a50327fac1926bb0167a905c9b1e313a2bf5e3163ea32a')
+sha256sums=('5e49e8412fb61265c1be785f3e4dd9e4865f3819dbae56caa04ddbac65b9e66f')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:15:39
  Author: foutrelis
Revision: 325755

upgpkg: mousepad 0.4.1-1

New upstream release.

Modified:
  mousepad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:13:23 UTC (rev 325754)
+++ PKGBUILD2018-06-04 04:15:39 UTC (rev 325755)
@@ -3,8 +3,8 @@
 # Contributor: tobias [tobias at archlinux.org]
 
 pkgname=mousepad
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="Simple text editor for Xfce"
 arch=('x86_64')
 url="http://www.xfce.org/;
@@ -13,7 +13,7 @@
 depends=('gtksourceview3' 'dbus-glib' 'desktop-file-utils')
 makedepends=('intltool' 'perl')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
+sha256sums=('39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:13:23
  Author: foutrelis
Revision: 325754

archrelease: copy trunk to testing-x86_64

Added:
  vi/repos/testing-x86_64/
  vi/repos/testing-x86_64/PKGBUILD
(from rev 325753, vi/trunk/PKGBUILD)
  vi/repos/testing-x86_64/fix-tubesize-short-overflow.patch
(from rev 325753, vi/trunk/fix-tubesize-short-overflow.patch)
  vi/repos/testing-x86_64/navkeys.patch
(from rev 325753, vi/trunk/navkeys.patch)
  vi/repos/testing-x86_64/preserve-dir.patch
(from rev 325753, vi/trunk/preserve-dir.patch)

---+
 PKGBUILD  |   52 ++
 fix-tubesize-short-overflow.patch |   12 
 navkeys.patch |   55 
 preserve-dir.patch|   99 
 4 files changed, 218 insertions(+)

Copied: vi/repos/testing-x86_64/PKGBUILD (from rev 325753, vi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-04 04:13:23 UTC (rev 325754)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Eric Bélanger 
+
+pkgname=vi
+pkgver=070224
+pkgrel=3
+epoch=1
+pkgdesc="The original ex/vi text editor"
+arch=('x86_64')
+url="http://ex-vi.sourceforge.net/;
+license=('custom:ex')
+groups=('base')
+depends=('ncurses')
+optdepends=('s-nail: used by the preserve command for notification')
+source=(https://sources.archlinux.org/other/$pkgname/ex-$pkgver.tar.xz{,.sig}
+fix-tubesize-short-overflow.patch
+navkeys.patch
+preserve-dir.patch)
+sha256sums=('c3e52dd44edd1f6bf0b52207f717c56149dc50aac0d131fff3851d589727f52f'
+'SKIP'
+'42167fabebe30a13d594346b1d254db82090ba41742a9f35b8895d37092053f0'
+'0e9e2d381f1d8cb86daae68462b3849825b003c08007725c0db9939d3d5bf58d'
+'f0ef9ed2ccea98bf47b08dd3faa2abb911b4e6c0579f5294e9d0e8742282ff65')
+validpgpkeys=('86CFFCA918CF3AF47147588051E8B148AC34')
+
+prepare() {
+  cd ex-$pkgver
+
+  patch -Np1 -i ../fix-tubesize-short-overflow.patch
+  patch -Np1 -i ../navkeys.patch
+
+  # https://bugs.archlinux.org/task/20653
+  patch -Np1 -i ../preserve-dir.patch
+}
+
+build() {
+  cd ex-$pkgver
+
+  make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex \
+TERMLIB=ncurses FEATURES="-DCHDIR -DFASTTAG -DUCVISUAL -DMB -DBIT8"
+}
+
+package() {
+  cd ex-$pkgver
+
+  make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex \
+INSTALL=/usr/bin/install DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vi/repos/testing-x86_64/fix-tubesize-short-overflow.patch (from rev 
325753, vi/trunk/fix-tubesize-short-overflow.patch)
===
--- testing-x86_64/fix-tubesize-short-overflow.patch
(rev 0)
+++ testing-x86_64/fix-tubesize-short-overflow.patch2018-06-04 04:13:23 UTC 
(rev 325754)
@@ -0,0 +1,12 @@
+diff -upr ex-070224.orig/ex_vis.h ex-070224/ex_vis.h
+--- ex-070224.orig/ex_vis.h2005-08-06 14:41:15.0 +0300
 ex-070224/ex_vis.h 2015-05-02 20:41:13.938665281 +0300
+@@ -104,7 +104,7 @@ var enum {
+  */
+ var   short   TUBELINES;
+ var   short   TUBECOLS;
+-var   short   TUBESIZE;
++var   int TUBESIZE;
+ 
+ /*
+  * The screen in visual and crtopen is of varying size; the basic

Copied: vi/repos/testing-x86_64/navkeys.patch (from rev 325753, 
vi/trunk/navkeys.patch)
===
--- testing-x86_64/navkeys.patch(rev 0)
+++ testing-x86_64/navkeys.patch2018-06-04 04:13:23 UTC (rev 325754)
@@ -0,0 +1,55 @@
+diff -ru ex-050325/ex_tty.c ex-050325-du/ex_tty.c
+--- ex-050325/ex_tty.c 2005-03-04 13:42:58.0 +0100
 ex-050325-du/ex_tty.c  2009-06-25 20:06:57.0 +0200
+@@ -132,7 +132,8 @@
+   , , , , , , , , , , , ,
+   , , , , , , , , , , , , , ,
+   , , , , , , , , , , , , , ,
+-  _PARM, _PARM, _PARM, _PARM, _PARM, _PARM
++  _PARM, _PARM, _PARM, _PARM, _PARM, _PARM,
++  , , , , , 
+ };
+ bool *sflags[] = {
+   , , , , , ,
+@@ -170,7 +171,12 @@
+   addmac1(KD, "j", "down", arrows, 1);
+   addmac1(KL, "h", "left", arrows, 1);
+   addmac1(KR, "l", "right", arrows, 1);
+-  addmac1(KH, "H", "home", arrows, 1);
++  addmac1(kI, "i", "insert", arrows, 1);
++  addmac1(kD, "x", "delete", arrows, 1);
++  addmac1(kh, "^", "home", arrows, 1);
++  addmac1(at7, "$", "end", arrows, 1);
++  addmac1(kP, "", "pgup", arrows, 1);
++  addmac1(kN, "", "pgdn", arrows, 1);
+ 
+   /*
+* Handle funny termcap capabilities
+@@ -341,7 +347,7 @@
+   *(*fp++) = flag;
+   namp += 2;
+   } while (*namp);
+-  namp = 

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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:13:15
  Author: foutrelis
Revision: 325753

upgpkg: vi 1:070224-3

.BUILDINFO rebuild

Modified:
  vi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:12:29 UTC (rev 325752)
+++ PKGBUILD2018-06-04 04:13:15 UTC (rev 325753)
@@ -4,7 +4,7 @@
 
 pkgname=vi
 pkgver=070224
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="The original ex/vi text editor"
 arch=('x86_64')


[arch-commits] Commit in xfce4-artwork/repos/extra-any (PKGBUILD PKGBUILD)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:12:11
  Author: foutrelis
Revision: 325748

archrelease: copy trunk to extra-any

Added:
  xfce4-artwork/repos/extra-any/PKGBUILD
(from rev 325747, xfce4-artwork/trunk/PKGBUILD)
Deleted:
  xfce4-artwork/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:12:04 UTC (rev 325747)
+++ PKGBUILD2018-06-04 04:12:11 UTC (rev 325748)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ben 
-
-pkgname=xfce4-artwork
-pkgver=0.1.1a_git20110420
-_debian_pkgver=0.1.1a~git+20110420
-pkgrel=4
-pkgdesc="Backdrops for the Xfce4 desktop"
-arch=('any')
-url="http://goodies.xfce.org/projects/artwork/xfce4-artwork;
-license=('GPL2')
-groups=('xfce4-goodies')
-source=(http://ftp.debian.org/debian/pool/main/x/$pkgname/${pkgname}_$_debian_pkgver.orig.tar.gz)
-sha256sums=('7a97c0acd0ed67ebb871866cc79c2925bea45bf1b92442bd88fac390dbe639ac')
-
-build() {
-  cd "$srcdir/$pkgname-0.1.1a"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-0.1.1a"
-  make backdropsdir="$pkgdir/usr/share/backgrounds/xfce" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-artwork/repos/extra-any/PKGBUILD (from rev 325747, 
xfce4-artwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:12:11 UTC (rev 325748)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ben 
+
+pkgname=xfce4-artwork
+pkgver=0.1.1a_git20110420
+_debian_pkgver=0.1.1a~git+20110420
+pkgrel=5
+pkgdesc="Backdrops for the Xfce4 desktop"
+arch=('any')
+url="http://goodies.xfce.org/projects/artwork/xfce4-artwork;
+license=('GPL2')
+groups=('xfce4-goodies')
+source=(http://ftp.debian.org/debian/pool/main/x/$pkgname/${pkgname}_$_debian_pkgver.orig.tar.gz)
+sha256sums=('7a97c0acd0ed67ebb871866cc79c2925bea45bf1b92442bd88fac390dbe639ac')
+
+build() {
+  cd "$srcdir/$pkgname-0.1.1a"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-0.1.1a"
+  make backdropsdir="$pkgdir/usr/share/backgrounds/xfce" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:12:23
  Author: foutrelis
Revision: 325751

upgpkg: xfwm4-themes 4.10.0-3

.BUILDINFO rebuild

Modified:
  xfwm4-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:12:20 UTC (rev 325750)
+++ PKGBUILD2018-06-04 04:12:23 UTC (rev 325751)
@@ -4,7 +4,7 @@
 
 pkgname=xfwm4-themes
 pkgver=4.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A set of additional themes for the Xfce window manager"
 arch=('any')
 url="http://www.xfce.org/;


[arch-commits] Commit in xfwm4-themes/repos/extra-any (PKGBUILD PKGBUILD)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:12:29
  Author: foutrelis
Revision: 325752

archrelease: copy trunk to extra-any

Added:
  xfwm4-themes/repos/extra-any/PKGBUILD
(from rev 325751, xfwm4-themes/trunk/PKGBUILD)
Deleted:
  xfwm4-themes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:12:23 UTC (rev 325751)
+++ PKGBUILD2018-06-04 04:12:29 UTC (rev 325752)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfwm4-themes
-pkgver=4.10.0
-pkgrel=2
-pkgdesc="A set of additional themes for the Xfce window manager"
-arch=('any')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('xfwm4')
-source=(http://archive.xfce.org/src/art/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3214d5f00e9703b5e8c9e7c3287d606dedec7285ceb4d5db332e93ada66fd575')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfwm4-themes/repos/extra-any/PKGBUILD (from rev 325751, 
xfwm4-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:12:29 UTC (rev 325752)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfwm4-themes
+pkgver=4.10.0
+pkgrel=3
+pkgdesc="A set of additional themes for the Xfce window manager"
+arch=('any')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('xfwm4')
+source=(https://archive.xfce.org/src/art/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3214d5f00e9703b5e8c9e7c3287d606dedec7285ceb4d5db332e93ada66fd575')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-dev-tools/trunk (PKGBUILD)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:12:13
  Author: foutrelis
Revision: 325749

upgpkg: xfce4-dev-tools 4.12.0-2

.BUILDINFO rebuild

Modified:
  xfce4-dev-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:12:11 UTC (rev 325748)
+++ PKGBUILD2018-06-04 04:12:13 UTC (rev 325749)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-dev-tools
 pkgver=4.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Xfce developer tools"
 arch=('x86_64')
 url="http://www.xfce.org/;


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:12:04
  Author: foutrelis
Revision: 325747

upgpkg: xfce4-artwork 0.1.1a_git20110420-5

.BUILDINFO rebuild

Modified:
  xfce4-artwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:12:01 UTC (rev 325746)
+++ PKGBUILD2018-06-04 04:12:04 UTC (rev 325747)
@@ -5,7 +5,7 @@
 pkgname=xfce4-artwork
 pkgver=0.1.1a_git20110420
 _debian_pkgver=0.1.1a~git+20110420
-pkgrel=4
+pkgrel=5
 pkgdesc="Backdrops for the Xfce4 desktop"
 arch=('any')
 url="http://goodies.xfce.org/projects/artwork/xfce4-artwork;


[arch-commits] Commit in xfce4-dev-tools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:12:20
  Author: foutrelis
Revision: 325750

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-dev-tools/repos/extra-x86_64/PKGBUILD
(from rev 325749, xfce4-dev-tools/trunk/PKGBUILD)
Deleted:
  xfce4-dev-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:12:13 UTC (rev 325749)
+++ PKGBUILD2018-06-04 04:12:20 UTC (rev 325750)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-dev-tools
-pkgver=4.12.0
-pkgrel=1
-pkgdesc="Xfce developer tools"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-depends=('glib2' 'intltool' 'gtk-doc')
-source=(http://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e2e3a654fe9110df81f8c2483c9cbfa6d656fed15d5e5e717d6ef10bd0f5b5cb')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-dev-tools/repos/extra-x86_64/PKGBUILD (from rev 325749, 
xfce4-dev-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:12:20 UTC (rev 325750)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-dev-tools
+pkgver=4.12.0
+pkgrel=2
+pkgdesc="Xfce developer tools"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+depends=('glib2' 'intltool' 'gtk-doc')
+source=(https://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e2e3a654fe9110df81f8c2483c9cbfa6d656fed15d5e5e717d6ef10bd0f5b5cb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in thunar-media-tags-plugin/repos/extra-x86_64 (2 files)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:12:01
  Author: foutrelis
Revision: 325746

archrelease: copy trunk to extra-x86_64

Added:
  thunar-media-tags-plugin/repos/extra-x86_64/PKGBUILD
(from rev 325745, thunar-media-tags-plugin/trunk/PKGBUILD)
Deleted:
  thunar-media-tags-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:11:54 UTC (rev 325745)
+++ PKGBUILD2018-06-04 04:12:01 UTC (rev 325746)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar-media-tags-plugin
-pkgver=0.2.1
-pkgrel=2
-pkgdesc="Adds special features for media files to the Thunar File Manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin;
-groups=('xfce4-goodies')
-depends=('taglib' 'thunar')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('056d012a10403ee3e2e55b6ff2faecb796821de9ebee000315589b95d95ed253')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-media-tags-plugin/repos/extra-x86_64/PKGBUILD (from rev 325745, 
thunar-media-tags-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:12:01 UTC (rev 325746)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar-media-tags-plugin
+pkgver=0.2.1
+pkgrel=3
+pkgdesc="Adds special features for media files to the Thunar File Manager"
+arch=('x86_64')
+license=('GPL')
+url="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin;
+groups=('xfce4-goodies')
+depends=('taglib' 'thunar')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('056d012a10403ee3e2e55b6ff2faecb796821de9ebee000315589b95d95ed253')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in slim-themes/repos/extra-any (PKGBUILD PKGBUILD)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:11:51
  Author: foutrelis
Revision: 325744

archrelease: copy trunk to extra-any

Added:
  slim-themes/repos/extra-any/PKGBUILD
(from rev 325743, slim-themes/trunk/PKGBUILD)
Deleted:
  slim-themes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:11:44 UTC (rev 325743)
+++ PKGBUILD2018-06-04 04:11:51 UTC (rev 325744)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor : Aaron Griffin 
-
-pkgname=slim-themes
-pkgver=1.2.3
-pkgrel=7
-pkgdesc="Themes Pack for Simple Login Manager"
-arch=('any')
-url="https://sourceforge.net/projects/slim.berlios/;
-license=('GPL')
-depends=('slim')
-source=(https://downloads.sourceforge.net/project/slim.berlios/slim-$pkgver-themepack1a.tar.gz
-https://downloads.sourceforge.net/project/slim.berlios/slim-lake.tar.gz
-
https://downloads.sourceforge.net/project/slim.berlios/slim-fingerprint.tar.gz
-https://downloads.sourceforge.net/project/slim.berlios/slim-flat.tar.gz
-
https://downloads.sourceforge.net/project/slim.berlios/slim-lunar-0.4.tar.bz2
-
https://downloads.sourceforge.net/project/slim.berlios/slim-previous.tar.gz
-
https://downloads.sourceforge.net/project/slim.berlios/slim-rainbow.tar.gz
-
https://downloads.sourceforge.net/project/slim.berlios/slim-rear-window.tar.gz
-
https://downloads.sourceforge.net/project/slim.berlios/slim-scotland-road.tar.gz
-
https://downloads.sourceforge.net/project/slim.berlios/slim-subway.tar.gz
-https://downloads.sourceforge.net/project/slim.berlios/slim-wave.tar.gz
-
https://downloads.sourceforge.net/project/slim.berlios/slim-zenwalk.tar.gz
-
https://downloads.sourceforge.net/project/slim.berlios/slim-archlinux-simple.tar.gz
-
https://downloads.sourceforge.net/project/slim.berlios/slim-debian-moreblue.tar.bz2)
-md5sums=('fd1295d3a260849790dc17081da4a34f'
- 'c0cef9e7b95bdf2df3fb303d155f8476'
- '2981627a5822a535f3ebd0e21dba9f76'
- '34696aef39fad7092c80ccf7a38886a5'
- '6fe38013c6eed67dead507616667ae9a'
- '6e846e8adafa70a7bd0e22d5bd06dc5f'
- '631a00eb27c09b0daa50b88bd9606d07'
- '337876e05b2bdf4bd657d114464ad46a'
- 'fde18fb892bccc383c93fb7ed07fbe84'
- '8417022e369be012f1b7a4ee04edf0f9'
- 'c727aab888dde774acc04403c84b5b3b'
- '7a0bd7a0736794e638668769b9c4c745'
- '7c7aaa255561444a4ae3e9f1dfb4be5d'
- '5f3818e01b0593d0e576fcd7e2c6bafa')
-
-package() {
-  cd "${srcdir}"
-
-  install -dm755 "${pkgdir}"/usr/share/slim/themes
-
-  for t in capernoited debian-moreblue fingerprint flat flower2 isolated lake \
-   lotus-midnight lotus-sage mindlock parallel-dimensions previous \
-   rainbow rear-window scotland-road subway wave; do
-install -dm755 "${pkgdir}"/usr/share/slim/themes/$t
-install -m644 $t/* "${pkgdir}"/usr/share/slim/themes/$t
-  done
-
-  install -dm755 "${pkgdir}"/usr/share/slim/themes/archlinux
-  install -m644 slim-archlinux-simple/* 
"${pkgdir}"/usr/share/slim/themes/archlinux
-
-  install -dm755 "${pkgdir}"/usr/share/slim/themes/lunar
-  install -m644 slim-lunar-0.4/* "${pkgdir}"/usr/share/slim/themes/lunar
-
-  install -dm755 "${pkgdir}"/usr/share/slim/themes/zenwalk
-  install -m644 Zenwalk/* "${pkgdir}"/usr/share/slim/themes/zenwalk
-}

Copied: slim-themes/repos/extra-any/PKGBUILD (from rev 325743, 
slim-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:11:51 UTC (rev 325744)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor : Aaron Griffin 
+
+pkgname=slim-themes
+pkgver=1.2.3
+pkgrel=8
+pkgdesc="Themes Pack for Simple Login Manager"
+arch=('any')
+url="https://sourceforge.net/projects/slim.berlios/;
+license=('GPL')
+depends=('slim')
+source=(https://downloads.sourceforge.net/project/slim.berlios/slim-$pkgver-themepack1a.tar.gz
+https://downloads.sourceforge.net/project/slim.berlios/slim-lake.tar.gz
+
https://downloads.sourceforge.net/project/slim.berlios/slim-fingerprint.tar.gz
+https://downloads.sourceforge.net/project/slim.berlios/slim-flat.tar.gz
+
https://downloads.sourceforge.net/project/slim.berlios/slim-lunar-0.4.tar.bz2
+
https://downloads.sourceforge.net/project/slim.berlios/slim-previous.tar.gz
+
https://downloads.sourceforge.net/project/slim.berlios/slim-rainbow.tar.gz
+
https://downloads.sourceforge.net/project/slim.berlios/slim-rear-window.tar.gz
+
https://downloads.sourceforge.net/project/slim.berlios/slim-scotland-road.tar.gz
+

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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:11:41
  Author: foutrelis
Revision: 325742

archrelease: copy trunk to extra-x86_64

Added:
  libxfce4util/repos/extra-x86_64/PKGBUILD
(from rev 325741, libxfce4util/trunk/PKGBUILD)
Deleted:
  libxfce4util/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:11:35 UTC (rev 325741)
+++ PKGBUILD2018-06-04 04:11:41 UTC (rev 325742)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=libxfce4util
-pkgver=4.12.1
-pkgrel=1
-pkgdesc="Basic utility non-GUI functions for Xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-depends=('glib2')
-makedepends=('intltool' 'gtk-doc')
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.12/$pkgname-$pkgver.tar.bz2)
-sha256sums=('876bdefa2e13cbf68b626b2158892fb93e824e1ef59cf951123a96cefbc8881d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gtk-doc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libxfce4util/repos/extra-x86_64/PKGBUILD (from rev 325741, 
libxfce4util/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:11:41 UTC (rev 325742)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=libxfce4util
+pkgver=4.12.1
+pkgrel=2
+pkgdesc="Basic utility non-GUI functions for Xfce"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+depends=('glib2')
+makedepends=('intltool' 'gtk-doc' 'xfce4-dev-tools')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('876bdefa2e13cbf68b626b2158892fb93e824e1ef59cf951123a96cefbc8881d')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  xdt-autogen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gtk-doc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:11:33
  Author: foutrelis
Revision: 325740

archrelease: copy trunk to extra-x86_64

Added:
  libguess/repos/extra-x86_64/PKGBUILD
(from rev 325739, libguess/trunk/PKGBUILD)
Deleted:
  libguess/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:11:27 UTC (rev 325739)
+++ PKGBUILD2018-06-04 04:11:33 UTC (rev 325740)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Kemka Andrey 
-
-pkgname=libguess
-pkgver=1.2
-pkgrel=1
-pkgdesc='High-speed character set detection library'
-url='http://atheme.org/projects/libguess.html'
-license=('custom')
-arch=('i686' 'x86_64')
-source=("http://rabbit.dereferenced.org/~nenolod/distfiles/libguess-${pkgver}.tar.bz2;)
-sha1sums=('1fb51ac3f8f8f1ee8fd29474354bd04d1130b52d')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -D COPYING "${pkgdir}"/usr/share/licenses/libguess/COPYING
-}

Copied: libguess/repos/extra-x86_64/PKGBUILD (from rev 325739, 
libguess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:11:33 UTC (rev 325740)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Kemka Andrey 
+
+pkgname=libguess
+pkgver=1.2
+pkgrel=2
+pkgdesc='High-speed character set detection library'
+url='http://atheme.org/projects/libguess.html'
+license=('custom')
+arch=('x86_64')
+source=("http://rabbit.dereferenced.org/~nenolod/distfiles/libguess-${pkgver}.tar.bz2;)
+sha1sums=('1fb51ac3f8f8f1ee8fd29474354bd04d1130b52d')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -D COPYING "${pkgdir}"/usr/share/licenses/libguess/COPYING
+}


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:11:44
  Author: foutrelis
Revision: 325743

upgpkg: slim-themes 1.2.3-8

.BUILDINFO rebuild

Modified:
  slim-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:11:41 UTC (rev 325742)
+++ PKGBUILD2018-06-04 04:11:44 UTC (rev 325743)
@@ -4,7 +4,7 @@
 
 pkgname=slim-themes
 pkgver=1.2.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Themes Pack for Simple Login Manager"
 arch=('any')
 url="https://sourceforge.net/projects/slim.berlios/;


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:11:54
  Author: foutrelis
Revision: 325745

upgpkg: thunar-media-tags-plugin 0.2.1-3

.BUILDINFO rebuild

Modified:
  thunar-media-tags-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:11:51 UTC (rev 325744)
+++ PKGBUILD2018-06-04 04:11:54 UTC (rev 325745)
@@ -4,7 +4,7 @@
 
 pkgname=thunar-media-tags-plugin
 pkgver=0.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Adds special features for media files to the Thunar File Manager"
 arch=('x86_64')
 license=('GPL')


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:11:27
  Author: foutrelis
Revision: 325739

upgpkg: libguess 1.2-2

.BUILDINFO rebuild

Modified:
  libguess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 03:53:03 UTC (rev 325738)
+++ PKGBUILD2018-06-04 04:11:27 UTC (rev 325739)
@@ -4,7 +4,7 @@
 
 pkgname=libguess
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='High-speed character set detection library'
 url='http://atheme.org/projects/libguess.html'
 license=('custom')


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:11:35
  Author: foutrelis
Revision: 325741

upgpkg: libxfce4util 4.12.1-2

.BUILDINFO rebuild

Modified:
  libxfce4util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:11:33 UTC (rev 325740)
+++ PKGBUILD2018-06-04 04:11:35 UTC (rev 325741)
@@ -4,16 +4,21 @@
 
 pkgname=libxfce4util
 pkgver=4.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Basic utility non-GUI functions for Xfce"
 arch=('x86_64')
 url="http://www.xfce.org/;
 license=('GPL2')
 depends=('glib2')
-makedepends=('intltool' 'gtk-doc')
+makedepends=('intltool' 'gtk-doc' 'xfce4-dev-tools')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('876bdefa2e13cbf68b626b2158892fb93e824e1ef59cf951123a96cefbc8881d')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  xdt-autogen
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:03:11
  Author: foutrelis
Revision: 340220

upgpkg: splix 2.0.0-14

.BUILDINFO rebuild

Modified:
  splix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:03:09 UTC (rev 340219)
+++ PKGBUILD2018-06-04 04:03:11 UTC (rev 340220)
@@ -6,7 +6,7 @@
 
 pkgname=splix
 pkgver=2.0.0
-pkgrel=13
+pkgrel=14
 pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers"
 arch=('x86_64')
 url="http://splix.ap2c.org/;


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:02:59
  Author: foutrelis
Revision: 340217

archrelease: copy trunk to community-x86_64

Added:
  libmemcached/repos/community-x86_64/PKGBUILD
(from rev 340216, libmemcached/trunk/PKGBUILD)
  libmemcached/repos/community-x86_64/libmemcached-build.patch
(from rev 340216, libmemcached/trunk/libmemcached-build.patch)
  
libmemcached/repos/community-x86_64/libmemcached-fix-linking-with-libpthread.patch
(from rev 340216, 
libmemcached/trunk/libmemcached-fix-linking-with-libpthread.patch)
Deleted:
  libmemcached/repos/community-x86_64/PKGBUILD
  
libmemcached/repos/community-x86_64/libmemcached-fix-linking-with-libpthread.patch

+
 PKGBUILD   |   94 +++
 libmemcached-build.patch   |   21 +
 libmemcached-fix-linking-with-libpthread.patch |   38 -
 3 files changed, 88 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:02:53 UTC (rev 340216)
+++ PKGBUILD2018-06-04 04:02:59 UTC (rev 340217)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=libmemcached
-pkgver=1.0.18
-pkgrel=2
-pkgdesc="C and C++ client library to the memcached server"
-arch=('i686' 'x86_64')
-url="http://libmemcached.org/;
-license=('GPL')
-depends=('glibc' 'libsasl' 'libevent')
-makedepends=('perl' 'memcached' 'python-sphinx')
-source=(https://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
-libmemcached-fix-linking-with-libpthread.patch)
-sha256sums=('e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82'
-'02cd903ed217ef6d023bccefecb8d599ffab9b800a4f1a4e0124f4d71888d0dc')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Fix linking against libpthread (patch from Fedora)
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1037707
-  # https://bugs.launchpad.net/libmemcached/+bug/1281907
-  patch -Np1 -i ../libmemcached-fix-linking-with-libpthread.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  #make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libmemcached/repos/community-x86_64/PKGBUILD (from rev 340216, 
libmemcached/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:02:59 UTC (rev 340217)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=libmemcached
+pkgver=1.0.18
+pkgrel=3
+pkgdesc="C and C++ client library to the memcached server"
+arch=('x86_64')
+url="http://libmemcached.org/;
+license=('GPL')
+depends=('glibc' 'libsasl' 'libevent')
+makedepends=('perl' 'memcached' 'python-sphinx')
+source=(https://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
+libmemcached-fix-linking-with-libpthread.patch
+libmemcached-build.patch)
+sha256sums=('e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82'
+'02cd903ed217ef6d023bccefecb8d599ffab9b800a4f1a4e0124f4d71888d0dc'
+'bd62d0080d4ce39981a2e150af54fe80ebe720ba4cfaf5a856c3b9d8a73ecf7d')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix linking against libpthread (patch from Fedora)
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1037707
+  # https://bugs.launchpad.net/libmemcached/+bug/1281907
+  patch -Np1 -i ../libmemcached-fix-linking-with-libpthread.patch
+
+  # https://bugs.launchpad.net/libmemcached/+bug/1663985
+  patch -Np1 -i ../libmemcached-build.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libmemcached/repos/community-x86_64/libmemcached-build.patch (from rev 
340216, libmemcached/trunk/libmemcached-build.patch)
===
--- libmemcached-build.patch(rev 0)
+++ libmemcached-build.patch2018-06-04 04:02:59 UTC (rev 340217)
@@ -0,0 +1,21 @@
+diff -up ./clients/memflush.cc.old ./clients/memflush.cc
+--- ./clients/memflush.cc.old  2017-02-12 10:12:59.615209225 +0100
 ./clients/memflush.cc  2017-02-12 10:13:39.998382783 +0100
+@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
+ {
+   options_parse(argc, argv);
+ 
+-  if (opt_servers == false)
++  if (!opt_servers)
+   {
+ char *temp;
+ 
+@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
+   opt_servers= strdup(temp);
+ }
+ 
+-if (opt_servers == false)
++if (!opt_servers)
+ {
+   std::cerr << "No Servers provided" << std::endl;
+   

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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:03:02
  Author: foutrelis
Revision: 340218

upgpkg: pbzip2 1.1.13-2

.BUILDINFO rebuild

Modified:
  pbzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 04:02:59 UTC (rev 340217)
+++ PKGBUILD2018-06-04 04:03:02 UTC (rev 340218)
@@ -4,7 +4,7 @@
 
 pkgname=pbzip2
 pkgver=1.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
 arch=('x86_64')
 url="http://compression.ca/pbzip2/;


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:03:09
  Author: foutrelis
Revision: 340219

archrelease: copy trunk to community-x86_64

Added:
  pbzip2/repos/community-x86_64/PKGBUILD
(from rev 340218, pbzip2/trunk/PKGBUILD)
Deleted:
  pbzip2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:03:02 UTC (rev 340218)
+++ PKGBUILD2018-06-04 04:03:09 UTC (rev 340219)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Vasco Costa 
-# Maintainer: Evangelos Foutras 
-
-pkgname=pbzip2
-pkgver=1.1.13
-pkgrel=1
-pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
-arch=('i686' 'x86_64')
-url="http://compression.ca/pbzip2/;
-license=('BSD')
-depends=('bzip2' 'gcc-libs')
-source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6'
-'SKIP')
-validpgpkeys=('F3D99FF0F0AA96A659AD61A9D332F1B09A0D9836')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Use our CXXFLAGS and LDFLAGS
-  sed -i '/^\(CXX\|LD\)FLAGS =/d' Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pbzip2/repos/community-x86_64/PKGBUILD (from rev 340218, 
pbzip2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:03:09 UTC (rev 340219)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Vasco Costa 
+# Maintainer: Evangelos Foutras 
+
+pkgname=pbzip2
+pkgver=1.1.13
+pkgrel=2
+pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
+arch=('x86_64')
+url="http://compression.ca/pbzip2/;
+license=('BSD')
+depends=('bzip2' 'gcc-libs')
+source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6'
+'SKIP')
+validpgpkeys=('F3D99FF0F0AA96A659AD61A9D332F1B09A0D9836')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Use our CXXFLAGS and LDFLAGS
+  sed -i '/^\(CXX\|LD\)FLAGS =/d' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:03:18
  Author: foutrelis
Revision: 340221

archrelease: copy trunk to community-x86_64

Added:
  splix/repos/community-x86_64/PKGBUILD
(from rev 340220, splix/trunk/PKGBUILD)
  splix/repos/community-x86_64/splix-deviceID.patch
(from rev 340220, splix/trunk/splix-deviceID.patch)
  splix/repos/community-x86_64/splix.install
(from rev 340220, splix/trunk/splix.install)
Deleted:
  splix/repos/community-x86_64/PKGBUILD
  splix/repos/community-x86_64/splix-deviceID.patch
  splix/repos/community-x86_64/splix.install

--+
 PKGBUILD |   75 +
 splix-deviceID.patch |  210 -
 splix.install|   30 +++
 3 files changed, 159 insertions(+), 156 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 04:03:11 UTC (rev 340220)
+++ PKGBUILD2018-06-04 04:03:18 UTC (rev 340221)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Angel 'angvp' Velasquez 
-# Contributor: Francis Carroll (franciscarroll at gmail dot com)
-
-pkgname=splix
-pkgver=2.0.0
-pkgrel=13
-pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers"
-arch=('i686' 'x86_64')
-url="http://splix.ap2c.org/;
-license=('GPL')
-depends=('libcups' 'gcc-libs' 'ghostscript')
-makedepends=('libcups' 'jbigkit' 'krb5' 'subversion')
-install=splix.install
-source=(svn://svn.code.sf.net/p/splix/code/splix#revision=315
-splix-deviceID.patch)
-md5sums=('SKIP'
- '674b6880dcee844e0e7f50baae0dc09f')
-
-prepare() {
-  cd splix
-  patch -Np1 -i ../splix-deviceID.patch
-}
-
-build() {
-  cd splix
-  CXXFLAGS+=" -fno-strict-aliasing"
-  make drv
-  make all DRV_ONLY=1
-}
-
-package() {
-  cd splix
-  make DESTDIR="$pkgdir" install DRV_ONLY=1
-}

Copied: splix/repos/community-x86_64/PKGBUILD (from rev 340220, 
splix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 04:03:18 UTC (rev 340221)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Francis Carroll (franciscarroll at gmail dot com)
+
+pkgname=splix
+pkgver=2.0.0
+pkgrel=14
+pkgdesc="CUPS drivers for SPL (Samsung Printer Language) printers"
+arch=('x86_64')
+url="http://splix.ap2c.org/;
+license=('GPL')
+depends=('libcups' 'gcc-libs' 'ghostscript')
+makedepends=('libcups' 'jbigkit' 'krb5' 'subversion')
+install=splix.install
+source=(svn://svn.code.sf.net/p/splix/code/splix#revision=315
+splix-deviceID.patch)
+sha256sums=('SKIP'
+'d8540032c994d49cbe32c7831b703125b2951ef353d5f2e3320933f47073efeb')
+
+prepare() {
+  cd splix
+  patch -Np1 -i ../splix-deviceID.patch
+}
+
+build() {
+  cd splix
+  CXXFLAGS+=" -fno-strict-aliasing"
+  make drv
+  make all DRV_ONLY=1
+}
+
+package() {
+  cd splix
+  make DESTDIR="$pkgdir" install DRV_ONLY=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: splix-deviceID.patch
===
--- splix-deviceID.patch2018-06-04 04:03:11 UTC (rev 340220)
+++ splix-deviceID.patch2018-06-04 04:03:18 UTC (rev 340221)
@@ -1,105 +0,0 @@
-diff -up splix/ppd/samsung.drv.in.deviceID splix/ppd/samsung.drv.in
 splix/ppd/samsung.drv.in.deviceID  2013-08-26 21:45:31.0 +0200
-+++ splix/ppd/samsung.drv.in   2013-09-02 13:56:57.002669362 +0200
-@@ -39,6 +39,7 @@ Manufacturer "Samsung"
- Resolution k 1 0 0 0 "300dpi/300 DPI"
-  
- ModelName "SCX-4200"
-+Attribute "1284DeviceID" "" "MFG:Samsung;MDL:SCX-4200 
Series;CMD:GDI;"
- PCFileName "scx4200.ppd"
- } {
- Resolution k 1 0 0 0 "300dpi/300 DPI"
-@@ -83,6 +84,7 @@ Manufacturer "Samsung"
- PCFileName "ml1520.ppd"
- } {
- ModelName "ML-1610"
-+Attribute "1284DeviceID" "" 
"MFG:Samsung;MDL:ML-1610;CMD:GDI;"
- PCFileName "ml1610.ppd"
- } {
- ModelName "ML-1710"
-@@ -121,6 +123,7 @@ Manufacturer "Samsung"
- Throughput 22
-   {
-   ModelName "ML-2250"
-+Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-2250;"
-   PCFileName "ml2250.ppd"
-   } {
-   ModelName "ML-2251"
-@@ -166,6 +169,7 @@ Manufacturer "Samsung"
- PCFileName "ml1640.ppd"
- } {
- ModelName "ML-2010"
-+Attribute "1284DeviceID" "" 
"MFG:Samsung;MDL:ML-2010;CMD:GDI;"
- PCFileName "ml2010.ppd"
- } {
- ModelName "ML-2015"
-@@ -177,6 +181,7 @@ Manufacturer "Samsung"
- #import 

[arch-commits] Commit in libmemcached/trunk (PKGBUILD libmemcached-build.patch)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 04:02:53
  Author: foutrelis
Revision: 340216

upgpkg: libmemcached 1.0.18-3

.BUILDINFO rebuild

Added:
  libmemcached/trunk/libmemcached-build.patch
Modified:
  libmemcached/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 libmemcached-build.patch |   21 +
 2 files changed, 29 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 03:51:23 UTC (rev 340215)
+++ PKGBUILD2018-06-04 04:02:53 UTC (rev 340216)
@@ -3,7 +3,7 @@
 
 pkgname=libmemcached
 pkgver=1.0.18
-pkgrel=2
+pkgrel=3
 pkgdesc="C and C++ client library to the memcached server"
 arch=('x86_64')
 url="http://libmemcached.org/;
@@ -11,9 +11,11 @@
 depends=('glibc' 'libsasl' 'libevent')
 makedepends=('perl' 'memcached' 'python-sphinx')
 
source=(https://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
-libmemcached-fix-linking-with-libpthread.patch)
+libmemcached-fix-linking-with-libpthread.patch
+libmemcached-build.patch)
 sha256sums=('e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82'
-'02cd903ed217ef6d023bccefecb8d599ffab9b800a4f1a4e0124f4d71888d0dc')
+'02cd903ed217ef6d023bccefecb8d599ffab9b800a4f1a4e0124f4d71888d0dc'
+'bd62d0080d4ce39981a2e150af54fe80ebe720ba4cfaf5a856c3b9d8a73ecf7d')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -22,11 +24,13 @@
   # https://bugzilla.redhat.com/show_bug.cgi?id=1037707
   # https://bugs.launchpad.net/libmemcached/+bug/1281907
   patch -Np1 -i ../libmemcached-fix-linking-with-libpthread.patch
+
+  # https://bugs.launchpad.net/libmemcached/+bug/1663985
+  patch -Np1 -i ../libmemcached-build.patch
 }
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
   ./configure --prefix=/usr
   make
 }
@@ -33,13 +37,11 @@
 
 check() {
   cd "$srcdir/$pkgname-$pkgver"
-
   #make -k check
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
 }
 

Added: libmemcached-build.patch
===
--- libmemcached-build.patch(rev 0)
+++ libmemcached-build.patch2018-06-04 04:02:53 UTC (rev 340216)
@@ -0,0 +1,21 @@
+diff -up ./clients/memflush.cc.old ./clients/memflush.cc
+--- ./clients/memflush.cc.old  2017-02-12 10:12:59.615209225 +0100
 ./clients/memflush.cc  2017-02-12 10:13:39.998382783 +0100
+@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
+ {
+   options_parse(argc, argv);
+ 
+-  if (opt_servers == false)
++  if (!opt_servers)
+   {
+ char *temp;
+ 
+@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
+   opt_servers= strdup(temp);
+ }
+ 
+-if (opt_servers == false)
++if (!opt_servers)
+ {
+   std::cerr << "No Servers provided" << std::endl;
+   exit(EXIT_FAILURE);


[arch-commits] Commit in libreoffice-fresh/repos/extra-x86_64 (8 files)

2018-06-03 Thread Andreas Radke via arch-commits
Date: Monday, June 4, 2018 @ 03:53:03
  Author: andyrtr
Revision: 325738

archrelease: copy trunk to extra-x86_64

Added:
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 325737, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 325737, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 325737, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 325737, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

--+
 PKGBUILD |  674 -
 libreoffice-fresh.csh|   12 
 libreoffice-fresh.sh |   12 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 4 files changed, 367 insertions(+), 367 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 03:52:58 UTC (rev 325737)
+++ PKGBUILD2018-06-04 03:53:03 UTC (rev 325738)
@@ -1,337 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-pkgbase=libreoffice-fresh
-pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.0.4.2
-pkgver=6.0.4
-pkgrel=1
-arch=('x86_64')
-license=('LGPL3')
-url="http://www.libreoffice.org/;
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
-   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
-   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
-   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
-   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
-   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
-   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
-   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 
'glm'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
-   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
-   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
-)
-
-_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url="http://dev-www.libreoffice.org/src;
-_additional_source_url2="http://dev-www.libreoffice.org/extern;
-source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   ${_additional_source_url}/boost_1_65_1.tar.bz2
-   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
-   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
-   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2017-08-15.tar.bz2
-   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
-   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
-   ${_additional_source_url}/pdfium-3235.tar.bz2
-
${_additional_source_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
-   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
-   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar
  # for test suite
-   

[arch-commits] Commit in libreoffice-still/repos/testing-x86_64 (12 files)

2018-06-03 Thread Andreas Radke via arch-commits
Date: Monday, June 4, 2018 @ 03:52:58
  Author: andyrtr
Revision: 325737

archrelease: copy trunk to testing-x86_64

Added:
  libreoffice-still/repos/testing-x86_64/PKGBUILD
(from rev 325735, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/testing-x86_64/libreoffice-still.csh
(from rev 325735, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/testing-x86_64/libreoffice-still.sh
(from rev 325736, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 325736, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/testing-x86_64/poppler-0.62.patch
(from rev 325736, libreoffice-still/trunk/poppler-0.62.patch)
  libreoffice-still/repos/testing-x86_64/poppler-0.64.patch
(from rev 325736, libreoffice-still/trunk/poppler-0.64.patch)
Deleted:
  libreoffice-still/repos/testing-x86_64/PKGBUILD
  libreoffice-still/repos/testing-x86_64/libreoffice-still.csh
  libreoffice-still/repos/testing-x86_64/libreoffice-still.sh
  
libreoffice-still/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-still/repos/testing-x86_64/poppler-0.62.patch
  libreoffice-still/repos/testing-x86_64/poppler-0.64.patch

--+
 PKGBUILD |  710 -
 libreoffice-still.csh|   12 
 libreoffice-still.sh |   12 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 poppler-0.62.patch   |   58 -
 poppler-0.64.patch   |  130 +--
 6 files changed, 479 insertions(+), 479 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 03:52:54 UTC (rev 325736)
+++ PKGBUILD2018-06-04 03:52:58 UTC (rev 325737)
@@ -1,355 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-pkgbase=libreoffice-still
-pkgname=('libreoffice-still-sdk' 'libreoffice-still')
-_LOver=5.4.7.2
-pkgver=5.4.7
-pkgrel=1
-arch=('x86_64')
-license=('LGPL3')
-url="http://www.libreoffice.org/;
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
-   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
-   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu'
-   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
-   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene'
-   'junit' 'libmythes' 'libwpg'  'java-environment=8' 'postgresql-libs' 
'libgl'
-   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
-   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'glm' 'libxinerama' 
'libpagemaker'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag'
-   'libexttextcat' 'libcmis' 'gobject-introspection'
-   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode'
-   'libfreehand' 'libstaroffice')
-
-_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url="http://dev-www.libreoffice.org/src;
-_additional_source_url2="http://dev-www.libreoffice.org/extern;
-source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   ${_additional_source_url}/boost_1_63_0.tar.bz2
-   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
-   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
-   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2015-08-04.tar.bz2
-   
${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
-   ${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2
-   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   ${_additional_source_url}/libgltf/libgltf-0.1.0.tar.gz
-   

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

2018-06-03 Thread Andreas Radke via arch-commits
Date: Monday, June 4, 2018 @ 03:52:43
  Author: andyrtr
Revision: 325735

upgpkg: libreoffice-still 5.4.7-2

add dependency on libepoxy - FS#58753

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 03:47:42 UTC (rev 325734)
+++ PKGBUILD2018-06-04 03:52:43 UTC (rev 325735)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=5.4.7.2
 pkgver=5.4.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -27,7 +27,7 @@
'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene'
'junit' 'libmythes' 'libwpg'  'java-environment=8' 'postgresql-libs' 
'libgl'
'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
-   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'glm' 'libxinerama' 
'libpagemaker'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 
# 'glm'
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag'
'libexttextcat' 'libcmis' 'gobject-introspection'
'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode'
@@ -291,7 +291,7 @@
'libxinerama' 'libabw' 'libmwaw' 'libe-book' 'libcups'
'liblangtag' 'libexttextcat' 'libcmis'
'libtommath' 'libzmf' 'libatomic_ops' 'xmlsec'
-   'libfreehand' 'libstaroffice')
+   'libfreehand' 'libstaroffice' 'libepoxy')
optdepends=('java-runtime: adds java support'
'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
'pstoedit: translates PostScript and PDF graphics into 
other vector formats'


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

2018-06-03 Thread Andreas Radke via arch-commits
Date: Monday, June 4, 2018 @ 03:52:54
  Author: andyrtr
Revision: 325736

upgpkg: libreoffice-fresh 6.0.4-2

add dependency on libepoxy - FS#58753

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 03:52:43 UTC (rev 325735)
+++ PKGBUILD2018-06-04 03:52:54 UTC (rev 325736)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=6.0.4.2
 pkgver=6.0.4
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -27,7 +27,7 @@
'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
-   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 
'glm'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 
# 'glm'
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
@@ -199,7 +199,7 @@
--with-system-beanshell \
--with-system-cppunit\
--with-system-graphite\
-   --with-system-glm \
+   --without-system-glm \
--with-system-libwpg \
--with-system-libwps \
--with-system-redland\
@@ -273,7 +273,7 @@
'libxinerama' 'libabw' 'libmwaw' 'libe-book' 'libcups'
'liblangtag' 'libexttextcat' 'libcmis' 'liborcus' # 
'libfbclient'
'libtommath' 'libzmf' 'libatomic_ops' 'xmlsec'
-   'libfreehand' 'libstaroffice' 'libepubgen' 'libqxp')
+   'libfreehand' 'libstaroffice' 'libepubgen' 'libqxp' 'libepoxy')
optdepends=('java-runtime: adds java support'
'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
'pstoedit: translates PostScript and PDF graphics into 
other vector formats'


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 03:51:23
  Author: foutrelis
Revision: 340215

Adopt and switch to sha256sums

Modified:
  splix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 02:21:03 UTC (rev 340214)
+++ PKGBUILD2018-06-04 03:51:23 UTC (rev 340215)
@@ -1,6 +1,7 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Angel 'angvp' Velasquez 
+# Maintainer: Evangelos Foutras 
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez 
 # Contributor: Francis Carroll (franciscarroll at gmail dot com)
 
 pkgname=splix
@@ -15,8 +16,8 @@
 install=splix.install
 source=(svn://svn.code.sf.net/p/splix/code/splix#revision=315
 splix-deviceID.patch)
-md5sums=('SKIP'
- '674b6880dcee844e0e7f50baae0dc09f')
+sha256sums=('SKIP'
+'d8540032c994d49cbe32c7831b703125b2951ef353d5f2e3320933f47073efeb')
 
 prepare() {
   cd splix
@@ -34,3 +35,5 @@
   cd splix
   make DESTDIR="$pkgdir" install DRV_ONLY=1
 }
+
+# vim:set ts=2 sw=2 et:


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

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 03:47:42
  Author: foutrelis
Revision: 325734

sha512sums is too long; back to sha256sums

Modified:
  gtk-xfce-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 03:46:37 UTC (rev 325733)
+++ PKGBUILD2018-06-04 03:47:42 UTC (rev 325734)
@@ -15,7 +15,7 @@
 conflicts=('gtk2-xfce-engine')
 replaces=('gtk2-xfce-engine' 'gtk3-xfce-engine')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha512sums=('1ddf7d7d4d53665a2a4a6e1cb0a8c012047304b2dd18d4303712e6fa6128effbbe582cbdea55e3f013012c0414256fa72a9b27b194b1f313394856b0da162d22')
+sha256sums=('4a92910205881f707f2cc8d3c9b00a95feb58eb9084d932c841f3ed027f7063d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in archlinux-themes-slim/trunk (PKGBUILD)

2018-06-03 Thread Evangelos Foutras via arch-commits
Date: Monday, June 4, 2018 @ 03:46:37
  Author: foutrelis
Revision: 325733

PKGBUILD style fixes

Modified:
  archlinux-themes-slim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:53:36 UTC (rev 325732)
+++ PKGBUILD2018-06-04 03:46:37 UTC (rev 325733)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Eric Bélanger 
+# Maintainer: Evangelos Foutras 
+# Contributor: Eric Bélanger 
 # Contributor: Thayer Williams 
 
 pkgname=archlinux-themes-slim
@@ -7,14 +8,16 @@
 pkgrel=5
 pkgdesc="Arch Linux branded themes for the SLiM login manager"
 arch=('any')
-url="http://www.archlinux.org/;
+url="https://www.archlinux.org/;
 license=('CCPL:cc-by-sa')
 optdepends=('slim: login manager providing theme support')
-source=(https://sources.archlinux.org/other/packages/artwork/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('b9cdeffadec021ef9f8ec7e315c0618b37aa46501a552b357e460df5664d57bb98971fa3f0a4d7419bbd95051f984ae0bc1d77442478477e39f7cdcfaba67a4b')
+source=(https://sources.archlinux.org/other/packages/artwork/$pkgname-$pkgver.tar.gz)
+sha256sums=('dcbcd85d62ed140f35462290abeeadf773cd763960fb4b8f0e0c6c674da3e813')
 
 package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share/slim/themes"
-  cp -a archlinux-*/ "${pkgdir}/usr/share/slim/themes"
+  cd $pkgname-$pkgver
+  install -d "$pkgdir/usr/share/slim/themes"
+  cp -a archlinux-* "$pkgdir/usr/share/slim/themes/"
 }
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-devel-checklib/repos/community-any (PKGBUILD PKGBUILD)

2018-06-03 Thread Felix Yan via arch-commits
Date: Monday, June 4, 2018 @ 01:54:14
  Author: felixonmars
Revision: 339561

archrelease: copy trunk to community-any

Added:
  perl-devel-checklib/repos/community-any/PKGBUILD
(from rev 339560, perl-devel-checklib/trunk/PKGBUILD)
Deleted:
  perl-devel-checklib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 01:54:00 UTC (rev 339560)
+++ PKGBUILD2018-06-04 01:54:14 UTC (rev 339561)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: pzl 
-
-pkgname=perl-devel-checklib
-pkgver=1.12
-pkgrel=1
-pkgdesc="Module to check if other perl modules are installed"
-arch=('any')
-url='http://search.cpan.org/dist/Devel-CheckLib/'
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-io-captureoutput')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MA/MATTN/Devel-CheckLib-${pkgver}.tar.gz;)
-sha512sums=('3a8eeb0ce500b17dad42a639776cb28aadbbf7e539da42ea95acabc1c23874fdba5af064f457ba81c801ca2c24289c25909d7a05907672d0b77373e2b157a67d')
-
-build() {
-  cd Devel-CheckLib-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Devel-CheckLib-$pkgver
-  make test
-}
-
-package() {
-  cd Devel-CheckLib-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-devel-checklib/repos/community-any/PKGBUILD (from rev 339560, 
perl-devel-checklib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 01:54:14 UTC (rev 339561)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: pzl 
+
+pkgname=perl-devel-checklib
+pkgver=1.13
+pkgrel=1
+pkgdesc="Module to check if other perl modules are installed"
+arch=('any')
+url='http://search.cpan.org/dist/Devel-CheckLib/'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-io-captureoutput')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MA/MATTN/Devel-CheckLib-${pkgver}.tar.gz;)
+sha512sums=('2952b0ba75cc0099182aeef533749dd044518ae3df368956caa5d7d860f94658b8eadc1b1f8fabf2ba2dc3e0a3e05498f077e4cb6469609e57272b55a026cc46')
+
+build() {
+  cd Devel-CheckLib-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-CheckLib-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-CheckLib-$pkgver
+  make install DESTDIR="$pkgdir"
+}


[arch-commits] Commit in perl-devel-checklib/trunk (PKGBUILD)

2018-06-03 Thread Felix Yan via arch-commits
Date: Monday, June 4, 2018 @ 01:54:00
  Author: felixonmars
Revision: 339560

upgpkg: perl-devel-checklib 1.13-1

Modified:
  perl-devel-checklib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 01:52:55 UTC (rev 339559)
+++ PKGBUILD2018-06-04 01:54:00 UTC (rev 339560)
@@ -3,7 +3,7 @@
 # Contributor: pzl 
 
 pkgname=perl-devel-checklib
-pkgver=1.12
+pkgver=1.13
 pkgrel=1
 pkgdesc="Module to check if other perl modules are installed"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('perl-io-captureoutput')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/MA/MATTN/Devel-CheckLib-${pkgver}.tar.gz;)
-sha512sums=('3a8eeb0ce500b17dad42a639776cb28aadbbf7e539da42ea95acabc1c23874fdba5af064f457ba81c801ca2c24289c25909d7a05907672d0b77373e2b157a67d')
+sha512sums=('2952b0ba75cc0099182aeef533749dd044518ae3df368956caa5d7d860f94658b8eadc1b1f8fabf2ba2dc3e0a3e05498f077e4cb6469609e57272b55a026cc46')
 
 build() {
   cd Devel-CheckLib-$pkgver


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

2018-06-03 Thread Felix Yan via arch-commits
Date: Monday, June 4, 2018 @ 01:52:55
  Author: felixonmars
Revision: 339559

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 01:52:42 UTC (rev 339558)
+++ PKGBUILD2018-06-04 01:52:55 UTC (rev 339559)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Artem Vorotnikov 
-
-_gemname=ffi
-pkgname=ruby-$_gemname
-pkgver=1.9.24
-pkgrel=1
-pkgdesc='Ruby FFI'
-arch=('x86_64')
-url='http://wiki.github.com/ffi/ffi'
-license=('BSD')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=($_gemname-$pkgver.gem)
-sha512sums=('3129ad408e2e5e74876e80c62209371bdd4ea6e853bfae4547527acfc7e4a5bbea862c89c03980ccc808188e91b72143f77479eb72d320ec4a665e9f3f696b98')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ruby-ffi/repos/community-x86_64/PKGBUILD (from rev 339558, 
ruby-ffi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 01:52:55 UTC (rev 339559)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Artem Vorotnikov 
+
+_gemname=ffi
+pkgname=ruby-$_gemname
+pkgver=1.9.25
+pkgrel=1
+pkgdesc='Ruby FFI'
+arch=('x86_64')
+url='http://wiki.github.com/ffi/ffi'
+license=('BSD')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=($_gemname-$pkgver.gem)
+sha512sums=('c27e3cac623f001014ff1c81133eb27af7cd14239031c37ec3477f16ae77c6b81a64d253c946e445494909536cfea901dce2c3392d7e9f532544f3329d27a752')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-06-03 Thread Felix Yan via arch-commits
Date: Monday, June 4, 2018 @ 01:52:42
  Author: felixonmars
Revision: 339558

upgpkg: ruby-ffi 1.9.25-1

Modified:
  ruby-ffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 23:45:06 UTC (rev 339557)
+++ PKGBUILD2018-06-04 01:52:42 UTC (rev 339558)
@@ -5,7 +5,7 @@
 
 _gemname=ffi
 pkgname=ruby-$_gemname
-pkgver=1.9.24
+pkgver=1.9.25
 pkgrel=1
 pkgdesc='Ruby FFI'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=($_gemname-$pkgver.gem)
-sha512sums=('3129ad408e2e5e74876e80c62209371bdd4ea6e853bfae4547527acfc7e4a5bbea862c89c03980ccc808188e91b72143f77479eb72d320ec4a665e9f3f696b98')
+sha512sums=('c27e3cac623f001014ff1c81133eb27af7cd14239031c37ec3477f16ae77c6b81a64d253c946e445494909536cfea901dce2c3392d7e9f532544f3329d27a752')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 23:45:06
  Author: kkeen
Revision: 339557

archrelease: copy trunk to community-any

Added:
  pacmatic/repos/community-any/PKGBUILD
(from rev 339556, pacmatic/trunk/PKGBUILD)
  pacmatic/repos/community-any/_pacmatic
(from rev 339556, pacmatic/trunk/_pacmatic)
Deleted:
  pacmatic/repos/community-any/PKGBUILD
  pacmatic/repos/community-any/_pacmatic

---+
 PKGBUILD  |   54 +++---
 _pacmatic |   18 +-
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 23:44:40 UTC (rev 339556)
+++ PKGBUILD2018-06-03 23:45:06 UTC (rev 339557)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=pacmatic
-pkgver=20150126
-pkgrel=1
-pkgdesc="A pacman wrapper to avoid bricking your system and such other 
surprises."
-arch=('any')
-url="http://kmkeen.com/pacmatic/;
-license=('GPL')
-depends=('pacman' 'bash' 'expac')
-makedepends=()
-optdepends=('vim: for vimdiff'
-'python-html2text: for prettier news'
-'fakeroot: for cron-pacmatic script')
-source=("http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz;
-"_pacmatic")
-md5sums=('5998de70777bc5df373fbf230787a4c7'
- '1c369c8fe595cbb41d04e214efd39a1e')
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -Dm0755 pacmatic  "$pkgdir/usr/bin/pacmatic"
-  install -Dm0755 cron-pacmatic "$pkgdir/usr/bin/cron-pacmatic"
-  install -Dm0644 pacmatic.1"$pkgdir/usr/share/man/man1/pacmatic.1"
-  install -Dm0644 ../_pacmatic  
"$pkgdir/usr/share/zsh/site-functions/_pacmatic"
-}
-

Copied: pacmatic/repos/community-any/PKGBUILD (from rev 339556, 
pacmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 23:45:06 UTC (rev 339557)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=pacmatic
+pkgver=20150126
+pkgrel=2
+pkgdesc="A pacman wrapper to avoid bricking your system and such other 
surprises."
+arch=('any')
+url="http://kmkeen.com/pacmatic/;
+license=('GPL')
+depends=('pacman' 'bash' 'expac')
+makedepends=()
+optdepends=('vim: for vimdiff'
+'python-html2text: for prettier news'
+'fakeroot: for cron-pacmatic script')
+source=("http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz;
+"_pacmatic")
+md5sums=('5998de70777bc5df373fbf230787a4c7'
+ '1c369c8fe595cbb41d04e214efd39a1e')
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -Dm0755 pacmatic  "$pkgdir/usr/bin/pacmatic"
+  install -Dm0755 cron-pacmatic "$pkgdir/usr/bin/cron-pacmatic"
+  install -Dm0644 pacmatic.1"$pkgdir/usr/share/man/man1/pacmatic.1"
+  install -Dm0644 ../_pacmatic  
"$pkgdir/usr/share/zsh/site-functions/_pacmatic"
+}
+

Deleted: _pacmatic
===
--- _pacmatic   2018-06-03 23:44:40 UTC (rev 339556)
+++ _pacmatic   2018-06-03 23:45:06 UTC (rev 339557)
@@ -1,9 +0,0 @@
-#compdef pacmatic
-
-. /usr/share/zsh/site-functions/_pacman
-
-_pacmatic() {
-_pacman_zsh_comp "$@"
-}
-
-_pacmatic "$@"

Copied: pacmatic/repos/community-any/_pacmatic (from rev 339556, 
pacmatic/trunk/_pacmatic)
===
--- _pacmatic   (rev 0)
+++ _pacmatic   2018-06-03 23:45:06 UTC (rev 339557)
@@ -0,0 +1,9 @@
+#compdef pacmatic
+
+. /usr/share/zsh/site-functions/_pacman
+
+_pacmatic() {
+_pacman_zsh_comp "$@"
+}
+
+_pacmatic "$@"


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

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 23:44:40
  Author: kkeen
Revision: 339556

upgpkg: pacmatic 20150126-2 BUILDINFO Rebuild

Modified:
  pacmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 23:42:45 UTC (rev 339555)
+++ PKGBUILD2018-06-03 23:44:40 UTC (rev 339556)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 pkgname=pacmatic
 pkgver=20150126
-pkgrel=1
+pkgrel=2
 pkgdesc="A pacman wrapper to avoid bricking your system and such other 
surprises."
 arch=('any')
 url="http://kmkeen.com/pacmatic/;


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

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 23:42:45
  Author: kkeen
Revision: 339555

archrelease: copy trunk to community-any

Added:
  pacgraph/repos/community-any/PKGBUILD
(from rev 339554, pacgraph/trunk/PKGBUILD)
Deleted:
  pacgraph/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 23:42:31 UTC (rev 339554)
+++ PKGBUILD2018-06-03 23:42:45 UTC (rev 339555)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=pacgraph
-pkgver=20110629
-pkgrel=3
-pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console.  Good for 
finding bloat."
-arch=('any')
-url="http://kmkeen.com/pacgraph/;
-license=('GPL')
-depends=('python')
-makedepends=()
-optdepends=('inkscape: png backend'
-'imagemagick: png backend'
-'tk: gui version')
-source=(http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz)
-md5sums=('8f6da3a2fc4b8c5bb924767014b1cfb2')
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -Dm0755 pacgraph"$pkgdir/usr/bin/pacgraph"
-  install -Dm0755 pacgraph-tk "$pkgdir/usr/bin/pacgraph-tk"
-  install -Dm644  $pkgname.1  "$pkgdir/usr/share/man/man1/$pkgname.1"
-}
-

Copied: pacgraph/repos/community-any/PKGBUILD (from rev 339554, 
pacgraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 23:42:45 UTC (rev 339555)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=pacgraph
+pkgver=20110629
+pkgrel=4
+pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console.  Good for 
finding bloat."
+arch=('any')
+url="http://kmkeen.com/pacgraph/;
+license=('GPL')
+depends=('python')
+makedepends=()
+optdepends=('inkscape: png backend'
+'imagemagick: png backend'
+'tk: gui version')
+source=("http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz;)
+md5sums=('8f6da3a2fc4b8c5bb924767014b1cfb2')
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -Dm0755 pacgraph"$pkgdir/usr/bin/pacgraph"
+  install -Dm0755 pacgraph-tk "$pkgdir/usr/bin/pacgraph-tk"
+  install -Dm644  $pkgname.1  "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+


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

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 23:42:31
  Author: kkeen
Revision: 339554

upgpkg: pacgraph 20110629-4 BUILDINFO Rebuild

Modified:
  pacgraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 23:38:51 UTC (rev 339553)
+++ PKGBUILD2018-06-03 23:42:31 UTC (rev 339554)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 pkgname=pacgraph
 pkgver=20110629
-pkgrel=3
+pkgrel=4
 pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console.  Good for 
finding bloat."
 arch=('any')
 url="http://kmkeen.com/pacgraph/;
@@ -12,7 +12,7 @@
 optdepends=('inkscape: png backend'
 'imagemagick: png backend'
 'tk: gui version')
-source=(http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz)
+source=("http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz;)
 md5sums=('8f6da3a2fc4b8c5bb924767014b1cfb2')
 
 package() {


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

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 23:38:51
  Author: kkeen
Revision: 339553

archrelease: copy trunk to community-x86_64

Added:
  jshon/repos/community-x86_64/PKGBUILD
(from rev 339552, jshon/trunk/PKGBUILD)
Deleted:
  jshon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 23:38:39 UTC (rev 339552)
+++ PKGBUILD2018-06-03 23:38:51 UTC (rev 339553)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=jshon
-pkgver=20131105
-pkgrel=2
-pkgdesc="A json parser for the shell."
-arch=('x86_64')
-url="http://kmkeen.com/jshon/;
-license=('MIT')
-depends=('jansson')
-source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('84596bcf2d6cde7bbc0fcb4626765b99')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm755 $pkgname   "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  install -Dm644 LICENSE"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jshon/repos/community-x86_64/PKGBUILD (from rev 339552, 
jshon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 23:38:51 UTC (rev 339553)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=jshon
+pkgver=20131105
+pkgrel=3
+pkgdesc="A json parser for the shell."
+arch=('x86_64')
+url="http://kmkeen.com/jshon/;
+license=('MIT')
+depends=('jansson')
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('84596bcf2d6cde7bbc0fcb4626765b99')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 $pkgname   "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -Dm644 LICENSE"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 23:38:39
  Author: kkeen
Revision: 339552

upgpkg: jshon 20131105-3 BUILDINFO Rebuild

Modified:
  jshon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 23:36:07 UTC (rev 339551)
+++ PKGBUILD2018-06-03 23:38:39 UTC (rev 339552)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 pkgname=jshon
 pkgver=20131105
-pkgrel=2
+pkgrel=3
 pkgdesc="A json parser for the shell."
 arch=('x86_64')
 url="http://kmkeen.com/jshon/;


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

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 23:36:07
  Author: kkeen
Revision: 339551

archrelease: copy trunk to community-x86_64

Added:
  airspy/repos/community-x86_64/PKGBUILD
(from rev 339550, airspy/trunk/PKGBUILD)
  airspy/repos/community-x86_64/airspy.conf
(from rev 339550, airspy/trunk/airspy.conf)
Deleted:
  airspy/repos/community-x86_64/PKGBUILD
  airspy/repos/community-x86_64/airspy.conf

-+
 PKGBUILD|   78 +-
 airspy.conf |6 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 23:35:53 UTC (rev 339550)
+++ PKGBUILD2018-06-03 23:36:07 UTC (rev 339551)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=airspy
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="Host code for Airspy SDR."
-arch=('i686' 'x86_64')
-url="http://www.airspy.com;
-license=('GPL2')
-depends=('libusb>=1.0')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/host/archive/v$pkgver.tar.gz;
-"airspy.conf")
-md5sums=('c1e2c859ce1cc355e5f09f633f1e49d8'
- '29e481d56bfc56cface4f1457ca6df23')
-
-prepare() {
-  cd "$srcdir/host-$pkgver"
-  # FS#47169
-  sed -i 's|MODE.*$|TAG+="uaccess"|' airspy-tools/52-airspy.rules
-}
-
-build() {
-  cd "$srcdir/host-$pkgver"
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
-  make
-}
-
-package() {
-  cd "$srcdir/host-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "../airspy-tools/52-airspy.rules" 
"$pkgdir/usr/lib/udev/rules.d/52-airspy.rules"
-  install -Dm644 "$srcdir/airspy.conf" "$pkgdir/etc/modprobe.d/airspy.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: airspy/repos/community-x86_64/PKGBUILD (from rev 339550, 
airspy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 23:36:07 UTC (rev 339551)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=airspy
+pkgver=1.0.9
+pkgrel=1
+pkgdesc="Host code for Airspy SDR."
+arch=('x86_64')
+url="http://www.airspy.com;
+license=('GPL2')
+depends=('libusb>=1.0')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/airspyone_host/archive/v$pkgver.tar.gz;
+"airspy.conf")
+md5sums=('90decb238bbd81e92671fd9d944b1920'
+ '29e481d56bfc56cface4f1457ca6df23')
+
+prepare() {
+  cd "$srcdir/airspyone_host-$pkgver"
+  # FS#47169
+  sed -i 's|MODE.*$|TAG+="uaccess"|' airspy-tools/52-airspy.rules
+}
+
+build() {
+  cd "$srcdir/airspyone_host-$pkgver"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
+  make
+}
+
+package() {
+  cd "$srcdir/airspyone_host-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../airspy-tools/52-airspy.rules" 
"$pkgdir/usr/lib/udev/rules.d/52-airspy.rules"
+  install -Dm644 "$srcdir/airspy.conf" "$pkgdir/etc/modprobe.d/airspy.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: airspy.conf
===
--- airspy.conf 2018-06-03 23:35:53 UTC (rev 339550)
+++ airspy.conf 2018-06-03 23:36:07 UTC (rev 339551)
@@ -1,3 +0,0 @@
-# disable official kernel driver
-# (remove this when Airspy supports kernel driver)
-blacklist airspy

Copied: airspy/repos/community-x86_64/airspy.conf (from rev 339550, 
airspy/trunk/airspy.conf)
===
--- airspy.conf (rev 0)
+++ airspy.conf 2018-06-03 23:36:07 UTC (rev 339551)
@@ -0,0 +1,3 @@
+# disable official kernel driver
+# (remove this when Airspy supports kernel driver)
+blacklist airspy


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

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 23:35:53
  Author: kkeen
Revision: 339550

upgpkg: airspy 1.0.9-1

Modified:
  airspy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 23:12:07 UTC (rev 339549)
+++ PKGBUILD2018-06-03 23:35:53 UTC (rev 339550)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=airspy
-pkgver=1.0.7
+pkgver=1.0.9
 pkgrel=1
 pkgdesc="Host code for Airspy SDR."
 arch=('x86_64')
@@ -10,19 +10,19 @@
 license=('GPL2')
 depends=('libusb>=1.0')
 makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/host/archive/v$pkgver.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/airspy/airspyone_host/archive/v$pkgver.tar.gz;
 "airspy.conf")
-md5sums=('c1e2c859ce1cc355e5f09f633f1e49d8'
+md5sums=('90decb238bbd81e92671fd9d944b1920'
  '29e481d56bfc56cface4f1457ca6df23')
 
 prepare() {
-  cd "$srcdir/host-$pkgver"
+  cd "$srcdir/airspyone_host-$pkgver"
   # FS#47169
   sed -i 's|MODE.*$|TAG+="uaccess"|' airspy-tools/52-airspy.rules
 }
 
 build() {
-  cd "$srcdir/host-$pkgver"
+  cd "$srcdir/airspyone_host-$pkgver"
   mkdir -p build
   cd build
   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
@@ -30,7 +30,7 @@
 }
 
 package() {
-  cd "$srcdir/host-$pkgver/build"
+  cd "$srcdir/airspyone_host-$pkgver/build"
   make DESTDIR="$pkgdir" install
   install -Dm644 "../airspy-tools/52-airspy.rules" 
"$pkgdir/usr/lib/udev/rules.d/52-airspy.rules"
   install -Dm644 "$srcdir/airspy.conf" "$pkgdir/etc/modprobe.d/airspy.conf"


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

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 23:12:07
  Author: kkeen
Revision: 339549

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 23:11:52 UTC (rev 339548)
+++ PKGBUILD2018-06-03 23:12:07 UTC (rev 339549)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sven Kauber 
-
-pkgname=bwm-ng
-pkgver=0.6.1
-pkgrel=2
-pkgdesc="A small and simple console-based live bandwidth monitor"
-arch=(i686 x86_64)
-url="http://www.gropp.org/;
-license=('GPL')
-depends=('ncurses')
-source=("http://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ef0c7669508e95f56250ad4f8db98b7f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=${pkgdir}/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir} install
-
-  install -d ${pkgdir}/usr
-  mv ${pkgdir}/bin ${pkgdir}/usr/
-}

Copied: bwm-ng/repos/community-x86_64/PKGBUILD (from rev 339548, 
bwm-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 23:12:07 UTC (rev 339549)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sven Kauber 
+
+pkgname=bwm-ng
+pkgver=0.6.1
+pkgrel=3
+pkgdesc="A small and simple console-based live bandwidth monitor"
+arch=('x86_64')
+url="https://www.gropp.org/;
+license=('GPL')
+depends=('ncurses')
+source=("https://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz;
+
"https://github.com/vgropp/bwm-ng/commit/f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.diff;)
+md5sums=('ef0c7669508e95f56250ad4f8db98b7f'
+ 'cd5872a5c5328e19cb9cee67d4a5636d')
+
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  # fix for gcc7
+  patch -Np1 -i ../f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.diff
+}
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir="$pkgdir/usr/share/man"
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make prefix="$pkgdir" install
+
+  install -d "$pkgdir/usr"
+  mv "$pkgdir/bin" "$pkgdir/usr/"
+}


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

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 23:11:52
  Author: kkeen
Revision: 339548

upgpkg: bwm-ng 0.6.1-3 BUILDINFO Rebuild

Modified:
  bwm-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:59:52 UTC (rev 339547)
+++ PKGBUILD2018-06-03 23:11:52 UTC (rev 339548)
@@ -4,25 +4,33 @@
 
 pkgname=bwm-ng
 pkgver=0.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A small and simple console-based live bandwidth monitor"
-arch=(x86_64)
-url="http://www.gropp.org/;
+arch=('x86_64')
+url="https://www.gropp.org/;
 license=('GPL')
 depends=('ncurses')
-source=("https://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ef0c7669508e95f56250ad4f8db98b7f')
+source=("https://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz;
+
"https://github.com/vgropp/bwm-ng/commit/f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.diff;)
+md5sums=('ef0c7669508e95f56250ad4f8db98b7f'
+ 'cd5872a5c5328e19cb9cee67d4a5636d')
 
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  # fix for gcc7
+  patch -Np1 -i ../f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.diff
+}
+
 build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir="$pkgdir"/usr/share/man
+  cd "$srcdir/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir="$pkgdir/usr/share/man"
   make
 }
 
 package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
+  cd "$srcdir/${pkgname}-${pkgver}"
   make prefix="$pkgdir" install
 
-  install -d "$pkgdir"/usr
-  mv "$pkgdir"/bin "$pkgdir"/usr/
+  install -d "$pkgdir/usr"
+  mv "$pkgdir/bin" "$pkgdir/usr/"
 }


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

2018-06-03 Thread Alexander Rødseth via arch-commits
Date: Sunday, June 3, 2018 @ 21:59:52
  Author: arodseth
Revision: 339547

archrelease: copy trunk to community-x86_64

Added:
  joyutils/repos/community-x86_64/PKGBUILD
(from rev 339546, joyutils/trunk/PKGBUILD)
Deleted:
  joyutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:58:51 UTC (rev 339546)
+++ PKGBUILD2018-06-03 21:59:52 UTC (rev 339547)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contributor: Arkham 
-# Contributor: dirty_d 
-
-pkgname=joyutils
-pkgver=1.2.15
-pkgrel=8
-pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
-arch=('x86_64' 'i686')
-url='http://atrey.karlin.mff.cuni.cz/~vojtech/joystick/'
-license=('GPL')
-makedepends=('addinclude')
-conflicts=('linuxconsole')
-source=("ftp://atrey.karlin.mff.cuni.cz/pub/linux/joystick/joystick-$pkgver.tar.gz;)
-sha256sums=('532b3ad453824e7932c6b68b59c3a20b8c40f45c13c343d3cb109ca08296716d')
-
-build() {
-  cd "joystick-$pkgver"
-
-  addinclude jscal.c stdlib
-  gcc -lm -o jscal jscal.c $CFLAGS
-  gcc -o jstest jstest.c $CFLAGS
-  gcc -o jsattach jsattach.c $CFLAGS
-}
-
-package() {
-  cd "joystick-$pkgver"
-
-  install -Dm 755 jscal "$pkgdir/usr/bin/jscal"
-  install -m 755 jstest "$pkgdir/usr/bin/"
-  install -m 755 jsattach "$pkgdir/usr/bin/"
-  install -Dm 644 jscal.1 "$pkgdir/usr/share/man/man1/jscal.1"
-  install -m 644 jstest.1 "$pkgdir/usr/share/man/man1/"
-  install -m 644 jsattach.1 "$pkgdir/usr/share/man/man1/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: joyutils/repos/community-x86_64/PKGBUILD (from rev 339546, 
joyutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:59:52 UTC (rev 339547)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Arkham 
+# Contributor: dirty_d 
+
+pkgname=joyutils
+pkgver=1.2.15
+pkgrel=9
+pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
+arch=('x86_64')
+url='http://atrey.karlin.mff.cuni.cz/~vojtech/joystick/'
+license=('GPL')
+makedepends=('addinclude')
+conflicts=('linuxconsole')
+source=("ftp://atrey.karlin.mff.cuni.cz/pub/linux/joystick/joystick-$pkgver.tar.gz;)
+sha256sums=('532b3ad453824e7932c6b68b59c3a20b8c40f45c13c343d3cb109ca08296716d')
+
+build() {
+  cd "joystick-$pkgver"
+
+  addinclude jscal.c stdlib
+  gcc -lm -o jscal jscal.c $CFLAGS
+  gcc -o jstest jstest.c $CFLAGS
+  gcc -o jsattach jsattach.c $CFLAGS
+}
+
+package() {
+  cd "joystick-$pkgver"
+
+  install -Dm 755 jscal "$pkgdir/usr/bin/jscal"
+  install -m 755 jstest "$pkgdir/usr/bin/"
+  install -m 755 jsattach "$pkgdir/usr/bin/"
+  install -Dm 644 jscal.1 "$pkgdir/usr/share/man/man1/jscal.1"
+  install -m 644 jstest.1 "$pkgdir/usr/share/man/man1/"
+  install -m 644 jsattach.1 "$pkgdir/usr/share/man/man1/"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-03 Thread Alexander Rødseth via arch-commits
Date: Sunday, June 3, 2018 @ 21:58:51
  Author: arodseth
Revision: 339546

upgpkg: joyutils 1.2.15-9

Modified:
  joyutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:35:15 UTC (rev 339545)
+++ PKGBUILD2018-06-03 21:58:51 UTC (rev 339546)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alexander F Rødseth 
 # Contributor: Arkham 
 # Contributor: dirty_d 
@@ -4,7 +5,7 @@
 
 pkgname=joyutils
 pkgver=1.2.15
-pkgrel=8
+pkgrel=9
 pkgdesc='jscal, jstest, and jsattach utilities for the Linux joystick driver'
 arch=('x86_64')
 url='http://atrey.karlin.mff.cuni.cz/~vojtech/joystick/'
@@ -34,4 +35,4 @@
   install -m 644 jsattach.1 "$pkgdir/usr/share/man/man1/"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:53:36
  Author: jgc
Revision: 325732

archrelease: copy trunk to extra-x86_64

Added:
  libsm/repos/extra-x86_64/PKGBUILD
(from rev 325731, libsm/trunk/PKGBUILD)
Deleted:
  libsm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:53:32 UTC (rev 325731)
+++ PKGBUILD2018-06-03 21:53:36 UTC (rev 325732)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libsm
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="X11 Session Management library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="https://xorg.freedesktop.org/;
-depends=('libice' 'util-linux')
-makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
-sha256sums=('0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd')
-
-build() {
-  cd libSM-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd libSM-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libsm/repos/extra-x86_64/PKGBUILD (from rev 325731, 
libsm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:53:36 UTC (rev 325732)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsm
+pkgver=1.2.2
+pkgrel=3
+pkgdesc="X11 Session Management library"
+arch=('x86_64')
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('libice' 'libutil-linux')
+makedepends=('xorg-util-macros' 'xtrans')
+source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
+sha256sums=('0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd')
+
+build() {
+  cd libSM-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd libSM-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:53:32
  Author: jgc
Revision: 325731

upgpkg: libsm 1.2.2-3

Modified:
  libsm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:51:12 UTC (rev 325730)
+++ PKGBUILD2018-06-03 21:53:32 UTC (rev 325731)
@@ -3,12 +3,12 @@
 
 pkgname=libsm
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="X11 Session Management library"
 arch=('x86_64')
 license=('custom')
 url="https://xorg.freedesktop.org/;
-depends=('libice' 'util-linux')
+depends=('libice' 'libutil-linux')
 makedepends=('xorg-util-macros' 'xtrans')
 source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
 sha256sums=('0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd')


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:51:12
  Author: jgc
Revision: 325730

archrelease: copy trunk to extra-x86_64

Added:
  libmusicbrainz5/repos/extra-x86_64/PKGBUILD
(from rev 325729, libmusicbrainz5/trunk/PKGBUILD)
Deleted:
  libmusicbrainz5/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:51:05 UTC (rev 325729)
+++ PKGBUILD2018-06-03 21:51:12 UTC (rev 325730)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libmusicbrainz5
-pkgver=5.1.0
-pkgrel=2
-pkgdesc="Library That Provides Access to the MusicBrainz Server"
-arch=('i686' 'x86_64')
-url='http://musicbrainz.org/doc/libmusicbrainz'
-license=('LGPL2.1')
-depends=('neon' 'libxml2')
-makedepends=('cmake')
-source=("https://github.com/metabrainz/libmusicbrainz/releases/download/release-${pkgver}/libmusicbrainz-$pkgver.tar.gz;)
-md5sums=('4cc5556aa40ff7ab8f8cb83965535bc3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../libmusicbrainz-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libmusicbrainz5/repos/extra-x86_64/PKGBUILD (from rev 325729, 
libmusicbrainz5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:51:12 UTC (rev 325730)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libmusicbrainz5
+pkgver=5.1.0
+pkgrel=3
+pkgdesc="Library That Provides Access to the MusicBrainz Server"
+arch=('x86_64')
+url='https://musicbrainz.org/doc/libmusicbrainz'
+license=('LGPL2.1')
+depends=('neon' 'libxml2')
+makedepends=('cmake')
+source=("https://github.com/metabrainz/libmusicbrainz/releases/download/release-${pkgver}/libmusicbrainz-$pkgver.tar.gz;)
+sha256sums=('6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libmusicbrainz-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:51:05
  Author: jgc
Revision: 325729

upgpkg: libmusicbrainz5 5.1.0-3

Modified:
  libmusicbrainz5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:48:44 UTC (rev 325728)
+++ PKGBUILD2018-06-03 21:51:05 UTC (rev 325729)
@@ -3,15 +3,15 @@
 
 pkgname=libmusicbrainz5
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library That Provides Access to the MusicBrainz Server"
 arch=('x86_64')
-url='http://musicbrainz.org/doc/libmusicbrainz'
+url='https://musicbrainz.org/doc/libmusicbrainz'
 license=('LGPL2.1')
 depends=('neon' 'libxml2')
 makedepends=('cmake')
 
source=("https://github.com/metabrainz/libmusicbrainz/releases/download/release-${pkgver}/libmusicbrainz-$pkgver.tar.gz;)
-md5sums=('4cc5556aa40ff7ab8f8cb83965535bc3')
+sha256sums=('6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46')
 
 prepare() {
   mkdir build


[arch-commits] Commit in libmpeg2/repos/extra-x86_64 (4 files)

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:48:44
  Author: jgc
Revision: 325728

archrelease: copy trunk to extra-x86_64

Added:
  libmpeg2/repos/extra-x86_64/PKGBUILD
(from rev 325727, libmpeg2/trunk/PKGBUILD)
  libmpeg2/repos/extra-x86_64/libmpeg2-0.5.1-gcc4.6.patch
(from rev 325727, libmpeg2/trunk/libmpeg2-0.5.1-gcc4.6.patch)
Deleted:
  libmpeg2/repos/extra-x86_64/PKGBUILD
  libmpeg2/repos/extra-x86_64/libmpeg2-0.5.1-gcc4.6.patch

-+
 PKGBUILD|   79 ++--
 libmpeg2-0.5.1-gcc4.6.patch |  256 +-
 2 files changed, 169 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:48:35 UTC (rev 325727)
+++ PKGBUILD2018-06-03 21:48:44 UTC (rev 325728)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Sarah Hay 
-# Maintainer: Andreas Radke 
-
-pkgname=libmpeg2
-pkgver=0.5.1
-pkgrel=5
-pkgdesc="Library for decoding MPEG-1 and MPEG-2 video streams."
-arch=('i686' 'x86_64')
-url="http://libmpeg2.sourceforge.net/;
-depends=('glibc')
-makedepends=('sdl' 'libxv')
-optdepends=('sdl: required for mpeg2dec'
-'libxv: required for mpeg2dec')
-source=(http://libmpeg2.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz
-libmpeg2-0.5.1-gcc4.6.patch)
-license=('GPL2')
-provides=('mpeg2dec')
-md5sums=('0f92c7454e58379b4a5a378485bbd8ef'
- '8b36660297e6ffde6aa9733136bff405')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/libmpeg2-0.5.1-gcc4.6.patch"
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --enable-shared --disable-static
-  make OPT_CFLAGS="${CFLAGS}" \
-   MPEG2DEC_CFLAGS="${CFLAGS}" \
-   LIBMPEG2_CFLAGS=""
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libmpeg2/repos/extra-x86_64/PKGBUILD (from rev 325727, 
libmpeg2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:48:44 UTC (rev 325728)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Sarah Hay 
+# Maintainer: Andreas Radke 
+
+pkgname=libmpeg2
+pkgver=0.5.1
+pkgrel=6
+pkgdesc="Library for decoding MPEG-1 and MPEG-2 video streams."
+arch=('x86_64')
+url="http://libmpeg2.sourceforge.net/;
+depends=('glibc')
+makedepends=('sdl' 'libxv')
+optdepends=('sdl: required for mpeg2dec'
+'libxv: required for mpeg2dec')
+source=(http://libmpeg2.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz
+libmpeg2-0.5.1-gcc4.6.patch)
+license=('GPL2')
+provides=('mpeg2dec')
+sha256sums=('dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4'
+'763e188eea36ee3cdfb31e7877bbead00676b5766c25175ec6a7eb20884926d1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/libmpeg2-0.5.1-gcc4.6.patch"
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf --force --install
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make OPT_CFLAGS="${CFLAGS}" \
+   MPEG2DEC_CFLAGS="${CFLAGS}" \
+   LIBMPEG2_CFLAGS=""
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: libmpeg2-0.5.1-gcc4.6.patch
===
--- libmpeg2-0.5.1-gcc4.6.patch 2018-06-03 21:48:35 UTC (rev 325727)
+++ libmpeg2-0.5.1-gcc4.6.patch 2018-06-03 21:48:44 UTC (rev 325728)
@@ -1,128 +0,0 @@
 libmpeg2-0.5.1/libmpeg2/idct_mmx.c.orig2011-05-13 09:23:02.557758717 
-0300
-+++ libmpeg2-0.5.1/libmpeg2/idct_mmx.c 2011-05-13 09:23:06.346778580 -0300
-@@ -39,7 +39,6 @@
- #define rounder(bias) {round (bias), round (bias)}
- #define rounder_sse2(bias) {round (bias), round (bias), round (bias), round 
(bias)}
- 
--
- #if 0
- /* C row IDCT - it is just here to document the MMXEXT and MMX versions */
- static inline void idct_row (int16_t * row, int offset,
-@@ -464,10 +463,10 @@ static inline void sse2_idct_col (int16_
- /* Almost identical to mmxext version:  */
- /* just do both 4x8 columns in paraller */
- 
--static const short t1_vector[] ATTR_ALIGN(16) = {T1,T1,T1,T1,T1,T1,T1,T1};
--static const short t2_vector[] ATTR_ALIGN(16) = {T2,T2,T2,T2,T2,T2,T2,T2};
--static const short t3_vector[] ATTR_ALIGN(16) = {T3,T3,T3,T3,T3,T3,T3,T3};
--static const short c4_vector[] ATTR_ALIGN(16) = {C4,C4,C4,C4,C4,C4,C4,C4};
-+static/* const*/ short t1_vector[] ATTR_ALIGN(16) = 
{T1,T1,T1,T1,T1,T1,T1,T1};
-+static/* const*/ short t2_vector[] ATTR_ALIGN(16) = 
{T2,T2,T2,T2,T2,T2,T2,T2};
-+static/* const*/ short t3_vector[] ATTR_ALIGN(16) = 
{T3,T3,T3,T3,T3,T3,T3,T3};
-+static/* const*/ short c4_vector[] ATTR_ALIGN(16) = 
{C4,C4,C4,C4,C4,C4,C4,C4};
- 
- #if defined(__x86_64__)
- 
-@@ -710,10 +709,10 @@ 

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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:48:35
  Author: jgc
Revision: 325727

upgpkg: libmpeg2 0.5.1-6

Modified:
  libmpeg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:43:12 UTC (rev 325726)
+++ PKGBUILD2018-06-03 21:48:35 UTC (rev 325727)
@@ -4,7 +4,7 @@
 
 pkgname=libmpeg2
 pkgver=0.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Library for decoding MPEG-1 and MPEG-2 video streams."
 arch=('x86_64')
 url="http://libmpeg2.sourceforge.net/;
@@ -16,16 +16,19 @@
 libmpeg2-0.5.1-gcc4.6.patch)
 license=('GPL2')
 provides=('mpeg2dec')
-md5sums=('0f92c7454e58379b4a5a378485bbd8ef'
- '8b36660297e6ffde6aa9733136bff405')
+sha256sums=('dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4'
+'763e188eea36ee3cdfb31e7877bbead00676b5766c25175ec6a7eb20884926d1')
 
-build() {
+prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i "${srcdir}/libmpeg2-0.5.1-gcc4.6.patch"
 
   sed '/AC_PATH_XTRA/d' -i configure.ac
   autoreconf --force --install
+}
 
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --enable-shared --disable-static
   make OPT_CFLAGS="${CFLAGS}" \
MPEG2DEC_CFLAGS="${CFLAGS}" \


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:43:08
  Author: jgc
Revision: 325725

upgpkg: libgnomecanvas 2.30.3-4

Modified:
  libgnomecanvas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:41:16 UTC (rev 325724)
+++ PKGBUILD2018-06-03 21:43:08 UTC (rev 325725)
@@ -3,12 +3,12 @@
 
 pkgname=libgnomecanvas
 pkgver=2.30.3
-pkgrel=3
+pkgrel=4
 pkgdesc="The GNOME Canvas library"
 arch=(x86_64)
 license=('LGPL')
-depends=('libglade>=2.6.4' 'libart-lgpl>=2.3.21')
-makedepends=('pkg-config' 'intltool')
+depends=('libglade' 'libart-lgpl')
+makedepends=('pkg-config' 'intltool' 'python')
 url="http://www.gnome.org;
 
source=(https://download.gnome.org/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40')
@@ -17,6 +17,9 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --disable-static \
   --enable-glade
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:43:12
  Author: jgc
Revision: 325726

archrelease: copy trunk to extra-x86_64

Added:
  libgnomecanvas/repos/extra-x86_64/PKGBUILD
(from rev 325725, libgnomecanvas/trunk/PKGBUILD)
Deleted:
  libgnomecanvas/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:43:08 UTC (rev 325725)
+++ PKGBUILD2018-06-03 21:43:12 UTC (rev 325726)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libgnomecanvas
-pkgver=2.30.3
-pkgrel=3
-pkgdesc="The GNOME Canvas library"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('libglade>=2.6.4' 'libart-lgpl>=2.3.21')
-makedepends=('pkg-config' 'intltool')
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static \
-  --enable-glade
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgnomecanvas/repos/extra-x86_64/PKGBUILD (from rev 325725, 
libgnomecanvas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:43:12 UTC (rev 325726)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgnomecanvas
+pkgver=2.30.3
+pkgrel=4
+pkgdesc="The GNOME Canvas library"
+arch=(x86_64)
+license=('LGPL')
+depends=('libglade' 'libart-lgpl')
+makedepends=('pkg-config' 'intltool' 'python')
+url="http://www.gnome.org;
+source=(https://download.gnome.org/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static \
+  --enable-glade
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:41:16
  Author: jgc
Revision: 325724

archrelease: copy trunk to extra-x86_64

Added:
  libgnome-keyring/repos/extra-x86_64/PKGBUILD
(from rev 325723, libgnome-keyring/trunk/PKGBUILD)
Deleted:
  libgnome-keyring/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:41:13 UTC (rev 325723)
+++ PKGBUILD2018-06-03 21:41:16 UTC (rev 325724)
@@ -1,29 +0,0 @@
-#$Id$
-#Maintainer: Jan De Groot 
-
-pkgname=libgnome-keyring
-pkgver=3.12.0
-pkgrel=2
-pkgdesc="GNOME keyring client library"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
-options=('!emptydirs')
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgnome-keyring/repos/extra-x86_64/PKGBUILD (from rev 325723, 
libgnome-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:41:16 UTC (rev 325724)
@@ -0,0 +1,32 @@
+#$Id$
+#Maintainer: Jan De Groot 
+
+pkgname=libgnome-keyring
+pkgver=3.12.0
+pkgrel=3
+pkgdesc="GNOME keyring client library"
+arch=(x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
+options=('!emptydirs')
+url="https://www.gnome.org;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring
+
+  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 libgnome-keyring/trunk (PKGBUILD)

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:41:13
  Author: jgc
Revision: 325723

upgpkg: libgnome-keyring 3.12.0-3

Modified:
  libgnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:39:06 UTC (rev 325722)
+++ PKGBUILD2018-06-03 21:41:13 UTC (rev 325723)
@@ -3,7 +3,7 @@
 
 pkgname=libgnome-keyring
 pkgver=3.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME keyring client library"
 arch=(x86_64)
 license=('GPL' 'LGPL')
@@ -11,7 +11,7 @@
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
 optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
 options=('!emptydirs')
-url="http://www.gnome.org;
+url="https://www.gnome.org;
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783')
 
@@ -20,6 +20,9 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gnome-keyring
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:39:06
  Author: jgc
Revision: 325722

archrelease: copy trunk to extra-x86_64

Added:
  libglademm/repos/extra-x86_64/PKGBUILD
(from rev 325721, libglademm/trunk/PKGBUILD)
Deleted:
  libglademm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:39:02 UTC (rev 325721)
+++ PKGBUILD2018-06-03 21:39:06 UTC (rev 325722)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Kritoke 
-
-pkgname=libglademm
-pkgver=2.6.7
-pkgrel=4
-pkgdesc="A C++ wrapper for libglade."
-arch=('i686' 'x86_64')
-url="http://gtkmm.sourceforge.net/;
-license=('LGPL')
-depends=('libglade>=2.6.3' 'gtkmm>=2.14.1')
-makedepends=('pkgconfig')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f9ca5b67f6c551ea98790ab5f21c19d0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  CXXFLAGS+=' -std=c++11'
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libglademm/repos/extra-x86_64/PKGBUILD (from rev 325721, 
libglademm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:39:06 UTC (rev 325722)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Kritoke 
+
+pkgname=libglademm
+pkgver=2.6.7
+pkgrel=5
+pkgdesc="A C++ wrapper for libglade."
+arch=('x86_64')
+url="http://gtkmm.sourceforge.net/;
+license=('LGPL')
+depends=('libglade' 'gtkmm')
+makedepends=('pkgconfig')
+source=(https://download.gnome.org/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:39:02
  Author: jgc
Revision: 325721

upgpkg: libglademm 2.6.7-5

Modified:
  libglademm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:36:35 UTC (rev 325720)
+++ PKGBUILD2018-06-03 21:39:02 UTC (rev 325721)
@@ -4,20 +4,23 @@
 
 pkgname=libglademm
 pkgver=2.6.7
-pkgrel=4
+pkgrel=5
 pkgdesc="A C++ wrapper for libglade."
 arch=('x86_64')
 url="http://gtkmm.sourceforge.net/;
 license=('LGPL')
-depends=('libglade>=2.6.3' 'gtkmm>=2.14.1')
+depends=('libglade' 'gtkmm')
 makedepends=('pkgconfig')
 
source=(https://download.gnome.org/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f9ca5b67f6c551ea98790ab5f21c19d0')
+sha256sums=('38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   CXXFLAGS+=' -std=c++11'
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


[arch-commits] Commit in libglade/repos/extra-x86_64 (6 files)

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:36:35
  Author: jgc
Revision: 325720

archrelease: copy trunk to extra-x86_64

Added:
  libglade/repos/extra-x86_64/PKGBUILD
(from rev 325719, libglade/trunk/PKGBUILD)
  libglade/repos/extra-x86_64/glade.install
(from rev 325719, libglade/trunk/glade.install)
  libglade/repos/extra-x86_64/libglade-2.0.1-nowarning.patch
(from rev 325719, libglade/trunk/libglade-2.0.1-nowarning.patch)
Deleted:
  libglade/repos/extra-x86_64/PKGBUILD
  libglade/repos/extra-x86_64/glade.install
  libglade/repos/extra-x86_64/libglade-2.0.1-nowarning.patch

+
 PKGBUILD   |   73 +++-
 glade.install  |   50 -
 libglade-2.0.1-nowarning.patch |   78 +++
 3 files changed, 102 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:36:32 UTC (rev 325719)
+++ PKGBUILD2018-06-03 21:36:35 UTC (rev 325720)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libglade
-pkgver=2.6.4
-pkgrel=5
-pkgdesc="Allows you to load glade interface files in a program at runtime"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gtk2>=2.16.0' 'libxml2>=2.7.3')
-makedepends=('python2' 'pkgconfig')
-optdepends=('python2: libglade-convert script')
-install=glade.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2
-   libglade-2.0.1-nowarning.patch)
-url="http://www.gnome.org;
-md5sums=('d1776b40f4e166b5e9c107f1c8fe4139'
- '4f879c0ce550004905aa0fb24f25c353')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../libglade-2.0.1-nowarning.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --sysconfdir=/etc --prefix=/usr 
--localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-  install -m755 libglade-convert "${pkgdir}/usr/bin/"
-}

Copied: libglade/repos/extra-x86_64/PKGBUILD (from rev 325719, 
libglade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:36:35 UTC (rev 325720)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libglade
+pkgver=2.6.4
+pkgrel=6
+pkgdesc="Allows you to load glade interface files in a program at runtime"
+arch=(x86_64)
+license=('LGPL')
+depends=('gtk2>=2.16.0' 'libxml2>=2.7.3')
+makedepends=('python2' 'pkgconfig')
+optdepends=('python2: libglade-convert script')
+install=glade.install
+source=(https://download.gnome.org/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2
+   libglade-2.0.1-nowarning.patch)
+url="http://www.gnome.org;
+sha256sums=('64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec'
+'423c12af1c73442caa851a0b8db33b00fa4b778b1b422a4e8ac33d121d043008')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libglade-2.0.1-nowarning.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --sysconfdir=/etc --prefix=/usr 
--localstatedir=/var
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -m755 libglade-convert "${pkgdir}/usr/bin/"
+}

Deleted: glade.install
===
--- glade.install   2018-06-03 21:36:32 UTC (rev 325719)
+++ glade.install   2018-06-03 21:36:35 UTC (rev 325720)
@@ -1,25 +0,0 @@
-post_install() {
-  if [ ! -d etc/xml ]; then
-mkdir -p etc/xml
-  fi
-  if [ ! -e etc/xml/catalog ]; then
-xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add "system" \
-"http://glade.gnome.org/glade-2.0.dtd; \
-/usr/share/xml/libglade/glade-2.0.dtd etc/xml/catalog
-}
-
-pre_upgrade() {
-  post_remove
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-# arg 1:  the old package version
-post_remove() {
-  xmlcatalog --noout --del \
-/usr/share/xml/libglade/glade-2.0.dtd etc/xml/catalog
-}

Copied: libglade/repos/extra-x86_64/glade.install (from rev 325719, 
libglade/trunk/glade.install)
===
--- glade.install   (rev 0)
+++ glade.install   2018-06-03 21:36:35 UTC (rev 325720)
@@ -0,0 +1,25 @@
+post_install() {
+  if [ ! -d etc/xml ]; then
+mkdir -p etc/xml
+  fi
+  if [ ! -e etc/xml/catalog ]; then
+xmlcatalog --noout --create etc/xml/catalog
+  fi
+  xmlcatalog --noout --add "system" \
+"http://glade.gnome.org/glade-2.0.dtd; \
+/usr/share/xml/libglade/glade-2.0.dtd etc/xml/catalog
+}
+
+pre_upgrade() {
+  post_remove
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# arg 1:  the old package version
+post_remove() {
+  xmlcatalog --noout --del \
+

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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:36:32
  Author: jgc
Revision: 325719

upgpkg: libglade 2.6.4-6

Modified:
  libglade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:34:16 UTC (rev 325718)
+++ PKGBUILD2018-06-03 21:36:32 UTC (rev 325719)
@@ -3,7 +3,7 @@
 
 pkgname=libglade
 pkgver=2.6.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Allows you to load glade interface files in a program at runtime"
 arch=(x86_64)
 license=('LGPL')
@@ -14,8 +14,8 @@
 
source=(https://download.gnome.org/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2
libglade-2.0.1-nowarning.patch)
 url="http://www.gnome.org;
-md5sums=('d1776b40f4e166b5e9c107f1c8fe4139'
- '4f879c0ce550004905aa0fb24f25c353')
+sha256sums=('64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec'
+'423c12af1c73442caa851a0b8db33b00fa4b778b1b422a4e8ac33d121d043008')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -25,6 +25,9 @@
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --sysconfdir=/etc --prefix=/usr 
--localstatedir=/var
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2018-06-03 Thread Alexander Rødseth via arch-commits
Date: Sunday, June 3, 2018 @ 21:35:15
  Author: arodseth
Revision: 339545

archrelease: copy trunk to community-x86_64

Added:
  wings3d/repos/community-x86_64/PKGBUILD
(from rev 339544, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-x86_64/wings3d.sh
(from rev 339544, wings3d/trunk/wings3d.sh)
Deleted:
  wings3d/repos/community-x86_64/PKGBUILD
  wings3d/repos/community-x86_64/wings3d.sh

+
 PKGBUILD   |  118 +--
 wings3d.sh |8 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:34:17 UTC (rev 339544)
+++ PKGBUILD2018-06-03 21:35:15 UTC (rev 339545)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: kappa 
-
-pkgname=wings3d
-pkgver=2.1.5
-pkgrel=6
-pkgdesc='3D modeling program'
-arch=('x86_64')
-url='http://www.wings3d.com/'
-license=('GPL')
-depends=('erlang' 'desktop-file-utils' 'erlang-sdl' 'erlang-cl')
-makedepends=('gendesk' 'imagemagick')
-optdepends=('povray: rendering support via POV-Ray')
-source=("https://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2;
-$pkgname.sh)
-sha256sums=('f0f03cfe9f0ee0ee6c734a2b7e50410d5f21238441cb1f34422b0ecde25b582c'
-'b44102a5c4f9f3cf71c17ef45ce534c5723b3aeb2f78298abdaf77b401982128')
-_p=${pkgname%3d}-$pkgver
-
-prepare() {
-  gendesk -f -n \
---name Wings3D \
---pkgname $pkgname \
---pkgdesc "$pkgdesc" \
---genericname '3D Modeler' \
---categories 'Graphics;3DGraphics'
-
-  convert $_p/win32/wings.ico $pkgname.png
-
-  # Path fix for building wpc_lwo
-  ln -s $_p $_p/plugins_src/import_export/wings
-  ln -s $_p wings
-
-  sed -i 's/-Werror//' $_p/{src,e3d,plugins_src/import_export}/Makefile
-}
-
-build() {
-  export ESDL_PATH="$(echo /usr/lib/erlang/lib/esdl-*)"
-  export ERL_LIBS="$srcdir"
-
-  make -C $_p all lang
-}
-
-package() {
-  install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 $pkgname.desktop \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 $pkgname-3.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  install -d "$pkgdir/usr/lib/$pkgname"
-  for subdir in e3d ebin icons plugins psd shaders src textures tools; do
-cp -r $_p/$subdir/ "$pkgdir/usr/lib/$pkgname"
-  done
-}
-
-# getver: wings3d.com/?page_id=84
-# vim: ts=2 sw=2 et:

Copied: wings3d/repos/community-x86_64/PKGBUILD (from rev 339544, 
wings3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:35:15 UTC (rev 339545)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: kappa 
+
+pkgname=wings3d
+pkgver=2.1.7
+pkgrel=1
+pkgdesc='3D modeling program'
+arch=('x86_64')
+url='http://www.wings3d.com/'
+license=('GPL')
+depends=('desktop-file-utils' 'erlang' 'erlang-cl' 'erlang-sdl')
+makedepends=('gendesk' 'imagemagick')
+optdepends=('povray: rendering support via POV-Ray')
+source=("https://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2;
+"$pkgname.sh")
+sha256sums=('c2f4787ac2f8c874cdbb57c87a3e267a54e7f7f90082c9885e96290d1102ff24'
+'b44102a5c4f9f3cf71c17ef45ce534c5723b3aeb2f78298abdaf77b401982128')
+_p=${pkgname%3d}-$pkgver
+
+prepare() {
+  gendesk -f -n \
+--name Wings3D \
+--pkgname $pkgname \
+--pkgdesc "$pkgdesc" \
+--genericname '3D Modeler' \
+--categories 'Graphics;3DGraphics'
+
+  convert $_p/win32/wings.ico $pkgname.png
+
+  # Path fix for building wpc_lwo
+  ln -s $_p $_p/plugins_src/import_export/wings
+  ln -s $_p wings
+
+  sed -i 's/-Werror//' $_p/{src,e3d,plugins_src/import_export}/Makefile
+}
+
+build() {
+  export ESDL_PATH="$(echo /usr/lib/erlang/lib/esdl-*)"
+  export ERL_LIBS="$srcdir"
+
+  make -C $_p all lang
+}
+
+package() {
+  install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 $pkgname.desktop \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 $pkgname-3.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  install -d "$pkgdir/usr/lib/$pkgname"
+  for subdir in e3d ebin icons plugins psd shaders src textures tools; do
+cp -r $_p/$subdir/ "$pkgdir/usr/lib/$pkgname"
+  done
+}
+
+# getver: wings3d.com/?page_id=84
+# vim: ts=2 sw=2 et:

Deleted: wings3d.sh
===
--- wings3d.sh  2018-06-03 21:34:17 UTC (rev 339544)
+++ wings3d.sh  2018-06-03 21:35:15 UTC (rev 339545)
@@ -1,4 +0,0 @@
-#!/bin/sh
-erl -noinput -smp \
-  -pa /usr/lib/erlang/lib/esdl-*/ebin /usr/lib/wings3d/ebin \
-  -run wings_start start_halt ${1+"$@"}

Copied: wings3d/repos/community-x86_64/wings3d.sh (from rev 339544, 
wings3d/trunk/wings3d.sh)
===
--- wings3d.sh  

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

2018-06-03 Thread Alexander Rødseth via arch-commits
Date: Sunday, June 3, 2018 @ 21:34:17
  Author: arodseth
Revision: 339544

upgpkg: wings3d 2.1.7-1

Modified:
  wings3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 20:31:04 UTC (rev 339543)
+++ PKGBUILD2018-06-03 21:34:17 UTC (rev 339544)
@@ -3,18 +3,18 @@
 # Contributor: kappa 
 
 pkgname=wings3d
-pkgver=2.1.5
-pkgrel=6
+pkgver=2.1.7
+pkgrel=1
 pkgdesc='3D modeling program'
 arch=('x86_64')
 url='http://www.wings3d.com/'
 license=('GPL')
-depends=('erlang' 'desktop-file-utils' 'erlang-sdl' 'erlang-cl')
+depends=('desktop-file-utils' 'erlang' 'erlang-cl' 'erlang-sdl')
 makedepends=('gendesk' 'imagemagick')
 optdepends=('povray: rendering support via POV-Ray')
 
source=("https://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2;
-$pkgname.sh)
-sha256sums=('f0f03cfe9f0ee0ee6c734a2b7e50410d5f21238441cb1f34422b0ecde25b582c'
+"$pkgname.sh")
+sha256sums=('c2f4787ac2f8c874cdbb57c87a3e267a54e7f7f90082c9885e96290d1102ff24'
 'b44102a5c4f9f3cf71c17ef45ce534c5723b3aeb2f78298abdaf77b401982128')
 _p=${pkgname%3d}-$pkgver
 


[arch-commits] Commit in (libfs)

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:34:16
  Author: jgc
Revision: 325718

Remove from repos

Deleted:
  libfs/


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:32:02
  Author: jgc
Revision: 325716

archrelease: copy trunk to extra-x86_64

Added:
  libfontenc/repos/extra-x86_64/PKGBUILD
(from rev 325715, libfontenc/trunk/PKGBUILD)
Deleted:
  libfontenc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:31:59 UTC (rev 325715)
+++ PKGBUILD2018-06-03 21:32:02 UTC (rev 325716)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=libfontenc
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="X11 font encoding library"
-arch=('i686' 'x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('zlib')
-makedepends=('pkgconfig' 'xproto>=7.0.18')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('70588930e6fc9542ff38e0884778fbc6e6febf21adbab92fd8f524fe60aefd21'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-encodingsdir=/usr/share/fonts/encodings  
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libfontenc/repos/extra-x86_64/PKGBUILD (from rev 325715, 
libfontenc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:32:02 UTC (rev 325716)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=libfontenc
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="X11 font encoding library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('zlib')
+makedepends=('pkgconfig' 'xorgproto')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('70588930e6fc9542ff38e0884778fbc6e6febf21adbab92fd8f524fe60aefd21'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-encodingsdir=/usr/share/fonts/encodings  
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:31:59
  Author: jgc
Revision: 325715

upgpkg: libfontenc 1.1.3-2

Modified:
  libfontenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:30:09 UTC (rev 325714)
+++ PKGBUILD2018-06-03 21:31:59 UTC (rev 325715)
@@ -3,13 +3,13 @@
 
 pkgname=libfontenc
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 font encoding library"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('zlib')
-makedepends=('pkgconfig' 'xproto>=7.0.18')
+makedepends=('pkgconfig' 'xorgproto')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('70588930e6fc9542ff38e0884778fbc6e6febf21adbab92fd8f524fe60aefd21'
 'SKIP')


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:30:09
  Author: jgc
Revision: 325714

archrelease: copy trunk to extra-x86_64

Added:
  libepc/repos/extra-x86_64/PKGBUILD
(from rev 325713, libepc/trunk/PKGBUILD)
Deleted:
  libepc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:30:06 UTC (rev 325713)
+++ PKGBUILD2018-06-03 21:30:09 UTC (rev 325714)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libepc
-pkgver=0.4.4
-pkgrel=3
-pkgdesc="Easy Publish and Consume Library"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://live.gnome.org/libepc;
-depends=('gtk3' 'avahi' 'libsoup')
-makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libepc/repos/extra-x86_64/PKGBUILD (from rev 325713, 
libepc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:30:09 UTC (rev 325714)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libepc
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="Easy Publish and Consume Library"
+arch=(x86_64)
+license=('LGPL')
+url="https://wiki.gnome.org/Projects/libepc;
+depends=('gtk3' 'avahi' 'libsoup')
+makedepends=('intltool' 'python')
+source=(https://download.gnome.org/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('215990847a8526c85774cb74fbcaea4c46866df58281b21dce5a62aac5da7ae8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:30:06
  Author: jgc
Revision: 325713

upgpkg: libepc 0.4.6-1

Modified:
  libepc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:27:02 UTC (rev 325712)
+++ PKGBUILD2018-06-03 21:30:06 UTC (rev 325713)
@@ -2,21 +2,24 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libepc
-pkgver=0.4.5
-pkgrel=2
+pkgver=0.4.6
+pkgrel=1
 pkgdesc="Easy Publish and Consume Library"
 arch=(x86_64)
 license=('LGPL')
 url="https://wiki.gnome.org/Projects/libepc;
 depends=('gtk3' 'avahi' 'libsoup')
-makedepends=('intltool')
+makedepends=('intltool' 'python')
 
source=(https://download.gnome.org/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f98fc306c0f9d361e1381484744246efd084053732924741078270c49afc33b')
+sha256sums=('215990847a8526c85774cb74fbcaea4c46866df58281b21dce5a62aac5da7ae8')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:27:02
  Author: jgc
Revision: 325712

upgpkg: libepc 0.4.5-2

Rebuild

Modified:
  libepc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:26:17 UTC (rev 325711)
+++ PKGBUILD2018-06-03 21:27:02 UTC (rev 325712)
@@ -2,12 +2,12 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libepc
-pkgver=0.4.4
-pkgrel=3
+pkgver=0.4.5
+pkgrel=2
 pkgdesc="Easy Publish and Consume Library"
 arch=(x86_64)
 license=('LGPL')
-url="http://live.gnome.org/libepc;
+url="https://wiki.gnome.org/Projects/libepc;
 depends=('gtk3' 'avahi' 'libsoup')
 makedepends=('intltool')
 
source=(https://download.gnome.org/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)


[arch-commits] Commit in libatasmart/repos/extra-x86_64 (6 files)

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:26:17
  Author: jgc
Revision: 325711

archrelease: copy trunk to extra-x86_64

Added:
  libatasmart/repos/extra-x86_64/0001-Dont-test-undefined-bits.patch
(from rev 325710, libatasmart/trunk/0001-Dont-test-undefined-bits.patch)
  
libatasmart/repos/extra-x86_64/0002-Drop-our-own-many-bad-sectors-heuristic.patch
(from rev 325710, 
libatasmart/trunk/0002-Drop-our-own-many-bad-sectors-heuristic.patch)
  libatasmart/repos/extra-x86_64/PKGBUILD
(from rev 325710, libatasmart/trunk/PKGBUILD)
Deleted:
  libatasmart/repos/extra-x86_64/0001-Dont-test-undefined-bits.patch
  
libatasmart/repos/extra-x86_64/0002-Drop-our-own-many-bad-sectors-heuristic.patch
  libatasmart/repos/extra-x86_64/PKGBUILD

+
 0001-Dont-test-undefined-bits.patch|   56 ++---
 0002-Drop-our-own-many-bad-sectors-heuristic.patch |  186 +--
 PKGBUILD   |   78 +++
 3 files changed, 160 insertions(+), 160 deletions(-)

Deleted: 0001-Dont-test-undefined-bits.patch
===
--- 0001-Dont-test-undefined-bits.patch 2018-06-03 21:26:13 UTC (rev 325710)
+++ 0001-Dont-test-undefined-bits.patch 2018-06-03 21:26:17 UTC (rev 325711)
@@ -1,28 +0,0 @@
-Author: Phillip Susi 
-Subject: fix an incorrect IO error reading SMART status
-Description: The read SMART status command's return status
- was testing for a success/failure value that included 8
- bits that are "N/A" according to the standard, and required
- that they be zeros.  At least some drives do not fill them
- with zeros, so correct this by masking off the undefined
- bits.
-Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61998
-Bug-Ubuntu: https://launchpad.net/bugs/1143495
-
-Index: b/atasmart.c
-===
 a/atasmart.c
-+++ b/atasmart.c
-@@ -925,10 +925,10 @@
- /* SAT/USB bridges truncate packets, so we only check for 4F,
-  * not for 2C on those */
- if ((d->type == SK_DISK_TYPE_ATA_PASSTHROUGH_12 || cmd[3] == 
htons(0x00C2U)) &&
--cmd[4] == htons(0x4F00U))
-+(cmd[4] & htons(0xFF00U)) == htons(0x4F00U))
- *good = TRUE;
- else if ((d->type == SK_DISK_TYPE_ATA_PASSTHROUGH_12 || cmd[3] == 
htons(0x002CU)) &&
-- cmd[4] == htons(0xF400U))
-+ (cmd[4] & htons(0xFF00U)) == htons(0xF400U))
- *good = FALSE;
- else {
- errno = EIO;

Copied: libatasmart/repos/extra-x86_64/0001-Dont-test-undefined-bits.patch 
(from rev 325710, libatasmart/trunk/0001-Dont-test-undefined-bits.patch)
===
--- 0001-Dont-test-undefined-bits.patch (rev 0)
+++ 0001-Dont-test-undefined-bits.patch 2018-06-03 21:26:17 UTC (rev 325711)
@@ -0,0 +1,28 @@
+Author: Phillip Susi 
+Subject: fix an incorrect IO error reading SMART status
+Description: The read SMART status command's return status
+ was testing for a success/failure value that included 8
+ bits that are "N/A" according to the standard, and required
+ that they be zeros.  At least some drives do not fill them
+ with zeros, so correct this by masking off the undefined
+ bits.
+Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61998
+Bug-Ubuntu: https://launchpad.net/bugs/1143495
+
+Index: b/atasmart.c
+===
+--- a/atasmart.c
 b/atasmart.c
+@@ -925,10 +925,10 @@
+ /* SAT/USB bridges truncate packets, so we only check for 4F,
+  * not for 2C on those */
+ if ((d->type == SK_DISK_TYPE_ATA_PASSTHROUGH_12 || cmd[3] == 
htons(0x00C2U)) &&
+-cmd[4] == htons(0x4F00U))
++(cmd[4] & htons(0xFF00U)) == htons(0x4F00U))
+ *good = TRUE;
+ else if ((d->type == SK_DISK_TYPE_ATA_PASSTHROUGH_12 || cmd[3] == 
htons(0x002CU)) &&
+- cmd[4] == htons(0xF400U))
++ (cmd[4] & htons(0xFF00U)) == htons(0xF400U))
+ *good = FALSE;
+ else {
+ errno = EIO;

Deleted: 0002-Drop-our-own-many-bad-sectors-heuristic.patch
===
--- 0002-Drop-our-own-many-bad-sectors-heuristic.patch  2018-06-03 21:26:13 UTC 
(rev 325710)
+++ 0002-Drop-our-own-many-bad-sectors-heuristic.patch  2018-06-03 21:26:17 UTC 
(rev 325711)
@@ -1,93 +0,0 @@
-From 6846b7c2431dbeaddd9f931c609b522c04e55732 Mon Sep 17 00:00:00 2001
-From: Martin Pitt 
-Date: Fri, 19 Mar 2010 14:56:06 +0100
-Subject: [PATCH 2/2] Drop our own "many bad sectors" heuristic
-
-This currently causes a lot of false positives, because in many cases our
-threshold is either overly pessimistically low, or the raw value is implausibly
-high. Just use the normalized values vs. threshold for 

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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:26:13
  Author: jgc
Revision: 325710

upgpkg: libatasmart 0.19-4

Rebuild

Modified:
  libatasmart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:23:20 UTC (rev 325709)
+++ PKGBUILD2018-06-03 21:26:13 UTC (rev 325710)
@@ -3,7 +3,7 @@
 
 pkgname=libatasmart
 pkgver=0.19
-pkgrel=3
+pkgrel=4
 pkgdesc="ATA S.M.A.R.T. Reading and Parsing Library"
 arch=('x86_64')
 license=('LGPL')
@@ -13,9 +13,9 @@
 source=(http://0pointer.de/public/${pkgname}-${pkgver}.tar.xz
 0001-Dont-test-undefined-bits.patch
 0002-Drop-our-own-many-bad-sectors-heuristic.patch)
-md5sums=('53afe2b155c36f658e121fe6def33e77'
- 'eb5d0468b0d47d099e5164372a21f9da'
- 'cebd1fbed0b05d0458177d6d3ad4ea3f')
+sha256sums=('61f0ea345f63d28ab2ff0dc352c22271661b66bf09642db3a4049ac9dbdb0f8d'
+'ab19d6985bb524774607280a2ee62c48de01785660ff5206d80f778b6404188c'
+'9bb5ca3431f76c182c5b076e2db9378d696608c2ff1d53d01e55c530ba293ce1')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in icon-naming-utils/trunk (PKGBUILD)

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:23:17
  Author: jgc
Revision: 325708

upgpkg: icon-naming-utils 0.8.90-4

Modified:
  icon-naming-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 21:19:53 UTC (rev 325707)
+++ PKGBUILD2018-06-03 21:23:17 UTC (rev 325708)
@@ -4,7 +4,7 @@
 
 pkgname=icon-naming-utils
 pkgver=0.8.90
-pkgrel=3
+pkgrel=4
 pkgdesc="Maps the new names of icons for Tango to the legacy names used by the 
GNOME and KDE desktops."
 arch=(any)
 license=('GPL')
@@ -12,17 +12,22 @@
 depends=('perl-xml-simple')
 source=(https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz
 remove-legacy-calc.patch)
-md5sums=('2c5c7a418e5eb3268f65e21993277fba'
- 'd3490e31df95ae11c96f0af2a9ef2ed0')
+sha256sums=('044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c'
+'35afd197c9259fe6142c38e34aa5d033b4285188c81218dc918dc0c81a115792')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/remove-legacy-calc.patch"
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/remove-legacy-calc.patch"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/icon-naming-utils \
  --localstatedir=/var
   make
 }
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install


[arch-commits] Commit in icon-naming-utils/repos/extra-any (4 files)

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:23:20
  Author: jgc
Revision: 325709

archrelease: copy trunk to extra-any

Added:
  icon-naming-utils/repos/extra-any/PKGBUILD
(from rev 325708, icon-naming-utils/trunk/PKGBUILD)
  icon-naming-utils/repos/extra-any/remove-legacy-calc.patch
(from rev 325708, icon-naming-utils/trunk/remove-legacy-calc.patch)
Deleted:
  icon-naming-utils/repos/extra-any/PKGBUILD
  icon-naming-utils/repos/extra-any/remove-legacy-calc.patch

--+
 PKGBUILD |   65 -
 remove-legacy-calc.patch |   30 ++--
 2 files changed, 50 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:23:17 UTC (rev 325708)
+++ PKGBUILD2018-06-03 21:23:20 UTC (rev 325709)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: William Rea 
-
-pkgname=icon-naming-utils
-pkgver=0.8.90
-pkgrel=3
-pkgdesc="Maps the new names of icons for Tango to the legacy names used by the 
GNOME and KDE desktops."
-arch=(any)
-license=('GPL')
-url="http://tango.freedesktop.org/;
-depends=('perl-xml-simple')
-source=(https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz
-remove-legacy-calc.patch)
-md5sums=('2c5c7a418e5eb3268f65e21993277fba'
- 'd3490e31df95ae11c96f0af2a9ef2ed0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/remove-legacy-calc.patch"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/icon-naming-utils \
- --localstatedir=/var
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir/usr/share/pkgconfig" "$pkgdir/usr/lib/pkgconfig"
-}

Copied: icon-naming-utils/repos/extra-any/PKGBUILD (from rev 325708, 
icon-naming-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:23:20 UTC (rev 325709)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=icon-naming-utils
+pkgver=0.8.90
+pkgrel=4
+pkgdesc="Maps the new names of icons for Tango to the legacy names used by the 
GNOME and KDE desktops."
+arch=(any)
+license=('GPL')
+url="http://tango.freedesktop.org/;
+depends=('perl-xml-simple')
+source=(https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz
+remove-legacy-calc.patch)
+sha256sums=('044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c'
+'35afd197c9259fe6142c38e34aa5d033b4285188c81218dc918dc0c81a115792')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/remove-legacy-calc.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/icon-naming-utils \
+ --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/share/pkgconfig" "$pkgdir/usr/lib/pkgconfig"
+}

Deleted: remove-legacy-calc.patch
===
--- remove-legacy-calc.patch2018-06-03 21:23:17 UTC (rev 325708)
+++ remove-legacy-calc.patch2018-06-03 21:23:20 UTC (rev 325709)
@@ -1,15 +0,0 @@
-diff -Nur icon-naming-utils-0.8.90.orig/legacy-icon-mapping.xml 
icon-naming-utils-0.8.90/legacy-icon-mapping.xml
 icon-naming-utils-0.8.90.orig/legacy-icon-mapping.xml  2011-06-06 
12:18:27.059555925 +
-+++ icon-naming-utils-0.8.90/legacy-icon-mapping.xml   2011-06-06 
12:18:47.709737921 +
-@@ -427,11 +427,6 @@
-   
- 
- 
--  
--  gnome-calculator
--  kcalc
--  calc
--  
-   
-   gnome-character-map
-   gucharmap

Copied: icon-naming-utils/repos/extra-any/remove-legacy-calc.patch (from rev 
325708, icon-naming-utils/trunk/remove-legacy-calc.patch)
===
--- remove-legacy-calc.patch(rev 0)
+++ remove-legacy-calc.patch2018-06-03 21:23:20 UTC (rev 325709)
@@ -0,0 +1,15 @@
+diff -Nur icon-naming-utils-0.8.90.orig/legacy-icon-mapping.xml 
icon-naming-utils-0.8.90/legacy-icon-mapping.xml
+--- icon-naming-utils-0.8.90.orig/legacy-icon-mapping.xml  2011-06-06 
12:18:27.059555925 +
 icon-naming-utils-0.8.90/legacy-icon-mapping.xml   2011-06-06 
12:18:47.709737921 +
+@@ -427,11 +427,6 @@
+   
+ 
+ 
+-  
+-  gnome-calculator
+-  kcalc
+-  calc
+-  
+   
+   gnome-character-map
+   gucharmap


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:19:53
  Author: jgc
Revision: 325707

archrelease: copy trunk to extra-x86_64

Added:
  gtksourceview2/repos/extra-x86_64/PKGBUILD
(from rev 325706, gtksourceview2/trunk/PKGBUILD)
Deleted:
  gtksourceview2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:19:49 UTC (rev 325706)
+++ PKGBUILD2018-06-03 21:19:53 UTC (rev 325707)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gtksourceview2
-pkgver=2.10.5
-pkgrel=3
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2>=2.22.0' 'libxml2>=2.7.7')
-makedepends=('intltool' 'pkg-config')
-url="http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/gtksourceview-${pkgver}.tar.bz2)
-sha256sums=('c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e')
-
-build() {
-  cd "${srcdir}/gtksourceview-${pkgver}"
-  sed -i 's#python#python2#' gtksourceview/language-specs/convert.py
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/gtksourceview-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gtksourceview2/repos/extra-x86_64/PKGBUILD (from rev 325706, 
gtksourceview2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:19:53 UTC (rev 325707)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gtksourceview2
+pkgver=2.10.5
+pkgrel=4
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('x86_64')
+license=('GPL')
+depends=('gtk2' 'libxml2')
+makedepends=('intltool' 'pkg-config' 'python')
+url="http://www.gnome.org;
+source=(https://download.gnome.org/sources/gtksourceview/2.10/gtksourceview-${pkgver}.tar.bz2)
+sha256sums=('c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e')
+
+prepare() {
+  cd "${srcdir}/gtksourceview-${pkgver}"
+  sed -i 's#python#python2#' gtksourceview/language-specs/convert.py
+}
+ 
+build() {
+  cd "${srcdir}/gtksourceview-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "${srcdir}/gtksourceview-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:19:49
  Author: jgc
Revision: 325706

upgpkg: gtksourceview2 2.10.5-4

Make it build

Modified:
  gtksourceview2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 20:30:35 UTC (rev 325705)
+++ PKGBUILD2018-06-03 21:19:49 UTC (rev 325706)
@@ -3,21 +3,28 @@
 
 pkgname=gtksourceview2
 pkgver=2.10.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 arch=('x86_64')
 license=('GPL')
-depends=('gtk2>=2.22.0' 'libxml2>=2.7.7')
-makedepends=('intltool' 'pkg-config')
+depends=('gtk2' 'libxml2')
+makedepends=('intltool' 'pkg-config' 'python')
 url="http://www.gnome.org;
 
source=(https://download.gnome.org/sources/gtksourceview/2.10/gtksourceview-${pkgver}.tar.bz2)
 sha256sums=('c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e')
 
+prepare() {
+  cd "${srcdir}/gtksourceview-${pkgver}"
+  sed -i 's#python#python2#' gtksourceview/language-specs/convert.py
+}
+ 
 build() {
   cd "${srcdir}/gtksourceview-${pkgver}"
-  sed -i 's#python#python2#' gtksourceview/language-specs/convert.py
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


[arch-commits] Commit in ufw/trunk (PKGBUILD ufw.install)

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 20:13:39
  Author: kkeen
Revision: 339541

upgpkg: ufw 0.35-4 FS#49359 python3

Modified:
  ufw/trunk/PKGBUILD
Deleted:
  ufw/trunk/ufw.install

-+
 PKGBUILD|   14 --
 ufw.install |   13 -
 2 files changed, 4 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 19:52:23 UTC (rev 339540)
+++ PKGBUILD2018-06-03 20:13:39 UTC (rev 339541)
@@ -7,13 +7,12 @@
 
 pkgname=ufw
 pkgver=0.35
-pkgrel=3
+pkgrel=4
 pkgdesc="Uncomplicated and easy to use CLI tool for managing a netfilter 
firewall"
 arch=('any')
 url="https://launchpad.net/ufw;
 license=('GPL3')
-depends=('iptables' 'python2')
-install=ufw.install
+depends=('iptables' 'python')
 backup=('etc/ufw/before.rules'
 'etc/ufw/before6.rules'
 'etc/ufw/after.rules'
@@ -22,18 +21,13 @@
 'etc/ufw/user.rules'
 'etc/ufw/sysctl.conf'
 'etc/default/ufw'
-'usr/lib/ufw/user.rules'
-'usr/lib/ufw/user6.rules'
 'etc/ufw/user.rules'
 'etc/ufw/user6.rules')
-source=(http://launchpad.net/$pkgname/$pkgver/$pkgver/+download/$pkgname-$pkgver.tar.gz
+source=("http://launchpad.net/$pkgname/$pkgver/$pkgver/+download/$pkgname-$pkgver.tar.gz;
 service)
 sha256sums=('662f865bc83bf8aa1a40a6fe578bc2ce796ff60a1be2c1103def7db1b91f8509'
 'fdface6f4690e4748fbbd5661c02e1967a8750fdb23581d35516174017a3fe39')
 
-# this /usr/lib/ufw/ rules were moved to /etc/ufw
-# remove /usr/lib from backup in O.36?
-
 prepare() {
   cd "$pkgname-$pkgver"
   # FS#28769 - move from /lib to /usr/lib
@@ -48,7 +42,7 @@
 package() {
   cd "$pkgname-$pkgver"
   
-  python2 setup.py install --root="$pkgdir"
+  python3 setup.py install --root="$pkgdir"
 
   install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/ufw.service"
   chmod 644 "$pkgdir/etc/ufw/"*.rules

Deleted: ufw.install
===
--- ufw.install 2018-06-03 19:52:23 UTC (rev 339540)
+++ ufw.install 2018-06-03 20:13:39 UTC (rev 339541)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  if [ "$(vercmp $2 0.35-2)" -lt 0 ]; then
-echo ">>>"
-echo ">>> IMPORTANT UFW UPGRADE NOTICE"
-echo ">>> "
-echo ">>> Version 0.35 has moved several config files."
-echo ">>> You may need to copy your versions of the files"
-echo ">>> to the new location."
-echo ">>> /usr/lib/ufw/user.rules.pacsave  -> /etc/ufw/user.rules"
-echo ">>> /usr/lib/ufw/user6.rules.pacsave -> /etc/ufw/user6.rules"
-echo ">>>"
-  fi
-}


[arch-commits] Commit in ufw/repos/community-any (5 files)

2018-06-03 Thread Kyle Keen via arch-commits
Date: Sunday, June 3, 2018 @ 20:13:54
  Author: kkeen
Revision: 339542

archrelease: copy trunk to community-any

Added:
  ufw/repos/community-any/PKGBUILD
(from rev 339541, ufw/trunk/PKGBUILD)
  ufw/repos/community-any/service
(from rev 339541, ufw/trunk/service)
Deleted:
  ufw/repos/community-any/PKGBUILD
  ufw/repos/community-any/service
  ufw/repos/community-any/ufw.install

-+
 PKGBUILD|  104 +++---
 service |   32 -
 ufw.install |   13 ---
 3 files changed, 65 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 20:13:39 UTC (rev 339541)
+++ PKGBUILD2018-06-03 20:13:54 UTC (rev 339542)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Kessia 'even' Pinheiro 
-# Contributor: Sorin Ionescu 
-
-pkgname=ufw
-pkgver=0.35
-pkgrel=3
-pkgdesc="Uncomplicated and easy to use CLI tool for managing a netfilter 
firewall"
-arch=('any')
-url="https://launchpad.net/ufw;
-license=('GPL3')
-depends=('iptables' 'python2')
-install=ufw.install
-backup=('etc/ufw/before.rules'
-'etc/ufw/before6.rules'
-'etc/ufw/after.rules'
-'etc/ufw/after6.rules'
-'etc/ufw/ufw.conf'
-'etc/ufw/user.rules'
-'etc/ufw/sysctl.conf'
-'etc/default/ufw'
-'usr/lib/ufw/user.rules'
-'usr/lib/ufw/user6.rules'
-'etc/ufw/user.rules'
-'etc/ufw/user6.rules')
-source=(http://launchpad.net/$pkgname/$pkgver/$pkgver/+download/$pkgname-$pkgver.tar.gz
-service)
-sha256sums=('662f865bc83bf8aa1a40a6fe578bc2ce796ff60a1be2c1103def7db1b91f8509'
-'fdface6f4690e4748fbbd5661c02e1967a8750fdb23581d35516174017a3fe39')
-
-# this /usr/lib/ufw/ rules were moved to /etc/ufw
-# remove /usr/lib from backup in O.36?
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # FS#28769 - move from /lib to /usr/lib
-  sed -i -e 's|/lib|/usr/lib|' \
- -e 's|sbin|bin|g' setup.py
-
-  # FS#35458, FS#54110 - correct iptables location
-  sed -i -e 's|sbin|bin|g' setup.py
-  sed -i -e 's|sbin|bin|g' src/util.py
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  
-  python2 setup.py install --root="$pkgdir"
-
-  install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/ufw.service"
-  chmod 644 "$pkgdir/etc/ufw/"*.rules
-}

Copied: ufw/repos/community-any/PKGBUILD (from rev 339541, ufw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 20:13:54 UTC (rev 339542)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Kessia 'even' Pinheiro 
+# Contributor: Sorin Ionescu 
+
+pkgname=ufw
+pkgver=0.35
+pkgrel=4
+pkgdesc="Uncomplicated and easy to use CLI tool for managing a netfilter 
firewall"
+arch=('any')
+url="https://launchpad.net/ufw;
+license=('GPL3')
+depends=('iptables' 'python')
+backup=('etc/ufw/before.rules'
+'etc/ufw/before6.rules'
+'etc/ufw/after.rules'
+'etc/ufw/after6.rules'
+'etc/ufw/ufw.conf'
+'etc/ufw/user.rules'
+'etc/ufw/sysctl.conf'
+'etc/default/ufw'
+'etc/ufw/user.rules'
+'etc/ufw/user6.rules')
+source=("http://launchpad.net/$pkgname/$pkgver/$pkgver/+download/$pkgname-$pkgver.tar.gz;
+service)
+sha256sums=('662f865bc83bf8aa1a40a6fe578bc2ce796ff60a1be2c1103def7db1b91f8509'
+'fdface6f4690e4748fbbd5661c02e1967a8750fdb23581d35516174017a3fe39')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # FS#28769 - move from /lib to /usr/lib
+  sed -i -e 's|/lib|/usr/lib|' \
+ -e 's|sbin|bin|g' setup.py
+
+  # FS#35458, FS#54110 - correct iptables location
+  sed -i -e 's|sbin|bin|g' setup.py
+  sed -i -e 's|sbin|bin|g' src/util.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  
+  python3 setup.py install --root="$pkgdir"
+
+  install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/ufw.service"
+  chmod 644 "$pkgdir/etc/ufw/"*.rules
+}

Deleted: service
===
--- service 2018-06-03 20:13:39 UTC (rev 339541)
+++ service 2018-06-03 20:13:54 UTC (rev 339542)
@@ -1,16 +0,0 @@
-[Unit]
-Description=CLI Netfilter Manager
-DefaultDependencies=no
-After=systemd-sysctl.service
-Before=sysinit.target
-ConditionPathExists=|/etc/ufw/ufw.conf
-ConditionDirectoryNotEmpty=|/usr/lib/ufw
-
-[Service]
-Type=oneshot
-ExecStart=/usr/lib/ufw/ufw-init start
-ExecStop=/usr/lib/ufw/ufw-init stop
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target

Copied: ufw/repos/community-any/service (from rev 339541, ufw/trunk/service)
===
--- service (rev 0)
+++ 

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

2018-06-03 Thread Antonio Rojas via arch-commits
Date: Sunday, June 3, 2018 @ 19:56:11
  Author: arojas
Revision: 325704

archrelease: copy trunk to extra-x86_64

Added:
  kamoso/repos/extra-x86_64/PKGBUILD
(from rev 325703, kamoso/trunk/PKGBUILD)
Deleted:
  kamoso/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 19:55:50 UTC (rev 325703)
+++ PKGBUILD2018-06-03 19:56:11 UTC (rev 325704)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 319871 2018-03-23 19:45:34Z arojas $
-# Maintainer: Antonio Rojas 
-# Contributor: birdflesh 
-# Contributor: said
-# Contributor: Panagiotis Papadopoulos 
-
-pkgname=kamoso
-pkgver=18.04.1
-pkgrel=1
-pkgdesc="A webcam recorder from KDE community"
-url="https://userbase.kde.org/Kamoso;
-arch=(x86_64)
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(purpose gst-plugins-good gst-plugins-bad qt5-quickcontrols kirigami2)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4725043190557eae4ecbb676676054edc9d7c0d49d3289703f53f47f8841a0e5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kamoso/repos/extra-x86_64/PKGBUILD (from rev 325703, 
kamoso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 19:56:11 UTC (rev 325704)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 319871 2018-03-23 19:45:34Z arojas $
+# Maintainer: Antonio Rojas 
+# Contributor: birdflesh 
+# Contributor: said
+# Contributor: Panagiotis Papadopoulos 
+
+pkgname=kamoso
+pkgver=18.04.1
+pkgrel=2
+pkgdesc="A webcam recorder from KDE community"
+url="https://userbase.kde.org/Kamoso;
+arch=(x86_64)
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(purpose gst-plugins-good gst-plugins-bad qt5-quickcontrols kirigami2)
+makedepends=(extra-cmake-modules kdoctools boost python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-394881.patch::"https://cgit.kde.org/kamoso.git/patch/?id=70d5cf37;)
+sha256sums=('4725043190557eae4ecbb676676054edc9d7c0d49d3289703f53f47f8841a0e5'
+'SKIP'
+'1daed78c6879fd1e161a7eebd645404ab6d9a9ab7c185581fbe16ed4c91639da')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-394881.patch # Fix crash
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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

2018-06-03 Thread Antonio Rojas via arch-commits
Date: Sunday, June 3, 2018 @ 19:55:50
  Author: arojas
Revision: 325703

Fix crash (FS#58814)

Modified:
  kamoso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 18:48:55 UTC (rev 325702)
+++ PKGBUILD2018-06-03 19:55:50 UTC (rev 325703)
@@ -6,7 +6,7 @@
 
 pkgname=kamoso
 pkgver=18.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A webcam recorder from KDE community"
 url="https://userbase.kde.org/Kamoso;
 arch=(x86_64)
@@ -13,15 +13,20 @@
 license=(GPL)
 groups=(kde-applications kdemultimedia)
 depends=(purpose gst-plugins-good gst-plugins-bad qt5-quickcontrols kirigami2)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+makedepends=(extra-cmake-modules kdoctools boost python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-394881.patch::"https://cgit.kde.org/kamoso.git/patch/?id=70d5cf37;)
 sha256sums=('4725043190557eae4ecbb676676054edc9d7c0d49d3289703f53f47f8841a0e5'
-'SKIP')
+'SKIP'
+'1daed78c6879fd1e161a7eebd645404ab6d9a9ab7c185581fbe16ed4c91639da')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-394881.patch # Fix crash
 }
 
 build() {


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

2018-06-03 Thread David Runge via arch-commits
Date: Sunday, June 3, 2018 @ 19:52:23
  Author: dvzrv
Revision: 339540

archrelease: copy trunk to community-x86_64

Added:
  pd/repos/community-x86_64/PKGBUILD
(from rev 339539, pd/trunk/PKGBUILD)
  pd/repos/community-x86_64/pd.desktop
(from rev 339539, pd/trunk/pd.desktop)
  pd/repos/community-x86_64/pd.png
(from rev 339539, pd/trunk/pd.png)
Deleted:
  pd/repos/community-x86_64/PKGBUILD
  pd/repos/community-x86_64/pd.desktop
  pd/repos/community-x86_64/pd.png

+
 PKGBUILD   |  131 +--
 pd.desktop |   14 +++---
 2 files changed, 73 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 19:52:13 UTC (rev 339539)
+++ PKGBUILD2018-06-03 19:52:23 UTC (rev 339540)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: TDY 
-# Contributor: Shinlun Hsieh 
-
-pkgname=pd
-pkgver=0.48.1
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=3
-pkgdesc="The Pure Data real-time music and multimedia environment"
-arch=('x86_64')
-url="http://msp.ucsd.edu/software.html;
-license=('custom:BSD')
-depends=('fftw' 'jack' 'portaudio' 'tk')
-makedepends=('portmidi')
-optdepends=('portmidi: for alternative portmidi support')
-provides=('puredata')
-source=("http://msp.ucsd.edu/Software/${pkgname}-${_ver}.src.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.png")
-sha512sums=('69415793b6ecfcde4fbe2e0c30104236958fb79fd241cfad4ad0616934b3d8749e893c83b81a560339193e9ca5ab24baaca3b7ccd6f9021c54c9d2ac753a34e8'
-
'4d3596b337456117ecdf0f1709358b4298198e0b347cb13b884e35ad2f2f667561a10b44683cf916c1da123daebee7141e9ab8bd89405a579b69d30b0e718f37'
-
'61300b58f10018b0bd28424ac00d1b8158f8ace9855742e19e48c98f915cabcade6c6041460aa795005c0fb6abc93e7116fc6d00116c9fe6c85c162d')
-
-prepare() {
-  mv -v "${pkgname}-${_ver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --enable-portaudio \
-  --enable-portmidi \
-  --without-local-portaudio \
-  --without-local-portmidi \
-  --enable-fftw \
-  --without-local-portaudio
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # license
-  install -vDm 644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # desktop file
-  install -vDm 644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  # icon from puredata.info
-  # https://puredata.info/Members/claudiusmaximus/icons/index_html/
-  install -vDm 644 "${srcdir}/${pkgname}.png" \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  # readme
-  install -vDm 644 README.txt "${pkgdir}/usr/share/doc/${pgkname}/README.txt"
-  # fix broken symlink
-  rm -v "${pkgdir}/usr/lib/${pkgname}/bin/${pkgname}"
-  ln -sv "/usr/bin/${pkgname}" "${pkgdir}/usr/lib/${pkgname}/bin/${pkgname}"
-}

Copied: pd/repos/community-x86_64/PKGBUILD (from rev 339539, pd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 19:52:23 UTC (rev 339540)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: TDY 
+# Contributor: Shinlun Hsieh 
+
+pkgname=pd
+pkgver=0.48.1
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=4
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('x86_64')
+url="http://msp.ucsd.edu/software.html;
+license=('custom:BSD')
+groups=('pro-audio')
+depends=('fftw' 'portaudio' 'tk')
+makedepends=('portmidi')
+optdepends=('portmidi: for alternative portmidi support')
+provides=('puredata')
+source=("http://msp.ucsd.edu/Software/${pkgname}-${_ver}.src.tar.gz;
+"${pkgname}.desktop"
+"${pkgname}.png")
+sha512sums=('69415793b6ecfcde4fbe2e0c30104236958fb79fd241cfad4ad0616934b3d8749e893c83b81a560339193e9ca5ab24baaca3b7ccd6f9021c54c9d2ac753a34e8'
+
'4d3596b337456117ecdf0f1709358b4298198e0b347cb13b884e35ad2f2f667561a10b44683cf916c1da123daebee7141e9ab8bd89405a579b69d30b0e718f37'
+
'61300b58f10018b0bd28424ac00d1b8158f8ace9855742e19e48c98f915cabcade6c6041460aa795005c0fb6abc93e7116fc6d00116c9fe6c85c162d')
+
+prepare() {
+  mv -v "${pkgname}-${_ver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --enable-alsa \
+  --enable-jack \
+  --enable-portaudio \
+  --enable-portmidi \
+  --without-local-portaudio \
+  --without-local-portmidi \
+  --enable-fftw \
+  --without-local-portaudio
+  make
+}
+
+package() {

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

2018-06-03 Thread David Runge via arch-commits
Date: Sunday, June 3, 2018 @ 19:52:13
  Author: dvzrv
Revision: 339539

upgpkg: pd 0.48.1-4

Adding to pro-audio group. Removing redundant depends on jack.

Modified:
  pd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 19:51:33 UTC (rev 339538)
+++ PKGBUILD2018-06-03 19:52:13 UTC (rev 339539)
@@ -7,12 +7,13 @@
 pkgname=pd
 pkgver=0.48.1
 _ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=3
+pkgrel=4
 pkgdesc="The Pure Data real-time music and multimedia environment"
 arch=('x86_64')
 url="http://msp.ucsd.edu/software.html;
 license=('custom:BSD')
-depends=('fftw' 'jack' 'portaudio' 'tk')
+groups=('pro-audio')
+depends=('fftw' 'portaudio' 'tk')
 makedepends=('portmidi')
 optdepends=('portmidi: for alternative portmidi support')
 provides=('puredata')


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

2018-06-03 Thread David Runge via arch-commits
Date: Sunday, June 3, 2018 @ 19:51:33
  Author: dvzrv
Revision: 339538

archrelease: copy trunk to community-x86_64

Added:
  pound/repos/community-x86_64/PKGBUILD
(from rev 339537, pound/trunk/PKGBUILD)
  pound/repos/community-x86_64/pound.cfg
(from rev 339537, pound/trunk/pound.cfg)
  pound/repos/community-x86_64/pound.service
(from rev 339537, pound/trunk/pound.service)
Deleted:
  pound/repos/community-x86_64/PKGBUILD
  pound/repos/community-x86_64/pound.cfg
  pound/repos/community-x86_64/pound.service

---+
 PKGBUILD  |  122 
 pound.cfg |  170 
 pound.service |   38 ++--
 3 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 19:48:27 UTC (rev 339537)
+++ PKGBUILD2018-06-03 19:51:33 UTC (rev 339538)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Sergej Pupykin 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Roberto Alsina 
-
-_name=Pound
-pkgname=pound
-pkgver=2.7
-pkgrel=7
-pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
-arch=('x86_64')
-url="http://www.apsis.ch/pound/index_html;
-license=('GPL3')
-depends=('gperftools' 'pcre' 'openssl-1.0')
-backup=('etc/pound/pound.cfg')
-# switch to https://github.com/graygnuorg/pound for openssl
-source=("http://www.apsis.ch/${pkgname}/${_name}-${pkgver}.tgz;
-
"${_name}-${pkgver}.tgz.asc::http://www.apsis.ch/${pkgname}/${_name}-${pkgver}.asc;
-"${pkgname}.service"
-"${pkgname}.cfg")
-sha512sums=('3edfb948715ff7e38b7665cc083eb5619daf4c2ddda4efca2bcf5d8c1ee158fa5275b16bbaea4cf51bf3f8c022ba2197d5f67d57732404a448ae00e62aa1'
-'SKIP'
-
'7111df07cb3500c378afb19abbd1ef5f97a566101cd68712a1d6c8015f23463fc06347ec8cb189f2774c954343b8b8815416be1a4acd3ec31f20f03e90cdf603'
-
'32d33474a115dfc9d5ccc094ffdb3c367108a48976cf3e58442642dab08167cd0a1808eefa1879e3c38b607d2a6a1cd28142dbd690244368760daba1f95526f6')
-validpgpkeys=('8BB562A0F1DB703FB7EB1E95AB72C62A8691DD02') # Robert Segall 

-
-prepare() {
-  cp -av "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # use openssl-1.0 to generate dhparam
-  sed -e 's/openssl/openssl-1.0/' -i Makefile.in
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  CPPFLAGS+=" -I/usr/include/openssl-1.0" \
-  LDFLAGS+=" -L/usr/lib/openssl-1.0" \
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc/pound \
-  --bindir=/usr/bin \
-  --sbindir=/usr/bin \
-  --with-ssl='/usr/lib/openssl-1.0' \
-  --with-owner=root \
-  --with-group=root
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  # configuration
-  install -vDm 0644 "${srcdir}/${pkgname}.cfg" \
-"${pkgdir}/etc/${pkgname}/${pkgname}.cfg"
-  # systemd service
-  install -vDm 0644 "$srcdir/${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  # docs
-  install -vDm 0644 {CHANGELOG,FAQ,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: pound/repos/community-x86_64/PKGBUILD (from rev 339537, 
pound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 19:51:33 UTC (rev 339538)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Sergej Pupykin 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Roberto Alsina 
+
+_name=Pound
+pkgname=pound
+pkgver=2.8
+pkgrel=1
+pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
+arch=('x86_64')
+url="http://www.apsis.ch/pound/index_html;
+license=('GPL3')
+depends=('gperftools' 'pcre' 'openssl-1.0')
+backup=('etc/pound/pound.cfg')
+# switch to https://github.com/graygnuorg/pound for openssl
+source=("http://www.apsis.ch/${pkgname}/${_name}-${pkgver}.tgz;
+
"${_name}-${pkgver}.tgz.asc::http://www.apsis.ch/${pkgname}/${_name}-${pkgver}.asc;
+"${pkgname}.service"
+"${pkgname}.cfg")
+sha512sums=('cf0b865b17d3628e273626e07733f1320e4768702c0f64c8ef0f78d46667f770b223bdc7dca88016a95e5ebd23ae646f95a9b2f4a54a5a80001a10047f07eacc'
+'SKIP'
+
'7111df07cb3500c378afb19abbd1ef5f97a566101cd68712a1d6c8015f23463fc06347ec8cb189f2774c954343b8b8815416be1a4acd3ec31f20f03e90cdf603'
+
'32d33474a115dfc9d5ccc094ffdb3c367108a48976cf3e58442642dab08167cd0a1808eefa1879e3c38b607d2a6a1cd28142dbd690244368760daba1f95526f6')
+validpgpkeys=('8BB562A0F1DB703FB7EB1E95AB72C62A8691DD02') # Robert Segall 

+
+prepare() {
+  cp -av "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # use openssl-1.0 to generate dhparam
+  sed -e 's/openssl/openssl-1.0/' -i Makefile.in
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CPPFLAGS+=" -I/usr/include/openssl-1.0" 

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

2018-06-03 Thread Antonio Rojas via arch-commits
Date: Sunday, June 3, 2018 @ 19:48:27
  Author: arojas
Revision: 339537

archrelease: copy trunk to community-any

Added:
  hyphen-hu/repos/community-any/PKGBUILD
(from rev 339536, hyphen-hu/trunk/PKGBUILD)
Deleted:
  hyphen-hu/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 19:47:53 UTC (rev 339536)
+++ PKGBUILD2018-06-03 19:48:27 UTC (rev 339537)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: György Balló 
-
-pkgname=hyphen-hu
-pkgver=20100512
-pkgrel=2
-pkgdesc="Hungarian hyphenation rules"
-arch=('any')
-url="http://extensions.services.openoffice.org/project/hu_dicts;
-license=('LGPL' 'GPL' 'MPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(http://pkgs.fedoraproject.org/repo/pkgs/mythes-hu/dict-hu.oxt/3974adee5dccc005caef2ff9db007e11/dict-hu.oxt)
-md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb')
-
-package() {
-  cd "$srcdir"
-  install -Dm0644 hyph_hu_HU.dic $pkgdir/usr/share/hyphen/hyph_hu_HU.dic
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hyphen/*; do
-  ln -sv /usr/share/hyphen/$(basename $file) .
-done
-  popd
-
-  install -Dm0644 README_hyph_hu_HU.txt 
$pkgdir/usr/share/doc/$pkgname/README_hyph_hu_HU.txt
-}

Copied: hyphen-hu/repos/community-any/PKGBUILD (from rev 339536, 
hyphen-hu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 19:48:27 UTC (rev 339537)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: György Balló 
+
+pkgname=hyphen-hu
+pkgver=20100512
+pkgrel=3
+pkgdesc="Hungarian hyphenation rules"
+arch=('any')
+url="http://extensions.services.openoffice.org/project/hu_dicts;
+license=('LGPL' 'GPL' 'MPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(http://pkgs.fedoraproject.org/repo/pkgs/mythes-hu/dict-hu.oxt/3974adee5dccc005caef2ff9db007e11/dict-hu.oxt)
+md5sums=('3974adee5dccc005caef2ff9db007e11')
+
+package() {
+  cd "$srcdir"
+  install -Dm0644 hyph_hu_HU.dic $pkgdir/usr/share/hyphen/hyph_hu_HU.dic
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename $file) .
+done
+  popd
+
+  install -Dm0644 README_hyph_hu_HU.txt 
$pkgdir/usr/share/doc/$pkgname/README_hyph_hu_HU.txt
+}


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

2018-06-03 Thread Antonio Rojas via arch-commits
Date: Sunday, June 3, 2018 @ 19:47:53
  Author: arojas
Revision: 339536

Fix checksum (FS#58818)

Modified:
  hyphen-hu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 19:25:13 UTC (rev 339535)
+++ PKGBUILD2018-06-03 19:47:53 UTC (rev 339536)
@@ -4,7 +4,7 @@
 
 pkgname=hyphen-hu
 pkgver=20100512
-pkgrel=2
+pkgrel=3
 pkgdesc="Hungarian hyphenation rules"
 arch=('any')
 url="http://extensions.services.openoffice.org/project/hu_dicts;
@@ -11,7 +11,7 @@
 license=('LGPL' 'GPL' 'MPL')
 optdepends=('hyphen: offers hyphenation library functions')
 
source=(http://pkgs.fedoraproject.org/repo/pkgs/mythes-hu/dict-hu.oxt/3974adee5dccc005caef2ff9db007e11/dict-hu.oxt)
-md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb')
+md5sums=('3974adee5dccc005caef2ff9db007e11')
 
 package() {
   cd "$srcdir"


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

2018-06-03 Thread David Runge via arch-commits
Date: Sunday, June 3, 2018 @ 19:25:13
  Author: dvzrv
Revision: 339535

upgpkg: pound 2.8-1

Upgrading to 2.8.

Modified:
  pound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 19:12:43 UTC (rev 339534)
+++ PKGBUILD2018-06-03 19:25:13 UTC (rev 339535)
@@ -6,8 +6,8 @@
 
 _name=Pound
 pkgname=pound
-pkgver=2.7
-pkgrel=7
+pkgver=2.8
+pkgrel=1
 pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
 arch=('x86_64')
 url="http://www.apsis.ch/pound/index_html;
@@ -19,7 +19,7 @@
 
"${_name}-${pkgver}.tgz.asc::http://www.apsis.ch/${pkgname}/${_name}-${pkgver}.asc;
 "${pkgname}.service"
 "${pkgname}.cfg")
-sha512sums=('3edfb948715ff7e38b7665cc083eb5619daf4c2ddda4efca2bcf5d8c1ee158fa5275b16bbaea4cf51bf3f8c022ba2197d5f67d57732404a448ae00e62aa1'
+sha512sums=('cf0b865b17d3628e273626e07733f1320e4768702c0f64c8ef0f78d46667f770b223bdc7dca88016a95e5ebd23ae646f95a9b2f4a54a5a80001a10047f07eacc'
 'SKIP'
 
'7111df07cb3500c378afb19abbd1ef5f97a566101cd68712a1d6c8015f23463fc06347ec8cb189f2774c954343b8b8815416be1a4acd3ec31f20f03e90cdf603'
 
'32d33474a115dfc9d5ccc094ffdb3c367108a48976cf3e58442642dab08167cd0a1808eefa1879e3c38b607d2a6a1cd28142dbd690244368760daba1f95526f6')
@@ -50,12 +50,12 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir" install
   # configuration
-  install -vDm 0644 "${srcdir}/${pkgname}.cfg" \
+  install -vDm 644 "${srcdir}/${pkgname}.cfg" \
 "${pkgdir}/etc/${pkgname}/${pkgname}.cfg"
   # systemd service
-  install -vDm 0644 "$srcdir/${pkgname}.service" \
+  install -vDm 644 "$srcdir/${pkgname}.service" \
 "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
   # docs
-  install -vDm 0644 {CHANGELOG,FAQ,README} \
+  install -vDm 644 {CHANGELOG,FAQ,README} \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


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

2018-06-03 Thread David Runge via arch-commits
Date: Sunday, June 3, 2018 @ 19:12:43
  Author: dvzrv
Revision: 339534

upgpkg: meterbridge 0.9.2-3

Adding to pro-audio group.

Modified:
  meterbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 18:58:47 UTC (rev 339533)
+++ PKGBUILD2018-06-03 19:12:43 UTC (rev 339534)
@@ -4,11 +4,12 @@
 
 pkgname=meterbridge
 pkgver=0.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Collection of Audio meters for the JACK audio server"
 arch=('x86_64')
 url="http://plugin.org.uk/meterbridge/;
 license=('GPL')
+groups=('pro-audio')
 depends=('jack' 'sdl_image')
 source=("http://plugin.org.uk/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'c99-inline-fix.patch')


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

2018-06-03 Thread Felix Yan via arch-commits
Date: Sunday, June 3, 2018 @ 18:58:47
  Author: felixonmars
Revision: 339533

archrelease: copy trunk to community-x86_64

Added:
  gtk2fontsel/repos/community-x86_64/PKGBUILD
(from rev 339532, gtk2fontsel/trunk/PKGBUILD)
  gtk2fontsel/repos/community-x86_64/gtk2fontsel.desktop
(from rev 339532, gtk2fontsel/trunk/gtk2fontsel.desktop)
Deleted:
  gtk2fontsel/repos/community-x86_64/PKGBUILD
  gtk2fontsel/repos/community-x86_64/gtk2fontsel.desktop

-+
 PKGBUILD|   60 +-
 gtk2fontsel.desktop |   18 +++
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 18:58:34 UTC (rev 339532)
+++ PKGBUILD2018-06-03 18:58:47 UTC (rev 339533)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gtk2fontsel
-pkgver=0.1
-pkgrel=5
-pkgdesc="Font selection and preview tool"
-arch=('i686' 'x86_64')
-url="http://gtk2fontsel.sourceforge.net/;
-license=('GPL')
-depends=('gtk2')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
gtk2fontsel.desktop)
-sha256sums=('5cd6396fc3c6e7f9bc358cc5ad30592ba446cdb0138a811216497b6453905a68'
-'b827567c26b929256c5df3837019d7f9531ecf5ba5d7ba4a16f339ea0288d332')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make prefix=${pkgdir}/usr install
-  install -D -m644 ${srcdir}/gtk2fontsel.desktop \
-${pkgdir}/usr/share/applications/gtk2fontsel.desktop
-}

Copied: gtk2fontsel/repos/community-x86_64/PKGBUILD (from rev 339532, 
gtk2fontsel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 18:58:47 UTC (rev 339533)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gtk2fontsel
+pkgver=0.1
+pkgrel=6
+pkgdesc="Font selection and preview tool"
+arch=('x86_64')
+url="http://gtk2fontsel.sourceforge.net/;
+license=('GPL')
+depends=('gtk2')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
gtk2fontsel.desktop)
+sha512sums=('5854777853bd41da7465321bf0f73062b98979bbecc727c3a611aa193e4d436d388fea9492b8bb11f26fa97cd4a7716c34b6a621c0a6448708ca207493998294'
+
'201eb71a75529e49b22f3b5c003355925e54ddbee7b602bc712806412ec44099eeff4152026869caf225955598c49e9c74ef96044ec50db70fb740160440eb95')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  install -D -m644 ${srcdir}/gtk2fontsel.desktop \
+${pkgdir}/usr/share/applications/gtk2fontsel.desktop
+}

Deleted: gtk2fontsel.desktop
===
--- gtk2fontsel.desktop 2018-06-03 18:58:34 UTC (rev 339532)
+++ gtk2fontsel.desktop 2018-06-03 18:58:47 UTC (rev 339533)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=gtk2fontsel
-GenericName=gtk2fontsel
-Exec=gtk2fontsel
-Terminal=false
-Type=Application
-Categories=System;GTK;
-Comment=Font selection and preview tool

Copied: gtk2fontsel/repos/community-x86_64/gtk2fontsel.desktop (from rev 
339532, gtk2fontsel/trunk/gtk2fontsel.desktop)
===
--- gtk2fontsel.desktop (rev 0)
+++ gtk2fontsel.desktop 2018-06-03 18:58:47 UTC (rev 339533)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=gtk2fontsel
+GenericName=gtk2fontsel
+Exec=gtk2fontsel
+Terminal=false
+Type=Application
+Categories=System;GTK;
+Comment=Font selection and preview tool


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

2018-06-03 Thread Felix Yan via arch-commits
Date: Sunday, June 3, 2018 @ 18:58:34
  Author: felixonmars
Revision: 339532

upgpkg: gtk2fontsel 0.1-6

BUILDINFO Rebuild

Modified:
  gtk2fontsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 18:58:30 UTC (rev 339531)
+++ PKGBUILD2018-06-03 18:58:34 UTC (rev 339532)
@@ -4,7 +4,7 @@
 
 pkgname=gtk2fontsel
 pkgver=0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Font selection and preview tool"
 arch=('x86_64')
 url="http://gtk2fontsel.sourceforge.net/;
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('gtk2')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
gtk2fontsel.desktop)
-sha256sums=('5cd6396fc3c6e7f9bc358cc5ad30592ba446cdb0138a811216497b6453905a68'
-'b827567c26b929256c5df3837019d7f9531ecf5ba5d7ba4a16f339ea0288d332')
+sha512sums=('5854777853bd41da7465321bf0f73062b98979bbecc727c3a611aa193e4d436d388fea9492b8bb11f26fa97cd4a7716c34b6a621c0a6448708ca207493998294'
+
'201eb71a75529e49b22f3b5c003355925e54ddbee7b602bc712806412ec44099eeff4152026869caf225955598c49e9c74ef96044ec50db70fb740160440eb95')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver


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

2018-06-03 Thread Felix Yan via arch-commits
Date: Sunday, June 3, 2018 @ 18:58:16
  Author: felixonmars
Revision: 339530

upgpkg: gpg-crypter 0.4.1-3

BUILDINFO Rebuild

Modified:
  gpg-crypter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 18:58:11 UTC (rev 339529)
+++ PKGBUILD2018-06-03 18:58:16 UTC (rev 339530)
@@ -5,7 +5,7 @@
 
 pkgname=gpg-crypter
 pkgver=0.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and 
libgpgme"
 arch=('x86_64')
 url="http://gpg-crypter.sourceforge.net/;
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 changelog=$pkgname.changelog
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7e2b27bf4a27ecbb07bce9cd40d1c08477a3bd065ba7d1a75d1732e4bdc023')
+sha512sums=('300f1c313fb9f6cc5a1def24e2783cd4b40a8ed1f81b35201399374817b314c1e21bb0fd1dda10ba78f6dc6ffdbf5b26ffb57734eb1cb644650db7f97de7bb23')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver


  1   2   3   4   5   6   7   8   9   >