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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:09:39
  Author: fyan
Revision: 248764

upgpkg: ktextwidgets 5.15.0-1

KF 5.15.0

Modified:
  ktextwidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:09:31 UTC (rev 248763)
+++ PKGBUILD2015-10-10 10:09:39 UTC (rev 248764)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=ktextwidgets
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Advanced text editing widgets'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0a0fb3b469fc2e532b6bf9ab19fe8967')
+md5sums=('b5e06e8f11a6eeba92893c59d3349ca7')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:08:58
  Author: fyan
Revision: 248761

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

Added:
  kiconthemes/repos/testing-i686/
  kiconthemes/repos/testing-i686/PKGBUILD
(from rev 248760, kiconthemes/trunk/PKGBUILD)
  kiconthemes/repos/testing-x86_64/
  kiconthemes/repos/testing-x86_64/PKGBUILD
(from rev 248760, kiconthemes/trunk/PKGBUILD)

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

Copied: kiconthemes/repos/testing-i686/PKGBUILD (from rev 248760, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:08:58 UTC (rev 248761)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiconthemes
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for icon themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kiconthemes'
+license=('LGPL')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4244f5d4c377c630d81bedf4c0f4ee97')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kiconthemes/repos/testing-x86_64/PKGBUILD (from rev 248760, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:08:58 UTC (rev 248761)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiconthemes
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for icon themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kiconthemes'
+license=('LGPL')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4244f5d4c377c630d81bedf4c0f4ee97')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:09:05
  Author: fyan
Revision: 248762

upgpkg: sonnet 5.15.0-1

KF 5.15.0

Modified:
  sonnet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:08:58 UTC (rev 248761)
+++ PKGBUILD2015-10-10 10:09:05 UTC (rev 248762)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=sonnet
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Spelling framework for Qt5'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 'hspell: spell checking for Hebrew')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('19ee48d23eb44e3ba5c101112474775e')
+md5sums=('84d598084fd3bb28746db9b2d162')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:12:59
  Author: fyan
Revision: 248775

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

Added:
  knotifications/repos/testing-i686/
  knotifications/repos/testing-i686/PKGBUILD
(from rev 248774, knotifications/trunk/PKGBUILD)
  knotifications/repos/testing-x86_64/
  knotifications/repos/testing-x86_64/PKGBUILD
(from rev 248774, knotifications/trunk/PKGBUILD)

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

Copied: knotifications/repos/testing-i686/PKGBUILD (from rev 248774, 
knotifications/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:12:59 UTC (rev 248775)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/knotifications'
+license=('LGPL')
+depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 
'kcoreaddons')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f7ee1756a658c3c41328369dcc7701db')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 248774, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:12:59 UTC (rev 248775)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/knotifications'
+license=('LGPL')
+depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 
'kcoreaddons')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f7ee1756a658c3c41328369dcc7701db')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:11:25
  Author: fyan
Revision: 248770

upgpkg: solid 5.15.0-1

KF 5.15.0

Modified:
  solid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:11:17 UTC (rev 248769)
+++ PKGBUILD2015-10-10 10:11:25 UTC (rev 248770)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=solid
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Hardware integration and detection'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8e487975994ba2c5811f6830609c73de')
+md5sums=('5d18bd8ffd294a85ddf3f1765d8726d6')
 
 prepare() {
   mkdir build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:13:06
  Author: fyan
Revision: 248776

upgpkg: kwallet 5.15.0-1

KF 5.15.0

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:12:59 UTC (rev 248775)
+++ PKGBUILD2015-10-10 10:13:06 UTC (rev 248776)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwallet
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('9c6ddf667c3a4dfca3f617ec22f3b6bc')
+md5sums=('291d29f8b9333abd9ea2d240d3eab1d9')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:12:27
  Author: fyan
Revision: 248773

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

Added:
  kjobwidgets/repos/testing-i686/
  kjobwidgets/repos/testing-i686/PKGBUILD
(from rev 248772, kjobwidgets/trunk/PKGBUILD)
  kjobwidgets/repos/testing-x86_64/
  kjobwidgets/repos/testing-x86_64/PKGBUILD
(from rev 248772, kjobwidgets/trunk/PKGBUILD)

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

Copied: kjobwidgets/repos/testing-i686/PKGBUILD (from rev 248772, 
kjobwidgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:12:27 UTC (rev 248773)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjobwidgets
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Widgets for tracking KJob instances'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjobwidgets'
+license=('LGPL')
+depends=('kcoreaddons' 'kwidgetsaddons' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7603245a0a103fb45cc893eb639fe1cb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kjobwidgets/repos/testing-x86_64/PKGBUILD (from rev 248772, 
kjobwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:12:27 UTC (rev 248773)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjobwidgets
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Widgets for tracking KJob instances'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjobwidgets'
+license=('LGPL')
+depends=('kcoreaddons' 'kwidgetsaddons' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7603245a0a103fb45cc893eb639fe1cb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (5 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:12:33
  Author: fyan
Revision: 143582

addpkg: haskell-hourglass 0.2.9-1

Added:
  haskell-hourglass/
  haskell-hourglass/repos/
  haskell-hourglass/trunk/
  haskell-hourglass/trunk/PKGBUILD
  haskell-hourglass/trunk/haskell-hourglass.install

---+
 PKGBUILD  |   42 ++
 haskell-hourglass.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-hourglass/trunk/PKGBUILD
===
--- haskell-hourglass/trunk/PKGBUILD(rev 0)
+++ haskell-hourglass/trunk/PKGBUILD2015-10-10 10:12:33 UTC (rev 143582)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hourglass
+pkgname=haskell-hourglass
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="simple performant time related library"
+url="https://github.com/vincenthz/hs-hourglass;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9b54f163a1ecad98fbd14cb9737c28001b2648106d98cbd68fb2f5cfed090af6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-hourglass/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-hourglass/trunk/haskell-hourglass.install
===
--- haskell-hourglass/trunk/haskell-hourglass.install   
(rev 0)
+++ haskell-hourglass/trunk/haskell-hourglass.install   2015-10-10 10:12:33 UTC 
(rev 143582)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hourglass
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:13:04
  Author: fyan
Revision: 143583

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

Added:
  haskell-hourglass/repos/community-i686/
  haskell-hourglass/repos/community-i686/PKGBUILD
(from rev 143582, haskell-hourglass/trunk/PKGBUILD)
  haskell-hourglass/repos/community-i686/haskell-hourglass.install
(from rev 143582, haskell-hourglass/trunk/haskell-hourglass.install)
  haskell-hourglass/repos/community-x86_64/
  haskell-hourglass/repos/community-x86_64/PKGBUILD
(from rev 143582, haskell-hourglass/trunk/PKGBUILD)
  haskell-hourglass/repos/community-x86_64/haskell-hourglass.install
(from rev 143582, haskell-hourglass/trunk/haskell-hourglass.install)

+
 community-i686/PKGBUILD|   42 +++
 community-i686/haskell-hourglass.install   |   18 +++
 community-x86_64/PKGBUILD  |   42 +++
 community-x86_64/haskell-hourglass.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-hourglass/repos/community-i686/PKGBUILD (from rev 143582, 
haskell-hourglass/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 10:13:04 UTC (rev 143583)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hourglass
+pkgname=haskell-hourglass
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="simple performant time related library"
+url="https://github.com/vincenthz/hs-hourglass;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9b54f163a1ecad98fbd14cb9737c28001b2648106d98cbd68fb2f5cfed090af6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hourglass/repos/community-i686/haskell-hourglass.install (from 
rev 143582, haskell-hourglass/trunk/haskell-hourglass.install)
===
--- community-i686/haskell-hourglass.install(rev 0)
+++ community-i686/haskell-hourglass.install2015-10-10 10:13:04 UTC (rev 
143583)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hourglass
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hourglass/repos/community-x86_64/PKGBUILD (from rev 143582, 
haskell-hourglass/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-10 10:13:04 UTC (rev 143583)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hourglass
+pkgname=haskell-hourglass
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="simple performant time related library"
+url="https://github.com/vincenthz/hs-hourglass;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9b54f163a1ecad98fbd14cb9737c28001b2648106d98cbd68fb2f5cfed090af6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup 

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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:11:17
  Author: fyan
Revision: 248769

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

Added:
  kbookmarks/repos/testing-i686/
  kbookmarks/repos/testing-i686/PKGBUILD
(from rev 248768, kbookmarks/trunk/PKGBUILD)
  kbookmarks/repos/testing-x86_64/
  kbookmarks/repos/testing-x86_64/PKGBUILD
(from rev 248768, kbookmarks/trunk/PKGBUILD)

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

Copied: kbookmarks/repos/testing-i686/PKGBUILD (from rev 248768, 
kbookmarks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:11:17 UTC (rev 248769)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbookmarks
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for bookmarks and the XBEL format'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kbookmarks'
+license=('LGPL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('50e4d1a4fb7b6a2e50e7ee7f00794e33')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kbookmarks/repos/testing-x86_64/PKGBUILD (from rev 248768, 
kbookmarks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:11:17 UTC (rev 248769)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbookmarks
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for bookmarks and the XBEL format'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kbookmarks'
+license=('LGPL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('50e4d1a4fb7b6a2e50e7ee7f00794e33')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:11:51
  Author: fyan
Revision: 248771

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

Added:
  solid/repos/testing-i686/
  solid/repos/testing-i686/PKGBUILD
(from rev 248770, solid/trunk/PKGBUILD)
  solid/repos/testing-x86_64/
  solid/repos/testing-x86_64/PKGBUILD
(from rev 248770, solid/trunk/PKGBUILD)

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

Copied: solid/repos/testing-i686/PKGBUILD (from rev 248770, 
solid/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:11:51 UTC (rev 248771)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=solid
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Hardware integration and detection'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/solid'
+license=('LGPL')
+depends=('qt5-declarative' 'media-player-info' 'upower' 'udisks2')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5d18bd8ffd294a85ddf3f1765d8726d6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: solid/repos/testing-x86_64/PKGBUILD (from rev 248770, 
solid/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:11:51 UTC (rev 248771)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=solid
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Hardware integration and detection'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/solid'
+license=('LGPL')
+depends=('qt5-declarative' 'media-player-info' 'upower' 'udisks2')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5d18bd8ffd294a85ddf3f1765d8726d6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:12:34
  Author: fyan
Revision: 248774

upgpkg: knotifications 5.15.0-1

KF 5.15.0

Modified:
  knotifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:12:27 UTC (rev 248773)
+++ PKGBUILD2015-10-10 10:12:34 UTC (rev 248774)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=knotifications
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Abstraction for system notifications'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('dc062d457181a4e1f0b6853cbf55666d')
+md5sums=('f7ee1756a658c3c41328369dcc7701db')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:12:00
  Author: fyan
Revision: 248772

upgpkg: kjobwidgets 5.15.0-1

KF 5.15.0

Modified:
  kjobwidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:11:51 UTC (rev 248771)
+++ PKGBUILD2015-10-10 10:12:00 UTC (rev 248772)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kjobwidgets
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Widgets for tracking KJob instances'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('037b07877f3a3cd514b9c19b069872f6')
+md5sums=('7603245a0a103fb45cc893eb639fe1cb')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:15:24
  Author: fyan
Revision: 248783

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

Added:
  kpackage/repos/testing-i686/
  kpackage/repos/testing-i686/PKGBUILD
(from rev 248782, kpackage/trunk/PKGBUILD)
  kpackage/repos/testing-x86_64/
  kpackage/repos/testing-x86_64/PKGBUILD
(from rev 248782, kpackage/trunk/PKGBUILD)

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

Copied: kpackage/repos/testing-i686/PKGBUILD (from rev 248782, 
kpackage/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:15:24 UTC (rev 248783)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pier Luigi Fiorini 
+
+pkgname=kpackage
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Framework that lets applications manage user installable packages of 
non-binary assets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kpackage'
+license=('LGPL')
+depends=('karchive' 'ki18n' 'kcoreaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c62075c90e8717d213a3aa4106f355b7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kpackage/repos/testing-x86_64/PKGBUILD (from rev 248782, 
kpackage/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:15:24 UTC (rev 248783)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pier Luigi Fiorini 
+
+pkgname=kpackage
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Framework that lets applications manage user installable packages of 
non-binary assets'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kpackage'
+license=('LGPL')
+depends=('karchive' 'ki18n' 'kcoreaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c62075c90e8717d213a3aa4106f355b7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:17:04
  Author: fyan
Revision: 248789

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

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

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

Copied: kdewebkit/repos/testing-i686/PKGBUILD (from rev 248788, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:17:04 UTC (rev 248789)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdewebkit'
+license=('LGPL')
+depends=('qt5-webkit' 'kparts')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0283ec538d61760e79060b874611c851')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdewebkit/repos/testing-x86_64/PKGBUILD (from rev 248788, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:17:04 UTC (rev 248789)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdewebkit'
+license=('LGPL')
+depends=('qt5-webkit' 'kparts')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0283ec538d61760e79060b874611c851')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:16:37
  Author: fyan
Revision: 248788

upgpkg: kdewebkit 5.15.0-1

KF 5.15.0

Modified:
  kdewebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:16:30 UTC (rev 248787)
+++ PKGBUILD2015-10-10 10:16:37 UTC (rev 248788)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdewebkit
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='KDE Integration for QtWebKit'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('83039b3a1fc1098f904cfa5afaa38e57')
+md5sums=('0283ec538d61760e79060b874611c851')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:17:12
  Author: fyan
Revision: 248790

upgpkg: kplotting 5.15.0-1

KF 5.15.0

Modified:
  kplotting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:17:04 UTC (rev 248789)
+++ PKGBUILD2015-10-10 10:17:12 UTC (rev 248790)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kplotting
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Lightweight plotting framework'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('69b884e9c9e5705c92e495737b8f5a4d')
+md5sums=('c5715f3a436e02b3f4cf722fe12ddab3')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:16:04
  Author: fyan
Revision: 248786

upgpkg: kparts 5.15.0-1

KF 5.15.0

Modified:
  kparts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:15:57 UTC (rev 248785)
+++ PKGBUILD2015-10-10 10:16:04 UTC (rev 248786)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kparts
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Document centric plugin system'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('74170ab4a66416be46efc6c8f73f7031')
+md5sums=('3405d285fd4277f7e7bcb34c338faec4')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:15:31
  Author: fyan
Revision: 248784

upgpkg: kdeclarative 5.15.0-1

KF 5.15.0

Modified:
  kdeclarative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:15:24 UTC (rev 248783)
+++ PKGBUILD2015-10-10 10:15:31 UTC (rev 248784)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdeclarative
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Provides integration of QML and KDE Frameworks'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('46c2fbccef981359cb9af1c73bd8eada')
+md5sums=('6d016b4a482e34fd75e12bb773ab68ae')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:15:57
  Author: fyan
Revision: 248785

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

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

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

Copied: kdeclarative/repos/testing-i686/PKGBUILD (from rev 248784, 
kdeclarative/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:15:57 UTC (rev 248785)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeclarative
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Provides integration of QML and KDE Frameworks'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdeclarative'
+license=('LGPL')
+depends=('kio' 'libepoxy' 'kpackage')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6d016b4a482e34fd75e12bb773ab68ae')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeclarative/repos/testing-x86_64/PKGBUILD (from rev 248784, 
kdeclarative/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:15:57 UTC (rev 248785)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeclarative
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Provides integration of QML and KDE Frameworks'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdeclarative'
+license=('LGPL')
+depends=('kio' 'libepoxy' 'kpackage')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6d016b4a482e34fd75e12bb773ab68ae')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:21:05
  Author: fyan
Revision: 248803

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

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

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

Copied: kactivities-frameworks/repos/testing-i686/PKGBUILD (from rev 248802, 
kactivities-frameworks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:21:05 UTC (rev 248803)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-frameworks
+pkgver=5.15.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://projects.kde.org/projects/frameworks/kactivities'
+license=('LGPL')
+depends=('kcmutils')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities')
+conflicts=('kactivities4' 'libkactivities-frameworks')
+replaces=('libkactivities-frameworks')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kactivities-${pkgver}.tar.xz;)
+md5sums=('1c4bf1f81a246a8227afbd184375c8bc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kactivities-frameworks/repos/testing-x86_64/PKGBUILD (from rev 248802, 
kactivities-frameworks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:21:05 UTC (rev 248803)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-frameworks
+pkgver=5.15.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://projects.kde.org/projects/frameworks/kactivities'
+license=('LGPL')
+depends=('kcmutils')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities')
+conflicts=('kactivities4' 'libkactivities-frameworks')
+replaces=('libkactivities-frameworks')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kactivities-${pkgver}.tar.xz;)
+md5sums=('1c4bf1f81a246a8227afbd184375c8bc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:20:27
  Author: fyan
Revision: 248801

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

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

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

Copied: kcmutils/repos/testing-i686/PKGBUILD (from rev 248800, 
kcmutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:20:27 UTC (rev 248801)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcmutils
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Utilities for interacting with KCModules'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcmutils'
+license=('LGPL')
+depends=('kdeclarative')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6bad585122df5ee6e421ff192c007444')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcmutils/repos/testing-x86_64/PKGBUILD (from rev 248800, 
kcmutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:20:27 UTC (rev 248801)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcmutils
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Utilities for interacting with KCModules'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcmutils'
+license=('LGPL')
+depends=('kdeclarative')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6bad585122df5ee6e421ff192c007444')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:22:46
  Author: fyan
Revision: 248807

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

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

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

Copied: kjs/repos/testing-i686/PKGBUILD (from rev 248806, kjs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:22:46 UTC (rev 248807)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjs'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('fea1f5fb2cc65d440869b36d1a656409')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kjs/repos/testing-x86_64/PKGBUILD (from rev 248806, kjs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:22:46 UTC (rev 248807)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjs'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('fea1f5fb2cc65d440869b36d1a656409')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:22:20
  Author: fyan
Revision: 248806

upgpkg: kjs 5.15.0-1

KF 5.15.0

Modified:
  kjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:21:43 UTC (rev 248805)
+++ PKGBUILD2015-10-10 10:22:20 UTC (rev 248806)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kjs
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Support for JS scripting in applications'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('349a11564686f99666071b2327910f61')
+md5sums=('fea1f5fb2cc65d440869b36d1a656409')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:21:43
  Author: fyan
Revision: 248805

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

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

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

Copied: plasma-framework/repos/testing-i686/PKGBUILD (from rev 248804, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:21:43 UTC (rev 248805)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities-frameworks')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('42a6f40fc3fbcdde924afb3547386098')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-framework/repos/testing-x86_64/PKGBUILD (from rev 248804, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:21:43 UTC (rev 248805)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities-frameworks')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('42a6f40fc3fbcdde924afb3547386098')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:21:17
  Author: fyan
Revision: 248804

upgpkg: plasma-framework 5.15.0-1

KF 5.15.0

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:21:05 UTC (rev 248803)
+++ PKGBUILD2015-10-10 10:21:17 UTC (rev 248804)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=plasma-framework
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c0900fcf4a78902a99eeaa7ae3d012e7')
+md5sums=('42a6f40fc3fbcdde924afb3547386098')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:26:49
  Author: fyan
Revision: 248821

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

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

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

Copied: kemoticons/repos/testing-i686/PKGBUILD (from rev 248820, 
kemoticons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:26:49 UTC (rev 248821)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kemoticons'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b228087cb2223e5330d2c7d92f272879')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 248820, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:26:49 UTC (rev 248821)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kemoticons'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b228087cb2223e5330d2c7d92f272879')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:26:22
  Author: fyan
Revision: 248820

upgpkg: kemoticons 5.15.0-1

KF 5.15.0

Modified:
  kemoticons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:26:15 UTC (rev 248819)
+++ PKGBUILD2015-10-10 10:26:22 UTC (rev 248820)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kemoticons
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Support for emoticons and emoticons themes'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2eed2c3af124630323aa550cc1fa9378')
+md5sums=('b228087cb2223e5330d2c7d92f272879')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:25:49
  Author: fyan
Revision: 248818

upgpkg: kdnssd 5.15.0-1

KF 5.15.0

Modified:
  kdnssd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:25:42 UTC (rev 248817)
+++ PKGBUILD2015-10-10 10:25:49 UTC (rev 248818)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdnssd
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Abstraction to system DNSSD features'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('kdnssd-framework')
 conflicts=('kdnssd-framework')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('60c2eb4b4bc7227213bc1b570be75cfd')
+md5sums=('587a96871eabc9e56885fb7aa81923ec')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:26:15
  Author: fyan
Revision: 248819

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

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

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

Copied: kdnssd/repos/testing-i686/PKGBUILD (from rev 248818, 
kdnssd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:26:15 UTC (rev 248819)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdnssd'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('587a96871eabc9e56885fb7aa81923ec')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 248818, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:26:15 UTC (rev 248819)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdnssd'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('587a96871eabc9e56885fb7aa81923ec')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:25:17
  Author: fyan
Revision: 248816

upgpkg: kdesu 5.15.0-1

KF 5.15.0

Modified:
  kdesu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:25:10 UTC (rev 248815)
+++ PKGBUILD2015-10-10 10:25:17 UTC (rev 248816)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdesu
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Integration with su for elevated privileges'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7bb862e6a4897554f224741f9d16f0c2')
+md5sums=('680bc940ca1b30357e3feb4c75796264')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:27:00
  Author: fyan
Revision: 248822

upgpkg: kidletime 5.15.0-1

KF 5.15.0

Modified:
  kidletime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:26:49 UTC (rev 248821)
+++ PKGBUILD2015-10-10 10:27:00 UTC (rev 248822)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kidletime
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Monitoring user activity'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('821deeab6cbd9e37c8e676c7ca0f2eac')
+md5sums=('6c81f38367bf36b23411cfa96d41d333')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:25:42
  Author: fyan
Revision: 248817

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

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

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

Copied: kdesu/repos/testing-i686/PKGBUILD (from rev 248816, 
kdesu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:25:42 UTC (rev 248817)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesu'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('680bc940ca1b30357e3feb4c75796264')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  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 248816, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:25:42 UTC (rev 248817)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdesu'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('680bc940ca1b30357e3feb4c75796264')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  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 kidletime/repos (4 files)

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:27:26
  Author: fyan
Revision: 248823

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

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

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

Copied: kidletime/repos/testing-i686/PKGBUILD (from rev 248822, 
kidletime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:27:26 UTC (rev 248823)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kidletime'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxss')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6c81f38367bf36b23411cfa96d41d333')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kidletime/repos/testing-x86_64/PKGBUILD (from rev 248822, 
kidletime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:27:26 UTC (rev 248823)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kidletime'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxss')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6c81f38367bf36b23411cfa96d41d333')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:32:46
  Author: fyan
Revision: 248841

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

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

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

Copied: networkmanager-qt/repos/testing-i686/PKGBUILD (from rev 248840, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:32:46 UTC (rev 248841)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/networkmanager-qt'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6bb0d1877e42c4d477e6d05185397df0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 248840, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:32:46 UTC (rev 248841)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/networkmanager-qt'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6bb0d1877e42c4d477e6d05185397df0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:33:20
  Author: fyan
Revision: 248843

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

Added:
  kdelibs4support/repos/testing-i686/
  kdelibs4support/repos/testing-i686/PKGBUILD
(from rev 248842, kdelibs4support/trunk/PKGBUILD)
  kdelibs4support/repos/testing-x86_64/
  kdelibs4support/repos/testing-x86_64/PKGBUILD
(from rev 248842, kdelibs4support/trunk/PKGBUILD)

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

Copied: kdelibs4support/repos/testing-i686/PKGBUILD (from rev 248842, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:33:20 UTC (rev 248843)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a7e41bbb268da562cd5c58b47717afa6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/kf5/kssl/ca-bundle.crt
+}

Copied: kdelibs4support/repos/testing-x86_64/PKGBUILD (from rev 248842, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:33:20 UTC (rev 248843)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin' 'kinit' 'kitemmodels' 
'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri')
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a7e41bbb268da562cd5c58b47717afa6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DHTML_INSTAL_DIR=/usr/share/doc/kdelibs4support/html \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/kf5/kssl/ca-bundle.crt
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:34:05
  Author: fyan
Revision: 248845

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

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

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

Copied: khtml/repos/testing-i686/PKGBUILD (from rev 248844, 
khtml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:34:05 UTC (rev 248845)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/khtml'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('369920a68f2fca8f6ce359e973d96a70')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 248844, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:34:05 UTC (rev 248845)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/khtml'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('369920a68f2fca8f6ce359e973d96a70')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:32:54
  Author: fyan
Revision: 248842

upgpkg: kdelibs4support 5.15.0-1

KF 5.15.0

Modified:
  kdelibs4support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:32:46 UTC (rev 248841)
+++ PKGBUILD2015-10-10 10:32:54 UTC (rev 248842)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdelibs4support
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Porting aid from KDELibs4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('kde4support')
 conflicts=('kde4support')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('feb4bb63b373a4fdf7084be2a904d447')
+md5sums=('a7e41bbb268da562cd5c58b47717afa6')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:33:39
  Author: fyan
Revision: 248844

upgpkg: khtml 5.15.0-1

KF 5.15.0

Modified:
  khtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:33:20 UTC (rev 248843)
+++ PKGBUILD2015-10-10 10:33:39 UTC (rev 248844)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=khtml
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='KHTML APIs'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d3e33cf31a47b33259d3bf2b5385f751')
+md5sums=('369920a68f2fca8f6ce359e973d96a70')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:35:42
  Author: fyan
Revision: 248850

upgpkg: kross 5.15.0-1

KF 5.15.0

Modified:
  kross/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:35:36 UTC (rev 248849)
+++ PKGBUILD2015-10-10 10:35:42 UTC (rev 248850)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kross
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Multi-language application scripting'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('057ed7d554d16bb5439496e0537c2ed3')
+md5sums=('bc90445c7797c63aa210da6ba12341ae')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:35:36
  Author: fyan
Revision: 248849

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

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

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kmediaplayer/repos/testing-i686/PKGBUILD (from rev 248848, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:35:36 UTC (rev 248849)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kmediaplayer'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5816adcf4fe5c4693bc0b162bbc48b09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 248848, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:35:36 UTC (rev 248849)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kmediaplayer'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5816adcf4fe5c4693bc0b162bbc48b09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:35:10
  Author: fyan
Revision: 248848

upgpkg: kmediaplayer 5.15.0-1

KF 5.15.0

Modified:
  kmediaplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:34:58 UTC (rev 248847)
+++ PKGBUILD2015-10-10 10:35:10 UTC (rev 248848)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kmediaplayer
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Plugin interface for media player features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e803fc78fb1acf9884621cca1e81fe88')
+md5sums=('5816adcf4fe5c4693bc0b162bbc48b09')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:34:58
  Author: fyan
Revision: 248847

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

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

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

Copied: kjsembed/repos/testing-i686/PKGBUILD (from rev 248846, 
kjsembed/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-10 10:34:58 UTC (rev 248847)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjsembed'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ed8d52c80ab57166d4ac0b30213bb149')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 248846, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-10-10 10:34:58 UTC (rev 248847)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.15.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kjsembed'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ed8d52c80ab57166d4ac0b30213bb149')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 12:34:31
  Author: fyan
Revision: 248846

upgpkg: kjsembed 5.15.0-1

KF 5.15.0

Modified:
  kjsembed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:34:05 UTC (rev 248845)
+++ PKGBUILD2015-10-10 10:34:31 UTC (rev 248846)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kjsembed
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc='Embedded JS'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
 groups=('kf5-aids')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b98728da482f20bf0331ddbb56429622')
+md5sums=('ed8d52c80ab57166d4ac0b30213bb149')
 
 prepare() {
   mkdir -p build


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

2015-10-10 Thread Antonio Rojas
Date: Saturday, October 10, 2015 @ 13:05:34
  Author: arojas
Revision: 248857

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

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   31 ---
 extra-x86_64/PKGBUILD |   31 ---
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-10 11:04:51 UTC (rev 248856)
+++ extra-i686/PKGBUILD 2015-10-10 11:05:34 UTC (rev 248857)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.9
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=('i686' 'x86_64')
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('222343e34fa83ddf8d3ca4fa9d7300ed')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-i686/PKGBUILD (from rev 248856, 
wcslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-10 11:05:34 UTC (rev 248857)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.10
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('a276aa56e5079e0aa5ff626e089250e2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-10 11:04:51 UTC (rev 248856)
+++ extra-x86_64/PKGBUILD   2015-10-10 11:05:34 UTC (rev 248857)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.9
-pkgrel=1
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=('i686' 'x86_64')
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('222343e34fa83ddf8d3ca4fa9d7300ed')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---without-pgplot
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix wrong permissions
-  chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
-}

Copied: wcslib/repos/extra-x86_64/PKGBUILD (from rev 248856, 
wcslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-10 11:05:34 UTC (rev 248857)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.10
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('a276aa56e5079e0aa5ff626e089250e2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--without-pgplot
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2015-10-10 Thread Antonio Rojas
Date: Saturday, October 10, 2015 @ 13:04:51
  Author: arojas
Revision: 248856

Update to 5.10

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:37:27 UTC (rev 248855)
+++ PKGBUILD2015-10-10 11:04:51 UTC (rev 248856)
@@ -1,17 +1,18 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 
 pkgname=wcslib
-pkgver=5.9
+pkgver=5.10
 pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/;
-license=('GPL3')
-depends=('cfitsio')
-makedepends=('gcc-fortran')
-source=("ftp://ftp.atnf.csiro.au/pub/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('222343e34fa83ddf8d3ca4fa9d7300ed')
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('a276aa56e5079e0aa5ff626e089250e2')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,6 +27,6 @@
   make DESTDIR="$pkgdir" install
 
   # Fix wrong permissions
-  chmod g=rx,-s "${pkgdir}"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"${pkgdir}"/usr/{include/wcslib-${pkgver}/,share/doc/wcslib-${pkgver}/{,html/}}
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
 }


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

2015-10-10 Thread Sergej Pupykin
Date: Saturday, October 10, 2015 @ 13:39:34
  Author: spupykin
Revision: 143586

upgpkg: gst-python 1.5.2-1

upd

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 10:29:29 UTC (rev 143585)
+++ PKGBUILD2015-10-10 11:39:34 UTC (rev 143586)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-python
-pkgver=1.4.0
-pkgrel=4
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="Python bindings for GStreamer"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 depends=('python-gobject' 'gst-plugins-base')
 makedepends=('pkg-config')
 
source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
-md5sums=('72e3ba811db671366162bbf75a01ed37')
+md5sums=('0fd070cc2d74e2c1a4828e0d7c210c34')
 
 build() {
   cd "${srcdir}/gst-python-${pkgver}"


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

2015-10-10 Thread Jelle van der Waa
Date: Saturday, October 10, 2015 @ 13:57:38
  Author: jelle
Revision: 143593

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-10 11:56:42 UTC (rev 143592)
+++ PKGBUILD2015-10-10 11:57:38 UTC (rev 143593)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=3.6.0
-pkgrel=2
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org;
-license=('BSD')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
-md5sums=('9772dbee426d656f01a13881e2b139d8')
-
-build() {
-  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
-
-  cd CherryPy-${pkgver}
-  python ./setup.py build
-
-  cd "${srcdir}/CherryPy2-${pkgver}"
-  sed \
--e 's_#! /usr/bin/env python_&2_' \
--i cherrypy/cherryd
-  sed \
--e 's_#!/usr/bin/python_&2_' \
--i cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-
-}
-
-package_python-cherrypy() {
-  depends=('python')
-
-  cd CherryPy-${pkgver}
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
-}
-
-package_python2-cherrypy() {
-  depends=('python2')
-
-  cd CherryPy2-${pkgver}
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 cherrypy/LICENSE.txt \
-"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
-}
-
-check() {
-  cd CherryPy2-${pkgver}
-  python2 ./setup.py check
-
-  cd ../CherryPy-${pkgver}
-  python3 ./setup.py check
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 143592, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-10 11:57:38 UTC (rev 143593)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org;
+license=('BSD')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz;)
+md5sums=('542b96b2cd825e8120e8cd822bc18f4b')
+
+build() {
+  cp -r CherryPy-${pkgver} CherryPy2-${pkgver}
+
+  cd CherryPy-${pkgver}
+  python ./setup.py build
+
+  cd "${srcdir}/CherryPy2-${pkgver}"
+  sed \
+-e 's_#! /usr/bin/env python_&2_' \
+-i cherrypy/cherryd
+  sed \
+-e 's_#!/usr/bin/python_&2_' \
+-i cherrypy/test/sessiondemo.py
+  python2 ./setup.py build
+
+}
+
+package_python-cherrypy() {
+  depends=('python')
+
+  cd CherryPy-${pkgver}
+
+  python ./setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt"
+}
+
+package_python2-cherrypy() {
+  depends=('python2')
+
+  cd CherryPy2-${pkgver}
+
+  python2 ./setup.py install --root="${pkgdir}" --optimize=1
+  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
+
+  install -Dm644 cherrypy/LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt"
+}
+
+check() {
+  cd CherryPy2-${pkgver}
+  python2 ./setup.py test
+
+  cd ../CherryPy-${pkgver}
+  python3 ./setup.py check
+}


[arch-commits] Commit in ghostscript/trunk (PKGBUILD bug_696246.diff)

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 15:01:47
  Author: andyrtr
Revision: 248863

upgpkg: ghostscript 9.18-2

fix upstream bug http://bugs.ghostscript.com/show_bug.cgi?id=696246 - should 
also fix FS#46637

Added:
  ghostscript/trunk/bug_696246.diff
Modified:
  ghostscript/trunk/PKGBUILD

-+
 PKGBUILD|   10 --
 bug_696246.diff |   89 ++
 2 files changed, 96 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 12:51:23 UTC (rev 248862)
+++ PKGBUILD2015-10-10 13:01:47 UTC (rev 248863)
@@ -5,7 +5,7 @@
 
 pkgname=ghostscript
 pkgver=9.18
-pkgrel=1
+pkgrel=2
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
@@ -16,16 +16,20 @@
 'gtk3:  needed for gsx')
 url="http://www.ghostscript.com/;
 source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
-ghostscript-sys-zlib.patch)
+ghostscript-sys-zlib.patch
+bug_696246.diff)
 #options=('!makeflags')
 # http://downloads.ghostscript.com/public/SHA1SUMS
 sha1sums=('388fea50a38e422a4c6ff27c184491bf5ecb96e1'
-  'e054caf753df4d67221b29a2eac66130653f7556')
+  'e054caf753df4d67221b29a2eac66130653f7556'
+  '8bdcb72250f81d8d1f3b3cff4becb673113ed302')
 
 prepare() {
   cd ghostscript-${pkgver}
   # fix build with system zlib
   patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
+  # fix http://bugs.ghostscript.com/show_bug.cgi?id=696246 - should also be 
FS#46637
+  patch -Np1 -i ${srcdir}/bug_696246.diff
 }
 
 build() {

Added: bug_696246.diff
===
--- bug_696246.diff (rev 0)
+++ bug_696246.diff 2015-10-10 13:01:47 UTC (rev 248863)
@@ -0,0 +1,89 @@
+From: Chris Liddell 
+Date: Fri, 9 Oct 2015 09:54:10 + (+0100)
+Subject: Bug 696246: devijs account for device sublassing.
+X-Git-Url: 
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff_plain;h=b68e05c3
+
+Bug 696246: devijs account for device sublassing.
+
+The IJS device wasn't coping with the possibility it had been subclassed.
+
+No cluster differences
+---
+
+diff --git a/devices/gdevijs.c b/devices/gdevijs.c
+index 5520716..a2e21ea 100644
+--- a/devices/gdevijs.c
 b/devices/gdevijs.c
+@@ -827,6 +827,10 @@ gsijs_open(gx_device *dev)
+ if (code < 0)
+ return code;
+ 
++while (dev->child)
++dev = dev->child;
++ijsdev = (gx_device_ijs *)dev;
++
+ if (use_outputfd) {
+ /* Note: dup() may not be portable to all interesting IJS
+platforms. In that case, this branch should be #ifdef'ed out.
+From: Chris Liddell 
+Date: Fri, 9 Oct 2015 11:54:44 + (+0100)
+Subject: Bug 696246: patch the memory manager fields for sublassed devices.
+X-Git-Url: 
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff_plain;h=95553954
+
+Bug 696246: patch the memory manager fields for sublassed devices.
+
+When we subclass a device, we were patching the "visible" type field - that is,
+the one referenced directly in the device structure. We were not patching
+the type information in the memory object header so, in particular, the
+garbage collector could end up calling the wrong methods for the subclassed
+device.
+
+No cluster differences.
+---
+
+diff --git a/base/gdevdflt.c b/base/gdevdflt.c
+index 5768937..305f89d 100644
+--- a/base/gdevdflt.c
 b/base/gdevdflt.c
+@@ -17,6 +17,8 @@
+ #include "math_.h"
+ #include "memory_.h"
+ #include "gx.h"
++#include "gsstruct.h"
++#include "gxobj.h"
+ #include "gserrors.h"
+ #include "gsropt.h"
+ #include "gxcomp.h"
+@@ -26,6 +28,7 @@
+ #include "gstrans.h"/* For gs_pdf14trans_t */
+ #include "gxistate.h"   /* for gs_image_state_s */
+ 
++
+ /* defined in gsdpram.c */
+ int gx_default_get_param(gx_device *dev, char *Param, void *list);
+ 
+@@ -1294,6 +1297,11 @@ int gx_device_subclass(gx_device *dev_to_subclass, 
gx_device *new_prototype, uns
+ ptr1 = ((char *)new_prototype) + sizeof(gx_device);
+ memcpy(ptr, ptr1, new_prototype->params_size - sizeof(gx_device));
+ 
++/* We have to patch up the "type" parameters that the memory 
manage/garbage
++ * collector will use, as well.
++ */
++(((obj_header_t *)dev_to_subclass) - 1)->o_type = new_prototype->stype;
++
+ /* If the original device's stype structure was dynamically allocated, we 
need
+  * to 'fixup' the contents, it's procs need to point to the new device's 
procs
+  * for instance.
+diff --git a/base/lib.mak b/base/lib.mak
+index de78333..09b70e5 100644
+--- a/base/lib.mak
 b/base/lib.mak
+@@ -1210,7 +1210,7 @@ $(GLOBJ)gdevdsha.$(OBJ) : $(GLSRC)gdevdsha.c $(AK) 
$(gx_h)\
+ 
+ $(GLOBJ)gdevdflt.$(OBJ) : $(GLSRC)gdevdflt.c $(AK) $(gx_h)\
+  $(gserrors_h) $(gsropt_h) 

[arch-commits] Commit in ghostscript/repos (10 files)

2015-10-10 Thread Andreas Radke
Date: Saturday, October 10, 2015 @ 15:02:01
  Author: andyrtr
Revision: 248864

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

Added:
  ghostscript/repos/extra-i686/PKGBUILD
(from rev 248863, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/extra-i686/bug_696246.diff
(from rev 248863, ghostscript/trunk/bug_696246.diff)
  ghostscript/repos/extra-i686/ghostscript-sys-zlib.patch
(from rev 248863, ghostscript/trunk/ghostscript-sys-zlib.patch)
  ghostscript/repos/extra-x86_64/PKGBUILD
(from rev 248863, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/extra-x86_64/bug_696246.diff
(from rev 248863, ghostscript/trunk/bug_696246.diff)
  ghostscript/repos/extra-x86_64/ghostscript-sys-zlib.patch
(from rev 248863, ghostscript/trunk/ghostscript-sys-zlib.patch)
Deleted:
  ghostscript/repos/extra-i686/PKGBUILD
  ghostscript/repos/extra-i686/ghostscript-sys-zlib.patch
  ghostscript/repos/extra-x86_64/PKGBUILD
  ghostscript/repos/extra-x86_64/ghostscript-sys-zlib.patch

-+
 /PKGBUILD   |  182 ++
 /ghostscript-sys-zlib.patch |   50 
 extra-i686/PKGBUILD |   87 --
 extra-i686/bug_696246.diff  |   89 ++
 extra-i686/ghostscript-sys-zlib.patch   |   25 
 extra-x86_64/PKGBUILD   |   87 --
 extra-x86_64/bug_696246.diff|   89 ++
 extra-x86_64/ghostscript-sys-zlib.patch |   25 
 8 files changed, 410 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-10 13:01:47 UTC (rev 248863)
+++ extra-i686/PKGBUILD 2015-10-10 13:02:01 UTC (rev 248864)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-### !!! rebuild groff from core that picks up hardcoding the GS versioned font 
path !!! ###
-
-pkgname=ghostscript
-pkgver=9.18
-pkgrel=1
-pkgdesc="An interpreter for the PostScript language"
-arch=('i686' 'x86_64')
-license=('AGPL' 'custom')
-depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 
'libjpeg'
- 'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper')
-makedepends=('gtk3' 'gnutls' 'hardening-wrapper')
-optdepends=('texlive-core:  needed for dvipdf'
-'gtk3:  needed for gsx')
-url="http://www.ghostscript.com/;
-source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
-ghostscript-sys-zlib.patch)
-#options=('!makeflags')
-# http://downloads.ghostscript.com/public/SHA1SUMS
-sha1sums=('388fea50a38e422a4c6ff27c184491bf5ecb96e1'
-  'e054caf753df4d67221b29a2eac66130653f7556')
-
-prepare() {
-  cd ghostscript-${pkgver}
-  # fix build with system zlib
-  patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
-}
-
-build() {
-  cd ghostscript-${pkgver}
-  
-  # force it to use system-libs
-  # keep heavily patched included openjpeg, leads to segfault with system 
openjpeg
-  # https://bugs.archlinux.org/task/38226
-  rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # 
jbig2dec is in community
-
-  autoconf --force
-
-  ./configure --prefix=/usr \
-   --enable-dynamic \
-   --with-ijs \
-   --with-jbig2dec \
-   --with-omni \
-   --with-x \
-   --with-drivers=ALL\
-   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
-   --enable-fontconfig \
-   --enable-freetype \
-   --enable-openjpeg \
-   --without-luratech \
-   --without-omni \
-   --with-system-libtiff \
-   --with-libpaper \
-   --disable-compile-inits #--help # needed for linking with system-zlib
-  make
-
-  # Build IJS
-  cd ijs
-  sed -i "s:AM_PROG_CC_STDC:AC_PROG_CC:g" configure.ac
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-shared --disable-static
-  make
-}
-
-package() {
-  cd ghostscript-${pkgver}
-  make DESTDIR="${pkgdir}" \
-   cups_serverroot="${pkgdir}"/etc/cups \
-   cups_serverbin="${pkgdir}"/usr/lib/cups install install-so
-
-  # install missing doc files # http://bugs.archlinux.org/task/18023
-  install -m 644 
"${srcdir}"/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 "${pkgdir}"/usr/share/ghostscript/$pkgver/doc/
-  
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # remove unwanted localized man-pages
-  rm -rf "$pkgdir"/usr/share/man/[^man1]*
-
-  # install IJS
-  cd ijs
-  make DESTDIR="${pkgdir}" install
-  
-  # remove filters that are now maintained in cups-filters as upstream home
-  rm -rf "$pkgdir"/usr/lib/cups/filter/{gstopxl,gstoraster}
-}

Copied: ghostscript/repos/extra-i686/PKGBUILD (from rev 248863, 
ghostscript/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-10 13:02:01 UTC (rev 248864)
@@ -0,0 

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

2015-10-10 Thread Sven-Hendrik Haase
Date: Saturday, October 10, 2015 @ 15:24:22
  Author: svenstaro
Revision: 143596

upgpkg: blender 17:2.76-1

upstream release 2.76

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 12:02:29 UTC (rev 143595)
+++ PKGBUILD2015-10-10 13:24:22 UTC (rev 143596)
@@ -11,11 +11,11 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gittag=v2.76-rc3
+_gittag=v2.76
 #_gitcommit=e24ea81d65416d778ded6c7b9698dd673e2ed6b9
 
 pkgname=blender
-pkgver=2.76rc3
+pkgver=2.76
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
 pkgrel=1
 epoch=17
@@ -57,10 +57,6 @@
   git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
   git config submodule."scons".url ${srcdir}/scons
   git submodule update
-
-  # We need this to build with Python 3.5/3.6, remove in a release after 
2.76rc1
-  git cherry-pick --no-commit 6844b02a71bd9d84af5bdbcb32eb49ea6ac552e7
-  git submodule update
 }
 
 build() {


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

2015-10-10 Thread Sven-Hendrik Haase
Date: Saturday, October 10, 2015 @ 15:24:29
  Author: svenstaro
Revision: 143597

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

Added:
  blender/repos/community-i686/PKGBUILD
(from rev 143596, blender/trunk/PKGBUILD)
  blender/repos/community-i686/blender.install
(from rev 143596, blender/trunk/blender.install)
  blender/repos/community-x86_64/PKGBUILD
(from rev 143596, blender/trunk/PKGBUILD)
  blender/repos/community-x86_64/blender.install
(from rev 143596, blender/trunk/blender.install)
Deleted:
  blender/repos/community-i686/PKGBUILD
  blender/repos/community-i686/blender.install
  blender/repos/community-x86_64/PKGBUILD
  blender/repos/community-x86_64/blender.install

--+
 /PKGBUILD|  196 +
 /blender.install |   26 
 community-i686/PKGBUILD  |  102 ---
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|  102 ---
 community-x86_64/blender.install |   13 --
 6 files changed, 222 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 13:24:22 UTC (rev 143596)
+++ community-i686/PKGBUILD 2015-10-10 13:24:29 UTC (rev 143597)
@@ -1,102 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Contributor: tobias 
-# Maintainer: Sven-Hendrik Haase 
-
-# 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.76-rc3
-#_gitcommit=e24ea81d65416d778ded6c7b9698dd673e2ed6b9
-
-pkgname=blender
-pkgver=2.76rc3
-#[[ -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'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-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/scons.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-else
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('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."scons".url ${srcdir}/scons
-  git submodule update
-
-  # We need this to build with Python 3.5/3.6, remove in a release after 
2.76rc1
-  git cherry-pick --no-commit 6844b02a71bd9d84af5bdbcb32eb49ea6ac552e7
-  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_full.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.5 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_CYCLES_PTEX=ON \
--DWITH_OPENSUBDIV=ON \
--DPYTHON_VERSION=3.5 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.5m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="${pkgdir}" install
- 

<    1   2   3