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

2016-11-01 Thread Felix Yan
Date: Wednesday, November 2, 2016 @ 05:41:58
  Author: felixonmars
Revision: 194312

upgpkg: ponyc 0.7.0-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 05:08:03 UTC (rev 194311)
+++ PKGBUILD2016-11-02 05:41:58 UTC (rev 194312)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.5.1
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'


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

2016-11-01 Thread Felix Yan
Date: Wednesday, November 2, 2016 @ 05:42:13
  Author: felixonmars
Revision: 194313

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 194312, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-02 05:41:58 UTC (rev 194312)
+++ PKGBUILD2016-11-02 05:42:13 UTC (rev 194313)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('zlib' 'ncurses' 'gcc-libs')
-makedepends=('llvm' 'git')
-checkdepends=('pcre2')
-options=('!strip')
-optdepends=('pcre2: Needed for the regex package.')
-source=("git+https://github.com/CausalityLtd/ponyc.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd ponyc
-  make config=release prefix=/usr arch=x86-64 verbose=
-
-  mkdir docs
-  build/release/ponyc packages/stdlib -rexpr -g -o docs
-}
-
-check() {
-  cd ponyc
-  make config=release prefix=/usr arch=x86-64 verbose= test
-}
-
-package() {
-  cd ponyc
-  # The makefile is very strange and requires almost as much post-correction
-  # as to simply do the installation myself.  Even with patches to the
-  # makefile to stop it attempting to symlink locations it has no business
-  # touching.
-  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
-
-  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
-  install -Dm644 build/release/libponyrt-pic.a "$pkgdir"/usr/lib/libponyrt.a
-  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
-  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
-
-  cp -dr --no-preserve=ownership packages "$pkgdir"/usr/lib/pony/"$pkgver"
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 194312, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-02 05:42:13 UTC (rev 194313)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('zlib' 'ncurses' 'gcc-libs')
+makedepends=('llvm' 'git')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package.')
+source=("git+https://github.com/CausalityLtd/ponyc.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd ponyc
+  make config=release prefix=/usr arch=x86-64 verbose=
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc
+  make config=release prefix=/usr arch=x86-64 verbose= test
+}
+
+package() {
+  cd ponyc
+  # The makefile is very strange and requires almost as much post-correction
+  # as to simply do the installation myself.  Even with patches to the
+  # makefile to stop it attempting to symlink locations it has no business
+  # touching.
+  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
+
+  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
+  install -Dm644 build/release/libponyrt-pic.a "$pkgdir"/usr/lib/libponyrt.a
+  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
+  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 "$pkgdir"/usr/bin
+  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
+
+  cp -dr --no-preserve=ownership packages "$pkgdir"/usr/lib/pony/"$pkgver"
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 "$pkgdir"/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
+
+  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2016-11-01 Thread Felix Yan
Date: Wednesday, November 2, 2016 @ 05:08:03
  Author: felixonmars
Revision: 194311

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 194310, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 194310, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 194310, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 194310, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 194310, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 194310, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 194310, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   18 +-
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 117 insertions(+), 117 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-11-02 05:07:31 UTC (rev 194310)
+++ LICENSE 2016-11-02 05:08:03 UTC (rev 194311)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 194310, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-11-02 05:08:03 UTC (rev 194311)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-02 05:07:31 UTC (rev 194310)
+++ PKGBUILD2016-11-02 05:08:03 UTC (rev 194311)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.27
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2016-11-01 Thread Felix Yan
Date: Wednesday, November 2, 2016 @ 05:07:31
  Author: felixonmars
Revision: 194310

upgpkg: jenkins 2.28-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 02:57:39 UTC (rev 194309)
+++ PKGBUILD2016-11-02 05:07:31 UTC (rev 194310)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.27
+pkgver=2.28
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('810a0867fc894662e3fc4e55587a02d5f43669d8fc4f51c7608e9abefa0a3309931f76ce69e3cedf920b6c8bbd25af08fc0fa14c7e52c5cab57ddd9b615facf0'
+sha512sums=('850b7cddce2e86c3e1cfde70ac24517bae41d3ca716f5a2cefd519fac8ccac931c33178e6b261530d90c62051db24e96763cd7b84ef3f852d0cd062d60a068d4'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2016-11-01 Thread Felix Yan
Date: Wednesday, November 2, 2016 @ 02:57:39
  Author: felixonmars
Revision: 194309

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

Added:
  deepin-session-ui/repos/community-i686/PKGBUILD
(from rev 194308, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 194308, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-i686/PKGBUILD
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-02 02:57:14 UTC (rev 194308)
+++ community-i686/PKGBUILD 2016-11-02 02:57:39 UTC (rev 194309)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.21
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 194308, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-02 02:57:39 UTC (rev 194309)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.22
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-02 02:57:14 UTC (rev 194308)
+++ community-x86_64/PKGBUILD   2016-11-02 02:57:39 UTC (rev 194309)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.21
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 194308, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-02 02:57:39 UTC (rev 194309)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.22
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'

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

2016-11-01 Thread Felix Yan
Date: Wednesday, November 2, 2016 @ 02:57:14
  Author: felixonmars
Revision: 194308

upgpkg: deepin-session-ui 3.0.22-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 02:47:08 UTC (rev 194307)
+++ PKGBUILD2016-11-02 02:57:14 UTC (rev 194308)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=3.0.21
+pkgver=3.0.22
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')


[arch-commits] Commit in deepin-control-center/repos (4 files)

2016-11-01 Thread Felix Yan
Date: Wednesday, November 2, 2016 @ 02:47:08
  Author: felixonmars
Revision: 194307

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 194306, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 194306, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-02 02:46:44 UTC (rev 194306)
+++ community-i686/PKGBUILD 2016-11-02 02:47:08 UTC (rev 194307)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.22
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 194306, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-02 02:47:08 UTC (rev 194307)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=3.0.23
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-02 02:46:44 UTC (rev 194306)
+++ community-x86_64/PKGBUILD   2016-11-02 02:47:08 UTC (rev 194307)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.22
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 194306, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-11-01 Thread Felix Yan
Date: Wednesday, November 2, 2016 @ 02:46:44
  Author: felixonmars
Revision: 194306

upgpkg: deepin-control-center 3.0.23-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 01:41:33 UTC (rev 194305)
+++ PKGBUILD2016-11-02 02:46:44 UTC (rev 194306)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=3.0.22
+pkgver=3.0.23
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')


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

2016-11-01 Thread Jan Steffens
Date: Wednesday, November 2, 2016 @ 01:52:02
  Author: heftig
Revision: 279738

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

Added:
  gnome-builder/repos/extra-i686/PKGBUILD
(from rev 279737, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/extra-x86_64/PKGBUILD
(from rev 279737, gnome-builder/trunk/PKGBUILD)
Deleted:
  gnome-builder/repos/extra-i686/PKGBUILD
  gnome-builder/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-02 01:51:00 UTC (rev 279737)
+++ extra-i686/PKGBUILD 2016-11-02 01:52:02 UTC (rev 279738)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.22.1+2+g4b26aa6
-pkgrel=2
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive)
-makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
- mm-common)
-groups=(gnome-extra)
-_commit=4b26aa6aeb23b17c3d43364040fd1332aae4f0e1  # master
-source=("git://git.gnome.org/gnome-builder#commit=$_commit")
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-02 01:51:00 UTC (rev 279737)
+++ extra-x86_64/PKGBUILD   2016-11-02 01:52:02 UTC (rev 279738)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.22.1+2+g4b26aa6
-pkgrel=2
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive)
-makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
- mm-common)
-groups=(gnome-extra)
-_commit=4b26aa6aeb23b17c3d43364040fd1332aae4f0e1  # master
-source=("git://git.gnome.org/gnome-builder#commit=$_commit")
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' 

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

2016-11-01 Thread Jan Steffens
Date: Wednesday, November 2, 2016 @ 01:51:00
  Author: heftig
Revision: 279737

3.22.2-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 01:10:09 UTC (rev 279736)
+++ PKGBUILD2016-11-02 01:51:00 UTC (rev 279737)
@@ -2,18 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.22.1+2+g4b26aa6
-pkgrel=2
+pkgver=3.22.2
+pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(i686 x86_64)
 license=(GPL3)
 depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive)
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak)
 makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
  mm-common)
 groups=(gnome-extra)
-_commit=4b26aa6aeb23b17c3d43364040fd1332aae4f0e1  # master
+_commit=0ddf469b8809c0dd5ee5957b802179f558e2ef25  # tags/GNOME_BUILDER_3_22_2^0
 source=("git://git.gnome.org/gnome-builder#commit=$_commit")
 sha256sums=('SKIP')
 


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

2016-11-01 Thread Jan Steffens
Date: Wednesday, November 2, 2016 @ 01:41:33
  Author: heftig
Revision: 194305

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-02 01:40:57 UTC (rev 194304)
+++ community-i686/PKGBUILD 2016-11-02 01:41:33 UTC (rev 194305)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Previous Contributor: Eric Belanger 
-# Previous Contributor: aeolist 
-# Previous Contributor: Gabriel Rauter 
-
-pkgname=sysprof
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="a profiling tool that helps in finding the functions in which a 
program uses most of its time"
-arch=('i686' 'x86_64')
-url="http://www.daimi.au.dk/~sandmann/sysprof/;
-license=("GPL")
-source=(https://download.gnome.org/sources/sysprof/3.22/$pkgname-$pkgver.tar.xz)
-depends=('gtk3' 'glib2' 'polkit')
-makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
-md5sums=('173ebce75a79133f797566de9df5568d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sysconfdir=/usr/lib \
---libexecdir=/usr/lib/ \
---disable-Werror
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sysprof/repos/community-i686/PKGBUILD (from rev 194304, 
sysprof/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-02 01:41:33 UTC (rev 194305)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Geoffroy Carrier 
+# Previous Contributor: Eric Belanger 
+# Previous Contributor: aeolist 
+# Previous Contributor: Gabriel Rauter 
+
+pkgname=sysprof
+pkgver=3.22.2
+pkgrel=1
+pkgdesc="a profiling tool that helps in finding the functions in which a 
program uses most of its time"
+arch=('i686' 'x86_64')
+url="http://www.daimi.au.dk/~sandmann/sysprof/;
+license=("GPL")
+source=(https://download.gnome.org/sources/sysprof/3.22/$pkgname-$pkgver.tar.xz)
+depends=('gtk3' 'glib2' 'polkit')
+makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
+md5sums=('2634bf35f5592e5e4520ccaba87e909e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/usr/lib \
+--libexecdir=/usr/lib/ \
+--disable-Werror
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-02 01:40:57 UTC (rev 194304)
+++ community-x86_64/PKGBUILD   2016-11-02 01:41:33 UTC (rev 194305)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Geoffroy Carrier 
-# Previous Contributor: Eric Belanger 
-# Previous Contributor: aeolist 
-# Previous Contributor: Gabriel Rauter 
-
-pkgname=sysprof
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="a profiling tool that helps in finding the functions in which a 
program uses most of its time"
-arch=('i686' 'x86_64')
-url="http://www.daimi.au.dk/~sandmann/sysprof/;
-license=("GPL")
-source=(https://download.gnome.org/sources/sysprof/3.22/$pkgname-$pkgver.tar.xz)
-depends=('gtk3' 'glib2' 'polkit')
-makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
-md5sums=('173ebce75a79133f797566de9df5568d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sysconfdir=/usr/lib \
---libexecdir=/usr/lib/ \
---disable-Werror
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sysprof/repos/community-x86_64/PKGBUILD (from rev 194304, 
sysprof/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-02 01:41:33 UTC (rev 194305)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 

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

2016-11-01 Thread Jan Steffens
Date: Wednesday, November 2, 2016 @ 01:40:57
  Author: heftig
Revision: 194304

3.22.2-1

Modified:
  sysprof/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:10:20 UTC (rev 194303)
+++ PKGBUILD2016-11-02 01:40:57 UTC (rev 194304)
@@ -6,7 +6,7 @@
 # Previous Contributor: Gabriel Rauter 
 
 pkgname=sysprof
-pkgver=3.22.1
+pkgver=3.22.2
 pkgrel=1
 pkgdesc="a profiling tool that helps in finding the functions in which a 
program uses most of its time"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 
source=(https://download.gnome.org/sources/sysprof/3.22/$pkgname-$pkgver.tar.xz)
 depends=('gtk3' 'glib2' 'polkit')
 makedepends=('gtk3' 'glib2' 'systemd' 'itstool')
-md5sums=('173ebce75a79133f797566de9df5568d')
+md5sums=('2634bf35f5592e5e4520ccaba87e909e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-11-01 Thread Evangelos Foutras
Date: Wednesday, November 2, 2016 @ 01:10:09
  Author: foutrelis
Revision: 279736

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 279735, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-52.0.2743.116-unset-madv_free.patch
(from rev 279735, 
chromium/trunk/chromium-52.0.2743.116-unset-madv_free.patch)
  chromium/repos/extra-i686/chromium-53.0.2785.92-last-commit-position.patch
(from rev 279735, 
chromium/trunk/chromium-53.0.2785.92-last-commit-position.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 279735, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 279735, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 279735, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 279735, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-52.0.2743.116-unset-madv_free.patch
(from rev 279735, 
chromium/trunk/chromium-52.0.2743.116-unset-madv_free.patch)
  chromium/repos/extra-x86_64/chromium-53.0.2785.92-last-commit-position.patch
(from rev 279735, 
chromium/trunk/chromium-53.0.2785.92-last-commit-position.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 279735, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 279735, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 279735, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-52.0.2743.116-unset-madv_free.patch
  chromium/repos/extra-i686/chromium-53.0.2785.92-last-commit-position.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-52.0.2743.116-unset-madv_free.patch
  chromium/repos/extra-x86_64/chromium-53.0.2785.92-last-commit-position.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

---+
 /PKGBUILD |  386 ++
 /chromium-52.0.2743.116-unset-madv_free.patch |   30 
 /chromium-53.0.2785.92-last-commit-position.patch |   52 +
 /chromium-widevine.patch  |   20 
 /chromium.desktop |  224 +
 /chromium.install |   32 
 extra-i686/PKGBUILD   |  221 -
 extra-i686/chromium-52.0.2743.116-unset-madv_free.patch   |   15 
 extra-i686/chromium-53.0.2785.92-last-commit-position.patch   |   26 
 extra-i686/chromium-widevine.patch|   10 
 extra-i686/chromium.desktop   |  112 --
 extra-i686/chromium.install   |   16 
 extra-x86_64/PKGBUILD |  221 -
 extra-x86_64/chromium-52.0.2743.116-unset-madv_free.patch |   15 
 extra-x86_64/chromium-53.0.2785.92-last-commit-position.patch |   26 
 extra-x86_64/chromium-widevine.patch  |   10 
 extra-x86_64/chromium.desktop |  112 --
 extra-x86_64/chromium.install |   16 
 18 files changed, 744 insertions(+), 800 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-02 01:09:46 UTC (rev 279735)
+++ extra-i686/PKGBUILD 2016-11-02 01:10:09 UTC (rev 279736)
@@ -1,221 +0,0 @@
-# $Id: PKGBUILD 277477 2016-10-01 03:36:40Z foutrelis $
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -rgA _system_libs=(
-  [flac]=flac
-  [harfbuzz-ng]=harfbuzz-icu
-  #[libjpeg]=libjpeg   # Error during build
-  [libpng]=libpng
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2# https://bugs.archlinux.org/task/29939
-  [libxslt]=libxslt
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  #[zlib]=zlib # Error during build
-)
-
-pkgname=chromium
-pkgver=54.0.2840.71
-pkgrel=1
-_launcher_ver=3
-pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
-arch=('i686' 'x86_64')
-url="http://www.chromium.org/;

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

2016-11-01 Thread Evangelos Foutras
Date: Wednesday, November 2, 2016 @ 01:09:46
  Author: foutrelis
Revision: 279735

upgpkg: chromium 54.0.2840.90-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 01:03:18 UTC (rev 279734)
+++ PKGBUILD2016-11-02 01:09:46 UTC (rev 279735)
@@ -22,7 +22,7 @@
 )
 
 pkgname=chromium
-pkgver=54.0.2840.71
+pkgver=54.0.2840.90
 pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -44,7 +44,7 @@
 chromium-52.0.2743.116-unset-madv_free.patch
 chromium-53.0.2785.92-last-commit-position.patch
 chromium-widevine.patch)
-sha256sums=('d202d3eb0b3a979ad0e6d0d0c4faa93222c5e5b664d88b9f3a0343899fe7dd7d'
+sha256sums=('942b3aa498a5482b7a9b977f2a10902885a7e022ee2edf82f9fcb6c2dbc40106'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '3b3aa9e28f29e6f539ed1c7832e79463b13128863a02e9c6fecd16c30d61c227'


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

2016-11-01 Thread Dave Reisner
Date: Wednesday, November 2, 2016 @ 01:03:18
  Author: dreisner
Revision: 279734

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

Added:
  time/repos/extra-i686/PKGBUILD
(from rev 279733, time/trunk/PKGBUILD)
  time/repos/extra-i686/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
(from rev 279733, 
time/trunk/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch)
  time/repos/extra-i686/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
(from rev 279733, 
time/trunk/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
  time/repos/extra-x86_64/PKGBUILD
(from rev 279733, time/trunk/PKGBUILD)
  
time/repos/extra-x86_64/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
(from rev 279733, 
time/trunk/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch)
  time/repos/extra-x86_64/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
(from rev 279733, 
time/trunk/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
Deleted:
  time/repos/extra-i686/PKGBUILD
  time/repos/extra-i686/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
  time/repos/extra-i686/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
  time/repos/extra-x86_64/PKGBUILD
  
time/repos/extra-x86_64/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
  time/repos/extra-x86_64/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch

--+
 /PKGBUILD|   94 
++
 /time-1.7-Recompute-CPU-usage-at-microsecond-level.patch |  144 
++
 /time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch   |   64 

 extra-i686/PKGBUILD  |   47 ---
 extra-i686/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch   |   72 
-
 extra-i686/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch |   32 --
 extra-x86_64/PKGBUILD|   47 ---
 extra-x86_64/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch |   72 
-
 extra-x86_64/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch   |   32 --
 9 files changed, 302 insertions(+), 302 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-02 01:02:38 UTC (rev 279733)
+++ extra-i686/PKGBUILD 2016-11-02 01:03:18 UTC (rev 279734)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Daniel J Griffiths 
-# Contributor: damir 
-
-pkgname=time
-pkgver=1.7
-pkgrel=8
-pkgdesc="Utility for monitoring a program's use of system resources"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/directory/time.html;
-license=('GPL')
-depends=('glibc')
-source=(http://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
-time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
-time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
-sha1sums=('dde0c28c7426960736933f3e763320680356cc6a'
-  'fff80e05dd41f0a59bb1f49d1c6e581d5e8e92e5'
-  'b2a909e1d92f7af1bc99a4524ad84d467ed79a06')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # cf https://bugzilla.redhat.com/show_bug.cgi?id=527276
-  patch -Np1 < 
"$srcdir"/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
-
-  # cf https://bugzilla.redhat.com/show_bug.cgi?id=702826
-  patch -Np1 < "$srcdir"/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
-
-  # rebuild the ancient autoconf setup to fix a variety of build issues
-  # surrounding missing/incorrect includes.
-  autoreconf -fisv
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make exec_prefix="$pkgdir/usr" infodir="$pkgdir/usr/share/info" install
-}

Copied: time/repos/extra-i686/PKGBUILD (from rev 279733, time/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-02 01:03:18 UTC (rev 279734)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Daniel J Griffiths 
+# Contributor: damir 
+
+pkgname=time
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Utility for monitoring a program's use of system resources"
+arch=('i686' 'x86_64')
+url="https://directory.fsf.org/wiki/Time;
+license=('GPL')
+depends=('glibc')
+source=(http://git.savannah.gnu.org/cgit/time.git/snapshot/time-$pkgver.tar.gz
+time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
+time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
+sha1sums=('d1c00075edf3d9ab422b5e8119cf7c865d1e91e6'
+  'fff80e05dd41f0a59bb1f49d1c6e581d5e8e92e5'
+

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

2016-11-01 Thread Dave Reisner
Date: Wednesday, November 2, 2016 @ 01:02:38
  Author: dreisner
Revision: 279733

upgpkg: time 1.7.2-1

Modified:
  time/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:20:32 UTC (rev 279732)
+++ PKGBUILD2016-11-02 01:02:38 UTC (rev 279733)
@@ -5,17 +5,17 @@
 # Contributor: damir 
 
 pkgname=time
-pkgver=1.7
-pkgrel=8
+pkgver=1.7.2
+pkgrel=1
 pkgdesc="Utility for monitoring a program's use of system resources"
 arch=('i686' 'x86_64')
-url="http://www.gnu.org/directory/time.html;
+url="https://directory.fsf.org/wiki/Time;
 license=('GPL')
 depends=('glibc')
-source=(http://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(http://git.savannah.gnu.org/cgit/time.git/snapshot/time-$pkgver.tar.gz
 time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
 time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
-sha1sums=('dde0c28c7426960736933f3e763320680356cc6a'
+sha1sums=('d1c00075edf3d9ab422b5e8119cf7c865d1e91e6'
   'fff80e05dd41f0a59bb1f49d1c6e581d5e8e92e5'
   'b2a909e1d92f7af1bc99a4524ad84d467ed79a06')
 


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

2016-11-01 Thread Andreas Radke
Date: Tuesday, November 1, 2016 @ 22:20:32
  Author: andyrtr
Revision: 279732

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

Added:
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 279731, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 279731, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 279731, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 279731, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 279731, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 279731, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 279731, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 279731, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 279731, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 279731, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 279731, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 279731, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 279731, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 279731, linux-lts/trunk/linux-lts.preset)
Deleted:
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
  linux-lts/repos/testing-i686/PKGBUILD
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
  linux-lts/repos/testing-i686/config
  linux-lts/repos/testing-i686/config.x86_64
  linux-lts/repos/testing-i686/linux-lts.install
  linux-lts/repos/testing-i686/linux-lts.preset
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
  linux-lts/repos/testing-x86_64/PKGBUILD
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/testing-x86_64/config
  linux-lts/repos/testing-x86_64/config.x86_64
  linux-lts/repos/testing-x86_64/linux-lts.install
  linux-lts/repos/testing-x86_64/linux-lts.preset

--+
 /0001-sdhci-revert.patch |   50 
 /PKGBUILD|  586 
 /change-default-console-loglevel.patch   |   22 
 /config  |15806 +
 /config.x86_64   |15324 
 /linux-lts.install   |   74 
 /linux-lts.preset|   28 
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/PKGBUILD|  293 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7903 
 testing-i686/config.x86_64   | 7662 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/PKGBUILD  |  293 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7903 
 testing-x86_64/config.x86_64 | 7662 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 21 files changed, 31890 insertions(+), 31890 deletions(-)

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


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

2016-11-01 Thread Andreas Radke
Date: Tuesday, November 1, 2016 @ 22:20:08
  Author: andyrtr
Revision: 279731

upgpkg: linux-lts 4.4.30-1

upstream update 4.4.30

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:12:37 UTC (rev 279730)
+++ PKGBUILD2016-11-01 22:20:08 UTC (rev 279731)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.4
-pkgver=4.4.29
+pkgver=4.4.30
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -22,7 +22,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'89ffcd7e5b608ccbccf4c6e44a01db5a3c6fb87661c3753eb09d8d276bb262ce'
+'c310c7f64fb00b728729eb5b7588a1b10573acf5bfef920d28fe1da348e121c6'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:12:32
  Author: bisson
Revision: 279729

add https

Modified:
  xorg-xfontsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:12:28 UTC (rev 279728)
+++ PKGBUILD2016-11-01 22:12:32 UTC (rev 279729)
@@ -6,12 +6,12 @@
 pkgver=1.0.5
 pkgrel=1
 pkgdesc='Point and click selection of X11 font names'
-url='http://xorg.freedesktop.org/'
+url='https://xorg.freedesktop.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('xorg-util-macros')
 depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-source=("http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2;)
+source=("https://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2;)
 sha1sums=('fbd8fa8a1c87d8da2e71def964e97bca1d4c4adf')
 
 build() {


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:12:37
  Author: bisson
Revision: 279730

add https

Modified:
  xorg-xlsfonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:12:32 UTC (rev 279729)
+++ PKGBUILD2016-11-01 22:12:37 UTC (rev 279730)
@@ -6,12 +6,12 @@
 pkgver=1.0.5
 pkgrel=1
 pkgdesc='List available X fonts'
-url='http://xorg.freedesktop.org/'
+url='https://xorg.freedesktop.org/'
 license=('custom')
 arch=('i686' 'x86_64')
 depends=('libx11')
 makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2{,.sig})
+source=(https://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2{,.sig})
 sha256sums=('40295bec35077cee93be2e4c26cc00268ed6ace779ae6e97766a866c1e3927fa'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 



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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:12:15
  Author: bisson
Revision: 279725

add https

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:12:10 UTC (rev 279724)
+++ PKGBUILD2016-11-01 22:12:15 UTC (rev 279725)
@@ -6,12 +6,12 @@
 pkgver=2.48.4
 pkgrel=1
 pkgdesc='File-synchronization tool'
-url='http://www.cis.upenn.edu/~bcpierce/unison/'
+url='https://www.cis.upenn.edu/~bcpierce/unison/'
 arch=('i686' 'x86_64')
 license=('GPL2')
 optdepends=('gtk2: for gtk2 support')
 makedepends=('ocaml' 'lablgtk2' 'imagemagick')
-source=("http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;
+source=("https://www.cis.upenn.edu/~bcpierce/unison/download/releases/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;
 'desktop')
 sha1sums=('baeff0e3a942c710ce551cca118b891feca137c5'
   '9dad1737dd8d90e7ee2744a96cf71bd9f802a12a')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:12:28
  Author: bisson
Revision: 279728

add https

Modified:
  xorg-xev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:12:24 UTC (rev 279727)
+++ PKGBUILD2016-11-01 22:12:28 UTC (rev 279728)
@@ -6,12 +6,12 @@
 pkgver=1.2.2
 pkgrel=1
 pkgdesc='Print contents of X events'
-url='http://xorg.freedesktop.org/'
+url='https://xorg.freedesktop.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 depends=('libx11' 'libxrandr')
 makedepends=('xorg-util-macros' 'xproto')
-source=(http://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2{,.sig})
+source=(https://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2{,.sig})
 sha256sums=('d94ae62a6c1af56c2961d71f5782076ac4116f0fa4e401420ac7e0db33dc314f'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 



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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:12:01
  Author: bisson
Revision: 279722

add https

Modified:
  screen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:57 UTC (rev 279721)
+++ PKGBUILD2016-11-01 22:12:01 UTC (rev 279722)
@@ -7,12 +7,12 @@
 pkgver=4.4.0
 pkgrel=1
 pkgdesc='Full-screen window manager that multiplexes a physical terminal'
-url='http://www.gnu.org/software/screen/'
+url='https://www.gnu.org/software/screen/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('ncurses' 'pam')
 validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4')
-source=("http://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
 'tmpfiles.d'
 'pam.d')
 sha1sums=('f37f99ec57be1063c471c86511eab20a3afd39ff' 'SKIP'


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:12:19
  Author: bisson
Revision: 279726

add https

Modified:
  xorg-font-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:12:15 UTC (rev 279725)
+++ PKGBUILD2016-11-01 22:12:19 UTC (rev 279726)
@@ -6,12 +6,13 @@
 pkgver=1.3.1
 pkgrel=1
 pkgdesc='X.Org font utilities'
-url='http://xorg.freedesktop.org/'
+url='https://xorg.freedesktop.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('xorg-util-macros')
-source=("${url}/releases/individual/font/font-util-${pkgver}.tar.bz2")
-sha1sums=('0b16add3637c64b0bbaf1dd223b71b0421100c20')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
+source=("${url}/releases/individual/font/font-util-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('0b16add3637c64b0bbaf1dd223b71b0421100c20' 'SKIP')
 
 replaces=('font-util')
 provides=('font-util')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:12:24
  Author: bisson
Revision: 279727

add https

Modified:
  xorg-setxkbmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:12:19 UTC (rev 279726)
+++ PKGBUILD2016-11-01 22:12:24 UTC (rev 279727)
@@ -6,7 +6,7 @@
 pkgver=1.3.1
 pkgrel=1
 pkgdesc='Set the keyboard using the X Keyboard Extension'
-url='http://xorg.freedesktop.org/'
+url='https://xorg.freedesktop.org/'
 license=('custom')
 arch=('i686' 'x86_64')
 depends=('libxkbfile')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:12:10
  Author: bisson
Revision: 279724

add https

Modified:
  ttf-tlwg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:12:06 UTC (rev 279723)
+++ PKGBUILD2016-11-01 22:12:10 UTC (rev 279724)
@@ -5,11 +5,11 @@
 pkgver=0.6.1
 pkgrel=2
 pkgdesc='Collection of scalable Thai fonts'
-url='http://linux.thai.net/projects/fonts-tlwg'
+url='https://linux.thai.net/projects/fonts-tlwg'
 arch=('any')
 license=('GPL' 'custom')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-source=("http://linux.thai.net/pub/thailinux/software/thai-ttf/${pkgname}-${pkgver}.tar.xz;
+source=("https://linux.thai.net/pub/thailinux/software/thai-ttf/${pkgname}-${pkgver}.tar.xz;
 'LICENSE')
 sha1sums=('975bb4fb87ef52598519a6aba21bcf694d3901ff'
   '39a8c3eb83856f9dff63a3493f891a702d3fa802')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:12:06
  Author: bisson
Revision: 279723

add https

Modified:
  ttf-freefont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:12:01 UTC (rev 279722)
+++ PKGBUILD2016-11-01 22:12:06 UTC (rev 279723)
@@ -7,14 +7,15 @@
 pkgver=20120503
 pkgrel=4
 pkgdesc='Set of free outline fonts covering the Unicode character set'
-url='http://www.nongnu.org/freefont/'
+url='https://www.nongnu.org/freefont/'
 license=('GPL')
 arch=('any')
 depends=('fontconfig' 'xorg-font-utils')
 provides=('ttf-font')
-source=("http://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip;
+validpgpkeys=('A0156C139D2DAA3B352E42CD506361DBA36FDD52')
+source=("https://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip"{,.sig}
 'conf.avail')
-sha1sums=('46179a6f3469b386f6569fc61913314ba79aadac'
+sha1sums=('46179a6f3469b386f6569fc61913314ba79aadac' 'SKIP'
   '11bbd7e1be9ce310917642cf7ee589d4433383e0')
 
 install=install


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:57
  Author: bisson
Revision: 279721

add https

Modified:
  scim-pinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:52 UTC (rev 279720)
+++ PKGBUILD2016-11-01 22:11:57 UTC (rev 279721)
@@ -6,11 +6,11 @@
 pkgver=0.5.92
 pkgrel=3
 pkgdesc='Chinese pinyin input for SCIM'
-url='http://www.scim-im.org/'
+url='https://www.scim-im.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('scim')
-source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
+source=("https://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
 
 build() {


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:24
  Author: bisson
Revision: 279714

add https

Modified:
  libots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:19 UTC (rev 279713)
+++ PKGBUILD2016-11-01 22:11:24 UTC (rev 279714)
@@ -6,11 +6,11 @@
 pkgver=0.5.0
 pkgrel=4
 pkgdesc='Open Text Summarizer'
-url='http://libots.sourceforge.net/'
+url='https://libots.sourceforge.net/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libxml2' 'glib2' 'popt')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
 sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
 
 options=('!makeflags')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:29
  Author: bisson
Revision: 279715

add https

Modified:
  mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:24 UTC (rev 279714)
+++ PKGBUILD2016-11-01 22:11:29 UTC (rev 279715)
@@ -7,11 +7,11 @@
 pkgver=9
 pkgrel=1
 pkgdesc='Provides /etc/mime.types'
-url='http://packages.gentoo.org/package/app-misc/mime-types'
+url='https://packages.gentoo.org/package/app-misc/mime-types'
 license=('GPL2')
 arch=('any')
 backup=('etc/mime.types')
-source=("http://mirrors.kernel.org/gentoo/distfiles/${pkgname}-${pkgver}.tar.bz2;)
+source=("https://mirrors.kernel.org/gentoo/distfiles/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('b21b7775a006b60113a6648e20beb1decdac8899')
 
 package() {


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:48
  Author: bisson
Revision: 279719

add https

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:43 UTC (rev 279718)
+++ PKGBUILD2016-11-01 22:11:48 UTC (rev 279719)
@@ -9,11 +9,11 @@
 pkgver=2016.2.22
 pkgrel=1
 pkgdesc='NTFS filesystem driver and utilities'
-url='http://www.tuxera.com/community/open-source-ntfs-3g/'
+url='https://www.tuxera.com/community/open-source-ntfs-3g/'
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('util-linux' 'fuse')
-source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+source=("https://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
 sha1sums=('382df40c366711003cf24d2342033c23e2580b42')
 
 conflicts=('ntfsprogs')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:52
  Author: bisson
Revision: 279720

add https

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:48 UTC (rev 279719)
+++ PKGBUILD2016-11-01 22:11:52 UTC (rev 279720)
@@ -7,7 +7,7 @@
 pkgver=7.3p1
 pkgrel=2
 pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
+url='https://www.openssh.org/portable.html'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 makedepends=('linux-headers')
@@ -15,7 +15,7 @@
 optdepends=('xorg-xauth: X11 forwarding'
 'x11-ssh-askpass: input passphrase in X')
 validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=("http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'sshdgenkeys.service'
 'sshd@.service'
 'sshd.service'


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:43
  Author: bisson
Revision: 279718

add https

Modified:
  ncmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:39 UTC (rev 279717)
+++ PKGBUILD2016-11-01 22:11:43 UTC (rev 279718)
@@ -9,14 +9,15 @@
 pkgver=0.25
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
-url='http://www.musicpd.org/clients/ncmpc/'
+url='https://www.musicpd.org/clients/ncmpc/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7b4bc74c76b2e2947689af4157b45b01a9329df0')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha1sums=('7b4bc74c76b2e2947689af4157b45b01a9329df0' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:39
  Author: bisson
Revision: 279717

add https

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:34 UTC (rev 279716)
+++ PKGBUILD2016-11-01 22:11:39 UTC (rev 279717)
@@ -9,7 +9,7 @@
 pkgver=0.19.19
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
+url='https://www.musicpd.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
@@ -17,7 +17,7 @@
  'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
 makedepends=('boost' 'doxygen')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'conf')
 sha1sums=('8c281b823825cab6677cb142b564acbf09a2874d'


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:15
  Author: bisson
Revision: 279712

add https

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:09 UTC (rev 279711)
+++ PKGBUILD2016-11-01 22:11:15 UTC (rev 279712)
@@ -7,13 +7,13 @@
 pkgver=1.6.17
 pkgrel=4
 pkgdesc='Fast DNS library supporting recent RFCs'
-url='http://www.nlnetlabs.nl/projects/ldns/'
+url='https://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('openssl' 'dnssec-anchors')
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'perl-recent.patch')
 sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4'
   '026b276a360d29b3bd3690293a27178262a0b3dc')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:04
  Author: bisson
Revision: 279710

add https

Modified:
  ifenslave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:00 UTC (rev 279709)
+++ PKGBUILD2016-11-01 22:11:04 UTC (rev 279710)
@@ -6,11 +6,11 @@
 pkgver=1.1.0
 pkgrel=8
 pkgdesc='Utility for bonding ethernet interfaces'
-url='http://www.linuxfoundation.org/en/Net:Bonding'
+url='https://www.linuxfoundation.org/en/Net:Bonding'
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('linux-api-headers')
-source=(ifenslave.c::'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=450faacc')
+source=(ifenslave.c::'https://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=450faacc')
 sha1sums=('cf0ca36e4a82f259f4bd5d7268ce758581a76fb0')
 
 build() {


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:09
  Author: bisson
Revision: 279711

add https

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:04 UTC (rev 279710)
+++ PKGBUILD2016-11-01 22:11:09 UTC (rev 279711)
@@ -20,7 +20,7 @@
 'python2-lxml: some extensions and filters'
 'uniconvertor: reading/writing to some proprietary formats')
 source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2;
-
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+
'https://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
 sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
   'f61909a58c185ed9249b19f71242af2edd32ef9a')
 


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:34
  Author: bisson
Revision: 279716

add https

Modified:
  mpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:29 UTC (rev 279715)
+++ PKGBUILD2016-11-01 22:11:34 UTC (rev 279716)
@@ -9,12 +9,12 @@
 pkgver=0.28
 pkgrel=1
 pkgdesc='Minimalist command line interface to MPD'
-url='http://www.musicpd.org/clients/mpc/'
+url='https://www.musicpd.org/clients/mpc/'
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('libmpdclient')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
 sha1sums=('60cac81137c0fd4d16fe7d482970bc1afb1ad610' 'SKIP')
 
 options=('!emptydirs')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:10:44
  Author: bisson
Revision: 279707

add https

Modified:
  font-bh-ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:10:40 UTC (rev 279706)
+++ PKGBUILD2016-11-01 22:10:44 UTC (rev 279707)
@@ -6,7 +6,7 @@
 pkgver=1.0.3
 pkgrel=3
 pkgdesc='X.org Luxi Truetype fonts'
-url='http://xorg.freedesktop.org/'
+url='https://xorg.freedesktop.org/'
 license=('custom')
 arch=('any')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:10:40
  Author: bisson
Revision: 279706

add https

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:10:35 UTC (rev 279705)
+++ PKGBUILD2016-11-01 22:10:40 UTC (rev 279706)
@@ -8,7 +8,7 @@
 pkgver=2.17
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
+url='https://feh.finalrewind.org/'
 license=('custom:MIT')
 arch=('i686' 'x86_64')
 depends=('imlib2' 'curl' 'libxinerama' 'libexif')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:19
  Author: bisson
Revision: 279713

add https

Modified:
  libmpdclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:15 UTC (rev 279712)
+++ PKGBUILD2016-11-01 22:11:19 UTC (rev 279713)
@@ -6,11 +6,11 @@
 pkgver=2.10
 pkgrel=1
 pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & 
Objective C languages'
-url='http://www.musicpd.org/libs/libmpdclient/'
+url='https://www.musicpd.org/libs/libmpdclient/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
 sha1sums=('32e090b70fa91978734830c67527e8e2fca70225' 'SKIP')
 
 build() {


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:10:50
  Author: bisson
Revision: 279708

add https

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:10:44 UTC (rev 279707)
+++ PKGBUILD2016-11-01 22:10:50 UTC (rev 279708)
@@ -7,7 +7,7 @@
 pkgver=20161012
 pkgrel=1
 pkgdesc='Outline and bitmap font editor'
-url='http://fontforge.github.io/'
+url='https://fontforge.github.io/'
 arch=('i686' 'x86_64')
 license=('BSD')
 makedepends=('git')
@@ -15,7 +15,7 @@
  'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'libunicodenames' 
'zeromq'
  'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
 source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
-'http://fontforge.github.io/cidmaps.tgz')
+'https://fontforge.github.io/cidmaps.tgz')
 sha1sums=('b0acc58e3fa2bc9ae2cab0a2c24ad30101ffba79'
   'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
 


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:00
  Author: bisson
Revision: 279709

add https

Modified:
  gnugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:10:50 UTC (rev 279708)
+++ PKGBUILD2016-11-01 22:11:00 UTC (rev 279709)
@@ -8,13 +8,14 @@
 pkgver=3.8
 pkgrel=5
 pkgdesc='Program that plays the game of Go'
-url='http://www.gnu.org/software/gnugo/'
+url='https://www.gnu.org/software/gnugo/'
 license=('GPL3' 'custom')
 arch=('i686' 'x86_64')
 depends=('ncurses')
-source=("http://ftp.gnu.org/gnu/gnugo/${pkgname}-${pkgver}.tar.gz;
+validpgpkeys=('67CCE2F5220D3E03024A175B68E7E09135C3EC3E')
+source=("https://ftp.gnu.org/gnu/gnugo/${pkgname}-${pkgver}.tar.gz"{,.sig}
 'LICENSE')
-sha1sums=('a8ce3c7512634f789bc0c964fe23a5a6209f25db'
+sha1sums=('a8ce3c7512634f789bc0c964fe23a5a6209f25db' 'SKIP'
   '0221b29e03fe7356c131429631ad0ac3c8da04d6')
 
 build() {


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:10:03
  Author: bisson
Revision: 194300

add https

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:09:58 UTC (rev 194299)
+++ PKGBUILD2016-11-01 22:10:03 UTC (rev 194300)
@@ -7,7 +7,7 @@
 pkgver=4.5.6
 pkgrel=3
 pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
+url='https://subsurface-divelog.org/'
 license=('GPL2')
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'asciidoc')
@@ -14,7 +14,7 @@
 depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
  'subsurface-libdc' 'subsurface-marble'
  'qt5-connectivity' 'grantlee')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
 sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
 
 prepare() {


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:10:30
  Author: bisson
Revision: 279704

add https

Modified:
  dcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:30:28 UTC (rev 279703)
+++ PKGBUILD2016-11-01 22:10:30 UTC (rev 279704)
@@ -7,11 +7,11 @@
 pkgver=9.26.0
 pkgrel=1
 pkgdesc='Decodes any raw image from any digital camera'
-url='http://www.cybercom.net/~dcoffin/dcraw/'
+url='https://www.cybercom.net/~dcoffin/dcraw/'
 arch=('i686' 'x86_64')
 license=('custom')
 depends=('lcms2' 'jasper')
-source=("http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
+source=("https://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('f4432b673b15df8181c386bc18bb039aefafea7f')
 
 build() {


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:10:35
  Author: bisson
Revision: 279705

add https

Modified:
  dnssec-anchors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:10:30 UTC (rev 279704)
+++ PKGBUILD2016-11-01 22:10:35 UTC (rev 279705)
@@ -7,13 +7,13 @@
 pkgver=20150403
 pkgrel=1
 pkgdesc='DNSSEC trust anchors for the root zone'
-url='http://data.iana.org/root-anchors/'
+url='https://data.iana.org/root-anchors/'
 license=('custom:NoCopyright')
 arch=('any')
 makedepends=('ldns')
 validpgpkeys=('2FBB91BCAAEE0ABE1F8031C7D1AFBCE00F6C91D2')
-source=('http://data.iana.org/root-anchors/root-anchors.xml'
-
'root-anchors.xml.asc::http://data.iana.org/root-anchors/root-anchors.asc'
+source=('https://data.iana.org/root-anchors/root-anchors.xml'
+
'root-anchors.xml.asc::https://data.iana.org/root-anchors/root-anchors.asc'
 'LICENSE')
 sha256sums=('dfb281b771dc854c18d1cff9d2eecaf184cf7a9668606aaa33e8f01bf4b4d8e4'
 'SKIP'


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:10:07
  Author: bisson
Revision: 194301

add https

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:10:03 UTC (rev 194300)
+++ PKGBUILD2016-11-01 22:10:07 UTC (rev 194301)
@@ -7,10 +7,10 @@
 pkgver=4.5.6
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
-url='http://git.subsurface-divelog.org/'
+url='https://git.subsurface-divelog.org/'
 license=('LGPL')
 arch=('i686' 'x86_64')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
 sha1sums=('55b8b938d06d0d301f09418489aed308f87a6cfa')
 
 conflicts=('libdivecomputer')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:10:11
  Author: bisson
Revision: 194302

add https

Modified:
  subsurface-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:10:07 UTC (rev 194301)
+++ PKGBUILD2016-11-01 22:10:11 UTC (rev 194302)
@@ -7,12 +7,12 @@
 pkgver=4.5.6
 pkgrel=1
 pkgdesc='Virtual Globe'
-url='http://git.subsurface-divelog.org/'
+url='https://git.subsurface-divelog.org/'
 license=('GPL' 'LGPL' 'FDL')
 arch=('i686' 'x86_64')
 makedepends=('cmake')
 depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
 sha1sums=('2112aeaf4562dc29bb942f18faea894544a3a6d8')
 
 build() {


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:10:20
  Author: bisson
Revision: 194303

add https

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:10:11 UTC (rev 194302)
+++ PKGBUILD2016-11-01 22:10:20 UTC (rev 194303)
@@ -7,7 +7,7 @@
 pkgver=1.5.10
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
+url='https://unbound.net/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 makedepends=('expat')
@@ -15,7 +15,7 @@
 depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
 sha1sums=('6102849c400db3a4195b1f16df8f312568a6ec57'


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:09:53
  Author: bisson
Revision: 194298

add https

Modified:
  nsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:09:49 UTC (rev 194297)
+++ PKGBUILD2016-11-01 22:09:53 UTC (rev 194298)
@@ -7,13 +7,13 @@
 pkgver=4.1.13
 pkgrel=1
 pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
+url='https://www.nlnetlabs.nl/nsd/'
 license=('BSD')
 arch=('i686' 'x86_64')
 depends=('openssl' 'libevent')
 makedepends=('flex')
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'tmpfiles.d'
 'service')
 sha256sums=('c45cd4ba2101a027e133b2be44db9378e27602e05f09a5ef25019e1ae45291af' 
'SKIP'


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:09:58
  Author: bisson
Revision: 194299

add https

Modified:
  python-discid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:09:53 UTC (rev 194298)
+++ PKGBUILD2016-11-01 22:09:58 UTC (rev 194299)
@@ -13,8 +13,9 @@
 arch=('any')
 depends=('libdiscid')
 makedepends=('python' 'python2')
-source=("http://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha1sums=('de2d657e42d281dad593e0673af6ba6039ef58bc')
+validpgpkeys=('8BB230F6C5C308B31FE7C82568304838CC686607')
+source=("https://pypi.python.org/packages/source/d/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha1sums=('de2d657e42d281dad593e0673af6ba6039ef58bc' 'SKIP')
 
 check() {
cd "${srcdir}/${_pkgname}-${pkgver}"


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:09:45
  Author: bisson
Revision: 194296

add https

Modified:
  liboping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:09:40 UTC (rev 194295)
+++ PKGBUILD2016-11-01 22:09:45 UTC (rev 194296)
@@ -5,7 +5,7 @@
 pkgver=1.9.0
 pkgrel=1
 pkgdesc='C library to generate ICMP echo requests, better known as "ping 
packets"'
-url='http://noping.cc/'
+url='https://noping.cc/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libcap')


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:09:40
  Author: bisson
Revision: 194295

add https

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:41:33 UTC (rev 194294)
+++ PKGBUILD2016-11-01 22:09:40 UTC (rev 194295)
@@ -6,7 +6,7 @@
 pkgver=5.6.1
 pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
-url='http://collectd.org/'
+url='https://collectd.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
 


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

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:09:49
  Author: bisson
Revision: 194297

add https

Modified:
  ncdu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:09:45 UTC (rev 194296)
+++ PKGBUILD2016-11-01 22:09:49 UTC (rev 194297)
@@ -12,7 +12,7 @@
 depends=('ncurses')
 arch=('i686' 'x86_64')
 validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
-source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
 sha1sums=('b79b1c44784f334dca74d89a49f49274f14cfeef' 'SKIP')
 
 build() {


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

2016-11-01 Thread Christian Hesse
Date: Tuesday, November 1, 2016 @ 21:41:33
  Author: eworm
Revision: 194294

download sources via https

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:40:12 UTC (rev 194293)
+++ PKGBUILD2016-11-01 21:41:33 UTC (rev 194294)
@@ -20,7 +20,7 @@
 validpgpkeys=(
'163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes 

'EC60AABDF42AAE8FB062640480858FA38F62AF74') # Kalev Lember 

-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
 sha256sums=('0ae89f7c381b7def41960f690f7212cf80f7f6bfc9055ce8d0c84aa45f120cd9'
 'SKIP')
 


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

2016-11-01 Thread Christian Hesse
Date: Tuesday, November 1, 2016 @ 21:40:12
  Author: eworm
Revision: 194293

download sources via https

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:30:36 UTC (rev 194292)
+++ PKGBUILD2016-11-01 21:40:12 UTC (rev 194293)
@@ -24,9 +24,9 @@
'python2-pyodbc: database migration')
 makedepends=('cmake' 'boost' 'mesa' 'swig' 'imagemagick')
 validpgpkeys=('A4A9406876FCBD3C456770C88C718D3B5072E1F5')
-source=("http://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-${pkgver}-src.tar.gz"{,.asc}
-   
"http://cdn.mysql.com/Downloads/MySQL-${_mysql_version%.*}/mysql-${_mysql_version}.tar.gz"{,.asc}
-   
"http://cdn.mysql.com/Downloads/Connector-C++/mysql-connector-c++-${_connector_version}.tar.gz"{,.asc}
+source=("https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-${pkgver}-src.tar.gz"{,.asc}
+   
"https://cdn.mysql.com/Downloads/MySQL-${_mysql_version%.*}/mysql-${_mysql_version}.tar.gz"{,.asc}
+   
"https://cdn.mysql.com/Downloads/Connector-C++/mysql-connector-c++-${_connector_version}.tar.gz"{,.asc}

"http://download.osgeo.org/gdal/${_gdal_version}/gdal-${_gdal_version}.tar.xz;

"https://downloads.sourceforge.net/project/boost/boost/${_boost_version}/boost_${_boost_version//./_}.tar.bz2;
'0001-mysql-workbench-no-check-for-updates.patch'


[arch-commits] Commit in python-virtualenv-clone/repos/community-any (2 files)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:30:36
  Author: foutrelis
Revision: 194292

archrelease: copy trunk to community-any

Added:
  python-virtualenv-clone/repos/community-any/PKGBUILD
(from rev 194291, python-virtualenv-clone/trunk/PKGBUILD)
Deleted:
  python-virtualenv-clone/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-01 21:30:25 UTC (rev 194291)
+++ PKGBUILD2016-11-01 21:30:36 UTC (rev 194292)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 

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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:30:25
  Author: foutrelis
Revision: 194291

Use HTTPS sources

Modified:
  python-virtualenv-clone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:29:55 UTC (rev 194290)
+++ PKGBUILD2016-11-01 21:30:25 UTC (rev 194291)
@@ -10,7 +10,7 @@
 license=('GPL')
 makedepends=('python-distribute' 'python2-distribute')
 options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/v/virtualenv-clone/virtualenv-clone-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/v/virtualenv-clone/virtualenv-clone-$pkgver.tar.gz)
 sha256sums=('6b3be5cab59e455f08c9eda573d23006b7d6fb41fae974ddaa2b275c93cc4405')
 
 package_python-virtualenv-clone() {


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

2016-11-01 Thread Christian Hesse
Date: Tuesday, November 1, 2016 @ 21:30:28
  Author: eworm
Revision: 279703

download sources via https

Modified:
  openvpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:26:40 UTC (rev 279702)
+++ PKGBUILD2016-11-01 21:30:28 UTC (rev 279703)
@@ -11,7 +11,7 @@
 optdepends=('easy-rsa: easy CA and certificate handling')
 makedepends=('systemd')
 license=('custom')
-source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz{,.asc}
+source=(https://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz{,.asc}
 openvpn@.service)
 sha256sums=('13b963414e2430215981868c77b9795d93653ee535a2d73576f7bb2c28200abc'
 'SKIP'


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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:29:55
  Author: foutrelis
Revision: 194290

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-01 21:29:38 UTC (rev 194289)
+++ PKGBUILD2016-11-01 21:29:55 UTC (rev 194290)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tiago Pierezan Camargo 
-
-pkgname=('python-south' 'python2-south')
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="Intelligent database migrations library for the Django web framework"
-arch=('any')
-url="http://south.aeracode.org/;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4')
-
-package_python-south() {
-  depends=('python-django')
-
-  cd "$srcdir/South-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-south() {
-  depends=('python2-django')
-  conflicts=('python-south<=0.7.6-1')
-  replaces=('python-south<=0.7.6-1')
-
-  cd "$srcdir/South-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-south/repos/community-any/PKGBUILD (from rev 194289, 
python-south/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-01 21:29:55 UTC (rev 194290)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgname=('python-south' 'python2-south')
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Intelligent database migrations library for the Django web framework"
+arch=('any')
+url="http://south.aeracode.org/;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
+sha256sums=('d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4')
+
+package_python-south() {
+  depends=('python-django')
+
+  cd "$srcdir/South-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-south() {
+  depends=('python2-django')
+  conflicts=('python-south<=0.7.6-1')
+  replaces=('python-south<=0.7.6-1')
+
+  cd "$srcdir/South-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:29:38
  Author: foutrelis
Revision: 194289

Use HTTPS sources

Modified:
  python-south/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:29:03 UTC (rev 194288)
+++ PKGBUILD2016-11-01 21:29:38 UTC (rev 194289)
@@ -10,7 +10,7 @@
 url="http://south.aeracode.org/;
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
 sha256sums=('d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4')
 
 package_python-south() {


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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:29:03
  Author: foutrelis
Revision: 194288

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-01 21:28:44 UTC (rev 194287)
+++ PKGBUILD2016-11-01 21:29:03 UTC (rev 194288)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Peter Baldwin 
-
-pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.8
-pkgrel=2
-pkgdesc="A simple pythonic template language written in Python"
-arch=('any')
-url="http://jinja.pocoo.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
- 'python2-markupsafe')
-source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4')
-
-build() {
-  cd "$srcdir"
-
-  rm -rf python{2,3}-build
-  for builddir in python{2,3}-build; do
-cp -r Jinja2-$pkgver $builddir
-pushd $builddir
-${builddir%-build} setup.py build
-popd
-  done
-}
-
-package_python-jinja() {
-  depends=('python-setuptools' 'python-markupsafe')
-
-  cd "$srcdir/python3-build"
-
-  python3 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-jinja() {
-  depends=('python2-setuptools' 'python2-markupsafe')
-
-  cd "$srcdir/python2-build"
-
-  python2 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jinja/repos/community-any/PKGBUILD (from rev 194287, 
python-jinja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-01 21:29:03 UTC (rev 194288)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Peter Baldwin 
+
+pkgname=('python-jinja' 'python2-jinja')
+pkgver=2.8
+pkgrel=2
+pkgdesc="A simple pythonic template language written in Python"
+arch=('any')
+url="http://jinja.pocoo.org/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
+ 'python2-markupsafe')
+source=(https://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
+sha256sums=('bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4')
+
+build() {
+  cd "$srcdir"
+
+  rm -rf python{2,3}-build
+  for builddir in python{2,3}-build; do
+cp -r Jinja2-$pkgver $builddir
+pushd $builddir
+${builddir%-build} setup.py build
+popd
+  done
+}
+
+package_python-jinja() {
+  depends=('python-setuptools' 'python-markupsafe')
+
+  cd "$srcdir/python3-build"
+
+  python3 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jinja() {
+  depends=('python2-setuptools' 'python2-markupsafe')
+
+  cd "$srcdir/python2-build"
+
+  python2 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:28:44
  Author: foutrelis
Revision: 194287

Use HTTPS sources

Modified:
  python-jinja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:27:38 UTC (rev 194286)
+++ PKGBUILD2016-11-01 21:28:44 UTC (rev 194287)
@@ -11,7 +11,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
  'python2-markupsafe')
-source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
 sha256sums=('bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4')
 
 build() {


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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:27:38
  Author: foutrelis
Revision: 194286

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

Added:
  libmemcached/repos/community-i686/PKGBUILD
(from rev 194285, libmemcached/trunk/PKGBUILD)
  
libmemcached/repos/community-i686/libmemcached-fix-linking-with-libpthread.patch
(from rev 194285, 
libmemcached/trunk/libmemcached-fix-linking-with-libpthread.patch)
  libmemcached/repos/community-x86_64/PKGBUILD
(from rev 194285, libmemcached/trunk/PKGBUILD)
  
libmemcached/repos/community-x86_64/libmemcached-fix-linking-with-libpthread.patch
(from rev 194285, 
libmemcached/trunk/libmemcached-fix-linking-with-libpthread.patch)
Deleted:
  libmemcached/repos/community-i686/PKGBUILD
  
libmemcached/repos/community-i686/libmemcached-fix-linking-with-libpthread.patch
  libmemcached/repos/community-x86_64/PKGBUILD
  
libmemcached/repos/community-x86_64/libmemcached-fix-linking-with-libpthread.patch

-+
 /PKGBUILD   |   92 
++
 /libmemcached-fix-linking-with-libpthread.patch |   38 
 community-i686/PKGBUILD |   46 -
 community-i686/libmemcached-fix-linking-with-libpthread.patch   |   19 --
 community-x86_64/PKGBUILD   |   46 -
 community-x86_64/libmemcached-fix-linking-with-libpthread.patch |   19 --
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-01 21:27:10 UTC (rev 194285)
+++ community-i686/PKGBUILD 2016-11-01 21:27:38 UTC (rev 194286)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=libmemcached
-pkgver=1.0.18
-pkgrel=2
-pkgdesc="C and C++ client library to the memcached server"
-arch=('i686' 'x86_64')
-url="http://libmemcached.org/;
-license=('GPL')
-depends=('glibc' 'libsasl' 'libevent')
-makedepends=('perl' 'memcached' 'python-sphinx')
-source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
-libmemcached-fix-linking-with-libpthread.patch)
-sha256sums=('e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82'
-'02cd903ed217ef6d023bccefecb8d599ffab9b800a4f1a4e0124f4d71888d0dc')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Fix linking against libpthread (patch from Fedora)
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1037707
-  # https://bugs.launchpad.net/libmemcached/+bug/1281907
-  patch -Np1 -i ../libmemcached-fix-linking-with-libpthread.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  #make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libmemcached/repos/community-i686/PKGBUILD (from rev 194285, 
libmemcached/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-01 21:27:38 UTC (rev 194286)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=libmemcached
+pkgver=1.0.18
+pkgrel=2
+pkgdesc="C and C++ client library to the memcached server"
+arch=('i686' 'x86_64')
+url="http://libmemcached.org/;
+license=('GPL')
+depends=('glibc' 'libsasl' 'libevent')
+makedepends=('perl' 'memcached' 'python-sphinx')
+source=(https://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
+libmemcached-fix-linking-with-libpthread.patch)
+sha256sums=('e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82'
+'02cd903ed217ef6d023bccefecb8d599ffab9b800a4f1a4e0124f4d71888d0dc')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix linking against libpthread (patch from Fedora)
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1037707
+  # https://bugs.launchpad.net/libmemcached/+bug/1281907
+  patch -Np1 -i ../libmemcached-fix-linking-with-libpthread.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  #make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/libmemcached-fix-linking-with-libpthread.patch
===
--- community-i686/libmemcached-fix-linking-with-libpthread.patch   
2016-11-01 21:27:10 UTC (rev 194285)
+++ community-i686/libmemcached-fix-linking-with-libpthread.patch   
2016-11-01 21:27:38 UTC (rev 194286)
@@ -1,19 +0,0 @@
-diff -up libmemcached-1.0.16/build-aux/ltmain.sh.orig 

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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:27:10
  Author: foutrelis
Revision: 194285

Use HTTPS sources

Modified:
  libmemcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:25:33 UTC (rev 194284)
+++ PKGBUILD2016-11-01 21:27:10 UTC (rev 194285)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc' 'libsasl' 'libevent')
 makedepends=('perl' 'memcached' 'python-sphinx')
-source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
+source=(https://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
 libmemcached-fix-linking-with-libpthread.patch)
 sha256sums=('e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82'
 '02cd903ed217ef6d023bccefecb8d599ffab9b800a4f1a4e0124f4d71888d0dc')


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

2016-11-01 Thread Christian Hesse
Date: Tuesday, November 1, 2016 @ 21:26:40
  Author: eworm
Revision: 279702

download sources via https

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:25:03 UTC (rev 279701)
+++ PKGBUILD2016-11-01 21:26:40 UTC (rev 279702)
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 'jemalloc'
  'lz4' 'boost' 'libevent' 'systemd')
 validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package 
Signing Key 
-source=(http://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz{,.asc}
+source=(https://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz{,.asc}
 mariadb-sysusers.conf
 mariadb-tmpfile.conf)
 sha256sums=('d7336907e9ff44496d6453f92526b25bd253638a64a051ca879f953499873b73'


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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:25:22
  Author: foutrelis
Revision: 194283

Use HTTPS sources

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:15:59 UTC (rev 194282)
+++ PKGBUILD2016-11-01 21:25:22 UTC (rev 194283)
@@ -7,12 +7,12 @@
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer;
+url="https://get.adobe.com/flashplayer/;
 arch=('x86_64')
 depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
-source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+source=("flashplugin_$pkgver.i386.tar.gz::https://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
 md5sums=('dd138cf72e62fbe69df5384d3e8396fc')
 
 package() {


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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:25:33
  Author: foutrelis
Revision: 194284

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-01 21:25:22 UTC (rev 194283)
+++ PKGBUILD2016-11-01 21:25:33 UTC (rev 194284)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.643
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('dd138cf72e62fbe69df5384d3e8396fc')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 194283, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-01 21:25:33 UTC (rev 194284)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.643
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="https://get.adobe.com/flashplayer/;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("flashplugin_$pkgver.i386.tar.gz::https://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('dd138cf72e62fbe69df5384d3e8396fc')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-11-01 Thread Christian Hesse
Date: Tuesday, November 1, 2016 @ 21:25:03
  Author: eworm
Revision: 279701

download source via https

Modified:
  leafpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:23:54 UTC (rev 279700)
+++ PKGBUILD2016-11-01 21:25:03 UTC (rev 279701)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('gtk2')
 makedepends=('intltool')
-source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('254a72fc67505e3aa52884c729cd7b97')
 
 build() {


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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:23:54
  Author: foutrelis
Revision: 279700

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 279699, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 279699, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 279699, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 279699, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 279699, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 279699, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|   88 +
 /flashplugin.install |   26 ++
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/flashplugin.install   |   13 -
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/flashplugin.install |   13 -
 extra-x86_64/mms.cfg |2 
 9 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-01 21:23:19 UTC (rev 279699)
+++ extra-i686/PKGBUILD 2016-11-01 21:23:54 UTC (rev 279700)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.643
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile}
-mms.cfg)
-source_i686=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz)
-source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
-md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('dd138cf72e62fbe69df5384d3e8396fc')
-md5sums_x86_64=('27b5026df9168a30fc4877159efad6e8')
-
-package () {
-install -Dm755 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-if [ "$CARCH" = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-fi
-install -Dm755 usr/bin/flash-player-properties 
"$pkgdir/usr/bin/flash-player-properties"
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
"$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png"
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
"$pkgdir/usr/share/applications/flash-player-properties.desktop"
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
"$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop"
-install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg"
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 279699, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-01 21:23:54 UTC (rev 279700)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.643
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='https://get.adobe.com/flashplayer/'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU acceleration on Nvidia card')
+provides=('flashplayer')
+license=('custom')
+options=(!strip)
+install=flashplugin.install

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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:23:19
  Author: foutrelis
Revision: 279699

Use HTTPS sources

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:22:33 UTC (rev 279698)
+++ PKGBUILD2016-11-01 21:23:19 UTC (rev 279699)
@@ -7,7 +7,7 @@
 pkgver=11.2.202.643
 pkgrel=1
 pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
+url='https://get.adobe.com/flashplayer/'
 arch=('i686' 'x86_64')
 depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
 optdepends=('libvdpau: GPU acceleration on Nvidia card')
@@ -16,10 +16,10 @@
 options=(!strip)
 install=flashplugin.install
 backup=(etc/adobe/mms.cfg)
-source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile}
+source=(https://www.adobe.com/products/eulas/pdfs/${_licensefile}
 mms.cfg)
-source_i686=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz)
-source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
+source_i686=(flashplugin_$pkgver.i386.tar.gz::https://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz)
+source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::https://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
 md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 md5sums_i686=('dd138cf72e62fbe69df5384d3e8396fc')


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

2016-11-01 Thread Christian Hesse
Date: Tuesday, November 1, 2016 @ 21:22:33
  Author: eworm
Revision: 279698

download source via https

Modified:
  keyutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:19:38 UTC (rev 279697)
+++ PKGBUILD2016-11-01 21:22:33 UTC (rev 279698)
@@ -10,7 +10,7 @@
 license=('GPL2' 'LGPL2.1')
 depends=('glibc' 'sh')
 backup=('etc/request-key.conf')
-source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+source=(https://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 request-key.conf.patch)
 md5sums=('7f8ac985c45086b5fbcd12cecd23cf07'
  '89a819a7e4e90936b210c9d5020d296d')


[arch-commits] Commit in xfce4-wavelan-plugin/trunk (PKGBUILD)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:19:07
  Author: foutrelis
Revision: 279694

upgpkg: xfce4-wavelan-plugin 0.6.0-1

New upstream release.

Modified:
  xfce4-wavelan-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:19:03 UTC (rev 279693)
+++ PKGBUILD2016-11-01 21:19:07 UTC (rev 279694)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-wavelan-plugin
-pkgver=0.5.12
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('67dce45739f063b95e2bc2232c625277685887b1f84088316d919671b5500ac4')
+sha256sums=('4d5bd6654cfd077f3432b08d296f7bd052e765e51b77c629886a9542f4e5ecdc')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:19:26
  Author: foutrelis
Revision: 279696

upgpkg: xfce4-mpc-plugin 0.5.0-1

New upstream release.

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:19:18 UTC (rev 279695)
+++ PKGBUILD2016-11-01 21:19:26 UTC (rev 279696)
@@ -5,7 +5,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-mpc-plugin
-pkgver=0.4.5
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('xfce4-panel' 'libmpd')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf')
+sha256sums=('f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:19:38
  Author: foutrelis
Revision: 279697

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

Added:
  xfce4-mpc-plugin/repos/extra-i686/PKGBUILD
(from rev 279696, xfce4-mpc-plugin/trunk/PKGBUILD)
  xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD
(from rev 279696, xfce4-mpc-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-mpc-plugin/repos/extra-i686/PKGBUILD
  xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-01 21:19:26 UTC (rev 279696)
+++ extra-i686/PKGBUILD 2016-11-01 21:19:38 UTC (rev 279697)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: aurelien 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mpc-plugin/repos/extra-i686/PKGBUILD (from rev 279696, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-01 21:19:38 UTC (rev 279697)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: aurelien 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-mpc-plugin
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
+license=('BSD')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libmpd')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-01 21:19:26 UTC (rev 279696)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:19:38 UTC (rev 279697)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: aurelien 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="Control the Music Player Daemon from the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e71f57a28915c57459d6ce0e1d0934f523c0ed083158c3d3b3836fc06fcf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD (from rev 279696, 
xfce4-mpc-plugin/trunk/PKGBUILD)

[arch-commits] Commit in xfce4-wavelan-plugin/repos (4 files)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:19:18
  Author: foutrelis
Revision: 279695

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

Added:
  xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD
(from rev 279694, xfce4-wavelan-plugin/trunk/PKGBUILD)
  xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD
(from rev 279694, xfce4-wavelan-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD
  xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-01 21:19:07 UTC (rev 279694)
+++ extra-i686/PKGBUILD 2016-11-01 21:19:18 UTC (rev 279695)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-wavelan-plugin
-pkgver=0.5.12
-pkgrel=1
-pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('67dce45739f063b95e2bc2232c625277685887b1f84088316d919671b5500ac4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD (from rev 279694, 
xfce4-wavelan-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-01 21:19:18 UTC (rev 279695)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-wavelan-plugin
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4d5bd6654cfd077f3432b08d296f7bd052e765e51b77c629886a9542f4e5ecdc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-01 21:19:07 UTC (rev 279694)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:19:18 UTC (rev 279695)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-wavelan-plugin
-pkgver=0.5.12
-pkgrel=1
-pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('67dce45739f063b95e2bc2232c625277685887b1f84088316d919671b5500ac4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD (from rev 279694, 
xfce4-wavelan-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   

[arch-commits] Commit in xfce4-systemload-plugin/repos (4 files)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:19:03
  Author: foutrelis
Revision: 279693

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

Added:
  xfce4-systemload-plugin/repos/extra-i686/PKGBUILD
(from rev 279692, xfce4-systemload-plugin/trunk/PKGBUILD)
  xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 279692, xfce4-systemload-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-systemload-plugin/repos/extra-i686/PKGBUILD
  xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-01 21:18:50 UTC (rev 279692)
+++ extra-i686/PKGBUILD 2016-11-01 21:19:03 UTC (rev 279693)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="A system load plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b469b6b3a08ec29b9061151950d876d36bf25a3106ec77256923fdd6b5d18a7c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-systemload-plugin/repos/extra-i686/PKGBUILD (from rev 279692, 
xfce4-systemload-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-01 21:19:03 UTC (rev 279693)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A system load plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4081d2c5ebda1c80d0eed48ae247a483ed4b15c8cb094fe009cb2304dda50cad')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-01 21:18:50 UTC (rev 279692)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:19:03 UTC (rev 279693)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="A system load plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b469b6b3a08ec29b9061151950d876d36bf25a3106ec77256923fdd6b5d18a7c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD (from rev 279692, 
xfce4-systemload-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:19:03 UTC 

[arch-commits] Commit in xfce4-systemload-plugin/trunk (PKGBUILD)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:18:50
  Author: foutrelis
Revision: 279692

upgpkg: xfce4-systemload-plugin 1.2.0-1

New upstream release.

Modified:
  xfce4-systemload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:17:16 UTC (rev 279691)
+++ PKGBUILD2016-11-01 21:18:50 UTC (rev 279692)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-systemload-plugin
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="A system load plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b469b6b3a08ec29b9061151950d876d36bf25a3106ec77256923fdd6b5d18a7c')
+sha256sums=('4081d2c5ebda1c80d0eed48ae247a483ed4b15c8cb094fe009cb2304dda50cad')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (8 files)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:17:16
  Author: foutrelis
Revision: 279691

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

Added:
  xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD
(from rev 279690, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
  
xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 279690, 
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
(from rev 279690, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 279690, 
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
Deleted:
  xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD
  
xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch

-+
 /PKGBUILD   |   90 ++
 /xfce4-smartbookmark-plugin-archlinux.patch |   48 +++
 extra-i686/PKGBUILD |   45 ---
 extra-i686/xfce4-smartbookmark-plugin-archlinux.patch   |   24 ---
 extra-x86_64/PKGBUILD   |   45 ---
 extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch |   24 ---
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-01 21:17:05 UTC (rev 279690)
+++ extra-i686/PKGBUILD 2016-11-01 21:17:16 UTC (rev 279691)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.6
-pkgrel=1
-pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool' 'libxt')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
-xfce4-smartbookmark-plugin-archlinux.patch)
-sha256sums=('3bed2b322cd39ce5845d6da07938c702260f3f1a9700b690ef377fba752ba24f'
-'61f35a8e93f1aaf7f46b2c90af9788155bea67f045185d74c6b384a97deeacab')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD (from rev 279690, 
xfce4-smartbookmark-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-01 21:17:16 UTC (rev 279691)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-smartbookmark-plugin
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool' 'libxt')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+xfce4-smartbookmark-plugin-archlinux.patch)
+sha256sums=('139539c58d54d878de86ef8a882c793cd909981e6b888f7f9d5e230a8fe310a4'
+'61f35a8e93f1aaf7f46b2c90af9788155bea67f045185d74c6b384a97deeacab')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
===
--- extra-i686/xfce4-smartbookmark-plugin-archlinux.patch   2016-11-01 
21:17:05 UTC (rev 279690)
+++ 

[arch-commits] Commit in xfce4-smartbookmark-plugin/trunk (PKGBUILD)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:17:05
  Author: foutrelis
Revision: 279690

upgpkg: xfce4-smartbookmark-plugin 0.5.0-1

New upstream release.

Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:16:28 UTC (rev 279689)
+++ PKGBUILD2016-11-01 21:17:05 UTC (rev 279690)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.6
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites"
 arch=('i686' 'x86_64')
@@ -13,9 +13,9 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool' 'libxt')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
 xfce4-smartbookmark-plugin-archlinux.patch)
-sha256sums=('3bed2b322cd39ce5845d6da07938c702260f3f1a9700b690ef377fba752ba24f'
+sha256sums=('139539c58d54d878de86ef8a882c793cd909981e6b888f7f9d5e230a8fe310a4'
 '61f35a8e93f1aaf7f46b2c90af9788155bea67f045185d74c6b384a97deeacab')
 
 prepare() {


[arch-commits] Commit in xfce4-netload-plugin/trunk (PKGBUILD)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:16:17
  Author: foutrelis
Revision: 279688

upgpkg: xfce4-netload-plugin 1.3.0-1

New upstream release.

Modified:
  xfce4-netload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:14:34 UTC (rev 279687)
+++ PKGBUILD2016-11-01 21:16:17 UTC (rev 279688)
@@ -3,8 +3,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-netload-plugin
-pkgver=1.2.4
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="A netload plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3')
+sha256sums=('615a280a1bc6c1e3f40755798217a230fd022f7744b095e7df978b63f25c8057')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-netload-plugin/repos (4 files)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:16:28
  Author: foutrelis
Revision: 279689

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

Added:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
(from rev 279688, xfce4-netload-plugin/trunk/PKGBUILD)
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 279688, xfce4-netload-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-01 21:16:17 UTC (rev 279688)
+++ extra-i686/PKGBUILD 2016-11-01 21:16:28 UTC (rev 279689)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-netload-plugin
-pkgver=1.2.4
-pkgrel=3
-pkgdesc="A netload plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-netload-plugin/repos/extra-i686/PKGBUILD (from rev 279688, 
xfce4-netload-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-01 21:16:28 UTC (rev 279689)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-netload-plugin
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A netload plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('615a280a1bc6c1e3f40755798217a230fd022f7744b095e7df978b63f25c8057')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-01 21:16:17 UTC (rev 279688)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:16:28 UTC (rev 279689)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-netload-plugin
-pkgver=1.2.4
-pkgrel=3
-pkgdesc="A netload plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD (from rev 279688, 
xfce4-netload-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:16:28 UTC (rev 279689)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-netload-plugin
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A netload plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')

[arch-commits] Commit in archlinux-appstream-data/repos/community-any (2 files)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:15:59
  Author: arojas
Revision: 194282

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 194281, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-01 21:15:52 UTC (rev 194281)
+++ PKGBUILD2016-11-01 21:15:59 UTC (rev 194282)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20161014
-pkgrel=2
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org;
-license=(GPL)
-depends=()
-makedepends=()
-source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('ca704a3bb4d37355d752e51991d710d6'
- '100413cc052bed05bcb1b204da92942f'
- '9fc3c1814574f885d4c466bd39496954'
- '31f6566d35ccd604be46ed5b1f813cdf'
- '7238763cfe6e3ccf49ac913f3fb26188'
- '491b21c5ae0cf67e93a7420dd8894928'
- '31f6566d35ccd604be46ed5b1f813cdf'
- '776e07e85c5138682d3b8004694a554b'
- 'c2e47016006a219f396fc18dce5185e4')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-  done
-  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 194281, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-01 21:15:59 UTC (rev 194282)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20161014
+pkgrel=2
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org;
+license=(GPL)
+depends=()
+makedepends=()
+source=(https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
+ 
https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
+ 
https://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
+noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
+md5sums=('ca704a3bb4d37355d752e51991d710d6'
+ '100413cc052bed05bcb1b204da92942f'
+ '9fc3c1814574f885d4c466bd39496954'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '7238763cfe6e3ccf49ac913f3fb26188'
+ '491b21c5ae0cf67e93a7420dd8894928'
+ '31f6566d35ccd604be46ed5b1f813cdf'
+ '776e07e85c5138682d3b8004694a554b'
+ 'c2e47016006a219f396fc18dce5185e4')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+  done
+  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}


[arch-commits] Commit in archlinux-appstream-data/repos (2 files)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:15:52
  Author: arojas
Revision: 194281

Remove wrong repos

Deleted:
  archlinux-appstream-data/repos/community-i686/
  archlinux-appstream-data/repos/community-x86_64/


[arch-commits] Commit in pari-seadata-small/repos (community-i686 community-x86_64)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:15:25
  Author: arojas
Revision: 194280

Remove wrong repos

Deleted:
  pari-seadata-small/repos/community-i686/
  pari-seadata-small/repos/community-x86_64/


[arch-commits] Commit in pari-seadata-small/repos/community-any (PKGBUILD PKGBUILD)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:15:15
  Author: arojas
Revision: 194279

archrelease: copy trunk to community-any

Added:
  pari-seadata-small/repos/community-any/PKGBUILD
(from rev 194278, pari-seadata-small/trunk/PKGBUILD)
Deleted:
  pari-seadata-small/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-01 21:15:03 UTC (rev 194278)
+++ PKGBUILD2016-11-01 21:15:15 UTC (rev 194279)
@@ -1,18 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=pari-seadata-small
-pkgver=20090618
-pkgrel=1
-pkgdesc="PARI database needed by ellap for large primes"
-arch=('any')
-url="http://pari.math.u-bordeaux.fr/;
-license=('GPL')
-depends=('pari')
-makedepends=()
-source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata-small.tgz;)
-md5sums=('705b51f147872895a7307ed4e57f55f2')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/pari
-  mv data/seadata "$pkgdir"/usr/share/pari
-}

Copied: pari-seadata-small/repos/community-any/PKGBUILD (from rev 194278, 
pari-seadata-small/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-01 21:15:15 UTC (rev 194279)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=pari-seadata-small
+pkgver=20090618
+pkgrel=1
+pkgdesc="PARI database needed by ellap for large primes"
+arch=('any')
+url="http://pari.math.u-bordeaux.fr/;
+license=('GPL')
+depends=('pari')
+makedepends=()
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata-small.tgz"{,.asc})
+md5sums=('705b51f147872895a7307ed4e57f55f2'
+ 'SKIP')
+validpgpkeys=(4940AE28C5F8E8A35E4D8D287833ECF1B5444815) # Bill Allombert 

+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  mv data/seadata "$pkgdir"/usr/share/pari
+}


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

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:15:03
  Author: arojas
Revision: 194278

Remove wrong repos

Deleted:
  pari-galdata/repos/community-i686/
  pari-galdata/repos/community-x86_64/


[arch-commits] Commit in xfce4-fsguard-plugin/repos (4 files)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:14:34
  Author: foutrelis
Revision: 279687

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

Added:
  xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD
(from rev 279685, xfce4-fsguard-plugin/trunk/PKGBUILD)
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD
(from rev 279685, xfce4-fsguard-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-01 21:14:32 UTC (rev 279686)
+++ extra-i686/PKGBUILD 2016-11-01 21:14:34 UTC (rev 279687)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Ben 
-
-pkgname=xfce4-fsguard-plugin
-pkgver=1.0.2
-pkgrel=5
-pkgdesc="File system usage monitor plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD (from rev 279685, 
xfce4-fsguard-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-01 21:14:34 UTC (rev 279687)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Ben 
+
+pkgname=xfce4-fsguard-plugin
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="File system usage monitor plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6b038322b49d29625219e6a54497085b8f834b9c1fd15282ce286a6529d7c445')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-01 21:14:32 UTC (rev 279686)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:14:34 UTC (rev 279687)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Ben 
-
-pkgname=xfce4-fsguard-plugin
-pkgver=1.0.2
-pkgrel=5
-pkgdesc="File system usage monitor plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD (from rev 279685, 
xfce4-fsguard-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:14:34 UTC (rev 279687)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Ben 
+

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

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:14:36
  Author: arojas
Revision: 194277

archrelease: copy trunk to community-any

Added:
  pari-galdata/repos/community-any/PKGBUILD
(from rev 194276, pari-galdata/trunk/PKGBUILD)
Deleted:
  pari-galdata/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-01 21:14:23 UTC (rev 194276)
+++ PKGBUILD2016-11-01 21:14:36 UTC (rev 194277)
@@ -1,18 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=pari-galdata
-pkgver=20080411
-pkgrel=1
-pkgdesc="PARI database needed to compute Galois group in degrees 8 through 11"
-arch=('any')
-url="http://pari.math.u-bordeaux.fr/;
-license=('GPL')
-depends=('pari')
-makedepends=()
-source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz;)
-md5sums=('f9f61b2930757a785b568e5d307a7d75')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/pari
-  mv data/galdata "$pkgdir"/usr/share/pari
-}

Copied: pari-galdata/repos/community-any/PKGBUILD (from rev 194276, 
pari-galdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-01 21:14:36 UTC (rev 194277)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=pari-galdata
+pkgver=20080411
+pkgrel=1
+pkgdesc="PARI database needed to compute Galois group in degrees 8 through 11"
+arch=('any')
+url="http://pari.math.u-bordeaux.fr/;
+license=('GPL')
+depends=('pari')
+makedepends=()
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz"{,.asc})
+md5sums=('f9f61b2930757a785b568e5d307a7d75'
+ 'SKIP')
+validpgpkeys=(4940AE28C5F8E8A35E4D8D287833ECF1B5444815) # Bill Allombert 

+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  mv data/galdata "$pkgdir"/usr/share/pari
+}


[arch-commits] Commit in xfce4-fsguard-plugin/trunk (PKGBUILD)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:14:21
  Author: foutrelis
Revision: 279685

upgpkg: xfce4-fsguard-plugin 1.1.0-1

New upstream release.

Modified:
  xfce4-fsguard-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:13:03 UTC (rev 279684)
+++ PKGBUILD2016-11-01 21:14:21 UTC (rev 279685)
@@ -4,8 +4,8 @@
 # Contributor: Ben 
 
 pkgname=xfce4-fsguard-plugin
-pkgver=1.0.2
-pkgrel=5
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="File system usage monitor plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,8 +13,8 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6b038322b49d29625219e6a54497085b8f834b9c1fd15282ce286a6529d7c445')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:14:23
  Author: arojas
Revision: 194276

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-01 21:14:00 UTC (rev 194275)
+++ PKGBUILD2016-11-01 21:14:23 UTC (rev 194276)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: warddr 
-# Submitter: Frank Smit 
-
-pkgbase=python-speaklater
-pkgname=('python2-speaklater' 'python-speaklater')
-pkgver=1.3
-pkgrel=2
-pkgdesc="Implements a lazy string for python useful for use with gettext."
-arch=('any')
-url="http://pypi.python.org/pypi/speaklater;
-license=("BSD")
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("http://pypi.python.org/packages/source/s/speaklater/speaklater-${pkgver}.tar.gz;)
-md5sums=("e8d5dbe36e53d5a35cff227e795e8bbf")
-
-prepare() {
-cp -R speaklater-$pkgver python2-speaklater-$pkgver
-}
-
-package_python2-speaklater() {
-depends=('python2')
-
-cd speaklater-$pkgver
-python2 setup.py install --root="$pkgdir" --prefix=/usr
-
-install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python-speaklater() {
-depends=('python')
-
-cd speaklater-$pkgver
-python setup.py install --root="$pkgdir" --prefix=/usr
-
-install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-speaklater/repos/community-any/PKGBUILD (from rev 194275, 
python-speaklater/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-01 21:14:23 UTC (rev 194276)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: warddr 
+# Submitter: Frank Smit 
+
+pkgbase=python-speaklater
+pkgname=('python2-speaklater' 'python-speaklater')
+pkgver=1.3
+pkgrel=2
+pkgdesc="Implements a lazy string for python useful for use with gettext."
+arch=('any')
+url="http://pypi.python.org/pypi/speaklater;
+license=("BSD")
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.io/packages/source/s/speaklater/speaklater-${pkgver}.tar.gz;)
+md5sums=('e8d5dbe36e53d5a35cff227e795e8bbf')
+
+prepare() {
+cp -R speaklater-$pkgver python2-speaklater-$pkgver
+}
+
+package_python2-speaklater() {
+depends=('python2')
+
+cd speaklater-$pkgver
+python2 setup.py install --root="$pkgdir" --prefix=/usr
+
+install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-speaklater() {
+depends=('python')
+
+cd speaklater-$pkgver
+python setup.py install --root="$pkgdir" --prefix=/usr
+
+install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:14:00
  Author: arojas
Revision: 194275

Use https

Modified:
  python-speaklater/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:13:11 UTC (rev 194274)
+++ PKGBUILD2016-11-01 21:14:00 UTC (rev 194275)
@@ -12,8 +12,8 @@
 url="http://pypi.python.org/pypi/speaklater;
 license=("BSD")
 makedepends=('python2-setuptools' 'python-setuptools')
-source=("http://pypi.python.org/packages/source/s/speaklater/speaklater-${pkgver}.tar.gz;)
-md5sums=("e8d5dbe36e53d5a35cff227e795e8bbf")
+source=("https://pypi.io/packages/source/s/speaklater/speaklater-${pkgver}.tar.gz;)
+md5sums=('e8d5dbe36e53d5a35cff227e795e8bbf')
 
 prepare() {
 cp -R speaklater-$pkgver python2-speaklater-$pkgver


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

2016-11-01 Thread Christian Hesse
Date: Tuesday, November 1, 2016 @ 21:14:32
  Author: eworm
Revision: 279686

download source via https

Modified:
  htop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:14:21 UTC (rev 279685)
+++ PKGBUILD2016-11-01 21:14:32 UTC (rev 279686)
@@ -15,7 +15,7 @@
 optdepends=('lsof: show files opened by a process'
 'strace: attach to a running process')
 options=('!emptydirs')
-source=("http://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz;)
+source=("https://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz;)
 md5sums=('7d354d904bad591a931ad57e99fea84a')
 
 build() {


[arch-commits] Commit in xfce4-diskperf-plugin/repos (4 files)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:13:03
  Author: foutrelis
Revision: 279684

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

Added:
  xfce4-diskperf-plugin/repos/extra-i686/PKGBUILD
(from rev 279683, xfce4-diskperf-plugin/trunk/PKGBUILD)
  xfce4-diskperf-plugin/repos/extra-x86_64/PKGBUILD
(from rev 279683, xfce4-diskperf-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-diskperf-plugin/repos/extra-i686/PKGBUILD
  xfce4-diskperf-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-01 21:12:51 UTC (rev 279683)
+++ extra-i686/PKGBUILD 2016-11-01 21:13:03 UTC (rev 279684)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-diskperf-plugin
-pkgver=2.5.5
-pkgrel=1
-pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
-arch=('i686' 'x86_64')
-license=('BSD')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-diskperf-plugin/repos/extra-i686/PKGBUILD (from rev 279683, 
xfce4-diskperf-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-01 21:13:03 UTC (rev 279684)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-diskperf-plugin
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-01 21:12:51 UTC (rev 279683)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:13:03 UTC (rev 279684)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-diskperf-plugin
-pkgver=2.5.5
-pkgrel=1
-pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
-arch=('i686' 'x86_64')
-license=('BSD')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-diskperf-plugin/repos/extra-x86_64/PKGBUILD (from rev 279683, 
xfce4-diskperf-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-01 21:13:03 UTC (rev 279684)
@@ 

[arch-commits] Commit in pari-seadata-small/repos (4 files)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:12:23
  Author: arojas
Revision: 194272

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

Added:
  pari-seadata-small/repos/community-i686/
  pari-seadata-small/repos/community-i686/PKGBUILD
(from rev 194271, pari-seadata-small/trunk/PKGBUILD)
  pari-seadata-small/repos/community-x86_64/
  pari-seadata-small/repos/community-x86_64/PKGBUILD
(from rev 194271, pari-seadata-small/trunk/PKGBUILD)

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

Copied: pari-seadata-small/repos/community-i686/PKGBUILD (from rev 194271, 
pari-seadata-small/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-01 21:12:23 UTC (rev 194272)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=pari-seadata-small
+pkgver=20090618
+pkgrel=1
+pkgdesc="PARI database needed by ellap for large primes"
+arch=('any')
+url="http://pari.math.u-bordeaux.fr/;
+license=('GPL')
+depends=('pari')
+makedepends=()
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata-small.tgz"{,.asc})
+md5sums=('705b51f147872895a7307ed4e57f55f2'
+ 'SKIP')
+validpgpkeys=(4940AE28C5F8E8A35E4D8D287833ECF1B5444815) # Bill Allombert 

+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  mv data/seadata "$pkgdir"/usr/share/pari
+}

Copied: pari-seadata-small/repos/community-x86_64/PKGBUILD (from rev 194271, 
pari-seadata-small/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-01 21:12:23 UTC (rev 194272)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=pari-seadata-small
+pkgver=20090618
+pkgrel=1
+pkgdesc="PARI database needed by ellap for large primes"
+arch=('any')
+url="http://pari.math.u-bordeaux.fr/;
+license=('GPL')
+depends=('pari')
+makedepends=()
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata-small.tgz"{,.asc})
+md5sums=('705b51f147872895a7307ed4e57f55f2'
+ 'SKIP')
+validpgpkeys=(4940AE28C5F8E8A35E4D8D287833ECF1B5444815) # Bill Allombert 

+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  mv data/seadata "$pkgdir"/usr/share/pari
+}


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

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:13:11
  Author: arojas
Revision: 194274

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-01 21:13:02 UTC (rev 194273)
+++ community-i686/PKGBUILD 2016-11-01 21:13:11 UTC (rev 194274)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=zanshin
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="To-do management application for KDE based on Akonadi"
-arch=(i686 x86_64)
-url="http://zanshin.kde.org;
-license=(GPL)
-depends=(kdepim-runtime kldap kontactinterface akonadi-search)
-makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
-source=("http://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0da13182cf3ace42b65500e40edbbe05')
-
-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: zanshin/repos/community-i686/PKGBUILD (from rev 194273, 
zanshin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-01 21:13:11 UTC (rev 194274)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=zanshin
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="To-do management application for KDE based on Akonadi"
+arch=(i686 x86_64)
+url="http://zanshin.kde.org;
+license=(GPL)
+depends=(kdepim-runtime kldap kontactinterface akonadi-search)
+makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
+source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('0da13182cf3ace42b65500e40edbbe05')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-01 21:13:02 UTC (rev 194273)
+++ community-x86_64/PKGBUILD   2016-11-01 21:13:11 UTC (rev 194274)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=zanshin
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="To-do management application for KDE based on Akonadi"
-arch=(i686 x86_64)
-url="http://zanshin.kde.org;
-license=(GPL)
-depends=(kdepim-runtime kldap kontactinterface akonadi-search)
-makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
-source=("http://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0da13182cf3ace42b65500e40edbbe05')
-
-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: zanshin/repos/community-x86_64/PKGBUILD (from rev 194273, 
zanshin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-01 21:13:11 UTC (rev 194274)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=zanshin
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="To-do management application for KDE based on Akonadi"
+arch=(i686 x86_64)
+url="http://zanshin.kde.org;
+license=(GPL)
+depends=(kdepim-runtime kldap kontactinterface akonadi-search)
+makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
+source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('0da13182cf3ace42b65500e40edbbe05')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+

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

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:13:02
  Author: arojas
Revision: 194273

Use https

Modified:
  zanshin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:12:23 UTC (rev 194272)
+++ PKGBUILD2016-11-01 21:13:02 UTC (rev 194273)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(kdepim-runtime kldap kontactinterface akonadi-search)
 makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
-source=("http://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
 md5sums=('0da13182cf3ace42b65500e40edbbe05')
 
 prepare() {


[arch-commits] Commit in pari-seadata-small/trunk (PKGBUILD)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:12:17
  Author: arojas
Revision: 194271

Add signature

Modified:
  pari-seadata-small/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:11:34 UTC (rev 194270)
+++ PKGBUILD2016-11-01 21:12:17 UTC (rev 194271)
@@ -10,8 +10,10 @@
 license=('GPL')
 depends=('pari')
 makedepends=()
-source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata-small.tgz;)
-md5sums=('705b51f147872895a7307ed4e57f55f2')
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata-small.tgz"{,.asc})
+md5sums=('705b51f147872895a7307ed4e57f55f2'
+ 'SKIP')
+validpgpkeys=(4940AE28C5F8E8A35E4D8D287833ECF1B5444815) # Bill Allombert 

 
 package() {
   mkdir -p "$pkgdir"/usr/share/pari


[arch-commits] Commit in xfce4-diskperf-plugin/trunk (PKGBUILD)

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:12:51
  Author: foutrelis
Revision: 279683

upgpkg: xfce4-diskperf-plugin 2.6.0-1

New upstream release.

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:11:41 UTC (rev 279682)
+++ PKGBUILD2016-11-01 21:12:51 UTC (rev 279683)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.5.5
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b')
+sha256sums=('4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:11:34
  Author: arojas
Revision: 194270

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

Added:
  pari-galdata/repos/community-i686/
  pari-galdata/repos/community-i686/PKGBUILD
(from rev 194269, pari-galdata/trunk/PKGBUILD)
  pari-galdata/repos/community-x86_64/
  pari-galdata/repos/community-x86_64/PKGBUILD
(from rev 194269, pari-galdata/trunk/PKGBUILD)

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

Copied: pari-galdata/repos/community-i686/PKGBUILD (from rev 194269, 
pari-galdata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-01 21:11:34 UTC (rev 194270)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=pari-galdata
+pkgver=20080411
+pkgrel=1
+pkgdesc="PARI database needed to compute Galois group in degrees 8 through 11"
+arch=('any')
+url="http://pari.math.u-bordeaux.fr/;
+license=('GPL')
+depends=('pari')
+makedepends=()
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz"{,.asc})
+md5sums=('f9f61b2930757a785b568e5d307a7d75'
+ 'SKIP')
+validpgpkeys=(4940AE28C5F8E8A35E4D8D287833ECF1B5444815) # Bill Allombert 

+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  mv data/galdata "$pkgdir"/usr/share/pari
+}

Copied: pari-galdata/repos/community-x86_64/PKGBUILD (from rev 194269, 
pari-galdata/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-01 21:11:34 UTC (rev 194270)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=pari-galdata
+pkgver=20080411
+pkgrel=1
+pkgdesc="PARI database needed to compute Galois group in degrees 8 through 11"
+arch=('any')
+url="http://pari.math.u-bordeaux.fr/;
+license=('GPL')
+depends=('pari')
+makedepends=()
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz"{,.asc})
+md5sums=('f9f61b2930757a785b568e5d307a7d75'
+ 'SKIP')
+validpgpkeys=(4940AE28C5F8E8A35E4D8D287833ECF1B5444815) # Bill Allombert 

+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  mv data/galdata "$pkgdir"/usr/share/pari
+}


  1   2   3   4   >