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

2017-09-09 Thread Felix Yan
Date: Sunday, September 10, 2017 @ 04:57:20
  Author: felixonmars
Revision: 256724

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 256723, hledger-ui/trunk/PKGBUILD)
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 256723, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-i686/PKGBUILD (from rev 256723, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 04:57:20 UTC (rev 256724)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.3.1
+pkgrel=6
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' '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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('2990e46739d1831a3848cb394133bfb676ee7cc0ef3fbd1271915dfc984a192544bbc3f3a594f820f4cff0a5935d682579979c5b57eeae4e16ec58edeaacf24e')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-e 's/, vty >= 5.5 && < 5.16/, vty >= 5.5/' \
+-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 256723, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 04:57:20 UTC (rev 256724)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.3.1
+pkgrel=6
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' '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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('2990e46739d1831a3848cb394133bfb676ee7cc0ef3fbd1271915dfc984a192544bbc3f3a594f820f4cff0a5935d682579979c5b57eeae4e16ec58edeaacf24e')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-e 's/, vty >= 5.5 && < 5.16/, vty >= 5.5/' \
+-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-09-09 Thread Felix Yan
Date: Sunday, September 10, 2017 @ 04:56:42
  Author: felixonmars
Revision: 256723

upgpkg: hledger-ui 1.3.1-6

rebuild with text-zipper,0.10.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 04:54:46 UTC (rev 256722)
+++ PKGBUILD2017-09-10 04:56:42 UTC (rev 256723)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.3.1
-pkgrel=5
+pkgrel=6
 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-09-09 Thread Felix Yan
Date: Sunday, September 10, 2017 @ 04:54:46
  Author: felixonmars
Revision: 256722

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 256721, haskell-brick/trunk/PKGBUILD)
  haskell-brick/repos/community-staging-x86_64/
  haskell-brick/repos/community-staging-x86_64/PKGBUILD
(from rev 256721, haskell-brick/trunk/PKGBUILD)

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

Copied: haskell-brick/repos/community-staging-i686/PKGBUILD (from rev 256721, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 04:54:46 UTC (rev 256722)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.19
+pkgrel=10
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "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")
+makedepends=('ghc')
+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 register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 256721, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 04:54:46 UTC (rev 256722)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.19
+pkgrel=10
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "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")
+makedepends=('ghc')
+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 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 gnome-builder/repos (4 files)

2017-09-09 Thread Evangelos Foutras
Date: Sunday, September 10, 2017 @ 04:54:44
  Author: foutrelis
Revision: 305199

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

Added:
  gnome-builder/repos/staging-i686/
  gnome-builder/repos/staging-i686/PKGBUILD
(from rev 305198, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/staging-x86_64/
  gnome-builder/repos/staging-x86_64/PKGBUILD
(from rev 305198, gnome-builder/trunk/PKGBUILD)

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

Copied: gnome-builder/repos/staging-i686/PKGBUILD (from rev 305198, 
gnome-builder/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-10 04:54:44 UTC (rev 305199)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.24.2
+pkgrel=3
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=fdf02de8614a675e3786006959251edf8b9de6de  # tags/GNOME_BUILDER_3_24_2^0
+source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-builder/repos/staging-x86_64/PKGBUILD (from rev 305198, 
gnome-builder/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-09-10 04:54:44 UTC (rev 305199)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.24.2
+pkgrel=3
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=fdf02de8614a675e3786006959251edf8b9de6de  # tags/GNOME_BUILDER_3_24_2^0
+source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-09 Thread Evangelos Foutras
Date: Sunday, September 10, 2017 @ 04:54:36
  Author: foutrelis
Revision: 305198

upgpkg: gnome-builder 3.24.2-3

Clang 5 rebuild.

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 20:45:34 UTC (rev 305197)
+++ PKGBUILD2017-09-10 04:54:36 UTC (rev 305198)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-builder
 pkgver=3.24.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(i686 x86_64)


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

2017-09-09 Thread Felix Yan
Date: Sunday, September 10, 2017 @ 04:54:06
  Author: felixonmars
Revision: 256721

upgpkg: haskell-brick 0.19-10

rebuild with text-zipper,0.10.1

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 04:52:26 UTC (rev 256720)
+++ PKGBUILD2017-09-10 04:54:06 UTC (rev 256721)
@@ -5,7 +5,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.19
-pkgrel=9
+pkgrel=10
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("custom:BSD3")


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

2017-09-09 Thread Felix Yan
Date: Sunday, September 10, 2017 @ 04:52:26
  Author: felixonmars
Revision: 256720

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

Added:
  haskell-text-zipper/repos/community-staging-i686/
  haskell-text-zipper/repos/community-staging-i686/PKGBUILD
(from rev 256719, haskell-text-zipper/trunk/PKGBUILD)
  haskell-text-zipper/repos/community-staging-x86_64/
  haskell-text-zipper/repos/community-staging-x86_64/PKGBUILD
(from rev 256719, haskell-text-zipper/trunk/PKGBUILD)

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

Copied: haskell-text-zipper/repos/community-staging-i686/PKGBUILD (from rev 
256719, haskell-text-zipper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 04:52:26 UTC (rev 256720)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text-zipper
+pkgname=haskell-text-zipper
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="A text editor zipper library"
+url="https://github.com/jtdaugherty/text-zipper/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-text" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('788757f6c1e6dae54fe3ce0dccd83b854336c1dbe3eeaddfcfa9117fde294af6d02831feac6f66e39b76d8ab2993ab083a2141e2df52a597c15fd5fab3de8dd8')
+
+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 register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-text-zipper/repos/community-staging-x86_64/PKGBUILD (from rev 
256719, haskell-text-zipper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 04:52:26 UTC (rev 256720)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text-zipper
+pkgname=haskell-text-zipper
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="A text editor zipper library"
+url="https://github.com/jtdaugherty/text-zipper/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-text" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('788757f6c1e6dae54fe3ce0dccd83b854336c1dbe3eeaddfcfa9117fde294af6d02831feac6f66e39b76d8ab2993ab083a2141e2df52a597c15fd5fab3de8dd8')
+
+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 register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-09-09 Thread Felix Yan
Date: Sunday, September 10, 2017 @ 04:51:46
  Author: felixonmars
Revision: 256719

upgpkg: haskell-text-zipper 0.10.1-1

rebuild with text-zipper,0.10.1

Modified:
  haskell-text-zipper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 02:22:25 UTC (rev 256718)
+++ PKGBUILD2017-09-10 04:51:46 UTC (rev 256719)
@@ -4,8 +4,8 @@
 
 _hkgname=text-zipper
 pkgname=haskell-text-zipper
-pkgver=0.10
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="A text editor zipper library"
 url="https://github.com/jtdaugherty/text-zipper/;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-text" "haskell-vector")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('c59a649757b4e7026c204bdebc08bcfe234f2dbcd252467a6cd8d71c0f38176e')
+sha512sums=('788757f6c1e6dae54fe3ce0dccd83b854336c1dbe3eeaddfcfa9117fde294af6d02831feac6f66e39b76d8ab2993ab083a2141e2df52a597c15fd5fab3de8dd8')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-09-09 Thread Anatol Pomozov
Date: Sunday, September 10, 2017 @ 02:22:25
  Author: anatolik
Revision: 256718

FS#55565 build against pinned version of boringssl

Modified:
  android-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-10 01:35:30 UTC (rev 256717)
+++ PKGBUILD2017-09-10 02:22:25 UTC (rev 256718)
@@ -13,11 +13,12 @@
 depends=(pcre2 libusb)
 optdepends=('python: for mkbootimg script')
 makedepends=(git clang gtest ruby cmake ninja go)
+_boringssl_commit=bbfe603519bc54fbc4c8dd87efe1ed385df550b4 # keep it in sync 
with android 
https://android.googlesource.com/platform/external/boringssl/+/$pkgver/BORINGSSL_REVISION
 
source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
 
git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver
 
git+https://android.googlesource.com/platform/external/selinux#tag=android-$pkgver
 
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=android-$pkgver
-git+https://boringssl.googlesource.com/boringssl
+
git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
 generate_build.rb
 fix_build_core.patch
 fix_build_selinux.patch
@@ -42,7 +43,7 @@
   cd $srcdir/selinux
   patch -p1 < ../fix_build_selinux.patch
 
-  mkdir $srcdir/boringssl/build && cd $srcdir/boringssl/build && cmake -GNinja 
..; ninja
+  mkdir -p $srcdir/boringssl/build && cd $srcdir/boringssl/build && cmake 
-GNinja ..; ninja
 }
 
 build() {


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

2017-09-09 Thread Evangelos Foutras
Date: Sunday, September 10, 2017 @ 01:35:30
  Author: foutrelis
Revision: 256717

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-mesa/repos/multilib-staging-x86_64/
  lib32-mesa/repos/multilib-staging-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 256716, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
(from rev 256716, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
(from rev 256716, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-staging-x86_64/glibc_dropped_xlocale.h.diff
(from rev 256716, lib32-mesa/trunk/glibc_dropped_xlocale.h.diff)

+
 0002-glvnd-fix-gl-dot-pc.patch |   12 ++
 LICENSE|   82 ++
 PKGBUILD   |  172 +++
 glibc_dropped_xlocale.h.diff   |  143 
 4 files changed, 409 insertions(+)

Copied: lib32-mesa/repos/multilib-staging-x86_64/0002-glvnd-fix-gl-dot-pc.patch 
(from rev 256716, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
===
--- multilib-staging-x86_64/0002-glvnd-fix-gl-dot-pc.patch  
(rev 0)
+++ multilib-staging-x86_64/0002-glvnd-fix-gl-dot-pc.patch  2017-09-10 
01:35:30 UTC (rev 256717)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: lib32-mesa/repos/multilib-staging-x86_64/LICENSE (from rev 256716, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-staging-x86_64/LICENSE (rev 0)
+++ multilib-staging-x86_64/LICENSE 2017-09-10 01:35:30 UTC (rev 256717)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License

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

2017-09-09 Thread Evangelos Foutras
Date: Sunday, September 10, 2017 @ 01:35:16
  Author: foutrelis
Revision: 256716

upgpkg: lib32-mesa 17.2.0-2

- Disable swr for now (FS#1)
- llvm 5.0 rebuild

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 22:43:53 UTC (rev 256715)
+++ PKGBUILD2017-09-10 01:35:16 UTC (rev 256716)
@@ -6,7 +6,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
 pkgver=17.2.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-libelf' 'lib32-llvm' 'lib32-libvdpau'
@@ -54,7 +54,7 @@
 --prefix=/usr \
 --sysconfdir=/etc \
 --with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,swr \
+--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl \
 --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
 --with-platforms=x11,drm,wayland \
 --with-vulkan-drivers=intel,radeon \
@@ -157,7 +157,7 @@
   cp -rv ${srcdir}/fakeinstall/usr/lib32/lib{gbm,glapi}.so* 
${pkgdir}/usr/lib32/
   cp -rv ${srcdir}/fakeinstall/usr/lib32/libOSMesa.so* ${pkgdir}/usr/lib32/
   cp -rv ${srcdir}/fakeinstall/usr/lib32/libwayland*.so* ${pkgdir}/usr/lib32/
-  cp -rv ${srcdir}/fakeinstall/usr/lib32/libswrAVX*.so* ${pkgdir}/usr/lib32/
+  #cp -rv ${srcdir}/fakeinstall/usr/lib32/libswrAVX*.so* ${pkgdir}/usr/lib32/
 
   cp -rv ${srcdir}/fakeinstall/usr/lib32/pkgconfig ${pkgdir}/usr/lib32/
 


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

2017-09-09 Thread Anatol Pomozov
Date: Saturday, September 9, 2017 @ 22:43:53
  Author: anatolik
Revision: 256715

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

Added:
  wireshark/repos/community-testing-i686/
  wireshark/repos/community-testing-i686/PKGBUILD
(from rev 256714, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-i686/do_not_use_svn_version.patch
(from rev 256714, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-testing-i686/wireshark.install
(from rev 256714, wireshark/trunk/wireshark.install)
  wireshark/repos/community-testing-x86_64/
  wireshark/repos/community-testing-x86_64/PKGBUILD
(from rev 256714, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-x86_64/do_not_use_svn_version.patch
(from rev 256714, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-testing-x86_64/wireshark.install
(from rev 256714, wireshark/trunk/wireshark.install)

---+
 community-testing-i686/PKGBUILD   |  101 
 community-testing-i686/do_not_use_svn_version.patch   |   13 ++
 community-testing-i686/wireshark.install  |   10 +
 community-testing-x86_64/PKGBUILD |  101 
 community-testing-x86_64/do_not_use_svn_version.patch |   13 ++
 community-testing-x86_64/wireshark.install|   10 +
 6 files changed, 248 insertions(+)

Copied: wireshark/repos/community-testing-i686/PKGBUILD (from rev 256714, 
wireshark/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-09 22:43:53 UTC (rev 256715)
@@ -0,0 +1,101 @@
+$Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Guillaume ALAUX 
+# Contributor: Florian Pritz 
+pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
+pkgbase=wireshark
+pkgver=2.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
+ 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
+options=(!emptydirs)
+url='https://www.wireshark.org/'
+source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
+do_not_use_svn_version.patch)
+sha256sums=('02ddbcf9b10f9dfa1e36eec00fe00cb5b5ce8e07203843baf056ac7909911fcd'
+'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  # Avoid ugly "svn rev unknown from unknown" version string
+  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-qt=5 \
+  --with-gtk=3 \
+  --with-pcap \
+  --with-zlib \
+  --with-lua \
+  --with-portaudio \
+  --with-ssl \
+  --with-krb5 \
+  --with-c-ares \
+  --with-geoip
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
+  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" uninstall-local
+
+  #wireshark uid group is 150
+  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
+  chmod 754 "${pkgdir}/usr/bin/dumpcap"
+  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
+
+  # Headers
+  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
+
+  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
+  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
+install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
+  done
+}
+
+package_wireshark-common() {
+  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
+  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-data-local
+  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
+}
+
+package_wireshark-gtk() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
+  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
+  replaces=(wireshark)
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  install -Dm755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
+  install -Dm644 wireshark-gtk.desktop 
"${pkgdir}/usr/share/applications/wireshark-gtk.desktop"
+}
+
+package_wireshark-qt() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux 

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

2017-09-09 Thread Anatol Pomozov
Date: Saturday, September 9, 2017 @ 22:42:50
  Author: anatolik
Revision: 256714

upgpkg: wireshark 2.4.1-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 19:22:04 UTC (rev 256713)
+++ PKGBUILD2017-09-09 22:42:50 UTC (rev 256714)
@@ -1,10 +1,10 @@
-# $Id$
+$Id$
 # Maintainer: Timothy Redaelli 
 # Contributor: Guillaume ALAUX 
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=2.2.8
+pkgver=2.4.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,9 +12,9 @@
  'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
 options=(!emptydirs)
 url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
+source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
 do_not_use_svn_version.patch)
-sha256sums=('ecf02c148c9ab6e809026ad5743fe9be1739a9840ef6fece6837a7ddfbdf7edc'
+sha256sums=('02ddbcf9b10f9dfa1e36eec00fe00cb5b5ce8e07203843baf056ac7909911fcd'
 '3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
 
 prepare() {
@@ -31,7 +31,7 @@
   ./configure \
   --prefix=/usr \
   --with-qt=5 \
-  --with-gtk3=yes \
+  --with-gtk=3 \
   --with-pcap \
   --with-zlib \
   --with-lua \


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

2017-09-09 Thread Andreas Radke
Date: Saturday, September 9, 2017 @ 20:45:34
  Author: andyrtr
Revision: 305197

new release

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 20:31:04 UTC (rev 305196)
+++ PKGBUILD2017-09-09 20:45:34 UTC (rev 305197)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.16.4
+pkgver=1.17.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('2642c6a3cbf10a38d91f20b7b292583d19acb64e786eb6513b7b45738a2e5aed')
+sha256sums=('38d405096e6200bee2986c0c7e1d26244468102f237d50f5d84754f10f28a084')
 
 build() {
   cd $pkgname-$pkgver


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

2017-09-09 Thread Andreas Radke
Date: Saturday, September 9, 2017 @ 20:30:38
  Author: andyrtr
Revision: 305195

upgpkg: qpdf 7.0B1-1

upstream update 7.0.b1

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 20:22:35 UTC (rev 305194)
+++ PKGBUILD2017-09-09 20:30:38 UTC (rev 305195)
@@ -5,30 +5,34 @@
 # Contributor: Nuno Araujo 
 
 pkgname=qpdf
-pkgver=6.0.0
-pkgrel=2
+pkgver=7.0B1
+_pkgver=7.0.b1
+pkgrel=1
 pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
 arch=('i686' 'x86_64')
-url="http://qpdf.sourceforge.net/;
+url="https://qpdf.sourceforge.net/;
 license=('custom:Artistic-2.0')
-depends=('pcre' 'perl')
-makedepends=('make')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('15ebe09d9b9ddd2309a67e4295693fcf82494e33')
+depends=('openjpeg2')
+#source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz)
+sha1sums=('431d6b37520587860e722b5eb2dc8e3cc0f079f6')
 
 build() {
-  cd ${pkgname}-${pkgver}
+#  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
   ./configure --prefix=/usr --disable-static
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+#  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
   make check # passes all
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+#  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
   make DESTDIR="${pkgdir}/" install
 
   mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}


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

2017-09-09 Thread Andreas Radke
Date: Saturday, September 9, 2017 @ 20:31:04
  Author: andyrtr
Revision: 305196

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

Added:
  qpdf/repos/staging-i686/
  qpdf/repos/staging-i686/PKGBUILD
(from rev 305195, qpdf/trunk/PKGBUILD)
  qpdf/repos/staging-x86_64/
  qpdf/repos/staging-x86_64/PKGBUILD
(from rev 305195, qpdf/trunk/PKGBUILD)

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

Copied: qpdf/repos/staging-i686/PKGBUILD (from rev 305195, qpdf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-09 20:31:04 UTC (rev 305196)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Miguel Revilla 
+# Contributor: David Sotelo 
+# Contributor: Nuno Araujo 
+
+pkgname=qpdf
+pkgver=7.0B1
+_pkgver=7.0.b1
+pkgrel=1
+pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
+arch=('i686' 'x86_64')
+url="https://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('openjpeg2')
+#source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz)
+sha1sums=('431d6b37520587860e722b5eb2dc8e3cc0f079f6')
+
+build() {
+#  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+#  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
+  make check # passes all
+}
+
+package() {
+#  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: qpdf/repos/staging-x86_64/PKGBUILD (from rev 305195, 
qpdf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-09-09 20:31:04 UTC (rev 305196)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Miguel Revilla 
+# Contributor: David Sotelo 
+# Contributor: Nuno Araujo 
+
+pkgname=qpdf
+pkgver=7.0B1
+_pkgver=7.0.b1
+pkgrel=1
+pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
+arch=('i686' 'x86_64')
+url="https://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('openjpeg2')
+#source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.gz)
+sha1sums=('431d6b37520587860e722b5eb2dc8e3cc0f079f6')
+
+build() {
+#  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+#  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
+  make check # passes all
+}
+
+package() {
+#  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in syslinux/trunk (syslinux-install_update)

2017-09-09 Thread Anatol Pomozov
Date: Saturday, September 9, 2017 @ 20:22:35
  Author: anatolik
Revision: 305194

FS#55250 change partnumber pattern to [[:digit:]]* to match loop0p0 case

Modified:
  syslinux/trunk/syslinux-install_update

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

Modified: syslinux-install_update
===
--- syslinux-install_update 2017-09-09 20:00:06 UTC (rev 305193)
+++ syslinux-install_update 2017-09-09 20:22:35 UTC (rev 305194)
@@ -60,7 +60,7 @@
 
 case "$part" in
 *[[:digit:]]p[[:digit:]]*)
-local disk="${part%%p$partnum}" # get everything before p1
+local disk="${part%%p[[:digit:]]*}" # get everything before p1
 ;;
 *)
 local disk="${part%%[[:digit:]]*}"


[arch-commits] Commit in mesa/repos (12 files)

2017-09-09 Thread Andreas Radke
Date: Saturday, September 9, 2017 @ 20:00:06
  Author: andyrtr
Revision: 305193

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

Added:
  mesa/repos/staging-i686/
  mesa/repos/staging-i686/0001-Fix-linkage-against-shared-glapi.patch
(from rev 305192, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/staging-i686/0002-glvnd-fix-gl-dot-pc.patch
(from rev 305192, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/staging-i686/LICENSE
(from rev 305192, mesa/trunk/LICENSE)
  mesa/repos/staging-i686/PKGBUILD
(from rev 305192, mesa/trunk/PKGBUILD)
  mesa/repos/staging-i686/glibc_dropped_xlocale.h.diff
(from rev 305192, mesa/trunk/glibc_dropped_xlocale.h.diff)
  mesa/repos/staging-x86_64/
  mesa/repos/staging-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 305192, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/staging-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 305192, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/staging-x86_64/LICENSE
(from rev 305192, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 305192, mesa/trunk/PKGBUILD)
  mesa/repos/staging-x86_64/glibc_dropped_xlocale.h.diff
(from rev 305192, mesa/trunk/glibc_dropped_xlocale.h.diff)

+
 staging-i686/0001-Fix-linkage-against-shared-glapi.patch   |   26 +
 staging-i686/0002-glvnd-fix-gl-dot-pc.patch|   12 
 staging-i686/LICENSE   |   82 
 staging-i686/PKGBUILD  |  198 +++
 staging-i686/glibc_dropped_xlocale.h.diff  |  143 +++
 staging-x86_64/0001-Fix-linkage-against-shared-glapi.patch |   26 +
 staging-x86_64/0002-glvnd-fix-gl-dot-pc.patch  |   12 
 staging-x86_64/LICENSE |   82 
 staging-x86_64/PKGBUILD|  198 +++
 staging-x86_64/glibc_dropped_xlocale.h.diff|  143 +++
 10 files changed, 922 insertions(+)

Copied: mesa/repos/staging-i686/0001-Fix-linkage-against-shared-glapi.patch 
(from rev 305192, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- staging-i686/0001-Fix-linkage-against-shared-glapi.patch
(rev 0)
+++ staging-i686/0001-Fix-linkage-against-shared-glapi.patch2017-09-09 
20:00:06 UTC (rev 305193)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
+-  $(top_builddir)/src/mapi/glapi/libglapi.la \
++  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
+   $(SHARED_GLAPI_LIB) \
+   $(OSMESA_LIB_DEPS) \
+   $(CLOCK_LIB)
+-- 
+2.9.3
+

Copied: mesa/repos/staging-i686/0002-glvnd-fix-gl-dot-pc.patch (from rev 
305192, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
===
--- staging-i686/0002-glvnd-fix-gl-dot-pc.patch (rev 0)
+++ staging-i686/0002-glvnd-fix-gl-dot-pc.patch 2017-09-09 20:00:06 UTC (rev 
305193)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: mesa/repos/staging-i686/LICENSE (from rev 305192, mesa/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2017-09-09 20:00:06 UTC (rev 305193)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from 

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

2017-09-09 Thread Andreas Radke
Date: Saturday, September 9, 2017 @ 19:59:35
  Author: andyrtr
Revision: 305192

upgpkg: mesa 17.2.0-3

llvm 5.0 rebuild

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 19:44:22 UTC (rev 305191)
+++ PKGBUILD2017-09-09 19:59:35 UTC (rev 305192)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
 pkgver=17.2.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'wayland-protocols'


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

2017-09-09 Thread Bartłomiej Piotrowski
Date: Saturday, September 9, 2017 @ 19:44:22
  Author: bpiotrowski
Revision: 305191

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

Added:
  ksysguard/repos/extra-i686/PKGBUILD
(from rev 305190, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/extra-x86_64/PKGBUILD
(from rev 305190, ksysguard/trunk/PKGBUILD)
Deleted:
  ksysguard/repos/extra-i686/PKGBUILD
  ksysguard/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   41 
 extra-x86_64/PKGBUILD |   41 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-09 19:28:00 UTC (rev 305190)
+++ extra-i686/PKGBUILD 2017-09-09 19:44:22 UTC (rev 305191)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.10.5
-pkgrel=1
-pkgdesc='Track and control the processes running in your system'
-arch=('i686' 'x86_64')
-url='https://userbase.kde.org/KSysGuard'
-license=('LGPL')
-depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('16cba11ec6f046f2d9587c84a1046af3fedd8b9d8d773ad8a90ff824ba029f7b'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-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: ksysguard/repos/extra-i686/PKGBUILD (from rev 305190, 
ksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-09 19:44:22 UTC (rev 305191)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.10.5
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kinit')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('16cba11ec6f046f2d9587c84a1046af3fedd8b9d8d773ad8a90ff824ba029f7b'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-09 19:28:00 UTC (rev 305190)
+++ extra-x86_64/PKGBUILD   2017-09-09 19:44:22 UTC (rev 305191)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.10.5
-pkgrel=1
-pkgdesc='Track and control the processes running in your system'
-arch=('i686' 'x86_64')
-url='https://userbase.kde.org/KSysGuard'
-license=('LGPL')
-depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('16cba11ec6f046f2d9587c84a1046af3fedd8b9d8d773ad8a90ff824ba029f7b'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-

[arch-commits] Commit in noto-fonts-cjk/trunk (PKGBUILD)

2017-09-09 Thread Jan Steffens
Date: Saturday, September 9, 2017 @ 19:28:00
  Author: heftig
Revision: 305190

Whoops, the license dir should be $pkgname

Modified:
  noto-fonts-cjk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 19:25:57 UTC (rev 305189)
+++ PKGBUILD2017-09-09 19:28:00 UTC (rev 305190)
@@ -14,5 +14,5 @@
 
 package() {
   install -Dt "$pkgdir"/usr/share/fonts/noto-cjk -m644 noto-cjk-*/*.ttc
-  install -Dt "$pkgdir"/usr/share/licenses/noto-cjk -m644 noto-cjk-*/LICENSE
+  install -Dt "$pkgdir"/usr/share/licenses/$pkgname -m644 noto-cjk-*/LICENSE
 }


[arch-commits] Commit in noto-fonts-cjk/trunk (PKGBUILD)

2017-09-09 Thread Jan Steffens
Date: Saturday, September 9, 2017 @ 19:25:57
  Author: heftig
Revision: 305189

Put the CJK fonts into their own dir

These are really, really large and take a long time for fontconfig to scan. Put 
them into their own
dir so an update of other noto fonts doesn't trigger a scan of the CJK fonts.

Modified:
  noto-fonts-cjk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 17:28:03 UTC (rev 305188)
+++ PKGBUILD2017-09-09 19:25:57 UTC (rev 305189)
@@ -13,7 +13,6 @@
 sha256sums=('5e47b92a1612d25e1f12295a0ce67521936043b9ce871b676410fe73be2f32a9')
 
 package() {
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 noto-cjk-*/*.ttc "$pkgdir"/usr/share/fonts/noto
-  install -Dm644 noto-cjk-*/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dt "$pkgdir"/usr/share/fonts/noto-cjk -m644 noto-cjk-*/*.ttc
+  install -Dt "$pkgdir"/usr/share/licenses/noto-cjk -m644 noto-cjk-*/LICENSE
 }


[arch-commits] Commit in lib32-fontconfig/repos/multilib-testing-x86_64 (6 files)

2017-09-09 Thread Jan Steffens
Date: Saturday, September 9, 2017 @ 19:20:45
  Author: heftig
Revision: 256712

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-fontconfig/repos/multilib-testing-x86_64/PKGBUILD
(from rev 256711, lib32-fontconfig/trunk/PKGBUILD)
  lib32-fontconfig/repos/multilib-testing-x86_64/lib32-fontconfig.hook
(from rev 256711, lib32-fontconfig/trunk/lib32-fontconfig.hook)
  lib32-fontconfig/repos/multilib-testing-x86_64/lib32-fontconfig.install
(from rev 256711, lib32-fontconfig/trunk/lib32-fontconfig.install)
Deleted:
  lib32-fontconfig/repos/multilib-testing-x86_64/PKGBUILD
  lib32-fontconfig/repos/multilib-testing-x86_64/lib32-fontconfig.hook
  lib32-fontconfig/repos/multilib-testing-x86_64/lib32-fontconfig.install

--+
 PKGBUILD |  144 ++---
 lib32-fontconfig.hook|   22 +++---
 lib32-fontconfig.install |   20 +++---
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 19:20:02 UTC (rev 256711)
+++ PKGBUILD2017-09-09 19:20:45 UTC (rev 256712)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-_pkgbasename=fontconfig
-pkgname=lib32-$_pkgbasename
-pkgver=2.12.4+29+g92da67a
-pkgrel=1
-pkgdesc="A library for configuring and customizing font access (32-bit)"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/fontconfig/;
-license=(custom)
-depends=(lib32-expat lib32-freetype2 $_pkgbasename)
-makedepends=(git autoconf-archive gperf python-lxml python-six)
-install=lib32-fontconfig.install
-_commit=92da67a9fcf9fa48ebb40f2032d47291d5427d41  # master
-source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
-lib32-fontconfig.hook)
-sha256sums=('SKIP'
-'d97c0c5b88023da5a2acf64cf560265390a9365305c43b8e86b4f89348e727b3')
-
-# a nice page to test font matching:
-# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
-# http://getemoji.com/
-
-pkgver() {
-  cd $_pkgbasename
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $_pkgbasename
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $_pkgbasename
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---sysconfdir=/etc \
---with-templatedir=/etc/fonts/conf.avail \
---with-xmldir=/etc/fonts \
---localstatedir=/var \
---disable-static \
---with-default-fonts=/usr/share/fonts \
---with-add-fonts=/usr/local/share/fonts
-  make
-}
-
-check() {
-  cd $_pkgbasename
-  make -k check
-}
-
-package() {
-  cd $_pkgbasename
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "$pkgdir"/{etc,usr/{include,share}}
-  find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
-  mv "$pkgdir"/usr/bin/fc-cache{,-32}
-
-  install -Dm644 ../lib32-fontconfig.hook 
"$pkgdir/usr/share/libalpm/hooks/lib32-fontconfig.hook"
-
-  # Install license
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-fontconfig/repos/multilib-testing-x86_64/PKGBUILD (from rev 
256711, lib32-fontconfig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-09 19:20:45 UTC (rev 256712)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+_pkgbasename=fontconfig
+pkgname=lib32-$_pkgbasename
+pkgver=2.12.5
+pkgrel=1
+pkgdesc="A library for configuring and customizing font access (32-bit)"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/fontconfig/;
+license=(custom)
+depends=(lib32-expat lib32-freetype2 $_pkgbasename)
+makedepends=(git autoconf-archive gperf python-lxml python-six)
+install=lib32-fontconfig.install
+_commit=4d3410bd08a0f61272ca1dbb1dd27ac8c5f222de  # tags/2.12.5^0
+source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
+lib32-fontconfig.hook)
+sha256sums=('SKIP'
+'d97c0c5b88023da5a2acf64cf560265390a9365305c43b8e86b4f89348e727b3')
+
+# a nice page to test font matching:
+# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
+# http://getemoji.com/
+
+pkgver() {
+  cd $_pkgbasename
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $_pkgbasename
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $_pkgbasename
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc \
+--with-templatedir=/etc/fonts/conf.avail \
+--with-xmldir=/etc/fonts \
+--localstatedir=/var \
+--disable-static \
+--with-default-fonts=/usr/share/fonts \
+--with-add-fonts=/usr/local/share/fonts
+  make
+}
+
+check() {
+  cd $_pkgbasename
+  make -k check
+}
+

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

2017-09-09 Thread Jan Steffens
Date: Saturday, September 9, 2017 @ 19:20:02
  Author: heftig
Revision: 256711

2.12.5-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 19:12:13 UTC (rev 256710)
+++ PKGBUILD2017-09-09 19:20:02 UTC (rev 256711)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.12.4+29+g92da67a
+pkgver=2.12.5
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six)
 install=lib32-fontconfig.install
-_commit=92da67a9fcf9fa48ebb40f2032d47291d5427d41  # master
+_commit=4d3410bd08a0f61272ca1dbb1dd27ac8c5f222de  # tags/2.12.5^0
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 lib32-fontconfig.hook)
 sha256sums=('SKIP'


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

2017-09-09 Thread Jan Steffens
Date: Saturday, September 9, 2017 @ 19:12:13
  Author: heftig
Revision: 256710

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

Added:
  i3-wm/repos/community-i686/0001-Use-OVER-operator-for-drawing-text.patch
(from rev 256709, i3-wm/trunk/0001-Use-OVER-operator-for-drawing-text.patch)
  i3-wm/repos/community-i686/PKGBUILD
(from rev 256709, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch
(from rev 256709, i3-wm/trunk/0001-Use-OVER-operator-for-drawing-text.patch)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 256709, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  104 
++
 community-i686/0001-Use-OVER-operator-for-drawing-text.patch   |   35 +++
 community-i686/PKGBUILD|   51 
 community-x86_64/0001-Use-OVER-operator-for-drawing-text.patch |   35 +++
 community-x86_64/PKGBUILD  |   51 
 5 files changed, 174 insertions(+), 102 deletions(-)

Copied: 
i3-wm/repos/community-i686/0001-Use-OVER-operator-for-drawing-text.patch (from 
rev 256709, i3-wm/trunk/0001-Use-OVER-operator-for-drawing-text.patch)
===
--- community-i686/0001-Use-OVER-operator-for-drawing-text.patch
(rev 0)
+++ community-i686/0001-Use-OVER-operator-for-drawing-text.patch
2017-09-09 19:12:13 UTC (rev 256710)
@@ -0,0 +1,35 @@
+From eea280b1f1d9d66c903014fd6703f401eb119a87 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 9 Sep 2017 00:22:13 +0200
+Subject: [PATCH] Use OVER operator for drawing text
+
+For opaque text, SOURCE is not any different from OVER. However, when
+drawing color glyphs (which consist of RGBA pixels instead of strokes)
+SOURCE's handling of alpha is not what we want.
+
+I stumbled across this because cairo 1.15.8 seems to clear the surface
+before drawing color emoji if the operator is SOURCE, deleting every-
+thing drawn before. Arguably, the area outside the glyph bounds should
+not be touched, but even if this is a cairo bug the problem of alpha
+within the glyph remains.
+---
+ libi3/font.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libi3/font.c b/libi3/font.c
+index 81091ea74a31da11..aef8427b5396c3d8 100644
+--- a/libi3/font.c
 b/libi3/font.c
+@@ -105,7 +105,7 @@ static void draw_text_pango(const char *text, size_t 
text_len,
+ pango_layout_set_text(layout, text, text_len);
+ 
+ /* Do the drawing */
+-cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
++cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
+ cairo_set_source_rgb(cr, pango_font_red, pango_font_green, 
pango_font_blue);
+ pango_cairo_update_layout(cr, layout);
+ pango_layout_get_pixel_size(layout, NULL, );
+-- 
+2.14.1
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 19:11:18 UTC (rev 256709)
+++ community-i686/PKGBUILD 2017-09-09 19:12:13 UTC (rev 256710)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.13
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm'
- 'libev' 'yajl' 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl: i3-save-tree and i3-dmenu-desktop'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('08d17dcf1fde665a15f7d411486546ae'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  ./configure --prefix=/usr --sysconfdir=/etc
-  cd ${CARCH}-pc-linux-gnu
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make CPPFLAGS+="-U_FORTIFY_SOURCE"
-}
-
-package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver/${CARCH}-pc-linux-gnu"
-  make DESTDIR="$pkgdir/" install
-  
-  mkdir -p "${pkgdir}/usr/share/man/man1/"
-  

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

2017-09-09 Thread Jan Steffens
Date: Saturday, September 9, 2017 @ 19:11:18
  Author: heftig
Revision: 256709

4.14-1

Added:
  i3-wm/trunk/0001-Use-OVER-operator-for-drawing-text.patch
Modified:
  i3-wm/trunk/PKGBUILD

---+
 0001-Use-OVER-operator-for-drawing-text.patch |   35 +
 PKGBUILD  |   63 
 2 files changed, 67 insertions(+), 31 deletions(-)

Added: 0001-Use-OVER-operator-for-drawing-text.patch
===
--- 0001-Use-OVER-operator-for-drawing-text.patch   
(rev 0)
+++ 0001-Use-OVER-operator-for-drawing-text.patch   2017-09-09 19:11:18 UTC 
(rev 256709)
@@ -0,0 +1,35 @@
+From eea280b1f1d9d66c903014fd6703f401eb119a87 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 9 Sep 2017 00:22:13 +0200
+Subject: [PATCH] Use OVER operator for drawing text
+
+For opaque text, SOURCE is not any different from OVER. However, when
+drawing color glyphs (which consist of RGBA pixels instead of strokes)
+SOURCE's handling of alpha is not what we want.
+
+I stumbled across this because cairo 1.15.8 seems to clear the surface
+before drawing color emoji if the operator is SOURCE, deleting every-
+thing drawn before. Arguably, the area outside the glyph bounds should
+not be touched, but even if this is a cairo bug the problem of alpha
+within the glyph remains.
+---
+ libi3/font.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libi3/font.c b/libi3/font.c
+index 81091ea74a31da11..aef8427b5396c3d8 100644
+--- a/libi3/font.c
 b/libi3/font.c
+@@ -105,7 +105,7 @@ static void draw_text_pango(const char *text, size_t 
text_len,
+ pango_layout_set_text(layout, text, text_len);
+ 
+ /* Do the drawing */
+-cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
++cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
+ cairo_set_source_rgb(cr, pango_font_red, pango_font_green, 
pango_font_blue);
+ pango_cairo_update_layout(cr, layout);
+ pango_layout_get_pixel_size(layout, NULL, );
+-- 
+2.14.1
+

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 18:00:28 UTC (rev 256708)
+++ PKGBUILD2017-09-09 19:11:18 UTC (rev 256709)
@@ -2,18 +2,15 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.13
+pkgver=4.14
 pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm'
- 'libev' 'yajl' 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
+pkgdesc="An improved dynamic tiling window manager"
+url="https://i3wm.org/;
+arch=(i686 x86_64)
+license=(BSD)
+depends=(xcb-util-cursor xcb-util-keysyms xcb-util-wm xcb-util-xrm libev yajl 
startup-notification
+ pango libxkbcommon-x11)
+makedepends=(bison flex asciidoc xmlto)
 optdepends=('dmenu: As menu.'
 'i3lock: For locking your screen.'
 'i3status: To display systeminformation with a bar.'
@@ -20,32 +17,36 @@
 'perl: i3-save-tree and i3-dmenu-desktop'
 'perl-anyevent-i3: Features like saving the layout.'
 'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('08d17dcf1fde665a15f7d411486546ae'
- 'SKIP')
+groups=(i3)
+replaces=(i3 i3bar)
+source=("https://i3wm.org/downloads/i3-$pkgver.tar.bz2"{,.asc}
+0001-Use-OVER-operator-for-drawing-text.patch)
+sha256sums=('ae3abde3af1b87e269d8aad2348be6f7298338cb8e06bad11cbf91cdbf92a5d6'
+'SKIP'
+'e49e147b1cd06f95188decbbe41f5c3a0aca18d0195750bc3ea16465b4aca563')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
+prepare() {
+  mkdir build
+  cd i3-$pkgver
+
+  # https://github.com/i3/i3/pull/2908
+  patch -Np1 -i ../0001-Use-OVER-operator-for-drawing-text.patch
+
+  autoreconf -fvi
+}
+
 build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  ./configure --prefix=/usr --sysconfdir=/etc
-  cd ${CARCH}-pc-linux-gnu
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make CPPFLAGS+="-U_FORTIFY_SOURCE"
+  cd build
+  ../i3-$pkgver/configure --prefix=/usr --sysconfdir=/etc
+  make
 }
 
 package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver/${CARCH}-pc-linux-gnu"
-  make DESTDIR="$pkgdir/" install
-  
-  mkdir -p "${pkgdir}/usr/share/man/man1/"
-  install -m644 ../man/*.1 "${pkgdir}/usr/share/man/man1/"
-
-  

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

2017-09-09 Thread Sven-Hendrik Haase
Date: Saturday, September 9, 2017 @ 18:00:21
  Author: svenstaro
Revision: 256707

upgpkg: forge 1:1.0.1-1

Modified:
  forge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 17:40:20 UTC (rev 256706)
+++ PKGBUILD2017-09-09 18:00:21 UTC (rev 256707)
@@ -2,15 +2,16 @@
 pkgname=forge
 pkgdesc="High Performance Visualizations"
 url='https://github.com/arrayfire/forge'
-pkgver=1.0.0
+pkgver=1.0.1
 arch=('i686' 'x86_64')
-pkgrel=3
+pkgrel=1
 epoch=1
 license=('BSD')
 makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'gcc5' 'boost')
 depends=('glfw' 'freetype2' 'fontconfig' 'freeimage')
 source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
-md5sums=('f72023e15fffa806e26565fb4edb4379')
+sha512sums=('08cf80d6020f85a44fc505bf47bbfcad201b75d5ee15a004ff485e9965896cca4e24e706b789b0a41bc0acf9296112368a2e98dbead0bd57dca1ff9fca57927d')
+options=('!buildflags')
 
 build() {
   cd forge-${pkgver}


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

2017-09-09 Thread Sven-Hendrik Haase
Date: Saturday, September 9, 2017 @ 18:00:28
  Author: svenstaro
Revision: 256708

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

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

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   39 -
 community-x86_64/PKGBUILD |   39 -
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 18:00:21 UTC (rev 256707)
+++ community-i686/PKGBUILD 2017-09-09 18:00:28 UTC (rev 256708)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=forge
-pkgdesc="High Performance Visualizations"
-url='https://github.com/arrayfire/forge'
-pkgver=1.0.0
-arch=('i686' 'x86_64')
-pkgrel=3
-epoch=1
-license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'gcc5' 'boost')
-depends=('glfw' 'freetype2' 'fontconfig' 'freeimage')
-source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
-md5sums=('f72023e15fffa806e26565fb4edb4379')
-
-build() {
-  cd forge-${pkgver}
-
-  rm -rf build
-  mkdir build && cd build
-
-  export CC=gcc-5
-  export CXX=g++-5
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCUMENTATION=ON
-
-  make
-}
-
-package() {
-  cd forge-${pkgver}
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: forge/repos/community-i686/PKGBUILD (from rev 256707, 
forge/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 18:00:28 UTC (rev 256708)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=forge
+pkgdesc="High Performance Visualizations"
+url='https://github.com/arrayfire/forge'
+pkgver=1.0.1
+arch=('i686' 'x86_64')
+pkgrel=1
+epoch=1
+license=('BSD')
+makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'gcc5' 'boost')
+depends=('glfw' 'freetype2' 'fontconfig' 'freeimage')
+source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
+sha512sums=('08cf80d6020f85a44fc505bf47bbfcad201b75d5ee15a004ff485e9965896cca4e24e706b789b0a41bc0acf9296112368a2e98dbead0bd57dca1ff9fca57927d')
+options=('!buildflags')
+
+build() {
+  cd forge-${pkgver}
+
+  rm -rf build
+  mkdir build && cd build
+
+  export CC=gcc-5
+  export CXX=g++-5
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_EXAMPLES=ON \
+  -DBUILD_DOCUMENTATION=ON
+
+  make
+}
+
+package() {
+  cd forge-${pkgver}
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-09 18:00:21 UTC (rev 256707)
+++ community-x86_64/PKGBUILD   2017-09-09 18:00:28 UTC (rev 256708)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=forge
-pkgdesc="High Performance Visualizations"
-url='https://github.com/arrayfire/forge'
-pkgver=1.0.0
-arch=('i686' 'x86_64')
-pkgrel=3
-epoch=1
-license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'gcc5' 'boost')
-depends=('glfw' 'freetype2' 'fontconfig' 'freeimage')
-source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
-md5sums=('f72023e15fffa806e26565fb4edb4379')
-
-build() {
-  cd forge-${pkgver}
-
-  rm -rf build
-  mkdir build && cd build
-
-  export CC=gcc-5
-  export CXX=g++-5
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCUMENTATION=ON
-
-  make
-}
-
-package() {
-  cd forge-${pkgver}
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: forge/repos/community-x86_64/PKGBUILD (from rev 256707, 
forge/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-09 18:00:28 UTC (rev 256708)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=forge
+pkgdesc="High Performance Visualizations"
+url='https://github.com/arrayfire/forge'
+pkgver=1.0.1
+arch=('i686' 'x86_64')
+pkgrel=1
+epoch=1
+license=('BSD')
+makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'gcc5' 'boost')
+depends=('glfw' 'freetype2' 'fontconfig' 'freeimage')

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 17:40:20
  Author: arojas
Revision: 256706

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 17:39:38 UTC (rev 256705)
+++ community-i686/PKGBUILD 2017-09-09 17:40:20 UTC (rev 256706)
@@ -1,27 +0,0 @@
-# $Id$
-
-pkgname=unibilium
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='A terminfo parsing library'
-arch=(x86_64 i686)
-url='https://github.com/mauke/unibilium/'
-depends=(glibc)
-license=(LGPL3)
-source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
-sha1sums=('ed5150071bef1d1504fddbbe1c842ab47c1cbaec')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" make install PREFIX=/usr
-}

Copied: unibilium/repos/community-i686/PKGBUILD (from rev 256705, 
unibilium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 17:40:20 UTC (rev 256706)
@@ -0,0 +1,27 @@
+# $Id$
+
+pkgname=unibilium
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='A terminfo parsing library'
+arch=(x86_64 i686)
+url='https://github.com/mauke/unibilium/'
+depends=(glibc)
+license=(LGPL3)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
+sha1sums=('d57d24fedd380fcd6ab12d56073ecb89e1d43c39')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" make install PREFIX=/usr
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-09 17:39:38 UTC (rev 256705)
+++ community-x86_64/PKGBUILD   2017-09-09 17:40:20 UTC (rev 256706)
@@ -1,27 +0,0 @@
-# $Id$
-
-pkgname=unibilium
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='A terminfo parsing library'
-arch=(x86_64 i686)
-url='https://github.com/mauke/unibilium/'
-depends=(glibc)
-license=(LGPL3)
-source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
-sha1sums=('ed5150071bef1d1504fddbbe1c842ab47c1cbaec')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" make install PREFIX=/usr
-}

Copied: unibilium/repos/community-x86_64/PKGBUILD (from rev 256705, 
unibilium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-09 17:40:20 UTC (rev 256706)
@@ -0,0 +1,27 @@
+# $Id$
+
+pkgname=unibilium
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='A terminfo parsing library'
+arch=(x86_64 i686)
+url='https://github.com/mauke/unibilium/'
+depends=(glibc)
+license=(LGPL3)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
+sha1sums=('d57d24fedd380fcd6ab12d56073ecb89e1d43c39')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" make install PREFIX=/usr
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 17:39:38
  Author: arojas
Revision: 256705

Update to 1.2.1

Modified:
  unibilium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 17:30:12 UTC (rev 256704)
+++ PKGBUILD2017-09-09 17:39:38 UTC (rev 256705)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=unibilium
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc='A terminfo parsing library'
 arch=(x86_64 i686)
@@ -9,7 +9,7 @@
 depends=(glibc)
 license=(LGPL3)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz)
-sha1sums=('ed5150071bef1d1504fddbbe1c842ab47c1cbaec')
+sha1sums=('d57d24fedd380fcd6ab12d56073ecb89e1d43c39')
 
 build() {
   cd $pkgname-$pkgver


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 17:28:03
  Author: arojas
Revision: 305188

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 305187, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 305187, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 305187, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 305187, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  198 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   99 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   99 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 220 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-09 17:27:32 UTC (rev 305187)
+++ extra-i686/PKGBUILD 2017-09-09 17:28:03 UTC (rev 305188)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.11
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2' 
'libraw' 'libraqm'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('1268ab07b300bb3e2ffb660f1be649ca5e18591a'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-  autoreconf --force --install
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libraqm' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support'
-  'libraw: for DNG support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 17:27:32
  Author: arojas
Revision: 305187

Update to 6.9.9.12

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 17:21:13 UTC (rev 305186)
+++ PKGBUILD2017-09-09 17:27:32 UTC (rev 305187)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.11
+pkgver=6.9.9.12
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -13,9 +13,9 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('1268ab07b300bb3e2ffb660f1be649ca5e18591a'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
+sha256sums=('856529bf01f90b69270af7359b91d7de10780f7772f2f07ac0ae441e961d6682'
+'SKIP'
+'17218bbecc17f3c7a86935a09d5a47e46113a1fc28f7d91c2fe495019cc36088')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
 
 prepare() {


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

2017-09-09 Thread Sven-Hendrik Haase
Date: Saturday, September 9, 2017 @ 17:08:30
  Author: svenstaro
Revision: 256703

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

Added:
  blender/repos/community-testing-i686/PKGBUILD
(from rev 256702, blender/trunk/PKGBUILD)
  blender/repos/community-testing-x86_64/PKGBUILD
(from rev 256702, blender/trunk/PKGBUILD)
Deleted:
  blender/repos/community-testing-i686/PKGBUILD
  blender/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  206 
 community-testing-i686/PKGBUILD   |  101 -
 community-testing-x86_64/PKGBUILD |  101 -
 3 files changed, 206 insertions(+), 202 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-09-09 17:08:18 UTC (rev 256702)
+++ community-testing-i686/PKGBUILD 2017-09-09 17:08:30 UTC (rev 256703)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: John Sowiak 
-# Contributor: tobias 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.79-rc2
-#_gitcommit=e8299c81006aba1e4b926c24276ce09d70435371
-
-pkgname=blender
-pkgver=2.79rc2
-#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-makedepends_x86_64=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/blender-dev-tools.git"
-"git://git.blender.org/scons.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-elif [[ -n $_gitcommit ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
-  git config submodule."scons".url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir build && cd build
-
-  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
-
-  cmake -C../build_files/cmake/config/blender_release.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.6 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_PTEX=OFF \
--DPYTHON_VERSION=3.6 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.6m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m
-  make # -j5 needs 48 GB of RAM while -j9 needs 64 GB
-
-  # PTEX is currently broken and experimental in blender anyway
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-testing-i686/PKGBUILD (from rev 256702, 
blender/trunk/PKGBUILD)

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

2017-09-09 Thread Sven-Hendrik Haase
Date: Saturday, September 9, 2017 @ 17:08:18
  Author: svenstaro
Revision: 256702

upgpkg: blender 17:2.79rc2-2

rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 14:01:18 UTC (rev 256701)
+++ PKGBUILD2017-09-09 17:08:18 UTC (rev 256702)
@@ -11,13 +11,13 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.79-rc2
-#_gitcommit=e8299c81006aba1e4b926c24276ce09d70435371
+# _gittag=v2.79-rc2
+_gitcommit=3c3d0898b0c1a1d7da70f4a1778d4360b3cfe5c8
 
 pkgname=blender
 pkgver=2.79rc2
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
+pkgrel=2
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
  'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
  'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
  'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35' 'gcc5')
 makedepends_x86_64=('cuda')
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
@@ -82,11 +82,13 @@
 -DLLVM_STATIC=ON \
 -DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
 -DWITH_CYCLES_PTEX=OFF \
+-DCUDA_NVCC_FLAGS="-D_BITS_FLOATN_H" \
 -DPYTHON_VERSION=3.6 \
 -DPYTHON_LIBPATH=/usr/lib \
 -DPYTHON_LIBRARY=python3.6m \
 -DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m
-  make # -j5 needs 48 GB of RAM while -j9 needs 64 GB
+  # We need -DCUDA_NVCC_FLAGS="-D_BITS_FLOATN_H" for glibc 2.26
+  make
 
   # PTEX is currently broken and experimental in blender anyway
 }


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

2017-09-09 Thread Sébastien Luttringer
Date: Saturday, September 9, 2017 @ 16:23:00
  Author: seblu
Revision: 305180

upgpkg: btrfs-progs 4.13-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 16:20:01 UTC (rev 305179)
+++ PKGBUILD2017-09-09 16:23:00 UTC (rev 305180)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.12.1
+pkgver=4.13
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
- 'ef6dc0caff8b51daf4bed5f25ed003d5'
+ '321c0161f0f26db0cbda73e6ca4d9056'
  '7241ba3a4286d08da0d50b7176941112'
  'b09688a915a0ec8f40e2f5aacbabc9ad'
  '794b867e09451284c545bae112aa0cfd'


[arch-commits] Commit in btrfs-progs/repos (14 files)

2017-09-09 Thread Sébastien Luttringer
Date: Saturday, September 9, 2017 @ 16:23:34
  Author: seblu
Revision: 305181

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 305180, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 305180, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.service
(from rev 305180, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.timer
(from rev 305180, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 305180, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 305180, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 305180, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 305180, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 305180, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 305180, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 305180, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 305180, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   61 
 testing-i686/btrfs-progs.install  |   15 +++
 testing-i686/btrfs-scrub@.service |7 +++
 testing-i686/btrfs-scrub@.timer   |   10 +
 testing-i686/initcpio-hook-btrfs  |7 +++
 testing-i686/initcpio-install-btrfs   |   17 
 testing-x86_64/PKGBUILD   |   61 
 testing-x86_64/btrfs-progs.install|   15 +++
 testing-x86_64/btrfs-scrub@.service   |7 +++
 testing-x86_64/btrfs-scrub@.timer |   10 +
 testing-x86_64/initcpio-hook-btrfs|7 +++
 testing-x86_64/initcpio-install-btrfs |   17 
 12 files changed, 234 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 305180, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 16:23:34 UTC (rev 305181)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.13
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '321c0161f0f26db0cbda73e6ca4d9056'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '794b867e09451284c545bae112aa0cfd'
+ '502221c1b47a3bb2c06703d4fb90a0c2')
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 305180, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2017-09-09 16:23:34 UTC (rev 305181)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version

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

2017-09-09 Thread Sébastien Luttringer
Date: Saturday, September 9, 2017 @ 16:20:01
  Author: seblu
Revision: 305179

db-move: moved coreutils from [testing] to [core] (i686, x86_64)

Added:
  coreutils/repos/core-i686/PKGBUILD
(from rev 305178, coreutils/repos/testing-i686/PKGBUILD)
  coreutils/repos/core-x86_64/PKGBUILD
(from rev 305178, coreutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  coreutils/repos/core-i686/PKGBUILD
  coreutils/repos/core-x86_64/PKGBUILD
  coreutils/repos/testing-i686/
  coreutils/repos/testing-x86_64/

--+
 /PKGBUILD|  108 +
 core-i686/PKGBUILD   |   54 
 core-x86_64/PKGBUILD |   54 
 3 files changed, 108 insertions(+), 108 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-09-09 15:43:50 UTC (rev 305178)
+++ core-i686/PKGBUILD  2017-09-09 16:20:01 UTC (rev 305179)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=coreutils
-pkgver=8.27
-pkgrel=1
-pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='https://www.gnu.org/software/coreutils/'
-groups=('base')
-depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-md5sums=('502795792c212932365e077946d353ae'
- 'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # 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
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --with-openssl \
-  --enable-no-install-program=groups,hostname,kill,uptime
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  #make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: coreutils/repos/core-i686/PKGBUILD (from rev 305178, 
coreutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-09-09 16:20:01 UTC (rev 305179)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.28
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/coreutils/'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('e7cb20d0572cc40d9f47ede6454406d1'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # 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
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2017-09-09 15:43:50 UTC (rev 305178)
+++ core-x86_64/PKGBUILD2017-09-09 16:20:01 UTC (rev 305179)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=coreutils
-pkgver=8.27
-pkgrel=1
-pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='https://www.gnu.org/software/coreutils/'
-groups=('base')
-depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})

[arch-commits] Commit in fontconfig/repos (12 files)

2017-09-09 Thread Jan Steffens
Date: Saturday, September 9, 2017 @ 15:41:53
  Author: heftig
Revision: 305177

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

Added:
  fontconfig/repos/testing-i686/PKGBUILD
(from rev 305176, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/testing-i686/fontconfig.hook
(from rev 305176, fontconfig/trunk/fontconfig.hook)
  fontconfig/repos/testing-i686/fontconfig.install
(from rev 305176, fontconfig/trunk/fontconfig.install)
  fontconfig/repos/testing-x86_64/PKGBUILD
(from rev 305176, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/testing-x86_64/fontconfig.hook
(from rev 305176, fontconfig/trunk/fontconfig.hook)
  fontconfig/repos/testing-x86_64/fontconfig.install
(from rev 305176, fontconfig/trunk/fontconfig.install)
Deleted:
  fontconfig/repos/testing-i686/PKGBUILD
  fontconfig/repos/testing-i686/fontconfig.hook
  fontconfig/repos/testing-i686/fontconfig.install
  fontconfig/repos/testing-x86_64/PKGBUILD
  fontconfig/repos/testing-x86_64/fontconfig.hook
  fontconfig/repos/testing-x86_64/fontconfig.install

---+
 /PKGBUILD |  126 
 /fontconfig.hook  |   22 ++
 /fontconfig.install   |   76 +
 testing-i686/PKGBUILD |   63 --
 testing-i686/fontconfig.hook  |   11 ---
 testing-i686/fontconfig.install   |   38 --
 testing-x86_64/PKGBUILD   |   63 --
 testing-x86_64/fontconfig.hook|   11 ---
 testing-x86_64/fontconfig.install |   38 --
 9 files changed, 224 insertions(+), 224 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-09-09 15:40:52 UTC (rev 305176)
+++ testing-i686/PKGBUILD   2017-09-09 15:41:53 UTC (rev 305177)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=fontconfig
-pkgver=2.12.4+29+g92da67a
-pkgrel=1
-pkgdesc="A library for configuring and customizing font access"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/fontconfig/;
-license=(custom)
-depends=(expat freetype2)
-makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils 
docbook-sgml
- perl-sgmls 'texlive-formatsextra>=2017' lynx)
-install=fontconfig.install
-_commit=92da67a9fcf9fa48ebb40f2032d47291d5427d41  # master
-source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
-fontconfig.hook)
-sha256sums=('SKIP'
-'672f6a1c5e164671955ce807e670306194142a1794ce88df653aa717a972e274')
-
-# a nice page to test font matching:
-# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
-# http://getemoji.com/
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---with-templatedir=/etc/fonts/conf.avail \
---with-xmldir=/etc/fonts \
---localstatedir=/var \
---disable-static \
---with-default-fonts=/usr/share/fonts \
---with-add-fonts=/usr/local/share/fonts
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-_install_conf() {
-  install -m644 "$1" "$pkgdir/etc/fonts/conf.avail"
-  ln -s "../conf.avail/${1##*/}" "$pkgdir/etc/fonts/conf.d"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -Dm644 ../fontconfig.hook 
"$pkgdir/usr/share/libalpm/hooks/fontconfig.hook"
-}

Copied: fontconfig/repos/testing-i686/PKGBUILD (from rev 305176, 
fontconfig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 15:41:53 UTC (rev 305177)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=fontconfig
+pkgver=2.12.5
+pkgrel=1
+pkgdesc="A library for configuring and customizing font access"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/fontconfig/;
+license=(custom)
+depends=(expat freetype2)
+makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils 
docbook-sgml
+ perl-sgmls 'texlive-formatsextra>=2017' lynx)
+install=fontconfig.install
+_commit=4d3410bd08a0f61272ca1dbb1dd27ac8c5f222de  # tags/2.12.5^0
+source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
+fontconfig.hook)
+sha256sums=('SKIP'
+'672f6a1c5e164671955ce807e670306194142a1794ce88df653aa717a972e274')
+
+# a nice page to test font matching:
+# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
+# http://getemoji.com/
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() 

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

2017-09-09 Thread Jan Steffens
Date: Saturday, September 9, 2017 @ 15:40:52
  Author: heftig
Revision: 305176

2.12.5-1

Modified:
  fontconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 11:58:43 UTC (rev 305175)
+++ PKGBUILD2017-09-09 15:40:52 UTC (rev 305176)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=fontconfig
-pkgver=2.12.4+29+g92da67a
+pkgver=2.12.5
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils 
docbook-sgml
  perl-sgmls 'texlive-formatsextra>=2017' lynx)
 install=fontconfig.install
-_commit=92da67a9fcf9fa48ebb40f2032d47291d5427d41  # master
+_commit=4d3410bd08a0f61272ca1dbb1dd27ac8c5f222de  # tags/2.12.5^0
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 fontconfig.hook)
 sha256sums=('SKIP'


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 14:01:18
  Author: felixonmars
Revision: 256701

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

Added:
  alex/repos/community-testing-i686/PKGBUILD
(from rev 256700, alex/trunk/PKGBUILD)
  alex/repos/community-testing-x86_64/PKGBUILD
(from rev 256700, alex/trunk/PKGBUILD)
Deleted:
  alex/repos/community-testing-i686/PKGBUILD
  alex/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-testing-i686/PKGBUILD   |   36 --
 community-testing-x86_64/PKGBUILD |   36 --
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-09-09 14:00:33 UTC (rev 256700)
+++ community-testing-i686/PKGBUILD 2017-09-09 14:01:18 UTC (rev 256701)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Sergej Pupykin 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Philip Nilsson 
-
-pkgname=alex
-pkgver=3.2.1
-pkgrel=6
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64' 'i686')
-url='https://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('ghc-libs' 'haskell-quickcheck')
-makedepends=('happy' 'ghc')
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
-  runghc Setup.lhs build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
-
-  # Doc only contains the license
-  rm -rf "$pkgdir/usr/share/doc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alex/repos/community-testing-i686/PKGBUILD (from rev 256700, 
alex/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-09 14:01:18 UTC (rev 256701)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.3
+pkgrel=1
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64' 'i686')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs' 'haskell-quickcheck')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('193c68b1cc21b14a1db81dfdcb1ed71d508a94ac94df1762f140768e00b316aee9f3172357fead302a150248001a95c3cb80622b12423a92a6d50e10541799d7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.lhs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-09-09 14:00:33 UTC (rev 256700)
+++ community-testing-x86_64/PKGBUILD   2017-09-09 14:01:18 UTC (rev 256701)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Sergej Pupykin 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Philip Nilsson 
-
-pkgname=alex
-pkgver=3.2.1
-pkgrel=6
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64' 'i686')
-url='https://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('ghc-libs' 'haskell-quickcheck')
-makedepends=('happy' 'ghc')
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
-  runghc Setup.lhs build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
-
-  # Doc only contains the license
-  rm -rf "$pkgdir/usr/share/doc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 14:00:33
  Author: felixonmars
Revision: 256700

upgpkg: alex 3.2.3-1

Modified:
  alex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 13:56:49 UTC (rev 256699)
+++ PKGBUILD2017-09-09 14:00:33 UTC (rev 256700)
@@ -5,8 +5,8 @@
 # Contributor: Philip Nilsson 
 
 pkgname=alex
-pkgver=3.2.1
-pkgrel=6
+pkgver=3.2.3
+pkgrel=1
 pkgdesc='Lexical analyser generator for Haskell'
 arch=('x86_64' 'i686')
 url='https://hackage.haskell.org/package/alex'
@@ -14,7 +14,7 @@
 depends=('ghc-libs' 'haskell-quickcheck')
 makedepends=('happy' 'ghc')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c')
+sha512sums=('193c68b1cc21b14a1db81dfdcb1ed71d508a94ac94df1762f140768e00b316aee9f3172357fead302a150248001a95c3cb80622b12423a92a6d50e10541799d7')
 
 build() {
   cd "$pkgname-$pkgver"


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:56:49
  Author: felixonmars
Revision: 256699

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

Added:
  happy/repos/community-testing-i686/PKGBUILD
(from rev 256698, happy/trunk/PKGBUILD)
  happy/repos/community-testing-x86_64/PKGBUILD
(from rev 256698, happy/trunk/PKGBUILD)
Deleted:
  happy/repos/community-testing-i686/PKGBUILD
  happy/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-testing-i686/PKGBUILD   |   32 --
 community-testing-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-09-09 13:56:04 UTC (rev 256698)
+++ community-testing-i686/PKGBUILD 2017-09-09 13:56:49 UTC (rev 256699)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-# Contributor: simo 
-# Contributor: Vesa Kaihlavirta 
-
-pkgname=happy
-pkgver=1.19.5
-pkgrel=10
-pkgdesc="The Parser Generator for Haskell"
-url="https://hackage.haskell.org/package/happy;
-arch=('i686' 'x86_64')
-license=("custom:BSD3")
-depends=('ghc-libs' 'haskell-mtl')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ffa56a1c312a60dfb1110afd25b28785')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
---ghc-option='-dynload=deploy' --prefix=/usr --datasubdir="$pkgname"
-  runhaskell Setup build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  runhaskell Setup copy --destdir="${pkgdir}"
-  rm -r "$pkgdir/usr/share/doc"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: happy/repos/community-testing-i686/PKGBUILD (from rev 256698, 
happy/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-09 13:56:49 UTC (rev 256699)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: simo 
+# Contributor: Vesa Kaihlavirta 
+
+pkgname=happy
+pkgver=1.19.7
+pkgrel=1
+pkgdesc="The Parser Generator for Haskell"
+url="https://hackage.haskell.org/package/happy;
+arch=('i686' 'x86_64')
+license=("custom:BSD2")
+depends=('ghc-libs' 'haskell-mtl')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('8d04c665a2c22b999419699cc8ea3221f097f528a6741a11f5a1563e0c941efbeebb128f15c029691daee5f4e6843d53a6551cf6c4729a03d9e242fb3ab7f3dd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--ghc-option='-dynload=deploy' --prefix=/usr --datasubdir="$pkgname"
+  runhaskell Setup build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  rm -r "$pkgdir/usr/share/doc"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-09-09 13:56:04 UTC (rev 256698)
+++ community-testing-x86_64/PKGBUILD   2017-09-09 13:56:49 UTC (rev 256699)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-# Contributor: simo 
-# Contributor: Vesa Kaihlavirta 
-
-pkgname=happy
-pkgver=1.19.5
-pkgrel=10
-pkgdesc="The Parser Generator for Haskell"
-url="https://hackage.haskell.org/package/happy;
-arch=('i686' 'x86_64')
-license=("custom:BSD3")
-depends=('ghc-libs' 'haskell-mtl')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ffa56a1c312a60dfb1110afd25b28785')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
---ghc-option='-dynload=deploy' --prefix=/usr --datasubdir="$pkgname"
-  runhaskell Setup build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  runhaskell Setup copy --destdir="${pkgdir}"
-  rm -r "$pkgdir/usr/share/doc"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: happy/repos/community-testing-x86_64/PKGBUILD (from rev 256698, 
happy/trunk/PKGBUILD)

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:56:04
  Author: felixonmars
Revision: 256698

upgpkg: happy 1.19.7-1

Modified:
  happy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 13:25:35 UTC (rev 256697)
+++ PKGBUILD2017-09-09 13:56:04 UTC (rev 256698)
@@ -5,16 +5,16 @@
 # Contributor: Vesa Kaihlavirta 
 
 pkgname=happy
-pkgver=1.19.5
-pkgrel=10
+pkgver=1.19.7
+pkgrel=1
 pkgdesc="The Parser Generator for Haskell"
 url="https://hackage.haskell.org/package/happy;
 arch=('i686' 'x86_64')
-license=("custom:BSD3")
+license=("custom:BSD2")
 depends=('ghc-libs' 'haskell-mtl')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ffa56a1c312a60dfb1110afd25b28785')
+sha512sums=('8d04c665a2c22b999419699cc8ea3221f097f528a6741a11f5a1563e0c941efbeebb128f15c029691daee5f4e6843d53a6551cf6c4729a03d9e242fb3ab7f3dd')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:24:01
  Author: felixonmars
Revision: 256685

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

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

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

Copied: hledger-web/repos/community-staging-i686/PKGBUILD (from rev 256684, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 13:24:01 UTC (rev 256685)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3.1
+pkgrel=10
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('39517998fbbf73c931a056f4e9e2a134e022516bebd9ecb012ae1a32f94d5b46ecfd71cf70e73ef612fa4ca46e6be78fd132e84405fc9abd0e98238d73d0aadf')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -f-oldtime -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 256684, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 13:24:01 UTC (rev 256685)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3.1
+pkgrel=10
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('39517998fbbf73c931a056f4e9e2a134e022516bebd9ecb012ae1a32f94d5b46ecfd71cf70e73ef612fa4ca46e6be78fd132e84405fc9abd0e98238d73d0aadf')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec 

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:23:23
  Author: felixonmars
Revision: 256684

upgpkg: hledger-web 1.3.1-10

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 13:20:35 UTC (rev 256683)
+++ PKGBUILD2017-09-09 13:23:23 UTC (rev 256684)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:20:35
  Author: felixonmars
Revision: 256683

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 256682, hledger-ui/trunk/PKGBUILD)
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 256682, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-i686/PKGBUILD (from rev 256682, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 13:20:35 UTC (rev 256683)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.3.1
+pkgrel=5
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' '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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('2990e46739d1831a3848cb394133bfb676ee7cc0ef3fbd1271915dfc984a192544bbc3f3a594f820f4cff0a5935d682579979c5b57eeae4e16ec58edeaacf24e')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-e 's/, vty >= 5.5 && < 5.16/, vty >= 5.5/' \
+-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 256682, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 13:20:35 UTC (rev 256683)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.3.1
+pkgrel=5
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' '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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('2990e46739d1831a3848cb394133bfb676ee7cc0ef3fbd1271915dfc984a192544bbc3f3a594f820f4cff0a5935d682579979c5b57eeae4e16ec58edeaacf24e')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-e 's/, vty >= 5.5 && < 5.16/, vty >= 5.5/' \
+-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-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:19:52
  Author: felixonmars
Revision: 256682

upgpkg: hledger-ui 1.3.1-5

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 13:18:00 UTC (rev 256681)
+++ PKGBUILD2017-09-09 13:19:52 UTC (rev 256682)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:18:00
  Author: felixonmars
Revision: 256681

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

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

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

Copied: hledger-api/repos/community-staging-i686/PKGBUILD (from rev 256680, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 13:18:00 UTC (rev 256681)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.3.1
+pkgrel=6
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-aeson" 
"haskell-decimal" "haskell-docopt"
+ "haskell-either" "haskell-microlens" "haskell-microlens-platform" 
"haskell-safe"
+ "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" 
"haskell-text"
+ "haskell-wai" "haskell-wai-extra" "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4425cfa786b6d6b7db9a48c1d816cff313bd1258c83b882aadd2fd53fe9fa3986158a6254761a787dd993528454f04f31aaad53bbed6a347c6f048d96ded0996')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 256680, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 13:18:00 UTC (rev 256681)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.3.1
+pkgrel=6
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-aeson" 
"haskell-decimal" "haskell-docopt"
+ "haskell-either" "haskell-microlens" "haskell-microlens-platform" 
"haskell-safe"
+ "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" 
"haskell-text"
+ "haskell-wai" "haskell-wai-extra" "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4425cfa786b6d6b7db9a48c1d816cff313bd1258c83b882aadd2fd53fe9fa3986158a6254761a787dd993528454f04f31aaad53bbed6a347c6f048d96ded0996')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+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-api/trunk (PKGBUILD)

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:17:21
  Author: felixonmars
Revision: 256680

upgpkg: hledger-api 1.3.1-6

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 13:14:48 UTC (rev 256679)
+++ PKGBUILD2017-09-09 13:17:21 UTC (rev 256680)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:14:48
  Author: felixonmars
Revision: 256679

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

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

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

Copied: hledger/repos/community-staging-i686/PKGBUILD (from rev 256678, 
hledger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 13:14:48 UTC (rev 256679)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-base-compat" 
"haskell-file-embed" "haskell-here"
+ "haskell-pretty-show" "haskell-temporary" "haskell-tabular" 
"haskell-hledger-lib"
+ "haskell-unordered-containers" "haskell-cmdargs" "haskell-csv" 
"haskell-data-default"
+ "haskell-hashable" "haskell-hunit" "haskell-mtl" "haskell-old-time" 
"haskell-megaparsec"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-split" "haskell-text" 
"haskell-utf8-string"
+ "haskell-wizards" "haskell-shakespeare")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('71b1e4f75c582ada81487ac8a69a120d7c7d43510692600c833f546839faf4dbb2dc1525736688e421308e80ef5276eb95ce328f51453bb272aed2cd841fc070')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-oldtime -fterminfo -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 256678, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 13:14:48 UTC (rev 256679)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-base-compat" 
"haskell-file-embed" "haskell-here"
+ "haskell-pretty-show" "haskell-temporary" "haskell-tabular" 
"haskell-hledger-lib"
+ "haskell-unordered-containers" "haskell-cmdargs" "haskell-csv" 
"haskell-data-default"
+ "haskell-hashable" "haskell-hunit" "haskell-mtl" "haskell-old-time" 
"haskell-megaparsec"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-split" "haskell-text" 
"haskell-utf8-string"
+ "haskell-wizards" "haskell-shakespeare")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('71b1e4f75c582ada81487ac8a69a120d7c7d43510692600c833f546839faf4dbb2dc1525736688e421308e80ef5276eb95ce328f51453bb272aed2cd841fc070')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:14:05
  Author: felixonmars
Revision: 256678

upgpkg: hledger 1.3.1-4

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 13:11:47 UTC (rev 256677)
+++ PKGBUILD2017-09-09 13:14:05 UTC (rev 256678)
@@ -4,7 +4,7 @@
 
 pkgname=hledger
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:11:47
  Author: felixonmars
Revision: 256677

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

Added:
  haskell-hledger-lib/repos/community-staging-i686/
  haskell-hledger-lib/repos/community-staging-i686/PKGBUILD
(from rev 256676, haskell-hledger-lib/trunk/PKGBUILD)
  haskell-hledger-lib/repos/community-staging-x86_64/
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 256676, haskell-hledger-lib/trunk/PKGBUILD)

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

Copied: haskell-hledger-lib/repos/community-staging-i686/PKGBUILD (from rev 
256676, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 13:11:47 UTC (rev 256677)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 
'haskell-blaze-markup'
+ 'haskell-cmdargs' 'haskell-csv' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hashtables' 'haskell-megaparsec' 'haskell-mtl' 
'haskell-old-time'
+ 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 
'haskell-split' 'haskell-text'
+ 'haskell-uglymemo' 'haskell-utf8-string' 'haskell-hunit' 
'haskell-parsec'
+ 'haskell-semigroups')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f03a39f183263a9e2a4f46c148ed8fe8357c5731b6bde385655b0f7f252e4a1422c2ac547d9f8ffd0f046fd12f6195004d8dea3de248c565561bd02a07f005e7')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${_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 \
+-f-oldtime
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
256676, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 13:11:47 UTC (rev 256677)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 
'haskell-blaze-markup'
+ 'haskell-cmdargs' 'haskell-csv' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hashtables' 'haskell-megaparsec' 'haskell-mtl' 
'haskell-old-time'
+ 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 
'haskell-split' 'haskell-text'
+ 'haskell-uglymemo' 'haskell-utf8-string' 'haskell-hunit' 
'haskell-parsec'
+ 'haskell-semigroups')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f03a39f183263a9e2a4f46c148ed8fe8357c5731b6bde385655b0f7f252e4a1422c2ac547d9f8ffd0f046fd12f6195004d8dea3de248c565561bd02a07f005e7')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell 

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:11:07
  Author: felixonmars
Revision: 256676

upgpkg: haskell-hledger-lib 1.3.2-2

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 13:05:59 UTC (rev 256675)
+++ PKGBUILD2017-09-09 13:11:07 UTC (rev 256676)
@@ -5,7 +5,7 @@
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
 url="http://hledger.org;
 license=("GPL")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:05:59
  Author: felixonmars
Revision: 256675

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

Added:
  postgrest/repos/community-staging-i686/
  postgrest/repos/community-staging-i686/PKGBUILD
(from rev 256674, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-i686/protolude-0.2.patch
(from rev 256674, postgrest/trunk/protolude-0.2.patch)
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 256674, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-x86_64/protolude-0.2.patch
(from rev 256674, postgrest/trunk/protolude-0.2.patch)

--+
 community-staging-i686/PKGBUILD  |   60 +
 community-staging-i686/protolude-0.2.patch   |   70 +
 community-staging-x86_64/PKGBUILD|   60 +
 community-staging-x86_64/protolude-0.2.patch |   70 +
 4 files changed, 260 insertions(+)

Copied: postgrest/repos/community-staging-i686/PKGBUILD (from rev 256674, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 13:05:59 UTC (rev 256675)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.2.0
+pkgrel=10
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-auto-update" "haskell-hasql" "haskell-hasql-pool" 
"haskell-protolude"
+ "haskell-text" "haskell-warp" "haskell-base64-bytestring" 
"haskell-retry" "haskell-aeson"
+ "haskell-ansi-wl-pprint" "haskell-case-insensitive" "haskell-cassava"
+ "haskell-configurator-ng" "haskell-contravariant" "haskell-either"
+ "haskell-hasql-transaction" "haskell-heredoc" "haskell-http" 
"haskell-http-types"
+ "haskell-insert-ordered-containers" 
"haskell-interpolatedstring-perl6" "haskell-jwt"
+ "haskell-lens" "haskell-lens-aeson" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-ranged-sets" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-scientific" "haskell-swagger2" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-wai" "haskell-wai-cors" "haskell-wai-extra" 
"haskell-wai-middleware-static"
+ "haskell-cookie")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+protolude-0.2.patch)
+sha256sums=('15b0902c2318e44bcf2d2c1cd654abc8acbbe00a9794e5ad821ab09eb0aca608'
+'8b2eb2a999dba5bfc1953926e170c2ff5086efed75a038923249840d5370f9a6')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../protolude-0.2.patch
+sed -i 's/, optparse-applicative >= 0.13 && < 0.14/, optparse-applicative 
>= 0.13/' ${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${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-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: postgrest/repos/community-staging-i686/protolude-0.2.patch (from rev 
256674, postgrest/trunk/protolude-0.2.patch)
===
--- community-staging-i686/protolude-0.2.patch  (rev 0)
+++ community-staging-i686/protolude-0.2.patch  2017-09-09 13:05:59 UTC (rev 
256675)
@@ -0,0 +1,70 @@
+commit 96f1c00cfb5b92419e188248c6e672dc10990d9e
+Author: Felix Yan 
+Date:   Mon Aug 14 09:14:08 2017 +0800
+
+Fix compatibility with protolude-0.2
+
+diff --git a/main/Main.hs b/main/Main.hs
+index 902195e..cbe5a9f 100644
+--- a/main/Main.hs
 b/main/Main.hs
+@@ -11,7 +11,7 @@ import   

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:05:20
  Author: felixonmars
Revision: 256674

upgpkg: postgrest 0.4.2.0-10

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 13:01:29 UTC (rev 256673)
+++ PKGBUILD2017-09-09 13:05:20 UTC (rev 256674)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.2.0
-pkgrel=9
+pkgrel=10
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:01:29
  Author: felixonmars
Revision: 256673

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

Added:
  haskell-hasql-transaction/repos/community-staging-i686/
  haskell-hasql-transaction/repos/community-staging-i686/PKGBUILD
(from rev 256672, haskell-hasql-transaction/trunk/PKGBUILD)
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 256672, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-i686/PKGBUILD (from 
rev 256672, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 13:01:29 UTC (rev 256673)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=54
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+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 register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 256672, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 13:01:29 UTC (rev 256673)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=54
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+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 register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 13:00:51
  Author: felixonmars
Revision: 256672

upgpkg: haskell-hasql-transaction 0.5-54

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 12:59:26 UTC (rev 256671)
+++ PKGBUILD2017-09-09 13:00:51 UTC (rev 256672)
@@ -4,7 +4,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.5
-pkgrel=53
+pkgrel=54
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 12:58:48
  Author: felixonmars
Revision: 256670

upgpkg: haskell-hasql-pool 0.4.1-72

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 12:07:28 UTC (rev 256669)
+++ PKGBUILD2017-09-09 12:58:48 UTC (rev 256670)
@@ -5,7 +5,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.4.1
-pkgrel=71
+pkgrel=72
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 12:59:26
  Author: felixonmars
Revision: 256671

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

Added:
  haskell-hasql-pool/repos/community-staging-i686/
  haskell-hasql-pool/repos/community-staging-i686/PKGBUILD
(from rev 256670, haskell-hasql-pool/trunk/PKGBUILD)
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 256670, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-i686/PKGBUILD (from rev 
256670, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 12:59:26 UTC (rev 256671)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=72
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+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 register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
256670, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 12:59:26 UTC (rev 256671)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=72
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+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 register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-09-09 Thread Nicola Squartini
Date: Saturday, September 9, 2017 @ 12:06:56
  Author: tensor5
Revision: 256668

upgpkg: min 1.6.1-1

Modified:
  min/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 10:58:06 UTC (rev 256667)
+++ PKGBUILD2017-09-09 12:06:56 UTC (rev 256668)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=min
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='A smarter, faster web browser'
 arch=('any')
@@ -14,7 +14,7 @@
 'min.desktop'
 'min.js'
 'icon.patch')
-sha256sums=('a4a3a400d8445f3bbcca5e9be4827143770aef14bee00044b481c631ebfb3aa5'
+sha256sums=('a267cfd3cd2e0526e9e473e2e7807512f14593141465b0afea6a00818bff24f6'
 'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
 'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
 'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
@@ -30,9 +30,9 @@
 
 npm install grunt grunt-contrib-concat grunt-contrib-uglify
 grunt
-npm uninstall grunt grunt-contrib-concat grunt-contrib-uglify
+rm -r node_modules
 
-npm install --production
+npm install --production --no-optional
 }
 
 package() {


[arch-commits] Commit in min/repos/community-any (8 files)

2017-09-09 Thread Nicola Squartini
Date: Saturday, September 9, 2017 @ 12:07:28
  Author: tensor5
Revision: 256669

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 256668, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 256668, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 256668, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 256668, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  144 +-
 icon.patch  |   24 -
 min.desktop |   18 +++
 min.js  |   58 +++
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 12:06:56 UTC (rev 256668)
+++ PKGBUILD2017-09-09 12:07:28 UTC (rev 256669)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('nodejs-grunt-cli' 'npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('a4a3a400d8445f3bbcca5e9be4827143770aef14bee00044b481c631ebfb3aa5'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install grunt grunt-contrib-concat grunt-contrib-uglify
-grunt
-npm uninstall grunt grunt-contrib-concat grunt-contrib-uglify
-
-npm install --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/{build,webview}.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/main
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bower.json" -exec rm '{}' \; \
--or -name "cmd.js" -exec rm '{}' \; \
--or -name "coffee" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 256668, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-09 12:07:28 UTC (rev 256669)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('nodejs-grunt-cli' 'npm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('a267cfd3cd2e0526e9e473e2e7807512f14593141465b0afea6a00818bff24f6'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'f73d138d68f90e11a60128099b57eecb84a7d067e7f6883ff98924c5f4a61ea8')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install grunt grunt-contrib-concat grunt-contrib-uglify
+grunt
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -dm755 "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:58:24
  Author: arojas
Revision: 305174

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

Added:
  kmediaplayer/repos/testing-i686/
  kmediaplayer/repos/testing-i686/PKGBUILD
(from rev 305173, kmediaplayer/trunk/PKGBUILD)
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 305173, 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 305173, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:58:24 UTC (rev 305174)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.38.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=('669c07be42c2412212a183ca86e7500e11a49f4a52cc26221aee8583247a62e1'
+'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 305173, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:58:24 UTC (rev 305174)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.38.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=('669c07be42c2412212a183ca86e7500e11a49f4a52cc26221aee8583247a62e1'
+'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 kross/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:58:43
  Author: arojas
Revision: 305175

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

Added:
  kross/repos/testing-i686/
  kross/repos/testing-i686/PKGBUILD
(from rev 305174, kross/trunk/PKGBUILD)
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 305174, 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 305174, 
kross/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:58:43 UTC (rev 305175)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.38.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=('670dc18d258e8f821fcd64ba30c587ac3afaecbc54d968edb0fe624682788cb5'
+'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 305174, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:58:43 UTC (rev 305175)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.38.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=('670dc18d258e8f821fcd64ba30c587ac3afaecbc54d968edb0fe624682788cb5'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:58:01
  Author: arojas
Revision: 305173

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

Added:
  kjsembed/repos/testing-i686/
  kjsembed/repos/testing-i686/PKGBUILD
(from rev 305172, kjsembed/trunk/PKGBUILD)
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 305172, 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 305172, 
kjsembed/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:58:01 UTC (rev 305173)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.38.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=('0afdf41564f2f00e98c13cb160e9405ac40c11836dc0f354b50f01418a3d6059'
+'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 305172, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:58:01 UTC (rev 305173)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.38.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=('0afdf41564f2f00e98c13cb160e9405ac40c11836dc0f354b50f01418a3d6059'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:57:37
  Author: arojas
Revision: 305172

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

Added:
  khtml/repos/testing-i686/
  khtml/repos/testing-i686/PKGBUILD
(from rev 305171, khtml/trunk/PKGBUILD)
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 305171, 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 305171, 
khtml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:57:37 UTC (rev 305172)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.38.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=('fe35153e0d89ca984fe6609ce2365a94eb21849e9d69e201a195af36d40e4639'
+'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 305171, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:57:37 UTC (rev 305172)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.38.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=('fe35153e0d89ca984fe6609ce2365a94eb21849e9d69e201a195af36d40e4639'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:56:54
  Author: arojas
Revision: 305170

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

Added:
  prison/repos/testing-i686/
  prison/repos/testing-i686/PKGBUILD
(from rev 305169, prison/trunk/PKGBUILD)
  prison/repos/testing-x86_64/
  prison/repos/testing-x86_64/PKGBUILD
(from rev 305169, 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 305169, 
prison/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:56:54 UTC (rev 305170)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.38.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=('95bc65c9164b8ed8cace08be7dfdf12cc9a398a42e2b4c66852faaa1cd1f325f'
+'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 305169, 
prison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:56:54 UTC (rev 305170)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.38.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=('95bc65c9164b8ed8cace08be7dfdf12cc9a398a42e2b4c66852faaa1cd1f325f'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:52:44
  Author: arojas
Revision: 305169

archrelease: copy trunk to testing-any

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

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 305168, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-09-09 11:52:44 UTC (rev 305169)
@@ -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.38.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})
+sha256sums=('2dc6c1a481b1877739328aebc27661bdaa090b3de653e5ecc5be96bc463e693a'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:52:25
  Author: arojas
Revision: 305168

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

Added:
  networkmanager-qt/repos/testing-i686/
  networkmanager-qt/repos/testing-i686/PKGBUILD
(from rev 305167, networkmanager-qt/trunk/PKGBUILD)
  networkmanager-qt/repos/testing-x86_64/
  networkmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 305167, 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 305167, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:52:25 UTC (rev 305168)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.38.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=('c8adcd1bb9f50c4a1455bfc99684632a1812779e50607e1375b5de3bb345a281'
+'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 305167, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:52:25 UTC (rev 305168)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.38.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=('c8adcd1bb9f50c4a1455bfc99684632a1812779e50607e1375b5de3bb345a281'
+'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 ktexteditor/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:51:24
  Author: arojas
Revision: 305165

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

Added:
  ktexteditor/repos/testing-i686/
  ktexteditor/repos/testing-i686/PKGBUILD
(from rev 305164, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 305164, 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 305164, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:51:24 UTC (rev 305165)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.38.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' 'editorconfig-core-c')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('31e7b3118a2cb56176d85538ef43f41842add3ef5c881786a7db7122c37ebea4'
+'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 305164, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:51:24 UTC (rev 305165)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.38.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' 'editorconfig-core-c')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('31e7b3118a2cb56176d85538ef43f41842add3ef5c881786a7db7122c37ebea4'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:51:48
  Author: arojas
Revision: 305166

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

Added:
  kxmlrpcclient/repos/testing-i686/
  kxmlrpcclient/repos/testing-i686/PKGBUILD
(from rev 305165, kxmlrpcclient/trunk/PKGBUILD)
  kxmlrpcclient/repos/testing-x86_64/
  kxmlrpcclient/repos/testing-x86_64/PKGBUILD
(from rev 305165, 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 305165, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:51:48 UTC (rev 305166)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.38.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=('4a79382406f247bd9ace01859cb92948e74e48c7abb94b9e47066f0453812a3d'
+'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 305165, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:51:48 UTC (rev 305166)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.38.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=('4a79382406f247bd9ace01859cb92948e74e48c7abb94b9e47066f0453812a3d'
+'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 modemmanager-qt/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:52:06
  Author: arojas
Revision: 305167

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

Added:
  modemmanager-qt/repos/testing-i686/
  modemmanager-qt/repos/testing-i686/PKGBUILD
(from rev 305166, modemmanager-qt/trunk/PKGBUILD)
  modemmanager-qt/repos/testing-x86_64/
  modemmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 305166, 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 305166, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:52:06 UTC (rev 305167)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.38.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=('3c214a46b257fd8798ccbf38f9b099c5172dcf108958320ce39eae9e29aa0aa2'
+'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 305166, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:52:06 UTC (rev 305167)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.38.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=('3c214a46b257fd8798ccbf38f9b099c5172dcf108958320ce39eae9e29aa0aa2'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:51:06
  Author: arojas
Revision: 305164

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

Added:
  krunner/repos/testing-i686/
  krunner/repos/testing-i686/PKGBUILD
(from rev 305163, krunner/trunk/PKGBUILD)
  krunner/repos/testing-x86_64/
  krunner/repos/testing-x86_64/PKGBUILD
(from rev 305163, 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 305163, 
krunner/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:51:06 UTC (rev 305164)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.38.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=('95bd2ed35f25d369bc2c613cbad87f78083bffde6ade3ad0ec9e69547fa1d099'
+'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 305163, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:51:06 UTC (rev 305164)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.38.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=('95bd2ed35f25d369bc2c613cbad87f78083bffde6ade3ad0ec9e69547fa1d099'
+'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 knotifyconfig/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:50:28
  Author: arojas
Revision: 305162

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

Added:
  knotifyconfig/repos/testing-i686/
  knotifyconfig/repos/testing-i686/PKGBUILD
(from rev 305161, knotifyconfig/trunk/PKGBUILD)
  knotifyconfig/repos/testing-x86_64/
  knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 305161, 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 305161, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:50:28 UTC (rev 305162)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.38.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=('d333e83fb372b93493092084418af9fa5557e017c30c923bbd6a5d6f2a7d0f16'
+'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 305161, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:50:28 UTC (rev 305162)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.38.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=('d333e83fb372b93493092084418af9fa5557e017c30c923bbd6a5d6f2a7d0f16'
+'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 kpeople/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:50:47
  Author: arojas
Revision: 305163

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

Added:
  kpeople/repos/testing-i686/
  kpeople/repos/testing-i686/PKGBUILD
(from rev 305162, kpeople/trunk/PKGBUILD)
  kpeople/repos/testing-x86_64/
  kpeople/repos/testing-x86_64/PKGBUILD
(from rev 305162, 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 305162, 
kpeople/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:50:47 UTC (rev 305163)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.38.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=('1d78459d0c7da5674d64d6ef421fcd3598823a44c3a62ca534dcbd650649a279'
+'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 305162, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:50:47 UTC (rev 305163)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.38.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=('1d78459d0c7da5674d64d6ef421fcd3598823a44c3a62ca534dcbd650649a279'
+'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 kitemmodels/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:50:08
  Author: arojas
Revision: 305161

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

Added:
  kitemmodels/repos/testing-i686/
  kitemmodels/repos/testing-i686/PKGBUILD
(from rev 305160, kitemmodels/trunk/PKGBUILD)
  kitemmodels/repos/testing-x86_64/
  kitemmodels/repos/testing-x86_64/PKGBUILD
(from rev 305160, 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 305160, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:50:08 UTC (rev 305161)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.38.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=('4cfa7661b6d3c1e242b92c9200383400398af1db341dbbd2de573429898d4068'
+'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 305160, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:50:08 UTC (rev 305161)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.38.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=('4cfa7661b6d3c1e242b92c9200383400398af1db341dbbd2de573429898d4068'
+'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 kirigami2/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:49:47
  Author: arojas
Revision: 305160

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

Added:
  kirigami2/repos/testing-i686/
  kirigami2/repos/testing-i686/PKGBUILD
(from rev 305159, kirigami2/trunk/PKGBUILD)
  kirigami2/repos/testing-x86_64/
  kirigami2/repos/testing-x86_64/PKGBUILD
(from rev 305159, kirigami2/trunk/PKGBUILD)

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

Copied: kirigami2/repos/testing-i686/PKGBUILD (from rev 305159, 
kirigami2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:49:47 UTC (rev 305160)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 276984 2016-09-26 18:41:01Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami2
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='A QtQuick based components set'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(qt5-quickcontrols2)
+makedepends=(extra-cmake-modules qt5-tools plasma-framework)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6c84eca0fdb7cd852aae36c45f40195dd16e17608aec2ce8fbf555198b0c64a2'
+'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: kirigami2/repos/testing-x86_64/PKGBUILD (from rev 305159, 
kirigami2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:49:47 UTC (rev 305160)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 276984 2016-09-26 18:41:01Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami2
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='A QtQuick based components set'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(qt5-quickcontrols2)
+makedepends=(extra-cmake-modules qt5-tools plasma-framework)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6c84eca0fdb7cd852aae36c45f40195dd16e17608aec2ce8fbf555198b0c64a2'
+'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 kemoticons/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:40:23
  Author: arojas
Revision: 305158

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

Added:
  kemoticons/repos/testing-i686/
  kemoticons/repos/testing-i686/PKGBUILD
(from rev 305157, kemoticons/trunk/PKGBUILD)
  kemoticons/repos/testing-x86_64/
  kemoticons/repos/testing-x86_64/PKGBUILD
(from rev 305157, 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 305157, 
kemoticons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:40:23 UTC (rev 305158)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.38.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=('a5b54d48822055e409f04fe4a85bb057798c0b0c815a5f7c6ca24bd47c4809b0'
+'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 305157, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:40:23 UTC (rev 305158)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.38.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=('a5b54d48822055e409f04fe4a85bb057798c0b0c815a5f7c6ca24bd47c4809b0'
+'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 kimageformats/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:40:45
  Author: arojas
Revision: 305159

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

Added:
  kimageformats/repos/testing-i686/
  kimageformats/repos/testing-i686/PKGBUILD
(from rev 305158, kimageformats/trunk/PKGBUILD)
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
(from rev 305158, 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 305158, 
kimageformats/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:40:45 UTC (rev 305159)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.38.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=('97ca8eaa52f296e7fddde25abfe6c7707070b075e92e487da9edb3c719d4e860'
+'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 305158, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:40:45 UTC (rev 305159)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.38.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=('97ca8eaa52f296e7fddde25abfe6c7707070b075e92e487da9edb3c719d4e860'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:39:05
  Author: arojas
Revision: 305154

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

Added:
  kactivities-stats/repos/testing-i686/
  kactivities-stats/repos/testing-i686/PKGBUILD
(from rev 305153, kactivities-stats/trunk/PKGBUILD)
  kactivities-stats/repos/testing-x86_64/
  kactivities-stats/repos/testing-x86_64/PKGBUILD
(from rev 305153, 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 305153, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:39:05 UTC (rev 305154)
@@ -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.38.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=('a23955ce584ea0a1be8fe17b0b9cad819279b7518d3a9cf175a40e4bc08fa768'
+'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 305153, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:39:05 UTC (rev 305154)
@@ -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.38.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=('a23955ce584ea0a1be8fe17b0b9cad819279b7518d3a9cf175a40e4bc08fa768'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:40:04
  Author: arojas
Revision: 305157

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

Added:
  kdnssd/repos/testing-i686/
  kdnssd/repos/testing-i686/PKGBUILD
(from rev 305156, kdnssd/trunk/PKGBUILD)
  kdnssd/repos/testing-x86_64/
  kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 305156, 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 305156, 
kdnssd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:40:04 UTC (rev 305157)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.38.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=('1d70cc194e45fe12e09005948fb794a3deb1e2d58d0269bef3a30a9cfbf32f80'
+'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 305156, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:40:04 UTC (rev 305157)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.38.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=('1d70cc194e45fe12e09005948fb794a3deb1e2d58d0269bef3a30a9cfbf32f80'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:39:45
  Author: arojas
Revision: 305156

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

Added:
  kdesu/repos/testing-i686/
  kdesu/repos/testing-i686/PKGBUILD
(from rev 305155, kdesu/trunk/PKGBUILD)
  kdesu/repos/testing-x86_64/
  kdesu/repos/testing-x86_64/PKGBUILD
(from rev 305155, 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 305155, 
kdesu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:39:45 UTC (rev 305156)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.38.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=('25b35914fa9cab6f70d09970324385d7ea14f3edb6ff1908bc12e403e31732b1'
+'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 305155, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:39:45 UTC (rev 305156)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.38.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=('25b35914fa9cab6f70d09970324385d7ea14f3edb6ff1908bc12e403e31732b1'
+'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 kded/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:39:25
  Author: arojas
Revision: 305155

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

Added:
  kded/repos/testing-i686/
  kded/repos/testing-i686/PKGBUILD
(from rev 305154, kded/trunk/PKGBUILD)
  kded/repos/testing-x86_64/
  kded/repos/testing-x86_64/PKGBUILD
(from rev 305154, 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 305154, kded/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:39:25 UTC (rev 305155)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.38.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=('8b96b50313783b5edcf5bb8a0bc4873a844cb1ca662feb0ace9a932e8bfc5277'
+'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 305154, 
kded/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:39:25 UTC (rev 305155)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.38.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=('8b96b50313783b5edcf5bb8a0bc4873a844cb1ca662feb0ace9a932e8bfc5277'
+'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 frameworkintegration/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:38:42
  Author: arojas
Revision: 305153

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

Added:
  frameworkintegration/repos/testing-i686/
  frameworkintegration/repos/testing-i686/PKGBUILD
(from rev 305152, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/testing-x86_64/
  frameworkintegration/repos/testing-x86_64/PKGBUILD
(from rev 305152, 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 305152, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:38:42 UTC (rev 305153)
@@ -0,0 +1,40 @@
+
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.38.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=('08cb88ef7c7ceb7cd43cbc7f3040daf7128d22bb75f8eb3956d55afd3e1b3670'
+'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 305152, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:38:42 UTC (rev 305153)
@@ -0,0 +1,40 @@
+
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.38.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=('08cb88ef7c7ceb7cd43cbc7f3040daf7128d22bb75f8eb3956d55afd3e1b3670'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:38:16
  Author: arojas
Revision: 305152

archrelease: copy trunk to testing-any

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

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

Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 305151, 
breeze-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-09-09 11:38:16 UTC (rev 305152)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=breeze-icons
+pkgver=5.38.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=('89291dd396bd0f42e9b90eb92f46895fa461ebc2b420a58c663e0c4898894e25'
+'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 bluez-qt/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:37:58
  Author: arojas
Revision: 305151

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

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 305150, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 305150, 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 305150, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:37:58 UTC (rev 305151)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.38.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=('9b532f16b8a226f48dc8e09f00ae1896aef14f4ab211db3fdbab6a729faf5641'
+'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 305150, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:37:58 UTC (rev 305151)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.38.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=('9b532f16b8a226f48dc8e09f00ae1896aef14f4ab211db3fdbab6a729faf5641'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:37:15
  Author: arojas
Revision: 305149

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

Added:
  knewstuff/repos/testing-i686/
  knewstuff/repos/testing-i686/PKGBUILD
(from rev 305148, knewstuff/trunk/PKGBUILD)
  knewstuff/repos/testing-x86_64/
  knewstuff/repos/testing-x86_64/PKGBUILD
(from rev 305148, 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 305148, 
knewstuff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:37:15 UTC (rev 305149)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.38.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=('4052f0ac27bc32de02493494816809261e762eeb2e906168d9e749aa99ab8cd0'
+'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 305148, 
knewstuff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:37:15 UTC (rev 305149)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.38.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=('4052f0ac27bc32de02493494816809261e762eeb2e906168d9e749aa99ab8cd0'
+'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 baloo/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:37:38
  Author: arojas
Revision: 305150

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

Added:
  baloo/repos/testing-i686/
  baloo/repos/testing-i686/PKGBUILD
(from rev 305149, baloo/trunk/PKGBUILD)
  baloo/repos/testing-x86_64/
  baloo/repos/testing-x86_64/PKGBUILD
(from rev 305149, 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 305149, 
baloo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:37:38 UTC (rev 305150)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.38.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=('31e954b94078c9a6a6ab134adc7c84299614552fe6d2e528a366bceea712a290'
+'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 305149, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:37:38 UTC (rev 305150)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.38.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=('31e954b94078c9a6a6ab134adc7c84299614552fe6d2e528a366bceea712a290'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:36:32
  Author: arojas
Revision: 305147

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

Added:
  kidletime/repos/testing-i686/
  kidletime/repos/testing-i686/PKGBUILD
(from rev 305146, kidletime/trunk/PKGBUILD)
  kidletime/repos/testing-x86_64/
  kidletime/repos/testing-x86_64/PKGBUILD
(from rev 305146, 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 305146, 
kidletime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:36:32 UTC (rev 305147)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.38.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=('5bd30a316ea72a44ed4e4f7f11533e5aa74fc817f360f471b2658ac560e221c5'
+'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 305146, 
kidletime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:36:32 UTC (rev 305147)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.38.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=('5bd30a316ea72a44ed4e4f7f11533e5aa74fc817f360f471b2658ac560e221c5'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:36:51
  Author: arojas
Revision: 305148

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

Added:
  syntax-highlighting/repos/testing-i686/
  syntax-highlighting/repos/testing-i686/PKGBUILD
(from rev 305147, syntax-highlighting/trunk/PKGBUILD)
  syntax-highlighting/repos/testing-i686/pkgbuild-syntax-highlight.patch
(from rev 305147, syntax-highlighting/trunk/pkgbuild-syntax-highlight.patch)
  syntax-highlighting/repos/testing-x86_64/
  syntax-highlighting/repos/testing-x86_64/PKGBUILD
(from rev 305147, syntax-highlighting/trunk/PKGBUILD)
  syntax-highlighting/repos/testing-x86_64/pkgbuild-syntax-highlight.patch
(from rev 305147, 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 305147, 
syntax-highlighting/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:36:51 UTC (rev 305148)
@@ -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.38.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=('d4b887e2b4c0bb0d0c723325b11897d1ab38a644e3276d57eae8393928783680'
+'SKIP'
+'4321ee61f2465966f87dde89cf60e39b30de14e82b492d9a11a5c7e725b1ad8f')
+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 305147, syntax-highlighting/trunk/pkgbuild-syntax-highlight.patch)
===
--- testing-i686/pkgbuild-syntax-highlight.patch
(rev 0)
+++ testing-i686/pkgbuild-syntax-highlight.patch2017-09-09 11:36:51 UTC 
(rev 305148)
@@ -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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:36:13
  Author: arojas
Revision: 305146

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

Added:
  kfilemetadata/repos/testing-i686/
  kfilemetadata/repos/testing-i686/PKGBUILD
(from rev 305145, kfilemetadata/trunk/PKGBUILD)
  kfilemetadata/repos/testing-x86_64/
  kfilemetadata/repos/testing-x86_64/PKGBUILD
(from rev 305145, 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 305145, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:36:13 UTC (rev 305146)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.38.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=('a58cf32830d49db270852b45ee6055dd3ef6a54f'
+  '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 305145, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:36:13 UTC (rev 305146)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.38.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=('a58cf32830d49db270852b45ee6055dd3ef6a54f'
+  '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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:35:52
  Author: arojas
Revision: 305145

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

Added:
  kjs/repos/testing-i686/
  kjs/repos/testing-i686/PKGBUILD
(from rev 305144, kjs/trunk/PKGBUILD)
  kjs/repos/testing-x86_64/
  kjs/repos/testing-x86_64/PKGBUILD
(from rev 305144, 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 305144, kjs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:35:52 UTC (rev 305145)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.38.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=('c173775230d93ef9da043e2664c71d0bd84c6dc4b05b881730dbcf32012a3c36'
+'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 305144, kjs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:35:52 UTC (rev 305145)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.38.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=('c173775230d93ef9da043e2664c71d0bd84c6dc4b05b881730dbcf32012a3c36'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:35:25
  Author: arojas
Revision: 305144

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

Added:
  plasma-framework/repos/testing-i686/
  plasma-framework/repos/testing-i686/PKGBUILD
(from rev 305143, plasma-framework/trunk/PKGBUILD)
  plasma-framework/repos/testing-x86_64/
  plasma-framework/repos/testing-x86_64/PKGBUILD
(from rev 305143, 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 305143, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:35:25 UTC (rev 305144)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.38.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=('4f23f37de0c404dc07809538fd531fa557780e99c854203980846c32a2c370b7'
+'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 305143, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:35:25 UTC (rev 305144)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.38.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=('4f23f37de0c404dc07809538fd531fa557780e99c854203980846c32a2c370b7'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:34:41
  Author: arojas
Revision: 305142

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

Added:
  kactivities/repos/testing-i686/
  kactivities/repos/testing-i686/PKGBUILD
(from rev 305141, kactivities/trunk/PKGBUILD)
  kactivities/repos/testing-x86_64/
  kactivities/repos/testing-x86_64/PKGBUILD
(from rev 305141, 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 305141, 
kactivities/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:34:41 UTC (rev 305142)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.38.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=('289d25367515e8d4668f460e3274b68ed6322a7f1c6228602c0f20462303353f'
+'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 305141, 
kactivities/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:34:41 UTC (rev 305142)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.38.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=('289d25367515e8d4668f460e3274b68ed6322a7f1c6228602c0f20462303353f'
+'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 kwayland/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:35:02
  Author: arojas
Revision: 305143

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

Added:
  kwayland/repos/testing-i686/
  kwayland/repos/testing-i686/PKGBUILD
(from rev 305142, kwayland/trunk/PKGBUILD)
  kwayland/repos/testing-x86_64/
  kwayland/repos/testing-x86_64/PKGBUILD
(from rev 305142, 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 305142, 
kwayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:35:02 UTC (rev 305143)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.38.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=('404aaf11e144a42b2422a5a47aaf04fb629c4a468689bd8f543c0de6b745a53d'
+'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 305142, 
kwayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:35:02 UTC (rev 305143)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.38.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=('404aaf11e144a42b2422a5a47aaf04fb629c4a468689bd8f543c0de6b745a53d'
+'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 kcmutils/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:34:22
  Author: arojas
Revision: 305141

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

Added:
  kcmutils/repos/testing-i686/
  kcmutils/repos/testing-i686/PKGBUILD
(from rev 305140, kcmutils/trunk/PKGBUILD)
  kcmutils/repos/testing-x86_64/
  kcmutils/repos/testing-x86_64/PKGBUILD
(from rev 305140, 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 305140, 
kcmutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:34:22 UTC (rev 305141)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcmutils
+pkgver=5.38.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=('0b15971ece6003636d012e37760324b005b06050d4d076bbe30eed427717ce58'
+'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 305140, 
kcmutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:34:22 UTC (rev 305141)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcmutils
+pkgver=5.38.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=('0b15971ece6003636d012e37760324b005b06050d4d076bbe30eed427717ce58'
+'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 threadweaver/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:34:01
  Author: arojas
Revision: 305140

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

Added:
  threadweaver/repos/testing-i686/
  threadweaver/repos/testing-i686/PKGBUILD
(from rev 305139, threadweaver/trunk/PKGBUILD)
  threadweaver/repos/testing-x86_64/
  threadweaver/repos/testing-x86_64/PKGBUILD
(from rev 305139, 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 305139, 
threadweaver/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:34:01 UTC (rev 305140)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=threadweaver
+pkgver=5.38.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=('db6dca72315a376fa8852f0059113a5880a002e311e5f4591138303b69a209b5'
+'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 305139, 
threadweaver/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:34:01 UTC (rev 305140)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=threadweaver
+pkgver=5.38.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=('db6dca72315a376fa8852f0059113a5880a002e311e5f4591138303b69a209b5'
+'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 kpty/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:33:15
  Author: arojas
Revision: 305138

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

Added:
  kpty/repos/testing-i686/
  kpty/repos/testing-i686/PKGBUILD
(from rev 305137, kpty/trunk/PKGBUILD)
  kpty/repos/testing-x86_64/
  kpty/repos/testing-x86_64/PKGBUILD
(from rev 305137, 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 305137, kpty/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:33:15 UTC (rev 305138)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpty
+pkgver=5.38.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=('de98c5e8c13135aee4038b53b7656d8dad88e6a652140390608fdedc2344f031'
+'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 305137, 
kpty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:33:15 UTC (rev 305138)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpty
+pkgver=5.38.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=('de98c5e8c13135aee4038b53b7656d8dad88e6a652140390608fdedc2344f031'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:33:38
  Author: arojas
Revision: 305139

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

Added:
  kunitconversion/repos/testing-i686/
  kunitconversion/repos/testing-i686/PKGBUILD
(from rev 305138, kunitconversion/trunk/PKGBUILD)
  kunitconversion/repos/testing-x86_64/
  kunitconversion/repos/testing-x86_64/PKGBUILD
(from rev 305138, 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 305138, 
kunitconversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:33:38 UTC (rev 305139)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kunitconversion
+pkgver=5.38.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=('6c538b35e727f75e90178b6b5b17d299a3ce797bd82a6adb0af4e41096eb6082'
+'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 305138, 
kunitconversion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:33:38 UTC (rev 305139)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kunitconversion
+pkgver=5.38.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=('6c538b35e727f75e90178b6b5b17d299a3ce797bd82a6adb0af4e41096eb6082'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:32:32
  Author: arojas
Revision: 305136

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

Added:
  kplotting/repos/testing-i686/
  kplotting/repos/testing-i686/PKGBUILD
(from rev 305135, kplotting/trunk/PKGBUILD)
  kplotting/repos/testing-x86_64/
  kplotting/repos/testing-x86_64/PKGBUILD
(from rev 305135, 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 305135, 
kplotting/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:32:32 UTC (rev 305136)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kplotting
+pkgver=5.38.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=('e2d8ef624735a56f3998c88af6f06209221af5f27ef05096d65ebb124dc56ec3'
+'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 305135, 
kplotting/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:32:32 UTC (rev 305136)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kplotting
+pkgver=5.38.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=('e2d8ef624735a56f3998c88af6f06209221af5f27ef05096d65ebb124dc56ec3'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:32:51
  Author: arojas
Revision: 305137

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

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

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

Copied: kdesignerplugin/repos/testing-i686/PKGBUILD (from rev 305136, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:32:51 UTC (rev 305137)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.38.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=('c6038ac44f05083e6d1e7e2d8b950b31d493f1bf587f4b89984fefae5f973b66'
+'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 \
+-DKF5WebKit_FOUND=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdesignerplugin/repos/testing-x86_64/PKGBUILD (from rev 305136, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:32:51 UTC (rev 305137)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.38.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=('c6038ac44f05083e6d1e7e2d8b950b31d493f1bf587f4b89984fefae5f973b66'
+'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 \
+-DKF5WebKit_FOUND=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


  1   2   3   >