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

2017-07-08 Thread Felix Yan
Date: Sunday, July 9, 2017 @ 05:11:09
  Author: felixonmars
Revision: 243384

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

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

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


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

2017-07-08 Thread Felix Yan
Date: Sunday, July 9, 2017 @ 05:10:45
  Author: felixonmars
Revision: 243383

upgpkg: hledger-ui 1.3-4

rebuild with data-clist,0.1.2.0

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 05:08:39 UTC (rev 243382)
+++ PKGBUILD2017-07-09 05:10:45 UTC (rev 243383)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-07-08 Thread Felix Yan
Date: Sunday, July 9, 2017 @ 05:08:39
  Author: felixonmars
Revision: 243382

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-brick/repos/community-staging-i686/PKGBUILD (from rev 243381, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-09 05:08:39 UTC (rev 243382)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.19
+pkgrel=4
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-vty" "haskell-data-clist" "haskell-dlist" 
"haskell-microlens"
+ "haskell-microlens-th" "haskell-microlens-mtl" "haskell-vector" 
"haskell-contravariant"
+ "haskell-stm" "haskell-text" "haskell-text-zipper")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f4bf04c9c2a8a19849bd089d86942312b055e6e44addd3ba5f0caccb7ba01db987f341c2175ccbe47e1cb48b5c5b5866f082997de6647fbca6ad369631256d9b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-demos
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 243381, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-09 05:08:39 UTC (rev 243382)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.19
+pkgrel=4
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-vty" "haskell-data-clist" "haskell-dlist" 
"haskell-microlens"
+ "haskell-microlens-th" "haskell-microlens-mtl" "haskell-vector" 
"haskell-contravariant"
+ "haskell-stm" "haskell-text" "haskell-text-zipper")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f4bf04c9c2a8a19849bd089d86942312b055e6e44addd3ba5f0caccb7ba01db987f341c2175ccbe47e1cb48b5c5b5866f082997de6647fbca6ad369631256d9b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-demos
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd 

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

2017-07-08 Thread Felix Yan
Date: Sunday, July 9, 2017 @ 05:08:13
  Author: felixonmars
Revision: 243381

upgpkg: haskell-brick 0.19-4

rebuild with data-clist,0.1.2.0

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 05:05:38 UTC (rev 243380)
+++ PKGBUILD2017-07-09 05:08:13 UTC (rev 243381)
@@ -5,7 +5,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.19
-pkgrel=3
+pkgrel=4
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-data-clist/repos (4 files)

2017-07-08 Thread Felix Yan
Date: Sunday, July 9, 2017 @ 05:05:38
  Author: felixonmars
Revision: 243380

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-data-clist/repos/community-staging-i686/
  haskell-data-clist/repos/community-staging-i686/PKGBUILD
(from rev 243379, haskell-data-clist/trunk/PKGBUILD)
  haskell-data-clist/repos/community-staging-x86_64/
  haskell-data-clist/repos/community-staging-x86_64/PKGBUILD
(from rev 243379, haskell-data-clist/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: haskell-data-clist/repos/community-staging-i686/PKGBUILD (from rev 
243379, haskell-data-clist/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-09 05:05:38 UTC (rev 243380)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-clist
+pkgname=haskell-data-clist
+pkgver=0.1.1.0
+pkgrel=3
+pkgdesc="Simple functional ring type."
+url="https://github.com/sw17ch/data-clist;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ba0abd2e139d7ac6548cedd785edb3e4e809c1c116c3059d72590b0635166db6')
+
+prepare() {
+sed -i 's/QuickCheck >= 2.4 && < 2.10/QuickCheck >= 2.4 \&\& < 2.11/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-data-clist/repos/community-staging-x86_64/PKGBUILD (from rev 
243379, haskell-data-clist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-09 05:05:38 UTC (rev 243380)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-clist
+pkgname=haskell-data-clist
+pkgver=0.1.1.0
+pkgrel=3
+pkgdesc="Simple functional ring type."
+url="https://github.com/sw17ch/data-clist;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ba0abd2e139d7ac6548cedd785edb3e4e809c1c116c3059d72590b0635166db6')
+
+prepare() {
+sed -i 's/QuickCheck >= 2.4 && < 2.10/QuickCheck >= 2.4 \&\& < 2.11/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2017-07-08 Thread Felix Yan
Date: Sunday, July 9, 2017 @ 05:05:13
  Author: felixonmars
Revision: 243379

upgpkg: haskell-data-clist 0.1.1.0-3

rebuild with data-clist,0.1.2.0

Modified:
  haskell-data-clist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 05:02:55 UTC (rev 243378)
+++ PKGBUILD2017-07-09 05:05:13 UTC (rev 243379)
@@ -5,7 +5,7 @@
 _hkgname=data-clist
 pkgname=haskell-data-clist
 pkgver=0.1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple functional ring type."
 url="https://github.com/sw17ch/data-clist;
 license=("custom:BSD3")


[arch-commits] Commit in lib32-libcups/trunk (PKGBUILD cupsGetDests.diff)

2017-07-08 Thread Laurent Carlier
Date: Sunday, July 9, 2017 @ 05:02:50
  Author: lcarlier
Revision: 243377

upgpkg: lib32-libcups 2.2.4-2

fix FS#54744

Added:
  lib32-libcups/trunk/cupsGetDests.diff
Modified:
  lib32-libcups/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +++-
 cupsGetDests.diff |  167 
 2 files changed, 178 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 03:59:45 UTC (rev 243376)
+++ PKGBUILD2017-07-09 05:02:50 UTC (rev 243377)
@@ -4,17 +4,25 @@
 _pkgbasename=libcups
 pkgname=lib32-$_pkgbasename
 pkgver=2.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="The CUPS Printing System - client libraries (32-bit)"
 arch=('x86_64')
 license=('GPL')
 url="https://www.cups.org/;
 depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig})
+source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
+cupsGetDests.diff)
 sha256sums=('596d4db72651c335469ae5f37b0da72ac9f97d73e30838d787065f559dea98cc'
-'SKIP')
+'SKIP'
+'25c1f212d0055848c9d46195d74ade64514675c83b2098e41ba1144bd6b8a05d')
 validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
 
+prepare() {
+  cd ${srcdir}/cups-${pkgver}
+
+  patch -Np1 -i ../cupsGetDests.diff
+}
+
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"

Added: cupsGetDests.diff
===
--- cupsGetDests.diff   (rev 0)
+++ cupsGetDests.diff   2017-07-09 05:02:50 UTC (rev 243377)
@@ -0,0 +1,167 @@
+diff --git a/cups/dest.c b/cups/dest.c
+index fc57ed342..9d7426ed3 100644
+--- a/cups/dest.c
 b/cups/dest.c
+@@ -1015,6 +1015,8 @@ cupsEnumDests(
+ #endif /* HAVE_DNSSD || HAVE_AVAHI */
+ 
+ 
++  DEBUG_printf(("cupsEnumDests(flags=%x, msec=%d, cancel=%p, type=%x, 
mask=%x, cb=%p, user_data=%p)", flags, msec, (void *)cancel, type, mask, (void 
*)cb, (void *)user_data));
++
+  /*
+   * Range check input...
+   */
+@@ -1022,7 +1024,10 @@ cupsEnumDests(
+   (void)flags;
+ 
+   if (!cb)
++  {
++DEBUG_puts("1cupsEnumDests: No callback, returning 0.");
+ return (0);
++  }
+ 
+  /*
+   * Get ready to enumerate...
+@@ -1141,7 +1146,10 @@ cupsEnumDests(
+ 
+ #  ifdef HAVE_DNSSD
+   if (DNSServiceCreateConnection(_ref) != kDNSServiceErr_NoError)
++  {
++DEBUG_puts("1cupsEnumDests: Unable to create service browser, returning 
0.");
+ return (0);
++  }
+ 
+   main_fd = DNSServiceRefSockFD(data.main_ref);
+ 
+@@ -1172,8 +1180,8 @@ cupsEnumDests(
+ #  else /* HAVE_AVAHI */
+   if ((data.simple_poll = avahi_simple_poll_new()) == NULL)
+   {
+-DEBUG_puts("cupsEnumDests: Unable to create Avahi simple poll object.");
+-return (1);
++DEBUG_puts("1cupsEnumDests: Unable to create Avahi poll, returning 0.");
++return (0);
+   }
+ 
+   avahi_simple_poll_set_func(data.simple_poll, cups_dnssd_poll_cb, );
+@@ -1183,9 +1191,9 @@ cupsEnumDests(
+);
+   if (!data.client)
+   {
+-DEBUG_puts("cupsEnumDests: Unable to create Avahi client.");
++DEBUG_puts("1cupsEnumDests: Unable to create Avahi client, returning 0.");
+ avahi_simple_poll_free(data.simple_poll);
+-return (1);
++return (0);
+   }
+ 
+   data.browsers = 1;
+@@ -1374,6 +1382,8 @@ cupsEnumDests(
+ #  endif /* HAVE_DNSSD */
+ #endif /* HAVE_DNSSD || HAVE_AVAHI */
+ 
++  DEBUG_puts("1cupsEnumDests: Returning 1.");
++
+   return (1);
+ }
+ 
+@@ -2040,13 +2050,16 @@ cupsGetDests2(http_t  *http,   /* I - 
Connection to server or @code CUPS_HTTP_
+   _cups_globals_t *cg = _cupsGlobals();   /* Pointer to library globals */
+ 
+ 
+- /*
++  DEBUG_printf(("cupsGetDests2(http=%p, dests=%p)", (void *)http, (void 
*)dests));
++
++/*
+   * Range check the input...
+   */
+ 
+   if (!dests)
+   {
+ _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Bad NULL dests pointer"), 1);
++DEBUG_puts("1cupsGetDests2: NULL dests pointer, returning 0.");
+ return (0);
+   }
+ 
+@@ -2061,6 +2074,8 @@ cupsGetDests2(http_t  *http, /* I - Connection to 
server or @code CUPS_HTTP_
+ 
+   if (cupsLastError() >= IPP_STATUS_REDIRECTION_OTHER_SITE)
+   {
++DEBUG_printf(("1cupsGetDests2: cupsLastError() is %s, returning 0.", 
cupsLastErrorString()));
++
+ cupsFreeDests(data.num_dests, data.dests);
+ 
+ *dests = (cups_dest_t *)0;
+@@ -2178,6 +2193,8 @@ cupsGetDests2(http_t  *http, /* I - Connection to 
server or @code CUPS_HTTP_
+   if (data.num_dests > 0)
+ _cupsSetError(IPP_STATUS_OK, NULL, 0);
+ 
++  DEBUG_printf(("1cupsGetDests2: Returning %d destinations.", 
data.num_dests));
++
+   return (data.num_dests);
+ }
+ 
+diff --git a/xcode/CUPS.xcodeproj/project.pbxproj 

[arch-commits] Commit in lib32-libcups/repos/multilib-x86_64 (3 files)

2017-07-08 Thread Laurent Carlier
Date: Sunday, July 9, 2017 @ 05:02:55
  Author: lcarlier
Revision: 243378

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcups/repos/multilib-x86_64/PKGBUILD
(from rev 243377, lib32-libcups/trunk/PKGBUILD)
  lib32-libcups/repos/multilib-x86_64/cupsGetDests.diff
(from rev 243377, lib32-libcups/trunk/cupsGetDests.diff)
Deleted:
  lib32-libcups/repos/multilib-x86_64/PKGBUILD

---+
 PKGBUILD  |   90 +++-
 cupsGetDests.diff |  167 
 2 files changed, 216 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-09 05:02:50 UTC (rev 243377)
+++ PKGBUILD2017-07-09 05:02:55 UTC (rev 243378)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-_pkgbasename=libcups
-pkgname=lib32-$_pkgbasename
-pkgver=2.2.4
-pkgrel=1
-pkgdesc="The CUPS Printing System - client libraries (32-bit)"
-arch=('x86_64')
-license=('GPL')
-url="https://www.cups.org/;
-depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig})
-sha256sums=('596d4db72651c335469ae5f37b0da72ac9f97d73e30838d787065f559dea98cc'
-'SKIP')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/cups-${pkgver}
-
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
- --enable-ssl=yes--enable-threads --enable-libusb=no \
---disable-avahi --disable-dnssd \
- --with-optim="$CFLAGS" --libdir=/usr/lib32
-  make libs
-}
-
-package() {
-  cd ${srcdir}/cups-${pkgver}
-  make BUILDROOT=${pkgdir} install-libs
-  rm -rf "$pkgdir/usr/lib"
-}
-

Copied: lib32-libcups/repos/multilib-x86_64/PKGBUILD (from rev 243377, 
lib32-libcups/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-09 05:02:55 UTC (rev 243378)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+_pkgbasename=libcups
+pkgname=lib32-$_pkgbasename
+pkgver=2.2.4
+pkgrel=2
+pkgdesc="The CUPS Printing System - client libraries (32-bit)"
+arch=('x86_64')
+license=('GPL')
+url="https://www.cups.org/;
+depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
+source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
+cupsGetDests.diff)
+sha256sums=('596d4db72651c335469ae5f37b0da72ac9f97d73e30838d787065f559dea98cc'
+'SKIP'
+'25c1f212d0055848c9d46195d74ade64514675c83b2098e41ba1144bd6b8a05d')
+validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
+
+prepare() {
+  cd ${srcdir}/cups-${pkgver}
+
+  patch -Np1 -i ../cupsGetDests.diff
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/cups-${pkgver}
+
+  aclocal -I config-scripts
+  autoconf -I config-scripts
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
+ --enable-ssl=yes--enable-threads --enable-libusb=no \
+--disable-avahi --disable-dnssd \
+ --with-optim="$CFLAGS" --libdir=/usr/lib32
+  make libs
+}
+
+package() {
+  cd ${srcdir}/cups-${pkgver}
+  make BUILDROOT=${pkgdir} install-libs
+  rm -rf "$pkgdir/usr/lib"
+}
+

Copied: lib32-libcups/repos/multilib-x86_64/cupsGetDests.diff (from rev 243377, 
lib32-libcups/trunk/cupsGetDests.diff)
===
--- cupsGetDests.diff   (rev 0)
+++ cupsGetDests.diff   2017-07-09 05:02:55 UTC (rev 243378)
@@ -0,0 +1,167 @@
+diff --git a/cups/dest.c b/cups/dest.c
+index fc57ed342..9d7426ed3 100644
+--- a/cups/dest.c
 b/cups/dest.c
+@@ -1015,6 +1015,8 @@ cupsEnumDests(
+ #endif /* HAVE_DNSSD || HAVE_AVAHI */
+ 
+ 
++  DEBUG_printf(("cupsEnumDests(flags=%x, msec=%d, cancel=%p, type=%x, 
mask=%x, cb=%p, user_data=%p)", flags, msec, (void *)cancel, type, mask, (void 
*)cb, (void *)user_data));
++
+  /*
+   * Range check input...
+   */
+@@ -1022,7 +1024,10 @@ cupsEnumDests(
+   (void)flags;
+ 
+   if (!cb)
++  {
++DEBUG_puts("1cupsEnumDests: No callback, returning 0.");
+ return (0);
++  }
+ 
+  /*
+   * Get ready to enumerate...
+@@ -1141,7 +1146,10 @@ cupsEnumDests(
+ 
+ #  ifdef HAVE_DNSSD
+   if (DNSServiceCreateConnection(_ref) != kDNSServiceErr_NoError)
++  {
++

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

2017-07-08 Thread Gaëtan Bisson
Date: Sunday, July 9, 2017 @ 04:18:03
  Author: bisson
Revision: 299921

implement FS#54739

Modified:
  gsfonts/trunk/PKGBUILD
Deleted:
  gsfonts/trunk/install

--+
 PKGBUILD |2 --
 install  |   13 -
 2 files changed, 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 00:49:36 UTC (rev 299920)
+++ PKGBUILD2017-07-09 04:18:03 UTC (rev 299921)
@@ -16,8 +16,6 @@
 
source=("git://git.ghostscript.com/${_pkgname}.git#commit=79bcdfb34fbce12b592cce389fa7a19da6b5b018")
 sha256sums=('SKIP')
 
-install=install
-
 package() {
cd "${srcdir}/${_pkgname}"
install -d "${pkgdir}"/usr/share/fonts/OTF

Deleted: install
===
--- install 2017-07-09 00:49:36 UTC (rev 299920)
+++ install 2017-07-09 04:18:03 UTC (rev 299921)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s &> /dev/null
-   mkfontscale /usr/share/fonts/OTF &>/dev/null
-   mkfontdir /usr/share/fonts/OTF &>/dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2017-07-08 Thread Gaëtan Bisson
Date: Sunday, July 9, 2017 @ 03:59:45
  Author: bisson
Revision: 243376

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  subsurface/repos/community-staging-i686/
  subsurface/repos/community-staging-i686/PKGBUILD
(from rev 243375, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-staging-x86_64/
  subsurface/repos/community-staging-x86_64/PKGBUILD
(from rev 243375, subsurface/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: subsurface/repos/community-staging-i686/PKGBUILD (from rev 243375, 
subsurface/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-09 03:59:45 UTC (rev 243376)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.6.4
+pkgrel=2
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('b9620931a7683e69a04c58ad5f5291722f51800d428dd6c6f945fb258ce49376')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.6.4
+pkgrel=2
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('b9620931a7683e69a04c58ad5f5291722f51800d428dd6c6f945fb258ce49376')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:

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

2017-07-08 Thread Gaëtan Bisson
Date: Sunday, July 9, 2017 @ 03:59:19
  Author: bisson
Revision: 243375

rebuild for libgit-0.26.0

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 01:27:15 UTC (rev 243374)
+++ PKGBUILD2017-07-09 03:59:19 UTC (rev 243375)
@@ -5,7 +5,7 @@
 pkgname=subsurface
 _pkgname=Subsurface
 pkgver=4.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
 license=('GPL2')


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

2017-07-08 Thread Felix Yan
Date: Sunday, July 9, 2017 @ 01:27:15
  Author: felixonmars
Revision: 243374

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 243373, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 243373, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-09 01:26:54 UTC (rev 243373)
+++ PKGBUILD2017-07-09 01:27:15 UTC (rev 243374)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.0.23
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9a22c76ced9071d406c4bfead702dc52be9318844784c9e92b2cb051b01d65190932a09e6420e606c818bb55a58f6eb11c15cdfac539b47696877f10b0ddb4f2')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 243373, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-09 01:27:15 UTC (rev 243374)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.0.24
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('219ee5ecc5368fb2c8bb3e880055813a4d5d6ee43441542c28b7dfa4d3ca5ee2fc358705041439424bcc02d7cbd7ea1a056d7adf8e03638b00dba188f5c5f394')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2017-07-09 01:26:54 UTC (rev 243373)
+++ uglify-js.install   2017-07-09 01:27:15 UTC (rev 243374)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 243373, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-07-09 01:27:15 UTC (rev 243374)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-07-08 Thread Felix Yan
Date: Sunday, July 9, 2017 @ 01:26:54
  Author: felixonmars
Revision: 243373

upgpkg: uglify-js 3.0.24-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 21:37:43 UTC (rev 243372)
+++ PKGBUILD2017-07-09 01:26:54 UTC (rev 243373)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.0.23
+pkgver=3.0.24
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9a22c76ced9071d406c4bfead702dc52be9318844784c9e92b2cb051b01d65190932a09e6420e606c818bb55a58f6eb11c15cdfac539b47696877f10b0ddb4f2')
+sha512sums=('219ee5ecc5368fb2c8bb3e880055813a4d5d6ee43441542c28b7dfa4d3ca5ee2fc358705041439424bcc02d7cbd7ea1a056d7adf8e03638b00dba188f5c5f394')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in fuse3/repos (community-i686 community-x86_64)

2017-07-08 Thread Anatol Pomozov
Date: Sunday, July 9, 2017 @ 00:49:36
  Author: anatolik
Revision: 299920

Remove accidentaly added community branch

Deleted:
  fuse3/repos/community-i686/
  fuse3/repos/community-x86_64/


[arch-commits] Commit in fuse3/repos (8 files)

2017-07-08 Thread Anatol Pomozov
Date: Sunday, July 9, 2017 @ 00:47:32
  Author: anatolik
Revision: 299919

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fuse3/repos/extra-i686/PKGBUILD
(from rev 299918, fuse3/trunk/PKGBUILD)
  fuse3/repos/extra-i686/fuse.conf
(from rev 299918, fuse3/trunk/fuse.conf)
  fuse3/repos/extra-x86_64/PKGBUILD
(from rev 299918, fuse3/trunk/PKGBUILD)
  fuse3/repos/extra-x86_64/fuse.conf
(from rev 299918, fuse3/trunk/fuse.conf)
Deleted:
  fuse3/repos/extra-i686/PKGBUILD
  fuse3/repos/extra-i686/fuse.conf
  fuse3/repos/extra-x86_64/PKGBUILD
  fuse3/repos/extra-x86_64/fuse.conf

+
 /PKGBUILD  |  136 +++
 /fuse.conf |   18 ++
 extra-i686/PKGBUILD|   68 ---
 extra-i686/fuse.conf   |9 ---
 extra-x86_64/PKGBUILD  |   68 ---
 extra-x86_64/fuse.conf |9 ---
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-09 00:42:20 UTC (rev 299918)
+++ extra-i686/PKGBUILD 2017-07-09 00:47:32 UTC (rev 299919)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Tom Gundersen 
-# Contributor: Mark Rosenstand 
-
-pkgbase=fuse3
-pkgname=(fuse-common fuse3)
-pkgver=3.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://github.com/libfuse/libfuse'
-license=('GPL2')
-makedepends=('pkg-config')
-options=(!emptydirs)
-source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
-   'fuse.conf')
-sha1sums=('9cd178d3e5e0f2304d0f86ae096958527d23b098'
-  'SKIP'
-  '3b42e37a741d4651099225987dc40e7f02a716ad')
-validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

-
-build() {
-  cd fuse-$pkgver
-
-  export MOUNT_FUSE_PATH=/usr/bin
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
-  make
-}
-
-package_fuse-common() {
-  pkgdesc="Common files for fuse2/3 packages"
-  backup=(etc/fuse.conf)
-
-  cd fuse-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
-
-  # static device nodes are handled by udev
-  rm -r ${pkgdir}/dev
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/usr/etc/init.d
-
-  # part of fuse3 package
-  rm -r 
${pkgdir}/usr/{bin,include,lib/{pkgconfig,libfuse3.so*,*.a},share/man/man1/fusermount3.1}
-}
-
-package_fuse3() {
-  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
-  depends=('glibc' 'fuse-common')
-
-  cd fuse-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/usr/etc/init.d
-
-  # static device nodes are handled by udev
-  rm -r ${pkgdir}/dev
-
-  # part of fuse-common package
-  rm -r ${pkgdir}/usr/lib/udev/rules.d
-  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8
-}

Copied: fuse3/repos/extra-i686/PKGBUILD (from rev 299918, fuse3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-09 00:47:32 UTC (rev 299919)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
+   'fuse.conf')
+sha1sums=('081ca79d03b5e401fb567c203a5044f35e67284a'
+  'SKIP'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  export MOUNT_FUSE_PATH=/usr/bin
+  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
+  make
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+
+  cd fuse-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -r ${pkgdir}/usr/etc/init.d
+
+  # part of fuse3 package
+  rm -r 
${pkgdir}/usr/{bin,include,lib/{pkgconfig,libfuse3.so*,*.a},share/man/man1/fusermount3.1}
+}
+
+package_fuse3() {
+  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace 

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

2017-07-08 Thread Anatol Pomozov
Date: Sunday, July 9, 2017 @ 00:42:20
  Author: anatolik
Revision: 299918

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fuse3/repos/community-i686/
  fuse3/repos/community-i686/PKGBUILD
(from rev 299917, fuse3/trunk/PKGBUILD)
  fuse3/repos/community-i686/fuse.conf
(from rev 299917, fuse3/trunk/fuse.conf)
  fuse3/repos/community-x86_64/
  fuse3/repos/community-x86_64/PKGBUILD
(from rev 299917, fuse3/trunk/PKGBUILD)
  fuse3/repos/community-x86_64/fuse.conf
(from rev 299917, fuse3/trunk/fuse.conf)

+
 community-i686/PKGBUILD|   68 +++
 community-i686/fuse.conf   |9 +
 community-x86_64/PKGBUILD  |   68 +++
 community-x86_64/fuse.conf |9 +
 4 files changed, 154 insertions(+)

Copied: fuse3/repos/community-i686/PKGBUILD (from rev 299917, 
fuse3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-09 00:42:20 UTC (rev 299918)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
+   'fuse.conf')
+sha1sums=('081ca79d03b5e401fb567c203a5044f35e67284a'
+  'SKIP'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  export MOUNT_FUSE_PATH=/usr/bin
+  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
+  make
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+
+  cd fuse-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -r ${pkgdir}/usr/etc/init.d
+
+  # part of fuse3 package
+  rm -r 
${pkgdir}/usr/{bin,include,lib/{pkgconfig,libfuse3.so*,*.a},share/man/man1/fusermount3.1}
+}
+
+package_fuse3() {
+  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
+  depends=('glibc' 'fuse-common')
+
+  cd fuse-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -r ${pkgdir}/usr/etc/init.d
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # part of fuse-common package
+  rm -r ${pkgdir}/usr/lib/udev/rules.d
+  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8
+}

Copied: fuse3/repos/community-i686/fuse.conf (from rev 299917, 
fuse3/trunk/fuse.conf)
===
--- community-i686/fuse.conf(rev 0)
+++ community-i686/fuse.conf2017-07-09 00:42:20 UTC (rev 299918)
@@ -0,0 +1,9 @@
+# Set the maximum number of FUSE mounts allowed to non-root users.
+# The default is 1000.
+#
+#mount_max = 1000
+
+# Allow non-root users to specify the 'allow_other' or 'allow_root'
+# mount options.
+#
+#user_allow_other

Copied: fuse3/repos/community-x86_64/PKGBUILD (from rev 299917, 
fuse3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-09 00:42:20 UTC (rev 299918)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
+   'fuse.conf')
+sha1sums=('081ca79d03b5e401fb567c203a5044f35e67284a'
+  'SKIP'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  export MOUNT_FUSE_PATH=/usr/bin
+  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
+  make
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+
+  cd fuse-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 

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

2017-07-08 Thread Anatol Pomozov
Date: Sunday, July 9, 2017 @ 00:41:35
  Author: anatolik
Revision: 299917

upgpkg: fuse3 3.1.0-1

Modified:
  fuse3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 19:31:44 UTC (rev 299916)
+++ PKGBUILD2017-07-09 00:41:35 UTC (rev 299917)
@@ -5,7 +5,7 @@
 
 pkgbase=fuse3
 pkgname=(fuse-common fuse3)
-pkgver=3.0.2
+pkgver=3.1.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
'fuse.conf')
-sha1sums=('9cd178d3e5e0f2304d0f86ae096958527d23b098'
+sha1sums=('081ca79d03b5e401fb567c203a5044f35e67284a'
   'SKIP'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 



[arch-commits] Commit in lib32-libcroco/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-07-08 Thread Laurent Carlier
Date: Saturday, July 8, 2017 @ 21:37:43
  Author: lcarlier
Revision: 243372

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcroco/repos/multilib-x86_64/PKGBUILD
(from rev 243371, lib32-libcroco/trunk/PKGBUILD)
Deleted:
  lib32-libcroco/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-08 21:37:37 UTC (rev 243371)
+++ PKGBUILD2017-07-08 21:37:43 UTC (rev 243372)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Maxime Gauduin 
-# Contributor: GordonGR 
-# Contributor: speps 
-
-pkgname=lib32-libcroco
-pkgver=0.6.11
-pkgrel=1
-pkgdesc='GNOME CSS2 parsing and manipulation toolkit'
-arch=('x86_64')
-url="http://www.gnome.org/;
-license=('LGPL')
-depends=('lib32-glib2' 'lib32-libxml2' 'libcroco')
-makedepends=('gcc-multilib')
-source=("http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-${pkgver}.tar.xz;)
-md5sums=('dabc1911dfbfa85f8e6859ca47863168')
-
-build() {
-  cd libcroco-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  make
-}
-
-package() {
-  cd libcroco-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libcroco/repos/multilib-x86_64/PKGBUILD (from rev 243371, 
lib32-libcroco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-08 21:37:43 UTC (rev 243372)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Maxime Gauduin 
+# Contributor: GordonGR 
+# Contributor: speps 
+
+pkgname=lib32-libcroco
+pkgver=0.6.12+4+g9ad7287
+pkgrel=1
+pkgdesc='GNOME CSS2 parsing and manipulation toolkit (32-bit)'
+url="https://git.gnome.org/browse/libcroco;
+arch=('x86_64')
+depends=('lib32-glib2' 'lib32-libxml2' 'libcroco')
+makedepends=('gcc-multilib' 'git' 'gtk-doc')
+license=('LGPL')
+_commit=9ad72875e9f08e4c519ef63d44cdbd94aa9504f7 # master
+source=("git+https://git.gnome.org/browse/libcroco#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libcroco
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libcroco
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd libcroco
+  make check
+}
+ 
+build() {
+  cd libcroco
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+
+package() {
+  cd libcroco
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-07-08 Thread Laurent Carlier
Date: Saturday, July 8, 2017 @ 21:37:37
  Author: lcarlier
Revision: 243371

upgpkg: lib32-libcroco 0.6.12+4+g9ad7287-1

sync with extra

Modified:
  lib32-libcroco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 21:27:01 UTC (rev 243370)
+++ PKGBUILD2017-07-08 21:37:37 UTC (rev 243371)
@@ -5,19 +5,35 @@
 # Contributor: speps 
 
 pkgname=lib32-libcroco
-pkgver=0.6.11
+pkgver=0.6.12+4+g9ad7287
 pkgrel=1
-pkgdesc='GNOME CSS2 parsing and manipulation toolkit'
+pkgdesc='GNOME CSS2 parsing and manipulation toolkit (32-bit)'
+url="https://git.gnome.org/browse/libcroco;
 arch=('x86_64')
-url="http://www.gnome.org/;
+depends=('lib32-glib2' 'lib32-libxml2' 'libcroco')
+makedepends=('gcc-multilib' 'git' 'gtk-doc')
 license=('LGPL')
-depends=('lib32-glib2' 'lib32-libxml2' 'libcroco')
-makedepends=('gcc-multilib')
-source=("https://download.gnome.org/sources/libcroco/0.6/libcroco-${pkgver}.tar.xz;)
-md5sums=('dabc1911dfbfa85f8e6859ca47863168')
+_commit=9ad72875e9f08e4c519ef63d44cdbd94aa9504f7 # master
+source=("git+https://git.gnome.org/browse/libcroco#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd libcroco
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libcroco
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd libcroco
+  make check
+}
+ 
 build() {
-  cd libcroco-${pkgver}
+  cd libcroco
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
@@ -26,12 +42,13 @@
   ./configure \
 --prefix='/usr' \
 --libdir='/usr/lib32' \
---disable-static
+--disable-static \
+--disable-gtk-doc
   make
 }
 
 package() {
-  cd libcroco-${pkgver}
+  cd libcroco
 
   make DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/usr/{bin,include,share}


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

2017-07-08 Thread Sébastien Luttringer
Date: Saturday, July 8, 2017 @ 21:27:01
  Author: seblu
Revision: 243370

archrelease: copy trunk to community-testing-x86_64, community-testing-i686

Added:
  docker/repos/community-testing-i686/
  docker/repos/community-testing-i686/PKGBUILD
(from rev 243369, docker/trunk/PKGBUILD)
  docker/repos/community-testing-i686/docker.sysusers
(from rev 243369, docker/trunk/docker.sysusers)
  docker/repos/community-testing-x86_64/
  docker/repos/community-testing-x86_64/PKGBUILD
(from rev 243369, docker/trunk/PKGBUILD)
  docker/repos/community-testing-x86_64/docker.sysusers
(from rev 243369, docker/trunk/docker.sysusers)

--+
 community-testing-i686/PKGBUILD  |  182 +
 community-testing-i686/docker.sysusers   |2 
 community-testing-x86_64/PKGBUILD|  182 +
 community-testing-x86_64/docker.sysusers |2 
 4 files changed, 368 insertions(+)

Copied: docker/repos/community-testing-i686/PKGBUILD (from rev 243369, 
docker/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-08 21:27:01 UTC (rev 243370)
@@ -0,0 +1,182 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=17.06.0
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64' 'i686')
+url='https://www.docker.com/'
+license=('Apache')
+depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 
'libsystemd'
+ 'libseccomp')
+makedepends=('git' 'go' 'btrfs-progs' 'cmake')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip' '!buildflags')
+# Use exact commit version from Dockerfile for runc and containerd until 1.0.0
+# https://github.com/docker/containerd/issues/299#issuecomment-240745119
+# see commit in hack/dockerfile/binaries-commits
+_RUNC_COMMIT=2d41c047c83e09a6d61d464906feb2a2f3c52aa4
+_CONTAINERD_COMMIT=cfb82a876ecc11b5ca0977d1733adbe58599088a
+_TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
+_LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
+_DOCKERCLI_COMMIT=3dfb8343b139d6342acfd9975d7f1068b5b1c3d3
+source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver-ce;
+"git+https://github.com/docker/cli.git#commit=$_DOCKERCLI_COMMIT;
+"git+https://github.com/docker/runc.git#commit=$_RUNC_COMMIT;
+
"git+https://github.com/containerd/containerd.git#commit=$_CONTAINERD_COMMIT;
+
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT;
+"git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
+"git+https://github.com/spf13/cobra.git;
+"git+https://github.com/cpuguy83/go-md2man.git;
+"$pkgname.sysusers")
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ '9a8b2744db23b14ca3cd350fdf73c179')
+
+
+# create a fake go path directory and pushd into it
+# $1 real directory
+# $2 gopath directory
+_fake_gopath_pushd() {
+  mkdir -p "$GOPATH/src/${2%/*}"
+  rm -f "$GOPATH/src/$2"
+  ln -rsT "$1" "$GOPATH/src/$2"
+  pushd  "$GOPATH/src/$2" >/dev/null
+}
+
+_fake_gopath_popd() {
+  popd >/dev/null
+}
+
+build() {
+  ### check my mistakes on commit version
+  msg2 'Checking commit mismatch'
+  local _cfile _commit _pkgbuild _dockerfile
+  _cfile="$srcdir"/docker-ce/components/engine/hack/dockerfile/binaries-commits
+  . "$_cfile"
+  for _commit in DOCKERCLI RUNC CONTAINERD LIBNETWORK TINI; do
+_pkgbuild=_${_commit}_COMMIT
+_dockerfile=${_commit}_COMMIT
+if [[ ${!_pkgbuild} != ${!_dockerfile} ]]; then
+  error "Invalid $_commit commit"
+  fgrep '_COMMIT=' "$_cfile"
+  return 1
+fi
+  done
+
+  ### globals
+  export GOPATH="$srcdir"
+  export PATH="$GOPATH/bin:$PATH"
+
+  ### cli
+  msg2 'Building cli'
+  _fake_gopath_pushd cli github.com/docker/cli
+  make VERSION=$pkgver-ce dynbinary
+  _fake_gopath_popd
+
+  ### daemon
+  msg2 'Building daemon'
+  _fake_gopath_pushd docker-ce/components/engine github.com/docker/docker
+  DOCKER_GITCOMMIT=$(cd "$srcdir"/docker-ce && git rev-parse --short HEAD) \
+DOCKER_BUILDTAGS='seccomp' \
+VERSION=$pkgver-ce \
+hack/make.sh dynbinary
+  _fake_gopath_popd
+
+  ### go-md2man (used for manpages)
+  msg2 'Building go-md2man'
+  _fake_gopath_pushd go-md2man github.com/cpuguy83/go-md2man
+  go get -v ./...
+  _fake_gopath_popd
+
+  ### docker man pages
+  msg2 'Building man pages'
+  mkdir -p src/github.com/spf13
+  ln -rsfT cobra src/github.com/spf13/cobra
+  # use docker-ce cli version because they mess up with man dir
+  _fake_gopath_pushd docker-ce/components/cli github.com/docker/cli
+  make manpages 

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

2017-07-08 Thread Sébastien Luttringer
Date: Saturday, July 8, 2017 @ 21:26:46
  Author: seblu
Revision: 243369

upgpkg: docker 1:17.06.0-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 21:21:28 UTC (rev 243368)
+++ PKGBUILD2017-07-08 21:26:46 UTC (rev 243369)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=17.05.0
+pkgver=17.06.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -15,15 +15,17 @@
 optdepends=('btrfs-progs: btrfs backend support'
 'lxc: lxc backend support')
 # don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
+options=('!strip' '!buildflags')
 # Use exact commit version from Dockerfile for runc and containerd until 1.0.0
 # https://github.com/docker/containerd/issues/299#issuecomment-240745119
 # see commit in hack/dockerfile/binaries-commits
-_RUNC_COMMIT=9c2d8d184e5da67c95d601382adf14862e4f2228
-_CONTAINERD_COMMIT=9048e5e50717ea4497b757314bad98ea3763c145
+_RUNC_COMMIT=2d41c047c83e09a6d61d464906feb2a2f3c52aa4
+_CONTAINERD_COMMIT=cfb82a876ecc11b5ca0977d1733adbe58599088a
 _TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
 _LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
-source=("git+https://github.com/moby/moby.git#tag=v$pkgver-ce;
+_DOCKERCLI_COMMIT=3dfb8343b139d6342acfd9975d7f1068b5b1c3d3
+source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver-ce;
+"git+https://github.com/docker/cli.git#commit=$_DOCKERCLI_COMMIT;
 "git+https://github.com/docker/runc.git#commit=$_RUNC_COMMIT;
 
"git+https://github.com/containerd/containerd.git#commit=$_CONTAINERD_COMMIT;
 
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT;
@@ -38,15 +40,31 @@
  'SKIP'
  'SKIP'
  'SKIP'
+ 'SKIP'
  '9a8b2744db23b14ca3cd350fdf73c179')
 
+
+# create a fake go path directory and pushd into it
+# $1 real directory
+# $2 gopath directory
+_fake_gopath_pushd() {
+  mkdir -p "$GOPATH/src/${2%/*}"
+  rm -f "$GOPATH/src/$2"
+  ln -rsT "$1" "$GOPATH/src/$2"
+  pushd  "$GOPATH/src/$2" >/dev/null
+}
+
+_fake_gopath_popd() {
+  popd >/dev/null
+}
+
 build() {
   ### check my mistakes on commit version
   msg2 'Checking commit mismatch'
   local _cfile _commit _pkgbuild _dockerfile
-  _cfile="$srcdir"/moby/hack/dockerfile/binaries-commits
+  _cfile="$srcdir"/docker-ce/components/engine/hack/dockerfile/binaries-commits
   . "$_cfile"
-  for _commit in RUNC CONTAINERD LIBNETWORK TINI; do
+  for _commit in DOCKERCLI RUNC CONTAINERD LIBNETWORK TINI; do
 _pkgbuild=_${_commit}_COMMIT
 _dockerfile=${_commit}_COMMIT
 if [[ ${!_pkgbuild} != ${!_dockerfile} ]]; then
@@ -56,84 +74,85 @@
 fi
   done
 
-  ### go magics
+  ### globals
   export GOPATH="$srcdir"
   export PATH="$GOPATH/bin:$PATH"
 
-  ### docker binary
-  msg2 'Building docker'
-  # projects still reference import with github.com/docker
-  mkdir -p src/github.com/docker
-  ln -rsfT moby src/github.com/docker/docker
-  pushd src/github.com/docker/docker >/dev/null
-  DOCKER_BUILDTAGS='seccomp' hack/make.sh dynbinary
-  popd >/dev/null
+  ### cli
+  msg2 'Building cli'
+  _fake_gopath_pushd cli github.com/docker/cli
+  make VERSION=$pkgver-ce dynbinary
+  _fake_gopath_popd
 
+  ### daemon
+  msg2 'Building daemon'
+  _fake_gopath_pushd docker-ce/components/engine github.com/docker/docker
+  DOCKER_GITCOMMIT=$(cd "$srcdir"/docker-ce && git rev-parse --short HEAD) \
+DOCKER_BUILDTAGS='seccomp' \
+VERSION=$pkgver-ce \
+hack/make.sh dynbinary
+  _fake_gopath_popd
+
   ### go-md2man (used for manpages)
   msg2 'Building go-md2man'
-  mkdir -p src/github.com/cpuguy83
-  ln -rsf go-md2man src/github.com/cpuguy83
-  pushd src/github.com/cpuguy83/go-md2man >/dev/null
+  _fake_gopath_pushd go-md2man github.com/cpuguy83/go-md2man
   go get -v ./...
-  popd >/dev/null
+  _fake_gopath_popd
 
   ### docker man pages
   msg2 'Building man pages'
-  # cobra (used for manpages)
   mkdir -p src/github.com/spf13
-  ln -rsf cobra src/github.com/spf13
-  # generate
-  pushd src/github.com/docker/docker >/dev/null
-  man/generate.sh 2>/dev/null
-  popd >/dev/null
+  ln -rsfT cobra src/github.com/spf13/cobra
+  # use docker-ce cli version because they mess up with man dir
+  _fake_gopath_pushd docker-ce/components/cli github.com/docker/cli
+  make manpages 2>/dev/null
+  _fake_gopath_popd
 
   ### runc
   msg2 'Building runc'
-  pushd runc >/dev/null
+  _fake_gopath_pushd runc github.com/opencontainers/runc
   make BUILDTAGS='seccomp'
-  popd >/dev/null
+  _fake_gopath_popd
 
   ### containerd
   msg2 'Building containerd'
-  ln -rsfT containerd src/github.com/docker/containerd
-  pushd src/github.com/docker/containerd 

[arch-commits] Commit in lib32-libcroco (lib32-librsvg)

2017-07-08 Thread Laurent Carlier
Date: Saturday, July 8, 2017 @ 21:21:28
  Author: lcarlier
Revision: 243368

remove useless files

Deleted:
  lib32-libcroco/lib32-librsvg/


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

2017-07-08 Thread Laurent Carlier
Date: Saturday, July 8, 2017 @ 21:16:28
  Author: lcarlier
Revision: 243366

upgpkg: lib32-keyutils 1.5.10-1

upstream update 1.5.10

Modified:
  lib32-keyutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 21:11:34 UTC (rev 243365)
+++ PKGBUILD2017-07-08 21:16:28 UTC (rev 243366)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 _pkgbasename=keyutils
 pkgname=lib32-$_pkgbasename
-pkgver=1.5.9
+pkgver=1.5.10
 pkgrel=1
 pkgdesc="Linux Key Management Utilities (32-bit)"
 arch=(x86_64)
@@ -10,8 +10,8 @@
 license=('GPL2' 'LGPL2.1')
 depends=(lib32-glibc $_pkgbasename)
 makedepends=(gcc-multilib)
-source=(http://people.redhat.com/~dhowells/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
-md5sums=('7f8ac985c45086b5fbcd12cecd23cf07')
+source=(https://people.redhat.com/~dhowells/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
+sha256sums=('115c3deae7f181778fd0e0ffaa2dad1bf1fe2f5677cf2e0e348cdb7a1c93afb6')
 
 build() {
   cd "$srcdir/$_pkgbasename-$pkgver"


[arch-commits] Commit in lib32-keyutils/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-07-08 Thread Laurent Carlier
Date: Saturday, July 8, 2017 @ 21:16:34
  Author: lcarlier
Revision: 243367

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-keyutils/repos/multilib-x86_64/PKGBUILD
(from rev 243366, lib32-keyutils/trunk/PKGBUILD)
Deleted:
  lib32-keyutils/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-08 21:16:28 UTC (rev 243366)
+++ PKGBUILD2017-07-08 21:16:34 UTC (rev 243367)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-_pkgbasename=keyutils
-pkgname=lib32-$_pkgbasename
-pkgver=1.5.9
-pkgrel=1
-pkgdesc="Linux Key Management Utilities (32-bit)"
-arch=(x86_64)
-url="http://www.kernel.org;
-license=('GPL2' 'LGPL2.1')
-depends=(lib32-glibc $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(http://people.redhat.com/~dhowells/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
-md5sums=('7f8ac985c45086b5fbcd12cecd23cf07')
-
-build() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  sed -i -e 's/^\(USR\)\?LIBDIR\s*:=.*$/\1LIBDIR=\/usr\/lib32/' Makefile
-  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,{s,}bin}
-}

Copied: lib32-keyutils/repos/multilib-x86_64/PKGBUILD (from rev 243366, 
lib32-keyutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-08 21:16:34 UTC (rev 243367)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+_pkgbasename=keyutils
+pkgname=lib32-$_pkgbasename
+pkgver=1.5.10
+pkgrel=1
+pkgdesc="Linux Key Management Utilities (32-bit)"
+arch=(x86_64)
+url="http://www.kernel.org;
+license=('GPL2' 'LGPL2.1')
+depends=(lib32-glibc $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(https://people.redhat.com/~dhowells/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
+sha256sums=('115c3deae7f181778fd0e0ffaa2dad1bf1fe2f5677cf2e0e348cdb7a1c93afb6')
+
+build() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  sed -i -e 's/^\(USR\)\?LIBDIR\s*:=.*$/\1LIBDIR=\/usr\/lib32/' Makefile
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,{s,}bin}
+}


[arch-commits] Commit in lib32-imlib2/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-07-08 Thread Laurent Carlier
Date: Saturday, July 8, 2017 @ 21:11:34
  Author: lcarlier
Revision: 243365

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-imlib2/repos/multilib-x86_64/PKGBUILD
(from rev 243364, lib32-imlib2/trunk/PKGBUILD)
Deleted:
  lib32-imlib2/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-08 21:11:28 UTC (rev 243364)
+++ PKGBUILD2017-07-08 21:11:34 UTC (rev 243365)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ronald van Haren 
-# Contributor: Arjan Timmerman 
-# Contributor: Tom Newsom 
-# Contributor: GordonGR 
-
-pkgname=lib32-imlib2
-_pkgname=imlib2
-pkgver=1.4.9
-pkgrel=1
-pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support, lib32"
-url="http://sourceforge.net/projects/enlightenment/;
-arch=('x86_64')
-license=('BSD')
-depends=('lib32-libtiff' 'lib32-giflib' 'lib32-bzip2' 'lib32-freetype2' 
'lib32-libxext' 'lib32-libpng' 'lib32-libid3tag' 'lib32-libjpeg-turbo' 
"${_pkgname}")
-source=("http://downloads.sourceforge.net/enlightenment/${_pkgname}-$pkgver.tar.bz2;)
-md5sums=('23ef8b49f2793bc63b16839a2062298b')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-  sed -i 's/@my_libs@//' imlib2-config.in
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  # Configure and Build
-  ./configure --prefix=/usr --sysconfdir=/etc/imlib2 --x-libraries=/usr/lib32 
--enable-mmx --disable-amd64 --libdir=/usr/lib32 --libexecdir=/usr/lib32 
-
-  make
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "${_pkgname}-$pkgver"
-  make DESTDIR="$pkgdir" install
-  cd "$pkgdir/usr"
-  rm -rf {bin,include,share/imlib2}/
-
-  install -Dm644 "$srcdir/${_pkgname}-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: lib32-imlib2/repos/multilib-x86_64/PKGBUILD (from rev 243364, 
lib32-imlib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-08 21:11:34 UTC (rev 243365)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ronald van Haren 
+# Contributor: Arjan Timmerman 
+# Contributor: Tom Newsom 
+# Contributor: GordonGR 
+
+pkgname=lib32-imlib2
+_pkgname=imlib2
+pkgver=1.4.10
+pkgrel=1
+pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support, lib32"
+url="http://sourceforge.net/projects/enlightenment/;
+arch=('x86_64')
+license=('BSD')
+depends=('lib32-libtiff' 'lib32-giflib' 'lib32-bzip2' 'lib32-freetype2' 
'lib32-libxext' 'lib32-libpng' 'lib32-libid3tag' 'lib32-libjpeg-turbo' 
"${_pkgname}")
+source=("http://downloads.sourceforge.net/enlightenment/${_pkgname}-$pkgver.tar.bz2;)
+sha1sums=('664df65c6265a2825d685d2f3a4f0d072eb626ac')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  sed -i 's/@my_libs@//' imlib2-config.in
+}
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  # Configure and Build
+  ./configure --prefix=/usr --sysconfdir=/etc/imlib2 --x-libraries=/usr/lib32 
--enable-mmx --disable-amd64 --libdir=/usr/lib32 --libexecdir=/usr/lib32 
+
+  make
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "${_pkgname}-$pkgver"
+  make DESTDIR="$pkgdir" install
+  cd "$pkgdir/usr"
+  rm -rf {bin,include,share/imlib2}/
+
+  install -Dm644 "$srcdir/${_pkgname}-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2017-07-08 Thread Laurent Carlier
Date: Saturday, July 8, 2017 @ 21:11:28
  Author: lcarlier
Revision: 243364

upgpkg: lib32-imlib2 1.4.10-1

upstream update 1.4.10

Modified:
  lib32-imlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 20:01:08 UTC (rev 243363)
+++ PKGBUILD2017-07-08 21:11:28 UTC (rev 243364)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-imlib2
 _pkgname=imlib2
-pkgver=1.4.9
+pkgver=1.4.10
 pkgrel=1
 pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support, lib32"
 url="http://sourceforge.net/projects/enlightenment/;
@@ -15,7 +15,7 @@
 license=('BSD')
 depends=('lib32-libtiff' 'lib32-giflib' 'lib32-bzip2' 'lib32-freetype2' 
'lib32-libxext' 'lib32-libpng' 'lib32-libid3tag' 'lib32-libjpeg-turbo' 
"${_pkgname}")
 
source=("http://downloads.sourceforge.net/enlightenment/${_pkgname}-$pkgver.tar.bz2;)
-md5sums=('23ef8b49f2793bc63b16839a2062298b')
+sha1sums=('664df65c6265a2825d685d2f3a4f0d072eb626ac')
 
 prepare() {
   cd "$_pkgname-$pkgver"


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

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 20:01:08
  Author: jelle
Revision: 243363

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cura/repos/community-i686/PKGBUILD
(from rev 243362, cura/trunk/PKGBUILD)
  cura/repos/community-x86_64/PKGBUILD
(from rev 243362, cura/trunk/PKGBUILD)
Deleted:
  cura/repos/community-i686/PKGBUILD
  cura/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   44 --
 community-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-08 20:00:54 UTC (rev 243362)
+++ community-i686/PKGBUILD 2017-07-08 20:01:08 UTC (rev 243363)
@@ -1,44 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributo: Grey Christoforo 
-
-pkgname=cura
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
-depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'curaengine' 'cura-binary-data')
-makedepends=('qt5-tools' 'cmake')
-provides=('cura')
-url="https://ultimaker.com/en/products/cura-software;
-license=('AGPL')
-arch=('i686' 'x86_64')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha1sums=('62dcfbc702901939cf85cc79c93f36755bfe4761')
-
-prepare(){
-  cd Cura-${pkgver}
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
-}
-
-build(){
-  cd Cura-${pkgver}
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts
-
-  make
-}
-
-package(){
-  cd Cura-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  
-  # make sure cura can find uranium plugins:
-  ln -s /usr/lib/uranium/plugins/* "${pkgdir}/usr/lib/cura/plugins/."
-
-  # don't ever send any user or print info through the internet to Ultimaker
-  rm -rf "${pkgdir}/usr/lib/cura/plugins/SliceInfoPlugin"
-}

Copied: cura/repos/community-i686/PKGBUILD (from rev 243362, 
cura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-08 20:01:08 UTC (rev 243363)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa 
+# Contributo: Grey Christoforo 
+
+pkgname=cura
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
+depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'curaengine' 'cura-binary-data')
+makedepends=('qt5-tools' 'cmake')
+provides=('cura')
+url="https://ultimaker.com/en/products/cura-software;
+license=('AGPL')
+arch=('i686' 'x86_64')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
+sha1sums=('f993376e1b30f76afc8ef34afa5aed6ce4d74172')
+
+prepare(){
+  cd Cura-${pkgver}
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
+}
+
+build(){
+  cd Cura-${pkgver}
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts
+
+  make
+}
+
+package(){
+  cd Cura-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  
+  # make sure cura can find uranium plugins:
+  ln -s /usr/lib/uranium/plugins/* "${pkgdir}/usr/lib/cura/plugins/."
+
+  # don't ever send any user or print info through the internet to Ultimaker
+  rm -rf "${pkgdir}/usr/lib/cura/plugins/SliceInfoPlugin"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-08 20:00:54 UTC (rev 243362)
+++ community-x86_64/PKGBUILD   2017-07-08 20:01:08 UTC (rev 243363)
@@ -1,44 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributo: Grey Christoforo 
-
-pkgname=cura
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
-depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 

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

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 20:00:54
  Author: jelle
Revision: 243362

upgpkg: cura 2.6.0-1

Modified:
  cura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 19:00:37 UTC (rev 243361)
+++ PKGBUILD2017-07-08 20:00:54 UTC (rev 243362)
@@ -2,7 +2,7 @@
 # Contributo: Grey Christoforo 
 
 pkgname=cura
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
 depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'curaengine' 'cura-binary-data')
@@ -12,7 +12,7 @@
 license=('AGPL')
 arch=('i686' 'x86_64')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha1sums=('62dcfbc702901939cf85cc79c93f36755bfe4761')
+sha1sums=('f993376e1b30f76afc8ef34afa5aed6ce4d74172')
 
 prepare(){
   cd Cura-${pkgver}


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

2017-07-08 Thread Jan Steffens
Date: Saturday, July 8, 2017 @ 19:31:44
  Author: heftig
Revision: 299916

archrelease: copy trunk to staging-i686, staging-x86_64

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

--+
 /90-linux.hook   |   22 
 /PKGBUILD|  578 +
 /config.i686 |17124 +
 /config.x86_64   |16612 +++
 /linux.install   |   54 
 /linux.preset|   28 
 staging-i686/90-linux.hook   |   11 
 staging-i686/PKGBUILD|  289 
 staging-i686/config.i686 | 8530 
 staging-i686/config.x86_64   | 8275 ---
 staging-i686/linux.install   |   27 
 staging-i686/linux.preset|   14 
 staging-x86_64/90-linux.hook |   11 
 staging-x86_64/PKGBUILD  |  289 
 staging-x86_64/config.i686   | 8530 
 staging-x86_64/config.x86_64 | 8275 ---
 staging-x86_64/linux.install |   27 
 staging-x86_64/linux.preset  |   14 
 18 files changed, 34418 insertions(+), 34292 deletions(-)

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


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

2017-07-08 Thread Jan Steffens
Date: Saturday, July 8, 2017 @ 19:30:49
  Author: heftig
Revision: 299915

archrelease: copy trunk to staging-i686, staging-x86_64

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

--+
 /90-linux.hook   |   22 
 /PKGBUILD|  598 +
 /config.i686 |17190 +
 /config.x86_64   |16678 +++
 /linux.install   |   54 
 /linux.preset|   28 
 staging-i686/90-linux.hook   |   11 
 staging-i686/PKGBUILD|  299 
 staging-i686/config.i686 | 8563 
 staging-i686/config.x86_64   | 8308 ---
 staging-i686/linux.install   |   27 
 staging-i686/linux.preset|   14 
 staging-x86_64/90-linux.hook |   11 
 staging-x86_64/PKGBUILD  |  299 
 staging-x86_64/config.i686   | 8563 
 staging-x86_64/config.x86_64 | 8308 ---
 staging-x86_64/linux.install |   27 
 staging-x86_64/linux.preset  |   14 
 18 files changed, 34570 insertions(+), 3 deletions(-)

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


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

2017-07-08 Thread Jan Steffens
Date: Saturday, July 8, 2017 @ 18:57:35
  Author: heftig
Revision: 299914

4.12-2: more modules (FS#54603)

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config.i686
  linux/trunk/config.x86_64

---+
 PKGBUILD  |6 -
 config.i686   |  230 +++-
 config.x86_64 |  229 +++
 3 files changed, 264 insertions(+), 201 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 18:56:45 UTC (rev 299913)
+++ PKGBUILD2017-07-08 18:57:35 UTC (rev 299914)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.12
 pkgver=4.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
 license=('GPL2')
@@ -25,8 +25,8 @@
 
 sha256sums=('a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab'
 'SKIP'
-'7de71e0380b135b604ae90861b8d0f03f1ce993204dcefedb143d45afab3864b'
-'dd0b43ff2ae2be601823ca0001d9004ad728836f7da6c02780b11cdf3ee39e83'
+'130c3e505315d4405cc1ba9235ab8cd075e1122e0f1fa50b66eceab4eb268faa'
+'d2271b1dfae30f38d70549e1d142da9d03eade0fd4620bbc4bd757b9c7a27422'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.i686
===
--- config.i686 2017-07-08 18:56:45 UTC (rev 299913)
+++ config.i686 2017-07-08 18:57:35 UTC (rev 299914)
@@ -681,6 +681,7 @@
 CONFIG_ACPI_EXTLOG=m
 CONFIG_PMIC_OPREGION=y
 CONFIG_CRC_PMIC_OPREGION=y
+CONFIG_XPOWER_PMIC_OPREGION=y
 CONFIG_BXT_WC_PMIC_OPREGION=y
 CONFIG_ACPI_CONFIGFS=m
 CONFIG_SFI=y
@@ -3622,6 +3623,7 @@
 CONFIG_INPUT_CM109=m
 CONFIG_INPUT_RETU_PWRBUTTON=m
 CONFIG_INPUT_TPS65218_PWRBUTTON=m
+CONFIG_INPUT_AXP20X_PEK=m
 CONFIG_INPUT_UINPUT=m
 CONFIG_INPUT_PCF50633_PMU=m
 CONFIG_INPUT_PCF8574=m
@@ -4024,6 +4026,7 @@
 # CONFIG_GPIO_74XX_MMIO is not set
 # CONFIG_GPIO_ALTERA is not set
 # CONFIG_GPIO_AMDPT is not set
+CONFIG_GPIO_AXP209=m
 # CONFIG_GPIO_DWAPB is not set
 CONFIG_GPIO_EXAR=m
 # CONFIG_GPIO_FTGPIO010 is not set
@@ -4109,7 +4112,7 @@
 CONFIG_POWER_SUPPLY=y
 # CONFIG_POWER_SUPPLY_DEBUG is not set
 CONFIG_PDA_POWER=m
-# CONFIG_GENERIC_ADC_BATTERY is not set
+CONFIG_GENERIC_ADC_BATTERY=m
 CONFIG_TEST_POWER=m
 # CONFIG_BATTERY_DS2780 is not set
 # CONFIG_BATTERY_DS2781 is not set
@@ -4116,22 +4119,27 @@
 # CONFIG_BATTERY_DS2782 is not set
 # CONFIG_BATTERY_LEGO_EV3 is not set
 CONFIG_BATTERY_OLPC=m
-# CONFIG_BATTERY_SBS is not set
-# CONFIG_CHARGER_SBS is not set
+CONFIG_BATTERY_SBS=m
+CONFIG_CHARGER_SBS=m
 # CONFIG_BATTERY_BQ27XXX is not set
-# CONFIG_BATTERY_MAX17040 is not set
-# CONFIG_BATTERY_MAX17042 is not set
+CONFIG_CHARGER_AXP20X=m
+CONFIG_BATTERY_AXP20X=m
+CONFIG_AXP20X_POWER=m
+CONFIG_AXP288_CHARGER=m
+CONFIG_AXP288_FUEL_GAUGE=m
+CONFIG_BATTERY_MAX17040=m
+CONFIG_BATTERY_MAX17042=m
 # CONFIG_CHARGER_PCF50633 is not set
 # CONFIG_CHARGER_CPCAP is not set
 # CONFIG_CHARGER_ISP1704 is not set
 # CONFIG_CHARGER_MAX8903 is not set
 # CONFIG_CHARGER_LP8727 is not set
-# CONFIG_CHARGER_GPIO is not set
+CONFIG_CHARGER_GPIO=m
 # CONFIG_CHARGER_DETECTOR_MAX14656 is not set
 # CONFIG_CHARGER_BQ2415X is not set
 # CONFIG_CHARGER_BQ24190 is not set
 # CONFIG_CHARGER_BQ24257 is not set
-CONFIG_CHARGER_BQ24735=m
+# CONFIG_CHARGER_BQ24735 is not set
 # CONFIG_CHARGER_BQ25890 is not set
 # CONFIG_CHARGER_SMB347 is not set
 # CONFIG_CHARGER_TPS65217 is not set
@@ -4475,10 +4483,11 @@
 # CONFIG_MFD_ATMEL_FLEXCOM is not set
 # CONFIG_MFD_ATMEL_HLCDC is not set
 CONFIG_MFD_BCM590XX=m
-# CONFIG_MFD_AXP20X_I2C is not set
+CONFIG_MFD_AXP20X=m
+CONFIG_MFD_AXP20X_I2C=m
 CONFIG_MFD_CROS_EC=m
 CONFIG_MFD_CROS_EC_I2C=m
-# CONFIG_MFD_CROS_EC_SPI is not set
+CONFIG_MFD_CROS_EC_SPI=m
 # CONFIG_PMIC_DA903X is not set
 # CONFIG_MFD_DA9052_SPI is not set
 # CONFIG_MFD_DA9052_I2C is not set
@@ -4493,7 +4502,7 @@
 # CONFIG_MFD_HI6421_PMIC is not set
 CONFIG_HTC_PASIC3=m
 # CONFIG_HTC_I2CPLD is not set
-# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
+CONFIG_MFD_INTEL_QUARK_I2C_GPIO=m
 CONFIG_LPC_ICH=m
 CONFIG_LPC_SCH=m
 CONFIG_INTEL_SOC_PMIC=y
@@ -4620,7 +4629,7 @@
 CONFIG_DVB_CORE=m
 CONFIG_DVB_NET=y
 CONFIG_TTPCI_EEPROM=m
-CONFIG_DVB_MAX_ADAPTERS=8
+CONFIG_DVB_MAX_ADAPTERS=16
 # CONFIG_DVB_DYNAMIC_MINORS is not set
 # CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
 
@@ -4912,7 +4921,11 @@
 CONFIG_DVB_DDBRIDGE=m
 CONFIG_DVB_SMIPCIE=m
 CONFIG_DVB_NETUP_UNIDVB=m
-# CONFIG_V4L_PLATFORM_DRIVERS is not set
+CONFIG_V4L_PLATFORM_DRIVERS=y
+# CONFIG_VIDEO_CAFE_CCIC is not set
+# CONFIG_VIDEO_VIA_CAMERA is not set
+# CONFIG_SOC_CAMERA is not set
+# CONFIG_VIDEO_XILINX is not set
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
 CONFIG_VIDEO_SH_VEU=m
@@ -4920,7 +4933,7 @@
 

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

2017-07-08 Thread Jan Steffens
Date: Saturday, July 8, 2017 @ 18:56:45
  Author: heftig
Revision: 299913

4.12-2

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config.i686
  linux-zen/trunk/config.x86_64

---+
 PKGBUILD  |   10 +-
 config.i686   |  230 +++-
 config.x86_64 |  229 +++
 3 files changed, 266 insertions(+), 203 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 14:37:25 UTC (rev 299912)
+++ PKGBUILD2017-07-08 18:56:45 UTC (rev 299913)
@@ -6,9 +6,9 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.12
-_zenpatch=zen-4.12-88040e5fde1b87a7eb7f98b89fec11844bc3715a.diff
+_zenpatch=zen-4.12-96e967f13f35607d5d6a78785b11de4d2d632730.diff
 pkgver=4.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -29,10 +29,10 @@
 
 sha256sums=('a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab'
 'SKIP'
-'1c27df91337202570489b098667156010a5fcb2de4a21fc0c7954b0cdd3af5ed'
+'5827c881aa7a0de6e8c004d501deb1e4f71f218b267f4c9d60a25ab286d6d72e'
 'SKIP'
-'d79dae5b9b1eb5824a0499c0c834fcde6358538c6ae020301b93ca2633124161'
-'f051b9b98516d9aed663b1b66ecf64ddf8a13021c4730199df508d0b0414a81b'
+'96f8d787fc93d83c89e1160808264a14ebb11b50810de009080b9e7915e3a749'
+'a09e0770138e7613b7a067688264eda405ade55086eba1279a858fe17c2f10f9'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.i686
===
--- config.i686 2017-07-08 14:37:25 UTC (rev 299912)
+++ config.i686 2017-07-08 18:56:45 UTC (rev 299913)
@@ -703,6 +703,7 @@
 CONFIG_ACPI_EXTLOG=m
 CONFIG_PMIC_OPREGION=y
 CONFIG_CRC_PMIC_OPREGION=y
+CONFIG_XPOWER_PMIC_OPREGION=y
 CONFIG_BXT_WC_PMIC_OPREGION=y
 CONFIG_ACPI_CONFIGFS=m
 CONFIG_SFI=y
@@ -3645,6 +3646,7 @@
 CONFIG_INPUT_CM109=m
 CONFIG_INPUT_RETU_PWRBUTTON=m
 CONFIG_INPUT_TPS65218_PWRBUTTON=m
+CONFIG_INPUT_AXP20X_PEK=m
 CONFIG_INPUT_UINPUT=m
 CONFIG_INPUT_PCF50633_PMU=m
 CONFIG_INPUT_PCF8574=m
@@ -4048,6 +4050,7 @@
 # CONFIG_GPIO_74XX_MMIO is not set
 # CONFIG_GPIO_ALTERA is not set
 # CONFIG_GPIO_AMDPT is not set
+CONFIG_GPIO_AXP209=m
 # CONFIG_GPIO_DWAPB is not set
 CONFIG_GPIO_EXAR=m
 # CONFIG_GPIO_FTGPIO010 is not set
@@ -4133,7 +4136,7 @@
 CONFIG_POWER_SUPPLY=y
 # CONFIG_POWER_SUPPLY_DEBUG is not set
 CONFIG_PDA_POWER=m
-# CONFIG_GENERIC_ADC_BATTERY is not set
+CONFIG_GENERIC_ADC_BATTERY=m
 CONFIG_TEST_POWER=m
 # CONFIG_BATTERY_DS2780 is not set
 # CONFIG_BATTERY_DS2781 is not set
@@ -4140,22 +4143,27 @@
 # CONFIG_BATTERY_DS2782 is not set
 # CONFIG_BATTERY_LEGO_EV3 is not set
 CONFIG_BATTERY_OLPC=m
-# CONFIG_BATTERY_SBS is not set
-# CONFIG_CHARGER_SBS is not set
+CONFIG_BATTERY_SBS=m
+CONFIG_CHARGER_SBS=m
 # CONFIG_BATTERY_BQ27XXX is not set
-# CONFIG_BATTERY_MAX17040 is not set
-# CONFIG_BATTERY_MAX17042 is not set
+CONFIG_CHARGER_AXP20X=m
+CONFIG_BATTERY_AXP20X=m
+CONFIG_AXP20X_POWER=m
+CONFIG_AXP288_CHARGER=m
+CONFIG_AXP288_FUEL_GAUGE=m
+CONFIG_BATTERY_MAX17040=m
+CONFIG_BATTERY_MAX17042=m
 # CONFIG_CHARGER_PCF50633 is not set
 # CONFIG_CHARGER_CPCAP is not set
 # CONFIG_CHARGER_ISP1704 is not set
 # CONFIG_CHARGER_MAX8903 is not set
 # CONFIG_CHARGER_LP8727 is not set
-# CONFIG_CHARGER_GPIO is not set
+CONFIG_CHARGER_GPIO=m
 # CONFIG_CHARGER_DETECTOR_MAX14656 is not set
 # CONFIG_CHARGER_BQ2415X is not set
 # CONFIG_CHARGER_BQ24190 is not set
 # CONFIG_CHARGER_BQ24257 is not set
-CONFIG_CHARGER_BQ24735=m
+# CONFIG_CHARGER_BQ24735 is not set
 # CONFIG_CHARGER_BQ25890 is not set
 # CONFIG_CHARGER_SMB347 is not set
 # CONFIG_CHARGER_TPS65217 is not set
@@ -4499,10 +4507,11 @@
 # CONFIG_MFD_ATMEL_FLEXCOM is not set
 # CONFIG_MFD_ATMEL_HLCDC is not set
 CONFIG_MFD_BCM590XX=m
-# CONFIG_MFD_AXP20X_I2C is not set
+CONFIG_MFD_AXP20X=m
+CONFIG_MFD_AXP20X_I2C=m
 CONFIG_MFD_CROS_EC=m
 CONFIG_MFD_CROS_EC_I2C=m
-# CONFIG_MFD_CROS_EC_SPI is not set
+CONFIG_MFD_CROS_EC_SPI=m
 # CONFIG_PMIC_DA903X is not set
 # CONFIG_MFD_DA9052_SPI is not set
 # CONFIG_MFD_DA9052_I2C is not set
@@ -4517,7 +4526,7 @@
 # CONFIG_MFD_HI6421_PMIC is not set
 CONFIG_HTC_PASIC3=m
 # CONFIG_HTC_I2CPLD is not set
-# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
+CONFIG_MFD_INTEL_QUARK_I2C_GPIO=m
 CONFIG_LPC_ICH=m
 CONFIG_LPC_SCH=m
 CONFIG_INTEL_SOC_PMIC=y
@@ -4644,7 +4653,7 @@
 CONFIG_DVB_CORE=m
 CONFIG_DVB_NET=y
 CONFIG_TTPCI_EEPROM=m
-CONFIG_DVB_MAX_ADAPTERS=8
+CONFIG_DVB_MAX_ADAPTERS=16
 # CONFIG_DVB_DYNAMIC_MINORS is not set
 # CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
 
@@ -4936,7 +4945,11 @@
 CONFIG_DVB_DDBRIDGE=m
 

[arch-commits] Commit in linux-hardened/repos/community-x86_64 (10 files)

2017-07-08 Thread Daniel Micay
Date: Saturday, July 8, 2017 @ 18:30:37
  Author: thestinger
Revision: 243360

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 243359, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 243359, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 243359, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 243359, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 243359, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/community-x86_64/90-linux.hook
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset

---+
 90-linux.hook |   22 
 PKGBUILD  |  582 -
 config.x86_64 |16533 
 linux.install |   54 
 linux.preset  |   28 
 5 files changed, 8610 insertions(+), 8609 deletions(-)

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


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

2017-07-08 Thread Daniel Micay
Date: Saturday, July 8, 2017 @ 18:30:02
  Author: thestinger
Revision: 243359

upgpkg: linux-hardened 4.12.c-1

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

---+
 PKGBUILD  |6 +++---
 config.x86_64 |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 17:44:40 UTC (rev 243358)
+++ PKGBUILD2017-07-08 18:30:02 UTC (rev 243359)
@@ -6,7 +6,7 @@
 pkgbase=linux-hardened
 _srcname=linux-4.12
 _pkgver=4.12
-pkgver=$_pkgver.b
+pkgver=$_pkgver.c
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/thestinger/linux-hardened;
@@ -29,9 +29,9 @@
 
 sha256sums=('a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab'
 'SKIP'
-'fa4ba5acac9eb83de26e82332c71cafeb04d690bd2340fbe0394d6eadb596463'
+'1c328e33c1e57e77f6772570232835ac71733c45af328ff6b34aaa7f9e3c2066'
 'SKIP'
-'fdc52a4b3c9e4ef5bf194b18a79f603038575c9247d8e44e43d4a9c679c99c8f'
+'08e5093444a8176f60a2a6eba8fb52fae5205f84228c3767942f9f1f40865592'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-07-08 17:44:40 UTC (rev 243358)
+++ config.x86_64   2017-07-08 18:30:02 UTC (rev 243359)
@@ -245,6 +245,7 @@
 # CONFIG_COMPAT_BRK is not set
 # CONFIG_SLAB is not set
 CONFIG_SLUB=y
+# CONFIG_SLAB_MERGE_DEFAULT is not set
 CONFIG_SLAB_FREELIST_RANDOM=y
 CONFIG_SLAB_HARDENED=y
 CONFIG_SLAB_CANARY=y


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

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 17:44:40
  Author: jelle
Revision: 243358

archrelease: copy trunk to community-any

Added:
  uranium/repos/community-any/PKGBUILD
(from rev 243357, uranium/trunk/PKGBUILD)
Deleted:
  uranium/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-08 17:44:33 UTC (rev 243357)
+++ PKGBUILD2017-07-08 17:44:40 UTC (rev 243358)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=uranium
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="A Python framework for building Desktop applications."
-url="https://github.com/Ultimaker/Uranium;
-arch=('any')
-license=('AGPL')
-depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 
'python-numpy' 'arcus')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('7392dd58b68b128d8ad95970b175cdcec2796cfff4ea9e2dedf4d14cf5f36a3d')
-
-prepare() {
-  cd Uranium-${pkgver}
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
-}
-
-build() {
-  cd Uranium-${pkgver}
-  mkdir -p build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd Uranium-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uranium/repos/community-any/PKGBUILD (from rev 243357, 
uranium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-08 17:44:40 UTC (rev 243358)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=uranium
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="A Python framework for building Desktop applications."
+url="https://github.com/Ultimaker/Uranium;
+arch=('any')
+license=('AGPL')
+depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 
'python-numpy' 'arcus')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('3b84975bdac58a0c38fa26d3c1552db73ed04d1506874afc883cd1bca169b4e0')
+
+prepare() {
+  cd Uranium-${pkgver}
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
+}
+
+build() {
+  cd Uranium-${pkgver}
+  mkdir -p build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd Uranium-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 17:44:33
  Author: jelle
Revision: 243357

upgpkg: uranium 2.6.0-1

Modified:
  uranium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 17:40:44 UTC (rev 243356)
+++ PKGBUILD2017-07-08 17:44:33 UTC (rev 243357)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=uranium
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="A Python framework for building Desktop applications."
 url="https://github.com/Ultimaker/Uranium;
@@ -11,7 +11,7 @@
 depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 
'python-numpy' 'arcus')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('7392dd58b68b128d8ad95970b175cdcec2796cfff4ea9e2dedf4d14cf5f36a3d')
+sha256sums=('3b84975bdac58a0c38fa26d3c1552db73ed04d1506874afc883cd1bca169b4e0')
 
 prepare() {
   cd Uranium-${pkgver}


[arch-commits] Commit in cura-binary-data/repos/community-any (PKGBUILD PKGBUILD)

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 17:40:44
  Author: jelle
Revision: 243356

archrelease: copy trunk to community-any

Added:
  cura-binary-data/repos/community-any/PKGBUILD
(from rev 243355, cura-binary-data/trunk/PKGBUILD)
Deleted:
  cura-binary-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-08 17:40:36 UTC (rev 243355)
+++ PKGBUILD2017-07-08 17:40:44 UTC (rev 243356)
@@ -1,20 +0,0 @@
-# Maintainer: Jelle  van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=cura-binary-data
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="Binary data (firmwares and such) for cura"
-url="https://github.com/Ultimaker/${pkgname};
-license=('AGPL')
-arch=('any')
-source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('cfc5939d11ec35edf0252250b4f61bfa932d2448')
-
-package(){
-  install -d "${pkgdir}/usr/share/"
-  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
-  
-  # see https://github.com/Ultimaker/cura-binary-data/issues/6
-  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
-}

Copied: cura-binary-data/repos/community-any/PKGBUILD (from rev 243355, 
cura-binary-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-08 17:40:44 UTC (rev 243356)
@@ -0,0 +1,20 @@
+# Maintainer: Jelle  van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=cura-binary-data
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Binary data (firmwares and such) for cura"
+url="https://github.com/Ultimaker/${pkgname};
+license=('AGPL')
+arch=('any')
+source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
+sha1sums=('d50eba2423db125d9423a1090d3be2a93d080a69')
+
+package(){
+  install -d "${pkgdir}/usr/share/"
+  cp -r "${srcdir}/${pkgname}-${pkgver}/cura/" "${pkgdir}/usr/share/cura"
+  
+  # see https://github.com/Ultimaker/cura-binary-data/issues/6
+  rm -rf "${pkgdir}/usr/share/cura/resources/i18n" 
+}


[arch-commits] Commit in cura-binary-data/trunk (PKGBUILD)

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 17:40:36
  Author: jelle
Revision: 243355

upgpkg: cura-binary-data 2.6.0-1

Modified:
  cura-binary-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 17:34:50 UTC (rev 243354)
+++ PKGBUILD2017-07-08 17:40:36 UTC (rev 243355)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=cura-binary-data
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="Binary data (firmwares and such) for cura"
 url="https://github.com/Ultimaker/${pkgname};
@@ -9,7 +9,7 @@
 license=('AGPL')
 arch=('any')
 source=(https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz)
-sha1sums=('cfc5939d11ec35edf0252250b4f61bfa932d2448')
+sha1sums=('d50eba2423db125d9423a1090d3be2a93d080a69')
 
 package(){
   install -d "${pkgdir}/usr/share/"


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

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 17:34:50
  Author: jelle
Revision: 243354

archrelease: copy trunk to community-x86_64, community-i686

Added:
  curaengine/repos/community-i686/PKGBUILD
(from rev 243353, curaengine/trunk/PKGBUILD)
  curaengine/repos/community-x86_64/PKGBUILD
(from rev 243353, curaengine/trunk/PKGBUILD)
Deleted:
  curaengine/repos/community-i686/PKGBUILD
  curaengine/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-08 17:34:35 UTC (rev 243353)
+++ community-i686/PKGBUILD 2017-07-08 17:34:50 UTC (rev 243354)
@@ -1,34 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=curaengine
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
-url="https://github.com/Ultimaker/CuraEngine;
-arch=('x86_64' 'i686')
-license=('AGPL')
-depends=('arcus')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('8d8de8f56fd5831b3b74e8946a26681e')
-
-
-build() {
-  cd CuraEngine-${pkgver}
-  mkdir -p build
-  cd build
-
-   cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd CuraEngine-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: curaengine/repos/community-i686/PKGBUILD (from rev 243353, 
curaengine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-08 17:34:50 UTC (rev 243354)
@@ -0,0 +1,34 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=curaengine
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
+url="https://github.com/Ultimaker/CuraEngine;
+arch=('x86_64' 'i686')
+license=('AGPL')
+depends=('arcus')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('0f92c6adc14f34a0263249218f924dee')
+
+
+build() {
+  cd CuraEngine-${pkgver}
+  mkdir -p build
+  cd build
+
+   cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd CuraEngine-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-08 17:34:35 UTC (rev 243353)
+++ community-x86_64/PKGBUILD   2017-07-08 17:34:50 UTC (rev 243354)
@@ -1,34 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=curaengine
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
-url="https://github.com/Ultimaker/CuraEngine;
-arch=('x86_64' 'i686')
-license=('AGPL')
-depends=('arcus')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('8d8de8f56fd5831b3b74e8946a26681e')
-
-
-build() {
-  cd CuraEngine-${pkgver}
-  mkdir -p build
-  cd build
-
-   cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd CuraEngine-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: curaengine/repos/community-x86_64/PKGBUILD (from rev 243353, 
curaengine/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-08 17:34:50 UTC (rev 243354)
@@ -0,0 +1,34 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=curaengine
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
+url="https://github.com/Ultimaker/CuraEngine;
+arch=('x86_64' 'i686')
+license=('AGPL')
+depends=('arcus')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('0f92c6adc14f34a0263249218f924dee')
+
+
+build() {
+  cd CuraEngine-${pkgver}
+  mkdir -p build
+  cd build
+ 

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

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 17:34:35
  Author: jelle
Revision: 243353

upgpkg: curaengine 2.6.0-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 17:26:01 UTC (rev 243352)
+++ PKGBUILD2017-07-08 17:34:35 UTC (rev 243353)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
 url="https://github.com/Ultimaker/CuraEngine;
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 depends=('arcus')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('8d8de8f56fd5831b3b74e8946a26681e')
+md5sums=('0f92c6adc14f34a0263249218f924dee')
 
 
 build() {


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

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 17:26:01
  Author: jelle
Revision: 243352

archrelease: copy trunk to community-x86_64, community-i686

Added:
  arcus/repos/community-i686/PKGBUILD
(from rev 243351, arcus/trunk/PKGBUILD)
  arcus/repos/community-x86_64/PKGBUILD
(from rev 243351, arcus/trunk/PKGBUILD)
Deleted:
  arcus/repos/community-i686/PKGBUILD
  arcus/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-08 17:25:49 UTC (rev 243351)
+++ community-i686/PKGBUILD 2017-07-08 17:26:01 UTC (rev 243352)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=arcus
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="Communication library between internal components for Ultimaker 
software"
-url="https://github.com/Ultimaker/libArcus;
-arch=('x86_64' 'i686')
-license=('AGPL')
-makedepends=('cmake')
-depends=('python' 'protobuf' 'python-sip')
-source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
-md5sums=('a8f83c896793262967971b7a94fe3082')
-
-build() {
-  cd libArcus-${pkgver}
-  mkdir -p build
-  cd build
-  
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=OFF  \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
-
-  make
-}
-
-package() {
-  cd libArcus-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arcus/repos/community-i686/PKGBUILD (from rev 243351, 
arcus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-08 17:26:01 UTC (rev 243352)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=arcus
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Communication library between internal components for Ultimaker 
software"
+url="https://github.com/Ultimaker/libArcus;
+arch=('x86_64' 'i686')
+license=('AGPL')
+makedepends=('cmake')
+depends=('python' 'protobuf' 'python-sip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
+md5sums=('181f59c8ed7a6ea82b262a7daf2bd1c1')
+
+build() {
+  cd libArcus-${pkgver}
+  mkdir -p build
+  cd build
+  
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_EXAMPLES=OFF  \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
+
+  make
+}
+
+package() {
+  cd libArcus-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-08 17:25:49 UTC (rev 243351)
+++ community-x86_64/PKGBUILD   2017-07-08 17:26:01 UTC (rev 243352)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Grey Christoforo 
-
-pkgname=arcus
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="Communication library between internal components for Ultimaker 
software"
-url="https://github.com/Ultimaker/libArcus;
-arch=('x86_64' 'i686')
-license=('AGPL')
-makedepends=('cmake')
-depends=('python' 'protobuf' 'python-sip')
-source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
-md5sums=('a8f83c896793262967971b7a94fe3082')
-
-build() {
-  cd libArcus-${pkgver}
-  mkdir -p build
-  cd build
-  
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_EXAMPLES=OFF  \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib/
-
-  make
-}
-
-package() {
-  cd libArcus-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}/libArcus-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arcus/repos/community-x86_64/PKGBUILD (from rev 243351, 
arcus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-08 17:26:01 UTC (rev 243352)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=arcus
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Communication library between internal components for Ultimaker 
software"
+url="https://github.com/Ultimaker/libArcus;
+arch=('x86_64' 'i686')
+license=('AGPL')
+makedepends=('cmake')
+depends=('python' 'protobuf' 

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

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 17:25:49
  Author: jelle
Revision: 243351

upgpkg: arcus 2.6.0-1

Modified:
  arcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 16:43:04 UTC (rev 243350)
+++ PKGBUILD2017-07-08 17:25:49 UTC (rev 243351)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=arcus
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Communication library between internal components for Ultimaker 
software"
 url="https://github.com/Ultimaker/libArcus;
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 makedepends=('cmake')
 depends=('python' 'protobuf' 'python-sip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz;)
-md5sums=('a8f83c896793262967971b7a94fe3082')
+md5sums=('181f59c8ed7a6ea82b262a7daf2bd1c1')
 
 build() {
   cd libArcus-${pkgver}


[arch-commits] Commit in dkms/repos/extra-any (11 files)

2017-07-08 Thread Sébastien Luttringer
Date: Saturday, July 8, 2017 @ 14:37:25
  Author: seblu
Revision: 299912

archrelease: copy trunk to extra-any

Added:
  
dkms/repos/extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch
(from rev 299911, 
dkms/trunk/0001-Revert-Make-newly-installed-modules-available-immedi.patch)
  dkms/repos/extra-any/PKGBUILD
(from rev 299911, dkms/trunk/PKGBUILD)
  dkms/repos/extra-any/dkms.install
(from rev 299911, dkms/trunk/dkms.install)
  dkms/repos/extra-any/hook.install
(from rev 299911, dkms/trunk/hook.install)
  dkms/repos/extra-any/hook.remove
(from rev 299911, dkms/trunk/hook.remove)
  dkms/repos/extra-any/hook.sh
(from rev 299911, dkms/trunk/hook.sh)
Deleted:
  dkms/repos/extra-any/PKGBUILD
  dkms/repos/extra-any/dkms.install
  dkms/repos/extra-any/hook.install
  dkms/repos/extra-any/hook.remove
  dkms/repos/extra-any/hook.sh

-+
 0001-Revert-Make-newly-installed-modules-available-immedi.patch |   31 +
 PKGBUILD|  130 ++--
 dkms.install|   26 
 hook.install|   28 -
 hook.remove |   32 -
 hook.sh |  266 
+-
 6 files changed, 273 insertions(+), 240 deletions(-)

Copied: 
dkms/repos/extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch
 (from rev 299911, 
dkms/trunk/0001-Revert-Make-newly-installed-modules-available-immedi.patch)
===
--- 0001-Revert-Make-newly-installed-modules-available-immedi.patch 
(rev 0)
+++ 0001-Revert-Make-newly-installed-modules-available-immedi.patch 
2017-07-08 14:37:25 UTC (rev 299912)
@@ -0,0 +1,31 @@
+From ca38ccd38c69a096dafa51c426ee3548980d5e2a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= 
+Date: Sat, 8 Jul 2017 15:50:55 +0200
+Subject: [PATCH] Revert "Make newly installed modules available immediately"
+To: dkms-de...@dell.com
+
+This reverts commit f5bfb12fef1fc06e56355cdba500eaa98d4e6aa8.
+---
+ dkms | 6 --
+ 1 file changed, 6 deletions(-)
+
+diff --git a/dkms b/dkms
+index a6cedc8..3ff71d5 100644
+--- a/dkms
 b/dkms
+@@ -1522,12 +1522,6 @@ install_module()
+ exit 6
+ }
+ 
+-# Make the newly installed modules available immediately
+-find /sys/devices -name modalias -print0 | xargs -0 cat | xargs modprobe 
-a -b -q
+-if [ -f /lib/systemd/system/systemd-modules-load.service ]; then
+-systemctl restart systemd-modules-load.service
+-fi
+-
+ # Do remake_initrd things (save old initrd)
+ [[ $remake_initrd ]] && ! make_initrd "$kernelver" "$arch" && {
+ do_uninstall "$kernelver" "$arch"
+-- 
+Sébastien "Seblu" Luttringer
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-08 14:37:10 UTC (rev 299911)
+++ PKGBUILD2017-07-08 14:37:25 UTC (rev 299912)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
-
-pkgname=dkms
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='Dynamic Kernel Modules System'
-arch=('any')
-url='https://github.com/dell/dkms'
-license=('GPL2')
-depends=('bash' 'kmod' 'gcc' 'make' 'patch')
-makedepends=('git')
-optdepends=('linux-headers: build modules against the Arch kernel'
-'linux-lts-headers: build modules against the LTS kernel'
-'linux-zen-headers: build modules against the ZEN kernel'
-'linux-grsec-headers: build modules against the GRSEC kernel')
-backup=('etc/dkms/framework.conf')
-install=$pkgname.install
-source=("git+https://github.com/dell/dkms.git#tag=v$pkgver;
-'hook.install'
-'hook.remove'
-'hook.sh')
-md5sums=('SKIP'
- '2dfc9905738199bf1fdbaa08d306e265'
- '4d959fdd4f168b5a6921712404066566'
- 'f1ea074ef22d1afe855a1eb63233566b')
-
-prepare() {
-  cd dkms
-
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-
-  # /usr move
-  msg2 '/usr move patching'
-  for i in dkms{,_framework.conf,.bash-completion,.8,_common.postinst}; do
-sed -ri 's,/lib/modules,/usr/lib/modules,g' "$i"
-  done
-}
-
-package() {
-  # alpm hook
-  install -D -m 644 hook.install 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-install.hook"
-  install -D -m 644 hook.remove 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-remove.hook"
-  install -D -m 755 hook.sh "$pkgdir/usr/lib/dkms/alpm-hook"
-  # upstream installer
-  cd dkms
-  # we don't need kconf files, so 

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

2017-07-08 Thread Sébastien Luttringer
Date: Saturday, July 8, 2017 @ 14:37:10
  Author: seblu
Revision: 299911

upgpkg: dkms 2.4.0-2

- fix FS#54481
- fix FS#54020
- fix FS#54408

Added:
  dkms/trunk/0001-Revert-Make-newly-installed-modules-available-immedi.patch
Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.install
  dkms/trunk/hook.remove

-+
 0001-Revert-Make-newly-installed-modules-available-immedi.patch |   31 
++
 PKGBUILD|   14 ++--
 hook.install|2 
 hook.remove |2 
 4 files changed, 41 insertions(+), 8 deletions(-)

Added: 0001-Revert-Make-newly-installed-modules-available-immedi.patch
===
--- 0001-Revert-Make-newly-installed-modules-available-immedi.patch 
(rev 0)
+++ 0001-Revert-Make-newly-installed-modules-available-immedi.patch 
2017-07-08 14:37:10 UTC (rev 299911)
@@ -0,0 +1,31 @@
+From ca38ccd38c69a096dafa51c426ee3548980d5e2a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= 
+Date: Sat, 8 Jul 2017 15:50:55 +0200
+Subject: [PATCH] Revert "Make newly installed modules available immediately"
+To: dkms-de...@dell.com
+
+This reverts commit f5bfb12fef1fc06e56355cdba500eaa98d4e6aa8.
+---
+ dkms | 6 --
+ 1 file changed, 6 deletions(-)
+
+diff --git a/dkms b/dkms
+index a6cedc8..3ff71d5 100644
+--- a/dkms
 b/dkms
+@@ -1522,12 +1522,6 @@ install_module()
+ exit 6
+ }
+ 
+-# Make the newly installed modules available immediately
+-find /sys/devices -name modalias -print0 | xargs -0 cat | xargs modprobe 
-a -b -q
+-if [ -f /lib/systemd/system/systemd-modules-load.service ]; then
+-systemctl restart systemd-modules-load.service
+-fi
+-
+ # Do remake_initrd things (save old initrd)
+ [[ $remake_initrd ]] && ! make_initrd "$kernelver" "$arch" && {
+ do_uninstall "$kernelver" "$arch"
+-- 
+Sébastien "Seblu" Luttringer
+

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 12:18:19 UTC (rev 299910)
+++ PKGBUILD2017-07-08 14:37:10 UTC (rev 299911)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='https://github.com/dell/dkms'
@@ -14,17 +14,19 @@
 optdepends=('linux-headers: build modules against the Arch kernel'
 'linux-lts-headers: build modules against the LTS kernel'
 'linux-zen-headers: build modules against the ZEN kernel'
-'linux-grsec-headers: build modules against the GRSEC kernel')
+'linux-hardened-headers: build modules against the HARDENED 
kernel')
 backup=('etc/dkms/framework.conf')
 install=$pkgname.install
 source=("git+https://github.com/dell/dkms.git#tag=v$pkgver;
 'hook.install'
 'hook.remove'
-'hook.sh')
+'hook.sh'
+'0001-Revert-Make-newly-installed-modules-available-immedi.patch')
 md5sums=('SKIP'
- '2dfc9905738199bf1fdbaa08d306e265'
- '4d959fdd4f168b5a6921712404066566'
- 'f1ea074ef22d1afe855a1eb63233566b')
+ '90f1486e0af9aab85e8c60d456802c63'
+ '2e8ffd0c2ddec02872d0234befd129fd'
+ 'f1ea074ef22d1afe855a1eb63233566b'
+ 'd3b91ef709f567a375f4bbdbd3291d2b')
 
 prepare() {
   cd dkms

Modified: hook.install
===
--- hook.install2017-07-08 12:18:19 UTC (rev 299910)
+++ hook.install2017-07-08 14:37:10 UTC (rev 299911)
@@ -4,7 +4,7 @@
 Type = File
 Target = usr/src/*/dkms.conf
 Target = usr/lib/modules/*/build/include/
-Target = usr/lib/modules/*/kernel/
+Target = usr/lib/modules/*/modules.alias
 
 [Action]
 Description = Install DKMS modules

Modified: hook.remove
===
--- hook.remove 2017-07-08 12:18:19 UTC (rev 299910)
+++ hook.remove 2017-07-08 14:37:10 UTC (rev 299911)
@@ -4,7 +4,7 @@
 Type = File
 Target = usr/src/*/dkms.conf
 Target = usr/lib/modules/*/build/include/
-Target = usr/lib/modules/*/kernel/
+Target = usr/lib/modules/*/modules.alias
 
 [Action]
 Description = Remove DKMS modules


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

2017-07-08 Thread Alexander Rødseth
Date: Saturday, July 8, 2017 @ 14:21:07
  Author: arodseth
Revision: 243349

archrelease: copy trunk to community-any

Added:
  terminus-font/repos/community-any/PKGBUILD
(from rev 243348, terminus-font/trunk/PKGBUILD)
Deleted:
  terminus-font/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-08 14:20:13 UTC (rev 243348)
+++ PKGBUILD2017-07-08 14:21:07 UTC (rev 243349)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Kristoffer Fossgård 
-# Contributor: clonejo 
-# Contributor: Daniel Micay 
-
-pkgname=terminus-font
-pkgver=4.40
-pkgrel=3
-pkgdesc='Monospace bitmap font (for X11 and console)'
-arch=('any')
-url='http://sourceforge.net/projects/terminus-font/'
-license=('GPL2' 'custom:OFL')
-makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
-optdepends=('xorg-fonts-alias')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('64f52c24d3f1c1e39f21e6c43077a9be3e21d4384f176f5766c00558ba670711')
-
-prepare() {
-  chmod +x "$pkgname-$pkgver/configure"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---x11dir=/usr/share/fonts/misc \
---psfdir=/usr/share/kbd/consolefonts
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/$pkgname-$pkgver/75-yes-terminus.conf" \
-"$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/OFL.TXT" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -d "$pkgdir/etc/fonts/conf.d"
-
-  cd "$pkgdir/etc/fonts/conf.d"
-  ln -s ../conf.avail/75-yes-terminus.conf .
-}
-
-# getver: terminus-font.sf.net
-# vim:set ts=2 sw=2 et:

Copied: terminus-font/repos/community-any/PKGBUILD (from rev 243348, 
terminus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-08 14:21:07 UTC (rev 243349)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Kristoffer Fossgård 
+# Contributor: clonejo 
+# Contributor: Daniel Micay 
+
+pkgname=terminus-font
+pkgver=4.46
+pkgrel=1
+pkgdesc='Monospace bitmap font (for X11 and console)'
+arch=('any')
+url='http://sourceforge.net/projects/terminus-font/'
+license=('GPL2' 'custom:OFL')
+makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir' 
'python3')
+optdepends=('xorg-fonts-alias')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('4e29433e5699b76df1f5c9a96f1228cccf8ea8a16791cfef063f2b8506c75bcd')
+
+prepare() {
+  chmod +x "$pkgname-$pkgver/configure"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--x11dir=/usr/share/fonts/misc \
+--psfdir=/usr/share/kbd/consolefonts
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/$pkgname-$pkgver/75-yes-terminus.conf" \
+"$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/OFL.TXT" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/etc/fonts/conf.d"
+
+  cd "$pkgdir/etc/fonts/conf.d"
+  ln -s ../conf.avail/75-yes-terminus.conf .
+}
+
+# getver: terminus-font.sf.net
+# vim:set ts=2 sw=2 et:


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

2017-07-08 Thread Alexander Rødseth
Date: Saturday, July 8, 2017 @ 14:20:13
  Author: arodseth
Revision: 243348

upgpkg: terminus-font 4.46-1

Modified:
  terminus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 14:09:19 UTC (rev 243347)
+++ PKGBUILD2017-07-08 14:20:13 UTC (rev 243348)
@@ -6,17 +6,17 @@
 # Contributor: Daniel Micay 
 
 pkgname=terminus-font
-pkgver=4.40
-pkgrel=3
+pkgver=4.46
+pkgrel=1
 pkgdesc='Monospace bitmap font (for X11 and console)'
 arch=('any')
 url='http://sourceforge.net/projects/terminus-font/'
 license=('GPL2' 'custom:OFL')
-makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
+makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir' 
'python3')
 optdepends=('xorg-fonts-alias')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('64f52c24d3f1c1e39f21e6c43077a9be3e21d4384f176f5766c00558ba670711')
+sha256sums=('4e29433e5699b76df1f5c9a96f1228cccf8ea8a16791cfef063f2b8506c75bcd')
 
 prepare() {
   chmod +x "$pkgname-$pkgver/configure"


[arch-commits] Commit in git-annex/repos (6 files)

2017-07-08 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 14:08:19
  Author: felixonmars
Revision: 243342

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 243341, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-i686/quickcheck-2.10.patch
(from rev 243341, git-annex/trunk/quickcheck-2.10.patch)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 243341, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/quickcheck-2.10.patch
(from rev 243341, git-annex/trunk/quickcheck-2.10.patch)

+
 community-staging-i686/PKGBUILD|   60 ++
 community-staging-i686/quickcheck-2.10.patch   |   75 +++
 community-staging-x86_64/PKGBUILD  |   60 ++
 community-staging-x86_64/quickcheck-2.10.patch |   75 +++
 4 files changed, 270 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 243341, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-08 14:08:19 UTC (rev 243342)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170520
+pkgrel=24
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc' "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-mtl" 
"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" "haskell-stm-chans" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;
+quickcheck-2.10.patch)
+sha512sums=('SKIP'
+
'a987bb49072fa27bdbb061bffa9174e75c1e7cfa1e139945465262557c1bd31832373e2684d9ff83b682dcb6b5cfdf2f40e86a8cedf118fb768f9c5827318f4c')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../quickcheck-2.10.patch
+}
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -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" 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-staging-i686/quickcheck-2.10.patch (from rev 
243341, git-annex/trunk/quickcheck-2.10.patch)
===
--- community-staging-i686/quickcheck-2.10.patch
(rev 0)
+++ community-staging-i686/quickcheck-2.10.patch2017-07-08 14:08:19 UTC 
(rev 243342)
@@ -0,0 +1,75 @@
+From 

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

2017-07-08 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 14:07:55
  Author: felixonmars
Revision: 243341

upgpkg: git-annex 6.20170520-24

rebuild with tasty,0.11.2.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 13:56:03 UTC (rev 243340)
+++ PKGBUILD2017-07-08 14:07:55 UTC (rev 243341)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170520
-pkgrel=23
+pkgrel=24
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in haskell-tasty-rerun/repos (4 files)

2017-07-08 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 13:56:03
  Author: felixonmars
Revision: 243340

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tasty-rerun/repos/community-staging-i686/
  haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD
(from rev 243339, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 243339, haskell-tasty-rerun/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD (from rev 
243339, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-08 13:56:03 UTC (rev 243340)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.6
+pkgrel=31
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
243339, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-08 13:56:03 UTC (rev 243340)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.6
+pkgrel=31
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ed33270c8a1f1576985e9907087921fd4f8fba19253fe3bfefec2d05f9799d79')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

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

2017-07-08 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 13:55:39
  Author: felixonmars
Revision: 243339

upgpkg: haskell-tasty-rerun 1.1.6-31

rebuild with tasty,0.11.2.2

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 13:54:18 UTC (rev 243338)
+++ PKGBUILD2017-07-08 13:55:39 UTC (rev 243339)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.6
-pkgrel=30
+pkgrel=31
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="http://github.com/ocharles/tasty-rerun;
 license=("custom:BSD3")


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

2017-07-08 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 13:53:54
  Author: felixonmars
Revision: 243337

upgpkg: haskell-tasty-quickcheck 0.9.1-3

rebuild with tasty,0.11.2.2

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 13:52:36 UTC (rev 243336)
+++ PKGBUILD2017-07-08 13:53:54 UTC (rev 243337)
@@ -5,7 +5,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in haskell-tasty-quickcheck/repos (4 files)

2017-07-08 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 13:54:18
  Author: felixonmars
Revision: 243338

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tasty-quickcheck/repos/community-staging-i686/
  haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD
(from rev 243337, haskell-tasty-quickcheck/trunk/PKGBUILD)
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 243337, haskell-tasty-quickcheck/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD (from 
rev 243337, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-08 13:54:18 UTC (rev 243338)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.9.1
+pkgrel=3
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-random" "haskell-tagged" 
"haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 243337, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-08 13:54:18 UTC (rev 243338)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.9.1
+pkgrel=3
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-random" "haskell-tagged" 
"haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

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

2017-07-08 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 13:52:13
  Author: felixonmars
Revision: 243335

upgpkg: haskell-tasty-hunit 0.9.2-25

rebuild with tasty,0.11.2.2

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 13:50:55 UTC (rev 243334)
+++ PKGBUILD2017-07-08 13:52:13 UTC (rev 243335)
@@ -5,12 +5,12 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.9.2
-pkgrel=24
+pkgrel=25
 pkgdesc="HUnit support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-tasty")
+depends=('ghc' "haskell-tasty")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
 
@@ -19,7 +19,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


[arch-commits] Commit in haskell-tasty-hunit/repos (4 files)

2017-07-08 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 13:52:36
  Author: felixonmars
Revision: 243336

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tasty-hunit/repos/community-staging-i686/
  haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD
(from rev 243335, haskell-tasty-hunit/trunk/PKGBUILD)
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 243335, haskell-tasty-hunit/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD (from rev 
243335, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-08 13:52:36 UTC (rev 243336)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=25
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
243335, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-08 13:52:36 UTC (rev 243336)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=25
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-07-08 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 13:50:55
  Author: felixonmars
Revision: 243334

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 24, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 24, haskell-tasty/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 24, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-08 13:50:55 UTC (rev 243334)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.2
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-async" "haskell-clock" 
"haskell-mtl"
+ "haskell-optparse-applicative" "haskell-regex-tdfa" "haskell-stm" 
"haskell-tagged"
+ "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f820905e5ed4c59cb31f32366dd773ac109006094234d971c90619bc5c477aa91f7cda7c433b7fab554a8c32e6a81a39af3fcba0b71583b431e196dd3c429bea')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 24, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-08 13:50:55 UTC (rev 243334)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.2
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-async" "haskell-clock" 
"haskell-mtl"
+ "haskell-optparse-applicative" "haskell-regex-tdfa" "haskell-stm" 
"haskell-tagged"
+ "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f820905e5ed4c59cb31f32366dd773ac109006094234d971c90619bc5c477aa91f7cda7c433b7fab554a8c32e6a81a39af3fcba0b71583b431e196dd3c429bea')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-07-08 Thread Felix Yan
Date: Saturday, July 8, 2017 @ 13:50:31
  Author: felixonmars
Revision: 24

upgpkg: haskell-tasty 0.11.2.2-1

rebuild with tasty,0.11.2.2

Modified:
  haskell-tasty/trunk/PKGBUILD
Deleted:
  haskell-tasty/trunk/haskell-tasty.install

---+
 PKGBUILD  |   10 +-
 haskell-tasty.install |   18 --
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 13:38:00 UTC (rev 243332)
+++ PKGBUILD2017-07-08 13:50:31 UTC (rev 24)
@@ -4,17 +4,17 @@
 
 _hkgname=tasty
 pkgname=haskell-tasty
-pkgver=0.11.2.1
-pkgrel=5
+pkgver=0.11.2.2
+pkgrel=1
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-ansi-terminal" "haskell-async" "haskell-clock" 
"haskell-mtl"
+depends=('ghc' "haskell-ansi-terminal" "haskell-async" "haskell-clock" 
"haskell-mtl"
  "haskell-optparse-applicative" "haskell-regex-tdfa" "haskell-stm" 
"haskell-tagged"
  "haskell-unbounded-delays")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('46da32e9b6b4564396063861583fb74058bedbae7ab64e1257ac183f1012f7b9f249d17d1f6c7d6680f4310862dab247d671c3396351371a4bfc53f70dc3d5ae')
+sha512sums=('f820905e5ed4c59cb31f32366dd773ac109006094234d971c90619bc5c477aa91f7cda7c433b7fab554a8c32e6a81a39af3fcba0b71583b431e196dd3c429bea')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,7 +21,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script

Deleted: haskell-tasty.install
===
--- haskell-tasty.install   2017-07-08 13:38:00 UTC (rev 243332)
+++ haskell-tasty.install   2017-07-08 13:50:31 UTC (rev 24)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-tasty
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}


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

2017-07-08 Thread Alexander Rødseth
Date: Saturday, July 8, 2017 @ 13:38:00
  Author: arodseth
Revision: 243332

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 243331, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-08 13:33:30 UTC (rev 243331)
+++ PKGBUILD2017-07-08 13:38:00 UTC (rev 243332)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Musikolo 
-# Contributor: Ruben Fonseca 
-# Contributor: Andreas W. Hauser 
-
-pkgname=groovy
-pkgver=2.4.12
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy-lang.org/'
-license=('APACHE')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-# .asc file is available for download, but there was no key available
-source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
-
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
-sha256sums=('93b9a19c760c2af846afa0e9c78692d70186cdde36e070e9806fe11b84a8a7b6'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-  # Generate desktop shortcut
-  gendesk -f -n \
---pkgname "$pkgname" \
---pkgdesc 'Groovy programming language' \
---exec 'groovyConsole' \
---name 'Groovy Console'
-
-  # Set GROOVY_HOME correctly at the top of all the scripts.
-  # There are probably better ways to do this, but this works.
-  for f in "$pkgname-$pkgver/bin/"*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i "$f"
-  done
-
-  cd "$pkgname-$pkgver/embeddable"
-  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # Create the directories and package the files
-  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
-  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
-  cp bin/* "$pkgdir/usr/bin"
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the license file
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Package the desktop shortcut for Groovy Console
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$srcdir/$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# getver: groovy-lang.org/changelogs.html
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 243331, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-08 13:38:00 UTC (rev 243332)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Musikolo 
+# Contributor: Ruben Fonseca 
+# Contributor: Andreas W. Hauser 
+
+pkgname=groovy
+pkgver=2.4.12
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy-lang.org/'
+license=('APACHE')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+# .asc file is available for download, but there was no key available
+source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
+
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
+sha256sums=('93b9a19c760c2af846afa0e9c78692d70186cdde36e070e9806fe11b84a8a7b6'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut
+  gendesk -f -n \
+--pkgname "$pkgname" \
+--pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' \
+--name 'Groovy Console'
+
+  # Set GROOVY_HOME correctly at the top of all the scripts.
+  # There are probably better ways to do this, but this works.
+  for f in "$pkgname-$pkgver/bin/"*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i "$f"
+  done
+
+  cd "$pkgname-$pkgver/embeddable"
+  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # Create the directories and package the files
+  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
+  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
+  cp bin/* 

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

2017-07-08 Thread Alexander Rødseth
Date: Saturday, July 8, 2017 @ 13:33:30
  Author: arodseth
Revision: 243331

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 243330, groovy/trunk/PKGBUILD)

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

Copied: groovy/repos/community-any/PKGBUILD (from rev 243330, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-08 13:33:30 UTC (rev 243331)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Musikolo 
+# Contributor: Ruben Fonseca 
+# Contributor: Andreas W. Hauser 
+
+pkgname=groovy
+pkgver=2.4.12
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy-lang.org/'
+license=('APACHE')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+# .asc file is available for download, but there was no key available
+source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
+
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
+sha256sums=('93b9a19c760c2af846afa0e9c78692d70186cdde36e070e9806fe11b84a8a7b6'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut
+  gendesk -f -n \
+--pkgname "$pkgname" \
+--pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' \
+--name 'Groovy Console'
+
+  # Set GROOVY_HOME correctly at the top of all the scripts.
+  # There are probably better ways to do this, but this works.
+  for f in "$pkgname-$pkgver/bin/"*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i "$f"
+  done
+
+  cd "$pkgname-$pkgver/embeddable"
+  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # Create the directories and package the files
+  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
+  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
+  cp bin/* "$pkgdir/usr/bin"
+
+  # Remove all DOS/Windows batch files
+  find $pkgdir -name '*.bat' -exec rm {} \;
+
+  # Package the license file
+  install -Dm644 LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Package the desktop shortcut for Groovy Console
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$srcdir/$pkgname.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# getver: groovy-lang.org/changelogs.html
+# vim:set ts=2 sw=2 et:


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:18:19
  Author: arojas
Revision: 299910

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kross/repos/testing-i686/PKGBUILD (from rev 299909, 
kross/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:18:19 UTC (rev 299910)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('586a0d68ab924dd48d7f41f04ac412b6356e33dd9fb962043480347ee7ff127a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 299909, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:18:19 UTC (rev 299910)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('586a0d68ab924dd48d7f41f04ac412b6356e33dd9fb962043480347ee7ff127a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:18:03
  Author: arojas
Revision: 299909

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kmediaplayer/repos/testing-i686/PKGBUILD (from rev 299908, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:18:03 UTC (rev 299909)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('755aee90e0a02739e35ee89f93a9873c0c927ece95871c60d7c36aa599470fdf'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 299908, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:18:03 UTC (rev 299909)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('755aee90e0a02739e35ee89f93a9873c0c927ece95871c60d7c36aa599470fdf'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:17:46
  Author: arojas
Revision: 299908

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kjsembed/repos/testing-i686/PKGBUILD (from rev 299907, 
kjsembed/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:17:46 UTC (rev 299908)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('49bf01a91f227d7daa1b41f1e792054a814de4f1783c4a44a316123fbb938580'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 299907, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:17:46 UTC (rev 299908)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('49bf01a91f227d7daa1b41f1e792054a814de4f1783c4a44a316123fbb938580'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:17:26
  Author: arojas
Revision: 299907

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: khtml/repos/testing-i686/PKGBUILD (from rev 299906, 
khtml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:17:26 UTC (rev 299907)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules' 'python' 'gperf')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('fad99c7f46f4ad932300d0ad9dafeb9b18fc32de05efa937e9df0f7b138c5395'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 299906, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:17:26 UTC (rev 299907)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules' 'python' 'gperf')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('fad99c7f46f4ad932300d0ad9dafeb9b18fc32de05efa937e9df0f7b138c5395'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:16:50
  Author: arojas
Revision: 299905

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: prison/repos/testing-i686/PKGBUILD (from rev 299904, 
prison/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:16:50 UTC (rev 299905)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.36.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-base libdmtx qrencode)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+conflicts=(prison-frameworks)
+replaces=(prison-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e3832e77904fbec6a18453f55ab03e93d3ced76ba78c7ada6919a8b76b7da238'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: prison/repos/testing-x86_64/PKGBUILD (from rev 299904, 
prison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:16:50 UTC (rev 299905)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.36.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-base libdmtx qrencode)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+conflicts=(prison-frameworks)
+replaces=(prison-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e3832e77904fbec6a18453f55ab03e93d3ced76ba78c7ada6919a8b76b7da238'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:12:42
  Author: arojas
Revision: 299904

archrelease: copy trunk to testing-any

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

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 299903, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-07-08 12:12:42 UTC (rev 299904)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.36.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz"{,.sig})
+sha1sums=('36a513068866ff7987da06f95bcad800c92a195b'
+  'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:12:23
  Author: arojas
Revision: 299903

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: networkmanager-qt/repos/testing-i686/PKGBUILD (from rev 299902, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:12:23 UTC (rev 299903)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('5d2845ea6b25e1c73f6ce2b9236a3ceccf3271c4d18f67fa917cee13154e31d6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 299902, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:12:23 UTC (rev 299903)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('5d2845ea6b25e1c73f6ce2b9236a3ceccf3271c4d18f67fa917cee13154e31d6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:12:05
  Author: arojas
Revision: 299902

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: modemmanager-qt/repos/testing-i686/PKGBUILD (from rev 299901, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:12:05 UTC (rev 299902)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+conflicts=(libmm-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('0e806c01add2c02492e8fcdfff718cedcf3e1cf25e661f6d930e3adec9192f51'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 299901, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:12:05 UTC (rev 299902)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+conflicts=(libmm-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('0e806c01add2c02492e8fcdfff718cedcf3e1cf25e661f6d930e3adec9192f51'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:11:49
  Author: arojas
Revision: 299901

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kxmlrpcclient/repos/testing-i686/PKGBUILD (from rev 299900, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:11:49 UTC (rev 299901)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.36.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a181b54e093a257309d960c797159e7bcbeccee7aa5b59e4e708880045eca793'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 299900, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:11:49 UTC (rev 299901)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.36.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a181b54e093a257309d960c797159e7bcbeccee7aa5b59e4e708880045eca793'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:11:28
  Author: arojas
Revision: 299900

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: ktexteditor/repos/testing-i686/PKGBUILD (from rev 299899, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:11:28 UTC (rev 299900)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'syntax-highlighting' 'libgit2')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f9a0109aff18175ef528186e099d0881b977dde7435c433c5541df44b5a18609'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: ktexteditor/repos/testing-x86_64/PKGBUILD (from rev 299899, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:11:28 UTC (rev 299900)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'syntax-highlighting' 'libgit2')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f9a0109aff18175ef528186e099d0881b977dde7435c433c5541df44b5a18609'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:11:12
  Author: arojas
Revision: 299899

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: krunner/repos/testing-i686/PKGBUILD (from rev 299898, 
krunner/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:11:12 UTC (rev 299899)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1856e17a2fd8d6ad94f463fe2cb44d7377439650dd47f88444e924d650e32165'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 299898, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:11:12 UTC (rev 299899)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1856e17a2fd8d6ad94f463fe2cb44d7377439650dd47f88444e924d650e32165'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:10:54
  Author: arojas
Revision: 299898

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kpeople/repos/testing-i686/PKGBUILD (from rev 299897, 
kpeople/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:10:54 UTC (rev 299898)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python mesa doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2a0800096207d0728c01027b65ab1f9c9b0b8aba0189e523c0050e723b812e72'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kpeople/repos/testing-x86_64/PKGBUILD (from rev 299897, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:10:54 UTC (rev 299898)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python mesa doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2a0800096207d0728c01027b65ab1f9c9b0b8aba0189e523c0050e723b812e72'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:10:38
  Author: arojas
Revision: 299897

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: knotifyconfig/repos/testing-i686/PKGBUILD (from rev 299895, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:10:38 UTC (rev 299897)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7c2c1717a09ef445ed50053a96e18787eb2118e3d14a81dae3cc6df317f49811'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 299895, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:10:38 UTC (rev 299897)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('7c2c1717a09ef445ed50053a96e18787eb2118e3d14a81dae3cc6df317f49811'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in libofa/repos (24 files)

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:10:36
  Author: arojas
Revision: 299896

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libofa/repos/extra-i686/PKGBUILD
(from rev 299894, libofa/trunk/PKGBUILD)
  libofa/repos/extra-i686/libofa-0.9.3-curl-7.21.patch
(from rev 299894, libofa/trunk/libofa-0.9.3-curl-7.21.patch)
  libofa/repos/extra-i686/libofa-0.9.3-gcc-4.7.patch
(from rev 299894, libofa/trunk/libofa-0.9.3-gcc-4.7.patch)
  libofa/repos/extra-i686/libofa-gcc4.3.patch
(from rev 299894, libofa/trunk/libofa-gcc4.3.patch)
  libofa/repos/extra-i686/libofa-gcc4.5.patch
(from rev 299894, libofa/trunk/libofa-gcc4.5.patch)
  libofa/repos/extra-i686/libofa-gcc4.patch
(from rev 299894, libofa/trunk/libofa-gcc4.patch)
  libofa/repos/extra-x86_64/PKGBUILD
(from rev 299895, libofa/trunk/PKGBUILD)
  libofa/repos/extra-x86_64/libofa-0.9.3-curl-7.21.patch
(from rev 299895, libofa/trunk/libofa-0.9.3-curl-7.21.patch)
  libofa/repos/extra-x86_64/libofa-0.9.3-gcc-4.7.patch
(from rev 299895, libofa/trunk/libofa-0.9.3-gcc-4.7.patch)
  libofa/repos/extra-x86_64/libofa-gcc4.3.patch
(from rev 299895, libofa/trunk/libofa-gcc4.3.patch)
  libofa/repos/extra-x86_64/libofa-gcc4.5.patch
(from rev 299895, libofa/trunk/libofa-gcc4.5.patch)
  libofa/repos/extra-x86_64/libofa-gcc4.patch
(from rev 299895, libofa/trunk/libofa-gcc4.patch)
Deleted:
  libofa/repos/extra-i686/PKGBUILD
  libofa/repos/extra-i686/gcc-4.patch
  libofa/repos/extra-i686/gcc4.3.patch
  libofa/repos/extra-i686/gcc4.5.patch
  libofa/repos/extra-i686/libofa-0.9.3-curl-7.21.patch
  libofa/repos/extra-i686/libofa-0.9.3-gcc-4.7.patch
  libofa/repos/extra-x86_64/PKGBUILD
  libofa/repos/extra-x86_64/gcc-4.patch
  libofa/repos/extra-x86_64/gcc4.3.patch
  libofa/repos/extra-x86_64/gcc4.5.patch
  libofa/repos/extra-x86_64/libofa-0.9.3-curl-7.21.patch
  libofa/repos/extra-x86_64/libofa-0.9.3-gcc-4.7.patch

---+
 /PKGBUILD |   92 
 /libofa-0.9.3-curl-7.21.patch |   22 ++
 /libofa-0.9.3-gcc-4.7.patch   |   44 +
 extra-i686/PKGBUILD   |   46 --
 extra-i686/gcc-4.patch|   39 ---
 extra-i686/gcc4.3.patch   |   35 --
 extra-i686/gcc4.5.patch   |   10 ---
 extra-i686/libofa-0.9.3-curl-7.21.patch   |   11 ---
 extra-i686/libofa-0.9.3-gcc-4.7.patch |   22 --
 extra-i686/libofa-gcc4.3.patch|   35 ++
 extra-i686/libofa-gcc4.5.patch|   10 +++
 extra-i686/libofa-gcc4.patch  |   39 +++
 extra-x86_64/PKGBUILD |   46 --
 extra-x86_64/gcc-4.patch  |   39 ---
 extra-x86_64/gcc4.3.patch |   35 --
 extra-x86_64/gcc4.5.patch |   10 ---
 extra-x86_64/libofa-0.9.3-curl-7.21.patch |   11 ---
 extra-x86_64/libofa-0.9.3-gcc-4.7.patch   |   22 --
 extra-x86_64/libofa-gcc4.3.patch  |   35 ++
 extra-x86_64/libofa-gcc4.5.patch  |   10 +++
 extra-x86_64/libofa-gcc4.patch|   39 +++
 21 files changed, 326 insertions(+), 326 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-08 12:10:21 UTC (rev 299895)
+++ extra-i686/PKGBUILD 2017-07-08 12:10:36 UTC (rev 299896)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libofa
-pkgver=0.9.3
-pkgrel=6
-pkgdesc="An open-source audio fingerprint by MusicIP"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/musicip-libofa/;
-license=('GPL2' 'custom')
-depends=('expat' 'curl' 'fftw')
-source=("http://musicip-libofa.googlecode.com/files/$pkgname-$pkgver.tar.gz;
-'gcc-4.patch'
-'gcc4.3.patch'
-'gcc4.5.patch'
-'libofa-0.9.3-curl-7.21.patch'
-   'libofa-0.9.3-gcc-4.7.patch')
-md5sums=('51507d2c4b432bd2755f48d58471696e'
- 'a6f78b90bd0f4354d022a71c3e58ef6c'
- 'dd57db13770b8f8d196e8a3d3a50e713'
- 'c245363368d0e6fa2b4676364b81b74f'
- '2e1579d74613cfbb1799d0ab5f1a4cba'
- 'a53a0104f9b5bba220322c6d0b68bf96')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i "${srcdir}/gcc-4.patch"
-  patch -p1 -i "${srcdir}/gcc4.3.patch"
-  patch -p1 -i "${srcdir}/gcc4.5.patch"
-  patch -p1 -i "${srcdir}/libofa-0.9.3-gcc-4.7.patch"
-  patch -p1 -i "${srcdir}/libofa-0.9.3-curl-7.21.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libofa/repos/extra-i686/PKGBUILD (from rev 299894, 
libofa/trunk/PKGBUILD)

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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:10:05
  Author: arojas
Revision: 299894

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kimageformats/repos/testing-i686/PKGBUILD (from rev 299893, 
kimageformats/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:10:05 UTC (rev 299894)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules' 'karchive' 'mesa')
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('09dd24c46bfa1d5a7422849de2940fd6aa66bf63c4b915cf7f6d7c51533320c8'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 299893, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:10:05 UTC (rev 299894)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules' 'karchive' 'mesa')
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('09dd24c46bfa1d5a7422849de2940fd6aa66bf63c4b915cf7f6d7c51533320c8'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:10:21
  Author: arojas
Revision: 299895

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: kitemmodels/repos/testing-i686/PKGBUILD (from rev 299894, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:10:21 UTC (rev 299895)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'python2-pyqt5' 'python-pyqt5' 'clang' 
'doxygen' 'qt5-tools')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2a05bc2f807b725de0515dbc12f031b00026e97d0901a8d05f475ad9b2926b23'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kitemmodels/repos/testing-x86_64/PKGBUILD (from rev 299894, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:10:21 UTC (rev 299895)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'python2-pyqt5' 'python-pyqt5' 'clang' 
'doxygen' 'qt5-tools')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2a05bc2f807b725de0515dbc12f031b00026e97d0901a8d05f475ad9b2926b23'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:09:45
  Author: arojas
Revision: 299893

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kemoticons/repos/testing-i686/PKGBUILD (from rev 299892, 
kemoticons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:09:45 UTC (rev 299893)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('aecc1537cc03124ccc6f9f625424ec96d0904afe800c411a84dab5233a7a8a2f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 299892, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:09:45 UTC (rev 299893)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('aecc1537cc03124ccc6f9f625424ec96d0904afe800c411a84dab5233a7a8a2f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:09:29
  Author: arojas
Revision: 299892

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: kdnssd/repos/testing-i686/PKGBUILD (from rev 299891, 
kdnssd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:09:29 UTC (rev 299892)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('57504b89b327e0c4439c1be8037e13aba588155d5201adb3e81a1b52f8e28e1e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 299891, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:09:29 UTC (rev 299892)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('57504b89b327e0c4439c1be8037e13aba588155d5201adb3e81a1b52f8e28e1e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:09:12
  Author: arojas
Revision: 299890

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: kdesu/repos/testing-i686/PKGBUILD (from rev 299889, 
kdesu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:09:12 UTC (rev 299890)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8af37b0ca1563c58e5f8446f66286b2d418946960575cf6f444ae314aa198f06'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kdesu/repos/testing-x86_64/PKGBUILD (from rev 299889, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:09:12 UTC (rev 299890)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8af37b0ca1563c58e5f8446f66286b2d418946960575cf6f444ae314aa198f06'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in libofa/trunk (7 files)

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:09:16
  Author: arojas
Revision: 299891

Rebuild old package, fix source url (FS#51203)

Added:
  libofa/trunk/libofa-gcc4.3.patch
(from rev 299890, libofa/trunk/gcc4.3.patch)
  libofa/trunk/libofa-gcc4.5.patch
(from rev 299890, libofa/trunk/gcc4.5.patch)
  libofa/trunk/libofa-gcc4.patch
(from rev 299890, libofa/trunk/gcc-4.patch)
Modified:
  libofa/trunk/PKGBUILD
Deleted:
  libofa/trunk/gcc-4.patch
  libofa/trunk/gcc4.3.patch
  libofa/trunk/gcc4.5.patch

-+
 PKGBUILD|   28 ++--
 gcc-4.patch |   39 ---
 gcc4.3.patch|   35 ---
 gcc4.5.patch|   10 --
 libofa-gcc4.3.patch |   35 +++
 libofa-gcc4.5.patch |   10 ++
 libofa-gcc4.patch   |   39 +++
 7 files changed, 98 insertions(+), 98 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 12:09:12 UTC (rev 299890)
+++ PKGBUILD2017-07-08 12:09:16 UTC (rev 299891)
@@ -4,30 +4,30 @@
 
 pkgname=libofa
 pkgver=0.9.3
-pkgrel=6
+pkgrel=7
 pkgdesc="An open-source audio fingerprint by MusicIP"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/musicip-libofa/;
 license=('GPL2' 'custom')
 depends=('expat' 'curl' 'fftw')
-source=("http://musicip-libofa.googlecode.com/files/$pkgname-$pkgver.tar.gz;
-'gcc-4.patch'
-'gcc4.3.patch'
-'gcc4.5.patch'
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/musicip-libofa/libofa-$pkgver.tar.gz;
+'libofa-gcc4.patch'
+'libofa-gcc4.3.patch'
+'libofa-gcc4.5.patch'
 'libofa-0.9.3-curl-7.21.patch'
'libofa-0.9.3-gcc-4.7.patch')
-md5sums=('51507d2c4b432bd2755f48d58471696e'
- 'a6f78b90bd0f4354d022a71c3e58ef6c'
- 'dd57db13770b8f8d196e8a3d3a50e713'
- 'c245363368d0e6fa2b4676364b81b74f'
- '2e1579d74613cfbb1799d0ab5f1a4cba'
- 'a53a0104f9b5bba220322c6d0b68bf96')
+sha256sums=('0216466153e92058c5202dea03390ddc7601d916b983f71ce4f4d034405590a0'
+'29955fe97cdb3cc2eb72b7b05f1ae38cc5c98b1740a0db96d61f51a13d380cd8'
+'99fb50907d98640b21a42d00fccee1fa33a02dfabf94a40374766fcc823f5dd3'
+'6557e9c5ff2a8e0d5f0a91d9faa0ac43b7278926631d45a504cd17fe07fd3c68'
+'2fa49ced7b47cf05641d1413965244693ffd514ec9d409a784b92751ae4d1c90'
+'e0c28752df197ce38f9762aded5df12e1ba1181f721f42fddb83ec1178e90c58')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -p0 -i "${srcdir}/gcc-4.patch"
-  patch -p1 -i "${srcdir}/gcc4.3.patch"
-  patch -p1 -i "${srcdir}/gcc4.5.patch"
+  patch -p0 -i "${srcdir}/libofa-gcc4.patch"
+  patch -p1 -i "${srcdir}/libofa-gcc4.3.patch"
+  patch -p1 -i "${srcdir}/libofa-gcc4.5.patch"
   patch -p1 -i "${srcdir}/libofa-0.9.3-gcc-4.7.patch"
   patch -p1 -i "${srcdir}/libofa-0.9.3-curl-7.21.patch"
 }

Deleted: gcc-4.patch
===
--- gcc-4.patch 2017-07-08 12:09:12 UTC (rev 299890)
+++ gcc-4.patch 2017-07-08 12:09:16 UTC (rev 299891)
@@ -1,39 +0,0 @@
 lib/JAMA/tnt_math_utils.h.orig 2006-06-17 01:46:22.0 +0300
-+++ lib/JAMA/tnt_math_utils.h  2006-06-17 01:47:02.0 +0300
-@@ -20,11 +20,20 @@
- namespace TNT
- {
- /**
-+  @returns the absolute value of a real (no-complex) scalar.
-+*/
-+template 
-+Real abs(const Real )
-+{
-+  return  (a > 0 ? a : -a);
-+}
-+/**
-   @returns hypotenuse of real (non-complex) scalars a and b by 
-   avoiding underflow/overflow
-   using (a * sqrt( 1 + (b/a) * (b/a))), rather than
-   sqrt(a*a + b*b).
- */
-+
- template 
- Real hypot(const Real , const Real )
- {
-@@ -56,15 +65,6 @@
- }
- */
- 
--/**
--  @returns the absolute value of a real (no-complex) scalar.
--*/
--template 
--Real abs(const Real )
--{
--  return  (a > 0 ? a : -a);
--}
--
- }
- #endif
- /* MATH_UTILS_H */

Deleted: gcc4.3.patch
===
--- gcc4.3.patch2017-07-08 12:09:12 UTC (rev 299890)
+++ gcc4.3.patch2017-07-08 12:09:16 UTC (rev 299891)
@@ -1,35 +0,0 @@
-diff -ur libofa-0.9.3.orig/examples/example.cpp 
libofa-0.9.3/examples/example.cpp
 libofa-0.9.3.orig/examples/example.cpp 2006-05-10 21:05:37.0 
+0300
-+++ libofa-0.9.3/examples/example.cpp  2008-04-16 15:51:49.0 +0300
-@@ -9,6 +9,8 @@
- 
- #include "protocol.h"
- 
-+#include 
-+ 
- AudioData* loadWaveFile(char *file);
- AudioData* loadDataUsingLAME(char *file);
- 
-Vain hakemistossa libofa-0.9.3/examples: example.cpp.orig
-diff -ur libofa-0.9.3.orig/examples/protocol.cpp 
libofa-0.9.3/examples/protocol.cpp
 libofa-0.9.3.orig/examples/protocol.cpp2006-05-10 21:05:42.0 
+0300
-+++ libofa-0.9.3/examples/protocol.cpp 2008-04-16 

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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:08:56
  Author: arojas
Revision: 299889

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kded/repos/testing-i686/PKGBUILD (from rev 299888, kded/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:08:56 UTC (rev 299889)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('44336777a02273a62c14b4c47dcdf71f3ab2627b46f72b2991eb10d8f3cb8478'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kded/repos/testing-x86_64/PKGBUILD (from rev 299888, 
kded/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:08:56 UTC (rev 299889)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('44336777a02273a62c14b4c47dcdf71f3ab2627b46f72b2991eb10d8f3cb8478'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:08:40
  Author: arojas
Revision: 299888

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: kactivities-stats/repos/testing-i686/PKGBUILD (from rev 299887, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:08:40 UTC (rev 299888)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 261838 2016-03-16 07:36:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.36.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="A library for accessing the usage data collected by the activities 
system"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kactivities')
+makedepends=('extra-cmake-modules' 'boost' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('10fdc3ead08aac011b3c6535743c6d172f60a8e31134050e9c840862d4dbf7c1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kactivities-stats/repos/testing-x86_64/PKGBUILD (from rev 299887, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:08:40 UTC (rev 299888)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 261838 2016-03-16 07:36:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.36.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="A library for accessing the usage data collected by the activities 
system"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kactivities')
+makedepends=('extra-cmake-modules' 'boost' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('10fdc3ead08aac011b3c6535743c6d172f60a8e31134050e9c840862d4dbf7c1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:08:21
  Author: arojas
Revision: 299887

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: frameworkintegration/repos/testing-i686/PKGBUILD (from rev 299886, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:08:21 UTC (rev 299887)
@@ -0,0 +1,40 @@
+
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kpackage' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'appstream-qt' 'packagekit-qt5')
+optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('345f6dc25d5f864aaeeffec8b5888c25b3248dcab16210c60663e2a65d1143e1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: frameworkintegration/repos/testing-x86_64/PKGBUILD (from rev 299886, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:08:21 UTC (rev 299887)
@@ -0,0 +1,40 @@
+
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kpackage' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'appstream-qt' 'packagekit-qt5')
+optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('345f6dc25d5f864aaeeffec8b5888c25b3248dcab16210c60663e2a65d1143e1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:07:59
  Author: arojas
Revision: 299886

archrelease: copy trunk to testing-any

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

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

Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 299885, 
breeze-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-07-08 12:07:59 UTC (rev 299886)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=breeze-icons
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Breeze icon themes'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c39d5bb13f1a3e81ac5cc10f44f842228c7441a98c3c370aa55ca93ffc9566a5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:07:30
  Author: arojas
Revision: 299884

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: baloo/repos/testing-i686/PKGBUILD (from rev 299883, 
baloo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:07:30 UTC (rev 299884)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.36.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks' 'baloo4')
+provides=('baloo-frameworks')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f121d9537ce785e3fa13888c09fac4f22b493a6ec6521ef880156df27e9e31ff'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 299883, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:07:30 UTC (rev 299884)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.36.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks' 'baloo4')
+provides=('baloo-frameworks')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f121d9537ce785e3fa13888c09fac4f22b493a6ec6521ef880156df27e9e31ff'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:07:47
  Author: arojas
Revision: 299885

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 299884, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:07:47 UTC (rev 299885)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1c01f1de86bad18b901e30a1375d816870e0cb80bf67b9d356d4114a852b6fe4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 299884, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:07:47 UTC (rev 299885)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1c01f1de86bad18b901e30a1375d816870e0cb80bf67b9d356d4114a852b6fe4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:07:11
  Author: arojas
Revision: 299883

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: knewstuff/repos/testing-i686/PKGBUILD (from rev 299882, 
knewstuff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:07:11 UTC (rev 299883)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f17bc9cc0852c3a4433e1ffaeb88ad7af3611a9ec95409c391b39fa57e84da5d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: knewstuff/repos/testing-x86_64/PKGBUILD (from rev 299882, 
knewstuff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:07:11 UTC (rev 299883)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f17bc9cc0852c3a4433e1ffaeb88ad7af3611a9ec95409c391b39fa57e84da5d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:06:39
  Author: arojas
Revision: 299881

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kidletime/repos/testing-i686/PKGBUILD (from rev 299880, 
kidletime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:06:39 UTC (rev 299881)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxss')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('34315b6174e69fa371c3f4236c4de9e14eab46e2464c48c1be252a27b4fa1ab6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kidletime/repos/testing-x86_64/PKGBUILD (from rev 299880, 
kidletime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:06:39 UTC (rev 299881)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxss')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('34315b6174e69fa371c3f4236c4de9e14eab46e2464c48c1be252a27b4fa1ab6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:06:54
  Author: arojas
Revision: 299882

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  syntax-highlighting/repos/testing-i686/
  syntax-highlighting/repos/testing-i686/PKGBUILD
(from rev 299881, syntax-highlighting/trunk/PKGBUILD)
  syntax-highlighting/repos/testing-i686/pkgbuild-syntax-highlight.patch
(from rev 299881, syntax-highlighting/trunk/pkgbuild-syntax-highlight.patch)
  syntax-highlighting/repos/testing-x86_64/
  syntax-highlighting/repos/testing-x86_64/PKGBUILD
(from rev 299881, syntax-highlighting/trunk/PKGBUILD)
  syntax-highlighting/repos/testing-x86_64/pkgbuild-syntax-highlight.patch
(from rev 299881, syntax-highlighting/trunk/pkgbuild-syntax-highlight.patch)

+
 testing-i686/PKGBUILD  |   44 +++
 testing-i686/pkgbuild-syntax-highlight.patch   |   11 +
 testing-x86_64/PKGBUILD|   44 +++
 testing-x86_64/pkgbuild-syntax-highlight.patch |   11 +
 4 files changed, 110 insertions(+)

Copied: syntax-highlighting/repos/testing-i686/PKGBUILD (from rev 299881, 
syntax-highlighting/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:06:54 UTC (rev 299882)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 278167 2016-10-10 12:21:17Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=syntax-highlighting
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Syntax highlighting engine for structured text and code'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-xmlpatterns qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+pkgbuild-syntax-highlight.patch)
+sha256sums=('925a8845cd3a1d1720753aaba80f364d59612d45a71de089531d5e8dfa94fdc5'
+'SKIP'
+'0de3f92677e41f299278d3a9adaa012822576248fd1c4e86f5dd25e2790a4d81')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+# Add PKGBUILD syntax highlighting
+  cd $pkgname-$pkgver
+  patch -p1 -i ../pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: syntax-highlighting/repos/testing-i686/pkgbuild-syntax-highlight.patch 
(from rev 299881, syntax-highlighting/trunk/pkgbuild-syntax-highlight.patch)
===
--- testing-i686/pkgbuild-syntax-highlight.patch
(rev 0)
+++ testing-i686/pkgbuild-syntax-highlight.patch2017-07-08 12:06:54 UTC 
(rev 299882)
@@ -0,0 +1,11 @@
+--- src/data/syntax/bash.xml~  2013-06-13 09:46:51.569245577 +
 src/data/syntax/bash.xml   2013-06-13 09:47:31.745637790 +
+@@ -8,7 +8,7 @@
+ 
+  
+ ]>
+-
++
+ 
+ 
+  
+ ]>
+-
++
+ 
+ 

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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:06:22
  Author: arojas
Revision: 299880

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: kfilemetadata/repos/testing-i686/PKGBUILD (from rev 299879, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:06:22 UTC (rev 299880)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.36.0
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+optdepends=('catdoc: Extract text from office 98 files')
+makedepends=('extra-cmake-modules' 'catdoc' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha1sums=('be5a127749faab3c5198e5a3de7783e44ea10569'
+  'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 299879, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:06:22 UTC (rev 299880)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.36.0
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+optdepends=('catdoc: Extract text from office 98 files')
+makedepends=('extra-cmake-modules' 'catdoc' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha1sums=('be5a127749faab3c5198e5a3de7783e44ea10569'
+  'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:06:02
  Author: arojas
Revision: 299879

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kjs/repos/testing-i686/
  kjs/repos/testing-i686/PKGBUILD
(from rev 299878, kjs/trunk/PKGBUILD)
  kjs/repos/testing-x86_64/
  kjs/repos/testing-x86_64/PKGBUILD
(from rev 299878, kjs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kjs/repos/testing-i686/PKGBUILD (from rev 299878, kjs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:06:02 UTC (rev 299879)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c6929aa120384c1de8024d8a5a5462ad1604295171761840f36342a9e4e9ff1a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kjs/repos/testing-x86_64/PKGBUILD (from rev 299878, kjs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:06:02 UTC (rev 299879)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c6929aa120384c1de8024d8a5a5462ad1604295171761840f36342a9e4e9ff1a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:05:39
  Author: arojas
Revision: 299878

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  plasma-framework/repos/testing-i686/
  plasma-framework/repos/testing-i686/PKGBUILD
(from rev 299877, plasma-framework/trunk/PKGBUILD)
  plasma-framework/repos/testing-x86_64/
  plasma-framework/repos/testing-x86_64/PKGBUILD
(from rev 299877, plasma-framework/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: plasma-framework/repos/testing-i686/PKGBUILD (from rev 299877, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:05:39 UTC (rev 299878)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7060e5b61eb8b00a350967528e0c22e18edd9cdc2cb7cb398aae3874ac859f17'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: plasma-framework/repos/testing-x86_64/PKGBUILD (from rev 299877, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:05:39 UTC (rev 299878)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7060e5b61eb8b00a350967528e0c22e18edd9cdc2cb7cb398aae3874ac859f17'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:05:01
  Author: arojas
Revision: 299876

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kactivities/repos/testing-i686/
  kactivities/repos/testing-i686/PKGBUILD
(from rev 299875, kactivities/trunk/PKGBUILD)
  kactivities/repos/testing-x86_64/
  kactivities/repos/testing-x86_64/PKGBUILD
(from rev 299875, kactivities/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: kactivities/repos/testing-i686/PKGBUILD (from rev 299875, 
kactivities/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:05:01 UTC (rev 299876)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.36.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kconfig' 'kwindowsystem' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'boost' 'python' 'doxygen' 'qt5-tools')
+provides=('kactivities-frameworks')
+conflicts=('kactivities-frameworks' 'kactivities4')
+replaces=('kactivities-frameworks')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('47eb6967336d4d985b079e5b5b44afc51d66e7ed3a85cea923e295e10a952340'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kactivities/repos/testing-x86_64/PKGBUILD (from rev 299875, 
kactivities/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:05:01 UTC (rev 299876)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.36.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kconfig' 'kwindowsystem' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'boost' 'python' 'doxygen' 'qt5-tools')
+provides=('kactivities-frameworks')
+conflicts=('kactivities-frameworks' 'kactivities4')
+replaces=('kactivities-frameworks')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('47eb6967336d4d985b079e5b5b44afc51d66e7ed3a85cea923e295e10a952340'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:04:44
  Author: arojas
Revision: 299875

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kcmutils/repos/testing-i686/
  kcmutils/repos/testing-i686/PKGBUILD
(from rev 299874, kcmutils/trunk/PKGBUILD)
  kcmutils/repos/testing-x86_64/
  kcmutils/repos/testing-x86_64/PKGBUILD
(from rev 299874, kcmutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kcmutils/repos/testing-i686/PKGBUILD (from rev 299874, 
kcmutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:04:44 UTC (rev 299875)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcmutils
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Utilities for interacting with KCModules'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kdeclarative')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('df21667f6dae44707d13e51780ffe157fd0a29d4b946b14876a2a96633b32e66'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kcmutils/repos/testing-x86_64/PKGBUILD (from rev 299874, 
kcmutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:04:44 UTC (rev 299875)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcmutils
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Utilities for interacting with KCModules'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kdeclarative')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('df21667f6dae44707d13e51780ffe157fd0a29d4b946b14876a2a96633b32e66'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:05:18
  Author: arojas
Revision: 299877

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kwayland/repos/testing-i686/
  kwayland/repos/testing-i686/PKGBUILD
(from rev 299876, kwayland/trunk/PKGBUILD)
  kwayland/repos/testing-x86_64/
  kwayland/repos/testing-x86_64/PKGBUILD
(from rev 299876, kwayland/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: kwayland/repos/testing-i686/PKGBUILD (from rev 299876, 
kwayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:05:18 UTC (rev 299877)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='https://www.kde.org'
+license=('LGPL')
+depends=('qt5-base' 'wayland') # namcap note: wayland is needed for 
nvidia-libgl users
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a2c473c7f5cefc87b5b63813fa1373c43c1c8374423fb85fe1c187b553453341'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kwayland/repos/testing-x86_64/PKGBUILD (from rev 299876, 
kwayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:05:18 UTC (rev 299877)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='https://www.kde.org'
+license=('LGPL')
+depends=('qt5-base' 'wayland') # namcap note: wayland is needed for 
nvidia-libgl users
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a2c473c7f5cefc87b5b63813fa1373c43c1c8374423fb85fe1c187b553453341'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:04:28
  Author: arojas
Revision: 299874

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  threadweaver/repos/testing-i686/
  threadweaver/repos/testing-i686/PKGBUILD
(from rev 299873, threadweaver/trunk/PKGBUILD)
  threadweaver/repos/testing-x86_64/
  threadweaver/repos/testing-x86_64/PKGBUILD
(from rev 299873, threadweaver/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: threadweaver/repos/testing-i686/PKGBUILD (from rev 299873, 
threadweaver/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:04:28 UTC (rev 299874)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=threadweaver
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='High-level multithreading framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a15e52811fbc710a618e060c3f7f7cb4623805c83e8a5b24d9f326b55a3be9a7'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: threadweaver/repos/testing-x86_64/PKGBUILD (from rev 299873, 
threadweaver/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:04:28 UTC (rev 299874)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=threadweaver
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='High-level multithreading framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a15e52811fbc710a618e060c3f7f7cb4623805c83e8a5b24d9f326b55a3be9a7'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:03:39
  Author: arojas
Revision: 299871

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdesignerplugin/repos/testing-i686/
  kdesignerplugin/repos/testing-i686/PKGBUILD
(from rev 299870, kdesignerplugin/trunk/PKGBUILD)
  kdesignerplugin/repos/testing-x86_64/
  kdesignerplugin/repos/testing-x86_64/PKGBUILD
(from rev 299870, kdesignerplugin/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kdesignerplugin/repos/testing-i686/PKGBUILD (from rev 299870, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:03:39 UTC (rev 299871)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kplotting kio) # kdewebkit https://bugs.archlinux.org/task/54540
+makedepends=(extra-cmake-modules qt5-tools kdoctools python)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1ba67344b46e1cb0809975f84c667019158e69ae1b884ab3a995ca1d8d434acf'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kdesignerplugin/repos/testing-x86_64/PKGBUILD (from rev 299870, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:03:39 UTC (rev 299871)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kplotting kio) # kdewebkit https://bugs.archlinux.org/task/54540
+makedepends=(extra-cmake-modules qt5-tools kdoctools python)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1ba67344b46e1cb0809975f84c667019158e69ae1b884ab3a995ca1d8d434acf'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:03:55
  Author: arojas
Revision: 299872

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kpty/repos/testing-i686/
  kpty/repos/testing-i686/PKGBUILD
(from rev 299871, kpty/trunk/PKGBUILD)
  kpty/repos/testing-x86_64/
  kpty/repos/testing-x86_64/PKGBUILD
(from rev 299871, kpty/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kpty/repos/testing-i686/PKGBUILD (from rev 299871, kpty/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:03:55 UTC (rev 299872)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpty
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Pty abstraction'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'ki18n' 'libutempter')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('64c25954915c2070edfd2e0649110ce4bafa19af352f9ac3e4979f68e06daafc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kpty/repos/testing-x86_64/PKGBUILD (from rev 299871, 
kpty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:03:55 UTC (rev 299872)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpty
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Pty abstraction'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'ki18n' 'libutempter')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('64c25954915c2070edfd2e0649110ce4bafa19af352f9ac3e4979f68e06daafc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:04:11
  Author: arojas
Revision: 299873

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kunitconversion/repos/testing-i686/
  kunitconversion/repos/testing-i686/PKGBUILD
(from rev 299872, kunitconversion/trunk/PKGBUILD)
  kunitconversion/repos/testing-x86_64/
  kunitconversion/repos/testing-x86_64/PKGBUILD
(from rev 299872, kunitconversion/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kunitconversion/repos/testing-i686/PKGBUILD (from rev 299872, 
kunitconversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:04:11 UTC (rev 299873)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kunitconversion
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Support for unit conversion'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b0b285f610d402f78a671cd538f50b20d7c6ea7d7b6f583bcdd4c411e0b042f5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kunitconversion/repos/testing-x86_64/PKGBUILD (from rev 299872, 
kunitconversion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:04:11 UTC (rev 299873)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kunitconversion
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Support for unit conversion'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b0b285f610d402f78a671cd538f50b20d7c6ea7d7b6f583bcdd4c411e0b042f5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:03:22
  Author: arojas
Revision: 299870

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kplotting/repos/testing-i686/
  kplotting/repos/testing-i686/PKGBUILD
(from rev 299869, kplotting/trunk/PKGBUILD)
  kplotting/repos/testing-x86_64/
  kplotting/repos/testing-x86_64/PKGBUILD
(from rev 299869, kplotting/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kplotting/repos/testing-i686/PKGBUILD (from rev 299869, 
kplotting/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:03:22 UTC (rev 299870)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kplotting
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Lightweight plotting framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a7e7b00f0202ac97b0ec36e7acd240a8f9c8cacdec45a71a1314e37a7a9a4b3d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kplotting/repos/testing-x86_64/PKGBUILD (from rev 299869, 
kplotting/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:03:22 UTC (rev 299870)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kplotting
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Lightweight plotting framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a7e7b00f0202ac97b0ec36e7acd240a8f9c8cacdec45a71a1314e37a7a9a4b3d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:03:05
  Author: arojas
Revision: 299869

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdewebkit/repos/testing-i686/
  kdewebkit/repos/testing-i686/PKGBUILD
(from rev 299868, kdewebkit/trunk/PKGBUILD)
  kdewebkit/repos/testing-x86_64/
  kdewebkit/repos/testing-x86_64/PKGBUILD
(from rev 299868, kdewebkit/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kdewebkit/repos/testing-i686/PKGBUILD (from rev 299868, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:03:05 UTC (rev 299869)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-webkit' 'kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3aad10187eba6385c568b43294311606917d9230543a6c46a7db7b1cec7fa3f4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kdewebkit/repos/testing-x86_64/PKGBUILD (from rev 299868, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:03:05 UTC (rev 299869)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-webkit' 'kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3aad10187eba6385c568b43294311606917d9230543a6c46a7db7b1cec7fa3f4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 12:02:32
  Author: arojas
Revision: 299867

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdeclarative/repos/testing-i686/
  kdeclarative/repos/testing-i686/PKGBUILD
(from rev 299866, kdeclarative/trunk/PKGBUILD)
  kdeclarative/repos/testing-x86_64/
  kdeclarative/repos/testing-x86_64/PKGBUILD
(from rev 299866, kdeclarative/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: kdeclarative/repos/testing-i686/PKGBUILD (from rev 299866, 
kdeclarative/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-08 12:02:32 UTC (rev 299867)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeclarative
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Provides integration of QML and KDE Frameworks'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio' 'kpackage' 'libepoxy')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2dde12110310cbb980381fd51c0926f2f5cf202760a0a871a01a2412080a5d52'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kdeclarative/repos/testing-x86_64/PKGBUILD (from rev 299866, 
kdeclarative/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-07-08 12:02:32 UTC (rev 299867)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeclarative
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Provides integration of QML and KDE Frameworks'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio' 'kpackage' 'libepoxy')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2dde12110310cbb980381fd51c0926f2f5cf202760a0a871a01a2412080a5d52'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


  1   2   >