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

2018-02-20 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 21, 2018 @ 07:32:04
  Author: spupykin
Revision: 296659

archrelease: copy trunk to community-x86_64

Added:
  psi-plugins/repos/community-x86_64/PKGBUILD
(from rev 296658, psi-plugins/trunk/PKGBUILD)
  psi-plugins/repos/community-x86_64/psiplugin.pri
(from rev 296658, psi-plugins/trunk/psiplugin.pri)
Deleted:
  psi-plugins/repos/community-x86_64/PKGBUILD
  psi-plugins/repos/community-x86_64/psiplugin.pri

---+
 PKGBUILD  |   88 
 psiplugin.pri |   36 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-21 07:31:49 UTC (rev 296658)
+++ PKGBUILD2018-02-21 07:32:04 UTC (rev 296659)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Sergej Pupykin 
-
-pkgname=psi-plugins
-pkgver=1.3
-pkgrel=1
-pkgdesc="Additional plugins for Psi+ (built with Qt 5.x)"
-arch=('x86_64')
-url="http://psi-plus.com";
-license=('GPL2')
-depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'psi' 'qt5-webengine')
-conflicts=('psi-plus-plugins-git' 'psi-plus-plugins-qt5-git' 
'psi-plus-plugins')
-replaces=('psi-plus-plugins')
-makedepends=('libotr' 'tidyhtml')
-optdepends=('libotr: for OTR plugin'
-'tidyhtml: for OTR plugin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/plugins/archive/$pkgver.tar.gz";
-'psiplugin.pri')
-sha256sums=('aef310c98c5a43399505a71a6b61f6ad64c97e0529d398462ce669249b4ffb9b'
-'d7753327ab4896f6f7ce2d42b9b7a4f7c62fdf225d34833a629543cb5764969e')
-
-prepare() {
-cp -v psiplugin.pri plugins-$pkgver/
-}
-
-build() {
-cd plugins-$pkgver
-# Kill broken plugins
-rm -rf generic/juickplugin
-for plugin in generic/*; do
-if [ -d "$plugin" ]; then
-(cd "$plugin" && qmake-qt5 PREFIX="/usr" QMAKE_STRIP= && make)
-fi
-done
-}
-
-package() {
-cd plugins-$pkgver
-for plugin in generic/* unix/*; do
-if [ -d "$plugin" ]; then
-(cd "$plugin" && make INSTALL_ROOT="$pkgdir" install)
-fi
-done
-}

Copied: psi-plugins/repos/community-x86_64/PKGBUILD (from rev 296658, 
psi-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-21 07:32:04 UTC (rev 296659)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
+# Maintainer: Sergej Pupykin 
+
+pkgname=psi-plugins
+pkgver=1.3
+pkgrel=2
+pkgdesc="Additional plugins for Psi"
+arch=('x86_64')
+url="https://psi-im.org";
+license=('GPL2')
+depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'psi' 'qt5-webengine')
+conflicts=('psi-plus-plugins-git' 'psi-plus-plugins-qt5-git' 
'psi-plus-plugins')
+replaces=('psi-plus-plugins')
+makedepends=('libotr' 'tidyhtml')
+optdepends=('libotr: for OTR plugin'
+'tidyhtml: for OTR plugin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/plugins/archive/$pkgver.tar.gz";
+'psiplugin.pri')
+sha256sums=('aef310c98c5a43399505a71a6b61f6ad64c97e0529d398462ce669249b4ffb9b'
+'2edc9f76e032e25044f0d16376194127c07b3372195482236901222ebec11a75')
+
+prepare() {
+cp -v psiplugin.pri plugins-$pkgver/
+}
+
+build() {
+cd plugins-$pkgver
+# Kill broken plugins
+rm -rf generic/juickplugin
+for plugin in generic/*; do
+if [ -d "$plugin" ]; then
+(cd "$plugin" && qmake-qt5 PREFIX="/usr" QMAKE_STRIP= && make)
+fi
+done
+}
+
+package() {
+cd plugins-$pkgver
+for plugin in generic/* unix/*; do
+if [ -d "$plugin" ]; then
+(cd "$plugin" && make INSTALL_ROOT="$pkgdir" install)
+fi
+done
+}

Deleted: psiplugin.pri
===
--- psiplugin.pri   2018-02-21 07:31:49 UTC (rev 296658)
+++ psiplugin.pri   2018-02-21 07:32:04 UTC (rev 296659)
@@ -1,18 +0,0 @@
-TEMPLATE = lib
-CONFIG += plugin
-QT += xml
-QT += widgets
-
-MOC_DIR = .moc/
-OBJECTS_DIR = .obj/
-RCC_DIR = .rcc/
-UI_DIR = .ui/
-
-INCLUDEPATH += .ui/
-
-target.path = /usr/lib/psi-plus/plugins
-INSTALLS += target
-
-INCLUDEPATH += /usr/include/psi/plugins
-
-DEFINES += HAVE_QT5
\ No newline at end of file

Copied: psi-plugins/repos/community-x86_64/psiplugin.pri (from rev 296658, 
psi-plugins/trunk/psiplugin.pri)
===
--- psiplugin.pri   (rev 0)
+++ psiplugin.pri   2018-02-21 07:32:04 UTC (rev 296659)
@@ -0,0 +1,18 @@
+TEMPLATE = lib
+CONFIG += plugin
+QT += xml
+QT += widgets
+
+MOC_DIR = .moc/
+OBJECTS_DIR = .obj/
+RCC_DIR = .rcc/
+UI_DIR = .ui/
+
+INCLUDEPATH += .ui/
+
+target.path = /usr/lib/psi/plugins
+INSTALLS += target
+
+INCLUDEPATH += /usr/include/psi/plugins
+
+DEFINES += HAVE_QT5
\ No newline

[arch-commits] Commit in psi-plugins/trunk (PKGBUILD psiplugin.pri)

2018-02-20 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 21, 2018 @ 07:31:49
  Author: spupykin
Revision: 296658

upgpkg: psi-plugins 1.3-2

Modified:
  psi-plugins/trunk/PKGBUILD
  psi-plugins/trunk/psiplugin.pri

---+
 PKGBUILD  |6 +++---
 psiplugin.pri |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-21 02:16:25 UTC (rev 296657)
+++ PKGBUILD2018-02-21 07:31:49 UTC (rev 296658)
@@ -3,10 +3,10 @@
 
 pkgname=psi-plugins
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional plugins for Psi"
 arch=('x86_64')
-url="http://psi-plus.com";
+url="https://psi-im.org";
 license=('GPL2')
 depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'psi' 'qt5-webengine')
 conflicts=('psi-plus-plugins-git' 'psi-plus-plugins-qt5-git' 
'psi-plus-plugins')
@@ -17,7 +17,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/plugins/archive/$pkgver.tar.gz";
 'psiplugin.pri')
 sha256sums=('aef310c98c5a43399505a71a6b61f6ad64c97e0529d398462ce669249b4ffb9b'
-'d7753327ab4896f6f7ce2d42b9b7a4f7c62fdf225d34833a629543cb5764969e')
+'2edc9f76e032e25044f0d16376194127c07b3372195482236901222ebec11a75')
 
 prepare() {
 cp -v psiplugin.pri plugins-$pkgver/

Modified: psiplugin.pri
===
--- psiplugin.pri   2018-02-21 02:16:25 UTC (rev 296657)
+++ psiplugin.pri   2018-02-21 07:31:49 UTC (rev 296658)
@@ -10,7 +10,7 @@
 
 INCLUDEPATH += .ui/
 
-target.path = /usr/lib/psi-plus/plugins
+target.path = /usr/lib/psi/plugins
 INSTALLS += target
 
 INCLUDEPATH += /usr/include/psi/plugins


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

2018-02-20 Thread Andreas Radke via arch-commits
Date: Wednesday, February 21, 2018 @ 06:50:10
  Author: andyrtr
Revision: 317341

archrelease: copy trunk to testing-any

Added:
  xorgproto/repos/testing-any/
  xorgproto/repos/testing-any/PKGBUILD
(from rev 317340, xorgproto/trunk/PKGBUILD)

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

Copied: xorgproto/repos/testing-any/PKGBUILD (from rev 317340, 
xorgproto/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-02-21 06:50:10 UTC (rev 317341)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=xorgproto
+pkgver=2018.3
+pkgrel=1
+pkgdesc="combined X.Org X11 Protocol headers"
+arch=('any')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+makedepends=('xorg-util-macros' 'meson') # 'xmlto' 'libxslt' 'linuxdoc-tools' 
'docbook-sgml' 'fop')
+provides=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 
'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 
'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
+conflicts=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 
'dri2proto' 'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 
'kbproto' 'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
+replaces=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 
'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 
'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
+source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.bz2{,.sig})
+sha512sums=('c0d69021ab5a4d3415811f4e7719cc14c2a0dc2624c6d99524304805a1b09de35fbc3cdf5027f951b389a339e9082f53a7d05e7f337589f58ce0660dc088d02b'
+'SKIP')
+validpgpkeys=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') #  "Adam Jackson 
"
+validpgpkeys+=('C383B778255613DFDB409D91DB221A690011') #  "Keith Packard 
"
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-Dlegacy=true
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # missing docs
+  install -m755 -d "${pkgdir}/usr/share/doc/${pkgname}"
+  install -m644 $pkgname-$pkgver/*.txt "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -m644 $pkgname-$pkgver/PM_spec "${pkgdir}/usr/share/doc/${pkgname}/"
+  rm ${pkgdir}/usr/share/doc/${pkgname}/meson_options.txt
+
+  # licenses
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 $pkgname-$pkgver/COPYING* 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  # cleanup
+  rm -f ${pkgdir}/usr/include/X11/extensions/{apple,windows}*
+  rm -f ${pkgdir}/usr/share/licenses/${pkgname}/COPYING-{apple,windows}wmproto
+  rm -f ${pkgdir}/usr/share/pkgconfig/{apple,windows}wmproto.pc
+}


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

2018-02-20 Thread Andreas Radke via arch-commits
Date: Wednesday, February 21, 2018 @ 06:49:48
  Author: andyrtr
Revision: 317340

upgpkg: xorgproto 2018.3-1

upstream update 2018.3 - include legacy headers FS#57547

Modified:
  xorgproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-21 02:41:21 UTC (rev 317339)
+++ PKGBUILD2018-02-21 06:49:48 UTC (rev 317340)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=xorgproto
-pkgver=2018.2
+pkgver=2018.3
 pkgrel=1
 pkgdesc="combined X.Org X11 Protocol headers"
 arch=('any')
@@ -13,9 +13,10 @@
 conflicts=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 
'dri2proto' 'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 
'kbproto' 'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
 replaces=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 
'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 
'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
 
source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.bz2{,.sig})
-sha512sums=('29ac0479de321eb921b1d902e4670e9e856f8b50c95c07a855aea122e5c9762ff34d01dbda9c795e4c652b09e21151f024aa7ba54bd463e14263db5240418862'
+sha512sums=('c0d69021ab5a4d3415811f4e7719cc14c2a0dc2624c6d99524304805a1b09de35fbc3cdf5027f951b389a339e9082f53a7d05e7f337589f58ce0660dc088d02b'
 'SKIP')
 validpgpkeys=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') #  "Adam Jackson 
"
+validpgpkeys+=('C383B778255613DFDB409D91DB221A690011') #  "Keith Packard 
"
 
 prepare() {
   mkdir build
@@ -22,7 +23,8 @@
 }
 
 build() {
-  arch-meson $pkgname-$pkgver build
+  arch-meson $pkgname-$pkgver build \
+-Dlegacy=true
 
   ninja -C build
 }


[arch-commits] Commit in qt5-base/trunk (2 files)

2018-02-20 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 21, 2018 @ 02:41:13
  Author: foutrelis
Revision: 317338

upgpkg: qt5-base 5.10.1-2

Revert upstream commit which breaks some Deepin components (FS#57531).

Added:
  qt5-base/trunk/revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch
Modified:
  qt5-base/trunk/PKGBUILD

--+
 PKGBUILD |   12 +
 revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch |   71 ++
 2 files changed, 80 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 23:40:57 UTC (rev 317337)
+++ PKGBUILD2018-02-21 02:41:13 UTC (rev 317338)
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.10.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -26,8 +26,10 @@
 conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('d8660e189caa5da5142d5894d328b61a4d3ee9750b76d61ad74e4eee8765a969')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
+revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch)
+sha256sums=('d8660e189caa5da5142d5894d328b61a4d3ee9750b76d61ad74e4eee8765a969'
+'7161ea5747500dc9666f8d185f4b8e538799fc0aef574e577277747100ac4763')
 
 prepare() {
   cd ${_pkgfqn}
@@ -45,6 +47,10 @@
 
   # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
   sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
+
+  # Revert upstream commit which breaks some Deepin components (FS#57531)
+  # https://bugreports.qt.io/browse/QTBUG-66226
+  patch -Np1 -i ../revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch
 }
 
 build() {

Added: revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch
===
--- revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch
(rev 0)
+++ revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch
2018-02-21 02:41:13 UTC (rev 317338)
@@ -0,0 +1,71 @@
+From f4bc1f620727366b6a977b106cc68fade95ef426 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Wed, 21 Feb 2018 04:20:20 +0200
+Subject: [PATCH] Revert "Set sharedPainter correctly for QGraphicsEffect"
+
+This reverts commit 7257862fb2edfab0219d6cd45c83677049404f7d.
+---
+ src/widgets/kernel/qwidget.cpp  |  4 ++--
+ .../effects/qgraphicseffect/tst_qgraphicseffect.cpp | 21 -
+ 2 files changed, 2 insertions(+), 23 deletions(-)
+
+diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
+index a973bee2cd..256c77e5a0 100644
+--- a/src/widgets/kernel/qwidget.cpp
 b/src/widgets/kernel/qwidget.cpp
+@@ -5482,11 +5482,11 @@ void QWidgetPrivate::drawWidget(QPaintDevice *pdev, 
const QRegion &rgn, const QP
+ setSystemClip(pdev->paintEngine(), pdev->devicePixelRatioF(), 
rgn.translated(offset));
+ QPainter p(pdev);
+ p.translate(offset);
+-context.painter = context.sharedPainter = &p;
++context.painter = &p;
+ graphicsEffect->draw(&p);
+ setSystemClip(pdev->paintEngine(), 1, QRegion());
+ } else {
+-context.painter = context.sharedPainter = sharedPainter;
++context.painter = sharedPainter;
+ if (sharedPainter->worldTransform() != 
sourced->lastEffectTransform) {
+ sourced->invalidateCache();
+ sourced->lastEffectTransform = 
sharedPainter->worldTransform();
+diff --git 
a/tests/auto/widgets/effects/qgraphicseffect/tst_qgraphicseffect.cpp 
b/tests/auto/widgets/effects/qgraphicseffect/tst_qgraphicseffect.cpp
+index dfe5baba71..a1cb729849 100644
+--- a/tests/auto/widgets/effects/qgraphicseffect/tst_qgraphicseffect.cpp
 b/tests/auto/widgets/effects/qgraphicseffect/tst_qgraphicseffect.cpp
+@@ -52,7 +52,6 @@ private slots:
+ void boundingRect2();
+ void draw();
+ void opacity();
+-void nestedOpaqueOpacity();
+ void grayscale();
+ void colorize();
+ void drawPixmapItem();
+@@ -408,26 +407,6 @@ void tst_QGraphicsEffect::opacity()
+ QCOMPARE(effect->m_opacity, qreal(0.5));
+ }
+ 
+-void tst_QGraphicsEffect::nestedOpaqueOpacity()
+-{
+-// QTBUG-60231: Nesting widgets with a QGraphicsEffect on a toplevel with
+-// QGraphicsOpacityEffect caused crashes due to constructing several
+-// QPainter instances on a device in the fast path for
+-// QGraphicsOpacityEffect::opacity=1
+-QWidget topLevel;
+-topLevel.setW

[arch-commits] Commit in qt5-base/repos/extra-x86_64 (5 files)

2018-02-20 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 21, 2018 @ 02:41:21
  Author: foutrelis
Revision: 317339

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 317338, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-x86_64/rebuild.list
(from rev 317338, qt5-base/trunk/rebuild.list)
  
qt5-base/repos/extra-x86_64/revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch
(from rev 317338, 
qt5-base/trunk/revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD
  qt5-base/repos/extra-x86_64/rebuild.list

--+
 PKGBUILD |  224 +-
 rebuild.list |   48 +-
 revert-Set-sharedPainter-correctly-for-QGraphicsEffect.patch |   71 +++
 3 files changed, 210 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-21 02:41:13 UTC (rev 317338)
+++ PKGBUILD2018-02-21 02:41:21 UTC (rev 317339)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.10.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu' 
'pcre2'
- 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
-makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('d8660e189caa5da5142d5894d328b61a4d3ee9750b76d61ad74e4eee8765a969')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-
-  # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
-  sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-use-gold-linker \
--reduce-relocations
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -D -m644 LGPL_EXCEPTION.txt \
-"${pkgdir}"/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/extra-x86_64/PKGBUILD (from rev 317338, 
qt5-base/trunk/PKGBUILD)

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

2018-02-20 Thread David Runge via arch-commits
Date: Wednesday, February 21, 2018 @ 02:16:25
  Author: dvzrv
Revision: 296657

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-dpl1/repos/community-testing-x86_64/
  zita-dpl1/repos/community-testing-x86_64/PKGBUILD
(from rev 296656, zita-dpl1/trunk/PKGBUILD)

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

Copied: zita-dpl1/repos/community-testing-x86_64/PKGBUILD (from rev 296656, 
zita-dpl1/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-02-21 02:16:25 UTC (rev 296657)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+pkgname=zita-dpl1
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="A look-ahead digital peak level limiter"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('GPL2' 'custom')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2";)
+sha512sums=('e1adf94a3acec5468f5fb2e3ac24ff9671588542754e792cbb73771f3043070ce577f122d21cd7a6c756eec51789b46b9a24fbe6128c274cb4d6554b5c7b37b1')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  head -n21 dplimit1.h > LICENSE
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # custom LICENSE
+  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../doc/* \
+-vDm644 ../{AUTHORS,README}
+}
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-02-20 Thread David Runge via arch-commits
Date: Wednesday, February 21, 2018 @ 02:15:13
  Author: dvzrv
Revision: 296656

Adding zita-dpl1 0.1.0 from AUR.

Added:
  zita-dpl1/
  zita-dpl1/repos/
  zita-dpl1/trunk/
  zita-dpl1/trunk/PKGBUILD

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

Added: zita-dpl1/trunk/PKGBUILD
===
--- zita-dpl1/trunk/PKGBUILD(rev 0)
+++ zita-dpl1/trunk/PKGBUILD2018-02-21 02:15:13 UTC (rev 296656)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+pkgname=zita-dpl1
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="A look-ahead digital peak level limiter"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('GPL2' 'custom')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2";)
+sha512sums=('e1adf94a3acec5468f5fb2e3ac24ff9671588542754e792cbb73771f3043070ce577f122d21cd7a6c756eec51789b46b9a24fbe6128c274cb4d6554b5c7b37b1')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/source"
+  head -n21 dplimit1.h > LICENSE
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  # custom LICENSE
+  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../doc/* \
+-vDm644 ../{AUTHORS,README}
+}
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in zita-bls1 (repo)

2018-02-20 Thread David Runge via arch-commits
Date: Wednesday, February 21, 2018 @ 01:53:56
  Author: dvzrv
Revision: 296655

Removing empty directory.

Deleted:
  zita-bls1/repo/


[arch-commits] Commit in zita-at1 (repo)

2018-02-20 Thread David Runge via arch-commits
Date: Wednesday, February 21, 2018 @ 01:53:29
  Author: dvzrv
Revision: 296654

Removing empty directory.

Deleted:
  zita-at1/repo/


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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Wednesday, February 21, 2018 @ 01:51:44
  Author: kkeen
Revision: 296652

upgpkg: seamonkey 2.49.2-1

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-21 01:48:26 UTC (rev 296651)
+++ PKGBUILD2018-02-21 01:51:44 UTC (rev 296652)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.49.1
-pkgrel=2
+pkgver=2.49.2
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
 license=('MPL')
@@ -21,7 +21,7 @@
 mozbug1323209.patch
 mozbug1329272.patch
no-crmf.diff)
-sha256sums=('ad2b31d105308b29cd768cd8e239cd5c0242cc7f5ad3003b19587e3f2900c202'
+sha256sums=('09fc9f8b1817a901b4e0d7635701ab50236885821d73694ac21615c8d911b575'
 'da8cc2001ae77f2b357d267f9f8d3d7e48c7d37b99ff3fb73fbbfc0b9329744a'
 'ab19d10fbd6258aec37ab5e5efb12429814b2c24a1193284a48dd654311b4e2e'
 '746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a'


[arch-commits] Commit in seamonkey/repos/community-x86_64 (14 files)

2018-02-20 Thread Kyle Keen via arch-commits
Date: Wednesday, February 21, 2018 @ 01:52:14
  Author: kkeen
Revision: 296653

archrelease: copy trunk to community-x86_64

Added:
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 296652, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozbug1323209.patch
(from rev 296652, seamonkey/trunk/mozbug1323209.patch)
  seamonkey/repos/community-x86_64/mozbug1329272.patch
(from rev 296652, seamonkey/trunk/mozbug1329272.patch)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 296652, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/no-crmf.diff
(from rev 296652, seamonkey/trunk/no-crmf.diff)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 296652, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 296652, seamonkey/trunk/seamonkey-2.0-lang.patch)
Deleted:
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozbug1323209.patch
  seamonkey/repos/community-x86_64/mozbug1329272.patch
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/no-crmf.diff
  seamonkey/repos/community-x86_64/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch

--+
 PKGBUILD |  200 ++---
 mozbug1323209.patch  |   70 +++
 mozbug1329272.patch  |   62 ++---
 mozconfig|   78 -
 no-crmf.diff |   30 +++---
 rhbz-966424.patch|   46 +-
 seamonkey-2.0-lang.patch |   22 ++--
 7 files changed, 254 insertions(+), 254 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-21 01:51:44 UTC (rev 296652)
+++ PKGBUILD2018-02-21 01:52:14 UTC (rev 296653)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.49.1
-pkgrel=2
-pkgdesc="SeaMonkey internet suite"
-arch=('x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'gtk3' 
'hunspell'  'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  
'mozilla-common'  'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu' 
'gconf')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
-optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
-'gst-plugins-bad: aac, vp8 and opus decoding'
-'gst-plugins-good: webm and mp4 demuxing'
-'gst-plugins-ugly: h.264 decoding')
-url="http://www.seamonkey-project.org/";
-source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch
-mozbug1323209.patch
-mozbug1329272.patch
-   no-crmf.diff)
-sha256sums=('ad2b31d105308b29cd768cd8e239cd5c0242cc7f5ad3003b19587e3f2900c202'
-'da8cc2001ae77f2b357d267f9f8d3d7e48c7d37b99ff3fb73fbbfc0b9329744a'
-'ab19d10fbd6258aec37ab5e5efb12429814b2c24a1193284a48dd654311b4e2e'
-'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a'
-'87fb92e45f161d47b9e3ca31bcce60555bc33d633116dab4baa3bfba6ad965c4'
-'33c7031781357faf5fba7140d7723bf301c1569068922477742ac958ee82e62b'
-'fb85a538044c15471c12cf561d6aa74570f8de7b054a7063ef88ee1bdfc1ccbb')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # FS#48404
-  #echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
-
-  # https://bugs.archlinux.org/task/41689
-  #patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Support NSS 3.28
-  #patch -Np1 -d mozilla -i ../../mozbug1323209.patch
-
-  # Bugfix for icu detection
-  #patch -Np1 -d mozilla -i ../../mozbug1329272.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-
-  # work around from FS#54395
-  patch -Np1 -d mozilla -i ../../no-crmf.diff
-  sed -i "s/'crmf',//" mozilla/security/manager/ssl/moz.build
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
-  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  unset MAKEFLAGS
-  unset CPPFLAGS
-
-  # GCC 6
-  CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse 
-fno-schedule-insns2"
-  CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse 
-fno-schedule-insns2"
-
-  make -j1 -f client.mk build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make -j1 -f c

[arch-commits] Commit in zita-bls1 (3 files)

2018-02-20 Thread David Runge via arch-commits
Date: Wednesday, February 21, 2018 @ 01:48:26
  Author: dvzrv
Revision: 296651

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-bls1/repos/
  zita-bls1/repos/community-testing-x86_64/
  zita-bls1/repos/community-testing-x86_64/PKGBUILD
(from rev 296650, zita-bls1/trunk/PKGBUILD)

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

Copied: zita-bls1/repos/community-testing-x86_64/PKGBUILD (from rev 296650, 
zita-bls1/trunk/PKGBUILD)
===
--- repos/community-testing-x86_64/PKGBUILD (rev 0)
+++ repos/community-testing-x86_64/PKGBUILD 2018-02-21 01:48:26 UTC (rev 
296651)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge 
+pkgname=zita-bls1
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="Implementation of a Blumlein Shuffler to convert binaural stereo 
signals into a form suitable for reproduction on convential stereo speakers."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio";
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack' 'zita-convolver')
+makedepends=()
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2";)
+sha512sums=('a1b4bd7a7ca56afb627e9f095e5e1f67415a52ae316bdc6ce0eced191830f53eaf5ba3402a44fbbb97529e29a0b007d1f0f8e79c89c863207216bca1fb76435c')
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../doc/html/* \
+-vDm644 ../{AUTHORS,README}
+}


[arch-commits] Commit in (4 files)

2018-02-20 Thread David Runge via arch-commits
Date: Wednesday, February 21, 2018 @ 01:46:50
  Author: dvzrv
Revision: 296650

Adding zita-bls1 0.1.0 from AUR.

Added:
  zita-bls1/
  zita-bls1/repo/
  zita-bls1/trunk/
  zita-bls1/trunk/PKGBUILD

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

Added: zita-bls1/trunk/PKGBUILD
===
--- zita-bls1/trunk/PKGBUILD(rev 0)
+++ zita-bls1/trunk/PKGBUILD2018-02-21 01:46:50 UTC (rev 296650)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge 
+pkgname=zita-bls1
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="Implementation of a Blumlein Shuffler to convert binaural stereo 
signals into a form suitable for reproduction on convential stereo speakers."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio";
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clthreads' 'clxclient' 'jack' 'zita-convolver')
+makedepends=()
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2";)
+sha512sums=('a1b4bd7a7ca56afb627e9f095e5e1f67415a52ae316bdc6ce0eced191830f53eaf5ba3402a44fbbb97529e29a0b007d1f0f8e79c89c863207216bca1fb76435c')
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../doc/html/* \
+-vDm644 ../{AUTHORS,README}
+}


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


[arch-commits] Commit in zita-at1 (3 files)

2018-02-20 Thread David Runge via arch-commits
Date: Wednesday, February 21, 2018 @ 01:31:16
  Author: dvzrv
Revision: 296649

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-at1/repos/
  zita-at1/repos/community-testing-x86_64/
  zita-at1/repos/community-testing-x86_64/PKGBUILD
(from rev 296648, zita-at1/trunk/PKGBUILD)

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

Copied: zita-at1/repos/community-testing-x86_64/PKGBUILD (from rev 296648, 
zita-at1/trunk/PKGBUILD)
===
--- repos/community-testing-x86_64/PKGBUILD (rev 0)
+++ repos/community-testing-x86_64/PKGBUILD 2018-02-21 01:31:16 UTC (rev 
296649)
@@ -0,0 +1,26 @@
+# Maintainer: David Runge 
+pkgname=zita-at1
+pkgver=0.6.0
+pkgrel=2
+pkgdesc="An 'autotuner' Jack application."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html";
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2";)
+sha512sums=('835bc336c35c9364753f1adaca9569852ed9eabdff20d618acc128735dafd383dfcb9a8b8c9f631f7bc6fe549dae3af9c5508ad378ed85169406855d37b4608d')
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../{AUTHORS,README} \
+-vDm644 ../doc/*
+}
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-02-20 Thread David Runge via arch-commits
Date: Wednesday, February 21, 2018 @ 01:29:32
  Author: dvzrv
Revision: 296648

Adding zita-at1 0.6.0 from AUR.

Added:
  zita-at1/
  zita-at1/repo/
  zita-at1/trunk/
  zita-at1/trunk/PKGBUILD

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

Added: zita-at1/trunk/PKGBUILD
===
--- zita-at1/trunk/PKGBUILD (rev 0)
+++ zita-at1/trunk/PKGBUILD 2018-02-21 01:29:32 UTC (rev 296648)
@@ -0,0 +1,26 @@
+# Maintainer: David Runge 
+pkgname=zita-at1
+pkgver=0.6.0
+pkgrel=2
+pkgdesc="An 'autotuner' Jack application."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-at1-doc/quickguide.html";
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'fftw' 'jack' 'zita-resampler')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2";)
+sha512sums=('835bc336c35c9364753f1adaca9569852ed9eabdff20d618acc128735dafd383dfcb9a8b8c9f631f7bc6fe549dae3af9c5508ad378ed85169406855d37b4608d')
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 ../{AUTHORS,README} \
+-vDm644 ../doc/*
+}
+# vim:set ts=2 sw=2 et:


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


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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Wednesday, February 21, 2018 @ 01:12:55
  Author: kkeen
Revision: 296647

archrelease: copy trunk to community-any

Added:
  bpython/repos/community-any/PKGBUILD
(from rev 296646, bpython/trunk/PKGBUILD)
Deleted:
  bpython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-21 01:12:34 UTC (rev 296646)
+++ PKGBUILD2018-02-21 01:12:55 UTC (rev 296647)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen < keenerd at gmail >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mike Sampson 
-# Contributor: Anton Bazhenov 
-
-pkgname=('bpython' 'bpython2')
-pkgver=0.16
-pkgrel=2
-pkgdesc='Fancy ncurses interface to the Python interpreter'
-arch=('any')
-url='http://bpython-interpreter.org/'
-license=('MIT')
-depends=('python-pygments' 'python-requests' 'python-curtsies' 
'python-greenlet' 'python-six')
-optdepends=('python-urwid: for bpython-urwid'
-'python-jedi: multiline completion')
-makedepends=('python-distribute' 'python2-distribute')
-#source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
-#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz";)  
# missing version data
-source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz";)
-md5sums=('303798e8f7dd64738ccbf7ef81b716f5')
-
-# python-watchdog optdep...
-
-prepare() {
-  cp -r bpython-$pkgver bpython2-$pkgver
-}
-
-build() {
-  cd "$srcdir/bpython-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/bpython2-$pkgver"
-  python2 setup.py build
-}
-
-package_bpython() {
-  cd "$srcdir/bpython-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=0
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
-}
-
-package_bpython2() {
-  depends=('python2-pygments' 'python2-requests' 'python2-curtsies' 
'python2-greenlet' 'python2-six')
-  optdepends=('python2-urwid: for bpython2-urwid'
-  'python2-jedi: multiline completion')
-
-  cd "$srcdir/bpython2-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=0
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython2/LICENSE"
-
-  # conflicting files with bpython
-  cd "$pkgdir/usr/bin/"
-  mv bpython bpython2
-  mv bpython-urwid bpython2-urwid
-  mv bpython-curses bpython2-curses
-  mv bpdb bpdb2
-
-  cd "$pkgdir/usr/share/applications/"
-  mv bpython.desktop bpython2.desktop
-  # fix the .desktop file for the rename
-  sed -i 's/bpython/&2/' bpython2.desktop
-
-  cd "$pkgdir/usr/share/appdata/"
-  mv bpython.appdata.xml bpython2.appdata.xml
-  sed -i 's/bpython/&2/' bpython2.appdata.xml
-
-  cd "$pkgdir/usr/share/pixmaps/"
-  mv bpython.png bpython2.png
-}

Copied: bpython/repos/community-any/PKGBUILD (from rev 296646, 
bpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-21 01:12:55 UTC (rev 296647)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Kyle Keen < keenerd at gmail >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mike Sampson 
+# Contributor: Anton Bazhenov 
+
+pkgname=('bpython' 'bpython2')
+pkgver=0.17.1
+pkgrel=1
+pkgdesc='Fancy ncurses interface to the Python interpreter'
+arch=('any')
+url='http://bpython-interpreter.org/'
+license=('MIT')
+depends=('python-pygments' 'python-requests' 'python-curtsies' 
'python-greenlet' 'python-six')
+optdepends=('python-urwid: for bpython-urwid'
+'python-jedi: multiline completion')
+makedepends=('python-distribute' 'python2-distribute')
+#source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
+#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz";)  
# missing version data
+source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz";)
+md5sums=('3f26972c0fd8e3d1e7dbfc51a837a331')
+
+# python-watchdog optdep...
+
+prepare() {
+  cp -r bpython-$pkgver bpython2-$pkgver
+}
+
+build() {
+  cd "$srcdir/bpython-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/bpython2-$pkgver"
+  python2 setup.py build
+}
+
+package_bpython() {
+  cd "$srcdir/bpython-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
+}
+
+package_bpython2() {
+  depends=('python2-pygments' 'python2-requests' 'python2-curtsies' 
'python2-greenlet' 'python2-six')
+  optdepends=('python2-urwid: for bpython2-urwid'
+  'python2-jedi: multiline completion')
+
+  cd "$srcdir/bpython2-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython2/LICENSE"
+
+  # conflicting files with bpython
+  cd "$pkgdir/usr/b

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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Wednesday, February 21, 2018 @ 01:12:34
  Author: kkeen
Revision: 296646

upgpkg: bpython 0.17.1-1

Modified:
  bpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-21 01:06:48 UTC (rev 296645)
+++ PKGBUILD2018-02-21 01:12:34 UTC (rev 296646)
@@ -5,8 +5,8 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=('bpython' 'bpython2')
-pkgver=0.16
-pkgrel=2
+pkgver=0.17.1
+pkgrel=1
 pkgdesc='Fancy ncurses interface to the Python interpreter'
 arch=('any')
 url='http://bpython-interpreter.org/'
@@ -18,7 +18,7 @@
 #source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
 #source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz";)  
# missing version data
 
source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz";)
-md5sums=('303798e8f7dd64738ccbf7ef81b716f5')
+md5sums=('3f26972c0fd8e3d1e7dbfc51a837a331')
 
 # python-watchdog optdep...
 


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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Wednesday, February 21, 2018 @ 01:06:48
  Author: kkeen
Revision: 296645

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-21 01:06:31 UTC (rev 296644)
+++ PKGBUILD2018-02-21 01:06:48 UTC (rev 296645)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=python-curtsies
-pkgname=(python-curtsies python2-curtsies)
-_pkgname=curtsies
-pkgver=0.2.11
-pkgrel=2
-pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d 
arrays of text"
-arch=('any')
-url="https://pypi.python.org/pypi/curtsies";
-license=('MIT')
-depends=('python-blessings' 'python-wcwidth')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz";)
-md5sums=('fe1944b9dd078c7d5d8a93c10ad7413d')
-
-prepare() {
-  cd "$srcdir"
-  cp -r curtsies-$pkgver curtsies2-$pkgver
-}
-
-build() {
-  cd "$srcdir/curtsies-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/curtsies2-$pkgver"
-  python2 setup.py build
-}
-
-package_python-curtsies() {
-  cd "$srcdir/curtsies-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-curtsies/LICENSE"
-}
-
-package_python2-curtsies() {
-  depends=('python2-blessings' 'python2-wcwidth')
-  cd "$srcdir/curtsies2-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-curtsies/LICENSE"
-}

Copied: python-curtsies/repos/community-any/PKGBUILD (from rev 296644, 
python-curtsies/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-21 01:06:48 UTC (rev 296645)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-curtsies
+pkgname=(python-curtsies python2-curtsies)
+_pkgname=curtsies
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d 
arrays of text"
+arch=('any')
+url="https://pypi.python.org/pypi/curtsies";
+license=('MIT')
+depends=('python-blessings' 'python-wcwidth')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz";)
+md5sums=('20e7295c9592b4101915131a685725f0')
+
+prepare() {
+  cd "$srcdir"
+  cp -r curtsies-$pkgver curtsies2-$pkgver
+
+  # 0.3.0 bug?
+  cd "$srcdir/curtsies-$pkgver"
+  sed -i 's/^.*typing.*$//' curtsies.egg-info/requires.txt setup.py
+}
+
+build() {
+  cd "$srcdir/curtsies-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/curtsies2-$pkgver"
+  python2 setup.py build
+}
+
+package_python-curtsies() {
+  cd "$srcdir/curtsies-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-curtsies/LICENSE"
+}
+
+package_python2-curtsies() {
+  depends=('python2-blessings' 'python2-wcwidth' 'python2-typing')
+  cd "$srcdir/curtsies2-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-curtsies/LICENSE"
+}


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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Wednesday, February 21, 2018 @ 01:06:31
  Author: kkeen
Revision: 296644

upgpkg: python-curtsies 0.3.0-1

Modified:
  python-curtsies/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-21 00:44:12 UTC (rev 296643)
+++ PKGBUILD2018-02-21 01:06:31 UTC (rev 296644)
@@ -4,8 +4,8 @@
 pkgbase=python-curtsies
 pkgname=(python-curtsies python2-curtsies)
 _pkgname=curtsies
-pkgver=0.2.11
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d 
arrays of text"
 arch=('any')
 url="https://pypi.python.org/pypi/curtsies";
@@ -13,11 +13,15 @@
 depends=('python-blessings' 'python-wcwidth')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz";)
-md5sums=('fe1944b9dd078c7d5d8a93c10ad7413d')
+md5sums=('20e7295c9592b4101915131a685725f0')
 
 prepare() {
   cd "$srcdir"
   cp -r curtsies-$pkgver curtsies2-$pkgver
+
+  # 0.3.0 bug?
+  cd "$srcdir/curtsies-$pkgver"
+  sed -i 's/^.*typing.*$//' curtsies.egg-info/requires.txt setup.py
 }
 
 build() {
@@ -35,7 +39,7 @@
 }
 
 package_python2-curtsies() {
-  depends=('python2-blessings' 'python2-wcwidth')
+  depends=('python2-blessings' 'python2-wcwidth' 'python2-typing')
   cd "$srcdir/curtsies2-$pkgver"
   python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-curtsies/LICENSE"


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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Wednesday, February 21, 2018 @ 00:44:12
  Author: kkeen
Revision: 296643

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-21 00:43:46 UTC (rev 296642)
+++ PKGBUILD2018-02-21 00:44:12 UTC (rev 296643)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Andrey Mikhaylenko 
-
-pkgbase=python-blessings
-pkgname=(python-blessings python2-blessings)
-_pkgname=blessings
-pkgver=1.6
-pkgrel=4
-pkgdesc="A thin, practical wrapper around terminal coloring, styling, and 
positioning"
-url="https://github.com/erikrose/blessings";
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-distribute' 'python2-distribute')
-#options=(!emptydirs)
-source=("http://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-md5sums=('4f552a8ebcd4982693c92571beb99394')
-
-prepare() {
-  cd "$srcdir"
-  cp -r blessings-$pkgver blessings2-$pkgver
-}
-
-package_python-blessings() {
-  cd "$srcdir/blessings-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-blessings/LICENSE"
-}
-
-package_python2-blessings() {
-  depends=('python2')
-  cd "$srcdir/blessings2-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-blessings/LICENSE"
-}
-

Copied: python-blessings/repos/community-any/PKGBUILD (from rev 296642, 
python-blessings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-21 00:44:12 UTC (rev 296643)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Andrey Mikhaylenko 
+
+pkgbase=python-blessings
+pkgname=(python-blessings python2-blessings)
+_pkgname=blessings
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A thin, practical wrapper around terminal coloring, styling, and 
positioning"
+url="https://github.com/erikrose/blessings";
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-distribute' 'python2-distribute')
+#options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+md5sums=('548a69d43c991fa85fdaa24806884e7b')
+
+prepare() {
+  cd "$srcdir"
+  cp -r blessings-$pkgver blessings2-$pkgver
+}
+
+package_python-blessings() {
+  cd "$srcdir/blessings-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-blessings/LICENSE"
+}
+
+package_python2-blessings() {
+  depends=('python2')
+  cd "$srcdir/blessings2-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-blessings/LICENSE"
+}
+


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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Wednesday, February 21, 2018 @ 00:43:46
  Author: kkeen
Revision: 296642

upgpkg: python-blessings 1.6.1-1

Modified:
  python-blessings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-21 00:22:06 UTC (rev 296641)
+++ PKGBUILD2018-02-21 00:43:46 UTC (rev 296642)
@@ -5,8 +5,8 @@
 pkgbase=python-blessings
 pkgname=(python-blessings python2-blessings)
 _pkgname=blessings
-pkgver=1.6
-pkgrel=4
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="A thin, practical wrapper around terminal coloring, styling, and 
positioning"
 url="https://github.com/erikrose/blessings";
 arch=('any')
@@ -14,8 +14,8 @@
 depends=('python')
 makedepends=('python-distribute' 'python2-distribute')
 #options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-md5sums=('4f552a8ebcd4982693c92571beb99394')
+source=("https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+md5sums=('548a69d43c991fa85fdaa24806884e7b')
 
 prepare() {
   cd "$srcdir"


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

2018-02-20 Thread David Runge via arch-commits
Date: Wednesday, February 21, 2018 @ 00:22:06
  Author: dvzrv
Revision: 296641

archrelease: copy trunk to community-x86_64

Added:
  carla/repos/community-x86_64/PKGBUILD
(from rev 296640, carla/trunk/PKGBUILD)
Deleted:
  carla/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-21 00:21:49 UTC (rev 296640)
+++ PKGBUILD2018-02-21 00:22:06 UTC (rev 296641)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Llewelyn Trahaearn 
-# Contributor: falkTX 
-
-_name=Carla
-pkgname=carla
-pkgver=1.9.8
-pkgrel=5
-pkgdesc="Audio Plugin Host"
-arch=('x86_64')
-url="https://kxstudio.sf.net/carla";
-license=('GPL2')
-depends=('file' 'fftw' 'fluidsynth' 'liblo' 'linuxsampler' 'mxml' 'projectm' 
'python-pyqt5')
-makedepends=('gtk2' 'gtk3' 'pulseaudio' 'python-pyliblo' 'python-pyqt5' 
'python-rdflib' 'qt4' 'qt5-svg' 'zynaddsubfx')
-optdepends=('gtk2: LV2 GTK2 UI support'
-'gtk3: LV2 GTK3 UI support'
-'python-pyliblo: OSC support'
-'python-rdflib: LADSPA-RDF support'
-'qt4: LV2 QT4 UI support'
-'zynaddsubfx: ZynAddSubFX banks'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/${pkgver}.tar.gz";)
-sha512sums=('0f801fdf7704bb3eb62e684134567df3e83a6c7dfad201479039158480f9fbc0c9a91bc007131091c29a87b4cbb2d831797c8c517de9c36399ec7348a8889f5d')
-
-build() {
-  cd "${_name}-${pkgver}"
-  make features
-  make DEFAULT_QT=5
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  make DEFAULT_QT=5 DESTDIR="${pkgdir}/" PREFIX=/usr install
-  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: carla/repos/community-x86_64/PKGBUILD (from rev 296640, 
carla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-21 00:22:06 UTC (rev 296641)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Contributor: Llewelyn Trahaearn 
+# Contributor: falkTX 
+
+_name=Carla
+pkgname=carla
+pkgver=1.9.8
+pkgrel=6
+pkgdesc="Audio Plugin Host"
+arch=('x86_64')
+url="https://kxstudio.sf.net/carla";
+license=('GPL2')
+depends=('file' 'fftw' 'fluidsynth' 'liblo' 'linuxsampler' 'mxml' 'projectm' 
'python-pyqt5' 'qt5-svg')
+makedepends=('gtk2' 'gtk3' 'pulseaudio' 'python-pyliblo' 'python-pyqt5' 
'python-rdflib' 'qt4' 'qt5-svg' 'zynaddsubfx')
+optdepends=('gtk2: LV2 GTK2 UI support'
+'gtk3: LV2 GTK3 UI support'
+'python-pyliblo: OSC support'
+'python-rdflib: LADSPA-RDF support'
+'qt4: LV2 QT4 UI support'
+'zynaddsubfx: ZynAddSubFX banks'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/${pkgver}.tar.gz";)
+sha512sums=('0f801fdf7704bb3eb62e684134567df3e83a6c7dfad201479039158480f9fbc0c9a91bc007131091c29a87b4cbb2d831797c8c517de9c36399ec7348a8889f5d')
+
+build() {
+  cd "${_name}-${pkgver}"
+  make features
+  make DEFAULT_QT=5
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  make DEFAULT_QT=5 DESTDIR="${pkgdir}/" PREFIX=/usr install
+  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-02-20 Thread David Runge via arch-commits
Date: Wednesday, February 21, 2018 @ 00:21:49
  Author: dvzrv
Revision: 296640

upgpkg: carla 1.9.8-6

Adding qt5-svg to depends.

Modified:
  carla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 23:45:16 UTC (rev 296639)
+++ PKGBUILD2018-02-21 00:21:49 UTC (rev 296640)
@@ -5,12 +5,12 @@
 _name=Carla
 pkgname=carla
 pkgver=1.9.8
-pkgrel=5
+pkgrel=6
 pkgdesc="Audio Plugin Host"
 arch=('x86_64')
 url="https://kxstudio.sf.net/carla";
 license=('GPL2')
-depends=('file' 'fftw' 'fluidsynth' 'liblo' 'linuxsampler' 'mxml' 'projectm' 
'python-pyqt5')
+depends=('file' 'fftw' 'fluidsynth' 'liblo' 'linuxsampler' 'mxml' 'projectm' 
'python-pyqt5' 'qt5-svg')
 makedepends=('gtk2' 'gtk3' 'pulseaudio' 'python-pyliblo' 'python-pyqt5' 
'python-rdflib' 'qt4' 'qt5-svg' 'zynaddsubfx')
 optdepends=('gtk2: LV2 GTK2 UI support'
 'gtk3: LV2 GTK3 UI support'


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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Tuesday, February 20, 2018 @ 23:44:53
  Author: kkeen
Revision: 296638

upgpkg: calc 2.12.6.5-1

Modified:
  calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 23:30:16 UTC (rev 296637)
+++ PKGBUILD2018-02-20 23:44:53 UTC (rev 296638)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=calc
-pkgver=2.12.6.0
+pkgver=2.12.6.5
 pkgrel=1
 pkgdesc="console calculator"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=('chrpath')
 #source=(http://switch.dl.sf.net/sourceforge/calc/calc-$pkgver.tar.bz2)
 source=(http://www.isthe.com/chongo/src/calc/calc-$pkgver.tar.bz2)
-sha256sums=('18dee9d979d8d397ee4a6f57c494a60790034c0ff109b3c552faff97f1ad7cf2')
+sha256sums=('4e79a4e4615b92c1d8533e9ab4fdaca95715aaed45405c29daa886f8a1236733')
 
 build() {
   cd "$srcdir"/calc-$pkgver


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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Tuesday, February 20, 2018 @ 23:45:16
  Author: kkeen
Revision: 296639

archrelease: copy trunk to community-x86_64

Added:
  calc/repos/community-x86_64/PKGBUILD
(from rev 296638, calc/trunk/PKGBUILD)
Deleted:
  calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:44:53 UTC (rev 296638)
+++ PKGBUILD2018-02-20 23:45:16 UTC (rev 296639)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=calc
-pkgver=2.12.6.0
-pkgrel=1
-pkgdesc="console calculator"
-arch=(i686 x86_64)
-url="http://www.isthe.com/chongo/tech/comp/calc/";
-license=('GPL')
-depends=('readline')
-makedepends=('chrpath')
-#source=(http://switch.dl.sf.net/sourceforge/calc/calc-$pkgver.tar.bz2)
-source=(http://www.isthe.com/chongo/src/calc/calc-$pkgver.tar.bz2)
-sha256sums=('18dee9d979d8d397ee4a6f57c494a60790034c0ff109b3c552faff97f1ad7cf2')
-
-build() {
-  cd "$srcdir"/calc-$pkgver
-  make USE_READLINE="-DUSE_READLINE" READLINE_LIB="-lreadline" 
READLINE_EXTRAS="-lhistory -lncurses" -j1
-}
-
-package() {
-  cd "$srcdir"/calc-$pkgver
-  make T="$pkgdir" install
-  mv "$pkgdir"/usr/bin/cscript "$pkgdir"/usr/share/calc/
-  chrpath -d "$pkgdir"/usr/bin/calc
-}

Copied: calc/repos/community-x86_64/PKGBUILD (from rev 296638, 
calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:45:16 UTC (rev 296639)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=calc
+pkgver=2.12.6.5
+pkgrel=1
+pkgdesc="console calculator"
+arch=(x86_64)
+url="http://www.isthe.com/chongo/tech/comp/calc/";
+license=('GPL')
+depends=('readline')
+makedepends=('chrpath')
+#source=(http://switch.dl.sf.net/sourceforge/calc/calc-$pkgver.tar.bz2)
+source=(http://www.isthe.com/chongo/src/calc/calc-$pkgver.tar.bz2)
+sha256sums=('4e79a4e4615b92c1d8533e9ab4fdaca95715aaed45405c29daa886f8a1236733')
+
+build() {
+  cd "$srcdir"/calc-$pkgver
+  make USE_READLINE="-DUSE_READLINE" READLINE_LIB="-lreadline" 
READLINE_EXTRAS="-lhistory -lncurses" -j1
+}
+
+package() {
+  cd "$srcdir"/calc-$pkgver
+  make T="$pkgdir" install
+  mv "$pkgdir"/usr/bin/cscript "$pkgdir"/usr/share/calc/
+  chrpath -d "$pkgdir"/usr/bin/calc
+}


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:40:57
  Author: arojas
Revision: 317337

archrelease: copy trunk to extra-x86_64

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

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

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

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

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

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

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:40:23
  Author: arojas
Revision: 317336

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:39:52 UTC (rev 317335)
+++ PKGBUILD2018-02-20 23:40:23 UTC (rev 317336)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(accountsservice libpwquality kio)
-makedepends=(extra-cmake-modules python kcmutils)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c258f1be6211cec273ff0822442b9ad3fe8ccc03187b647662cb756de0a36835'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: user-manager/repos/extra-x86_64/PKGBUILD (from rev 317335, 
user-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:40:23 UTC (rev 317336)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(accountsservice libpwquality kio)
+makedepends=(extra-cmake-modules python kcmutils)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8a3788b611368458a2342196d9aa10d5f002b01b46b8221ea4e123edbad6eb10'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:39:52
  Author: arojas
Revision: 317335

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:38:36 UTC (rev 317334)
+++ PKGBUILD2018-02-20 23:39:52 UTC (rev 317335)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=sddm-kcm
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-depends=(sddm libxcursor knewstuff)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('be9d4e8ef2c39002357e95d7046e8a9b190d5d37a5126d360a032d2b250349c6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 317334, 
sddm-kcm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:39:52 UTC (rev 317335)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm-kcm
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+depends=(sddm libxcursor knewstuff)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c3abd1aa71f1d7c544b493bc855a5e612272f5c4cc7ddca6817f108be39e085a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:38:36
  Author: arojas
Revision: 317334

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:38:14 UTC (rev 317333)
+++ PKGBUILD2018-02-20 23:38:36 UTC (rev 317334)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('16cd20aaa78394d312715b38bf95caefb716bf3359e05313fbcf278e8cfe4c53'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

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

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:37:38
  Author: arojas
Revision: 317331

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:37:21 UTC (rev 317330)
+++ PKGBUILD2018-02-20 23:37:38 UTC (rev 317331)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace pulseaudio-gconf libcanberra-pulse)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5a577b433001b5952956c695f712a49c80d923469909ef552a90b8ae71ae0ea7'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 317330, 
plasma-pa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:37:38 UTC (rev 317331)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio-gconf libcanberra-pulse)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c7d245e9f65b1c2f56b138f184d2fc7c138cf690fc5cf77b8530e68cfa632f85'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:37:57
  Author: arojas
Revision: 317332

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:37:38 UTC (rev 317331)
+++ PKGBUILD2018-02-20 23:37:57 UTC (rev 317332)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.12.1
-pkgrel=1
-pkgdesc="Applications useful for Plasma development"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-framework)
-makedepends=(extra-cmake-modules python kdoctools ktexteditor)
-optdepends=('kirigami2: for Look & Feel explorer')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('79c508e322efde8760e23b84143c8a20670c6af4923446b6eb6cdf3b669c3986'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 317331, 
plasma-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:37:57 UTC (rev 317332)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.12.2
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework)
+makedepends=(extra-cmake-modules python kdoctools ktexteditor)
+optdepends=('kirigami2: for Look & Feel explorer')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5b3340ba857aad361bac708c8c8258e6e6adf31537066ed44654b1995138432b'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:38:14
  Author: arojas
Revision: 317333

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:37:57 UTC (rev 317332)
+++ PKGBUILD2018-02-20 23:38:14 UTC (rev 317333)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-vault
-pkgver=5.12.1
-pkgrel=1
-pkgdesc="Plasma applet and services for creating encrypted vaults"
-arch=(x86_64)
-url="https://www.kde.org/";
-license=(LGPL)
-groups=(plasma)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules python)
-optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ff791c5067463e7cd8cd9ce05895a7628cb121905fdf6065e81531f9ae05f08e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

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

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:37:21
  Author: arojas
Revision: 317330

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:36:57 UTC (rev 317329)
+++ PKGBUILD2018-02-20 23:37:21 UTC (rev 317330)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5 
mobile-broadband-provider-info)
-makedepends=(extra-cmake-modules kdoctools openconnect python kdesignerplugin)
-optdepends=('openconnect: Cisco AnyConnect VPN plugin')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b836ef3aaf3d4c58da479880f186ebca9d9e52f5be0ba4ab6d0d7fc3d00e7b08'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

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

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:36:57
  Author: arojas
Revision: 317329

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:36:42 UTC (rev 317328)
+++ PKGBUILD2018-02-20 23:36:57 UTC (rev 317329)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim python kdesignerplugin)
-groups=(plasma)
-sha256sums=('bca9dbb7b60c9ab20d60c858a0377eab3738853685e3c9e0bb7bd706f6965cd6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

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

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

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

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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:36:28
  Author: arojas
Revision: 317327

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:36:12 UTC (rev 317326)
+++ PKGBUILD2018-02-20 23:36:28 UTC (rev 317327)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwayland-integration
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('40a3ce55b8fddbceefad9e0fe59769d4c9634db77918956c72e9c198ae66d601'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 317326, 
kwayland-integration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:36:28 UTC (rev 317327)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d6a650cc89f1ac92aec36f666149d0593972b5fb258d342bbd561c8db66e9be8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:36:42
  Author: arojas
Revision: 317328

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:36:28 UTC (rev 317327)
+++ PKGBUILD2018-02-20 23:36:42 UTC (rev 317328)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwrited
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kpty knotifications kdbusaddons)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('74f16ab88efaf9f2928b96d77b51ee20a579897080b5e9c2858b9c5a03d98bae'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kwrited/repos/extra-x86_64/PKGBUILD (from rev 317327, 
kwrited/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:36:42 UTC (rev 317328)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwrited
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kpty knotifications kdbusaddons)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('642f5578e13b0d9931bae063c812806f2ea64ab92ef686d37dec4101457a40d8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:35:58
  Author: arojas
Revision: 317325

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:35:44 UTC (rev 317324)
+++ PKGBUILD2018-02-20 23:35:58 UTC (rev 317325)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: schuay 
-
-pkgname=ksshaskpass
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-arch=(x86_64)
-depends=(kwallet)
-makedepends=(extra-cmake-modules kdoctools python)
-provides=(x11-ssh-askpass)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-install=$pkgname.install
-sha256sums=('07ea1fd4b63f13170f55c4bf6f5201a9e4d7245387df454f5f5247c78d9a47fe'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

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

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

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

Deleted: ksshaskpass.install
===
--- ksshaskpass.install 2018-02-20 23:35:44 UTC (rev 317324)
+++ ksshaskpass.install 2018-02-20 23:35:58 UTC (rev 317325)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
-echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
-  fi
-}

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:36:12
  Author: arojas
Revision: 317326

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:35:58 UTC (rev 317325)
+++ PKGBUILD2018-02-20 23:36:12 UTC (rev 317326)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('95bee147fefdf8b74a408ba9ab6403f5e0ea518bbd90ecadffac55170b49fc74'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kwallet-pam/repos/extra-x86_64/PKGBUILD (from rev 317325, 
kwallet-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:36:12 UTC (rev 317326)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2dd39b8e6d058f2d39bdb0bf81f823c43e60a91b319ce4e47d1e38ab620ce075'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


[arch-commits] Commit in kde-gtk-config/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:34:59
  Author: arojas
Revision: 317321

archrelease: copy trunk to extra-x86_64

Added:
  kde-gtk-config/repos/extra-x86_64/PKGBUILD
(from rev 317320, kde-gtk-config/trunk/PKGBUILD)
Deleted:
  kde-gtk-config/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:34:44 UTC (rev 317320)
+++ PKGBUILD2018-02-20 23:34:59 UTC (rev 317321)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-gtk-config
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='GTK2 and GTK3 Configurator for KDE'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(knewstuff kde-cli-tools gtk3)
-makedepends=(extra-cmake-modules gtk2 python)
-optdepends=('gtk2: GTK2 apps support')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7c06f7495d32f15b4e84e97aeb7f70fb20749f3419a54f8649d53abb63b720a8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kde-gtk-config/repos/extra-x86_64/PKGBUILD (from rev 317320, 
kde-gtk-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:34:59 UTC (rev 317321)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-gtk-config
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(knewstuff kde-cli-tools gtk3)
+makedepends=(extra-cmake-modules gtk2 python)
+optdepends=('gtk2: GTK2 apps support')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a4f6ea7656c358304d6fed1892476ee2540ab0bc2d8a69895c4865588c919ed9'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:35:28
  Author: arojas
Revision: 317323

archrelease: copy trunk to extra-x86_64

Added:
  kgamma5/repos/extra-x86_64/PKGBUILD
(from rev 317322, kgamma5/trunk/PKGBUILD)
Deleted:
  kgamma5/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:35:13 UTC (rev 317322)
+++ PKGBUILD2018-02-20 23:35:28 UTC (rev 317323)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kgamma5
-pkgver=5.12.1
-pkgrel=1
-pkgdesc="Adjust your monitor's gamma settings"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kconfigwidgets)
-makedepends=(extra-cmake-modules python kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6b625b5316d7ac31c11d12ebd2ce683e63689b67db7dd0098ca074b008cbf331'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kgamma5/repos/extra-x86_64/PKGBUILD (from rev 317322, 
kgamma5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:35:28 UTC (rev 317323)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.12.2
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kconfigwidgets)
+makedepends=(extra-cmake-modules python kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5af6295fb3fa43a802bd737f06f2159e8c379f2260c8bd3022aea402784316f6'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:35:44
  Author: arojas
Revision: 317324

archrelease: copy trunk to extra-x86_64

Added:
  kscreen/repos/extra-x86_64/PKGBUILD
(from rev 317323, kscreen/trunk/PKGBUILD)
Deleted:
  kscreen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:35:28 UTC (rev 317323)
+++ PKGBUILD2018-02-20 23:35:44 UTC (rev 317324)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kscreen
-pkgver=5.12.1
-pkgrel=1
-pkgdesc="KDE's screen management software"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kxmlgui libkscreen qt5-graphicaleffects hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/kscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('02d68fc68724187d354a20c283c31097075e792c71c5029c97802749f67f60a3'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kscreen/repos/extra-x86_64/PKGBUILD (from rev 317323, 
kscreen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:35:44 UTC (rev 317324)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kscreen
+pkgver=5.12.2
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kxmlgui libkscreen qt5-graphicaleffects hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/kscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('3bd18992cb98bf26b6bdf03cfdd6db459cfef50e879eea7e94d73b629b5795e9'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:35:13
  Author: arojas
Revision: 317322

archrelease: copy trunk to extra-x86_64

Added:
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
(from rev 317321, kdeplasma-addons/trunk/PKGBUILD)
Deleted:
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:34:59 UTC (rev 317321)
+++ PKGBUILD2018-02-20 23:35:13 UTC (rev 317322)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeplasma-addons
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='All kind of addons to improve your Plasma experience'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules kdoctools kross python kdesignerplugin 
qt5-webengine)
-optdepends=('kross: comic applet'
-'purpose: Quickshare applet'
-'quota-tools: disk quota applet'
-'qt5-webengine: dictionary applet')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('287125ad19e76444fe0f47ff45211039398c446b15b084f537fc49848f546d88'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kdeplasma-addons/repos/extra-x86_64/PKGBUILD (from rev 317321, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:35:13 UTC (rev 317322)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules kdoctools kross python kdesignerplugin 
qt5-webengine)
+optdepends=('kross: comic applet'
+'purpose: Quickshare applet'
+'quota-tools: disk quota applet'
+'qt5-webengine: dictionary applet')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('533c0c913fded64d1ca20ee0aa6aa2f1883a78a33dfde27181ee1c2e5193a003'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:34:23
  Author: arojas
Revision: 317319

archrelease: copy trunk to extra-x86_64

Added:
  discover/repos/extra-x86_64/PKGBUILD
(from rev 317318, discover/trunk/PKGBUILD)
  discover/repos/extra-x86_64/discover-no-deb-rpm.patch
(from rev 317318, discover/trunk/discover-no-deb-rpm.patch)
  discover/repos/extra-x86_64/discover-pk-qt-1.0c.patch
(from rev 317318, discover/trunk/discover-pk-qt-1.0c.patch)
Deleted:
  discover/repos/extra-x86_64/PKGBUILD
  discover/repos/extra-x86_64/discover-no-deb-rpm.patch
  discover/repos/extra-x86_64/discover-pk-qt-1.0c.patch

---+
 PKGBUILD  |   94 ++--
 discover-no-deb-rpm.patch |   22 +-
 discover-pk-qt-1.0c.patch |   42 +--
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:34:08 UTC (rev 317318)
+++ PKGBUILD2018-02-20 23:34:23 UTC (rev 317319)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=discover
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='KDE and Plasma resources management GUI'
-arch=(x86_64)
-url='https://projects.kde.org/projects/kde/workspace/discover'
-license=(LGPL)
-depends=(knewstuff kdeclarative kitemmodels qt5-graphicaleffects appstream-qt 
archlinux-appstream-data
- hicolor-icon-theme kirigami2 qt5-quickcontrols)
-makedepends=(extra-cmake-modules python plasma-framework packagekit-qt5 
flatpak)
-optdepends=('packagekit-qt5: to manage packages from Arch Linux repositories' 
'flatpak: Flatpak packages support')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 discover-no-deb-rpm.patch)
-sha256sums=('2b98e0fb3e674310c541fa1596895b4117b12404b347510c4f63a48f03e84d1e'
-'SKIP'
-'1910a7a95c8537cdf59fea87bdb4a4ac750d073c63182536358ef5c75508521d')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Don't handle .rpm or .deb files
-  patch -p1 -i ../discover-no-deb-rpm.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: discover/repos/extra-x86_64/PKGBUILD (from rev 317318, 
discover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:34:23 UTC (rev 317319)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='KDE and Plasma resources management GUI'
+arch=(x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(knewstuff kdeclarative kitemmodels qt5-graphicaleffects appstream-qt 
archlinux-appstream-data
+ hicolor-icon-theme kirigami2 qt5-quickcontrols)
+makedepends=(extra-cmake-modules python plasma-framework packagekit-qt5 
flatpak)
+optdepends=('packagekit-qt5: to manage packages from Arch Linux repositories' 
'flatpak: Flatpak packages support')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 discover-no-deb-rpm.patch)
+sha256sums=('3b944591ba9686512b7854c29012cbd13c485a3246235608342cf0ecad556bc2'
+'SKIP'
+'1910a7a95c8537cdf59fea87bdb4a4ac750d073c63182536358ef5c75508521d')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Don't handle .rpm or .deb files
+  patch -p1 -i ../discover-no-deb-rpm.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: discover-no-deb-rpm.patch
===
--- discover-no-deb-rpm.patch   2018-02-20 23:34:08 UTC (rev 317318)
+++ discover-no-deb-rpm.patch   2018-02-20 23:34:23 UTC (rev 317319)
@@ -1,11 +0,0 @@
 discover-5.10.5/discover/CMakeLists.txt.orig   2017-08-22 
17:

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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:34:08
  Author: arojas
Revision: 317318

archrelease: copy trunk to extra-x86_64

Added:
  breeze-gtk/repos/extra-x86_64/PKGBUILD
(from rev 317317, breeze-gtk/trunk/PKGBUILD)
Deleted:
  breeze-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:33:51 UTC (rev 317317)
+++ PKGBUILD2018-02-20 23:34:08 UTC (rev 317318)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-gtk
-pkgver=5.12.1
-pkgrel=1
-pkgdesc="Breeze widget theme for GTK 2 and 3"
-arch=(x86_64)
-url='https://quickgit.kde.org/?p=breeze-gtk.git'
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2d00e5cf020b82f593cbdfd963ac4e39422a2afd93b8a5568762bc2edc17542d'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: breeze-gtk/repos/extra-x86_64/PKGBUILD (from rev 317317, 
breeze-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:34:08 UTC (rev 317318)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.12.2
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(x86_64)
+url='https://quickgit.kde.org/?p=breeze-gtk.git'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('80278b91fc790152b1d1355701cd438d411e5a6424cda0c82aae65881fca21a0'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:34:44
  Author: arojas
Revision: 317320

archrelease: copy trunk to extra-x86_64

Added:
  drkonqi/repos/extra-x86_64/PKGBUILD
(from rev 317319, drkonqi/trunk/PKGBUILD)
Deleted:
  drkonqi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:34:23 UTC (rev 317319)
+++ PKGBUILD2018-02-20 23:34:44 UTC (rev 317320)
@@ -1,39 +0,0 @@
-# Maintainer:Antonio Rojas 
-
-pkgname=drkonqi
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='The KDE crash handler'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(kidletime kxmlrpcclient gdb)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d3f39143cb3ceeddf77c91bae6b2df440f2ca9b06235f8b24c5b40892ec4d814'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: drkonqi/repos/extra-x86_64/PKGBUILD (from rev 317319, 
drkonqi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:34:44 UTC (rev 317320)
@@ -0,0 +1,39 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=drkonqi
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='The KDE crash handler'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(kidletime kxmlrpcclient gdb)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('157351cf5ff06e87ccbc8360f319133abde25a23d75d668ee08f810b67578937'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


[arch-commits] Commit in breeze-grub/repos/extra-any (PKGBUILD PKGBUILD)

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:33:51
  Author: arojas
Revision: 317317

archrelease: copy trunk to extra-any

Added:
  breeze-grub/repos/extra-any/PKGBUILD
(from rev 317316, breeze-grub/trunk/PKGBUILD)
Deleted:
  breeze-grub/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:33:35 UTC (rev 317316)
+++ PKGBUILD2018-02-20 23:33:51 UTC (rev 317317)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-grub
-pkgver=5.12.1
-pkgrel=1
-pkgdesc="Breeze theme for GRUB"
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(grub)
-makedepends=()
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c8748ff04defce515300626e532513eb27aea7101936439ee2beeb54454cfc44'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

-
-prepare() {
-  mkdir -p build
-}
-
-package() {
-  install -d "$pkgdir"/usr/share/grub/themes
-  cp -r $pkgname-$pkgver/breeze "$pkgdir"/usr/share/grub/themes
-}

Copied: breeze-grub/repos/extra-any/PKGBUILD (from rev 317316, 
breeze-grub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:33:51 UTC (rev 317317)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.12.2
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b897742f1348f211d74d71e16fdb46adcac37a742459704d6328b495edeae6a8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/usr/share/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/usr/share/grub/themes
+}


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:33:35
  Author: arojas
Revision: 317316

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 317315, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:33:17 UTC (rev 317315)
+++ PKGBUILD2018-02-20 23:33:35 UTC (rev 317316)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.12.1
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded python)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('67890467af81d5330dc7f1c026de472d5b923250838e31ae3d8a2a78a75fb861'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 317315, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:33:35 UTC (rev 317316)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.12.2
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded python)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f2b62d9844e0077929256cd096e628f69b4b7790d312f9d86fb04fc7b8f2bc87'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:33:01
  Author: arojas
Revision: 317314

archrelease: copy trunk to extra-x86_64

Added:
  powerdevil/repos/extra-x86_64/PKGBUILD
(from rev 317313, powerdevil/trunk/PKGBUILD)
Deleted:
  powerdevil/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:32:42 UTC (rev 317313)
+++ PKGBUILD2018-02-20 23:33:01 UTC (rev 317314)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=powerdevil
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('150692dff877c1c6b7ff7b7faddf68d4c51f3cff68bb886e5fcc0ce194d58825'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: powerdevil/repos/extra-x86_64/PKGBUILD (from rev 317313, 
powerdevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:33:01 UTC (rev 317314)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=powerdevil
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bcdf7662bb9c45fc213744cea323cdd9676bc4a485d660a958046505aa1c352d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


[arch-commits] Commit in polkit-kde-agent/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:33:17
  Author: arojas
Revision: 317315

archrelease: copy trunk to extra-x86_64

Added:
  polkit-kde-agent/repos/extra-x86_64/PKGBUILD
(from rev 317314, polkit-kde-agent/trunk/PKGBUILD)
Deleted:
  polkit-kde-agent/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:33:01 UTC (rev 317314)
+++ PKGBUILD2018-02-20 23:33:17 UTC (rev 317315)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=polkit-kde-agent
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kiconthemes kdbusaddons kcrash)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
-sha256sums=('26e559c40c6842bbecc91c8dfaa3e381688c2462e907fb3e80eebe7c3b095ec3'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: polkit-kde-agent/repos/extra-x86_64/PKGBUILD (from rev 317314, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:33:17 UTC (rev 317315)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=polkit-kde-agent
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kiconthemes kdbusaddons kcrash)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
+sha256sums=('a936006df397637640e0a3c5ceb1ad70d9820917a51360640c8ee404355adc9c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:32:26
  Author: arojas
Revision: 317312

archrelease: copy trunk to extra-x86_64

Added:
  systemsettings/repos/extra-x86_64/PKGBUILD
(from rev 317311, systemsettings/trunk/PKGBUILD)
Deleted:
  systemsettings/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:32:09 UTC (rev 317311)
+++ PKGBUILD2018-02-20 23:32:26 UTC (rev 317312)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=systemsettings
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kirigami2 kcmutils kactivities-stats qt5-quickcontrols)
-makedepends=(extra-cmake-modules kdoctools python khtml)
-optdepends=('khtml: for the tree view')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1b1a2a9fdabfe6a12a3987a052dbc077458845869b75da14525c888df462fadb'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: systemsettings/repos/extra-x86_64/PKGBUILD (from rev 317311, 
systemsettings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:32:26 UTC (rev 317312)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=systemsettings
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kirigami2 kcmutils kactivities-stats qt5-quickcontrols)
+makedepends=(extra-cmake-modules kdoctools python khtml)
+optdepends=('khtml: for the tree view')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('965cab685c5c37fcbe295743fff4b4f0e7c7757cfac41bcd2bf15b769bef8e19'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:32:42
  Author: arojas
Revision: 317313

archrelease: copy trunk to extra-x86_64

Added:
  kmenuedit/repos/extra-x86_64/PKGBUILD
(from rev 317312, kmenuedit/trunk/PKGBUILD)
Deleted:
  kmenuedit/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:32:26 UTC (rev 317312)
+++ PKGBUILD2018-02-20 23:32:42 UTC (rev 317313)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmenuedit
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='KDE menu editor'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(khotkeys)
-groups=(plasma)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2d0d38cb4bc5ae09eb28fd05b8d6f98a4ba870878b1884e0098b402471da918e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kmenuedit/repos/extra-x86_64/PKGBUILD (from rev 317312, 
kmenuedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:32:42 UTC (rev 317313)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmenuedit
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(khotkeys)
+groups=(plasma)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7b46c301767159cf53b29c9718441c10d1285f3ba39cf606c4a6bd9f74d8fcf9'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:32:09
  Author: arojas
Revision: 317311

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:31:49 UTC (rev 317310)
+++ PKGBUILD2018-02-20 23:32:09 UTC (rev 317311)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksysguard
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='Track and control the processes running in your system'
-arch=(x86_64)
-url='https://userbase.kde.org/KSysGuard'
-license=(LGPL)
-depends=(knewstuff libksysguard lm_sensors hicolor-icon-theme kinit)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b54850c94c2d01f5998ff1d1e198a1bc809b4d804ae2bf7d2accc7603f2708b6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: ksysguard/repos/extra-x86_64/PKGBUILD (from rev 317310, 
ksysguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:32:09 UTC (rev 317311)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksysguard
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=(x86_64)
+url='https://userbase.kde.org/KSysGuard'
+license=(LGPL)
+depends=(knewstuff libksysguard lm_sensors hicolor-icon-theme kinit)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e7d2d1b4bba99af3b99fe200b01d8e1c9e08989746a821e3672fa2ba178e1f4d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:31:31
  Author: arojas
Revision: 317309

archrelease: copy trunk to extra-x86_64

Added:
  khotkeys/repos/extra-x86_64/PKGBUILD
(from rev 317308, khotkeys/trunk/PKGBUILD)
Deleted:
  khotkeys/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:31:10 UTC (rev 317308)
+++ PKGBUILD2018-02-20 23:31:31 UTC (rev 317309)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=khotkeys
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('723234a801b7aca4693e11fed46a08dae56e7f8ae62dd9966a2fdd19437992a9'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: khotkeys/repos/extra-x86_64/PKGBUILD (from rev 317308, 
khotkeys/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:31:31 UTC (rev 317309)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=khotkeys
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3e073648f1d1e01e437e2da3bc7e424ceee90daa70d36a7b93c0ed63ba5656c3'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:31:49
  Author: arojas
Revision: 317310

archrelease: copy trunk to extra-x86_64

Added:
  kinfocenter/repos/extra-x86_64/PKGBUILD
(from rev 317309, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/extra-x86_64/kcm-about-distrorc
(from rev 317309, kinfocenter/trunk/kcm-about-distrorc)
Deleted:
  kinfocenter/repos/extra-x86_64/PKGBUILD
  kinfocenter/repos/extra-x86_64/kcm-about-distrorc

+
 PKGBUILD   |   98 +--
 kcm-about-distrorc |4 +-
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:31:31 UTC (rev 317309)
+++ PKGBUILD2018-02-20 23:31:49 UTC (rev 317310)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kinfocenter
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='A utility that provides information about a computer system'
-arch=(x86_64)
-url='https://www.kde.org/applications/system/kinfocenter/'
-license=(LGPL)
-depends=(kcmutils pciutils glu libraw1394 kwayland)
-makedepends=(extra-cmake-modules python plasma-framework kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 
-
archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg
-kcm-about-distrorc)
-sha256sums=('d384e7a226e16558ed81377892338cfbeb2c8c1fb9d03c68cc4a6b219e7a67f1'
-'SKIP'
-'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e'
-'02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Install Arch logo
-  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
-  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
-}

Copied: kinfocenter/repos/extra-x86_64/PKGBUILD (from rev 317309, 
kinfocenter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:31:49 UTC (rev 317310)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinfocenter
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=(x86_64)
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=(LGPL)
+depends=(kcmutils pciutils glu libraw1394 kwayland)
+makedepends=(extra-cmake-modules python plasma-framework kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 
+
archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg
+kcm-about-distrorc)
+sha256sums=('114b66b938c53aacffe88eacc8105c044861697d7f52bafb0fdb92d4c5f14f69'
+'SKIP'
+'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e'
+'02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
+}

Deleted: kcm-about-distrorc
===
--- kcm-about-distrorc  2018-02-20 23:31:31 UTC (rev 317309)
+++ kcm-about-distrorc  2018-02-20 23:31:49 UTC (rev 317310)
@@ -1,2 +0,0 @@
-[General]
-LogoPath=/usr/share/about-distro/archlinux-logo.svg

Copied: kinfocenter/repos/extra-x86_64/kcm-about-distrorc (from rev 317309, 
kinfocenter/trunk/kc

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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:30:53
  Author: arojas
Revision: 317307

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:30:36 UTC (rev 317306)
+++ PKGBUILD2018-02-20 23:30:53 UTC (rev 317307)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.12.1
-pkgrel=1
-pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
-makedepends=(extra-cmake-modules python breeze)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6e5edd289a10607f3a373e8dfc3364bbe59ae0261d42d8b52dd3a225b8e34d52'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: plasma-integration/repos/extra-x86_64/PKGBUILD (from rev 317306, 
plasma-integration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:30:53 UTC (rev 317307)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.12.2
+pkgrel=1
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('084c832b21b0ec411e9701c45c2eb557fa1a323d17db2267e27335b943b1dd43'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:31:10
  Author: arojas
Revision: 317308

archrelease: copy trunk to extra-x86_64

Added:
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 317307, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 317307, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

--+
 PKGBUILD |  172 ++---
 kde.pam  |   18 +++---
 2 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:30:53 UTC (rev 317307)
+++ PKGBUILD2018-02-20 23:31:10 UTC (rev 317308)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=(plasma-workspace kuiserver plasma-wayland-session)
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kjsembed knotifyconfig libksysguard ktexteditor libqalculate 
qt5-tools kde-cli-tools bc
- xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
xorg-xprop milou prison kwin
- plasma-integration kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools gpsd baloo appstream-qt krunner 
networkmanager-qt kdesignerplugin)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam)
-sha256sums=('d84da641be1d8491378fa73425564b620e806face7b8462bb06967af975356c6'
-'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  depends+=(kuiserver)
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
-  'kdepim-addons: displaying PIM events in the calendar'
-  'appmenu-qt4: global menu support for Qt4 applications'
-  'qt5-virtualkeyboard: virtual keyboard support in lock screen'
-  'baloo: Baloo search runner'
-  'appstream-qt: package search runner')
-  provides=(notification-daemon)
-  backup=('etc/pam.d/kde')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Remove conflicts with kuiserver
-  rm "$pkgdir"/usr/bin/kuiserver5
-  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
-  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
-  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
-  rm "$pkgdir"/etc/xdg/kuiserver.categories
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_kuiserver() {
-  pkgdesc='KDE Progress Info UI server'
-  depends=(kxmlgui)
-
-  cd build/kuiserver
-  make DESTDIR="$pkgdir" install
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=(plasma-workspace qt5-wayland kwayland-integration 
xorg-server-xwayland)
-  groups=()
-
-  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/extra-x86_64/PKGBUILD (from rev 317307, 
plasma-workspace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:31:10 UTC (rev 317308)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=(plasma-workspace kuiserver plasma-wayland-session)
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kjsembed knotifyconfig libksysguard ktexteditor libqalculate 
qt5-tools kde-cli-tools bc
+ xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
xorg-xprop milou prison kwin
+ plasma-integration kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools gpsd baloo appstream-qt krunner 
networkmanager-qt kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/

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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:30:21
  Author: arojas
Revision: 317305

archrelease: copy trunk to extra-x86_64

Added:
  libkscreen/repos/extra-x86_64/PKGBUILD
(from rev 317304, libkscreen/trunk/PKGBUILD)
Deleted:
  libkscreen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:30:05 UTC (rev 317304)
+++ PKGBUILD2018-02-20 23:30:21 UTC (rev 317305)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkscreen
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='KDE screen management software'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(qt5-x11extras libxrandr kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4e7e0e50f938dda9066470ebb46776598a6e70bd1cdb0f3196a7d8a7e1ce4906'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: libkscreen/repos/extra-x86_64/PKGBUILD (from rev 317304, 
libkscreen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:30:21 UTC (rev 317305)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkscreen
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(qt5-x11extras libxrandr kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a023a5bffe704777d4ccdd795cca453191f057d9572dc10e89a19ec4144061c3'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:30:36
  Author: arojas
Revision: 317306

archrelease: copy trunk to extra-x86_64

Added:
  milou/repos/extra-x86_64/PKGBUILD
(from rev 317305, milou/trunk/PKGBUILD)
Deleted:
  milou/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:30:21 UTC (rev 317305)
+++ PKGBUILD2018-02-20 23:30:36 UTC (rev 317306)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=milou
-pkgver=5.12.1
-pkgrel=1
-pkgdesc="A dedicated search application built on top of Baloo"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(krunner)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('82c9768993f58837f6c14f4b233f949269c2076c5de05b0da7aceea61605dbcc'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: milou/repos/extra-x86_64/PKGBUILD (from rev 317305, 
milou/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:30:36 UTC (rev 317306)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=milou
+pkgver=5.12.2
+pkgrel=1
+pkgdesc="A dedicated search application built on top of Baloo"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(krunner)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('88b1ed0e229c243049a5934a42d5cafbdd3f2ca557534b86869a8086c3992cea'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Tuesday, February 20, 2018 @ 23:30:16
  Author: kkeen
Revision: 296637

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:29:54 UTC (rev 296636)
+++ PKGBUILD2018-02-20 23:30:16 UTC (rev 296637)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=python-qtconsole
-pkgname=(python-qtconsole python2-qtconsole)
-pkgver=4.3.1
-pkgrel=1
-pkgdesc="Qt-based console for Jupyter with support for rich media output"
-arch=('any')
-url="https://pypi.python.org/pypi/qtconsole";
-license=('BSD')
-depends=('python-ipykernel' 'python-jupyter_core' 'python-jupyter_client'
- 'python-traitlets' 'python-pygments' 'python-pyzmq'
- 'qt5-svg' 'python-pyqt5' 'python-sip')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz";)
-md5sums=('45f15be486ea24522ac97f39a0cbcedc')
-
-prepare() {
-  cd "$srcdir"
-  cp -r qtconsole-$pkgver python2-qtconsole-$pkgver
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package_python-qtconsole() {
-  cd "$srcdir/qtconsole-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd examples
-  # FS#47046 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.6/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
-jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
-
-}
-
-package_python2-qtconsole() {
-  depends=('python2-ipykernel' 'python2-jupyter_core' 'python2-jupyter_client'
-   'python2-traitlets' 'python2-pygments' 'python2-pyzmq'
-   'qt5-svg' 'python2-pyqt5' 'python2-sip')
-
-  cd "$srcdir/python2-qtconsole-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$pkgdir/usr/bin"
-  mv jupyter-qtconsole jupyter-qtconsole-py2
-}
-

Copied: python-qtconsole/repos/community-any/PKGBUILD (from rev 296636, 
python-qtconsole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:30:16 UTC (rev 296637)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-qtconsole
+pkgname=(python-qtconsole python2-qtconsole)
+pkgver=4.3.1
+pkgrel=2
+pkgdesc="Qt-based console for Jupyter with support for rich media output"
+arch=('any')
+url="https://pypi.python.org/pypi/qtconsole";
+license=('BSD')
+depends=('python-ipykernel' 'python-jupyter_core' 'python-jupyter_client'
+ 'python-traitlets' 'python-pygments' 'python-pyzmq'
+ 'qt5-svg' 'python-pyqt5' 'python-sip')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz";)
+md5sums=('45f15be486ea24522ac97f39a0cbcedc')
+
+prepare() {
+  cd "$srcdir"
+  cp -r qtconsole-$pkgver python2-qtconsole-$pkgver
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_python-qtconsole() {
+  cd "$srcdir/qtconsole-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd examples
+  # FS#47046 fix .desktop icon
+  # FS#57556 fix .desktop icon again
+  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.6/site-packages/qtconsole/resources/icon/JupyterConsole|'
 \
+jupyter-qtconsole.desktop
+  install -Dm644 jupyter-qtconsole.desktop \
+"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
+
+}
+
+package_python2-qtconsole() {
+  depends=('python2-ipykernel' 'python2-jupyter_core' 'python2-jupyter_client'
+   'python2-traitlets' 'python2-pygments' 'python2-pyzmq'
+   'qt5-svg' 'python2-pyqt5' 'python2-sip')
+
+  cd "$srcdir/python2-qtconsole-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd "$pkgdir/usr/bin"
+  mv jupyter-qtconsole jupyter-qtconsole-py2
+}
+


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:30:05
  Author: arojas
Revision: 317304

archrelease: copy trunk to extra-x86_64

Added:
  libksysguard/repos/extra-x86_64/PKGBUILD
(from rev 317303, libksysguard/trunk/PKGBUILD)
Deleted:
  libksysguard/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:29:50 UTC (rev 317303)
+++ PKGBUILD2018-02-20 23:30:05 UTC (rev 317304)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksysguard
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(libxres qt5-webkit kwindowsystem kconfigwidgets)
-makedepends=(extra-cmake-modules kdoctools python plasma-framework)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d4558ffd6b3b2317a9195401f8ddfbc630f7f5900e9c23c252a6d1661d80cb75'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: libksysguard/repos/extra-x86_64/PKGBUILD (from rev 317303, 
libksysguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:30:05 UTC (rev 317304)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webkit kwindowsystem kconfigwidgets)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('29bc383652e0d195f181cc7c166c177a338381fd5dd9b9c0430ea1cee921c8d9'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


[arch-commits] Commit in kde-cli-tools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:29:50
  Author: arojas
Revision: 317303

archrelease: copy trunk to extra-x86_64

Added:
  kde-cli-tools/repos/extra-x86_64/PKGBUILD
(from rev 317302, kde-cli-tools/trunk/PKGBUILD)
Deleted:
  kde-cli-tools/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:29:27 UTC (rev 317302)
+++ PKGBUILD2018-02-20 23:29:50 UTC (rev 317303)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-cli-tools
-pkgver=5.12.1
-pkgrel=1
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kdesu kcmutils kinit kactivities)
-makedepends=(extra-cmake-modules python kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('db3caf8024deb3e01c1d56cc8dde38a66f96f5cdbcbb19897d170629929fcb50'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kde-cli-tools/repos/extra-x86_64/PKGBUILD (from rev 317302, 
kde-cli-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:29:50 UTC (rev 317303)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-cli-tools
+pkgver=5.12.2
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kdesu kcmutils kinit kactivities)
+makedepends=(extra-cmake-modules python kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6c1bf83cd6d6e0463ad9f92d1521e383a1bdfa5ab2019b4acffa121113c9a7c9'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Kyle Keen via arch-commits
Date: Tuesday, February 20, 2018 @ 23:29:54
  Author: kkeen
Revision: 296636

upgpkg: python-qtconsole 4.3.1-2  FS#57556

Modified:
  python-qtconsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 22:56:11 UTC (rev 296635)
+++ PKGBUILD2018-02-20 23:29:54 UTC (rev 296636)
@@ -4,7 +4,7 @@
 pkgbase=python-qtconsole
 pkgname=(python-qtconsole python2-qtconsole)
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt-based console for Jupyter with support for rich media output"
 arch=('any')
 url="https://pypi.python.org/pypi/qtconsole";
@@ -32,7 +32,8 @@
 
   cd examples
   # FS#47046 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.6/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
+  # FS#57556 fix .desktop icon again
+  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.6/site-packages/qtconsole/resources/icon/JupyterConsole|'
 \
 jupyter-qtconsole.desktop
   install -Dm644 jupyter-qtconsole.desktop \
 "$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:29:27
  Author: arojas
Revision: 317302

archrelease: copy trunk to extra-x86_64

Added:
  kwin/repos/extra-x86_64/PKGBUILD
(from rev 317301, kwin/trunk/PKGBUILD)
Deleted:
  kwin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:28:56 UTC (rev 317301)
+++ PKGBUILD2018-02-20 23:29:27 UTC (rev 317302)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.12.1
-pkgrel=2
-pkgdesc='An easy to use, but flexible, composited Window Manager'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze kinit 
qt5-sensors)
-makedepends=(extra-cmake-modules qt5-tools kdoctools python)
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('de5513fe9d13c7e17dc32f767699f8c7ce656a3eb3fb1dda22665a0b3dc48d8f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kwin/repos/extra-x86_64/PKGBUILD (from rev 317301, kwin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:29:27 UTC (rev 317302)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='An easy to use, but flexible, composited Window Manager'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze kinit 
qt5-sensors)
+makedepends=(extra-cmake-modules qt5-tools kdoctools python)
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7c92745d7c8b36cac596ba1913b3c672034e830f82b85ccf5f52762deb8cde52'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:28:56
  Author: arojas
Revision: 317301

archrelease: copy trunk to extra-x86_64

Added:
  breeze/repos/extra-x86_64/PKGBUILD
(from rev 317300, breeze/trunk/PKGBUILD)
Deleted:
  breeze/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:28:37 UTC (rev 317300)
+++ PKGBUILD2018-02-20 23:28:56 UTC (rev 317301)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=breeze
-pkgname=(breeze breeze-kde4)
-pkgver=5.12.1
-pkgrel=1
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(extra-cmake-modules frameworkintegration kdelibs automoc4 
kdecoration kcmutils plasma-framework python)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('fa170da08cd12b676a3520c28847181bac0dc136db88834ad540199d25f92342'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=(frameworkintegration kdecoration breeze-icons kwayland 
hicolor-icon-theme)
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'breeze-gtk: Breeze widget style for GTK applications'
-   'kcmutils: for breeze-settings')
-  groups=(plasma)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=(kdelibs)
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed for pure Qt4 apps
-  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/extra-x86_64/PKGBUILD (from rev 317300, 
breeze/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:28:56 UTC (rev 317301)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=breeze
+pkgname=(breeze breeze-kde4)
+pkgver=5.12.2
+pkgrel=1
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(extra-cmake-modules frameworkintegration kdelibs automoc4 
kdecoration kcmutils plasma-framework python)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('1a006668572618956f0a2759ddabb0abcf6cd2fbd07e76b8369e9a4a221fa0ef'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=(frameworkintegration kdecoration breeze-icons kwayland 
hicolor-icon-theme)
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+   'breeze-gtk: Breeze widget style for GTK applications'
+   'kcmutils: for breeze-settings')
+  groups=(plasma)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_breeze-kde4() {
+  pkgdesc='Breeze widget style for KDE4 applications'
+  depends=(kdelibs)
+
+  cd build-kde4
+  make DESTDIR="$pkgdir" install
+
+  # needed for pure Qt4 apps
+  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
+  ln -s /usr/lib/kde4/plugins/styles/breeze.so 

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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:28:37
  Author: arojas
Revision: 317300

archrelease: copy trunk to extra-x86_64

Added:
  oxygen/repos/extra-x86_64/PKGBUILD
(from rev 317299, oxygen/trunk/PKGBUILD)
Deleted:
  oxygen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:28:18 UTC (rev 317299)
+++ PKGBUILD2018-02-20 23:28:37 UTC (rev 317300)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=oxygen
-pkgname=(oxygen oxygen-kde4)
-pkgver=5.12.1
-pkgrel=1
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(frameworkintegration kcmutils kdecoration extra-cmake-modules 
kdoctools kdelibs automoc4 python)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dff7c08b5fcca91ed022ec31b9ab8a3a3cecbcb94cf1df99fec34c189511bcde'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=(frameworkintegration kdecoration kcmutils kwayland 
hicolor-icon-theme)
-  conflicts=(oxygen-cursors)
-  replaces=(oxygen-cursors)
-  groups=(plasma)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=(kdelibs)
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: oxygen/repos/extra-x86_64/PKGBUILD (from rev 317299, 
oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:28:37 UTC (rev 317300)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=oxygen
+pkgname=(oxygen oxygen-kde4)
+pkgver=5.12.2
+pkgrel=1
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(frameworkintegration kcmutils kdecoration extra-cmake-modules 
kdoctools kdelibs automoc4 python)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('be7e36e05577c514033c379b4f8d5f081e4dfd76903c50737e2d1a5b26bfe00d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+  cd ..
+
+  cd build-kde4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DUSE_KDE4=ON
+  make
+}
+
+package_oxygen() {
+  pkgdesc='KDE Oxygen style'
+  depends=(frameworkintegration kdecoration kcmutils kwayland 
hicolor-icon-theme)
+  conflicts=(oxygen-cursors)
+  replaces=(oxygen-cursors)
+  groups=(plasma)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-kde4() {
+  pkgdesc='KDE Oxygen style for KDE4 applications'
+  depends=(kdelibs)
+
+  cd build-kde4
+  make DESTDIR="$pkgdir" install
+
+  # needed so that pure Qt4 apps are correctly themed
+  install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles
+  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
+}


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:28:18
  Author: arojas
Revision: 317299

archrelease: copy trunk to extra-x86_64

Added:
  kdecoration/repos/extra-x86_64/PKGBUILD
(from rev 317298, kdecoration/trunk/PKGBUILD)
Deleted:
  kdecoration/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:27:57 UTC (rev 317298)
+++ PKGBUILD2018-02-20 23:28:18 UTC (rev 317299)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdecoration
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3e3a137eb0a056196b8473a601740a892ab15e8dda8debed9461c1fbd83ca823'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kdecoration/repos/extra-x86_64/PKGBUILD (from rev 317298, 
kdecoration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:28:18 UTC (rev 317299)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdecoration
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e9e81b27d89d040ade2ffdb7612d7d6e6a8c23de7082e3561d9c5ad0a87b16f2'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:27:57
  Author: arojas
Revision: 317298

archrelease: copy trunk to extra-x86_64

Added:
  kscreenlocker/repos/extra-x86_64/PKGBUILD
(from rev 317297, kscreenlocker/trunk/PKGBUILD)
Deleted:
  kscreenlocker/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:27:34 UTC (rev 317297)
+++ PKGBUILD2018-02-20 23:27:57 UTC (rev 317298)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.12.1
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(kidletime kwayland kdeclarative)
-makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('180222ebe87b25d345fc8467eb00999f94937d0ec388c1028676bc02662873e8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 317297, 
kscreenlocker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:27:57 UTC (rev 317298)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.12.2
+pkgrel=1
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+groups=(plasma)
+depends=(kidletime kwayland kdeclarative)
+makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f601ba83966ebfc0f0a8f36fc630c98e6b85861481c7c05b08077755a7f4186d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


[arch-commits] Commit in (41 files)

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:26:53
  Author: arojas
Revision: 317296

Plasma 5.12.2

Modified:
  bluedevil/trunk/PKGBUILD
  breeze-grub/trunk/PKGBUILD
  breeze-gtk/trunk/PKGBUILD
  breeze/trunk/PKGBUILD
  discover/trunk/PKGBUILD
  drkonqi/trunk/PKGBUILD
  kactivitymanagerd/trunk/PKGBUILD
  kde-cli-tools/trunk/PKGBUILD
  kde-gtk-config/trunk/PKGBUILD
  kdecoration/trunk/PKGBUILD
  kdeplasma-addons/trunk/PKGBUILD
  kgamma5/trunk/PKGBUILD
  khotkeys/trunk/PKGBUILD
  kinfocenter/trunk/PKGBUILD
  kmenuedit/trunk/PKGBUILD
  kscreen/trunk/PKGBUILD
  kscreenlocker/trunk/PKGBUILD
  ksshaskpass/trunk/PKGBUILD
  ksysguard/trunk/PKGBUILD
  kwallet-pam/trunk/PKGBUILD
  kwayland-integration/trunk/PKGBUILD
  kwin/trunk/PKGBUILD
  kwrited/trunk/PKGBUILD
  libkscreen/trunk/PKGBUILD
  libksysguard/trunk/PKGBUILD
  milou/trunk/PKGBUILD
  oxygen/trunk/PKGBUILD
  plasma-desktop/trunk/PKGBUILD
  plasma-integration/trunk/PKGBUILD
  plasma-nm/trunk/PKGBUILD
  plasma-pa/trunk/PKGBUILD
  plasma-sdk/trunk/PKGBUILD
  plasma-vault/trunk/PKGBUILD
  plasma-workspace-wallpapers/trunk/PKGBUILD
  plasma-workspace/trunk/PKGBUILD
  polkit-kde-agent/trunk/PKGBUILD
  powerdevil/trunk/PKGBUILD
  sddm-kcm/trunk/PKGBUILD
  systemsettings/trunk/PKGBUILD
  user-manager/trunk/PKGBUILD
  xdg-desktop-portal-kde/trunk/PKGBUILD

+
 bluedevil/trunk/PKGBUILD   |4 ++--
 breeze-grub/trunk/PKGBUILD |4 ++--
 breeze-gtk/trunk/PKGBUILD  |4 ++--
 breeze/trunk/PKGBUILD  |4 ++--
 discover/trunk/PKGBUILD|4 ++--
 drkonqi/trunk/PKGBUILD |4 ++--
 kactivitymanagerd/trunk/PKGBUILD   |4 ++--
 kde-cli-tools/trunk/PKGBUILD   |4 ++--
 kde-gtk-config/trunk/PKGBUILD  |4 ++--
 kdecoration/trunk/PKGBUILD |4 ++--
 kdeplasma-addons/trunk/PKGBUILD|4 ++--
 kgamma5/trunk/PKGBUILD |4 ++--
 khotkeys/trunk/PKGBUILD|4 ++--
 kinfocenter/trunk/PKGBUILD |4 ++--
 kmenuedit/trunk/PKGBUILD   |4 ++--
 kscreen/trunk/PKGBUILD |4 ++--
 kscreenlocker/trunk/PKGBUILD   |4 ++--
 ksshaskpass/trunk/PKGBUILD |4 ++--
 ksysguard/trunk/PKGBUILD   |4 ++--
 kwallet-pam/trunk/PKGBUILD |4 ++--
 kwayland-integration/trunk/PKGBUILD|4 ++--
 kwin/trunk/PKGBUILD|6 +++---
 kwrited/trunk/PKGBUILD |4 ++--
 libkscreen/trunk/PKGBUILD  |4 ++--
 libksysguard/trunk/PKGBUILD|4 ++--
 milou/trunk/PKGBUILD   |4 ++--
 oxygen/trunk/PKGBUILD  |4 ++--
 plasma-desktop/trunk/PKGBUILD  |4 ++--
 plasma-integration/trunk/PKGBUILD  |4 ++--
 plasma-nm/trunk/PKGBUILD   |4 ++--
 plasma-pa/trunk/PKGBUILD   |4 ++--
 plasma-sdk/trunk/PKGBUILD  |4 ++--
 plasma-vault/trunk/PKGBUILD|4 ++--
 plasma-workspace-wallpapers/trunk/PKGBUILD |4 ++--
 plasma-workspace/trunk/PKGBUILD|4 ++--
 polkit-kde-agent/trunk/PKGBUILD|4 ++--
 powerdevil/trunk/PKGBUILD  |4 ++--
 sddm-kcm/trunk/PKGBUILD|4 ++--
 systemsettings/trunk/PKGBUILD  |4 ++--
 user-manager/trunk/PKGBUILD|4 ++--
 xdg-desktop-portal-kde/trunk/PKGBUILD  |4 ++--
 41 files changed, 83 insertions(+), 83 deletions(-)

Modified: bluedevil/trunk/PKGBUILD
===
--- bluedevil/trunk/PKGBUILD2018-02-20 16:43:30 UTC (rev 317295)
+++ bluedevil/trunk/PKGBUILD2018-02-20 23:26:53 UTC (rev 317296)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=bluedevil
-pkgver=5.12.1
+pkgver=5.12.2
 pkgrel=1
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
@@ -16,7 +16,7 @@
 optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
 groups=(plasma)
 
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('67890467af81d5330dc7f1c026de472d5b923250838e31ae3d8a2a78a75fb861'
+sha256sums=('f2b62d9844e0077929256cd096e628f69b4b7790d312f9d86fb04fc7b8f2bc87'
 'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 


Modified: breeze/trunk/PKGBUILD
===
--- breeze/trunk/PKGBUILD   2018-02-20 16:43:30 UTC (rev 317295)
+++ breeze/trunk/PKGBUILD   2018-02-20 23:26:53 UTC (rev 317296)
@@ -5,7 +5,7 @@
 
 pkgbase=breeze
 pkgname=(breeze breeze-kde4)
-pkgver=5.1

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

2018-02-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 20, 2018 @ 23:27:34
  Author: arojas
Revision: 317297

archrelease: copy trunk to extra-x86_64

Added:
  kactivitymanagerd/repos/extra-x86_64/PKGBUILD
(from rev 317296, kactivitymanagerd/trunk/PKGBUILD)
Deleted:
  kactivitymanagerd/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 23:26:53 UTC (rev 317296)
+++ PKGBUILD2018-02-20 23:27:34 UTC (rev 317297)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kactivitymanagerd
-pkgver=5.12.1
-pkgrel=1
-pkgdesc="System service to manage user's activities and track the usage 
patterns"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio)
-makedepends=(extra-cmake-modules boost python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2d56b8b5f1bd540e4c31063025f44c58af2186e9846fee74982cde7a8467d341'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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

Copied: kactivitymanagerd/repos/extra-x86_64/PKGBUILD (from rev 317296, 
kactivitymanagerd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 23:27:34 UTC (rev 317297)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kactivitymanagerd
+pkgver=5.12.2
+pkgrel=1
+pkgdesc="System service to manage user's activities and track the usage 
patterns"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules boost python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('04ed1efefd91019debf31fa02f905bae9647fe55171bf9bb74e2084f12c8cad0'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

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

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


[arch-commits] Commit in xcircuit/repos/community-x86_64 (3 files)

2018-02-20 Thread Kyle Keen via arch-commits
Date: Tuesday, February 20, 2018 @ 22:56:11
  Author: kkeen
Revision: 296635

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   86 +++--
 xcircuit.desktop |   10 ++
 2 files changed, 55 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 22:55:57 UTC (rev 296634)
+++ PKGBUILD2018-02-20 22:56:11 UTC (rev 296635)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Giovanni Scafora 
-# Contributor: simo 
-
-pkgname=xcircuit
-pkgver=3.9.70
-_pkgver=3.9
-pkgrel=1
-pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
-arch=('i686' 'x86_64')
-url="http://opencircuitdesign.com/xcircuit";
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib' 'cairo')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-sha256sums=('277b4239e9fe38eeb1ebbf2062e017dc3ae3b5f473a1173aa03e0ea88c610278')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---with-cairo \
---with-tcl=/usr/lib \
---with-tk=/usr/lib
-  make ACLOCAL=aclocal AUTOMAKE=automake
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  mkdir -p "$pkgdir"/usr/share/man/man1
-  mv "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/* "$pkgdir"/usr/share/man/man1/
-  rm -rf "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/
-  chrpath -d "$pkgdir"/usr/lib/xcircuit-${_pkgver}/xcircexec
-  install -Dm0644 xcircuit.desktop 
"$pkgdir"/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png "$pkgdir"/usr/share/icons/xcircuit.png
-}

Copied: xcircuit/repos/community-x86_64/PKGBUILD (from rev 296634, 
xcircuit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 22:56:11 UTC (rev 296635)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Giovanni Scafora 
+# Contributor: simo 
+
+pkgname=xcircuit
+pkgver=3.9.72
+_pkgver=3.9
+pkgrel=1
+pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
+arch=('x86_64')
+url="http://opencircuitdesign.com/xcircuit";
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib' 'cairo')
+makedepends=('chrpath' 'imagemagick')
+source=("http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz";
+"xcircuit.desktop"
+"http://opencircuitdesign.com/xcircuit/xcicon_sm.gif";)
+sha256sums=('9b8d1e2ff75db81da4f290d9c5d356c7dd749e05ce4cb3e9fcd91e284cb024df'
+'3c29f55ee6196b554d6fc5791f29ac7cab2fecc184c699e80ee265be0b609456'
+'8e7b132d9803443e6f3ae65ed1990362a5a977e7856b1e54f2edf8cd4a3d7259')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--with-cairo \
+--with-tcl=/usr/lib \
+--with-tk=/usr/lib
+  make ACLOCAL=aclocal AUTOMAKE=automake
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm0644 xcircuit.desktop 
"$pkgdir/usr/share/applications/xcircuit.desktop"
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir/usr/share/man/man1"
+  mv "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"* "$pkgdir/usr/share/man/man1/"
+  rm -rf "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"
+  chrpath -d "$pkgdir/usr/lib/xcircuit-${_pkgver}/xcircexec"
+  convert ../xcicon_sm.gif xcircuit.png
+  install -Dm0644 xcircuit.png "$pkgdir/usr/share/icons/xcircuit.png"
+}

Copied: xcircuit/repos/community-x86_64/xcircuit.desktop (from rev 296634, 
xcircuit/trunk/xcircuit.desktop)
===
--- xcircuit.desktop(rev 0)
+++ xcircuit.desktop2018-02-20 22:56:11 UTC (rev 296635)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+Name=Xcircuit
+Comment=A program for drawing publishable-quality electrical circuit schematic 
diagrams
+Exec=xcircuit
+Icon=xcircuit
+Terminal=false
+StartupNotify=false
+Categories=Application;Electronics;Engineering;


[arch-commits] Commit in xcircuit/trunk (PKGBUILD xcircuit.desktop)

2018-02-20 Thread Kyle Keen via arch-commits
Date: Tuesday, February 20, 2018 @ 22:55:57
  Author: kkeen
Revision: 296634

upgpkg: xcircuit 3.9.72-1

Added:
  xcircuit/trunk/xcircuit.desktop
Modified:
  xcircuit/trunk/PKGBUILD

--+
 PKGBUILD |   30 +-
 xcircuit.desktop |   10 ++
 2 files changed, 27 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 22:06:27 UTC (rev 296633)
+++ PKGBUILD2018-02-20 22:55:57 UTC (rev 296634)
@@ -4,7 +4,7 @@
 # Contributor: simo 
 
 pkgname=xcircuit
-pkgver=3.9.70
+pkgver=3.9.72
 _pkgver=3.9
 pkgrel=1
 pkgdesc="A program for drawing publishable-quality electrical circuit 
schematic diagrams"
@@ -12,14 +12,16 @@
 url="http://opencircuitdesign.com/xcircuit";
 license=('GPL2')
 depends=('tk' 'libxpm' 'zlib' 'cairo')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-sha256sums=('277b4239e9fe38eeb1ebbf2062e017dc3ae3b5f473a1173aa03e0ea88c610278')
+makedepends=('chrpath' 'imagemagick')
+source=("http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz";
+"xcircuit.desktop"
+"http://opencircuitdesign.com/xcircuit/xcicon_sm.gif";)
+sha256sums=('9b8d1e2ff75db81da4f290d9c5d356c7dd749e05ce4cb3e9fcd91e284cb024df'
+'3c29f55ee6196b554d6fc5791f29ac7cab2fecc184c699e80ee265be0b609456'
+'8e7b132d9803443e6f3ae65ed1990362a5a977e7856b1e54f2edf8cd4a3d7259')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
   ./configure \
 --prefix=/usr \
 --mandir=/usr/share/man \
@@ -30,12 +32,14 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir"
+  install -Dm0644 xcircuit.desktop 
"$pkgdir/usr/share/applications/xcircuit.desktop"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
-  mkdir -p "$pkgdir"/usr/share/man/man1
-  mv "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/* "$pkgdir"/usr/share/man/man1/
-  rm -rf "$pkgdir"/usr/lib/xcircuit-${_pkgver}/man/
-  chrpath -d "$pkgdir"/usr/lib/xcircuit-${_pkgver}/xcircexec
-  install -Dm0644 xcircuit.desktop 
"$pkgdir"/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png "$pkgdir"/usr/share/icons/xcircuit.png
+  mkdir -p "$pkgdir/usr/share/man/man1"
+  mv "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"* "$pkgdir/usr/share/man/man1/"
+  rm -rf "$pkgdir/usr/lib/xcircuit-${_pkgver}/man/"
+  chrpath -d "$pkgdir/usr/lib/xcircuit-${_pkgver}/xcircexec"
+  convert ../xcicon_sm.gif xcircuit.png
+  install -Dm0644 xcircuit.png "$pkgdir/usr/share/icons/xcircuit.png"
 }

Added: xcircuit.desktop
===
--- xcircuit.desktop(rev 0)
+++ xcircuit.desktop2018-02-20 22:55:57 UTC (rev 296634)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+Name=Xcircuit
+Comment=A program for drawing publishable-quality electrical circuit schematic 
diagrams
+Exec=xcircuit
+Icon=xcircuit
+Terminal=false
+StartupNotify=false
+Categories=Application;Electronics;Engineering;


[arch-commits] Commit in (5 files)

2018-02-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 20, 2018 @ 22:06:08
  Author: spupykin
Revision: 296632

add psi no webkit version

Added:
  psi-nowebkit/
  psi-nowebkit/repos/
  psi-nowebkit/trunk/
  psi-nowebkit/trunk/PKGBUILD
  psi-nowebkit/trunk/join.patch

+
 PKGBUILD   |   42 ++
 join.patch |   24 
 2 files changed, 66 insertions(+)

Added: psi-nowebkit/trunk/PKGBUILD
===
--- psi-nowebkit/trunk/PKGBUILD (rev 0)
+++ psi-nowebkit/trunk/PKGBUILD 2018-02-20 22:06:08 UTC (rev 296632)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname="psi-nowebkit"
+pkgver=1.3
+pkgrel=1
+pkgdesc="Psi is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (without webkit support)"
+url="http://psi-plus.com";
+license=('GPL2')
+arch=('x86_64')
+depends=('qt5-base' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
+'libidn' 'libxss' 'qt5-svg' 'hunspell' 'qtkeychain')
+makedepends=('patch' 'cmake')
+conflicts=('psi-plus-qt5-git' 'psi-plus-webkit-qt5-git' 'psi-plus-webkit-git' 
'psi-plus-git' 'psi-plus' 'psi')
+provides=('psi')
+source=("https://downloads.sourceforge.net/project/psi/Psi/${pkgver}/psi-${pkgver}.tar.xz";
+   
"no-qca-qt4.patch::https://aur.archlinux.org/cgit/aur.git/plain/no-qca-qt4.patch?h=psi-plus-git&id=bc3ee431ca26d6294810636a514c50985540bd23";
+   "join.patch")
+sha256sums=('59debd16e61ab1d4ff88aca9f41b9caaaca8395f1576418fb99214d5e2c6fa8b'
+'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
+'67ff9fe4ebfc7b6a04cd325a677ad0cf6252bd7276bfb7968be80fc6f0ad5dc3')
+
+prepare() {
+  cd psi-$pkgver
+  patch -p1 <"$srcdir"/join.patch
+  patch -p1 <"$srcdir"/no-qca-qt4.patch
+}
+
+build() {
+  cd psi-$pkgver
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DENABLE_WEBKIT=OFF ..
+  make
+}
+
+package() {
+  cd psi-$pkgver/build
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/include/psi/plugins"
+  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
+}


Property changes on: psi-nowebkit/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: psi-nowebkit/trunk/join.patch
===
--- psi-nowebkit/trunk/join.patch   (rev 0)
+++ psi-nowebkit/trunk/join.patch   2018-02-20 22:06:08 UTC (rev 296632)
@@ -0,0 +1,24 @@
+diff -wbBur psi-1.3.org/src/groupchatdlg.cpp psi-1.3/src/groupchatdlg.cpp
+--- psi-1.3.org/src/groupchatdlg.cpp   2017-09-24 13:54:15.0 +0300
 psi-1.3/src/groupchatdlg.cpp   2018-02-20 20:33:06.279033368 +0300
+@@ -1456,7 +1456,7 @@
+   QString nick = d->self;
+ 
+   if(!account()->groupChatJoin(host, room, nick, d->password)) {
+-  appendSysMsg(tr("Error: You are in or joining this room 
already!"), true);
++//appendSysMsg(tr("Error: You are in or joining this room 
already!"), true);
+   d->state = Private::Idle;
+   }
+   }
+diff -wbBur psi-1.3.org/src/mucjoindlg.cpp psi-1.3/src/mucjoindlg.cpp
+--- psi-1.3.org/src/mucjoindlg.cpp 2017-09-24 13:54:15.0 +0300
 psi-1.3/src/mucjoindlg.cpp 2018-02-20 20:33:09.399033235 +0300
+@@ -181,7 +181,7 @@
+ 
+ 
+   if (!account_->groupChatJoin(host, room, nick, pass, 
!ui_.ck_history->isChecked())) {
+-  QMessageBox::information(this, tr("Error"), tr("You are in or 
joining this room already!"));
++//QMessageBox::information(this, tr("Error"), tr("You are in or 
joining this room already!"));
+   return;
+   }
+ 


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

2018-02-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 20, 2018 @ 22:06:27
  Author: spupykin
Revision: 296633

archrelease: copy trunk to community-x86_64

Added:
  psi-nowebkit/repos/community-x86_64/
  psi-nowebkit/repos/community-x86_64/PKGBUILD
(from rev 296632, psi-nowebkit/trunk/PKGBUILD)
  psi-nowebkit/repos/community-x86_64/join.patch
(from rev 296632, psi-nowebkit/trunk/join.patch)

+
 PKGBUILD   |   42 ++
 join.patch |   24 
 2 files changed, 66 insertions(+)

Copied: psi-nowebkit/repos/community-x86_64/PKGBUILD (from rev 296632, 
psi-nowebkit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-02-20 22:06:27 UTC (rev 296633)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname="psi-nowebkit"
+pkgver=1.3
+pkgrel=1
+pkgdesc="Psi is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (without webkit support)"
+url="http://psi-plus.com";
+license=('GPL2')
+arch=('x86_64')
+depends=('qt5-base' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
+'libidn' 'libxss' 'qt5-svg' 'hunspell' 'qtkeychain')
+makedepends=('patch' 'cmake')
+conflicts=('psi-plus-qt5-git' 'psi-plus-webkit-qt5-git' 'psi-plus-webkit-git' 
'psi-plus-git' 'psi-plus' 'psi')
+provides=('psi')
+source=("https://downloads.sourceforge.net/project/psi/Psi/${pkgver}/psi-${pkgver}.tar.xz";
+   
"no-qca-qt4.patch::https://aur.archlinux.org/cgit/aur.git/plain/no-qca-qt4.patch?h=psi-plus-git&id=bc3ee431ca26d6294810636a514c50985540bd23";
+   "join.patch")
+sha256sums=('59debd16e61ab1d4ff88aca9f41b9caaaca8395f1576418fb99214d5e2c6fa8b'
+'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
+'67ff9fe4ebfc7b6a04cd325a677ad0cf6252bd7276bfb7968be80fc6f0ad5dc3')
+
+prepare() {
+  cd psi-$pkgver
+  patch -p1 <"$srcdir"/join.patch
+  patch -p1 <"$srcdir"/no-qca-qt4.patch
+}
+
+build() {
+  cd psi-$pkgver
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DENABLE_WEBKIT=OFF ..
+  make
+}
+
+package() {
+  cd psi-$pkgver/build
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/include/psi/plugins"
+  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
+}

Copied: psi-nowebkit/repos/community-x86_64/join.patch (from rev 296632, 
psi-nowebkit/trunk/join.patch)
===
--- community-x86_64/join.patch (rev 0)
+++ community-x86_64/join.patch 2018-02-20 22:06:27 UTC (rev 296633)
@@ -0,0 +1,24 @@
+diff -wbBur psi-1.3.org/src/groupchatdlg.cpp psi-1.3/src/groupchatdlg.cpp
+--- psi-1.3.org/src/groupchatdlg.cpp   2017-09-24 13:54:15.0 +0300
 psi-1.3/src/groupchatdlg.cpp   2018-02-20 20:33:06.279033368 +0300
+@@ -1456,7 +1456,7 @@
+   QString nick = d->self;
+ 
+   if(!account()->groupChatJoin(host, room, nick, d->password)) {
+-  appendSysMsg(tr("Error: You are in or joining this room 
already!"), true);
++//appendSysMsg(tr("Error: You are in or joining this room 
already!"), true);
+   d->state = Private::Idle;
+   }
+   }
+diff -wbBur psi-1.3.org/src/mucjoindlg.cpp psi-1.3/src/mucjoindlg.cpp
+--- psi-1.3.org/src/mucjoindlg.cpp 2017-09-24 13:54:15.0 +0300
 psi-1.3/src/mucjoindlg.cpp 2018-02-20 20:33:09.399033235 +0300
+@@ -181,7 +181,7 @@
+ 
+ 
+   if (!account_->groupChatJoin(host, room, nick, pass, 
!ui_.ck_history->isChecked())) {
+-  QMessageBox::information(this, tr("Error"), tr("You are in or 
joining this room already!"));
++//QMessageBox::information(this, tr("Error"), tr("You are in or 
joining this room already!"));
+   return;
+   }
+ 


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

2018-02-20 Thread Alexander Rødseth via arch-commits
Date: Tuesday, February 20, 2018 @ 21:50:57
  Author: arodseth
Revision: 296631

archrelease: copy trunk to community-any

Added:
  asciinema/repos/community-any/PKGBUILD
(from rev 296630, asciinema/trunk/PKGBUILD)
  asciinema/repos/community-any/asciinema.sh
(from rev 296630, asciinema/trunk/asciinema.sh)
Deleted:
  asciinema/repos/community-any/PKGBUILD
  asciinema/repos/community-any/asciinema.sh

--+
 PKGBUILD |   52 ++--
 asciinema.sh |4 ++--
 2 files changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 21:50:34 UTC (rev 296630)
+++ PKGBUILD2018-02-20 21:50:57 UTC (rev 296631)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Marcin Kulik 
-
-pkgname=asciinema
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Record and share terminal sessions'
-arch=('any')
-url='https://asciinema.org/'
-license=('GPL3')
-makedepends=('python-setuptools')
-depends=('python')
-source=("$pkgname.tar.gz::https://github.com/asciinema/asciinema/archive/v${pkgver}.tar.gz";
-'asciinema.sh')
-sha256sums=('841a55b0f51988d5e155e99badbd6ce5cf3b43cca2ba15cd20c971a19719dc9a'
-'14a2dd176aa95010e1e4876265f12288499008c1cf530da5b1d9aff9d74917cd')
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/asciinema.sh" "$pkgdir/usr/bin/asciinema"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: asciinema/repos/community-any/PKGBUILD (from rev 296630, 
asciinema/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 21:50:57 UTC (rev 296631)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Marcin Kulik 
+
+pkgname=asciinema
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Record and share terminal sessions'
+arch=('any')
+url='https://asciinema.org/'
+license=('GPL3')
+makedepends=('git' 'python-setuptools')
+depends=('python')
+source=("git+https://github.com/asciinema/asciinema.git#tag=v$pkgver";
+'asciinema.sh')
+sha256sums=('SKIP'
+'14a2dd176aa95010e1e4876265f12288499008c1cf530da5b1d9aff9d74917cd')
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/asciinema.sh" "$pkgdir/usr/bin/asciinema"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: asciinema.sh
===
--- asciinema.sh2018-02-20 21:50:34 UTC (rev 296630)
+++ asciinema.sh2018-02-20 21:50:57 UTC (rev 296631)
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/bin/python -m asciinema "$@"

Copied: asciinema/repos/community-any/asciinema.sh (from rev 296630, 
asciinema/trunk/asciinema.sh)
===
--- asciinema.sh(rev 0)
+++ asciinema.sh2018-02-20 21:50:57 UTC (rev 296631)
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/python -m asciinema "$@"


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

2018-02-20 Thread Alexander Rødseth via arch-commits
Date: Tuesday, February 20, 2018 @ 21:50:34
  Author: arodseth
Revision: 296630

upgpkg: asciinema 2.0.0-1

Modified:
  asciinema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 21:42:57 UTC (rev 296629)
+++ PKGBUILD2018-02-20 21:50:34 UTC (rev 296630)
@@ -3,24 +3,24 @@
 # Contributor: Marcin Kulik 
 
 pkgname=asciinema
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Record and share terminal sessions'
 arch=('any')
 url='https://asciinema.org/'
 license=('GPL3')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
 depends=('python')
-source=("$pkgname.tar.gz::https://github.com/asciinema/asciinema/archive/v${pkgver}.tar.gz";
+source=("git+https://github.com/asciinema/asciinema.git#tag=v$pkgver";
 'asciinema.sh')
-sha256sums=('841a55b0f51988d5e155e99badbd6ce5cf3b43cca2ba15cd20c971a19719dc9a'
+sha256sums=('SKIP'
 '14a2dd176aa95010e1e4876265f12288499008c1cf530da5b1d9aff9d74917cd')
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm755 "$srcdir/asciinema.sh" "$pkgdir/usr/bin/asciinema"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2018-02-20 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, February 20, 2018 @ 21:42:57
  Author: jlichtblau
Revision: 296629

archrelease: copy trunk to community-x86_64

Added:
  ginac/repos/community-x86_64/PKGBUILD
(from rev 296628, ginac/trunk/PKGBUILD)
Deleted:
  ginac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 21:42:30 UTC (rev 296628)
+++ PKGBUILD2018-02-20 21:42:57 UTC (rev 296629)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler 
-
-pkgname=ginac
-pkgver=1.7.3
-pkgrel=1
-pkgdesc="C++ library for symbolic calculations"
-arch=('x86_64')
-url='https://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
-source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7f6efd7fd1c1a72af1f08b068077be66d0216700ec6f529460899e14c1bbf75e')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 296628, 
ginac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 21:42:57 UTC (rev 296629)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler 
+
+pkgname=ginac
+pkgver=1.7.4
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('x86_64')
+url='https://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
+source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d60413a2dc4e65b3832491fdcdb03897e673f8ff69885f015e74a6e9c7d978ef')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2018-02-20 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, February 20, 2018 @ 21:42:30
  Author: jlichtblau
Revision: 296628

upgpkg: ginac 1.7.4-1 - new upstream release

Modified:
  ginac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 21:38:31 UTC (rev 296627)
+++ PKGBUILD2018-02-20 21:42:30 UTC (rev 296628)
@@ -5,7 +5,7 @@
 # Contributor: Thomas Baechler 
 
 pkgname=ginac
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 pkgdesc="C++ library for symbolic calculations"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('cln')
 makedepends=('transfig' 'doxygen' 'texlive-bin' 'python')
 source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7f6efd7fd1c1a72af1f08b068077be66d0216700ec6f529460899e14c1bbf75e')
+sha256sums=('d60413a2dc4e65b3832491fdcdb03897e673f8ff69885f015e74a6e9c7d978ef')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2018-02-20 Thread Alexander Rødseth via arch-commits
Date: Tuesday, February 20, 2018 @ 21:38:31
  Author: arodseth
Revision: 296627

archrelease: copy trunk to community-x86_64

Added:
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 296626, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 296626, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

+
 PKGBUILD   |   84 +--
 custom_ioctl.patch |   32 +--
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 21:38:21 UTC (rev 296626)
+++ PKGBUILD2018-02-20 21:38:31 UTC (rev 296627)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Kaiting Chen 
-# Contributor: Gergely Imreh 
-# Contributor: champus, madeye, ranguvar and ninja_pt
-
-pkgname=hwinfo
-pkgver=21.50
-pkgrel=1
-pkgdesc='Hardware detection tool from openSUSE'
-arch=('x86_64')
-url='https://github.com/openSUSE/hwinfo'
-license=('GPL2')
-depends=('libx86emu' 'bash' 'perl')
-makedepends=('sysfsutils' 'flex' 'git')
-options=('!emptydirs')
-source=("https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz";
-'custom_ioctl.patch')
-sha256sums=('e1008aab25e8da2a4f21d48b0ea9fdba5f1182b95a7f4e8905d4fc16229b0fad'
-'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
-
-prepare() {
-  # Patching
-  cd "$pkgname-$pkgver"
-  patch -p0 -i ../custom_ioctl.patch
-  echo 'touch changelog' > git2log
-}
-
-build() {
-  make -C "$pkgname-$pkgver" -j1 \
-HWINFO_VERSION="$pkgver" \
-CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
-LIBDIR=/usr/lib
-}
-
-package() {
-  make -C "$pkgname-$pkgver" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
-  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
-}
-
-# getver: https://github.com/openSUSE/hwinfo/releases
-# vim:set ts=2 sw=2 et:

Copied: hwinfo/repos/community-x86_64/PKGBUILD (from rev 296626, 
hwinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 21:38:31 UTC (rev 296627)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Kaiting Chen 
+# Contributor: Gergely Imreh 
+# Contributor: champus, madeye, ranguvar and ninja_pt
+
+pkgname=hwinfo
+pkgver=21.52
+pkgrel=1
+pkgdesc='Hardware detection tool from openSUSE'
+arch=('x86_64')
+url='https://github.com/openSUSE/hwinfo'
+license=('GPL2')
+depends=('libx86emu' 'perl')
+makedepends=('flex' 'git' 'sysfsutils')
+options=('!emptydirs')
+source=("https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz";
+'custom_ioctl.patch')
+sha256sums=('2c65ec607466a156fc29272028c589a9895568b8f7c77383e2081086290a19e0'
+'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+
+prepare() {
+  # Patching
+  cd "$pkgname-$pkgver"
+  patch -p0 -i ../custom_ioctl.patch
+  echo 'touch changelog' > git2log
+}
+
+build() {
+  make -C "$pkgname-$pkgver" -j1 \
+HWINFO_VERSION="$pkgver" \
+CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
+LIBDIR=/usr/lib
+}
+
+package() {
+  make -C "$pkgname-$pkgver" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
+}
+
+# getver: https://github.com/openSUSE/hwinfo/releases
+# vim: ts=2 sw=2 et:

Deleted: custom_ioctl.patch
===
--- custom_ioctl.patch  2018-02-20 21:38:21 UTC (rev 296626)
+++ custom_ioctl.patch  2018-02-20 21:38:31 UTC (rev 296627)
@@ -1,16 +0,0 @@
 src/hd/kbd.c.old   2010-03-15 23:37:52.0 +0800
-+++ src/hd/kbd.c   2010-03-22 10:50:58.0 +0800
-@@ -146,11 +146,13 @@
-   }
- 
-   if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
-+/* Removing since TIOCGDEV is not supported by the mainline kernel
- if(ioctl(fd, TIOCGDEV, &u) != -1) {
-   tty_major = (u >> 8) & 0xfff;
-   tty_minor = (u & 0xff) | ((u >> 12) & 0xfff00);
-   ADD2LOG(DEV_CONSOLE ": major %u, minor %u\n", tty_major, tty_minor);
- }
-+*/
- 
- if (0)
-   ;

Copied: hwinfo/repos/community-x86_64/custom_ioctl.patch (from rev 296626, 
hwinfo/trunk/custom_ioctl.patch)
===
--- custom_ioctl.patch  (rev 0)
+++ custom_ioctl.patch  2018-02-20 21:38:31 UTC (rev 296627)
@@ -0,0 +1,16 @@
+--- src/hd/kbd.c.old   2010-03-15 23:37:52.0 +0800
 src/hd/kbd.c   2010-03-22 10:50:58.0 +0800
+@@ -146,11 +146,13 @@
+   }
+ 
+   if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
++/* Removing since TIOCGDEV is not supported by the mainline kernel
+ if(ioctl(fd, TIOCGDEV, &u) != -1) {
+   tty_major = (u >> 8)

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

2018-02-20 Thread Alexander Rødseth via arch-commits
Date: Tuesday, February 20, 2018 @ 21:38:21
  Author: arodseth
Revision: 296626

upgpkg: hwinfo 21.52-1

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 21:36:49 UTC (rev 296625)
+++ PKGBUILD2018-02-20 21:38:21 UTC (rev 296626)
@@ -5,18 +5,18 @@
 # Contributor: champus, madeye, ranguvar and ninja_pt
 
 pkgname=hwinfo
-pkgver=21.50
+pkgver=21.52
 pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
 arch=('x86_64')
 url='https://github.com/openSUSE/hwinfo'
 license=('GPL2')
-depends=('libx86emu' 'bash' 'perl')
-makedepends=('sysfsutils' 'flex' 'git')
+depends=('libx86emu' 'perl')
+makedepends=('flex' 'git' 'sysfsutils')
 options=('!emptydirs')
 source=("https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz";
 'custom_ioctl.patch')
-sha256sums=('e1008aab25e8da2a4f21d48b0ea9fdba5f1182b95a7f4e8905d4fc16229b0fad'
+sha256sums=('2c65ec607466a156fc29272028c589a9895568b8f7c77383e2081086290a19e0'
 '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
 prepare() {
@@ -39,4 +39,4 @@
 }
 
 # getver: https://github.com/openSUSE/hwinfo/releases
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2018-02-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 20, 2018 @ 21:36:49
  Author: spupykin
Revision: 296625

clean up pkgbuilds

Modified:
  psi-plugins/trunk/PKGBUILD
  psi/trunk/PKGBUILD

-+
 -plugins/trunk/PKGBUILD |2 +-
 trunk/PKGBUILD  |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-02-20 20:45:09 UTC (rev 296624)
+++ trunk/PKGBUILD  2018-02-20 21:36:49 UTC (rev 296625)
@@ -4,13 +4,13 @@
 pkgname="psi"
 pkgver=1.3
 pkgrel=1
-pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (built with Qt 5.x)"
+pkgdesc="a powerful Jabber client (Qt, C++) designed for the Jabber power 
users"
 url="http://psi-plus.com";
 license=('GPL2')
 arch=('x86_64')
 depends=('qt5-base' 'qt5-webengine' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
 'libidn' 'libxss' 'qt5-svg' 'hunspell' 'qtkeychain')
-makedepends=('git' 'patch' 'cmake')
+makedepends=('patch' 'cmake')
 conflicts=('psi-plus-qt5-git' 'psi-plus-webkit-qt5-git' 'psi-plus-webkit-git' 
'psi-plus-git' 'psi-plus')
 replaces=('psi-plus')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/Psi/${pkgver}/psi-${pkgver}.tar.xz";

Modified: -plugins/trunk/PKGBUILD
===
--- -plugins/trunk/PKGBUILD 2018-02-20 20:45:09 UTC (rev 296624)
+++ -plugins/trunk/PKGBUILD 2018-02-20 21:36:49 UTC (rev 296625)
@@ -4,7 +4,7 @@
 pkgname=psi-plugins
 pkgver=1.3
 pkgrel=1
-pkgdesc="Additional plugins for Psi+ (built with Qt 5.x)"
+pkgdesc="Additional plugins for Psi"
 arch=('x86_64')
 url="http://psi-plus.com";
 license=('GPL2')


[arch-commits] Commit in nginx-mainline/repos/community-testing-x86_64 (8 files)

2018-02-20 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, February 20, 2018 @ 20:45:09
  Author: grazzolini
Revision: 296624

archrelease: copy trunk to community-testing-x86_64

Added:
  nginx-mainline/repos/community-testing-x86_64/PKGBUILD
(from rev 296623, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/community-testing-x86_64/logrotate
(from rev 296623, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/community-testing-x86_64/nginx.install
(from rev 296623, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/community-testing-x86_64/service
(from rev 296623, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/community-testing-x86_64/PKGBUILD
  nginx-mainline/repos/community-testing-x86_64/logrotate
  nginx-mainline/repos/community-testing-x86_64/nginx.install
  nginx-mainline/repos/community-testing-x86_64/service

---+
 PKGBUILD  |  266 
 logrotate |   20 ++--
 nginx.install |   24 ++---
 service   |   34 +++
 4 files changed, 172 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 20:44:15 UTC (rev 296623)
+++ PKGBUILD2018-02-20 20:45:09 UTC (rev 296624)
@@ -1,133 +0,0 @@
-# $Id$
-# Maintainer:  Giancarlo Razzolini 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.13.8
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('df4be9294365782dc1349ca33ce8c4ac'
- 'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('f2a4d41941ec223afcb57a6deb6523e0d4f54f96c7362835d366fa04a4b4578f6c4f27aa7774c1ecd40a42087df83e5c03d024e72caba83c558ec7e580c756a1'
-'SKIP'
-
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
-
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
-
-_common_flags=(
-  --with-compat
-  --with-debug
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-pcre-jit
-  --with-stream
-  --with-stream_geoip_module
-  --with-stream_realip_module
-  --with-stream_ssl_module
-  --with-stream_ssl_preread_module
-  --with-threads
-)
-
-_mainline_flags=(
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-cc-opt="$CFLAGS $CPPFLAGS" \
---with-ld-opt="$LDFLAGS" \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/$i/nginx.vim \
-  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
-  done
-}

Copied: nginx-mainline/repos/community-testing-x86_64/PKGBUILD (from rev 
296623, nginx-mainline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 20:45:09 UTC (rev 296624)
@@ -0,0 +1,133 @@
+# $Id$
+# Maintainer:  Giancarlo Razzolini 
+# Contributor: 

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

2018-02-20 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, February 20, 2018 @ 20:44:15
  Author: grazzolini
Revision: 296623

upgpkg: nginx-mainline 1.13.9-1

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 20:13:48 UTC (rev 296622)
+++ PKGBUILD2018-02-20 20:44:15 UTC (rev 296623)
@@ -5,7 +5,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.13.8
+pkgver=1.13.9
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('x86_64')
@@ -28,11 +28,11 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('df4be9294365782dc1349ca33ce8c4ac'
+md5sums=('dcd482dd98d2022659212f183e8fe81b'
  'SKIP'
  'ef491e760e7c1ffec9ca25441a150c83'
  '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('f2a4d41941ec223afcb57a6deb6523e0d4f54f96c7362835d366fa04a4b4578f6c4f27aa7774c1ecd40a42087df83e5c03d024e72caba83c558ec7e580c756a1'
+sha512sums=('92c34c182b59e0597a6b0af996770673b08b075f47285e2fbb9d8df59bb9c38fcca8e77bc6e3ca8e019500d041f96437b6b4f80d5dfd914a6f843ca919dac07b'
 'SKIP'
 
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
 
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')


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

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 20:13:48
  Author: svenstaro
Revision: 296622

archrelease: copy trunk to community-x86_64

Added:
  libmpack/repos/community-x86_64/PKGBUILD
(from rev 296621, libmpack/trunk/PKGBUILD)
Deleted:
  libmpack/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 20:13:43 UTC (rev 296621)
+++ PKGBUILD2018-02-20 20:13:48 UTC (rev 296622)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=libmpack
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Simple implementation of msgpack in C"
-arch=('x86_64')
-url="https://github.com/libmpack/libmpack";
-license=(MIT)
-source=(https://github.com/libmpack/libmpack/archive/${pkgver}.tar.gz)
-sha512sums=('6e30edafcacfb580b410bc6749ed7fe8f18b3be0cb98959339853e77bc3ec0cda6df08a0f1f22768cfc773458a2ea6bcef4f0421eea55cf56c58981d13711a04')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: libmpack/repos/community-x86_64/PKGBUILD (from rev 296621, 
libmpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 20:13:48 UTC (rev 296622)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=libmpack
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="Simple implementation of msgpack in C"
+arch=('x86_64')
+url="https://github.com/libmpack/libmpack";
+license=(MIT)
+source=(https://github.com/libmpack/libmpack/archive/${pkgver}.tar.gz)
+sha512sums=('6e30edafcacfb580b410bc6749ed7fe8f18b3be0cb98959339853e77bc3ec0cda6df08a0f1f22768cfc773458a2ea6bcef4f0421eea55cf56c58981d13711a04')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+}
+
+# vim:set ts=2 sw=2 et:
+


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

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 20:13:43
  Author: svenstaro
Revision: 296621

upgpkg: libmpack 1.0.5-2

Fix PREFIX

Modified:
  libmpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 20:11:38 UTC (rev 296620)
+++ PKGBUILD2018-02-20 20:13:43 UTC (rev 296621)
@@ -2,7 +2,7 @@
 
 pkgname=libmpack
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple implementation of msgpack in C"
 arch=('x86_64')
 url="https://github.com/libmpack/libmpack";
@@ -19,7 +19,7 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 20:11:32
  Author: svenstaro
Revision: 296619

upgpkg: libmpack 1.0.5-1

Modified:
  libmpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 20:08:57 UTC (rev 296618)
+++ PKGBUILD2018-02-20 20:11:32 UTC (rev 296619)
@@ -8,7 +8,7 @@
 url="https://github.com/libmpack/libmpack";
 license=(MIT)
 source=(https://github.com/libmpack/libmpack/archive/${pkgver}.tar.gz)
-sha512sums=()
+sha512sums=('6e30edafcacfb580b410bc6749ed7fe8f18b3be0cb98959339853e77bc3ec0cda6df08a0f1f22768cfc773458a2ea6bcef4f0421eea55cf56c58981d13711a04')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 20:11:38
  Author: svenstaro
Revision: 296620

archrelease: copy trunk to community-x86_64

Added:
  libmpack/repos/community-x86_64/
  libmpack/repos/community-x86_64/PKGBUILD
(from rev 296619, libmpack/trunk/PKGBUILD)

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

Copied: libmpack/repos/community-x86_64/PKGBUILD (from rev 296619, 
libmpack/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-02-20 20:11:38 UTC (rev 296620)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=libmpack
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Simple implementation of msgpack in C"
+arch=('x86_64')
+url="https://github.com/libmpack/libmpack";
+license=(MIT)
+source=(https://github.com/libmpack/libmpack/archive/${pkgver}.tar.gz)
+sha512sums=('6e30edafcacfb580b410bc6749ed7fe8f18b3be0cb98959339853e77bc3ec0cda6df08a0f1f22768cfc773458a2ea6bcef4f0421eea55cf56c58981d13711a04')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
+


[arch-commits] Commit in (4 files)

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 20:08:57
  Author: svenstaro
Revision: 296618

Add libmpack for lua-mpack

Added:
  libmpack/
  libmpack/repos/
  libmpack/trunk/
  libmpack/trunk/PKGBUILD

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

Added: libmpack/trunk/PKGBUILD
===
--- libmpack/trunk/PKGBUILD (rev 0)
+++ libmpack/trunk/PKGBUILD 2018-02-20 20:08:57 UTC (rev 296618)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=libmpack
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Simple implementation of msgpack in C"
+arch=('x86_64')
+url="https://github.com/libmpack/libmpack";
+license=(MIT)
+source=(https://github.com/libmpack/libmpack/archive/${pkgver}.tar.gz)
+sha512sums=()
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
+


[arch-commits] Commit in ruby2.3/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 19:41:26
  Author: svenstaro
Revision: 296617

archrelease: copy trunk to community-x86_64

Added:
  ruby2.3/repos/community-x86_64/PKGBUILD
(from rev 296616, ruby2.3/trunk/PKGBUILD)
Deleted:
  ruby2.3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 19:41:21 UTC (rev 296616)
+++ PKGBUILD2018-02-20 19:41:26 UTC (rev 296617)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sergey Shatunov 
-# Contributor: Jonne Haß 
-# Contributor: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-_rubyver=2.3
-pkgname=ruby2.3
-pkgver=2.3.5
-pkgdesc='An object-oriented language for quick and easy programming'
-pkgrel=4
-arch=(x86_64)
-url='http://www.ruby-lang.org/en/'
-license=(BSD custom)
-depends=(gdbm openssl-1.0 libffi libyaml gmp zlib)
-optdepends=('tk: for Ruby/TK')
-makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
-options=(!emptydirs)
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('c55e3b71241f505b6bbad78b3bd40235064faae3443ca14b77b6356556caed6a0d055dc2e2cd7ebdb5290ab908e06d2b7d68f72469af5017eda4b29664b0d889')
-
-build() {
-  cd ruby-${pkgver}
-
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/opt/ruby${_rubyver} \
---program-suffix=-${_rubyver} \
---sysconfdir=/etc \
---localstatedir=/var \
---sharedstatedir=/var/lib \
---libexecdir=/usr/lib/ruby \
---enable-shared \
---disable-rpath \
---with-dbm-type=gdbm_compat
-
-  make ruby
-}
-
-check() {
-  cd ruby-${pkgver}
-
-  make test
-}
-
-package() {
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -dm755 $pkgdir/usr/bin
-  install -dm755 $pkgdir/usr/lib
-
-  for i in erb irb rdoc ri ruby testrb rake gem; do
-ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
-ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
-  done
-
-  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
-}

Copied: ruby2.3/repos/community-x86_64/PKGBUILD (from rev 296616, 
ruby2.3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 19:41:26 UTC (rev 296617)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sergey Shatunov 
+# Contributor: Jonne Haß 
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.3
+pkgname=ruby2.3
+pkgver=2.3.6
+pkgdesc='An object-oriented language for quick and easy programming'
+pkgrel=1
+arch=(x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl-1.0 libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('a09c8715097d16190ee17ee39e7a74438cefc9013add350217b7e3fb4d60aa9dcb30595adf832b0d67a5c45b1fe9d4effb767c995af2759420859f8d763c693a')
+
+build() {
+  cd ruby-${pkgver}
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make ruby
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
+}


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

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 19:41:14
  Author: svenstaro
Revision: 296615

archrelease: copy trunk to community-x86_64

Added:
  log4cplus/repos/community-x86_64/PKGBUILD
(from rev 296614, log4cplus/trunk/PKGBUILD)
Deleted:
  log4cplus/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 19:41:09 UTC (rev 296614)
+++ PKGBUILD2018-02-20 19:41:14 UTC (rev 296615)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexey Galakhov 
-# Contributor: Andreas Baumann 
-
-pkgname=log4cplus
-_origver=1.2.0
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="A C++ logger very close to Java's log4j"
-arch=('i686' 'x86_64')
-url="http://log4cplus.sourceforge.net/";
-license=('GPL')
-depends=('gcc-libs')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz";)
-sha256sums=('93aa5b26425f0b1596c5e5b3d58916988fdd83b359a02ca59878eb5c7c2ec6c2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  ./configure \
---prefix=/usr \
---with-working-locale
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_origver}
-
-  make install DESTDIR=$pkgdir
-}

Copied: log4cplus/repos/community-x86_64/PKGBUILD (from rev 296614, 
log4cplus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 19:41:14 UTC (rev 296615)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexey Galakhov 
+# Contributor: Andreas Baumann 
+
+pkgname=log4cplus
+_origver=1.2.1
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A C++ logger very close to Java's log4j"
+arch=('x86_64')
+url="http://log4cplus.sourceforge.net/";
+license=('GPL')
+depends=('gcc-libs')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz";)
+sha512sums=('3c2617275bfca911bdfc32a389055044c2a39242ed7d3fdee5f64564790d65db90ce5b557cd617cbe355227c1b226786f090918f4d18a17bab5c8c665e894270')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_origver}
+
+  ./configure \
+--prefix=/usr \
+--with-working-locale
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_origver}
+
+  make install DESTDIR=$pkgdir
+}


[arch-commits] Commit in ruby2.3/trunk (PKGBUILD)

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 19:41:21
  Author: svenstaro
Revision: 296616

upgpkg: ruby2.3 2.3.6-1

Modified:
  ruby2.3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 19:41:14 UTC (rev 296615)
+++ PKGBUILD2018-02-20 19:41:21 UTC (rev 296616)
@@ -8,9 +8,9 @@
 
 _rubyver=2.3
 pkgname=ruby2.3
-pkgver=2.3.5
+pkgver=2.3.6
 pkgdesc='An object-oriented language for quick and easy programming'
-pkgrel=4
+pkgrel=1
 arch=(x86_64)
 url='http://www.ruby-lang.org/en/'
 license=(BSD custom)
@@ -19,7 +19,7 @@
 makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
 options=(!emptydirs)
 
source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('c55e3b71241f505b6bbad78b3bd40235064faae3443ca14b77b6356556caed6a0d055dc2e2cd7ebdb5290ab908e06d2b7d68f72469af5017eda4b29664b0d889')
+sha512sums=('a09c8715097d16190ee17ee39e7a74438cefc9013add350217b7e3fb4d60aa9dcb30595adf832b0d67a5c45b1fe9d4effb767c995af2759420859f8d763c693a')
 
 build() {
   cd ruby-${pkgver}


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

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 19:41:09
  Author: svenstaro
Revision: 296614

upgpkg: log4cplus 1.2.1-1

Modified:
  log4cplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 19:40:05 UTC (rev 296613)
+++ PKGBUILD2018-02-20 19:41:09 UTC (rev 296614)
@@ -3,9 +3,9 @@
 # Contributor: Andreas Baumann 
 
 pkgname=log4cplus
-_origver=1.2.0
-pkgver=1.2.0
-pkgrel=3
+_origver=1.2.1
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="A C++ logger very close to Java's log4j"
 arch=('x86_64')
 url="http://log4cplus.sourceforge.net/";
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gcc-libs')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz";)
-sha512sums=('d2111f4a4d716e1f8a2aeaf32120c6050649fc2d7b2d56d792674ed6ee048a04e8033896b3a07099350431c84a428d8b96938c58940da8d3278b717128ac8a98')
+sha512sums=('3c2617275bfca911bdfc32a389055044c2a39242ed7d3fdee5f64564790d65db90ce5b557cd617cbe355227c1b226786f090918f4d18a17bab5c8c665e894270')
 
 build() {
   cd ${srcdir}/${pkgname}-${_origver}


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

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 19:39:25
  Author: svenstaro
Revision: 296610

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 296609, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 296609, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 296609, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

+
 PKGBUILD   |  172 +--
 emscripten.install |   22 +++---
 emscripten.sh  |   14 ++--
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-20 19:39:01 UTC (rev 296609)
+++ PKGBUILD2018-02-20 19:39:25 UTC (rev 296610)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.37.33
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org";
-license=('custom')
-depends=('nodejs' 'python' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz";
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz";
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz";
-"emscripten.sh")
-sha512sums=('80fb37e61f75cde44f2a353ea0197962211cf2ac770ca57a13977e6652f3b958f0e8cbbb872acd981cc99b86a0114f9ac22183fdd51c29b31f014e86b0d59d09'
-
'8030191ab3dc17faa0a21fe91a4ea27afe3f09dceffe37de4362935265402435df6027f41d37e04e43677477beda79a757c2c6b06c67451e6536f126faf0cfef'
-
'cd4f67048fe1beee675d253705c328cd4c1e3555a31d821f05318657351f7db47c3c4db50f736c52f9bc527cc0104b76d2bff793cf76a70db314ad52b3ed5b05'
-
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  # docs
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-
-  # license
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 296609, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-20 19:39:25 UTC (rev 296610)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Stefan Husmann 
+# Contributor: Vlad Kolotvin 
+
+pkgname=emscripten
+pkgver=1.37.34
+pkgrel=1
+pkg

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

2018-02-20 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 20, 2018 @ 19:39:01
  Author: svenstaro
Revision: 296609

upgpkg: emscripten 1.37.34-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 19:38:07 UTC (rev 296608)
+++ PKGBUILD2018-02-20 19:39:01 UTC (rev 296609)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.37.33
+pkgver=1.37.34
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz";
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz";
 "emscripten.sh")
-sha512sums=('80fb37e61f75cde44f2a353ea0197962211cf2ac770ca57a13977e6652f3b958f0e8cbbb872acd981cc99b86a0114f9ac22183fdd51c29b31f014e86b0d59d09'
-
'8030191ab3dc17faa0a21fe91a4ea27afe3f09dceffe37de4362935265402435df6027f41d37e04e43677477beda79a757c2c6b06c67451e6536f126faf0cfef'
-
'cd4f67048fe1beee675d253705c328cd4c1e3555a31d821f05318657351f7db47c3c4db50f736c52f9bc527cc0104b76d2bff793cf76a70db314ad52b3ed5b05'
+sha512sums=('afd0adf606f4ab2a3ea27dce2d9fee644bb20e779ea2013c13c26751ec023acbe26583e3bbef595c7c514181a59cebd5dd766165fffc40445cd28ea9b4aab74b'
+
'4711c499b7d4e7f5db4d17ca688e9f9bcd892c3178cc867c5e2e75780fc5dd3673bfbb830c1df9fe94a35d27273ecf377b49fd1ccf9ee6447f8902e1f785f81c'
+
'3b03fd26a2aa7840531f74ea5fb6821e4f3ddeb43b18be50a497339e42c6a9d8b9e57c9433a4de16d669b9175dd925d4d745618a5bcb9023e29ef2f7f3ded825'
 
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
 
 prepare() {


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

2018-02-20 Thread Andrew Crerar via arch-commits
Date: Tuesday, February 20, 2018 @ 19:38:07
  Author: andrewsc
Revision: 296608

archrelease: copy trunk to community-any

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

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

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

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

2018-02-20 Thread Andrew Crerar via arch-commits
Date: Tuesday, February 20, 2018 @ 19:37:35
  Author: andrewsc
Revision: 296607

upgpkg: firefox-developer-edition-i18n 59.0b11-1

firefox-developer-edition-i18n: Updating to 59.0b11

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 19:32:55 UTC (rev 296606)
+++ PKGBUILD2018-02-20 19:37:35 UTC (rev 296607)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=59.0b10
+pkgver=59.0b11
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('25510e860df085f259991ef4ec53422464c834bd9b5020d40fa339551e652f3e9cd9bab9dda2f34dd225b8047465522aeeaaddb73146b150de70f3e8c0cea116'
-
'83f8119f7b97acad9383230fcd825b5f19776390d34b817f60e59e4a1be4046a92cfd33fda2f73a9e85fa1f195d6a0ca6cad925a6fddde87212adf007ca4e0eb'
-
'40db1ff9cf2411720859d9774c63045ca8cf7f39b9152dfae41dfce6983e18926db71943d89de28d62c56dac005738a3fbb24ff481fe007b146f6c5038e74217'
-
'4706678ff95562e53172ac9a25afbcc818b6af03bb0448db8488f095dbd9cc5d178739a5ca3082d991a4be0df965087af7f29e6a1bf37a8e9529564178310fe7'
-
'cc5676ce2740c332c49641f85914d19be2ff2ec3483720ee98bd1ea1dc63244b7f77bbdd65f628b4a851e37d8435e6d9afe9df5180451ac0539c5d72e0ceb1fe'
-
'c300991b0b92131c2dec4b9ad6784f2d8f937bf3b02b0e60eced5ddd3c6dc022ee88fb84b41576899a4d8d322f3680053556f5e33f39a641400fba26590b5cd1'
-
'88a2459863990e0bb2d4fc43e06e09c2f80a4ff8048e6de61b17f02c612ba18d03ad7399dc3327da1ef0012178d5b3fd20e38bb6fa36eb7cf77dce9eef9e0e7d'
-
'155e1f8680f5e23957a4e52b96d3e65cff5ab2a7fc580caa96c24e16eff0f7279474d4d260ba99eca747261f4eb8217c7e9339781b0c46680d2716fadf4b4fde'
-
'178224dd434af083fa14e7d08e2eae53c9c6dbde210eb9adb888dfe3fe90dbb2bba25e6f501527991ad60bbe25ca8c7208429a7abec2382fa8b2afbeba35f685'
-
'2bd46e25282e6555b35f01fab7df1aa2d09b34895562f552fe85da2f39badfdfefa05a9d01afc61646491eff00d444d1560e53ac31b6b9b476ec1ec5bd17b59c'
-
'c6dbddd7fb27563d30acfaa088f8840aa4da9a3ddbd2865606fe1ad5f29ba0bb1ef9cb37b3b6880628cb76ec8345564889e4d17c1ed51a3eab4f14421addb49a'
-
'250343fa5be21df6fee3aa1caf8336ce4b38f313fd9d55cdebd3ca38315f3b950722bbfd0ce1777fc5e05f125211f0ba88749af6fc8ecb11567c275d6115c5a5'
+sha512sums=('f5a28ed33757719827bf90c8cccd0b97a659217bdb7f63735e4d244038867c203ecf5df498ac645feb440dbaa07ef1afe42066501d0da67dee30e37a717954b5'
+
'ced330a44643b5604b64a86abd2148591dd6aa08bbbe05478007bec06c8a69e2fce96c052761b46bc92006b1a8a7bfb04a15e58034958579d0205c2dd294e82e'
+
'c74e054897a4d087a83acf4271f9753a1dd86419ed711bdffa85e670b198494d7668250b13e6f2b0f22347ee4c3a3ebf9fe13ad29d0ea7d5e468fa2d5a07f9d2'
+
'eb43f1c2ecdf3014f79bc3d68be8325a147ee30682e412108b584d0a255bc85eb85a17f89e45f229101ff8792c796306a5afb5a0e026d10c5f71f26e890f'
+
'a0846f746acea001396139f69bdc2ca49f4f95ebc56e4f8d109a891ec848d8dbbf5bdc7c6a62f118b3edf87484c29be1b16d52a5784a3f026054045c04c85ae0'
+
'd8a5a3e23d7c0e57bc54f5d219f1f3a09f234e14c7cf3c6d8314a31e6bec3b9eac1e04a729b1fec2b9df78c45eee6aa5bbc6ebd830b1574b7aaa45b6f4eedaae'
+
'ea0e3743caac284c635103efb2c7a206d58c7b421ae4900086bb16b658d48dc38a8cd7d262dff4d5b2ad6bb661cf2a5fa435bc92a4c88c83c0770b8bba808f04'
+
'073fd62428b85d480ad4b2ae3311877c9fa6edf8b3ed84ab6f9093283d5f670f50f45336648a18af500f396bac70f1380320191846ecb2ebcc9758fceb6543d0'
+
'773b39e758f4c80fccb9960aa086bf006a4539809809f8666d5cdc8cd763178cba5b8bc2a73a31acee1791f2ff01f3ebb49e254b869cfb58afead6ce0c404d47'
+
'2a32d38807c562db164a7c45f2274680f031eeb4b3d53763226762d977845ed5ad8a4fd4773a0e64c808c8f2e21c39e2b9ab9fdb861376d04a3fd112df0e1206'
+
'28ffe3b5075b3e24499ec7d5462eb5a568d97b8549015c28c061a2691850270e3d8ff52b52fb0af62a1a812c41590f5b1441b946e6f95016185f0da0b4778ff4'
+
'd1ceb4b04986d2740e01a1545c0069730d7e21ab338398ce3b248895616761339d109ae0ed57d242136813fc2f421b594511770273ce1ec4a5cdef7a9bcb5ee2'
 
'e8b68ddcb93a0138d685605905d3703ab8ffbe359516acb245d6f748c4569dd694e01866be505a3761f6a97017fe7c93e4e2e62f03efdac6aff9ac04c9689c5d'
-
'7ce64b04c38fc8043b1d382bf311dc689f44aa4163abef4cfeedb641b8efa94ad18abfeb5477f76301be03b5d4c56851f5a2bd9fedd158a134a88fec02645236'
-
'cb2bb5d9a82529746859d836386dcc72196e90dcb13581879f2a6947e1010b6737eb9a241c1e504860f2611f67d1829a1a3873615b70f9ea7452aaf471fc7042'
-
'13ea596dd5495c45e25e9c0b6a37aeb41c2b3886b4cf5b459d84d1188e966748f9d2533ec29444ced9293afa32532f3d76dccaae96b6fd30bb927d25246960f0'
-
'1cb4a8c

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

2018-02-20 Thread Felix Yan via arch-commits
Date: Tuesday, February 20, 2018 @ 19:32:55
  Author: felixonmars
Revision: 296606

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 296605, git-annex/trunk/PKGBUILD)

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

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


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

2018-02-20 Thread Andrew Crerar via arch-commits
Date: Tuesday, February 20, 2018 @ 19:32:07
  Author: andrewsc
Revision: 296604

archrelease: copy trunk to community-x86_64

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

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

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

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

2018-02-20 Thread Felix Yan via arch-commits
Date: Tuesday, February 20, 2018 @ 19:32:40
  Author: felixonmars
Revision: 296605

upgpkg: git-annex 6.20180112-71

rebuild with iproute,1.7.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 19:32:07 UTC (rev 296604)
+++ PKGBUILD2018-02-20 19:32:40 UTC (rev 296605)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180112
-pkgrel=70
+pkgrel=71
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2018-02-20 Thread Andrew Crerar via arch-commits
Date: Tuesday, February 20, 2018 @ 19:31:36
  Author: andrewsc
Revision: 296603

upgpkg: firefox-developer-edition 59.0b11-1

firefox-developer-edition: Upgrading to 59.0b11

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 19:30:50 UTC (rev 296602)
+++ PKGBUILD2018-02-20 19:31:36 UTC (rev 296603)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=59.0b10
+pkgver=59.0b11
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


  1   2   3   >