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

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Wednesday, June 27, 2018 @ 04:45:05
  Author: tpowa
Revision: 327670

archrelease: copy trunk to extra-x86_64

Added:
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 327669, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch
(from rev 327669, cifs-utils/trunk/fix-5.9-credentials.patch)
Deleted:
  cifs-utils/repos/extra-x86_64/PKGBUILD
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch

---+
 PKGBUILD  |   73 ++--
 fix-5.9-credentials.patch |   32 +--
 2 files changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-27 04:44:57 UTC (rev 327669)
+++ PKGBUILD2018-06-27 04:45:05 UTC (rev 327670)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=cifs-utils
-pkgver=6.8
-pkgrel=1
-pkgdesc="CIFS filesystem user-space tools"
-arch=(x86_64)
-url="http://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
-source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
-validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  autoreconf -i
-  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
-  mkdir -p $pkgdir/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.idmap.conf 
$pkgdir/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.spnego.conf 
$pkgdir/etc/request-key.d
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/usr/bin/mount.cifs
-  # fix idmap-plugin #42052
-  mkdir -p $pkgdir/etc/cifs-utils
-  ln -s /usr/lib/cifs-utils/idmapwb.so ${pkgdir}/etc/cifs-utils/idmap-plugin
-}
-md5sums=('a385d60293e6f9e4cb0d4ac2093990d8'
- 'SKIP')

Copied: cifs-utils/repos/extra-x86_64/PKGBUILD (from rev 327669, 
cifs-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-27 04:45:05 UTC (rev 327670)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=cifs-utils
+pkgver=6.8
+pkgrel=2
+pkgdesc="CIFS filesystem user-space tools"
+arch=(x86_64)
+url="http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
+makedepends=('python-docutils')
+source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
+validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  autoreconf -i
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
+  mkdir -p $pkgdir/etc/request-key.d
+  install -m 644 contrib/request-key.d/cifs.idmap.conf 
$pkgdir/etc/request-key.d
+  install -m 644 contrib/request-key.d/cifs.spnego.conf 
$pkgdir/etc/request-key.d
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+  # fix idmap-plugin #42052
+  mkdir -p $pkgdir/etc/cifs-utils
+  ln -s /usr/lib/cifs-utils/idmapwb.so ${pkgdir}/etc/cifs-utils/idmap-plugin
+}
+md5sums=('a385d60293e6f9e4cb0d4ac2093990d8'
+ 'SKIP')

Deleted: fix-5.9-credentials.patch
===
--- fix-5.9-credentials.patch   2018-06-27 04:44:57 UTC (rev 327669)
+++ fix-5.9-credentials.patch   2018-06-27 04:45:05 UTC (rev 327670)
@@ -1,16 +0,0 @@
-X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
-
-diff --git a/mount.cifs.c b/mount.cifs.c
-index c7c3055..40b77e9 100644
 a/mount.cifs.c
-+++ b/mount.cifs.c
-@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
-   switch (parse_cred_line(line_buf + i, _val)) {
-   case CRED_USER:
-   strlcpy(parsed_info->username, temp_val,
--  sizeof(parsed_info->domain));
-+  sizeof(parsed_info->username));
-+  parsed_info->got_user = 1;
-   break;
-   case CRED_PASS:
-   i = 

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

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Wednesday, June 27, 2018 @ 04:44:57
  Author: tpowa
Revision: 327669

upgpkg: cifs-utils 6.8-2

add manpages again #59147

Modified:
  cifs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 04:39:56 UTC (rev 327668)
+++ PKGBUILD2018-06-27 04:44:57 UTC (rev 327669)
@@ -2,12 +2,13 @@
 # Maintainer: Tobias Powalowski 
 pkgname=cifs-utils
 pkgver=6.8
-pkgrel=1
+pkgrel=2
 pkgdesc="CIFS filesystem user-space tools"
 arch=(x86_64)
 url="http://wiki.samba.org/index.php/LinuxCIFS_utils;
 license=('GPL')
 depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
+makedepends=('python-docutils')
 
source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
 validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
 


[arch-commits] Commit in samba/repos/extra-x86_64 (24 files)

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Wednesday, June 27, 2018 @ 04:39:56
  Author: tpowa
Revision: 327668

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  472 ++---
 nmbd.service |   24 +-
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +-
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +-
 12 files changed, 341 insertions(+), 339 deletions(-)

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

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

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Wednesday, June 27, 2018 @ 04:39:38
  Author: tpowa
Revision: 327667

upgpkg: samba 4.8.3-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 04:30:42 UTC (rev 327666)
+++ PKGBUILD2018-06-27 04:39:38 UTC (rev 327667)
@@ -10,8 +10,8 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.8.2
-pkgrel=2
+pkgver=4.8.3
+pkgrel=1
 arch=(x86_64)
 url="http://www.samba.org;
 license=('GPL3')
@@ -56,6 +56,7 @@
  cd ${srcdir}/samba-${pkgver}
   ./configure --enable-fhs \
   --prefix=/usr \
+  --sysconfdir=/etc \
   --sbindir=/usr/bin \
   --libdir=/usr/lib \
  --libexecdir=/usr/lib/samba \
@@ -224,11 +225,12 @@
   install -d -m1777 ${pkgdir}/var/spool/samba
   
   rm -rf ${pkgdir}/var/run
+  rm -rf ${pkgdir}/etc/sysconfig
   
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${pkgver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('417c065455f8948d1de2be4edd074390'
+md5sums=('67f271ed6b793c2acfe014b5b8f0cca8'
  'SKIP'
  '995621522c6ec9b68c1b858ceed627ed'
  '96f82c38f3f540b53f3e5144900acf17'


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Wednesday, June 27, 2018 @ 04:30:42
  Author: heftig
Revision: 327666

sha256sum changed (tar contents identical)

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 02:11:39 UTC (rev 327665)
+++ PKGBUILD2018-06-27 04:30:42 UTC (rev 327666)
@@ -15,7 +15,7 @@
 options=(!strip !makeflags staticlibs)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
 certdata2pem.py bundle.sh)
-sha256sums=('b7d9270c44d62e681af68f09d30d242f80fd38be634b8cc863da26276b0f6a1d'
+sha256sums=('2c643d3c08d6935f4d325f40743719b6990aa25a79ec2f8f712c99d086672f62'
 '512b12a2f13129be62c008b4df0153f527dd7d71c2c5183de99dfa2a1c49dd8a'
 '3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
 


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 04:06:42
  Author: felixonmars
Revision: 346310

upgpkg: haskell-gauge 0.2.2-1

Modified:
  haskell-gauge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 02:25:29 UTC (rev 346309)
+++ PKGBUILD2018-06-27 04:06:42 UTC (rev 346310)
@@ -4,19 +4,19 @@
 
 _hkgname=gauge
 pkgname=haskell-gauge
-pkgver=0.2.1
-pkgrel=19
+pkgver=0.2.2
+pkgrel=1
 pkgdesc="Small framework for performance measurement and analysis"
 url="https://github.com/vincenthz/hs-gauge;
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-basement' 'haskell-vector')
-makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit')
+makedepends=('ghc' 'haskell-foundation')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('5a969a8eb67de4005b82d8bc34aebaaf0da4be119d412d5d07c8b4e63825ef705634e53ea80e3d95694573700a20c9a0ae7c53d8c4d623b4d339874b600b3382')
+sha512sums=('2b66f60505fcb4966ab969b22d879a08d12301cdab7a6022feda963297c43cd41aef783c5aa50356e6be55841ebca50907a981e37854300e6e3e28b9324d8c12')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
@@ -35,7 +35,7 @@
 }
 
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 04:07:02
  Author: felixonmars
Revision: 346311

archrelease: copy trunk to community-x86_64

Added:
  haskell-gauge/repos/community-x86_64/PKGBUILD
(from rev 346310, haskell-gauge/trunk/PKGBUILD)
Deleted:
  haskell-gauge/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-27 04:06:42 UTC (rev 346310)
+++ PKGBUILD2018-06-27 04:07:02 UTC (rev 346311)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=gauge
-pkgname=haskell-gauge
-pkgver=0.2.1
-pkgrel=19
-pkgdesc="Small framework for performance measurement and analysis"
-url="https://github.com/vincenthz/hs-gauge;
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-basement' 'haskell-vector')
-makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('5a969a8eb67de4005b82d8bc34aebaaf0da4be119d412d5d07c8b4e63825ef705634e53ea80e3d95694573700a20c9a0ae7c53d8c4d623b4d339874b600b3382')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--fanalysis
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-gauge/repos/community-x86_64/PKGBUILD (from rev 346310, 
haskell-gauge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-27 04:07:02 UTC (rev 346311)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gauge
+pkgname=haskell-gauge
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Small framework for performance measurement and analysis"
+url="https://github.com/vincenthz/hs-gauge;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-basement' 'haskell-vector')
+makedepends=('ghc' 'haskell-foundation')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2b66f60505fcb4966ab969b22d879a08d12301cdab7a6022feda963297c43cd41aef783c5aa50356e6be55841ebca50907a981e37854300e6e3e28b9324d8c12')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fanalysis
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 02:25:29
  Author: felixonmars
Revision: 346309

archrelease: copy trunk to community-x86_64

Added:
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 346308, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-x86_64/ghc-8.4.patch
(from rev 346308, git-annex/trunk/ghc-8.4.patch)
Deleted:
  git-annex/repos/community-x86_64/PKGBUILD
  git-annex/repos/community-x86_64/ghc-8.4.patch

---+
 PKGBUILD  |  115 --
 ghc-8.4.patch |  242 
 2 files changed, 175 insertions(+), 182 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-27 02:25:03 UTC (rev 346308)
+++ PKGBUILD2018-06-27 02:25:29 UTC (rev 346309)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20180529
-pkgrel=21
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
- 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
- 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
- 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
- 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
- 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
- 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
- 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
- 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints'
- 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
- 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
- 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
- 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
- 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
- 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup'
- 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
- 'haskell-torrent' 'haskell-unix-compat' 'haskell-unordered-containers'
- 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
- 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
- 'haskell-yesod-static')
-makedepends=('chrpath' 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;
-ghc-8.4.patch)
-sha512sums=('SKIP'
-
'b73ccbe31b1f792522f3e1a98c43cdd1d6bc92cb42a6ef4d71e1966465e55973b04dd4e23c5aecf6b09565a28c2ff43bcca32b50a4e8a2d1b71fc5f4633783cf')
-
-prepare() {
-  cd git-annex
-  patch -p1 -i ../ghc-8.4.patch
-}
-
-build() {
-  cd git-annex
-
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
---docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri -fconcurrentoutput -ftorrentparser \
--f-androidsplice -f-android -fproduction -fpairing -fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
-
-  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 346308, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-27 02:25:29 UTC (rev 346309)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180626
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns'
+ 'haskell-edit-distance' 'haskell-esqueleto' 'haskell-exceptions' 

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

2018-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 02:25:03
  Author: felixonmars
Revision: 346308

upgpkg: git-annex 6.20180626-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 02:15:00 UTC (rev 346307)
+++ PKGBUILD2018-06-27 02:25:03 UTC (rev 346308)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20180529
-pkgrel=21
+pkgver=6.20180626
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")
@@ -11,19 +11,19 @@
 arch=('x86_64')
 depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
  'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
- 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
- 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
- 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
- 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
- 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
- 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
- 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints'
- 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
- 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
- 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
- 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
- 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
- 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns'
+ 'haskell-edit-distance' 'haskell-esqueleto' 'haskell-exceptions' 
'haskell-fdo-notify'
+ 'haskell-feed' 'haskell-hinotify' 'haskell-hslogger' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-ifelse'
+ 'haskell-magic' 'haskell-memory' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-mountpoints' 'haskell-network' 'haskell-network-info' 
'haskell-network-multicast'
+ 'haskell-network-uri' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-path-pieces' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
  'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
  'haskell-torrent' 'haskell-unix-compat' 'haskell-unordered-containers'
  'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
@@ -30,16 +30,9 @@
  'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
  'haskell-yesod-static')
 makedepends=('chrpath' 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;
-ghc-8.4.patch)
-sha512sums=('SKIP'
-
'b73ccbe31b1f792522f3e1a98c43cdd1d6bc92cb42a6ef4d71e1966465e55973b04dd4e23c5aecf6b09565a28c2ff43bcca32b50a4e8a2d1b71fc5f4633783cf')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
 
-prepare() {
-  cd git-annex
-  patch -p1 -i ../ghc-8.4.patch
-}
-
 build() {
   cd git-annex
 


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 02:15:00
  Author: felixonmars
Revision: 346307

archrelease: copy trunk to community-x86_64

Added:
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 346306, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-27 02:14:38 UTC (rev 346306)
+++ PKGBUILD2018-06-27 02:15:00 UTC (rev 346307)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.3.8
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('4cda04937ab27fc7b701f116061342a38d8d41b863898c2826cee2924f3e300b2ce1078b4e4ac29fe9f85daeb232a2df0e88c38bb6a9606ba31c0df0e7d666bd')
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 346306, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-27 02:15:00 UTC (rev 346307)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.3.9
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('e831842c41da7909f6f79db008e22567e5403676f617019c5a4b4c0fea4b530abdbf11a7a927fc10b43bb7ee807108bcc51a28074eeec873141cd7775bf3db15')
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 02:14:38
  Author: felixonmars
Revision: 346306

upgpkg: deepin-launcher 4.3.9-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 02:11:40 UTC (rev 346305)
+++ PKGBUILD2018-06-27 02:14:38 UTC (rev 346306)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.3.8
+pkgver=4.3.9
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('4cda04937ab27fc7b701f116061342a38d8d41b863898c2826cee2924f3e300b2ce1078b4e4ac29fe9f85daeb232a2df0e88c38bb6a9606ba31c0df0e7d666bd')
+sha512sums=('e831842c41da7909f6f79db008e22567e5403676f617019c5a4b4c0fea4b530abdbf11a7a927fc10b43bb7ee807108bcc51a28074eeec873141cd7775bf3db15')
 
 build() {
   cd dde-launcher-$pkgver


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 02:11:40
  Author: felixonmars
Revision: 346305

archrelease: copy trunk to community-x86_64

Added:
  python-pymongo/repos/community-x86_64/PKGBUILD
(from rev 346304, python-pymongo/trunk/PKGBUILD)
Deleted:
  python-pymongo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-27 02:11:21 UTC (rev 346304)
+++ PKGBUILD2018-06-27 02:11:40 UTC (rev 346305)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: Thomas S Hatch 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 
'python2-monotonic' 'python-pifpaf')
-checkdepends_x86_64=('mongodb')
-source=("https://pypi.io/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha512sums=('c41b82b810b79f43c1ed313504eea0a356989933b0394209014ccb38149d8bd31f4a0b26bee9a7b96ae68b47dd8c04e36e2abbebe8e1e76e5f6b129e879f166a')
-
-prepare() {
-  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
-}
-
-build() {
-  cd "$srcdir"/pymongo-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pymongo2-$pkgver
-  python2 setup.py build
-}
-
-check_x86_64() {
-  export DB_PORT=29000
-
-  cd "$srcdir"/pymongo-$pkgver
-  pifpaf run mongodb python setup.py test
-
-  cd "$srcdir"/pymongo2-$pkgver
-  pifpaf run mongodb python2 setup.py test
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-  optdepends=('python2-monotonic: enable support for a monotonic clock')
-
-  cd "pymongo2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd "pymongo-$pkgver"
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-x86_64/PKGBUILD (from rev 346304, 
python-pymongo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-27 02:11:40 UTC (rev 346305)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: Thomas S Hatch 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 
'python2-monotonic' 'pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("https://pypi.io/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
+sha512sums=('c958c4c9f18e025104fb48dd31cddf40052bff325308bbae7046ad1fdff26c84974634c6328bd897adcce46b9439eace30318f104decd684120ff300ab94')
+
+prepare() {
+  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
+}
+
+build() {
+  cd "$srcdir"/pymongo-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pymongo2-$pkgver
+  python2 setup.py build
+}
+
+check_x86_64() {
+  export DB_PORT=29000
+
+  cd "$srcdir"/pymongo-$pkgver
+  pifpaf run mongodb python setup.py test
+
+  cd "$srcdir"/pymongo2-$pkgver
+  pifpaf run mongodb python2 setup.py test
+}
+
+package_python2-pymongo() {
+  depends=('python2')
+  optdepends=('python2-monotonic: enable support for a monotonic clock')
+
+  cd "pymongo2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
+}
+
+package_python-pymongo() {
+  depends=('python')
+
+  cd "pymongo-$pkgver"
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 02:11:39
  Author: felixonmars
Revision: 327665

archrelease: copy trunk to testing-x86_64

Added:
  ndctl/repos/testing-x86_64/PKGBUILD
(from rev 327664, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-27 02:11:20 UTC (rev 327664)
+++ PKGBUILD2018-06-27 02:11:39 UTC (rev 327665)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=61
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
-makedepends=('asciidoc' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('9c7c2213ff7704761f727c6a3ff3826aeebbb01921c2fcd6696ffa82a1b00b7c06e4ec2b05820d9cd4b47ae10fc303d7fffdd49648f1013d70f2f305d9bd7a41')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/testing-x86_64/PKGBUILD (from rev 327664, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-27 02:11:39 UTC (rev 327665)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=61.1
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
+makedepends=('asciidoc' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('f45bde2dff805cce844e6266456b4a233784c57c648014e487020a259c70aac5e57f188dff719304796b2789f8d4ec8bbd611791f33b3ee9ef09b7df4936b25b')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 02:11:21
  Author: felixonmars
Revision: 346304

upgpkg: python-pymongo 3.7.0-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 22:38:15 UTC (rev 346303)
+++ PKGBUILD2018-06-27 02:11:21 UTC (rev 346304)
@@ -6,7 +6,7 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.6.1
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64')
@@ -13,10 +13,10 @@
 license=('APACHE')
 url='http://pypi.python.org/pypi/pymongo/'
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 
'python2-monotonic' 'python-pifpaf')
+checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 
'python2-monotonic' 'pifpaf')
 checkdepends_x86_64=('mongodb')
 source=("https://pypi.io/packages/source/p/pymongo/pymongo-$pkgver.tar.gz;)
-sha512sums=('c41b82b810b79f43c1ed313504eea0a356989933b0394209014ccb38149d8bd31f4a0b26bee9a7b96ae68b47dd8c04e36e2abbebe8e1e76e5f6b129e879f166a')
+sha512sums=('c958c4c9f18e025104fb48dd31cddf40052bff325308bbae7046ad1fdff26c84974634c6328bd897adcce46b9439eace30318f104decd684120ff300ab94')
 
 prepare() {
   cp -a "pymongo-$pkgver" "pymongo2-$pkgver"


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 27, 2018 @ 02:11:20
  Author: felixonmars
Revision: 327664

upgpkg: ndctl 61.1-1

Modified:
  ndctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 00:59:37 UTC (rev 327663)
+++ PKGBUILD2018-06-27 02:11:20 UTC (rev 327664)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ndctl
-pkgver=61
+pkgver=61.1
 pkgrel=1
 pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
 makedepends=('asciidoc' 'xmlto' 'bash-completion')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('9c7c2213ff7704761f727c6a3ff3826aeebbb01921c2fcd6696ffa82a1b00b7c06e4ec2b05820d9cd4b47ae10fc303d7fffdd49648f1013d70f2f305d9bd7a41')
+sha512sums=('f45bde2dff805cce844e6266456b4a233784c57c648014e487020a259c70aac5e57f188dff719304796b2789f8d4ec8bbd611791f33b3ee9ef09b7df4936b25b')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-06-26 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 27, 2018 @ 00:59:37
  Author: bisson
Revision: 327663

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/PKGBUILD
(from rev 327662, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-27 00:58:31 UTC (rev 327662)
+++ PKGBUILD2018-06-27 00:59:37 UTC (rev 327663)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.26.4
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats'
-'jpegexiforient: set exif rotation tag')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('074f8527a17fc5add70018a7f3887d78d5bdf545611636b88641f27e9e844795'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 327662, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-27 00:59:37 UTC (rev 327663)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.26.4
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('074f8527a17fc5add70018a7f3887d78d5bdf545611636b88641f27e9e844795'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-06-26 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 27, 2018 @ 00:58:31
  Author: bisson
Revision: 327662

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/PKGBUILD
(from rev 327661, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-27 00:55:32 UTC (rev 327661)
+++ PKGBUILD2018-06-27 00:58:31 UTC (rev 327662)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.26.4
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats'
-'jpegexiforient: set exif rotation tag')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('074f8527a17fc5add70018a7f3887d78d5bdf545611636b88641f27e9e844795'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 327661, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-27 00:58:31 UTC (rev 327662)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.26.4
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('074f8527a17fc5add70018a7f3887d78d5bdf545611636b88641f27e9e844795'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-06-26 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 27, 2018 @ 00:55:32
  Author: bisson
Revision: 327661

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/PKGBUILD
(from rev 327660, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-27 00:55:05 UTC (rev 327660)
+++ PKGBUILD2018-06-27 00:55:32 UTC (rev 327661)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.26.3
-pkgrel=2
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats'
-'jpegexiforient: set exif rotation tag')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('3ff3e64db0811e2ff14add77d1aab4ae6d16616f5f78fe54649b49f5aa7f4a21'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 327660, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-27 00:55:32 UTC (rev 327661)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.26.4
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('074f8527a17fc5add70018a7f3887d78d5bdf545611636b88641f27e9e844795'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-06-26 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 27, 2018 @ 00:55:05
  Author: bisson
Revision: 327660

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 00:48:13 UTC (rev 327659)
+++ PKGBUILD2018-06-27 00:55:05 UTC (rev 327660)
@@ -5,8 +5,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.26.3
-pkgrel=2
+pkgver=2.26.4
+pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
 license=('custom:MIT')
@@ -17,7 +17,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('3ff3e64db0811e2ff14add77d1aab4ae6d16616f5f78fe54649b49f5aa7f4a21'
+sha256sums=('074f8527a17fc5add70018a7f3887d78d5bdf545611636b88641f27e9e844795'
 'SKIP')
 
 build() {


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

2018-06-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 26, 2018 @ 22:37:52
  Author: eschwartz
Revision: 346302

upgpkg: cinnamon-translations 3.8.2-1

upstream release

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 22:27:02 UTC (rev 346301)
+++ PKGBUILD2018-06-26 22:37:52 UTC (rev 346302)
@@ -3,7 +3,7 @@
 # Contributor: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL2')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('2f0d9dcaf02ffd77453a30d207de12f356ec474b4933f0a14851295e26e011f2d59268ee459741ec723a16192c4605f3d6be257d6472843dcda58af8e3cd')
+sha512sums=('8ed052da06764b71a344d2e8eea2d7b3132e5b185167d7d2e95b312df89e5302eeacde15d0ec337ab5573f7497be7b66db3fbfa4cb8a654e8199690315c319bb')
 
 build() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-06-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 26, 2018 @ 22:38:15
  Author: eschwartz
Revision: 346303

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 346302, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 22:37:52 UTC (rev 346302)
+++ PKGBUILD2018-06-26 22:38:15 UTC (rev 346303)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-
-pkgname=cinnamon-translations
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=('any')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL2')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('2f0d9dcaf02ffd77453a30d207de12f356ec474b4933f0a14851295e26e011f2d59268ee459741ec723a16192c4605f3d6be257d6472843dcda58af8e3cd')
-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make
-find usr -name '*bluetooth*' -delete
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-cp -r usr/ "${pkgdir}"
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 346302, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 22:38:15 UTC (rev 346303)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=3.8.2
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=('any')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL2')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('8ed052da06764b71a344d2e8eea2d7b3132e5b185167d7d2e95b312df89e5302eeacde15d0ec337ab5573f7497be7b66db3fbfa4cb8a654e8199690315c319bb')
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make
+find usr -name '*bluetooth*' -delete
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+cp -r usr/ "${pkgdir}"
+}


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-06-26 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 26, 2018 @ 22:27:02
  Author: andrewsc
Revision: 346301

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 346300, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  466 ++---
 1 file changed, 233 insertions(+), 233 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 22:26:34 UTC (rev 346300)
+++ PKGBUILD2018-06-26 22:27:02 UTC (rev 346301)
@@ -1,233 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=62.0b2
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('ff042600616d68fa9bf0a053d895e5f3d8a1b1a01899779fc0c6202eb91d2ab125818ddcdee06069947c89458583d0b495087fd2a32dc88769cac60ac3b7e464'
-
'ce1a5221a59dd473d1d055ed502f0b1f126c49da0bdd4860372677e93ea1a88c29da5e26efdc85087bb79d8027e0f978e597fa0522c91feb1a2e4d013ee98bb7'
-
'873e1b152727ba6729205ab2129418ab773b1364c502a0e79799bcc78ab18766dc565b395143c539061bb374c2bdb807d949632d4b87c6a1dd01397ad8b5'
-
'2e8b9fda7c05813c9dea7450934746d0a2cb96f44c01870ed481990c290f5a3db2d5467709dc03fce5d45e46356d65baddc87a08816c9bf0fdce5a851c027623'
-
'27211756d8ece2337c3cb903779017e6ecd7c63cd3c3cf6b234580cfc666e4f747a094f406d3520159af29b2dbc5022d30d2567c96d7ad8b68859bb4e57455bf'
-
'619de9be1db1de5dd0c8799edaeb5b9ab5e308e7313b7e0fe616b9adf4fc4980fe0e43d4dfc04b0c22c33e2527d0229f1a3c3656941fb62bd6f605dc1a92f9b1'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2018-06-26 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 26, 2018 @ 22:26:34
  Author: andrewsc
Revision: 346300

upgpkg: firefox-developer-edition-i18n 62.0b3-1

firefox-developer-edition-i18n: Updating to 62.0b3

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  196 ++---
 1 file changed, 98 insertions(+), 98 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 22:20:58 UTC (rev 346299)
+++ PKGBUILD2018-06-26 22:26:34 UTC (rev 346300)
@@ -2,7 +2,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=62.0b2
+pkgver=62.0b3
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -134,100 +134,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('ff042600616d68fa9bf0a053d895e5f3d8a1b1a01899779fc0c6202eb91d2ab125818ddcdee06069947c89458583d0b495087fd2a32dc88769cac60ac3b7e464'
-
'ce1a5221a59dd473d1d055ed502f0b1f126c49da0bdd4860372677e93ea1a88c29da5e26efdc85087bb79d8027e0f978e597fa0522c91feb1a2e4d013ee98bb7'
-
'873e1b152727ba6729205ab2129418ab773b1364c502a0e79799bcc78ab18766dc565b395143c539061bb374c2bdb807d949632d4b87c6a1dd01397ad8b5'
-
'2e8b9fda7c05813c9dea7450934746d0a2cb96f44c01870ed481990c290f5a3db2d5467709dc03fce5d45e46356d65baddc87a08816c9bf0fdce5a851c027623'
-
'27211756d8ece2337c3cb903779017e6ecd7c63cd3c3cf6b234580cfc666e4f747a094f406d3520159af29b2dbc5022d30d2567c96d7ad8b68859bb4e57455bf'
-
'619de9be1db1de5dd0c8799edaeb5b9ab5e308e7313b7e0fe616b9adf4fc4980fe0e43d4dfc04b0c22c33e2527d0229f1a3c3656941fb62bd6f605dc1a92f9b1'
-
'c4bb502c4e77bce0f8542e146fd985b0c322044127b43037ed0111ef7bf1eaf9764eb97ff032deea6d1ce879bdf2aac76b58148f21f90331ac73eb60acc10201'
-
'fd61fe30395d2db166ffbd787e4317473c98174db3cf80c4688b271d421d30b7bbcde3aae83854fc3503042b4bd6db141b5a292432c8d6981f86c04eedca1753'
-
'66ed70710f902256f704505d8f4b33387332a33442e5fb0e287ed9d9969580ad100219696c9f86bdf6bed126aa26da4bf02bba91e4f53c6aaeb74b8c4758e1c9'
-
'84d17333fdc768b7fe556ac15955eda7735ba67b977c954c6a6f1292751ec2a90ddc05765a390984f44a2228e67d8874de631c9d25f30ba1a79c12204d7615fc'
-
'8331f301141c487a116dea8382bc2e00884af40f5059282cc1ad4af8a750bc7852954eabe177e2e06ac3aa6f6f175a7e760e9a04aafda714aa08849d385a1387'
-
'eae6e8f51fae164a3526e7db4ee3e955e2529cd1e7c6e74549735cb1ff6e73b7c1f729261ce6907ab63f5c8f04dcc0f11ebde1df1582012de3cf1e8b88d40818'
-
'4f802680d0b510ce56c67a6e7898be15ce47d88a2232faab95da9d6bb1270491e73e83eee1eb4a1eaff054c790e98d540da611b74e47ac87bd46f5e90c3aa3e9'
-
'86f31c54f8347fc28508d813fe8197e9dfa7aee35381ca4d560ba7c4750985030e4892fdb15bb671bd2df448f0b647f00f1ef2fad33107200ebcc1a80a998353'
-
'000d2a72d02f72b14e678f2f60d7440b7e38949cb213610cd1efffc0cc199366e5aa85c1413d11280a834d5ae6864df86dd7520e1682902e97408a6e1571a21a'
-
'931c507ba207b13be342c9de71b96321ea7899fb940574d2a34d631ba1978b87ba3877fc3b1bbe291d31e61d3be50704b79ee97e34e44727e5cefa60b6605c97'
-
'0760ba70d5cdc256ba2b93eec99ce7f0560bac269dc1d2b0be072366bbd130781bca5c775716358134112b017f26261eaf633363bbad9b57bed3336fba63a7d0'
-
'8b0977235316a3a35045296bee948c9a8dd7999e866855570b0f871b1c2a57bb61fb0a4ca7fd908c4f6bbdbe00074451f353411840a623187597973bfcb68a11'
-
'c55965817f0a87acb6c435acb9db740a8e748a4d819f07541a113a6e4d40ae1981250a80880a2c8db11467c6e56958be5db2ae6a010c783193ca350fd700e827'
-
'07cf8715d82d13e372c9ed60f1d07ff200bc72a316335829eabafeec13f13fdeeff724435ec20a4b4c2783eb60a4df0df1ffca5f0eb947e21cade50a672d771b'
-
'5de43d5ba7c20c98fc5a018768a6be29d7dc42abc07f4b4917db3fe308e3543595488554036045da4f4bb828aa46b85fddd43c2f6c2c621f7985b621adfb3b7e'
-
'a0d95e281480273ba61547258e9ad47dd0b1931e3e473ceb1c1a7ccd4f7506dbe48ddffb2e6d39e2db5630909cc4756fa42f4864e0dba7a09860217eb8fde6ba'
-
'36d93fb7c5b73fccdbdfea86ccec316d9d793f67d2e0da3f9b091ba15b3763ee4b8376fef19a39134788aa0c92de123eb3225e5d6d6ca9fe16ea5807fb0c2375'
-
'b87a90fc5ec706cd4ce1be1953e2c80f16d2f154087ebd8cbb8ba2f5da9b0e4f6186662ba8638254cb63d6182cbb13ab8eec9d1ef6d192d2e27d8bfae05cb1eb'
-
'3618453baf6645c863728f5249b1e8dc0aab9c272dfd3c0e5fdf8b33de96b33bd6ef5606daeb5162cb13899cd9bf7a73a62c6c714e364cb4c0aba8b736d8c1e2'
-
'122dd1d7cc0915d9e7a786044ff3ca715300cff5ffa6f42cfec582ffbb0f5bef96cd8741ee5e8ef498f16bbcfbebd9f88e83f0c9a7f010fd55e6e35da2b56c50'
-
'31bd2aa18f71e6ff604be915612d5f5c36d644ce59a701c93ea3b8f76ab5965f865cadc6796ffb498b07134309c265346a284d5e3db5c22a2958de4fd1266aa4'
-
'8f2c576692860b2b38ad93584cf0310e65294d87957174d1a6de473f0a90d0863a140d4a1754a87255e06eea434255b97e3653166b63c89475ec2c20e8e416ac'
-

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-06-26 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 26, 2018 @ 22:20:58
  Author: andrewsc
Revision: 346299

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 346298, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 346298, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 346298, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 346298, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  344 +--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 589 insertions(+), 589 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 22:20:27 UTC (rev 346298)
+++ PKGBUILD2018-06-26 22:20:58 UTC (rev 346299)
@@ -1,172 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=62.0b2
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell-en_US' 'sqlite' 'ttf-font' 
'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'gconf' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# 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_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-gold
-ac_add_options --enable-pie
-ac_add_options --enable-optimize="-O2"
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_ADDON_SIGNING=1
-export MOZ_REQUIRE_SIGNING=0
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-sqlite
-ac_add_options --enable-system-ffi
-
-# Features

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-06-26 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 26, 2018 @ 22:20:27
  Author: andrewsc
Revision: 346298

upgpkg: firefox-developer-edition 62.0b3-1

firefox-developer-edition: Updating to 62_0b3

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 22:13:58 UTC (rev 346297)
+++ PKGBUILD2018-06-26 22:20:27 UTC (rev 346298)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=62.0b2
+pkgver=62.0b3
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2018-06-26 Thread Morten Linderud via arch-commits
Date: Tuesday, June 26, 2018 @ 22:13:50
  Author: foxboron
Revision: 346296

upgpkg: python-pipenv 2018.6.25-1

Updated to 2018.6.25

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 22:10:09 UTC (rev 346295)
+++ PKGBUILD2018-06-26 22:13:50 UTC (rev 346296)
@@ -3,16 +3,21 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=2018.05.18
+pkgver=2018.6.25
 pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
 license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+#checkdepends=('python-pytest' 'python-pytest-runner'
+#'python-pip' 'python-certifi' 'python-virtualenv'
+#'python-virtualenv-clone' 'python-strict-rfc3339'
+#'python-pytz' 'python-flaky' 'python-mock'
+#'python2-pytest' 'python2-pytest-runner')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('fadf22cd92ea0c96dc6d111940525e6285866d9bc06eb4aa52bc54bfb2ab2646')
+sha256sums=('282b5bdda23f8a14b2c12ea53d524f7d3edc67a6b2c7aa7d27d95f27c475e46c')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}
@@ -26,6 +31,14 @@
   python2 setup.py build
 }
 
+#check(){
+#  cd "$srcdir/pipenv-$pkgver"
+#  python setup.py pytest
+#
+#  cd "$srcdir/pipenv-$pkgver-py2"
+#  python2 setup.py pytest
+#}
+
 package_python2-pipenv() {
   depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
   'python2-virtualenv-clone' 'python2-ordereddict'


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

2018-06-26 Thread Morten Linderud via arch-commits
Date: Tuesday, June 26, 2018 @ 22:13:58
  Author: foxboron
Revision: 346297

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 22:13:50 UTC (rev 346296)
+++ PKGBUILD2018-06-26 22:13:58 UTC (rev 346297)
@@ -1,57 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Maikel Wever 
-
-pkgbase=python-pipenv
-pkgname=(python-pipenv python2-pipenv)
-pkgver=2018.05.18
-pkgrel=1
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://docs.pipenv.org;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('fadf22cd92ea0c96dc6d111940525e6285866d9bc06eb4aa52bc54bfb2ab2646')
-
-prepare() {
-  cp -a pipenv-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/pipenv-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pipenv-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python2-pipenv() {
-  depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
-  'python2-virtualenv-clone' 'python2-ordereddict'
-  'python2-setuptools' 'python2-certifi' 'python2-pyopenssl'
-  'python2-cryptography' 'python2-idna')
-  cd "pipenv-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
-  mv "${pkgdir}/usr/bin/pewtwo" "${pkgdir}/usr/bin/pewtwo2"
-  mv "${pkgdir}/usr/bin/pipenv-resolver" "${pkgdir}/usr/bin/pipenv-resolver2"
-
-  SHELL=bash python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv2"
-  SHELL=zsh  python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_pipenv2"
-  SHELL=fish python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv2.fish"
-}
-
-package_python-pipenv() {
-  depends=('python' 'python-pip' 'python-pew' 'python-virtualenv'
-  'python-setuptools' 'python-virtualenv-clone' 'python-certifi')
-  cd "pipenv-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
-  SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
-  SHELL=fish python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv.fish"
-}

Copied: python-pipenv/repos/community-any/PKGBUILD (from rev 346296, 
python-pipenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 22:13:58 UTC (rev 346297)
@@ -0,0 +1,70 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+
+pkgbase=python-pipenv
+pkgname=(python-pipenv python2-pipenv)
+pkgver=2018.6.25
+pkgrel=1
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://docs.pipenv.org;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools'
+ 'python2-setuptools')
+#checkdepends=('python-pytest' 'python-pytest-runner'
+#'python-pip' 'python-certifi' 'python-virtualenv'
+#'python-virtualenv-clone' 'python-strict-rfc3339'
+#'python-pytz' 'python-flaky' 'python-mock'
+#'python2-pytest' 'python2-pytest-runner')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
+sha256sums=('282b5bdda23f8a14b2c12ea53d524f7d3edc67a6b2c7aa7d27d95f27c475e46c')
+
+prepare() {
+  cp -a pipenv-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/pipenv-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pipenv-$pkgver-py2"
+  python2 setup.py build
+}
+
+#check(){
+#  cd "$srcdir/pipenv-$pkgver"
+#  python setup.py pytest
+#
+#  cd "$srcdir/pipenv-$pkgver-py2"
+#  python2 setup.py pytest
+#}
+
+package_python2-pipenv() {
+  depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
+  'python2-virtualenv-clone' 'python2-ordereddict'
+  'python2-setuptools' 'python2-certifi' 'python2-pyopenssl'
+  'python2-cryptography' 'python2-idna')
+  cd "pipenv-$pkgver-py2"
+  python2 setup.py 

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

2018-06-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 26, 2018 @ 22:10:09
  Author: eschwartz
Revision: 346295

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 22:09:53 UTC (rev 346294)
+++ PKGBUILD2018-06-26 22:10:09 UTC (rev 346295)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-
-pkgbase=python-pam
-pkgname=(python-pam python2-pam)
-pkgver=1.8.3
-pkgrel=1
-pkgdesc=" Pure Python interface to the Pluggable Authentication Modules system 
on Linux"
-arch=('any')
-url="https://github.com/FirefighterBlu3/${pkgbase};
-license=('MIT')
-depends=('pam')
-makedepends=('python-setuptools' 'python2-setuptools')
-# only available as a wheel?
-#source=("https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-_commit=7f71db2c4e63e317cb607cd5353b4ec176d7a137
-source=("${url}/archive/${_commit}.tar.gz")
-sha256sums=('a914e4c39e461c694630ac457bea1426d097f9a9f0cb5514591ef5d9bb864ef0')
-validpgpkeys=('766460A814AE0D0066C3EE922AC27DE01E1DFAD6') # David Ford 

-
-build() {
-   cd "${srcdir}/${pkgbase}-${_commit}"
-   python setup.py build
-   python2 setup.py build
-}
-
-package_python-pam() {
-depends+=('python')
-   cd "${srcdir}/${pkgbase}-${_commit}"
-
-   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pam() {
-depends+=('python2')
-   cd "${srcdir}/${pkgbase}-${_commit}"
-
-   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pam/repos/community-any/PKGBUILD (from rev 346294, 
python-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 22:10:09 UTC (rev 346295)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgbase=python-pam
+pkgname=(python-pam python2-pam)
+pkgver=1.8.4
+pkgrel=1
+pkgdesc=" Pure Python interface to the Pluggable Authentication Modules system 
on Linux"
+arch=('any')
+url="https://github.com/FirefighterBlu3/${pkgbase};
+license=('MIT')
+depends=('pam')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('c856d9c89fedb33951dd8a95727ae57c6887b02d065bbdffd2fd9dbc0183909b')
+validpgpkeys=('766460A814AE0D0066C3EE922AC27DE01E1DFAD6') # David Ford 

+
+build() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python setup.py build
+   python2 setup.py build
+}
+
+package_python-pam() {
+depends+=('python')
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pam() {
+depends+=('python2')
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-06-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 26, 2018 @ 22:09:53
  Author: eschwartz
Revision: 346294

upgpkg: python-pam 1.8.4-1

upstream release

Modified:
  python-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 21:59:16 UTC (rev 346293)
+++ PKGBUILD2018-06-26 22:09:53 UTC (rev 346294)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pam
 pkgname=(python-pam python2-pam)
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc=" Pure Python interface to the Pluggable Authentication Modules system 
on Linux"
 arch=('any')
@@ -11,15 +11,12 @@
 license=('MIT')
 depends=('pam')
 makedepends=('python-setuptools' 'python2-setuptools')
-# only available as a wheel?
-#source=("https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-_commit=7f71db2c4e63e317cb607cd5353b4ec176d7a137
-source=("${url}/archive/${_commit}.tar.gz")
-sha256sums=('a914e4c39e461c694630ac457bea1426d097f9a9f0cb5514591ef5d9bb864ef0')
+source=("https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('c856d9c89fedb33951dd8a95727ae57c6887b02d065bbdffd2fd9dbc0183909b')
 validpgpkeys=('766460A814AE0D0066C3EE922AC27DE01E1DFAD6') # David Ford 

 
 build() {
-   cd "${srcdir}/${pkgbase}-${_commit}"
+   cd "${srcdir}/${pkgbase}-${pkgver}"
python setup.py build
python2 setup.py build
 }
@@ -26,7 +23,7 @@
 
 package_python-pam() {
 depends+=('python')
-   cd "${srcdir}/${pkgbase}-${_commit}"
+   cd "${srcdir}/${pkgbase}-${pkgver}"
 
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
@@ -34,7 +31,7 @@
 
 package_python2-pam() {
 depends+=('python2')
-   cd "${srcdir}/${pkgbase}-${_commit}"
+   cd "${srcdir}/${pkgbase}-${pkgver}"
 
python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


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

2018-06-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 26, 2018 @ 21:59:16
  Author: eschwartz
Revision: 346293

archrelease: copy trunk to community-x86_64

Added:
  xreader/repos/community-x86_64/PKGBUILD
(from rev 346292, xreader/trunk/PKGBUILD)
Deleted:
  xreader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 21:58:52 UTC (rev 346292)
+++ PKGBUILD2018-06-26 21:59:16 UTC (rev 346293)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Nate Simon 
-
-pkgname=xreader
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
-arch=('x86_64')
-url="https://github.com/linuxmint/xreader;
-license=('GPL')
-depends=('poppler-glib' 'webkit2gtk' 'xapps')
-optdepends=('djvulibre: support for djvu files'
-'libgxps: support for xps files'
-'libspectre: support for dvi and ps files'
-'texlive-bin: support for dvi files')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools' 'djvulibre' 
'libgxps' 'libspectre' 'texlive-bin')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ab9b391aa8ca576165075ff8262981f737b35849a765001f90bd867267169ced')
-
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-./configure --prefix="/usr" \
---localstatedir="/var" \
---libexecdir="/usr/lib/${pkgname}" \
---enable-introspection \
---enable-t1lib
-make
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: xreader/repos/community-x86_64/PKGBUILD (from rev 346292, 
xreader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 21:59:16 UTC (rev 346293)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Nate Simon 
+
+pkgname=xreader
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
+arch=('x86_64')
+url="https://github.com/linuxmint/xreader;
+license=('GPL')
+depends=('poppler-glib' 'webkit2gtk' 'xapps')
+optdepends=('djvulibre: support for djvu files'
+'libgxps: support for xps files'
+'libspectre: support for dvi and ps files'
+'texlive-bin: support for dvi files')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools' 'djvulibre' 
'libgxps' 'libspectre' 'texlive-bin')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('ed0b16bab5a48c7f5c3cdad96cebe67a013a81812224f42caeb0cd6a5258922c')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+./configure --prefix="/usr" \
+--localstatedir="/var" \
+--libexecdir="/usr/lib/${pkgname}" \
+--enable-introspection \
+--enable-t1lib
+make
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+}


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

2018-06-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 26, 2018 @ 21:58:17
  Author: eschwartz
Revision: 346290

upgpkg: python-progress 1.4-1

upstream release

Modified:
  python-progress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:39:09 UTC (rev 346289)
+++ PKGBUILD2018-06-26 21:58:17 UTC (rev 346290)
@@ -5,8 +5,8 @@
 _pkgname=progress
 pkgbase=python-progress
 pkgname=('python-progress' 'python2-progress')
-pkgver=1.3
-pkgrel=2
+pkgver=1.4
+pkgrel=1
 pkgdesc="Easy to use progress bars for Python"
 arch=('any')
 url="https://github.com/verigak/${_pkgname};
@@ -13,7 +13,7 @@
 license=('ISC')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('f0294eca56eed70f3459e434e8fe4c223a677bdfea6a28a97740f91a86130c43')
+sha256sums=('617c0442f2de21a029c75ce6fef17b46535829336ed497edc3e5835402e4f0ea')
 
 build() {
 cd "${srcdir}"/${_pkgname}-${pkgver}


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

2018-06-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 26, 2018 @ 21:58:52
  Author: eschwartz
Revision: 346292

upgpkg: xreader 1.8.4-1

upstream release

Modified:
  xreader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 21:58:46 UTC (rev 346291)
+++ PKGBUILD2018-06-26 21:58:52 UTC (rev 346292)
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xreader
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'texlive-bin: support for dvi files')
 makedepends=('gobject-introspection' 'mate-common' 'yelp-tools' 'djvulibre' 
'libgxps' 'libspectre' 'texlive-bin')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ab9b391aa8ca576165075ff8262981f737b35849a765001f90bd867267169ced')
+sha256sums=('ed0b16bab5a48c7f5c3cdad96cebe67a013a81812224f42caeb0cd6a5258922c')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-06-26 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 26, 2018 @ 21:58:46
  Author: eschwartz
Revision: 346291

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 21:58:17 UTC (rev 346290)
+++ PKGBUILD2018-06-26 21:58:46 UTC (rev 346291)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Guillaume Brogi 
-
-_pkgname=progress
-pkgbase=python-progress
-pkgname=('python-progress' 'python2-progress')
-pkgver=1.3
-pkgrel=2
-pkgdesc="Easy to use progress bars for Python"
-arch=('any')
-url="https://github.com/verigak/${_pkgname};
-license=('ISC')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('f0294eca56eed70f3459e434e8fe4c223a677bdfea6a28a97740f91a86130c43')
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-package_python-progress() {
-depends=('python')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-progress() {
-depends=('python2')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-progress/repos/community-any/PKGBUILD (from rev 346290, 
python-progress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 21:58:46 UTC (rev 346291)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Guillaume Brogi 
+
+_pkgname=progress
+pkgbase=python-progress
+pkgname=('python-progress' 'python2-progress')
+pkgver=1.4
+pkgrel=1
+pkgdesc="Easy to use progress bars for Python"
+arch=('any')
+url="https://github.com/verigak/${_pkgname};
+license=('ISC')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('617c0442f2de21a029c75ce6fef17b46535829336ed497edc3e5835402e4f0ea')
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+python2 setup.py build
+}
+
+package_python-progress() {
+depends=('python')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-progress() {
+depends=('python2')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-06-26 Thread Levente Polyak via arch-commits
Date: Tuesday, June 26, 2018 @ 20:12:50
  Author: anthraxx
Revision: 327657

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 327656, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 327656, linux-hardened/trunk/90-linux.hook)
  
linux-hardened/repos/extra-x86_64/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
(from rev 327656, 
linux-hardened/trunk/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 327656, linux-hardened/trunk/PKGBUILD)
  
linux-hardened/repos/extra-x86_64/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 327656, 
linux-hardened/trunk/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 327656, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 327656, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 327656, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  
linux-hardened/repos/extra-x86_64/ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch
  linux-hardened/repos/extra-x86_64/PKGBUILD
  
linux-hardened/repos/extra-x86_64/Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

+
 60-linux.hook  |   24 
 90-linux.hook  |   22 
 ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch |  258 
 PKGBUILD   |  516 
 Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  484 
 config.x86_64  |19116 +--
 linux.install  |   22 
 linux.preset   |   28 
 8 files changed, 10235 insertions(+), 10235 deletions(-)

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


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

2018-06-26 Thread Levente Polyak via arch-commits
Date: Tuesday, June 26, 2018 @ 20:12:39
  Author: anthraxx
Revision: 327656

upgpkg: linux-hardened 4.17.3.a-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 20:12:22 UTC (rev 327655)
+++ PKGBUILD2018-06-26 20:12:39 UTC (rev 327656)
@@ -5,9 +5,9 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.17
-_pkgver=4.17.2
+_pkgver=4.17.3
 pkgver=${_pkgver}.a
-pkgrel=2
+pkgrel=1
 url='https://github.com/anthraxx/linux-hardened'
 arch=('x86_64')
 license=('GPL2')
@@ -31,11 +31,11 @@
 replaces=('linux-grsec')
 sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
 'SKIP'
-'a528b102daad9d3072b328f68d4fc7b4eff7641ad301d1a54e5b8f5385efeb0b'
+'01d5cc024dcfed615f84fd83be9c248261d8fc2c062520d38397cead6857b596'
 'SKIP'
-'c8d5c08c36dd6ac00a3b0e8ba8f113acd1703bf39838bfefb1ce8195da979234'
+'512495fb6812c5e1da762ab8aeee4b5a752a37179120e8eb7306c492da799da6'
 'SKIP'
-'cf49a3ee5b8e21d4da6859840e8d2078b834aeb6daf8e19b180db0074b77882d'
+'92e345a0af7357ff88d90fe4a4183a82f8ed84d5a0b6ecdb614c1c5b69383efe'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config.x86_64
===
--- config.x86_64   2018-06-26 20:12:22 UTC (rev 327655)
+++ config.x86_64   2018-06-26 20:12:39 UTC (rev 327656)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.17.2 Kernel Configuration
+# Linux/x86 4.17.3 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -327,8 +327,8 @@
 CONFIG_HAVE_CC_STACKPROTECTOR=y
 # CONFIG_CC_STACKPROTECTOR_NONE is not set
 # CONFIG_CC_STACKPROTECTOR_REGULAR is not set
-# CONFIG_CC_STACKPROTECTOR_STRONG is not set
-CONFIG_CC_STACKPROTECTOR_AUTO=y
+CONFIG_CC_STACKPROTECTOR_STRONG=y
+# CONFIG_CC_STACKPROTECTOR_AUTO is not set
 CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
 CONFIG_HAVE_CONTEXT_TRACKING=y
 CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y


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

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Tuesday, June 26, 2018 @ 20:12:22
  Author: tpowa
Revision: 327655

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

Added:
  libseccomp/repos/core-x86_64/PKGBUILD
(from rev 327654, libseccomp/repos/testing-x86_64/PKGBUILD)
Deleted:
  libseccomp/repos/core-x86_64/0001-arch-add-the-statx-syscall.patch
  libseccomp/repos/core-x86_64/PKGBUILD
  libseccomp/repos/testing-x86_64/

---+
 /PKGBUILD |   26 +
 core-x86_64/0001-arch-add-the-statx-syscall.patch |  280 
 core-x86_64/PKGBUILD  |   35 --
 3 files changed, 26 insertions(+), 315 deletions(-)

Deleted: core-x86_64/0001-arch-add-the-statx-syscall.patch
===
--- core-x86_64/0001-arch-add-the-statx-syscall.patch   2018-06-26 20:11:26 UTC 
(rev 327654)
+++ core-x86_64/0001-arch-add-the-statx-syscall.patch   2018-06-26 20:12:22 UTC 
(rev 327655)
@@ -1,280 +0,0 @@
-From 4793ea990ea80ee26ed63e2a20723fdb417abf5b Mon Sep 17 00:00:00 2001
-From: Tobias Klauser 
-Date: Fri, 20 Oct 2017 09:39:40 +0200
-Subject: [PATCH] arch: add the statx syscall
-
-Fixes #88
-
-Removed snipped for parisc architecture, which was not available
-in version 2.3.2.
-
-Signed-off-by: Tobias Klauser 
-[PM: fixed the incorrect x32 definition]
-Signed-off-by: Paul Moore 

- src/arch-aarch64-syscalls.c   | 3 ++-
- src/arch-arm-syscalls.c   | 3 ++-
- src/arch-mips-syscalls.c  | 3 ++-
- src/arch-mips64-syscalls.c| 3 ++-
- src/arch-mips64n32-syscalls.c | 3 ++-
- src/arch-ppc-syscalls.c   | 3 ++-
- src/arch-ppc64-syscalls.c | 3 ++-
- src/arch-s390-syscalls.c  | 3 ++-
- src/arch-s390x-syscalls.c | 3 ++-
- src/arch-x32-syscalls.c   | 3 ++-
- src/arch-x86-syscalls.c   | 3 ++-
- src/arch-x86_64-syscalls.c| 3 ++-
- 13 files changed, 26 insertions(+), 13 deletions(-)
-
-diff --git a/src/arch-aarch64-syscalls.c b/src/arch-aarch64-syscalls.c
-index d907182..157aedc 100644
 a/src/arch-aarch64-syscalls.c
-+++ b/src/arch-aarch64-syscalls.c
-@@ -26,7 +26,7 @@
- #include "arch.h"
- #include "arch-aarch64.h"
- 
--/* NOTE: based on Linux 4.10-rc6+ */
-+/* NOTE: based on Linux 4.14 */
- const struct arch_syscall_def aarch64_syscall_table[] = { \
-   { "_llseek", __PNR__llseek },
-   { "_newselect", __PNR__newselect },
-@@ -392,6 +392,7 @@ const struct arch_syscall_def aarch64_syscall_table[] = { \
-   { "stat64", __PNR_stat64 },
-   { "statfs", 43 },
-   { "statfs64", __PNR_statfs64 },
-+  { "statx", 291 },
-   { "stime", __PNR_stime },
-   { "stty", __PNR_stty },
-   { "subpage_prot", __PNR_subpage_prot },
-diff --git a/src/arch-arm-syscalls.c b/src/arch-arm-syscalls.c
-index 6f40caa..43e2cc5 100644
 a/src/arch-arm-syscalls.c
-+++ b/src/arch-arm-syscalls.c
-@@ -37,7 +37,7 @@
- #define __SCMP_NR_BASE__SCMP_NR_OABI_SYSCALL_BASE
- #endif
- 
--/* NOTE: based on Linux 4.9 */
-+/* NOTE: based on Linux 4.14 */
- const struct arch_syscall_def arm_syscall_table[] = { \
-   /* NOTE: arm_sync_file_range() and sync_file_range2() share values */
-   { "_llseek", (__SCMP_NR_BASE + 140) },
-@@ -404,6 +404,7 @@ const struct arch_syscall_def arm_syscall_table[] = { \
-   { "stat64", (__SCMP_NR_BASE + 195) },
-   { "statfs", (__SCMP_NR_BASE + 99) },
-   { "statfs64", (__SCMP_NR_BASE + 266) },
-+  { "statx", (__SCMP_NR_BASE + 397) },
-   { "stime", __PNR_stime },
-   { "stty", __PNR_stty },
-   { "subpage_prot", __PNR_subpage_prot },
-diff --git a/src/arch-mips-syscalls.c b/src/arch-mips-syscalls.c
-index e53f565..a5264c8 100644
 a/src/arch-mips-syscalls.c
-+++ b/src/arch-mips-syscalls.c
-@@ -30,7 +30,7 @@
- /* O32 ABI */
- #define __SCMP_NR_BASE4000
- 
--/* NOTE: based on Linux 4.9 */
-+/* NOTE: based on Linux 4.14 */
- const struct arch_syscall_def mips_syscall_table[] = { \
-   { "_llseek", (__SCMP_NR_BASE + 140) },
-   { "_newselect", (__SCMP_NR_BASE + 142) },
-@@ -396,6 +396,7 @@ const struct arch_syscall_def mips_syscall_table[] = { \
-   { "stat64", (__SCMP_NR_BASE + 213) },
-   { "statfs", (__SCMP_NR_BASE + 99) },
-   { "statfs64", (__SCMP_NR_BASE + 255) },
-+  { "statx", (__SCMP_NR_BASE + 366) },
-   { "stime", (__SCMP_NR_BASE + 25) },
-   { "stty", (__SCMP_NR_BASE + 31) },
-   { "subpage_prot", __PNR_subpage_prot },
-diff --git a/src/arch-mips64-syscalls.c b/src/arch-mips64-syscalls.c
-index 248acaf..bc16b1d 100644
 a/src/arch-mips64-syscalls.c
-+++ b/src/arch-mips64-syscalls.c
-@@ -30,7 +30,7 @@
- /* 64 ABI */
- #define __SCMP_NR_BASE5000
- 
--/* NOTE: based on Linux 4.9 */
-+/* NOTE: based on Linux 4.14 */
- const struct arch_syscall_def mips64_syscall_table[] = { \
-   { "_llseek", __PNR__llseek },
-   { "_newselect", (__SCMP_NR_BASE + 22) },
-@@ -396,6 +396,7 @@ const struct 

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

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Tuesday, June 26, 2018 @ 20:11:24
  Author: tpowa
Revision: 327652

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

Added:
  pam/repos/core-x86_64/PKGBUILD
(from rev 327651, pam/repos/testing-x86_64/PKGBUILD)
  pam/repos/core-x86_64/other
(from rev 327651, pam/repos/testing-x86_64/other)
  pam/repos/core-x86_64/pam_unix2-glibc216.patch
(from rev 327651, pam/repos/testing-x86_64/pam_unix2-glibc216.patch)
Deleted:
  pam/repos/core-x86_64/PKGBUILD
  pam/repos/core-x86_64/other
  pam/repos/core-x86_64/pam_unix2-glibc216.patch
  pam/repos/testing-x86_64/

--+
 /PKGBUILD|   42 +
 /other   |5 +++
 /pam_unix2-glibc216.patch|   20 +++
 core-x86_64/PKGBUILD |   36 
 core-x86_64/other|5 ---
 core-x86_64/pam_unix2-glibc216.patch |   20 ---
 6 files changed, 67 insertions(+), 61 deletions(-)

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

Copied: pam/repos/core-x86_64/PKGBUILD (from rev 327651, 
pam/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-06-26 20:11:24 UTC (rev 327652)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('x86_64')
+license=('GPL2')
+url="http://linux-pam.org;
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
+source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
+
https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
+validpgpkeys=(
+'8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB' # Thorsten Kukuk
+)
+
+md5sums=('558ff53b0fc0563ca97f79e911822165'
+ 'SKIP')
+
+options=('!emptydirs')
+
+build() {
+  cd $srcdir/Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  make
+}
+
+package() {
+  cd $srcdir/Linux-PAM-$pkgver
+  make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
+
+  # set unix_chkpwd uid
+  chmod +s $pkgdir/usr/bin/unix_chkpwd
+
+  # remove doc which is not used anymore
+  # FS #40749
+  rm $pkgdir/usr/share/doc/Linux-PAM/sag-pam_userdb.html
+}

Deleted: core-x86_64/other
===
--- core-x86_64/other   2018-06-26 20:11:04 UTC (rev 327651)
+++ core-x86_64/other   2018-06-26 20:11:24 UTC (rev 327652)
@@ -1,5 +0,0 @@
-#%PAM-1.0
-auth   requiredpam_unix.so
-accountrequiredpam_unix.so
-password   requiredpam_unix.so
-sessionrequiredpam_unix.so

Copied: pam/repos/core-x86_64/other (from rev 327651, 
pam/repos/testing-x86_64/other)
===
--- core-x86_64/other   (rev 0)
+++ core-x86_64/other   2018-06-26 20:11:24 UTC (rev 327652)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so

Deleted: core-x86_64/pam_unix2-glibc216.patch
===
--- 

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

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Tuesday, June 26, 2018 @ 20:11:26
  Author: tpowa
Revision: 327654

db-move: moved wireless-regdb from [testing] to [core] (any)

Added:
  wireless-regdb/repos/core-any/PKGBUILD
(from rev 327653, wireless-regdb/repos/testing-any/PKGBUILD)
  wireless-regdb/repos/core-any/crda.conf.d
(from rev 327653, wireless-regdb/repos/testing-any/crda.conf.d)
  wireless-regdb/repos/core-any/wireless-regdb.install
(from rev 327653, wireless-regdb/repos/testing-any/wireless-regdb.install)
Deleted:
  wireless-regdb/repos/core-any/PKGBUILD
  wireless-regdb/repos/core-any/crda.conf.d
  wireless-regdb/repos/core-any/wireless-regdb.install
  wireless-regdb/repos/testing-any/

-+
 /PKGBUILD   |   47 ++
 /crda.conf.d|4 +++
 /wireless-regdb.install |   13 ++
 core-any/PKGBUILD   |   47 --
 core-any/crda.conf.d|4 ---
 core-any/wireless-regdb.install |   13 --
 6 files changed, 64 insertions(+), 64 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2018-06-26 20:11:25 UTC (rev 327653)
+++ core-any/PKGBUILD   2018-06-26 20:11:26 UTC (rev 327654)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=wireless-regdb
-pkgver=2017.03.07
-pkgrel=1
-pkgdesc="Central Regulatory Domain Database"
-arch=('any')
-url="http://wireless.kernel.org/en/developers/Regulatory;
-backup=(etc/conf.d/wireless-regdom)
-license=('custom')
-depends=('sh')
-makedepends=('crda')
-source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
-crda.conf.d)
-sha256sums=('371eafa3b26ece916ef83aca02c4bed2e54099eb5b8c6d22d3a4358dce6535b9'
-'SKIP'
-'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
-validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') #Seth Forshee 

-
-package() {
-  # Install and verify regulatory.bin file
-  msg "Installing and verifying the regulatory.bin file ..."
-  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.bin 
"${pkgdir}"/usr/lib/crda/regulatory.bin
-  # This creates a depend/makedepend loop:
-  # crda depends on wireless-regdb (but strictly doesn't makedepend on it)
-  # wireless-regdb makedepends on crda
-  if /usr/bin/regdbdump "${pkgdir}"/usr/lib/crda/regulatory.bin > /dev/null; 
then
-msg "Regulatory database verification was succesful."
-  else
-error "Regulatory database verification failed."
-return 1
-  fi
-  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/sforshee.key.pub.pem 
"${pkgdir}"/usr/lib/crda/pubkeys/sforshee.key.pub.pem
-  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}"/usr/share/licenses/wireless-regdb/LICENSE
-  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.bin.5 
"${pkgdir}"/usr/share/man/man5/regulatory.bin.5
-
-  msg "Installing /etc/conf.d/wireless-regdom ..."
-  install -D -m644 "${srcdir}"/crda.conf.d 
"${pkgdir}"/etc/conf.d/wireless-regdom
-  for dom in $(grep ^country "${srcdir}"/${pkgname}-${pkgver}/db.txt | cut -d' 
' -f2 | sed 's|:||g'); do
-echo "#WIRELESS_REGDOM=\"${dom}\"" >> 
"${pkgdir}"/etc/conf.d/wireless-regdom.tmp
-  done
-  sort -u "${pkgdir}"/etc/conf.d/wireless-regdom.tmp >> 
"${pkgdir}"/etc/conf.d/wireless-regdom
-  rm "${pkgdir}"/etc/conf.d/wireless-regdom.tmp
-
-  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wireless-regdb/repos/core-any/PKGBUILD (from rev 327653, 
wireless-regdb/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2018-06-26 20:11:26 UTC (rev 327654)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=wireless-regdb
+pkgver=2018.05.31
+pkgrel=1
+pkgdesc="Central Regulatory Domain Database"
+arch=('any')
+url="http://wireless.kernel.org/en/developers/Regulatory;
+backup=(etc/conf.d/wireless-regdom)
+license=('custom')
+depends=('sh')
+makedepends=('crda')
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
+crda.conf.d)
+sha256sums=('e1dfbc3b97771373077f430c3c05082fae883145b37db5b2cfd12c56676fbe7b'
+'SKIP'
+'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
+validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') #Seth Forshee 

+
+package() {
+  # Install and verify regulatory.bin file
+  msg "Installing and verifying the regulatory.bin file ..."
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.bin 
"${pkgdir}"/usr/lib/crda/regulatory.bin
+  # This creates a depend/makedepend loop:
+  # crda depends on wireless-regdb (but strictly doesn't makedepend on it)
+  # wireless-regdb 

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

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Tuesday, June 26, 2018 @ 20:11:25
  Author: tpowa
Revision: 327653

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

Added:
  usbutils/repos/core-x86_64/PKGBUILD
(from rev 327652, usbutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  usbutils/repos/core-x86_64/PKGBUILD
  usbutils/repos/core-x86_64/fix-python2.patch
  usbutils/repos/testing-x86_64/

---+
 /PKGBUILD |   31 +++
 core-x86_64/PKGBUILD  |   35 ---
 core-x86_64/fix-python2.patch |8 
 3 files changed, 31 insertions(+), 43 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-06-26 20:11:24 UTC (rev 327652)
+++ core-x86_64/PKGBUILD2018-06-26 20:11:25 UTC (rev 327653)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Tom Gundersen 
-# Contributor: Judd Vinet 
-# Contributor: Curtis Campbell 
-pkgname=usbutils
-pkgver=009
-pkgrel=1
-pkgdesc="USB Device Utilities"
-arch=(x86_64)
-license=('GPL')
-groups=('base')
-depends=('libusb' 'hwids')
-optdepends=('python2: for lsusb.py usage'
-'coreutils: for lsusb.py usage')
-url="http://linux-usb.sourceforge.net/;
-source=("http://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar.xz;
-fix-python2.patch)
-md5sums=('a7cf9e8903041987efa5e5e0080e0b4d'
- '45c9e0fe5581b44a18b613977911aa2a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # patch lsusb.py to use correct usb.ids file and python2 interpreter
-  patch -Np1 -i $srcdir/fix-python2.patch
-  ./configure --prefix=/usr --datadir=/usr/share/hwdata --disable-zlib
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # this is now in the hwids package
-  rm -rf $pkgdir/usr/{share/hwdata,sbin}
-}

Copied: usbutils/repos/core-x86_64/PKGBUILD (from rev 327652, 
usbutils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-06-26 20:11:25 UTC (rev 327653)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Tom Gundersen 
+# Contributor: Judd Vinet 
+# Contributor: Curtis Campbell 
+pkgname=usbutils
+pkgver=010
+pkgrel=1
+pkgdesc="USB Device Utilities"
+arch=(x86_64)
+license=('GPL')
+groups=('base')
+depends=('libusb' 'hwids')
+optdepends=('python: for lsusb.py usage'
+'coreutils: for lsusb.py usage')
+url="http://linux-usb.sourceforge.net/;
+source=("http://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('938e3707593974be99a0dd6d1de76671')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/hwdata --disable-zlib
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # this is now in the hwids package
+  rm -rf $pkgdir/usr/{share/hwdata,sbin}
+}

Deleted: core-x86_64/fix-python2.patch
===
--- core-x86_64/fix-python2.patch   2018-06-26 20:11:24 UTC (rev 327652)
+++ core-x86_64/fix-python2.patch   2018-06-26 20:11:25 UTC (rev 327653)
@@ -1,8 +0,0 @@
 usbutils-009/lsusb.py.in   2017-11-25 07:27:01.839714648 +0100
-+++ usbutils-009/lsusb.py.in   2017-11-25 07:27:13.259776787 +0100
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python2
- # lsusb-VERSION.py
- # Displays your USB devices in reasonable form.
- # (c) Kurt Garloff , 2/2009, GPL v2 or v3.


[arch-commits] Commit in hwids/repos (core-any/PKGBUILD core-any/PKGBUILD testing-any)

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Tuesday, June 26, 2018 @ 20:11:04
  Author: tpowa
Revision: 327651

db-move: moved hwids from [testing] to [core] (any)

Added:
  hwids/repos/core-any/PKGBUILD
(from rev 327650, hwids/repos/testing-any/PKGBUILD)
Deleted:
  hwids/repos/core-any/PKGBUILD
  hwids/repos/testing-any/

---+
 /PKGBUILD |   20 
 core-any/PKGBUILD |   20 
 2 files changed, 20 insertions(+), 20 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2018-06-26 20:10:55 UTC (rev 327650)
+++ core-any/PKGBUILD   2018-06-26 20:11:04 UTC (rev 327651)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-pkgname=hwids
-pkgver=20171003
-pkgrel=1
-pkgdesc="hardware identification databases"
-makedepends=('git')
-url=https://github.com/gentoo/hwids
-license=('GPL2')
-arch=('any')
-source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
-
-package() {
-  cd hwids
-
-  for ids in pci.ids usb.ids; do
-install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
-  done
-}
-md5sums=('SKIP')

Copied: hwids/repos/core-any/PKGBUILD (from rev 327650, 
hwids/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2018-06-26 20:11:04 UTC (rev 327651)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20180518
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')


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

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Tuesday, June 26, 2018 @ 20:10:55
  Author: tpowa
Revision: 327650

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

Added:
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 327649, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 327649, 
efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/core-x86_64/PKGBUILD
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/testing-x86_64/

+
 /PKGBUILD  |   53 +++
 /efibootmgr-tilt_slashes-func.patch|   61 +++
 core-x86_64/PKGBUILD   |   53 ---
 core-x86_64/efibootmgr-tilt_slashes-func.patch |   61 ---
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-06-26 20:10:54 UTC (rev 327649)
+++ core-x86_64/PKGBUILD2018-06-26 20:10:55 UTC (rev 327650)
@@ -1,53 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Murtuza Akhtari 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efibootmgr"
-pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
-pkgver=15
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' 'docs' '!emptydirs')
-
-source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=${pkgver};)
-#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efibootmgr/"
-   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   git clean -x -d -f
-   echo
-   
-}
-
-build() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   make EXTRA_CFLAGS="-Os" EFIDIR="/boot/EFI"
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   install -d "${pkgdir}/usr/bin/"
-   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
-   
-   install -d "${pkgdir}/usr/share/man/man8/"
-   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
-   
-}

Copied: efibootmgr/repos/core-x86_64/PKGBUILD (from rev 327649, 
efibootmgr/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-06-26 20:10:55 UTC (rev 327650)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Murtuza Akhtari 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efibootmgr"
+pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
+pkgver=16
+pkgrel=1
+arch=('x86_64')
+url="https://github.com/rhinstaller/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=${pkgver};)
+#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efibootmgr/"
+   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   make EXTRA_CFLAGS="-Os" EFIDIR="/boot/EFI"
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   install -d "${pkgdir}/usr/bin/"
+   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
+   
+   install -d "${pkgdir}/usr/share/man/man8/"
+   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
+   
+}

Deleted: core-x86_64/efibootmgr-tilt_slashes-func.patch
===
--- core-x86_64/efibootmgr-tilt_slashes-func.patch  2018-06-26 20:10:54 UTC 
(rev 327649)
+++ core-x86_64/efibootmgr-tilt_slashes-func.patch  2018-06-26 20:10:55 UTC 
(rev 327650)
@@ -1,61 +0,0 @@
-diff --git a/src/efibootmgr/efibootmgr.c b/src/efibootmgr/efibootmgr.c
-index 236365a..9883961 100644
 a/src/efibootmgr/efibootmgr.c
-+++ 

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

2018-06-26 Thread Tobias Powalowski via arch-commits
Date: Tuesday, June 26, 2018 @ 20:10:54
  Author: tpowa
Revision: 327649

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

Added:
  efivar/repos/core-x86_64/PKGBUILD
(from rev 327648, efivar/repos/testing-x86_64/PKGBUILD)
Deleted:
  efivar/repos/core-x86_64/PKGBUILD
  efivar/repos/testing-x86_64/

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

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-06-26 19:41:59 UTC (rev 327648)
+++ core-x86_64/PKGBUILD2018-06-26 20:10:54 UTC (rev 327649)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efivar"
-pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=34
-pkgrel=1
-arch=('x86_64')
-url="https://github.com/rhinstaller/efivar;
-license=('LGPL2.1')
-makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=("libefivar=${pkgver}")
-options=('strip' 'zipman' 'docs')
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
-
-#source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efivar/"
-   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efivar/"
-   
-   git clean -x -d -f
-   echo
-   
-   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
-   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
-}
-
-build() {
-   
-   cd "${srcdir}/efivar/"
-   CFLAGS="${CFLAGS} -flto"
-   
-   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-cd "${srcdir}/efivar/src/test"
-make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efivar/"
-   
-   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
-   echo
-   
-   install -d "${pkgdir}/usr/bin"
-   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
-   
-}

Copied: efivar/repos/core-x86_64/PKGBUILD (from rev 327648, 
efivar/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-06-26 20:10:54 UTC (rev 327649)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver=35
+pkgrel=1
+arch=('x86_64')
+url="https://github.com/rhinstaller/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=("libefivar=${pkgver}")
+options=('strip' 'zipman' 'docs')
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver};)
+
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efivar/"
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+}
+
+build() {
+   
+   cd "${srcdir}/efivar/"
+   CFLAGS="${CFLAGS} -flto"
+   
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efivar/"
+   
+   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
+   echo
+   
+   install -d "${pkgdir}/usr/bin"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   
+}


[arch-commits] Commit in firefox-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 19:41:36
  Author: heftig
Revision: 327647

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 327646, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 19:37:40 UTC (rev 327646)
+++ PKGBUILD2018-06-26 19:41:36 UTC (rev 327647)
@@ -1,232 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=60.0.2
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=(any)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/;
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('3264cdac77964c001d27c1da36d280702c6e28bb9caedf06a7a57d2d034f5097'
-'46c49276255243becdddff6102bea42c4860cc3c008d4b01f8d95b91812cdfca'
-'037f8ec9d96f019059d8131eff4ab06fff8ecc657f98ea231b1e5e7bae730880'
-'cda7d8d114da54e4ecd6a5781795ab590c3510c59ab74d1c8343a2834489fa73'
-'b978d40a6ebe0ec9ae07fe9d0b2a24c181422c1c09939255f7984a4b153b9a26'
-'5be044c2ea120e039e73a33c334314ce488bc12f0d0d5605a86320a023ed3ea3'
-'c692cc2f12e4df1b5e45a5070766e8c5cf468aeb3315180228defdc5704e61d1'
-'cc291a855dcb454f114b40c7673db18dd7c0b2962a3c11ff9c0a986e3231eaa6'
-'62178b8aa781941a3de9d11e597092d479f682b5c6738de010110a3b9a9a42d8'
-'cbd8950fdab635e864c10a5358d0495210effd6160a62b9599b093338dc67a16'
-'026b702fdec8e922e71e6a9198d42de7a615d47d9ce47d8a58fdc8c0ee4ffe5a'
-'acd17442b0918ddadaa324223b70cc240e3e5f9377ee1bf966cecb6f1bd124cf'
-'6fc982720e171f8c4e1b06eed294735a6514e3e54bb9ada39cca697315afb48f'
-

[arch-commits] Commit in firefox/trunk (4 files)

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 19:37:40
  Author: heftig
Revision: 327646

61.0-1

Modified:
  firefox/trunk/PKGBUILD
Deleted:
  firefox/trunk/0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz
  firefox/trunk/complete-csd-window-offset-mozilla-1457691.patch.xz
  firefox/trunk/no-crmf.diff

---+
 0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz |  407 --
 PKGBUILD  |   37 
 complete-csd-window-offset-mozilla-1457691.patch.xz   |   36 
 no-crmf.diff  |   15 
 4 files changed, 8 insertions(+), 487 deletions(-)

Deleted: 0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz
===
--- 0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz   
2018-06-26 19:22:16 UTC (rev 327645)
+++ 0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz   
2018-06-26 19:37:40 UTC (rev 327646)
@@ -1,847 +0,0 @@
-�7zXZp�}�p���P�1�aK�˭UdM=d��w�!tY���)��  
��F�.���z����>��������W�51���1��v5Qh�2Ab݃��R4��C��b�E�&�\�?>k3:
 ��.a]��Ĝk���)L'e��!idsy읳� |#��Re
-��9��<�A��T�SI 5�+��f�uz�D=O�'m��]�p^g� 
�?uߌS�f�U��ݠ�hB���&*PГB�T��D�6*y3� ]�
-谬[7�k�(�:�赅��6_EG���ܻ�ɥ�O
-��N%,���'�",�3?�Y\UGأ���ڪ�##��?)PnyMS�L� 
H��_�wc�ƹ!}���Uأ�B#+5@~-��K��yꝚ���
�o�9u��))�wP}&2�@`yF�.�y�]q�I�[\�h<|�Rd����vT���
-Q�v�2D�h;�X�� �]B��%-��#��ߣ���>5̓�w�3A�I߿���z���A=�L�  
�U�˘�>VQ1*�o���mU�i�*+b;�V��
-tm_p�|���k}!�}+�6��W� ��
�o<�~#1�f=�,����Q���㞲�uF��Wu�a��%���@⋞/���[���_c9X!�]+S��;ݑ!ç��i 
����(�Ywʌ;�/;��&c��X����R�jp�p�O!*��+�6�B4�A�E��B�
��y{[��HfM�>jHٯt����
-���5������k;���;}=ۆ�w���5�2�"��P@��o��ַpe�1���!�D���#�ol�3��N�?�R�9d�F���R��0�v��g}�廡]��%Rƈ3�
-w3W}��Ù�Pa�hD�Su�K�eP�[#�9��!��V'R�r�a�[�*;�/S/�/y?KD�c���T�b�!ٳy�5�m�l�jv�&��j_V�@<��\�\�;��w�m
V��Aai��{N[�̠C�:�+2�ջ���Sn�Ĝ-�Y�דZҐ=���bLGW�sd�6��p���|����L�~eUy��ɷ'� 
ݟ���R���"h��##��   ��q�A��ᆕu�
-^%�2��i   S����ס<��`9��
A_�?'��A&|n�\�:Wa��Ն��!a4�y�S3�*
-MAx8��x�ļx��]OV�8��!��_(��� !U���Ah�Pl�1W�/�3
�&1��P~��tk2Ƥ���8�a19�7��H �B��1�t�L�N��~��_eT/�W� 
�N�$�C�#Ek�p�>��!�ZB��\P:�o{�b��7�h����*x��hi��Ľ�kM6'a�킒�4��1�غE![�#HT�p�
�oD��?�1���S�
-���x��oCYi)�$�\�+j}
-\l�d��ܻQ��
-��o|Ɩ�mh��湜�#149�ʝ/����$�6�0��4�\�Y-=9u����"}�3�r6�p4��q/�=��rr��*�6Փ�_��+�n��t/�vF��$��Ǣ�hFq�2��jG^$����!�IL�A�Ɂ<��ְ���|���:�1@
�H��OR�b61�C��Wl�$���mq�!��,5Y  
|�;{w�h��ͅh5�2U�[$���!�cyZ�=�R֌�|�E@�Nw��ʛ�Q��t.݃՞�2�ʿ�4?�Q��S�x>�"6~|Y,��ȝ��a��K{Y���`���eSz��`��I�e���Uo���/usr/bin/$pkgname"
 <

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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 19:22:16
  Author: felixonmars
Revision: 327645

archrelease: copy trunk to testing-x86_64

Added:
  ndctl/repos/testing-x86_64/
  ndctl/repos/testing-x86_64/PKGBUILD
(from rev 327644, ndctl/trunk/PKGBUILD)

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

Copied: ndctl/repos/testing-x86_64/PKGBUILD (from rev 327644, 
ndctl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-26 19:22:16 UTC (rev 327645)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=61
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
+makedepends=('asciidoc' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('9c7c2213ff7704761f727c6a3ff3826aeebbb01921c2fcd6696ffa82a1b00b7c06e4ec2b05820d9cd4b47ae10fc303d7fffdd49648f1013d70f2f305d9bd7a41')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 19:21:58
  Author: felixonmars
Revision: 327644

upgpkg: ndctl 61-1

Modified:
  ndctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:46:45 UTC (rev 327643)
+++ PKGBUILD2018-06-26 19:21:58 UTC (rev 327644)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=ndctl
-pkgver=60.3
-pkgrel=2
+pkgver=61
+pkgrel=1
 pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
 arch=('x86_64')
 url="https://github.com/pmem/ndctl;
@@ -11,7 +11,7 @@
 depends=('json-c' 'kmod' 'libsystemd' 'libutil-linux')
 makedepends=('asciidoc' 'xmlto' 'bash-completion')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('59f2fecec95a268258501b996a8343149a96e12e3825d327e20aa2f2c92299e31c3b8063df16922f2ea26a3c2a68ce21b4ab55a42298840804d0d4eb9a15041b')
+sha512sums=('9c7c2213ff7704761f727c6a3ff3826aeebbb01921c2fcd6696ffa82a1b00b7c06e4ec2b05820d9cd4b47ae10fc303d7fffdd49648f1013d70f2f305d9bd7a41')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:46:45
  Author: heftig
Revision: 327643

61.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  192 ++---
 1 file changed, 96 insertions(+), 96 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:39:15 UTC (rev 327642)
+++ PKGBUILD2018-06-26 18:46:45 UTC (rev 327643)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=60.0.2
+pkgver=61.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -135,98 +135,98 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('3264cdac77964c001d27c1da36d280702c6e28bb9caedf06a7a57d2d034f5097'
-'46c49276255243becdddff6102bea42c4860cc3c008d4b01f8d95b91812cdfca'
-'037f8ec9d96f019059d8131eff4ab06fff8ecc657f98ea231b1e5e7bae730880'
-'cda7d8d114da54e4ecd6a5781795ab590c3510c59ab74d1c8343a2834489fa73'
-'b978d40a6ebe0ec9ae07fe9d0b2a24c181422c1c09939255f7984a4b153b9a26'
-'5be044c2ea120e039e73a33c334314ce488bc12f0d0d5605a86320a023ed3ea3'
-'c692cc2f12e4df1b5e45a5070766e8c5cf468aeb3315180228defdc5704e61d1'
-'cc291a855dcb454f114b40c7673db18dd7c0b2962a3c11ff9c0a986e3231eaa6'
-'62178b8aa781941a3de9d11e597092d479f682b5c6738de010110a3b9a9a42d8'
-'cbd8950fdab635e864c10a5358d0495210effd6160a62b9599b093338dc67a16'
-'026b702fdec8e922e71e6a9198d42de7a615d47d9ce47d8a58fdc8c0ee4ffe5a'
-'acd17442b0918ddadaa324223b70cc240e3e5f9377ee1bf966cecb6f1bd124cf'
-'6fc982720e171f8c4e1b06eed294735a6514e3e54bb9ada39cca697315afb48f'
-'41f425b998c4f37c2e506d24e06ab692597d5d5f191c1042cef42b53b164377e'
-'e511a882edb4fe78c5759c716cc5313875dde60dcb144cb19f1ff2d3dd97478d'
-'5bd65f390119dcd6f09be4c71a158187e3d0ce3aa775b17459c4b57b6931877b'
-'e2c989a044c9a4af5ec60676d1e2f652d3bea657d0b51f91fe763458781d6279'
-'fe33cf6e6b118cbd56af791fce6b57640af600f3ed483ff71b3dace8c3ec378a'
-'eda7bc1cd123f24b57ce6d0fcfca3e6c0954c71a32ef610ae62dfe8ae8477140'
-'73daa18ad8e7a42c781242a506587fed18158f0bf1f9f2e7e9c2c8fa4916b4a3'
-'c447405287531c915afde8ca535b1b812b29a4a15b8aa1bb562b26276801a371'
-'fe02706b63725e0ef67d23cecae9e0a592c1b0c8bb0050773954f142793ef0d4'
-'3a012162ccef7068fd5b16117ede3eb8c151e99635e83c031a37f1989565f16b'
-'0df9291489150fa400c0927b770f5a94e7d3ad641ea59ac720cbf006f3c58e50'
-'05cc1895271e735fa0d4e73c0cc792de6d7bea63034777fd7facd3e45d0630da'
-'005ee9da32ea33d4f420ecbcd8add9cf2ab5bf332b0a7699ecab4ee67331a564'
-'f76adcbda565019c183d8a4ecb38a911a7fca78b7db158a5a1fa5402627e0566'
-'76b7ab024878427cf6ea87b9a74632c667b4cdcf03bdc899f95bb802dfc304d6'
-'2829924eee326add8b7f9f9dffd6a42f54e26bb573307d7655f74dff3fa4df43'
-'d9f0ff92b02ae4b6674432c191950fce9d5b85307b3dd4a7b818b6c73a701271'
-'a80e87f4151defb992312fcd143890c6b86cf5067222a2742257f12eb81fb067'
-'0bf0337cbd82f45f141eeae5433b4b77da449e3077fc0b32c9a3dc511da47f93'
-'bcf099ecd8ad1544e7d084417d6c876f6629b2689a194d7b38a0988a528e5d15'
-'657ad94dfd99269ada99636ebf7a7ee9bb7364bdcabaede2f6305bd793793f92'
-'6c13eaf3cbd4ef845be167f40509e6bb1b6732a3a8f0b7dac8a4b27bb1fb5244'
-'2def398c510f0417922c6155a47b532a2604794aff25dfaa1a64927e5112e69c'
-'a07e724a94de27dcd7efad3b518519eb2dc8fce2e6c6ad82c49d7340f1aae654'
-'f9f60f239d7091ac4fe4e8797fe66a2cf8f1998229439b64f02d12189fc56ed8'
-'8dbe92bf6e56417998bb581600f33abdc9ced8015a2f5b5404ad16331377d469'
-'2f8f02fbff9dcafe6e97f56e3bb4cd30dab599cfeac5aa08176ddf115e93c230'
-'0d5ccd4b83d3bc510f48466b647956d356da98b2873bf324e0449f795418b83c'
-'ec0799c68a0f054ec30fdf9f7b698517b12d960235dabcbfd6ea828e38647cee'
-'3fd33dabf5a465fba7983553ba89d7189cb156132bd2060932b11f1bc3efbabf'
-'be54a7a81d3d2aecd5bda7266034f2c41dd2271ca41c4a59dfc2d95ef8ef6876'
-'c552a2302b5832c953db367475d9eb292e75ef3f1319e034ade05e6e5ef1f15b'
-'61bb78d4604bb4f4fee525751486e6e5612c285565bb7e42f6e3b388a9dbbe31'
-'54deba7f2a00e48cadd99208472e467f1f78a678db91ba3fbb8ffe2d925f5dda'
-'f7fb19719341975e08328270ba1f4933d589fb4d2798ef9a00965828aba55227'
-'0164a3686761abf0be0a1d8f773762031222e22362152865c4e38ac306b0cdd3'
-'02b80d059ae403c04b2e130f521b1d80ea71f505cfe4dbd120ea218a84bedeb0'
-'dcb3446a228a3cde462264e0ba39c606aea4dc711919e6c7d5dae252ecdd5a67'
-'fcfe7fc9d2cff0399e369eaf1d8bb5d8adb73773d095858bbefd2758d69f7f27'
-'049404f2dcb4d32ddcce2b36739b4301b69586906defa775fc6500c8fad678ac'
-

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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:28:26
  Author: heftig
Revision: 327634

archrelease: copy trunk to staging-x86_64

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

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

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

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

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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:28:09
  Author: heftig
Revision: 327633

archrelease: copy trunk to staging-x86_64

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

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

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

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

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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:27:53
  Author: heftig
Revision: 327632

archrelease: copy trunk to staging-x86_64

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

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

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

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

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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:27:38
  Author: heftig
Revision: 346282

archrelease: copy trunk to community-staging-x86_64

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

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

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

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


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:27:23
  Author: heftig
Revision: 346281

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
346280, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-06-26 18:27:23 UTC (rev 
346281)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

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

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


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:27:05
  Author: heftig
Revision: 346280

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 346279, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 346279, r8168/trunk/linux-4.15.patch)

--+
 PKGBUILD |   47 ++
 linux-4.15.patch |   81 +
 2 files changed, 128 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 346279, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 18:27:05 UTC (rev 346280)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=66
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.15.patch)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31'
+'6434f0d1fcb08e3605a17859d3b8946c65bcf14737e223315b6468b3394c5cd7')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux-4.15.patch
+}
+
+build() {
+   KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-4.17-ARCH/version)
+   msg2 "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=("linux>=4.17" "linux<4.18")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-4.17-ARCH" -m644 
src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.15.patch (from rev 346279, 
r8168/trunk/linux-4.15.patch)
===
--- community-staging-x86_64/linux-4.15.patch   (rev 0)
+++ community-staging-x86_64/linux-4.15.patch   2018-06-26 18:27:05 UTC (rev 
346280)
@@ -0,0 +1,81 @@
+diff -u -r r8168-8.045.08/src/r8168_n.c r8168-8.045.08-4.15/src/r8168_n.c
+--- r8168-8.045.08/src/r8168_n.c   2017-09-22 17:31:17.0 +0200
 r8168-8.045.08-4.15/src/r8168_n.c  2018-01-29 12:33:34.283394438 +0100
+@@ -407,8 +407,13 @@
+ static void rtl8168_sleep_rx_enable(struct net_device *dev);
+ static void rtl8168_dsm(struct net_device *dev, int dev_state);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void rtl8168_esd_timer(unsigned long __opaque);
+ static void rtl8168_link_timer(unsigned long __opaque);
++#else
++static void rtl8168_esd_timer(struct timer_list *timer_list);
++static void rtl8168_link_timer(struct timer_list *timer_list);
++#endif
+ static void rtl8168_tx_clear(struct rtl8168_private *tp);
+ static void rtl8168_rx_clear(struct rtl8168_private *tp);
+ 
+@@ -22964,7 +22969,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >esd_timer;
+ 
+-setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_esd_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_esd_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_ESD_TIMEOUT);
+ }
+ 
+@@ -22978,7 +22987,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >link_timer;
+ 
+-setup_timer(timer, rtl8168_link_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_link_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_link_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_LINK_TIMEOUT);
+ }
+ 
+@@ -24717,10 +24730,16 @@
+ #define PCI_DEVICE_SERIAL_NUMBER (0x0164)
+ 
+ static void
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ rtl8168_esd_timer(unsigned long __opaque)
+ {
+-struct net_device *dev = (struct net_device *)__opaque;
+-struct rtl8168_private *tp = netdev_priv(dev);
++struct rtl8168_private *tp = (struct rtl8168_private *)__opaque;
++#else

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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:26:50
  Author: heftig
Revision: 346279

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:26:15
  Author: heftig
Revision: 346277

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 346276, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 18:26:15 UTC (rev 346277)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+pkgname=broadcom-wl# Build against stock -ARCH kernel
+#pkgname=broadcom-wl-custom# Build agains kernel with a different name
+_kernelname=${pkgname#broadcom-wl}
+pkgver=6.30.223.271
+pkgrel=25
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" 
"${pkgname%$_kernelname}-dkms=${pkgver}")
+
+build() {
+_kernmajor="$(pacman -Q linux${_kernelname} | sed -r 
's/linux'"${_kernelname}"' ([0-9]*.[0-9]*).*/\1/')"
+
_kernver="$(

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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:26:32
  Author: heftig
Revision: 346278

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:25:58
  Author: heftig
Revision: 346276

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:20:39
  Author: heftig
Revision: 327630

396.24-13: kernel 4.17.3-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:20:34 UTC (rev 327629)
+++ PKGBUILD2018-06-26 18:20:39 UTC (rev 327630)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=396.24
 _extramodules=extramodules-4.17-ARCH
-pkgrel=12
+pkgrel=13
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:20:23
  Author: heftig
Revision: 346273

8.045.08-66: kernel 4.17.3-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:20:17 UTC (rev 346272)
+++ PKGBUILD2018-06-26 18:20:23 UTC (rev 346273)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=65
+pkgrel=66
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:20:17
  Author: heftig
Revision: 346272

0.8-144: kernel 4.17.3-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:20:07 UTC (rev 346271)
+++ PKGBUILD2018-06-26 18:20:17 UTC (rev 346272)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=143
+pkgrel=144
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:20:43
  Author: heftig
Revision: 327631

340.107-7: kernel 4.17.3-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:20:39 UTC (rev 327630)
+++ PKGBUILD2018-06-26 18:20:43 UTC (rev 327631)
@@ -7,7 +7,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-4.17-ARCH
-pkgrel=6
+pkgrel=7
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:20:03
  Author: heftig
Revision: 346270

6.30.223.271-25: kernel 4.17.3-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:20:00 UTC (rev 346269)
+++ PKGBUILD2018-06-26 18:20:03 UTC (rev 346270)
@@ -5,7 +5,7 @@
 #pkgname=broadcom-wl-custom# Build agains kernel with a different name
 _kernelname=${pkgname#broadcom-wl}
 pkgver=6.30.223.271
-pkgrel=24
+pkgrel=25
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:20:31
  Author: heftig
Revision: 346275

1.1.0-138: kernel 4.17.3-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:20:27 UTC (rev 346274)
+++ PKGBUILD2018-06-26 18:20:31 UTC (rev 346275)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=137
+pkgrel=138
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:20:00
  Author: heftig
Revision: 346269

0.43-32: kernel 4.17.3-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 17:26:38 UTC (rev 346268)
+++ PKGBUILD2018-06-26 18:20:00 UTC (rev 346269)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=31
+pkgrel=32
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:20:27
  Author: heftig
Revision: 346274

20170610-79: kernel 4.17.3-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:20:23 UTC (rev 346273)
+++ PKGBUILD2018-06-26 18:20:27 UTC (rev 346274)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=78
+pkgrel=79
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:20:34
  Author: heftig
Revision: 327629

390.67-5: kernel 4.17.3-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:04:59 UTC (rev 327628)
+++ PKGBUILD2018-06-26 18:20:34 UTC (rev 327629)
@@ -7,7 +7,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.67
 _extramodules=extramodules-4.17-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-06-26 Thread Jan Steffens via arch-commits
Date: Tuesday, June 26, 2018 @ 18:20:07
  Author: heftig
Revision: 346271

5.2.12-11: kernel 4.17.3-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 18:20:03 UTC (rev 346270)
+++ PKGBUILD2018-06-26 18:20:07 UTC (rev 346271)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.12
-pkgrel=10
+pkgrel=11
 _linux_major=4
 _linux_minor=17
 arch=('x86_64')


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

2018-06-26 Thread Andreas Radke via arch-commits
Date: Tuesday, June 26, 2018 @ 18:04:59
  Author: andyrtr
Revision: 327628

fix url - FS#59125

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 17:59:05 UTC (rev 327627)
+++ PKGBUILD2018-06-26 18:04:59 UTC (rev 327628)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
 arch=('x86_64')
-url="https://qpdf.sourceforge.net/;
+url="https://sourceforge.net/projects/qpdf/;
 license=('custom:Artistic-2.0' 'Apache')
 depends=('libjpeg-turbo' 'zlib')
 optdepends=('perl: required for fix-qdf')


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

2018-06-26 Thread Andreas Radke via arch-commits
Date: Tuesday, June 26, 2018 @ 17:48:09
  Author: andyrtr
Revision: 327623

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 327622, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 327622, 
linux-lts/trunk/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 327622, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 327622, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 327622, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 327622, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 327622, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 327622, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  230 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  238 
 config  | 8506 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 8 files changed, 9124 insertions(+)

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


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

2018-06-26 Thread Andreas Radke via arch-commits
Date: Tuesday, June 26, 2018 @ 17:47:38
  Author: andyrtr
Revision: 327622

upgpkg: linux-lts 4.14.52-1

upstream update 4.14.52

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 17:46:48 UTC (rev 327621)
+++ PKGBUILD2018-06-26 17:47:38 UTC (rev 327622)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.14
-pkgver=4.14.51
+pkgver=4.14.52
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'d85e8c6063951d286d4ebac055b3727ef0b8298e1e60d33cf2366618a485b7d5'
+'02afce8ee5d78452589ad7bb23c7d7c94d18f9c346594088b36d67e0b0f62275'
 'SKIP'
 'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-06-26 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 26, 2018 @ 17:46:38
  Author: alucryd
Revision: 327620

upgpkg: libgusb 0.3.0-1

Modified:
  libgusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 15:16:20 UTC (rev 327619)
+++ PKGBUILD2018-06-26 17:46:38 UTC (rev 327620)
@@ -3,44 +3,25 @@
 # Contributor: Ionut Biru 
 
 pkgname=libgusb
-pkgver=0.2.11
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='GObject wrapper for libusb1'
 url='https://github.com/hughsie/libgusb'
 arch=('x86_64')
 license=('LGPL2.1')
-depends=('glib2' 'glibc' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
+depends=('glib2' 'libusb')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'python2' 'vala')
 _commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
-source=("git+https://github.com/hughsie/libgusb#commit=$_commit;)
+source=("git+https://github.com/hughsie/libgusb#tag=${pkgver};)
 sha256sums=('SKIP')
 
-pkgver() {
-  cd libgusb
-
-  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd libgusb
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-  cd libgusb
-
-  ./configure \
---prefix='/usr' \
---enable-gtk-doc \
---disable-static
-  make
+  arch-meson libgusb build
+  ninja -C build
 }
 
 package() {
-  cd libgusb
-
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja -C build install
 }
 
 # vim: ts=2 sw=2 et:


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

2018-06-26 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 26, 2018 @ 17:46:48
  Author: alucryd
Revision: 327621

archrelease: copy trunk to extra-x86_64

Added:
  libgusb/repos/extra-x86_64/PKGBUILD
(from rev 327620, libgusb/trunk/PKGBUILD)
Deleted:
  libgusb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 17:46:38 UTC (rev 327620)
+++ PKGBUILD2018-06-26 17:46:48 UTC (rev 327621)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.2.11
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'glibc' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
-_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
-source=("git+https://github.com/hughsie/libgusb#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd libgusb
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libgusb
-
-  ./configure \
---prefix='/usr' \
---enable-gtk-doc \
---disable-static
-  make
-}
-
-package() {
-  cd libgusb
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 327620, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 17:46:48 UTC (rev 327621)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url='https://github.com/hughsie/libgusb'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glib2' 'libusb')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'python2' 'vala')
+_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
+source=("git+https://github.com/hughsie/libgusb#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-26 Thread Christian Rebischke via arch-commits
Date: Tuesday, June 26, 2018 @ 17:26:31
  Author: shibumi
Revision: 346267

upgpkg: asciidoctor 1.5.7.1-1

Modified:
  asciidoctor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 15:27:18 UTC (rev 346266)
+++ PKGBUILD2018-06-26 17:26:31 UTC (rev 346267)
@@ -5,7 +5,7 @@
 # Contributor: Nicolas Bigaouette 
 
 pkgname=asciidoctor
-pkgver=1.5.6.2
+pkgver=1.5.7.1
 pkgrel=1
 pkgdesc='An implementation of AsciiDoc in Ruby'
 arch=('any')
@@ -16,7 +16,7 @@
 options=(!emptydirs)
 source=("https://rubygems.org/downloads/${pkgname}-${pkgver}.gem;)
 noextract=("$pkgname-$pkgver.gem")
-sha512sums=('5eabe097d4f98b8249d7d7c0cad769fa91c95a9bb020baed83b53b0eebea0736321261e51210813395063cd7e1baa9d1a06a7daaaf754aa46eff17784710574d')
+sha512sums=('104a320cd2efdb1d01bd3a0a4a144d9946a668a7d7e57d61cba3e424abd73a3fa0c4840ab7719e556d077a943301ef67b5464f1b69bdf6a79eade293d54e9bdc')
 
 package() {
 local _gemdir="$(ruby -e 'puts Gem.default_dir')"


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

2018-06-26 Thread Christian Rebischke via arch-commits
Date: Tuesday, June 26, 2018 @ 17:26:38
  Author: shibumi
Revision: 346268

archrelease: copy trunk to community-any

Added:
  asciidoctor/repos/community-any/PKGBUILD
(from rev 346267, asciidoctor/trunk/PKGBUILD)
Deleted:
  asciidoctor/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 17:26:31 UTC (rev 346267)
+++ PKGBUILD2018-06-26 17:26:38 UTC (rev 346268)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Christian Rebischke 
-# Contributor: Stefan Tatschner 
-# Contributor: Nick Østergaard 
-# Contributor: Nicolas Bigaouette 
-
-pkgname=asciidoctor
-pkgver=1.5.6.2
-pkgrel=1
-pkgdesc='An implementation of AsciiDoc in Ruby'
-arch=('any')
-url='http://asciidoctor.org'
-license=('MIT')
-makedepends=('ruby-rdoc')
-depends=('ruby')
-options=(!emptydirs)
-source=("https://rubygems.org/downloads/${pkgname}-${pkgver}.gem;)
-noextract=("$pkgname-$pkgver.gem")
-sha512sums=('5eabe097d4f98b8249d7d7c0cad769fa91c95a9bb020baed83b53b0eebea0736321261e51210813395063cd7e1baa9d1a06a7daaaf754aa46eff17784710574d')
-
-package() {
-local _gemdir="$(ruby -e 'puts Gem.default_dir')"
-
-gem install --ignore-dependencies --no-user-install --verbose \
--i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" \
-"$pkgname-$pkgver.gem"
-
-install -Dm644 "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/man/asciidoctor.1" \
-"$pkgdir/usr/share/man/man1/asciidoctor.1"
-
-rm "$pkgdir/$_gemdir/cache/$pkgname-$pkgver.gem"
-rm -rf "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/man"
-}

Copied: asciidoctor/repos/community-any/PKGBUILD (from rev 346267, 
asciidoctor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 17:26:38 UTC (rev 346268)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Christian Rebischke 
+# Contributor: Stefan Tatschner 
+# Contributor: Nick Østergaard 
+# Contributor: Nicolas Bigaouette 
+
+pkgname=asciidoctor
+pkgver=1.5.7.1
+pkgrel=1
+pkgdesc='An implementation of AsciiDoc in Ruby'
+arch=('any')
+url='http://asciidoctor.org'
+license=('MIT')
+makedepends=('ruby-rdoc')
+depends=('ruby')
+options=(!emptydirs)
+source=("https://rubygems.org/downloads/${pkgname}-${pkgver}.gem;)
+noextract=("$pkgname-$pkgver.gem")
+sha512sums=('104a320cd2efdb1d01bd3a0a4a144d9946a668a7d7e57d61cba3e424abd73a3fa0c4840ab7719e556d077a943301ef67b5464f1b69bdf6a79eade293d54e9bdc')
+
+package() {
+local _gemdir="$(ruby -e 'puts Gem.default_dir')"
+
+gem install --ignore-dependencies --no-user-install --verbose \
+-i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" \
+"$pkgname-$pkgver.gem"
+
+install -Dm644 "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/man/asciidoctor.1" \
+"$pkgdir/usr/share/man/man1/asciidoctor.1"
+
+rm "$pkgdir/$_gemdir/cache/$pkgname-$pkgver.gem"
+rm -rf "$pkgdir/$_gemdir/gems/$pkgname-$pkgver/man"
+}


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:27:18
  Author: felixonmars
Revision: 346266

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 15:26:58 UTC (rev 346265)
+++ PKGBUILD2018-06-26 15:27:18 UTC (rev 346266)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgname=python-keyring
-pkgver=13.0.0
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring;
-license=('PSF' 'MIT')
-source=("https://pypi.io/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
-depends=('python-entrypoints' 'python-secretstorage')
-optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner')
-sha512sums=('d06cd64a435a08ec18eea595f2a37769e823e9095cb5585f7b6532804a4cfaae807e7ace4bd4afde7f11480d202b09878480bd7d7de37dc7e6ce2214f0d38991')
-
-prepare() {
-  cd keyring-$pkgver
-  echo -e '\nflake8-ignore = W191 W503 W504' >> pytest.ini
-}
-
-build() {
-  cd keyring-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd keyring-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd keyring-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 346265, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 15:27:18 UTC (rev 346266)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgname=python-keyring
+pkgver=13.1.0
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=("https://pypi.io/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+depends=('python-entrypoints' 'python-secretstorage')
+optdepends=('python-keyrings-alt: Alternative backends')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner')
+sha512sums=('06dc9f27692b4ebaa1592d500135d4dad7358ebc53d3b1e1cc733e9aa6610136f9b7224ffd5426324ee5d405fcf0c0b836de776ab304d2395e7491655afd98ca')
+
+prepare() {
+  cd keyring-$pkgver
+  echo -e '\nflake8-ignore = W191 W503 W504' >> pytest.ini
+}
+
+build() {
+  cd keyring-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd keyring-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd keyring-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:26:58
  Author: felixonmars
Revision: 346265

upgpkg: python-keyring 13.1.0-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 15:26:32 UTC (rev 346264)
+++ PKGBUILD2018-06-26 15:26:58 UTC (rev 346265)
@@ -7,7 +7,7 @@
 # Contributor: Steven Allen 
 
 pkgname=python-keyring
-pkgver=13.0.0
+pkgver=13.1.0
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -18,7 +18,7 @@
 optdepends=('python-keyrings-alt: Alternative backends')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-flake8' 'python-pytest-runner')
-sha512sums=('d06cd64a435a08ec18eea595f2a37769e823e9095cb5585f7b6532804a4cfaae807e7ace4bd4afde7f11480d202b09878480bd7d7de37dc7e6ce2214f0d38991')
+sha512sums=('06dc9f27692b4ebaa1592d500135d4dad7358ebc53d3b1e1cc733e9aa6610136f9b7224ffd5426324ee5d405fcf0c0b836de776ab304d2395e7491655afd98ca')
 
 prepare() {
   cd keyring-$pkgver


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (2 files)

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:26:32
  Author: felixonmars
Revision: 346264

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 346263, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 15:26:12 UTC (rev 346263)
+++ PKGBUILD2018-06-26 15:26:32 UTC (rev 346264)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.5.6
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
- 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual'
- 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
- 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('dffe73c5d8eb53a20970b5fb0287852d4ae019307ed0fe4fbd0bc145ef2ed6356f17b982a30aebf4c43f5b407b8b9123d0033868be2e5f05a499e53e13158f9f')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i 's|service.path = /lib/systemd/system|service.path = 
/usr/lib/systemd/system|' dde-anythingmonitor/dde-anythingmonitor.pro
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 346263, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 15:26:32 UTC (rev 346264)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.5.6.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
+ 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual'
+ 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
+ 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('966f1456e7aa979b84f09fb75487e6eda205ed1e263919149b620808676098413f3592e2c2f145658b9c3ef30d8776f5d6dbb1389dc3bbb7e9d415c40d8cff95')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|service.path = /lib/systemd/system|service.path = 
/usr/lib/systemd/system|' dde-anythingmonitor/dde-anythingmonitor.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:26:12
  Author: felixonmars
Revision: 346263

upgpkg: deepin-file-manager 1:4.5.6.1-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 15:17:05 UTC (rev 346262)
+++ PKGBUILD2018-06-26 15:26:12 UTC (rev 346263)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.5.6
-pkgrel=2
+pkgver=4.5.6.1
+pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')
@@ -20,8 +20,8 @@
 provides=('deepin-desktop')
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('dffe73c5d8eb53a20970b5fb0287852d4ae019307ed0fe4fbd0bc145ef2ed6356f17b982a30aebf4c43f5b407b8b9123d0033868be2e5f05a499e53e13158f9f')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('966f1456e7aa979b84f09fb75487e6eda205ed1e263919149b620808676098413f3592e2c2f145658b9c3ef30d8776f5d6dbb1389dc3bbb7e9d415c40d8cff95')
 
 prepare() {
   cd dde-file-manager-$pkgver


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:15:33
  Author: felixonmars
Revision: 346254

upgpkg: autossh 1.4f-1

Modified:
  autossh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 15:12:23 UTC (rev 346253)
+++ PKGBUILD2018-06-26 15:15:33 UTC (rev 346254)
@@ -3,8 +3,8 @@
 # Contributor: Ian Taylor 
 
 pkgname=autossh
-pkgver=1.4e
-pkgrel=2
+pkgver=1.4f
+pkgrel=1
 pkgdesc="Automatically restart SSH sessions and tunnels"
 arch=('x86_64')
 url="http://www.harding.motd.ca/autossh/;
@@ -12,7 +12,7 @@
 depends=('libnsl' 'openssh')
 source=("http://www.harding.motd.ca/autossh/$pkgname-$pkgver.tgz;
"LICENSE")
-sha512sums=('2f71403ee005103c6a3e2e669f6b26153161c95c8dacd3e73d61673461b3512348636877760d911341771e744c0a682b107df4ac48621661ff36a9fc0191f2fb'
+sha512sums=('a66912a04d1b659802913ec63d7b951fa6265dedf4480f0ad2dfdfb852e1e3029355b9a132bf3fa5b4b67e5ac8dace83b96e837182d8b3f0c2c72ad9188b7b8f'
 
'cdbdf804eb6e6480cc2be8a9b170f77f6c58e4ae2a741871cd29308ff10a1d391759bed2576b5f072aa878f9c4ae5ef7e6f9c8f38560b3ebbe4591a7220582f7')
 
 build() {


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:15:52
  Author: felixonmars
Revision: 346255

archrelease: copy trunk to community-x86_64

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

--+
 LICENSE  |   32 ++---
 PKGBUILD |   66 ++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-06-26 15:15:33 UTC (rev 346254)
+++ LICENSE 2018-06-26 15:15:52 UTC (rev 346255)
@@ -1,16 +0,0 @@
-Copyright (c) Carson Harding, 2002-2008.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are freely permitted.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
-AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
-THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: autossh/repos/community-x86_64/LICENSE (from rev 346254, 
autossh/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-06-26 15:15:52 UTC (rev 346255)
@@ -0,0 +1,16 @@
+Copyright (c) Carson Harding, 2002-2008.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are freely permitted.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 15:15:33 UTC (rev 346254)
+++ PKGBUILD2018-06-26 15:15:52 UTC (rev 346255)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ian Taylor 
-
-pkgname=autossh
-pkgver=1.4e
-pkgrel=2
-pkgdesc="Automatically restart SSH sessions and tunnels"
-arch=('x86_64')
-url="http://www.harding.motd.ca/autossh/;
-license=('custom')
-depends=('libnsl' 'openssh')
-source=("http://www.harding.motd.ca/autossh/$pkgname-$pkgver.tgz;
-   "LICENSE")
-sha512sums=('2f71403ee005103c6a3e2e669f6b26153161c95c8dacd3e73d61673461b3512348636877760d911341771e744c0a682b107df4ac48621661ff36a9fc0191f2fb'
-
'cdbdf804eb6e6480cc2be8a9b170f77f6c58e4ae2a741871cd29308ff10a1d391759bed2576b5f072aa878f9c4ae5ef7e6f9c8f38560b3ebbe4591a7220582f7')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix="$pkgdir"/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  install -D -m755 autossh "$pkgdir"/usr/bin/autossh
-  install -D -m644 CHANGES "$pkgdir"/usr/share/doc/autossh/CHANGES
-  install -D -m644 README "$pkgdir"/usr/share/doc/autossh/README
-  install -D -m644 autossh.host 
"$pkgdir"/usr/share/autossh/examples/autossh.host
-  install -D -m644 rscreen "$pkgdir"/usr/share/autossh/examples/rscreen
-  install -D -m644 autossh.1 "$pkgdir"/usr/share/man/man1/autossh.1
-  install -D -m644 "$srcdir"/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: autossh/repos/community-x86_64/PKGBUILD (from rev 346254, 
autossh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 15:15:52 UTC (rev 346255)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ian Taylor 
+
+pkgname=autossh
+pkgver=1.4f
+pkgrel=1
+pkgdesc="Automatically restart SSH sessions and tunnels"
+arch=('x86_64')
+url="http://www.harding.motd.ca/autossh/;
+license=('custom')
+depends=('libnsl' 'openssh')

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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:12:23
  Author: felixonmars
Revision: 346253

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 346252, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 15:12:04 UTC (rev 346252)
+++ PKGBUILD2018-06-26 15:12:23 UTC (rev 346253)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=nvchecker
-pkgver=1.0
-pkgrel=1
-pkgdesc="New version checker for software"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker;
-license=('MIT')
-depends=('python-setuptools' 'python-tornado' 'python-pycurl')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-asyncio' 'python-flaky')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('3a850030944aeec8c40490cd190e4c3d91f4c8518d3f963aee78878babb2096139a12cad1159469ac184257c2117d5bd00896d25bbd16dc8220046d522565834')
-
-build() {
-  cd nvchecker-$pkgver
-  python setup.py build 
-}
-
-check() {
-  cd nvchecker-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd nvchecker-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 346252, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 15:12:23 UTC (rev 346253)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=nvchecker
+pkgver=1.1
+pkgrel=1
+pkgdesc="New version checker for software"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker;
+license=('MIT')
+depends=('python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-asyncio' 'python-flaky')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
+sha512sums=('8680776c22bbb34ad531982027a173744a484a98b9a02fda4068d314bdfadefda29d4542a0dac2981ead26a0040c786c59c9239d5097a8a75aec353ace93b9fd')
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build 
+}
+
+check() {
+  cd nvchecker-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd nvchecker-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:12:04
  Author: felixonmars
Revision: 346252

upgpkg: nvchecker 1.1-1

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 15:10:23 UTC (rev 346251)
+++ PKGBUILD2018-06-26 15:12:04 UTC (rev 346252)
@@ -2,16 +2,16 @@
 # Maintainer: Felix Yan 
 
 pkgname=nvchecker
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc="New version checker for software"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker;
 license=('MIT')
-depends=('python-setuptools' 'python-tornado' 'python-pycurl')
+depends=('python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-asyncio' 'python-flaky')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('3a850030944aeec8c40490cd190e4c3d91f4c8518d3f963aee78878babb2096139a12cad1159469ac184257c2117d5bd00896d25bbd16dc8220046d522565834')
+sha512sums=('8680776c22bbb34ad531982027a173744a484a98b9a02fda4068d314bdfadefda29d4542a0dac2981ead26a0040c786c59c9239d5097a8a75aec353ace93b9fd')
 
 build() {
   cd nvchecker-$pkgver


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:10:23
  Author: felixonmars
Revision: 346251

archrelease: copy trunk to community-any

Added:
  python-structlog/repos/community-any/
  python-structlog/repos/community-any/PKGBUILD
(from rev 346250, python-structlog/trunk/PKGBUILD)

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

Copied: python-structlog/repos/community-any/PKGBUILD (from rev 346250, 
python-structlog/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-06-26 15:10:23 UTC (rev 346251)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-structlog
+pkgname=(python-structlog python2-structlog)
+pkgver=18.1.0
+pkgrel=1
+pkgdesc="Structured Logging for Python"
+url="http://www.structlog.org;
+license=('Apache')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun'
+  'python-pretend' 'python2-pretend' 'python-simplejson' 
'python2-simplejson'
+  'python-twisted' 'python2-twisted' 'python-rapidjson' 
'python-greenlet'
+  'python2-greenlet')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz;)
+sha512sums=('01ea560f16979312acd168c08994007e1116de470cf933a1524033884058114999f815cf3061b2d080c95453c9b628ed7747ea5d283bb2fcda7180edd977c09b')
+
+prepare() {
+  cp -a structlog-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/structlog-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/structlog-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/structlog-$pkgver
+  PYTHONPATH="$PWD"/build/lib pytest
+
+  cd "$srcdir"/structlog-$pkgver-py2
+  PYTHONPATH="$PWD"/build/lib pytest2
+}
+
+package_python-structlog() {
+  depends=('python-six')
+
+  cd structlog-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-structlog() {
+  depends=('python2-six')
+
+  cd structlog-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in (4 files)

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:10:01
  Author: felixonmars
Revision: 346250

addpkg: python-structlog 18.1.0-1

Added:
  python-structlog/
  python-structlog/repos/
  python-structlog/trunk/
  python-structlog/trunk/PKGBUILD

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

Added: python-structlog/trunk/PKGBUILD
===
--- python-structlog/trunk/PKGBUILD (rev 0)
+++ python-structlog/trunk/PKGBUILD 2018-06-26 15:10:01 UTC (rev 346250)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-structlog
+pkgname=(python-structlog python2-structlog)
+pkgver=18.1.0
+pkgrel=1
+pkgdesc="Structured Logging for Python"
+url="http://www.structlog.org;
+license=('Apache')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 
'python2-freezegun'
+  'python-pretend' 'python2-pretend' 'python-simplejson' 
'python2-simplejson'
+  'python-twisted' 'python2-twisted' 'python-rapidjson' 
'python-greenlet'
+  'python2-greenlet')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz;)
+sha512sums=('01ea560f16979312acd168c08994007e1116de470cf933a1524033884058114999f815cf3061b2d080c95453c9b628ed7747ea5d283bb2fcda7180edd977c09b')
+
+prepare() {
+  cp -a structlog-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/structlog-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/structlog-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/structlog-$pkgver
+  PYTHONPATH="$PWD"/build/lib pytest
+
+  cd "$srcdir"/structlog-$pkgver-py2
+  PYTHONPATH="$PWD"/build/lib pytest2
+}
+
+package_python-structlog() {
+  depends=('python-six')
+
+  cd structlog-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-structlog() {
+  depends=('python2-six')
+
+  cd structlog-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:07:31
  Author: felixonmars
Revision: 346249

archrelease: copy trunk to community-x86_64

Added:
  python-rapidjson/repos/community-x86_64/
  python-rapidjson/repos/community-x86_64/PKGBUILD
(from rev 346248, python-rapidjson/trunk/PKGBUILD)

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

Copied: python-rapidjson/repos/community-x86_64/PKGBUILD (from rev 346248, 
python-rapidjson/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-06-26 15:07:31 UTC (rev 346249)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-rapidjson
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Python wrapper around rapidjson"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/python-rapidjson;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'rapidjson')
+checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
+source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
+sha512sums=('a45e49d6a9b6d677c2b31a75366c2c98e4cd5321e81ff87ae2e428cd9df9a545bfdf3285f73e82c4cc3faf2b5ace79ba8f1b9d05e45558cfbadd41ddc79e5364')
+
+prepare() {
+  #rm -r python-rapidjson-$pkgver/rapidjson
+  #sed -i 's/if not os.path.isdir/if os.path.isdir/' 
python-rapidjson-$pkgver/setup.py
+  # Shared rapidjson fails tests.
+
+  cp -a python-rapidjson-$pkgver{,-py2}
+}
+
+build() {
+  cd python-rapidjson-$pkgver
+  python setup.py build # --rj-include-dir=/usr/include
+}
+
+check() {
+  cd python-rapidjson-$pkgver
+  python setup.py pytest --addopts '--ignore benchmarks/'
+}
+
+package() {
+  cd python-rapidjson-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 15:06:43
  Author: felixonmars
Revision: 346248

addpkg: python-rapidjson 0.6.2-1

Added:
  python-rapidjson/
  python-rapidjson/repos/
  python-rapidjson/trunk/
  python-rapidjson/trunk/PKGBUILD

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

Added: python-rapidjson/trunk/PKGBUILD
===
--- python-rapidjson/trunk/PKGBUILD (rev 0)
+++ python-rapidjson/trunk/PKGBUILD 2018-06-26 15:06:43 UTC (rev 346248)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-rapidjson
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Python wrapper around rapidjson"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/python-rapidjson;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'rapidjson')
+checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
+source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
+sha512sums=('a45e49d6a9b6d677c2b31a75366c2c98e4cd5321e81ff87ae2e428cd9df9a545bfdf3285f73e82c4cc3faf2b5ace79ba8f1b9d05e45558cfbadd41ddc79e5364')
+
+prepare() {
+  #rm -r python-rapidjson-$pkgver/rapidjson
+  #sed -i 's/if not os.path.isdir/if os.path.isdir/' 
python-rapidjson-$pkgver/setup.py
+  # Shared rapidjson fails tests.
+
+  cp -a python-rapidjson-$pkgver{,-py2}
+}
+
+build() {
+  cd python-rapidjson-$pkgver
+  python setup.py build # --rj-include-dir=/usr/include
+}
+
+check() {
+  cd python-rapidjson-$pkgver
+  python setup.py pytest --addopts '--ignore benchmarks/'
+}
+
+package() {
+  cd python-rapidjson-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


[arch-commits] Commit in xdg-desktop-portal-kde/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:57:34
  Author: arojas
Revision: 327616

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD
(from rev 327615, xdg-desktop-portal-kde/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:57:19 UTC (rev 327615)
+++ PKGBUILD2018-06-26 13:57:34 UTC (rev 327616)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=xdg-desktop-portal-kde
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(ki18n knotifications pipewire libepoxy kwayland kwidgetsaddons)
-makedepends=(extra-cmake-modules)
-provides=(xdg-desktop-portal-impl)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('aece918b634bded06f30dc13f5979ccabed705ad12fe211b8cfdc72af001b62d'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD (from rev 327615, 
xdg-desktop-portal-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:57:34 UTC (rev 327616)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=xdg-desktop-portal-kde
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(ki18n knotifications pipewire libepoxy kwayland kwidgetsaddons)
+makedepends=(extra-cmake-modules)
+provides=(xdg-desktop-portal-impl)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('01a5c82ef1fb7c4f9e5db05e917fdd13e34edc1cdf6a1fe773a9318ff781cdef'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:57:08
  Author: arojas
Revision: 327614

archrelease: copy trunk to extra-x86_64

Added:
  sddm-kcm/repos/extra-x86_64/PKGBUILD
(from rev 327613, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:56:52 UTC (rev 327613)
+++ PKGBUILD2018-06-26 13:57:08 UTC (rev 327614)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=sddm-kcm
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-depends=(sddm libxcursor knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1cd8a7b6570008f294f71fe4e6bd429f4b07e8a62cfc464008803d2cef4ae5ef'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 327613, 
sddm-kcm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:57:08 UTC (rev 327614)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm-kcm
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+depends=(sddm libxcursor knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1d4f486fe0223fb77ad8b9c721cfb4629231f40d5e336dd94f13d2118ba14979'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:57:19
  Author: arojas
Revision: 327615

archrelease: copy trunk to extra-x86_64

Added:
  user-manager/repos/extra-x86_64/PKGBUILD
(from rev 327614, user-manager/trunk/PKGBUILD)
Deleted:
  user-manager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:57:08 UTC (rev 327614)
+++ PKGBUILD2018-06-26 13:57:19 UTC (rev 327615)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(accountsservice libpwquality kio)
-makedepends=(extra-cmake-modules kcmutils)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5fddcb75ad170dc54fb8bbf6aede846f984b4a26ce2efe545d9e8d14fe4559f1'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: user-manager/repos/extra-x86_64/PKGBUILD (from rev 327614, 
user-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:57:19 UTC (rev 327615)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(accountsservice libpwquality kio)
+makedepends=(extra-cmake-modules kcmutils)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('501eb8247646e9251be6d531002debf0bad359e8be7aa2df7bab27dd9d9f7dcc'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in plasma-workspace-wallpapers/repos/extra-any (2 files)

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:56:52
  Author: arojas
Revision: 327613

archrelease: copy trunk to extra-any

Added:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD
(from rev 327612, plasma-workspace-wallpapers/trunk/PKGBUILD)
Deleted:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:56:40 UTC (rev 327612)
+++ PKGBUILD2018-06-26 13:56:52 UTC (rev 327613)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e43b8858c93adc6752f66314a820fc3a868ebf8b4ea2f01a33abed7cd20e6e7e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 327612, 
plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:56:52 UTC (rev 327613)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('197157eb6101d1d5ee86b3c8e6fd4f793564665e59d00441ac314cf47bc8a72f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:56:40
  Author: arojas
Revision: 327612

archrelease: copy trunk to extra-x86_64

Added:
  plasma-vault/repos/extra-x86_64/PKGBUILD
(from rev 327611, plasma-vault/trunk/PKGBUILD)
Deleted:
  plasma-vault/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:56:29 UTC (rev 327611)
+++ PKGBUILD2018-06-26 13:56:40 UTC (rev 327612)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-vault
-pkgver=5.13.1
-pkgrel=1
-pkgdesc="Plasma applet and services for creating encrypted vaults"
-arch=(x86_64)
-url="https://www.kde.org/;
-license=(LGPL)
-groups=(plasma)
-depends=(plasma-workspace networkmanager-qt)
-makedepends=(extra-cmake-modules)
-optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('76e84c0981d6cb43e11c997a3f325b15185b91577d49c3033a3d8f65df2a8f2f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-vault/repos/extra-x86_64/PKGBUILD (from rev 327611, 
plasma-vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:56:40 UTC (rev 327612)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-vault
+pkgver=5.13.2
+pkgrel=1
+pkgdesc="Plasma applet and services for creating encrypted vaults"
+arch=(x86_64)
+url="https://www.kde.org/;
+license=(LGPL)
+groups=(plasma)
+depends=(plasma-workspace networkmanager-qt)
+makedepends=(extra-cmake-modules)
+optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cbf59234eb2a114bf5095b202d855930491e5d470ad8b205184b45b2a4c78297'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:56:29
  Author: arojas
Revision: 327611

archrelease: copy trunk to extra-x86_64

Added:
  plasma-sdk/repos/extra-x86_64/PKGBUILD
(from rev 327610, plasma-sdk/trunk/PKGBUILD)
Deleted:
  plasma-sdk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:56:18 UTC (rev 327610)
+++ PKGBUILD2018-06-26 13:56:29 UTC (rev 327611)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.13.1
-pkgrel=1
-pkgdesc="Applications useful for Plasma development"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-framework)
-makedepends=(extra-cmake-modules kdoctools ktexteditor)
-optdepends=('kirigami2: for Look & Feel explorer')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6786bc81d95832903edad822cb3468849e2807e263c06b294eba52b6f251a211'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 327610, 
plasma-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:56:29 UTC (rev 327611)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.13.2
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+optdepends=('kirigami2: for Look & Feel explorer')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('63c326ef853beec6043bd1e7e02d1588dc081bb7450489db7c37ec23864537fc'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:56:18
  Author: arojas
Revision: 327610

archrelease: copy trunk to extra-x86_64

Added:
  plasma-pa/repos/extra-x86_64/PKGBUILD
(from rev 327609, plasma-pa/trunk/PKGBUILD)
  plasma-pa/repos/extra-x86_64/plasma-pa-no-gconf.patch
(from rev 327609, plasma-pa/trunk/plasma-pa-no-gconf.patch)
Deleted:
  plasma-pa/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   81 +++---
 plasma-pa-no-gconf.patch |  258 +
 2 files changed, 301 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:56:06 UTC (rev 327609)
+++ PKGBUILD2018-06-26 13:56:18 UTC (rev 327610)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.13.1
-pkgrel=3
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace gconf libcanberra-pulse pulseaudio)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('871f02eff33389851581fa29e9ad94de3764356ecfc755a1bc471f2c60eeb362'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 327609, 
plasma-pa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:56:18 UTC (rev 327610)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace libcanberra-pulse pulseaudio)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+plasma-pa-no-gconf.patch)
+sha256sums=('09efe416a0271dc1bc653d496b3ddfe6a6b6931e209a1e48ede7afc1874bc56a'
+'SKIP'
+'b649972ba07f887b1a2a473be16e582b75dc0815211e212c0a912626891b684a')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p0 -i ../plasma-pa-no-gconf.patch # Remove gconf dependency
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-pa/repos/extra-x86_64/plasma-pa-no-gconf.patch (from rev 327609, 
plasma-pa/trunk/plasma-pa-no-gconf.patch)
===
--- plasma-pa-no-gconf.patch(rev 0)
+++ plasma-pa-no-gconf.patch2018-06-26 13:56:18 UTC (rev 327610)
@@ -0,0 +1,258 @@
+Index: CMakeLists.txt
+===
+--- CMakeLists.txt
 CMakeLists.txt
+@@ -19,8 +19,11 @@
+ include(ECMOptionalAddSubdirectory)
+ 
+ include(FindPkgConfig)
+-pkg_check_modules(GCONF REQUIRED gconf-2.0)
+-pkg_check_modules(GOBJECT REQUIRED gobject-2.0)
++pkg_check_modules(GCONF gconf-2.0)
++pkg_check_modules(GOBJECT gobject-2.0)
++if (GCONF_FOUND AND GOBJECT_FOUND)
++set(HAVE_GCONF TRUE)
++endif()
+ 
+ find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS
+ Core
+@@ -41,6 +44,8 @@
+ find_package(Canberra REQUIRED)
+ find_package(GLIB2 REQUIRED)
+ 
++configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
++
+ add_subdirectory(applet)
+ add_subdirectory(src)
+ add_subdirectory(data)
+Index: config.h.cmake
+===
+--- /dev/null
 config.h.cmake
+@@ -0,0 +1,3 @@
++/* config.h.  Generated by cmake from config.h.cmake  */
++
++#cmakedefine01 HAVE_GCONF
+Index: src/CMakeLists.txt
+===
+--- src/CMakeLists.txt

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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:56:06
  Author: arojas
Revision: 327609

archrelease: copy trunk to extra-x86_64

Added:
  plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 327608, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:55:44 UTC (rev 327608)
+++ PKGBUILD2018-06-26 13:56:06 UTC (rev 327609)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5 
mobile-broadband-provider-info)
-makedepends=(extra-cmake-modules kdoctools openconnect kdesignerplugin)
-optdepends=('openconnect: Cisco AnyConnect VPN plugin')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('04b9362a4bc2f3f362946a42d1dc23b903a2dfee67240a05b53138ef6e4f1e86'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 327608, 
plasma-nm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:56:06 UTC (rev 327609)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5 
mobile-broadband-provider-info)
+makedepends=(extra-cmake-modules kdoctools openconnect kdesignerplugin)
+optdepends=('openconnect: Cisco AnyConnect VPN plugin')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('00a731eba2d7c9cd1481936119df30d058a569d2ab937765cc2c05406a7b0bea'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:55:44
  Author: arojas
Revision: 327608

archrelease: copy trunk to extra-x86_64

Added:
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 327607, plasma-desktop/trunk/PKGBUILD)
Deleted:
  plasma-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:55:32 UTC (rev 327607)
+++ PKGBUILD2018-06-26 13:55:44 UTC (rev 327608)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.13.1.1
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim kdesignerplugin)
-groups=(plasma)
-sha256sums=('c5f51c34a8549c879b691ea5de054100884c00bea32f559fc537ce338870a1bf'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-  'powerdevil: power management'
-  'ibus: kimpanel IBUS support'
-  'scim: kimpanel SCIM support'
-  'discover: manage applications installation from the launcher')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 327607, 
plasma-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:55:44 UTC (rev 327608)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('116a9a149b7a43de7e6ffc3930d2de386a9cbc3d313d5224aae5c89297dcac9f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management'
+  'ibus: kimpanel IBUS support'
+  'scim: kimpanel SCIM support'
+  'discover: manage applications installation from the launcher')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Split knetattach
+  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
+}
+
+package_knetattach() {
+  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
+  depends=(kdelibs4support)
+
+  cd build/knetattach
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in plasma-browser-integration/repos/extra-x86_64 (2 files)

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:55:32
  Author: arojas
Revision: 327607

archrelease: copy trunk to extra-x86_64

Added:
  plasma-browser-integration/repos/extra-x86_64/PKGBUILD
(from rev 327606, plasma-browser-integration/trunk/PKGBUILD)
Deleted:
  plasma-browser-integration/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:55:21 UTC (rev 327606)
+++ PKGBUILD2018-06-26 13:55:32 UTC (rev 327607)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-browser-integration
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='Components necessary to integrate browsers into the Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/plasma-desktop'
-license=(GPL)
-depends=(krunner)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0c55907946e5c9045f93c1fabc66a585ac347318bab3f614685b0dbf1575c8cb'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-browser-integration/repos/extra-x86_64/PKGBUILD (from rev 
327606, plasma-browser-integration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:55:32 UTC (rev 327607)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-browser-integration
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='Components necessary to integrate browsers into the Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/plasma-desktop'
+license=(GPL)
+depends=(krunner)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2626a7a9fe7273bc0ad229a93d76ad11036826920c0c33b3733fa1e831a9ed21'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:55:09
  Author: arojas
Revision: 327605

archrelease: copy trunk to extra-x86_64

Added:
  kwayland-integration/repos/extra-x86_64/PKGBUILD
(from rev 327604, kwayland-integration/trunk/PKGBUILD)
Deleted:
  kwayland-integration/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:54:55 UTC (rev 327604)
+++ PKGBUILD2018-06-26 13:55:09 UTC (rev 327605)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwayland-integration
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c44fc7aff98028e3437a666be87d419933df828b6096fed3cd9b79f01e016d10'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 327604, 
kwayland-integration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:55:09 UTC (rev 327605)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3ab8d8bbfbbb7d210dccea4d1b6b21b019293b43d940da72ed3508878e291d2e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:55:21
  Author: arojas
Revision: 327606

archrelease: copy trunk to extra-x86_64

Added:
  kwrited/repos/extra-x86_64/PKGBUILD
(from rev 327605, kwrited/trunk/PKGBUILD)
Deleted:
  kwrited/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:55:09 UTC (rev 327605)
+++ PKGBUILD2018-06-26 13:55:21 UTC (rev 327606)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwrited
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kpty knotifications kdbusaddons)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('02e8ab740f4840357644314681c550f77f7f27ae64df8e36bd45bc123b20cf51'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: kwrited/repos/extra-x86_64/PKGBUILD (from rev 327605, 
kwrited/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:55:21 UTC (rev 327606)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwrited
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kpty knotifications kdbusaddons)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d9879553de8cd40dc42670cbd1ad63e59f89d38df4bb4d0b6dd7799b28d0d354'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:54:55
  Author: arojas
Revision: 327604

archrelease: copy trunk to extra-x86_64

Added:
  kwallet-pam/repos/extra-x86_64/PKGBUILD
(from rev 327603, kwallet-pam/trunk/PKGBUILD)
Deleted:
  kwallet-pam/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:54:42 UTC (rev 327603)
+++ PKGBUILD2018-06-26 13:54:55 UTC (rev 327604)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2166ab166973d6fb7dd635a0a84dc939b41cc80d56116de33cad99f4e5dc55fe'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: kwallet-pam/repos/extra-x86_64/PKGBUILD (from rev 327603, 
kwallet-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:54:55 UTC (rev 327604)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e89cc426ee89ff8123d65dbf98ef6e42383ed623ca86fd686a593ae61f3dedb6'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-06-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 13:54:42
  Author: arojas
Revision: 327603

archrelease: copy trunk to extra-x86_64

Added:
  ksshaskpass/repos/extra-x86_64/PKGBUILD
(from rev 327602, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/extra-x86_64/ksshaskpass.install
(from rev 327602, ksshaskpass/trunk/ksshaskpass.install)
Deleted:
  ksshaskpass/repos/extra-x86_64/PKGBUILD
  ksshaskpass/repos/extra-x86_64/ksshaskpass.install

-+
 PKGBUILD|   84 +-
 ksshaskpass.install |   10 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 13:54:31 UTC (rev 327602)
+++ PKGBUILD2018-06-26 13:54:42 UTC (rev 327603)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: schuay 
-
-pkgname=ksshaskpass
-pkgver=5.13.1
-pkgrel=1
-pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-arch=(x86_64)
-depends=(kwallet)
-makedepends=(extra-cmake-modules kdoctools)
-provides=(x11-ssh-askpass)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-install=$pkgname.install
-sha256sums=('ec088bf32dd8ccec552b2d39e12dd8121cc456b7309fc9735a651554af782b85'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: ksshaskpass/repos/extra-x86_64/PKGBUILD (from rev 327602, 
ksshaskpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 13:54:42 UTC (rev 327603)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.13.2
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+arch=(x86_64)
+depends=(kwallet)
+makedepends=(extra-cmake-modules kdoctools)
+provides=(x11-ssh-askpass)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('f6ff9b467527fc7f42d325dd20763d95fb7535e0260c7d490d65bc8fb7088bb8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Deleted: ksshaskpass.install
===
--- ksshaskpass.install 2018-06-26 13:54:31 UTC (rev 327602)
+++ ksshaskpass.install 2018-06-26 13:54:42 UTC (rev 327603)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
-echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
-  fi
-}

Copied: ksshaskpass/repos/extra-x86_64/ksshaskpass.install (from rev 327602, 
ksshaskpass/trunk/ksshaskpass.install)
===
--- ksshaskpass.install (rev 0)
+++ ksshaskpass.install 2018-06-26 13:54:42 UTC (rev 327603)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
+echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
+  fi
+}


  1   2   3   >