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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 07:45:48
  Author: felixonmars
Revision: 208480

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

Added:
  haskell-xcb-types/repos/community-i686/PKGBUILD
(from rev 208479, haskell-xcb-types/trunk/PKGBUILD)
  haskell-xcb-types/repos/community-x86_64/PKGBUILD
(from rev 208479, haskell-xcb-types/trunk/PKGBUILD)
Deleted:
  haskell-xcb-types/repos/community-i686/PKGBUILD
  haskell-xcb-types/repos/community-i686/xcb-1.12.patch
  haskell-xcb-types/repos/community-x86_64/PKGBUILD
  haskell-xcb-types/repos/community-x86_64/xcb-1.12.patch

-+
 /PKGBUILD   |   84 +++
 community-i686/PKGBUILD |   49 
 community-i686/xcb-1.12.patch   |  445 --
 community-x86_64/PKGBUILD   |   49 
 community-x86_64/xcb-1.12.patch |  445 --
 5 files changed, 84 insertions(+), 988 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-23 07:44:53 UTC (rev 208479)
+++ community-i686/PKGBUILD 2017-01-23 07:45:48 UTC (rev 208480)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=xcb-types
-pkgname=haskell-xcb-types
-pkgver=0.7.1
-pkgrel=6
-pkgdesc="Parses XML files used by the XCB project"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" 'haskell-mtl' 'haskell-xml')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
-xcb-1.12.patch)
-sha256sums=('5927e720e4dee26b1bf8a24fb07e47e6a22f9d78fc87aab8d752f207c1566782'
-'735b98510f4e2f21ae5ad3c5d54dd1a47666a98055637045e320fb9bb7032a81')
-
-prepare() {
-cd ${_hkgname}-${pkgver}
-patch -p1 -i ../xcb-1.12.patch
-}
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fsplit-base
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-xcb-types/repos/community-i686/PKGBUILD (from rev 208479, 
haskell-xcb-types/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-23 07:45:48 UTC (rev 208480)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xcb-types
+pkgname=haskell-xcb-types
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Parses XML files used by the XCB project"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" 'haskell-mtl' 'haskell-xml')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('6db5df1acf5c52cf18df0084ff325e665d37eba3eb8ca40ffc2b9a52b220d50b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsplit-base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc

[arch-commits] Commit in haskell-xcb-types/trunk (PKGBUILD xcb-1.12.patch)

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 07:44:53
  Author: felixonmars
Revision: 208479

upgpkg: haskell-xcb-types 0.8.0-1

Modified:
  haskell-xcb-types/trunk/PKGBUILD
Deleted:
  haskell-xcb-types/trunk/xcb-1.12.patch

+
 PKGBUILD   |   15 -
 xcb-1.12.patch |  445 ---
 2 files changed, 4 insertions(+), 456 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 07:44:45 UTC (rev 208478)
+++ PKGBUILD2017-01-23 07:44:53 UTC (rev 208479)
@@ -4,23 +4,16 @@
 
 _hkgname=xcb-types
 pkgname=haskell-xcb-types
-pkgver=0.7.1
-pkgrel=6
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Parses XML files used by the XCB project"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" 'haskell-mtl' 'haskell-xml')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
-xcb-1.12.patch)
-sha256sums=('5927e720e4dee26b1bf8a24fb07e47e6a22f9d78fc87aab8d752f207c1566782'
-'735b98510f4e2f21ae5ad3c5d54dd1a47666a98055637045e320fb9bb7032a81')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('6db5df1acf5c52cf18df0084ff325e665d37eba3eb8ca40ffc2b9a52b220d50b')
 
-prepare() {
-cd ${_hkgname}-${pkgver}
-patch -p1 -i ../xcb-1.12.patch
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 

Deleted: xcb-1.12.patch
===
--- xcb-1.12.patch  2017-01-23 07:44:45 UTC (rev 208478)
+++ xcb-1.12.patch  2017-01-23 07:44:53 UTC (rev 208479)
@@ -1,445 +0,0 @@
-From a86e578f0860670f3d43fa2d414e93a60aa72e2d Mon Sep 17 00:00:00 2001
-From: Tycho Andersen 
-Date: Sun, 12 Jun 2016 19:49:16 -0600
-Subject: [PATCH] add support for new element "required_start_align"
-
-This is a little bit ugly and it breaks the API, but it's necessary since
-upstream has added this and xcb-types won't parse xcb-proto 1.12 as-is.
-
-Signed-off-by: Tycho Andersen 

- Data/XCB/FromXML.hs | 84 -
- Data/XCB/Pretty.hs  | 41 +++---
- Data/XCB/Types.hs   | 22 --
- 3 files changed, 88 insertions(+), 59 deletions(-)
-
-diff --git a/Data/XCB/FromXML.hs b/Data/XCB/FromXML.hs
-index 67ce9e1..af44a19 100644
 a/Data/XCB/FromXML.hs
-+++ b/Data/XCB/FromXML.hs
-@@ -73,6 +73,16 @@ localName = snd `liftM` ask
- allModules :: Parse [XHeader]
- allModules = fst `liftM` ask
- 
-+-- Extract an Alignment from a list of Elements. This assumes that the
-+-- required_start_align is the first element if it exists at all.
-+extractAlignment :: (MonadPlus m, Functor m) => [Element] -> m (Maybe 
Alignment, [Element])
-+extractAlignment (el : xs) | el `named` "required_start_align" = do
-+   align <- el `attr` "align" >>= readM
-+   offset <- el `attr` "offset" >>= readM
-+   return (Just (Alignment align offset), xs)
-+   | otherwise = return (Nothing, el : xs)
-+extractAlignment xs = return (Nothing, xs)
-+
- -- a generic function for looking up something from
- -- a named XHeader.
- --
-@@ -108,23 +118,23 @@ findError :: Name -> [XDecl] -> Maybe ErrorDetails
- findError pname xs =
-   case List.find f xs of
- Nothing -> Nothing
--Just (XError name code elems) -> Just $ ErrorDetails name code elems
-+Just (XError name code alignment elems) -> Just $ ErrorDetails name 
code alignment elems
- _ -> error "impossible: fatal error in Data.XCB.FromXML.findError"
--where  f (XError name _ _) | name == pname = True
-+where  f (XError name _ _ _) | name == pname = True
-f _ = False 
-
- findEvent :: Name -> [XDecl] -> Maybe EventDetails
- findEvent pname xs = 
-   case List.find f xs of
- Nothing -> Nothing
--Just (XEvent name code elems noseq) ->
--Just $ EventDetails name code elems noseq
-+Just (XEvent name code alignment elems noseq) ->
-+Just $ EventDetails name code alignment elems noseq
- _ -> error "impossible: fatal error in Data.XCB.FromXML.findEvent"
--   where f (XEvent name _ _ _) | name == pname = True
-+   where f (XEvent name _ _ _ _) | name == pname = True
-  f _ = False 
- 
--data EventDetails = EventDetails Name Int [StructElem] (Maybe Bool)
--data ErrorDetails = ErrorDetails Name Int [StructElem]
-+data EventDetails = EventDetails Name Int (Maybe Alignment) [StructElem] 
(Maybe Bool)
-+data ErrorDetails = ErrorDetails Name Int (Maybe Alignment) [StructElem]
- 
- ---
- 
-@@ -194,25 +204,28 @@ xrequest el = do
-   code <- el `attr` "opcode" >>= readM
-   -- TODO - I don't think I like 'mapAlt' here.
-   -- I don't wa

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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 07:44:45
  Author: felixonmars
Revision: 208478

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

Added:
  haskell-hakyll/repos/community-i686/PKGBUILD
(from rev 208477, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-x86_64/PKGBUILD
(from rev 208477, haskell-hakyll/trunk/PKGBUILD)
Deleted:
  haskell-hakyll/repos/community-i686/PKGBUILD
  haskell-hakyll/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-23 07:43:47 UTC (rev 208477)
+++ community-i686/PKGBUILD 2017-01-23 07:44:45 UTC (rev 208478)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=hakyll
-pkgname=haskell-hakyll
-pkgver=4.9.3.0
-pkgrel=4
-pkgdesc="A static website compiler library"
-url="http://jaspervdj.be/hakyll";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
- "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
- "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
- "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
- "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
- "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
- "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
- "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('f15c6cd2118501fa6be44e3cb3d9f37a22fced0fd1ebd64236277e2daf622e7a')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fcheckexternal -fwatchserver -fpreviewserver
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-hakyll/repos/community-i686/PKGBUILD (from rev 208477, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-23 07:44:45 UTC (rev 208478)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.4.0
+pkgrel=1
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('e4fa4a00d201b383fb7bff84c589b360cff84ad3eb826ddf134b90eb26924107')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --e

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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 07:43:47
  Author: felixonmars
Revision: 208477

upgpkg: haskell-hakyll 4.9.4.0-1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 07:07:38 UTC (rev 208476)
+++ PKGBUILD2017-01-23 07:43:47 UTC (rev 208477)
@@ -4,8 +4,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.9.3.0
-pkgrel=4
+pkgver=4.9.4.0
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")
@@ -19,7 +19,7 @@
  "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
  "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('f15c6cd2118501fa6be44e3cb3d9f37a22fced0fd1ebd64236277e2daf622e7a')
+sha256sums=('e4fa4a00d201b383fb7bff84c589b360cff84ad3eb826ddf134b90eb26924107')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 07:07:38
  Author: felixonmars
Revision: 208476

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 208475, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-23 07:07:02 UTC (rev 208475)
+++ PKGBUILD2017-01-23 07:07:38 UTC (rev 208476)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.14.1
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
-noextract=("$_gemname-$pkgver.gem")
-sha256sums=('90a2a220eb18f676def5a9e92aeb595445b9132ae2df5ffa5342e50de030ee56')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 208475, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-23 07:07:38 UTC (rev 208476)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
+noextract=("$_gemname-$pkgver.gem")
+sha256sums=('27abd62a2e01ca898479232c38ca6050d03194d1d460f908ac52eb1a2baecce9')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 07:07:02
  Author: felixonmars
Revision: 208475

upgpkg: ruby-bundler 1.14.2-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 07:03:30 UTC (rev 208474)
+++ PKGBUILD2017-01-23 07:07:02 UTC (rev 208475)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
 noextract=("$_gemname-$pkgver.gem")
-sha256sums=('90a2a220eb18f676def5a9e92aeb595445b9132ae2df5ffa5342e50de030ee56')
+sha256sums=('27abd62a2e01ca898479232c38ca6050d03194d1d460f908ac52eb1a2baecce9')
 
 package() {
   cd "$srcdir"


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 07:03:30
  Author: felixonmars
Revision: 208474

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 208473, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 208473, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 208473, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 208473, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 208473, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 208473, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 208473, 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 2017-01-23 07:02:30 UTC (rev 208473)
+++ LICENSE 2017-01-23 07:03:30 UTC (rev 208474)
@@ -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 208473, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-01-23 07:03:30 UTC (rev 208474)
@@ -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
===
--- PKGBUILD2017-01-23 07:02:30 UTC (rev 208473)
+++ PKGBUILD2017-01-23 07:03:30 UTC (rev 208474)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.41
-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')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenk

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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 07:02:30
  Author: felixonmars
Revision: 208473

upgpkg: jenkins 2.42-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 06:56:46 UTC (rev 208472)
+++ PKGBUILD2017-01-23 07:02:30 UTC (rev 208473)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.41
+pkgver=2.42
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('b5be8e54b2322637970c64f823a5b61c354066ec120d157a57fbcb8c3f4760002a9888b6cfa1b77deaf07d0ef9fc5f017b1a40a3c5f955edd13cd0cbfce29b0b'
+sha512sums=('9586dba1f4656ee0001a20c8fac132be9274a00c2ef0b1602b449f5d1a1b1d6b8ef80287351660adbd642706b15d9cfbe1616b8a566ca12bddca97723cbe9846'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 06:56:46
  Author: felixonmars
Revision: 208472

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 208471, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.service
(from rev 208471, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   60 +-
 pm2.service |   32 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-23 06:56:12 UTC (rev 208471)
+++ PKGBUILD2017-01-23 06:56:46 UTC (rev 208472)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=2.2.3
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('24ab3ac782881dc43a2cf25d34d93088'
- '2f3ffbb78aa64d262d99168c5380b472')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 208471, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-23 06:56:46 UTC (rev 208472)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('ed8932e8fc93553bb0e32124cd431ee2'
+ '2f3ffbb78aa64d262d99168c5380b472')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}

Deleted: pm2.service
===
--- pm2.service 2017-01-23 06:56:12 UTC (rev 208471)
+++ pm2.service 2017-01-23 06:56:46 UTC (rev 208472)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: pm2/repos/community-any/pm2.service (from rev 208471, 
pm2/trunk/pm2.service)
===
--- pm2.service (rev 0)
+++ pm2.service 2017-01-23 06:56:46 UTC (rev 208472)
@@ -0,0 +1,16 @@
+[Unit]
+Description=PM2 next gen process manager for Node.js
+After=network.target remote-fs.target
+
+[Service]
+Type=forking
+
+ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
+ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
+
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
+
+[Install]
+WantedBy=multi-user.target


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 06:56:12
  Author: felixonmars
Revision: 208471

upgpkg: pm2 2.3.0-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 06:52:11 UTC (rev 208470)
+++ PKGBUILD2017-01-23 06:56:12 UTC (rev 208471)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=2.2.3
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('24ab3ac782881dc43a2cf25d34d93088'
+md5sums=('ed8932e8fc93553bb0e32124cd431ee2'
  '2f3ffbb78aa64d262d99168c5380b472')
 
 package() {


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 06:52:11
  Author: felixonmars
Revision: 208470

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-23 06:51:41 UTC (rev 208469)
+++ PKGBUILD2017-01-23 06:52:11 UTC (rev 208470)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.5
-pkgrel=2
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
- 'python-pluggy' 'python2-pluggy')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
-  'python2-tox' 'python-yaml' 'python2-yaml' # 'python-pexpect' 
'python2-pexpect'
-  'python-pytest-xdist' 'python2-pytest-xdist' # 'python-twisted' 
'python2-twisted'
-  'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
-source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove bundled pluggy - disabled for now as it will break tests
-  # rm -r pytest/_pytest/vendored_packages
-  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
-
-  cp -a pytest{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest
-  python setup.py build
-
-  cd "$srcdir"/pytest-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pytest
-  python setup.py test
-
-  cd "$srcdir"/pytest-py2
-  python2 setup.py test
-}
-
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools') # 'python-pluggy')
-
-  cd pytest
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
-
-  cd pytest-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-  mv "$pkgdir"/usr/bin/pytest{,2}
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 208469, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-23 06:52:11 UTC (rev 208470)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=3.0.6
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'git'
+ 'python-pluggy' 'python2-pluggy')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' # 'python-pexpect' 
'python2-pexpect'
+  'python-pytest-xdist' 'python2-pytest-xdist' # 'python-twisted' 
'python2-twisted'
+  'python-requests' 'python2-requests' 'python-hypothesis' 
'python2-hypothesis')
+source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove bundled pluggy - disabled for now as it will break tests
+  # rm -r pytest/_pytest/vendored_packages
+  # sed -i "s/'_pytest.vendored_packages'//" pytest/setup.py
+
+  cp -a pytest{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest
+  python setup.py build
+
+  cd "$srcdir"/pytest-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytest
+  python setup.py test
+
+  cd "$srcdir"/pytest-py2
+  python2 setup.py test
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools') # 'python-pluggy')
+
+  cd pytest
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest() {
+  depends=('python2-py' 'python2-setuptools') # 'python2-pluggy')
+
+  cd pytest-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/py.test{,2}
+  mv "$pkgdir"/usr/bin/pytest{,2}
+}


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 06:51:41
  Author: felixonmars
Revision: 208469

upgpkg: python-pytest 3.0.6-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 05:27:16 UTC (rev 208468)
+++ PKGBUILD2017-01-23 06:51:41 UTC (rev 208469)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.0.5
-pkgrel=2
+pkgver=3.0.6
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 05:27:16
  Author: felixonmars
Revision: 208468

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

Added:
  deepin-music/repos/community-i686/PKGBUILD
(from rev 208467, deepin-music/trunk/PKGBUILD)
  deepin-music/repos/community-x86_64/PKGBUILD
(from rev 208467, deepin-music/trunk/PKGBUILD)
Deleted:
  deepin-music/repos/community-i686/PKGBUILD
  deepin-music/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 2017-01-23 05:26:28 UTC (rev 208467)
+++ community-i686/PKGBUILD 2017-01-23 05:27:16 UTC (rev 208468)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-music
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-music";
-license=('GPL3')
-depends=('deepin-tool-kit' 'ffmpeg' 'qt5-svg' 'taglib')
-makedepends=('qt5-tools' 'git')
-groups=('deepin-extra')
-source=("git+https://github.com/linuxdeepin/deepin-music.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/-0-2//g' deepin-music/music-player/music-player.pro
-}
-
-build() {
-  cd deepin-music
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-music
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-music/repos/community-i686/PKGBUILD (from rev 208467, 
deepin-music/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-23 05:27:16 UTC (rev 208468)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=3.0.1
+pkgrel=2
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-music";
+license=('GPL3')
+depends=('deepin-tool-kit' 'ffmpeg' 'qt5-svg' 'taglib' 'gst-plugins-bad')
+makedepends=('qt5-tools' 'git')
+groups=('deepin-extra')
+source=("git+https://github.com/linuxdeepin/deepin-music.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/-0-2//g' deepin-music/music-player/music-player.pro
+}
+
+build() {
+  cd deepin-music
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-music
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-23 05:26:28 UTC (rev 208467)
+++ community-x86_64/PKGBUILD   2017-01-23 05:27:16 UTC (rev 208468)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-music
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-music";
-license=('GPL3')
-depends=('deepin-tool-kit' 'ffmpeg' 'qt5-svg' 'taglib')
-makedepends=('qt5-tools' 'git')
-groups=('deepin-extra')
-source=("git+https://github.com/linuxdeepin/deepin-music.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/-0-2//g' deepin-music/music-player/music-player.pro
-}
-
-build() {
-  cd deepin-music
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-music
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-music/repos/community-x86_64/PKGBUILD (from rev 208467, 
deepin-music/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-23 05:27:16 UTC (rev 208468)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=3.0.1
+pkgrel=2
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-music";
+license=('GPL3')
+depends=('deepin-tool-kit' 'ffmpeg' 'qt5-svg' 'taglib' 'gst-plugins-bad')
+makedepends=('qt5-tools' 'git')
+groups=('deepin-extra')
+source=("git+https://github.com/linuxdeepin/deepin-music.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/-0-2//g' deepin-music/music-player/music-player.pro
+}
+
+build() {
+  cd deepin-music
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-music
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 05:26:28
  Author: felixonmars
Revision: 208467

upgpkg: deepin-music 3.0.1-2

add dependency on gst bad plugins

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 00:16:09 UTC (rev 208466)
+++ PKGBUILD2017-01-23 05:26:28 UTC (rev 208467)
@@ -5,12 +5,12 @@
 
 pkgname=deepin-music
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-music";
 license=('GPL3')
-depends=('deepin-tool-kit' 'ffmpeg' 'qt5-svg' 'taglib')
+depends=('deepin-tool-kit' 'ffmpeg' 'qt5-svg' 'taglib' 'gst-plugins-bad')
 makedepends=('qt5-tools' 'git')
 groups=('deepin-extra')
 source=("git+https://github.com/linuxdeepin/deepin-music.git#tag=$pkgver";)


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 03:28:44
  Author: felixonmars
Revision: 287147

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

Added:
  qtav/repos/extra-i686/PKGBUILD
(from rev 287146, qtav/trunk/PKGBUILD)
  qtav/repos/extra-x86_64/PKGBUILD
(from rev 287146, qtav/trunk/PKGBUILD)
Deleted:
  qtav/repos/extra-i686/PKGBUILD
  qtav/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 2017-01-23 03:28:04 UTC (rev 287146)
+++ extra-i686/PKGBUILD 2017-01-23 03:28:44 UTC (rev 287147)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.11.0
-pkgrel=3
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/";
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'uchardet' 
'desktop-file-utils')
-makedepends=('git')
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-
-  # fix mkspecs install dir
-  sed -e 
's|\$\$\[QT_INSTALL_BINS\]\/\.\.\/mkspecs|\$\$\[QT_INSTALL_ARCHDATA\]\/mkspecs|g'
 -i tools/install_sdk/install_sdk.pro
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 "CONFIG+=no_rpath recheck"
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: qtav/repos/extra-i686/PKGBUILD (from rev 287146, qtav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-23 03:28:44 UTC (rev 287147)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qtav
+pkgver=1.11.0
+pkgrel=4
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/";
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'uchardet' 
'desktop-file-utils' 'qt5-quickcontrols')
+makedepends=('git')
+source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+
+  # fix mkspecs install dir
+  sed -e 
's|\$\$\[QT_INSTALL_BINS\]\/\.\.\/mkspecs|\$\$\[QT_INSTALL_ARCHDATA\]\/mkspecs|g'
 -i tools/install_sdk/install_sdk.pro
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-23 03:28:04 UTC (rev 287146)
+++ extra-x86_64/PKGBUILD   2017-01-23 03:28:44 UTC (rev 287147)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=qtav
-pkgver=1.11.0
-pkgrel=3
-pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
-arch=('i686' 'x86_64')
-url="http://www.qtav.org/";
-license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'uchardet' 
'desktop-file-utils')
-makedepends=('git')
-source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd QtAV
-  git submodule update --init
-
-  # fix mkspecs install dir
-  sed -e 
's|\$\$\[QT_INSTALL_BINS\]\/\.\.\/mkspecs|\$\$\[QT_INSTALL_ARCHDATA\]\/mkspecs|g'
 -i tools/install_sdk/install_sdk.pro
-}
-
-build() {
-  cd QtAV
-
-  qmake-qt5 "CONFIG+=no_rpath recheck"
-  make
-}
-
-package() {
-  cd QtAV
-
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: qtav/repos/extra-x86_64/PKGBUILD (from rev 287146, qtav/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-23 03:28:44 UTC (rev 287147)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=qtav
+pkgver=1.11.0
+pkgrel=4
+pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
+arch=('i686' 'x86_64')
+url="http://www.qtav.org/";
+license=('LGPL')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'uchardet' 
'desktop-file-utils' 'qt5-quickcontrols')
+makedepends=('git')
+source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd QtAV
+  git submodule update --init
+
+  # fix mkspecs install dir
+  sed -e 
's|\$\$\[QT_INSTALL_BINS\]\/\.\.\/mkspecs|\$\$\[QT_INSTALL_ARCHDATA\]\/mkspecs|g'
 -i tools/install_sdk/install_sdk.pro
+}
+
+build() {
+  cd QtAV
+
+  qmake-qt5 "CONFIG+=no_rpath recheck"
+  make
+}
+
+package() {
+  cd QtAV
+
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 03:28:04
  Author: felixonmars
Revision: 287146

upgpkg: qtav 1.11.0-4

fix dependency on qt5-quickcontrols

Modified:
  qtav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 03:22:13 UTC (rev 287145)
+++ PKGBUILD2017-01-23 03:28:04 UTC (rev 287146)
@@ -3,12 +3,12 @@
 
 pkgname=qtav
 pkgver=1.11.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A cross-platform multimedia playback framework based on Qt and FFmpeg"
 arch=('i686' 'x86_64')
 url="http://www.qtav.org/";
 license=('LGPL')
-depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'uchardet' 
'desktop-file-utils')
+depends=('qt5-declarative' 'ffmpeg' 'libxv' 'openal' 'uchardet' 
'desktop-file-utils' 'qt5-quickcontrols')
 makedepends=('git')
 source=("git+https://github.com/wang-bin/QtAV.git#tag=v$pkgver";)
 sha256sums=('SKIP')


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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 03:22:13
  Author: felixonmars
Revision: 287145

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

Added:
  sonata/repos/extra-i686/PKGBUILD
(from rev 287144, sonata/trunk/PKGBUILD)
  sonata/repos/extra-i686/info.py.patch
(from rev 287144, sonata/trunk/info.py.patch)
  sonata/repos/extra-i686/mpd-0.18.patch
(from rev 287144, sonata/trunk/mpd-0.18.patch)
  sonata/repos/extra-x86_64/PKGBUILD
(from rev 287144, sonata/trunk/PKGBUILD)
  sonata/repos/extra-x86_64/info.py.patch
(from rev 287144, sonata/trunk/info.py.patch)
  sonata/repos/extra-x86_64/mpd-0.18.patch
(from rev 287144, sonata/trunk/mpd-0.18.patch)
Deleted:
  sonata/repos/extra-i686/PKGBUILD
  sonata/repos/extra-i686/info.py.patch
  sonata/repos/extra-i686/mpd-0.18.patch
  sonata/repos/extra-x86_64/PKGBUILD
  sonata/repos/extra-x86_64/info.py.patch
  sonata/repos/extra-x86_64/mpd-0.18.patch

-+
 /PKGBUILD   |   68 ++
 /info.py.patch  |   30 ++
 /mpd-0.18.patch |   50 ++
 extra-i686/PKGBUILD |   35 -
 extra-i686/info.py.patch|   15 -
 extra-i686/mpd-0.18.patch   |   25 ---
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/info.py.patch  |   15 -
 extra-x86_64/mpd-0.18.patch |   25 ---
 9 files changed, 148 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-23 03:20:59 UTC (rev 287144)
+++ extra-i686/PKGBUILD 2017-01-23 03:22:13 UTC (rev 287145)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: William Rea 
-
-pkgname=sonata
-pkgver=1.6.2.1
-pkgrel=12
-pkgdesc="Elegant GTK+ music client for MPD"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/sonata.berlios";
-license=('GPL3')
-depends=('pygtk' 'python2-mpd')
-optdepends=('python2-egg: Enhanced system tray support'
-'python2-tagpy: Metadata editing support'
-'python2-dbus: Various extra functionality (e.g. multimedia keys 
support)')
-provides=('python2-mmkeys')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}.berlios/${pkgname}-$pkgver.tar.gz";
-mpd-0.18.patch
-info.py.patch)
-md5sums=('0b912325e7175abad3bf6c0edc071e05'
- '9bc61f5015f415dc16ceb84a95c99f5e'
- '595fcf7615035829b264afecb5a1beeb')
-
-build() {
-  cd ${pkgname}-$pkgver
-  patch -Np1 -i "$srcdir/mpd-0.18.patch"
-  patch -Np0 -i "$srcdir/info.py.patch"
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' sonata/breadcrumbs.py
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-  python2 setup.py install --prefix=/usr --optimize=1 --root="$pkgdir"
-}

Copied: sonata/repos/extra-i686/PKGBUILD (from rev 287144, 
sonata/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-23 03:22:13 UTC (rev 287145)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: William Rea 
+
+pkgname=sonata
+pkgver=1.6.2.1
+pkgrel=13
+pkgdesc="Elegant GTK+ music client for MPD"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/sonata.berlios";
+license=('GPL3')
+depends=('pygtk' 'python2-mpd')
+optdepends=('python2-tagpy: Metadata editing support'
+'python2-dbus: Various extra functionality (e.g. multimedia keys 
support)')
+provides=('python2-mmkeys')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}.berlios/${pkgname}-$pkgver.tar.gz";
+mpd-0.18.patch
+info.py.patch)
+md5sums=('0b912325e7175abad3bf6c0edc071e05'
+ '9bc61f5015f415dc16ceb84a95c99f5e'
+ '595fcf7615035829b264afecb5a1beeb')
+
+build() {
+  cd ${pkgname}-$pkgver
+  patch -Np1 -i "$srcdir/mpd-0.18.patch"
+  patch -Np0 -i "$srcdir/info.py.patch"
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' sonata/breadcrumbs.py
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  python2 setup.py install --prefix=/usr --optimize=1 --root="$pkgdir"
+}

Deleted: extra-i686/info.py.patch
===
--- extra-i686/info.py.patch2017-01-23 03:20:59 UTC (rev 287144)
+++ extra-i686/info.py.patch2017-01-23 03:22:13 UTC (rev 287145)
@@ -1,15 +0,0 @@
 sonata/info.py 2011-07-05 22:32:08.452556016 -0500
-+++ sonata/info.py 2011-07-05 22:45:50.849311466 -0500
-@@ -393,9 +393,9 @@
-   if content.startswith("#REDIRECT [["):
-   addr = 
"http://lyricwiki.org/index.php?title=%s&action=edit"; % 
urllib.quote(content.split("[[")[1].split("]]")[0])
-   content = urllib.urlopen(addr).read()
-- 

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

2017-01-22 Thread Felix Yan
Date: Monday, January 23, 2017 @ 03:20:59
  Author: felixonmars
Revision: 287144

upgpkg: sonata 1.6.2.1-13

egg will be gone soon.

Modified:
  sonata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 23:45:02 UTC (rev 287143)
+++ PKGBUILD2017-01-23 03:20:59 UTC (rev 287144)
@@ -5,14 +5,13 @@
 
 pkgname=sonata
 pkgver=1.6.2.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Elegant GTK+ music client for MPD"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/sonata.berlios";
 license=('GPL3')
 depends=('pygtk' 'python2-mpd')
-optdepends=('python2-egg: Enhanced system tray support'
-'python2-tagpy: Metadata editing support'
+optdepends=('python2-tagpy: Metadata editing support'
 'python2-dbus: Various extra functionality (e.g. multimedia keys 
support)')
 provides=('python2-mmkeys')
 
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}.berlios/${pkgname}-$pkgver.tar.gz";


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

2017-01-22 Thread Fabio Castelli
Date: Monday, January 23, 2017 @ 00:16:09
  Author: muflone
Revision: 208466

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/
  spyder/repos/community-testing-any/PKGBUILD
(from rev 208465, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/python2-pep8.patch
(from rev 208465, spyder/trunk/python2-pep8.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 208465, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/python3-pep8.patch
(from rev 208465, spyder/trunk/python3-pep8.patch)

+
 PKGBUILD   |   79 +++
 python2-pep8.patch |   45 +
 python2.patch  |   29 ++
 python3-pep8.patch |   45 +
 4 files changed, 198 insertions(+)

Copied: spyder/repos/community-testing-any/PKGBUILD (from rev 208465, 
spyder/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-01-23 00:16:09 UTC (rev 208466)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder' 'spyder3')
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='https://github.com/spyder-ide/spyder/'
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz";
+"python2.patch"
+"python2-pep8.patch"
+"python3-pep8.patch")
+sha256sums=('491347da4675fc8f8107ddbc5a0cdf8d2d0a8be6fad0cbb308d747dc3fd36d57'
+'4fb415fb358371da4a8b9524712de9338d391eed3bdabc5e217cf54f558771b5'
+'dbebf909bf59027d22247e3e3c1736b5ec9337a879358f8117a967bb03e913b2'
+'f4eba4c414e655f0f2797e9864aa199607a6706f6b245aca56a54b250febc382')
+
+package_spyder() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
+   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
+   'ipython2-notebook'
+   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
+   'icu' 'gtk-update-icon-cache')
+  optdepends=('python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  patch -p1 -i "../python2.patch"
+  patch -p1 -i "../python2-pep8.patch"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install icon and desktop file
+  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m644 "spyder/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # Remove useless spyder_win_post_install script
+  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
+}
+
+package_spyder3() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
+  depends=('python-pyqt5' 'qt5-webkit' 'python-qtconsole' 'python-qtpy' 
'python-qtawesome'
+   'python-pyflakes' 'python-pyzmq' 'python-pygments' 'python-psutil' 
'python-pickleshare'
+   'jupyter' 'jupyter-nbconvert'
+   'python-rope' 'python-jedi' 'python-pylint' 'python-pycodestyle' 
'python-sphinx'
+   'icu' 'gtk-update-icon-cache')
+  optdepends=('python-numpy: N-dimensional arrays'
+  'python-scipy: signal/image processing'
+  'python-h5py: HDF5 support'
+  'python-matplotlib: interactive 2D/3D data plotting'
+  'python-sympy: symbolic mathematics for the IPython console'
+  'python-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  patch -p1 -i "../python3-pep8.patch"
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" 

[arch-commits] Commit in spyder/trunk (python2-pep8.patch python3-pep8.patch)

2017-01-22 Thread Fabio Castelli
Date: Monday, January 23, 2017 @ 00:15:45
  Author: muflone
Revision: 208465

upgpkg: spyder 3.1.1-1

Added:
  spyder/trunk/python2-pep8.patch
  spyder/trunk/python3-pep8.patch

+
 python2-pep8.patch |   45 +
 python3-pep8.patch |   45 +
 2 files changed, 90 insertions(+)

Added: python2-pep8.patch
===
--- python2-pep8.patch  (rev 0)
+++ python2-pep8.patch  2017-01-23 00:15:45 UTC (rev 208465)
@@ -0,0 +1,45 @@
+diff -Naur spyder-3.1.1.orig/spyder/plugins/editor.py 
spyder-3.1.1.pep8-python2/spyder/plugins/editor.py
+--- spyder-3.1.1.orig/spyder/plugins/editor.py 2017-01-22 18:28:03.0 
+0100
 spyder-3.1.1.pep8-python2/spyder/plugins/editor.py 2017-01-22 
23:40:42.426230374 +0100
+@@ -225,7 +225,7 @@
+ pep8_label = QLabel(_("(Refer to the {} 
page)").format(pep_url))
+ pep8_label.setOpenExternalLinks(True)
+ is_pyflakes = codeanalysis.is_pyflakes_installed()
+-is_pep8 = codeanalysis.get_checker_executable('pep8') is not None
++is_pep8 = codeanalysis.get_checker_executable('pycodestyle') is not 
None
+ pyflakes_box = newcb(_("Real-time code analysis"),
+   'code_analysis/pyflakes', default=True,
+   tip=_("If enabled, Python source code will be 
analyzed "
+diff -Naur spyder-3.1.1.orig/spyder/utils/codeanalysis.py 
spyder-3.1.1.pep8-python2/spyder/utils/codeanalysis.py
+--- spyder-3.1.1.orig/spyder/utils/codeanalysis.py 2017-01-22 
18:28:03.0 +0100
 spyder-3.1.1.pep8-python2/spyder/utils/codeanalysis.py 2017-01-22 
23:44:40.107465175 +0100
+@@ -92,7 +92,7 @@
+  required_version=PYFLAKES_REQVER)
+ 
+ PEP8_REQVER = '>=0.6'
+-dependencies.add("pep8", _("Real-time code style analysis on the Editor"),
++dependencies.add("pycodestyle", _("Real-time code style analysis on the 
Editor"),
+  required_version=PEP8_REQVER)
+ 
+ 
+@@ -167,7 +167,7 @@
+ def check_with_pep8(source_code, filename=None):
+ """Check source code with pep8"""
+ try:
+-args = get_checker_executable('pep8')
++args = get_checker_executable('pycodestyle2')
+ results = check(args, source_code, filename=filename, options=['-r'])
+ except Exception:
+ # Never return None to avoid lock in spyder/widgets/editor.py
+diff -Naur spyder-3.1.1.orig/spyder/widgets/editor.py 
spyder-3.1.1.pep8-python2/spyder/widgets/editor.py
+--- spyder-3.1.1.orig/spyder/widgets/editor.py 2017-01-22 18:28:03.0 
+0100
 spyder-3.1.1.pep8-python2/spyder/widgets/editor.py 2017-01-22 
23:45:29.697031996 +0100
+@@ -199,7 +199,7 @@
+ """Run code analysis"""
+ run_pyflakes = run_pyflakes and codeanalysis.is_pyflakes_installed()
+ run_pep8 = run_pep8 and\
+-   codeanalysis.get_checker_executable('pep8') is not None
++   codeanalysis.get_checker_executable('pycodestyle') is not 
None
+ self.pyflakes_results = []
+ self.pep8_results = []
+ if self.editor.is_python():

Added: python3-pep8.patch
===
--- python3-pep8.patch  (rev 0)
+++ python3-pep8.patch  2017-01-23 00:15:45 UTC (rev 208465)
@@ -0,0 +1,45 @@
+diff -Naur spyder-3.1.1.orig/spyder/plugins/editor.py 
spyder-3.1.1.pep8-python3/spyder/plugins/editor.py
+--- spyder-3.1.1.orig/spyder/plugins/editor.py 2017-01-22 18:28:03.0 
+0100
 spyder-3.1.1.pep8-python3/spyder/plugins/editor.py 2017-01-22 
23:49:13.015095511 +0100
+@@ -225,7 +225,7 @@
+ pep8_label = QLabel(_("(Refer to the {} 
page)").format(pep_url))
+ pep8_label.setOpenExternalLinks(True)
+ is_pyflakes = codeanalysis.is_pyflakes_installed()
+-is_pep8 = codeanalysis.get_checker_executable('pep8') is not None
++is_pep8 = codeanalysis.get_checker_executable('pycodestyle') is not 
None
+ pyflakes_box = newcb(_("Real-time code analysis"),
+   'code_analysis/pyflakes', default=True,
+   tip=_("If enabled, Python source code will be 
analyzed "
+diff -Naur spyder-3.1.1.orig/spyder/utils/codeanalysis.py 
spyder-3.1.1.pep8-python3/spyder/utils/codeanalysis.py
+--- spyder-3.1.1.orig/spyder/utils/codeanalysis.py 2017-01-22 
18:28:03.0 +0100
 spyder-3.1.1.pep8-python3/spyder/utils/codeanalysis.py 2017-01-22 
23:49:56.851384285 +0100
+@@ -92,7 +92,7 @@
+  required_version=PYFLAKES_REQVER)
+ 
+ PEP8_REQVER = '>=0.6'
+-dependencies.add("pep8", _("Real-time code style analysis on the Editor"),
++dependencies.add("pycodestyle", _("Real-time code style analysis on the 
Editor"),
+  required_version=PEP8_REQVER)
+ 
+ 
+@@ -167,7 +167,7 @@
+ def check_with_pep8(source_code, filenam

[arch-commits] Commit in sweethome3d/repos (9 files)

2017-01-22 Thread Fabio Castelli
Date: Monday, January 23, 2017 @ 00:03:20
  Author: muflone
Revision: 208464

db-move: moved sweethome3d from [community-testing] to [community] (any)

Added:
  sweethome3d/repos/community-any/PKGBUILD
(from rev 208463, sweethome3d/repos/community-testing-any/PKGBUILD)
  sweethome3d/repos/community-any/sweethome3d.desktop
(from rev 208463, 
sweethome3d/repos/community-testing-any/sweethome3d.desktop)
  sweethome3d/repos/community-any/sweethome3d.sh
(from rev 208463, sweethome3d/repos/community-testing-any/sweethome3d.sh)
  sweethome3d/repos/community-any/sweethome3d.xml
(from rev 208463, sweethome3d/repos/community-testing-any/sweethome3d.xml)
Deleted:
  sweethome3d/repos/community-any/PKGBUILD
  sweethome3d/repos/community-any/sweethome3d.desktop
  sweethome3d/repos/community-any/sweethome3d.sh
  sweethome3d/repos/community-any/sweethome3d.xml
  sweethome3d/repos/community-testing-any/

---+
 /PKGBUILD |   33 +
 /sweethome3d.desktop  |   11 +++
 /sweethome3d.sh   |   25 +
 community-any/PKGBUILD|   33 -
 community-any/sweethome3d.desktop |   11 ---
 community-any/sweethome3d.sh  |   25 -
 6 files changed, 69 insertions(+), 69 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2017-01-23 00:03:03 UTC (rev 208463)
+++ community-any/PKGBUILD  2017-01-23 00:03:20 UTC (rev 208464)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: jsteel 
-# Contributor: Daniel YC Lin 
-# Contributor: Tdy  
-# Contributor: Biginoz 
-# Contributor: Archan Paul 
-
-pkgname=sweethome3d
-pkgver=5.2
-pkgrel=3
-pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
-arch=('any')
-url="http://www.sweethome3d.com/";
-license=('GPL')
-depends=('java-runtime' 'shared-mime-info' 'desktop-file-utils')
-source=("http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}.jar";
-"${pkgname}.sh"
-"${pkgname}.desktop"
-"${pkgname}.xml")
-sha256sums=('60797bd06d19e2d5e7f577830a3135e5910929837b27cb54b5fb97234a41c82d'
-'c2e8fc8fb29761a1b273edba2a55bd57b48fa936815fcb2988a3f2a92bf30231'
-'05e7f1a60753a7236faeb115ee42764f01a353107b9f3dc200b18b0856d4b7bd'
-'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
-
-package() {
-  cd "${srcdir}"
-  install -D -m 644 "SweetHome3D-${pkgver}.jar" 
"${pkgdir}/usr/share/java/${pkgname}.jar"
-  install -D -m 644 
"com/eteks/sweethome3d/viewcontroller/resources/help/images/applicationIcon.png"
 "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  install -D -m 755 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m 644 "${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
-  install -D -m 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
-}

Copied: sweethome3d/repos/community-any/PKGBUILD (from rev 208463, 
sweethome3d/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-23 00:03:20 UTC (rev 208464)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jsteel 
+# Contributor: Daniel YC Lin 
+# Contributor: Tdy  
+# Contributor: Biginoz 
+# Contributor: Archan Paul 
+
+pkgname=sweethome3d
+pkgver=5.3
+pkgrel=1
+pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
+arch=('any')
+url="http://www.sweethome3d.com/";
+license=('GPL')
+depends=('java-runtime' 'shared-mime-info' 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}.jar";
+"${pkgname}.sh"
+"${pkgname}.desktop"
+"${pkgname}.xml")
+sha256sums=('6e87db81bcfff91c94240391f142a39f681fe21e2184e708bec77ee3f1f2bf78'
+'c2e8fc8fb29761a1b273edba2a55bd57b48fa936815fcb2988a3f2a92bf30231'
+'05e7f1a60753a7236faeb115ee42764f01a353107b9f3dc200b18b0856d4b7bd'
+'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
+
+package() {
+  cd "${srcdir}"
+  install -D -m 644 "SweetHome3D-${pkgver}.jar" 
"${pkgdir}/usr/share/java/${pkgname}.jar"
+  install -D -m 644 
"com/eteks/sweethome3d/viewcontroller/resources/help/images/applicationIcon.png"
 "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  install -D -m 755 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m 644 "${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
+  install -D -m 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+}

Deleted: commun

[arch-commits] Commit in iscan-data/repos (3 files)

2017-01-22 Thread Fabio Castelli
Date: Monday, January 23, 2017 @ 00:03:03
  Author: muflone
Revision: 208463

db-move: moved iscan-data from [community-testing] to [community] (any)

Added:
  iscan-data/repos/community-any/PKGBUILD
(from rev 208462, iscan-data/repos/community-testing-any/PKGBUILD)
Deleted:
  iscan-data/repos/community-any/PKGBUILD
  iscan-data/repos/community-testing-any/

+
 /PKGBUILD  |   36 
 community-any/PKGBUILD |   36 
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2017-01-23 00:02:48 UTC (rev 208462)
+++ community-any/PKGBUILD  2017-01-23 00:03:03 UTC (rev 208463)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Frederic Bezies < fredbezies at gmail dot com>
-# Contributor: garion < garion @ mailoo.org >
-# Contributor: Alessio Sergi 
-# Contributor: mutlu_inek 
-
-pkgname=iscan-data
-pkgver=1.36.0
-pkgrel=3
-pkgdesc="EPSON Image Scan! data files"
-arch=('any')
-url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX";
-license=('GPL2')
-depends=('libxslt')
-source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver}-1.tar.gz";)
-sha256sums=('3a0a0075d0f7fcb0f482cbde2e74c9f6bee64268db32a4e6f470f1a6069117ba')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  # install files
-  make DESTDIR="${pkgdir}" install
-
-  # install additional documentation files
-  install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-KNOWN-PROBLEMS NEWS SUPPORTED-DEVICES
-}
-

Copied: iscan-data/repos/community-any/PKGBUILD (from rev 208462, 
iscan-data/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-23 00:03:03 UTC (rev 208463)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Frederic Bezies < fredbezies at gmail dot com>
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: Alessio Sergi 
+# Contributor: mutlu_inek 
+
+pkgname=iscan-data
+pkgver=1.39.0.1
+pkgrel=1
+pkgdesc="EPSON Image Scan! data files"
+arch=('any')
+url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX";
+license=('GPL2')
+depends=('libxslt')
+source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver%.*}-${pkgver/*.}.tar.gz";)
+sha256sums=('61ef9496568c8709cce7687de0d47e4b132a00fa6a398fcbb6f06f8fdf31755f')
+
+build() {
+  cd "${pkgname}-${pkgver%.*}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver%.*}"
+
+  # install files
+  make DESTDIR="${pkgdir}" install
+
+  # install additional documentation files
+  install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+KNOWN-PROBLEMS NEWS SUPPORTED-DEVICES
+}
+


[arch-commits] Commit in iscan/repos (22 files)

2017-01-22 Thread Fabio Castelli
Date: Monday, January 23, 2017 @ 00:02:48
  Author: muflone
Revision: 208462

db-move: moved iscan from [community-testing] to [community] (i686, x86_64)

Added:
  iscan/repos/community-i686/PKGBUILD
(from rev 208460, iscan/repos/community-testing-i686/PKGBUILD)
  iscan/repos/community-i686/epkowa.conf
(from rev 208460, iscan/repos/community-testing-i686/epkowa.conf)
  iscan/repos/community-i686/iscan.install
(from rev 208460, iscan/repos/community-testing-i686/iscan.install)
  iscan/repos/community-i686/jpegstream.cc.patch
(from rev 208460, iscan/repos/community-testing-i686/jpegstream.cc.patch)
  iscan/repos/community-i686/libpng15.patch
(from rev 208460, iscan/repos/community-testing-i686/libpng15.patch)
  iscan/repos/community-x86_64/PKGBUILD
(from rev 208460, iscan/repos/community-testing-x86_64/PKGBUILD)
  iscan/repos/community-x86_64/epkowa.conf
(from rev 208460, iscan/repos/community-testing-x86_64/epkowa.conf)
  iscan/repos/community-x86_64/iscan.install
(from rev 208460, iscan/repos/community-testing-x86_64/iscan.install)
  iscan/repos/community-x86_64/jpegstream.cc.patch
(from rev 208460, iscan/repos/community-testing-x86_64/jpegstream.cc.patch)
  iscan/repos/community-x86_64/libpng15.patch
(from rev 208460, iscan/repos/community-testing-x86_64/libpng15.patch)
Deleted:
  iscan/repos/community-i686/PKGBUILD
  iscan/repos/community-i686/epkowa.conf
  iscan/repos/community-i686/iscan.install
  iscan/repos/community-i686/jpegstream.cc.patch
  iscan/repos/community-i686/libpng15.patch
  iscan/repos/community-testing-i686/
  iscan/repos/community-testing-x86_64/
  iscan/repos/community-x86_64/PKGBUILD
  iscan/repos/community-x86_64/epkowa.conf
  iscan/repos/community-x86_64/iscan.install
  iscan/repos/community-x86_64/jpegstream.cc.patch
  iscan/repos/community-x86_64/libpng15.patch

--+
 /PKGBUILD|  152 +
 /epkowa.conf |2 
 /iscan.install   |   10 ++
 /jpegstream.cc.patch |   42 +
 /libpng15.patch  |   96 
 community-i686/PKGBUILD  |   77 
 community-i686/epkowa.conf   |1 
 community-i686/iscan.install |5 -
 community-i686/jpegstream.cc.patch   |   21 
 community-i686/libpng15.patch|   48 --
 community-x86_64/PKGBUILD|   77 
 community-x86_64/epkowa.conf |1 
 community-x86_64/iscan.install   |5 -
 community-x86_64/jpegstream.cc.patch |   21 
 community-x86_64/libpng15.patch  |   48 --
 15 files changed, 302 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-23 00:02:46 UTC (rev 208461)
+++ community-i686/PKGBUILD 2017-01-23 00:02:48 UTC (rev 208462)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Frederic Bezies < fredbezies at gmail dot com>
-# Contributor: garion < garion @ mailoo.org >
-# Contributor: Alessio Sergi 
-
-pkgname=iscan
-pkgver=2.30.2
-pkgrel=1
-_pkgrev=2
-pkgdesc="EPSON Image Scan! front-end for scanners and all-in-ones"
-arch=('i686' 'x86_64')
-url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX";
-license=('GPL2' 'custom:AVASYSPL')
-depends=('gtk2' 'sane' 'libstdc++5')
-makedepends=('gettext' 'gimp')
-optdepends=('iscan-data: Image Scan! data files required for some devices')
-source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver}-${_pkgrev}.tar.gz";
-"libpng15.patch"
-"jpegstream.cc.patch"
-"epkowa.conf")
-sha256sums=('ca2322a527ab41c8207b060ee54fc3782cba84c444bcf6b9c8ee32f7cda007d9'
-'1a75b8df945a813a297dfd6e3dabae3bc8b51898f23af31640091e31b901f0ba'
-'44990a5264e530a7a8ad1f95524e5d70e4f0f9009c53c8ea593cedf8d861a669'
-'8e9e90fa50f1bd476b13766b19f100470c41dd253dc0605fbb1d0ac346a0beff')
-install="${pkgname}.install"
-backup=("etc/sane.d/epkowa.conf")
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # patch for building iscan against libpng15 by giovanni
-  patch -Np0 -i "../libpng15.patch"
-  # patch for ambiguous div in jpegstream.cc
-  patch -Np0 -i "../jpegstream.cc.patch"
-  # add fix for CXX ABI different than 1002
-  ln -s libesmod-x86_64.c2.so non-free/libesmod-x86_64.so
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export LDFLAGS="${LDFLAGS} -ldl -lpng16"
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-dependency-reduction \
-  --enable-frontend \
-  --enable-jpeg \
-  --enable-tiff \
-  --enable-png \
-  --enable-gimp
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  # install files
-  make DESTDIR="${pkgdir

[arch-commits] Commit in rapidsvn/repos (16 files)

2017-01-22 Thread Antonio Rojas
Date: Monday, January 23, 2017 @ 00:02:46
  Author: arojas
Revision: 208461

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

Added:
  rapidsvn/repos/community-i686/PKGBUILD
(from rev 208460, rapidsvn/trunk/PKGBUILD)
  rapidsvn/repos/community-i686/rapidsvn-subversion1.9.patch
(from rev 208460, rapidsvn/trunk/rapidsvn-subversion1.9.patch)
  rapidsvn/repos/community-i686/rapidsvn-wx3.0.patch
(from rev 208460, rapidsvn/trunk/rapidsvn-wx3.0.patch)
  rapidsvn/repos/community-i686/rapidsvn.desktop
(from rev 208460, rapidsvn/trunk/rapidsvn.desktop)
  rapidsvn/repos/community-x86_64/PKGBUILD
(from rev 208460, rapidsvn/trunk/PKGBUILD)
  rapidsvn/repos/community-x86_64/rapidsvn-subversion1.9.patch
(from rev 208460, rapidsvn/trunk/rapidsvn-subversion1.9.patch)
  rapidsvn/repos/community-x86_64/rapidsvn-wx3.0.patch
(from rev 208460, rapidsvn/trunk/rapidsvn-wx3.0.patch)
  rapidsvn/repos/community-x86_64/rapidsvn.desktop
(from rev 208460, rapidsvn/trunk/rapidsvn.desktop)
Deleted:
  rapidsvn/repos/community-i686/PKGBUILD
  rapidsvn/repos/community-i686/rapidsvn-subversion1.9.patch
  rapidsvn/repos/community-i686/rapidsvn-wx3.0.patch
  rapidsvn/repos/community-i686/rapidsvn.desktop
  rapidsvn/repos/community-x86_64/PKGBUILD
  rapidsvn/repos/community-x86_64/rapidsvn-subversion1.9.patch
  rapidsvn/repos/community-x86_64/rapidsvn-wx3.0.patch
  rapidsvn/repos/community-x86_64/rapidsvn.desktop

---+
 /PKGBUILD |  112 ++
 /rapidsvn-subversion1.9.patch |  296 +
 /rapidsvn-wx3.0.patch |  406 
 /rapidsvn.desktop |   20 +
 community-i686/PKGBUILD   |   56 ---
 community-i686/rapidsvn-subversion1.9.patch   |  148 
 community-i686/rapidsvn-wx3.0.patch   |  203 
 community-i686/rapidsvn.desktop   |   10 
 community-x86_64/PKGBUILD |   56 ---
 community-x86_64/rapidsvn-subversion1.9.patch |  148 
 community-x86_64/rapidsvn-wx3.0.patch |  203 
 community-x86_64/rapidsvn.desktop |   10 
 12 files changed, 834 insertions(+), 834 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-23 00:02:04 UTC (rev 208460)
+++ community-i686/PKGBUILD 2017-01-23 00:02:46 UTC (rev 208461)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Angel 'angvp' Velasquez 
-# Contributor: AqD 
-# Contributor: TheMadsen 
-
-pkgname=rapidsvn
-pkgver=0.12.1
-pkgrel=9
-pkgdesc="A cross-platform GUI front-end for the Subversion revision system 
written in C++ using the wxWidgets framework."
-url='http://rapidsvn.tigris.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('subversion' 'wxgtk')
-makedepends=('python2' 'automake' 'libtool')
-source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
-   $pkgname.desktop rapidsvn-wx3.0.patch rapidsvn-subversion1.9.patch)
-md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b'
- '349e6d9729f88868902611bb1172f134'
- '44cdc7e987496e9e331f3dd5b5a871d4'
- '0ffd1fd1fed7ff53578afe92730c80bc')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build with WxGTK 3 (Debian)
-  patch -p1 -i ../rapidsvn-wx3.0.patch
-# Fix assertion at startup
-  sed -e '/SetMaxLength(0)/d' -i src/rapidsvn_frame.cpp
-# Fix build with subversion 1.9 (Debian)
-  patch -p1 -i ../rapidsvn-subversion1.9.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  autoreconf -vi
-
-  sed -i 's#src/tests/svncpp/Makefile##' configure
-  [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \
---with-apu-config="`which apu-1-config`" \
---with-apr-config="`which apr-1-config`"
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py
-  sed -i 's|python|python2|' src/locale/Makefile
-
-  make -k
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 src/res/bitmaps/rapidsvn_32x32.xpm 
"$pkgdir"/usr/share/pixmaps/rapidsvn_32x32.xpm
-  install -Dm644 ../$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-}

Copied: rapidsvn/repos/community-i686/PKGBUILD (from rev 208460, 
rapidsvn/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-23 00:02:46 UTC (rev 208461)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Angel 'angvp' Velasquez 
+# Contributor: AqD 
+# Contributor: TheMadsen 
+
+pkgname=rapidsvn
+pkgver=0.12.1
+pkgrel=10
+pkgdesc="A cross-platform GUI front-end for the Subversion revision system 
written in C++ using the wxWidgets framework."
+url='http://rapidsvn.tigris.org/'
+arch=('i686' 'x86_64')
+licens

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

2017-01-22 Thread Antonio Rojas
Date: Monday, January 23, 2017 @ 00:02:04
  Author: arojas
Revision: 208460

Fix another assert

Modified:
  rapidsvn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 23:41:25 UTC (rev 208459)
+++ PKGBUILD2017-01-23 00:02:04 UTC (rev 208460)
@@ -6,7 +6,7 @@
 
 pkgname=rapidsvn
 pkgver=0.12.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A cross-platform GUI front-end for the Subversion revision system 
written in C++ using the wxWidgets framework."
 url='http://rapidsvn.tigris.org/'
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 # Fix build with WxGTK 3 (Debian)
   patch -p1 -i ../rapidsvn-wx3.0.patch
 # Fix assertion at startup
-  sed -e '/SetMaxLength(0)/d' -i src/rapidsvn_frame.cpp
+  sed -e '/SetMaxLength(0)/d' -i src/rapidsvn_frame.cpp -i src/report_dlg.cpp
 # Fix build with subversion 1.9 (Debian)
   patch -p1 -i ../rapidsvn-subversion1.9.patch
 }


[arch-commits] Commit in (wxgtk2.8)

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 23:45:02
  Author: arojas
Revision: 287143

Remove obsolete package

Deleted:
  wxgtk2.8/


[arch-commits] Commit in (lib32-wxgtk2.8)

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 23:41:25
  Author: arojas
Revision: 208459

Unused

Deleted:
  lib32-wxgtk2.8/


[arch-commits] Commit in amule/repos (16 files)

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 23:38:25
  Author: arojas
Revision: 287139

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

Added:
  amule/repos/extra-i686/PKGBUILD
(from rev 287138, amule/trunk/PKGBUILD)
  amule/repos/extra-i686/amule.install
(from rev 287138, amule/trunk/amule.install)
  amule/repos/extra-i686/amuled.systemd
(from rev 287138, amule/trunk/amuled.systemd)
  amule/repos/extra-i686/amuleweb.systemd
(from rev 287138, amule/trunk/amuleweb.systemd)
  amule/repos/extra-x86_64/PKGBUILD
(from rev 287138, amule/trunk/PKGBUILD)
  amule/repos/extra-x86_64/amule.install
(from rev 287138, amule/trunk/amule.install)
  amule/repos/extra-x86_64/amuled.systemd
(from rev 287138, amule/trunk/amuled.systemd)
  amule/repos/extra-x86_64/amuleweb.systemd
(from rev 287138, amule/trunk/amuleweb.systemd)
Deleted:
  amule/repos/extra-i686/PKGBUILD
  amule/repos/extra-i686/amule.install
  amule/repos/extra-i686/amuled.systemd
  amule/repos/extra-i686/amuleweb.systemd
  amule/repos/extra-x86_64/PKGBUILD
  amule/repos/extra-x86_64/amule.install
  amule/repos/extra-x86_64/amuled.systemd
  amule/repos/extra-x86_64/amuleweb.systemd

---+
 /PKGBUILD |  106 
 /amule.install|   44 
 /amuled.systemd   |   22 
 /amuleweb.systemd |   26 +
 extra-i686/PKGBUILD   |   60 --
 extra-i686/amule.install  |   22 
 extra-i686/amuled.systemd |   11 
 extra-i686/amuleweb.systemd   |   13 
 extra-x86_64/PKGBUILD |   60 --
 extra-x86_64/amule.install|   22 
 extra-x86_64/amuled.systemd   |   11 
 extra-x86_64/amuleweb.systemd |   13 
 12 files changed, 198 insertions(+), 212 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-22 23:37:38 UTC (rev 287138)
+++ extra-i686/PKGBUILD 2017-01-22 23:38:25 UTC (rev 287139)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Henrik Ronellenfitsch 
-# Contributor: Alessio Sergi 
-# Contributor: Dario 'Dax' Vilardi 
-# Contributor: Anatol Pomozov 
-
-pkgname=amule
-pkgver=10965
-pkgrel=2
-pkgdesc="An eMule-like client for ed2k p2p network"
-arch=('i686' 'x86_64')
-url="http://www.amule.org";
-license=('GPL')
-depends=('wxgtk2.8' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
-makedepends=('git' 'ccache')
-install=amule.install
-source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
-'amuled.systemd'
-'amuleweb.systemd')
-md5sums=('SKIP'
- '59772c41860e238f1c822feb8ca8d47f'
- '05975c5d94bfc41fddb894d98b1115d5')
-
-prepare() {
-  cd amule
-  sed -e 's|wx-config|wx-config-2.8|g' -i configure
-}
-
-build() {
-  cd amule
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp \
-  --with-wxversion=2.8
-
-  make
-}
-
-package() {
-  cd amule
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 "${srcdir}/amuled.systemd" 
"${pkgdir}/usr/lib/systemd/system/amuled.service"
-  install -D -m644 "${srcdir}/amuleweb.systemd" 
"${pkgdir}/usr/lib/systemd/system/amuleweb.service"
-}

Copied: amule/repos/extra-i686/PKGBUILD (from rev 287138, amule/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-22 23:38:25 UTC (rev 287139)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+# Contributor: Anatol Pomozov 
+
+pkgname=amule
+pkgver=10983
+pkgrel=1
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=('i686' 'x86_64')
+url="http://www.amule.org";
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+makedepends=('git' 'ccache')
+install=amule.install
+source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
+'amuled.systemd'
+'amuleweb.systemd')
+md5sums=('SKIP'
+ '59772c41860e238f1c822feb8ca8d47f'
+ '05975c5d94bfc41fddb894d98b1115d5')
+
+build() {
+  cd amule
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc

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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 23:37:38
  Author: arojas
Revision: 287138

Build with WxGTK 3

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 21:05:58 UTC (rev 287137)
+++ PKGBUILD2017-01-22 23:37:38 UTC (rev 287138)
@@ -6,13 +6,13 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=amule
-pkgver=10965
-pkgrel=2
+pkgver=10983
+pkgrel=1
 pkgdesc="An eMule-like client for ed2k p2p network"
 arch=('i686' 'x86_64')
 url="http://www.amule.org";
 license=('GPL')
-depends=('wxgtk2.8' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
 makedepends=('git' 'ccache')
 install=amule.install
 source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
@@ -22,11 +22,6 @@
  '59772c41860e238f1c822feb8ca8d47f'
  '05975c5d94bfc41fddb894d98b1115d5')
 
-prepare() {
-  cd amule
-  sed -e 's|wx-config|wx-config-2.8|g' -i configure
-}
-
 build() {
   cd amule
 
@@ -44,9 +39,7 @@
   --enable-optimize \
   --enable-ccache \
   --enable-geoip \
-  --enable-upnp \
-  --with-wxversion=2.8
-
+  --enable-upnp
   make
 }
 


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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 23:36:17
  Author: arojas
Revision: 208456

Build with WxGTK 3

Modified:
  pgadmin3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 23:35:23 UTC (rev 208455)
+++ PKGBUILD2017-01-22 23:36:17 UTC (rev 208456)
@@ -5,31 +5,27 @@
 # Contributor: bekks 
 
 pkgname=pgadmin3
-pkgver=1.22.1
-pkgrel=2
+pkgver=1.22.2
+pkgrel=1
 pkgdesc="Comprehensive design and management interface for PostgreSQL"
 arch=('i686' 'x86_64')
 url="http://www.pgadmin.org";
 license=('custom')
-depends=('wxgtk2.8' 'postgresql-libs' 'libxslt')
+depends=('wxgtk' 'postgresql-libs' 'libxslt')
 makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
 validpgpkeys=('E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519')
 
source=(https://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz{,.sig})
-sha256sums=('719ea7c0e65d99e8f365bf2d395d7a199804170b3266ada1374d9ac790bc783e'
+sha256sums=('9b68b0e3d3f0a261344fb8196825967d1e7acaca1d8cc82c42e12368ca5844ac'
 'SKIP')
 
 prepare() {
   cd "$srcdir"
   convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
-
-  cd "pgadmin3-${pkgver}"
-  sed -i 's/wx-config/wx-config-2.8/' configure
-  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
 }
 
 build() {
   cd "$srcdir"/pgadmin3-${pkgver}
-  [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=2.8
+  [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=3.0
   make
 }
 


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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 23:36:47
  Author: arojas
Revision: 208457

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

Added:
  pgadmin3/repos/community-i686/PKGBUILD
(from rev 208456, pgadmin3/trunk/PKGBUILD)
  pgadmin3/repos/community-x86_64/PKGBUILD
(from rev 208456, pgadmin3/trunk/PKGBUILD)
Deleted:
  
pgadmin3/repos/community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
  pgadmin3/repos/community-i686/PKGBUILD
  
pgadmin3/repos/community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
  pgadmin3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   
94 ++
 community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch   |   
31 ---
 community-i686/PKGBUILD   |   
49 -
 community-x86_64/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch |   
31 ---
 community-x86_64/PKGBUILD |   
49 -
 5 files changed, 94 insertions(+), 160 deletions(-)

Deleted: community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch
===
--- community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch 
2017-01-22 23:36:17 UTC (rev 208456)
+++ community-i686/0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch 
2017-01-22 23:36:47 UTC (rev 208457)
@@ -1,31 +0,0 @@
-From d17a268572648b8e45ba6dc5854549a1dbf81c0a Mon Sep 17 00:00:00 2001
-From: Wander Nauta 
-Date: Sun, 19 Apr 2015 16:37:41 +0200
-Subject: [PATCH] Move misplaced unlock of s_currentObjectMutex
-
-The current implementation would unlock the mutex, even if it didn't own
-it.

- pgadmin/frm/events.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pgadmin/frm/events.cpp b/pgadmin/frm/events.cpp
-index 4baaf42..f2ad570 100644
 a/pgadmin/frm/events.cpp
-+++ b/pgadmin/frm/events.cpp
-@@ -750,11 +750,11 @@ void frmMain::OnSelRightClick(wxTreeEvent &event)
-   //
-   s_currentObjectMutex.Lock();
-   currentObject = browser->GetObject(item);
-+  s_currentObjectMutex.Unlock();
-   }
- 
-   if (currentObject)
-   doPopup(browser, event.GetPoint(), currentObject);
--  s_currentObjectMutex.Unlock();
- }
- 
- 
--- 
-2.3.5
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 23:36:17 UTC (rev 208456)
+++ community-i686/PKGBUILD 2017-01-22 23:36:47 UTC (rev 208457)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Benjamin Andresen 
-# Contributor: bekks 
-
-pkgname=pgadmin3
-pkgver=1.22.1
-pkgrel=2
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://www.pgadmin.org";
-license=('custom')
-depends=('wxgtk2.8' 'postgresql-libs' 'libxslt')
-makedepends=('libpqxx' 'krb5' 'postgresql' 'imagemagick')
-source=(http://ftp.postgresql.org/pub/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
-md5sums=('fe56418e9efcd291f5c1f81708d005fe')
-
-prepare() {
-  cd "$srcdir"
-  convert pgadmin3-${pkgver}/pgadmin/include/images/pgAdmin3.ico pgAdmin3.png
-
-  cd "pgadmin3-${pkgver}"
-  sed -i 's/wx-config/wx-config-2.8/' configure
-  sed -i 's/wxrc/wxrc-2.8/g' stringextract pgadmin/ui/embed-xrc
-}
-
-build() {
-  cd "$srcdir"/pgadmin3-${pkgver}
-  [ -f Makefile ] ||  ./configure --prefix=/usr --with-wx-version=2.8
-  make
-}
-
-package() {
-  cd "$srcdir"/pgadmin3-${pkgver}
-
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 i18n/$pkgname.lng "$pkgdir/usr/share/pgadmin3/i18n"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -Dm644 pgadmin/include/images/pgAdmin3.ico 
"$pkgdir/usr/share/pgadmin3/pgAdmin3.ico"
-  install -Dm644 "$srcdir/pgAdmin3-1.png" 
"$pkgdir/usr/share/pgadmin3/pgAdmin3.png"
-
-  install -Dm644 "$srcdir/pgAdmin3-3.png" 
"$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-2.png" 
"$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin3.png"
-  install -Dm644 "$srcdir/pgAdmin3-1.png" 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin3.png"
-
-  install -Dm644 "pkg/pgadmin3.desktop" 
"$pkgdir/usr/share/applications/pgadmin3.desktop"
-}

Copied: pgadmin3/repos/community-i686/PKGBUILD (from rev 208456, 
pgadmin3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 23:36:47 UTC (rev 208457)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Benjamin Andresen 
+# Contributor: 

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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 23:35:23
  Author: arojas
Revision: 208455

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

Added:
  rapidsvn/repos/community-i686/
  rapidsvn/repos/community-i686/PKGBUILD
(from rev 208454, rapidsvn/trunk/PKGBUILD)
  rapidsvn/repos/community-i686/rapidsvn-subversion1.9.patch
(from rev 208454, rapidsvn/trunk/rapidsvn-subversion1.9.patch)
  rapidsvn/repos/community-i686/rapidsvn-wx3.0.patch
(from rev 208454, rapidsvn/trunk/rapidsvn-wx3.0.patch)
  rapidsvn/repos/community-i686/rapidsvn.desktop
(from rev 208454, rapidsvn/trunk/rapidsvn.desktop)
  rapidsvn/repos/community-x86_64/
  rapidsvn/repos/community-x86_64/PKGBUILD
(from rev 208454, rapidsvn/trunk/PKGBUILD)
  rapidsvn/repos/community-x86_64/rapidsvn-subversion1.9.patch
(from rev 208454, rapidsvn/trunk/rapidsvn-subversion1.9.patch)
  rapidsvn/repos/community-x86_64/rapidsvn-wx3.0.patch
(from rev 208454, rapidsvn/trunk/rapidsvn-wx3.0.patch)
  rapidsvn/repos/community-x86_64/rapidsvn.desktop
(from rev 208454, rapidsvn/trunk/rapidsvn.desktop)

---+
 community-i686/PKGBUILD   |   56 ++
 community-i686/rapidsvn-subversion1.9.patch   |  148 +
 community-i686/rapidsvn-wx3.0.patch   |  203 
 community-i686/rapidsvn.desktop   |   10 +
 community-x86_64/PKGBUILD |   56 ++
 community-x86_64/rapidsvn-subversion1.9.patch |  148 +
 community-x86_64/rapidsvn-wx3.0.patch |  203 
 community-x86_64/rapidsvn.desktop |   10 +
 8 files changed, 834 insertions(+)

Copied: rapidsvn/repos/community-i686/PKGBUILD (from rev 208454, 
rapidsvn/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 23:35:23 UTC (rev 208455)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Angel 'angvp' Velasquez 
+# Contributor: AqD 
+# Contributor: TheMadsen 
+
+pkgname=rapidsvn
+pkgver=0.12.1
+pkgrel=9
+pkgdesc="A cross-platform GUI front-end for the Subversion revision system 
written in C++ using the wxWidgets framework."
+url='http://rapidsvn.tigris.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('subversion' 'wxgtk')
+makedepends=('python2' 'automake' 'libtool')
+source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
+   $pkgname.desktop rapidsvn-wx3.0.patch rapidsvn-subversion1.9.patch)
+md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b'
+ '349e6d9729f88868902611bb1172f134'
+ '44cdc7e987496e9e331f3dd5b5a871d4'
+ '0ffd1fd1fed7ff53578afe92730c80bc')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with WxGTK 3 (Debian)
+  patch -p1 -i ../rapidsvn-wx3.0.patch
+# Fix assertion at startup
+  sed -e '/SetMaxLength(0)/d' -i src/rapidsvn_frame.cpp
+# Fix build with subversion 1.9 (Debian)
+  patch -p1 -i ../rapidsvn-subversion1.9.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  autoreconf -vi
+
+  sed -i 's#src/tests/svncpp/Makefile##' configure
+  [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \
+--with-apu-config="`which apu-1-config`" \
+--with-apr-config="`which apr-1-config`"
+
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py
+  sed -i 's|python|python2|' src/locale/Makefile
+
+  make -k
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 src/res/bitmaps/rapidsvn_32x32.xpm 
"$pkgdir"/usr/share/pixmaps/rapidsvn_32x32.xpm
+  install -Dm644 ../$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+}

Copied: rapidsvn/repos/community-i686/rapidsvn-subversion1.9.patch (from rev 
208454, rapidsvn/trunk/rapidsvn-subversion1.9.patch)
===
--- community-i686/rapidsvn-subversion1.9.patch (rev 0)
+++ community-i686/rapidsvn-subversion1.9.patch 2017-01-22 23:35:23 UTC (rev 
208455)
@@ -0,0 +1,148 @@
+Description: Fix FTBFS with newer subversion
+Origin: https://github.com/RapidSVN/RapidSVN/issues/6
+Bug-Debian: #796450
+Forwarded: not-needed
+Applied-Upstream: 
https://github.com/jsonn/pkgsrc/commit/9a2dbd9a13f94539cebf27d9de18a8014323c87a
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- rapidsvn-0.12.1/src/svncpp/client_ls.cpp.old   2012-06-28 
13:39:33.0 +0700
 rapidsvn-0.12.1/src/svncpp/client_ls.cpp   2016-01-05 07:13:33.309097969 
+0700
+@@ -29,6 +29,7 @@
+ #include "svn_client.h"
+ #include "svn_path.h"
+ #include "svn_sorts.h"
++#include "svn_version.h"
+ //#include "svn_utf.h"
+ 
+ // svncpp
+@@ -37,6 +38,8 @@
+ #include "svncpp/exception.hpp"
+ 
+ 
++#if SVN_VER_MAJOR == 1 && SVN_VER_MINOR < 8
++
+ static int
+ compare_items_as_paths(const svn_sort__item_t *a, c

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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 23:34:58
  Author: arojas
Revision: 208454

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


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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 23:34:08
  Author: arojas
Revision: 208453

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

Deleted:
  rapidsvn/repos/community-i686/PKGBUILD
  rapidsvn/repos/community-i686/rapidsvn.desktop
  rapidsvn/repos/community-x86_64/PKGBUILD
  rapidsvn/repos/community-x86_64/rapidsvn.desktop

---+
 community-i686/PKGBUILD   |   54 
 community-i686/rapidsvn.desktop   |   10 --
 community-x86_64/PKGBUILD |   54 
 community-x86_64/rapidsvn.desktop |   10 --
 4 files changed, 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 23:33:41 UTC (rev 208452)
+++ community-i686/PKGBUILD 2017-01-22 23:34:08 UTC (rev 208453)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Angel 'angvp' Velasquez 
-# Contributor: AqD 
-# Contributor: TheMadsen 
-
-pkgname=rapidsvn
-pkgver=0.12.1
-pkgrel=8
-pkgdesc="A cross-platform GUI front-end for the Subversion revision system 
written in C++ using the wxWidgets framework."
-url='http://rapidsvn.tigris.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('subversion' 'wxgtk')
-makedepends=('python2' 'automake' 'libtool')
-source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
-   $pkgname.desktop rapidsvn-wx3.0.patch rapidsvn-subversion1.9.patch)
-md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b'
- '349e6d9729f88868902611bb1172f134'
- '44cdc7e987496e9e331f3dd5b5a871d4'
- '0ffd1fd1fed7ff53578afe92730c80bc')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build with WxGTK 3 (Debian)
-  patch -p1 -i ../rapidsvn-wx3.0.patch
-# Fix build with subversion 1.9 (Debian)
-  patch -p1 -i ../rapidsvn-subversion1.9.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  autoreconf -vi
-
-  sed -i 's#src/tests/svncpp/Makefile##' configure
-  [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \
---with-apu-config="`which apu-1-config`" \
---with-apr-config="`which apr-1-config`"
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py
-  sed -i 's|python|python2|' src/locale/Makefile
-
-  make -k
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 src/res/bitmaps/rapidsvn_32x32.xpm 
"$pkgdir"/usr/share/pixmaps/rapidsvn_32x32.xpm
-  install -Dm644 ../$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-}

Deleted: community-i686/rapidsvn.desktop
===
--- community-i686/rapidsvn.desktop 2017-01-22 23:33:41 UTC (rev 208452)
+++ community-i686/rapidsvn.desktop 2017-01-22 23:34:08 UTC (rev 208453)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=RapidSVN
-Comment=SVN source viewer
-Exec=rapidsvn
-Icon=rapidsvn_32x32
-Terminal=false
-Type=Application
-Categories=GNOME;Application;Development;
-StartupNotify=true

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-22 23:33:41 UTC (rev 208452)
+++ community-x86_64/PKGBUILD   2017-01-22 23:34:08 UTC (rev 208453)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Angel 'angvp' Velasquez 
-# Contributor: AqD 
-# Contributor: TheMadsen 
-
-pkgname=rapidsvn
-pkgver=0.12.1
-pkgrel=8
-pkgdesc="A cross-platform GUI front-end for the Subversion revision system 
written in C++ using the wxWidgets framework."
-url='http://rapidsvn.tigris.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('subversion' 'wxgtk')
-makedepends=('python2' 'automake' 'libtool')
-source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
-   $pkgname.desktop rapidsvn-wx3.0.patch rapidsvn-subversion1.9.patch)
-md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b'
- '349e6d9729f88868902611bb1172f134'
- '44cdc7e987496e9e331f3dd5b5a871d4'
- '0ffd1fd1fed7ff53578afe92730c80bc')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build with WxGTK 3 (Debian)
-  patch -p1 -i ../rapidsvn-wx3.0.patch
-# Fix build with subversion 1.9 (Debian)
-  patch -p1 -i ../rapidsvn-subversion1.9.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  autoreconf -vi
-
-  sed -i 's#src/tests/svncpp/Makefile##' configure
-  [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \
---with-apu-config="`which apu-1-config`" \
---with-apr-config="`which apr-1-config`"
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py
-  sed -i 's|python|python2|' src/locale/Makefile
-
-  make -k
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 src/res/bitmaps/rapidsvn_32x32.xpm 
"$pkgdir"/usr/share/pixmaps/rapidsvn_32x32.xpm
-  install -Dm644 ../$pkgname.desktop 
"$pkgdir"/usr/share/appli

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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 23:33:41
  Author: arojas
Revision: 208452

Fix assertion at startup

Modified:
  rapidsvn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 23:32:00 UTC (rev 208451)
+++ PKGBUILD2017-01-22 23:33:41 UTC (rev 208452)
@@ -6,7 +6,7 @@
 
 pkgname=rapidsvn
 pkgver=0.12.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A cross-platform GUI front-end for the Subversion revision system 
written in C++ using the wxWidgets framework."
 url='http://rapidsvn.tigris.org/'
 arch=('i686' 'x86_64')
@@ -24,6 +24,8 @@
   cd $pkgname-$pkgver
 # Fix build with WxGTK 3 (Debian)
   patch -p1 -i ../rapidsvn-wx3.0.patch
+# Fix assertion at startup
+  sed -e '/SetMaxLength(0)/d' -i src/rapidsvn_frame.cpp
 # Fix build with subversion 1.9 (Debian)
   patch -p1 -i ../rapidsvn-subversion1.9.patch
 }


[arch-commits] Commit in (4 files)

2017-01-22 Thread Fabio Castelli
Date: Sunday, January 22, 2017 @ 23:31:33
  Author: muflone
Revision: 208450

New package python-qtpy 1.2.1-1

Added:
  python-qtpy/
  python-qtpy/repos/
  python-qtpy/trunk/
  python-qtpy/trunk/PKGBUILD

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

Added: python-qtpy/trunk/PKGBUILD
===
--- python-qtpy/trunk/PKGBUILD  (rev 0)
+++ python-qtpy/trunk/PKGBUILD  2017-01-22 23:31:33 UTC (rev 208450)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtpy'
+_pkgbase='qtpy'
+pkgname=('python-qtpy' 'python2-qtpy')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${pkgbase}/";
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz";)
+sha256sums=('b13bba2cc7a8cc5530f83b0960c1804cc338ec6939bdc9a9be11e2af29558075')
+
+package_python2-qtpy() {
+  depends=('python2')
+  optdepends=('python2-pyqt4: Qt4 Python bindings'
+  'python2-pyqt5: Qt5 Python bindings'
+  'python2-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtpy() {
+  depends=('python')
+  optdepends=('python-pyqt4: Qt4 Python bindings'
+  'python-pyqt5: Qt5 Python bindings'
+  'python-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


[arch-commits] Commit in python-qtpy/repos (2 files)

2017-01-22 Thread Fabio Castelli
Date: Sunday, January 22, 2017 @ 23:32:00
  Author: muflone
Revision: 208451

archrelease: copy trunk to community-testing-any

Added:
  python-qtpy/repos/community-testing-any/
  python-qtpy/repos/community-testing-any/PKGBUILD
(from rev 208450, python-qtpy/trunk/PKGBUILD)

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

Copied: python-qtpy/repos/community-testing-any/PKGBUILD (from rev 208450, 
python-qtpy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-01-22 23:32:00 UTC (rev 208451)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtpy'
+_pkgbase='qtpy'
+pkgname=('python-qtpy' 'python2-qtpy')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${pkgbase}/";
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz";)
+sha256sums=('b13bba2cc7a8cc5530f83b0960c1804cc338ec6939bdc9a9be11e2af29558075')
+
+package_python2-qtpy() {
+  depends=('python2')
+  optdepends=('python2-pyqt4: Qt4 Python bindings'
+  'python2-pyqt5: Qt5 Python bindings'
+  'python2-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtpy() {
+  depends=('python')
+  optdepends=('python-pyqt4: Qt4 Python bindings'
+  'python-pyqt5: Qt5 Python bindings'
+  'python-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-qtawesome/repos (2 files)

2017-01-22 Thread Fabio Castelli
Date: Sunday, January 22, 2017 @ 23:24:04
  Author: muflone
Revision: 208449

archrelease: copy trunk to community-testing-any

Added:
  python-qtawesome/repos/community-testing-any/
  python-qtawesome/repos/community-testing-any/PKGBUILD
(from rev 208448, python-qtawesome/trunk/PKGBUILD)

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

Copied: python-qtawesome/repos/community-testing-any/PKGBUILD (from rev 208448, 
python-qtawesome/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-01-22 23:24:04 UTC (rev 208449)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtawesome'
+_pkgbase='qtawesome'
+pkgname=('python-qtawesome' 'python2-qtawesome')
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='Iconic fonts in PyQt and PySide applications'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${pkgbase}/";
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz";)
+sha256sums=('dc4c954740bb7f73c64be4633d258f04c8329d242962f0f6c09c71de72eb757c')
+
+package_python2-qtawesome() {
+  depends=('python2')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtawesome() {
+  depends=('python')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py build
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (6 files)

2017-01-22 Thread Fabio Castelli
Date: Sunday, January 22, 2017 @ 23:22:53
  Author: muflone
Revision: 208448

new package python-qtawesome 0.4.3-1

Added:
  python-qtawesome/
  python-qtawesome/repos/
  python-qtawesome/trunk/
  python-qtawesome/trunk/PKGBUILD
Modified:
  spyder/trunk/PKGBUILD
  spyder/trunk/python2.patch

-+
 python-qtawesome/trunk/PKGBUILD |   36 +
 spyder/trunk/PKGBUILD   |   46 +++---
 spyder/trunk/python2.patch  |   46 ++
 3 files changed, 77 insertions(+), 51 deletions(-)

Added: python-qtawesome/trunk/PKGBUILD
===
--- python-qtawesome/trunk/PKGBUILD (rev 0)
+++ python-qtawesome/trunk/PKGBUILD 2017-01-22 23:22:53 UTC (rev 208448)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtawesome'
+_pkgbase='qtawesome'
+pkgname=('python-qtawesome' 'python2-qtawesome')
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='Iconic fonts in PyQt and PySide applications'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${pkgbase}/";
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz";)
+sha256sums=('dc4c954740bb7f73c64be4633d258f04c8329d242962f0f6c09c71de72eb757c')
+
+package_python2-qtawesome() {
+  depends=('python2')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtawesome() {
+  depends=('python')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py build
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


Property changes on: python-qtawesome/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: spyder/trunk/PKGBUILD
===
--- spyder/trunk/PKGBUILD   2017-01-22 22:41:57 UTC (rev 208447)
+++ spyder/trunk/PKGBUILD   2017-01-22 23:22:53 UTC (rev 208448)
@@ -5,8 +5,8 @@
 
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
-pkgver=2.3.9
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')
@@ -13,30 +13,32 @@
 url='https://github.com/spyder-ide/spyder/'
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz";
-"python2.patch")
-sha256sums=('8343147e98d3e6e93090cc51d0d4d03ea6f4d7e3a26defe37236eb3f36780868'
-'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
+"python2.patch"
+"python2-pep8.patch"
+"python3-pep8.patch")
+sha256sums=('491347da4675fc8f8107ddbc5a0cdf8d2d0a8be6fad0cbb308d747dc3fd36d57'
+'4fb415fb358371da4a8b9524712de9338d391eed3bdabc5e217cf54f558771b5'
+'dbebf909bf59027d22247e3e3c1736b5ec9337a879358f8117a967bb03e913b2'
+'f4eba4c414e655f0f2797e9864aa199607a6706f6b245aca56a54b250febc382')
 
 package_spyder() {
   pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'ipython2-notebook'
+  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
+   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
+   'ipython2-notebook'
+   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
'icu' 'gtk-update-icon-cache')
-  optdepends=('python2-pylint: powerful code analysis'
-  'python2-rope: editor code completion, calltips and 
go-to-definition'
-  'python2-sphinx: rich text help on the object inspector'
-  'python2-numpy: N-dimensional arrays'
+  optdepends=('python2-numpy: N-dimensional arrays'
   'python2-scipy: signal/image processing'
-  'python2-psutil: memory/CPU usage in the status bar'
   'python2-h5py: HDF5 support'
   'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-pep8: real-time code style analysis'
   'python2-sympy: symbolic mathematics for the IPython console'
-  'python2-jedi: editor code completion, cal

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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 22:41:57
  Author: arojas
Revision: 208447

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

Added:
  rapidsvn/repos/community-i686/PKGBUILD
(from rev 208446, rapidsvn/trunk/PKGBUILD)
  rapidsvn/repos/community-i686/rapidsvn-subversion1.9.patch
(from rev 208446, rapidsvn/trunk/rapidsvn-subversion1.9.patch)
  rapidsvn/repos/community-i686/rapidsvn-wx3.0.patch
(from rev 208446, rapidsvn/trunk/rapidsvn-wx3.0.patch)
  rapidsvn/repos/community-i686/rapidsvn.desktop
(from rev 208446, rapidsvn/trunk/rapidsvn.desktop)
  rapidsvn/repos/community-x86_64/PKGBUILD
(from rev 208446, rapidsvn/trunk/PKGBUILD)
  rapidsvn/repos/community-x86_64/rapidsvn-subversion1.9.patch
(from rev 208446, rapidsvn/trunk/rapidsvn-subversion1.9.patch)
  rapidsvn/repos/community-x86_64/rapidsvn-wx3.0.patch
(from rev 208446, rapidsvn/trunk/rapidsvn-wx3.0.patch)
  rapidsvn/repos/community-x86_64/rapidsvn.desktop
(from rev 208446, rapidsvn/trunk/rapidsvn.desktop)
Deleted:
  rapidsvn/repos/community-i686/PKGBUILD
  rapidsvn/repos/community-i686/rapidsvn.desktop
  rapidsvn/repos/community-x86_64/PKGBUILD
  rapidsvn/repos/community-x86_64/rapidsvn.desktop

---+
 /PKGBUILD |  108 
 /rapidsvn.desktop |   20 ++
 community-i686/PKGBUILD   |   45 -
 community-i686/rapidsvn-subversion1.9.patch   |  148 +
 community-i686/rapidsvn-wx3.0.patch   |  203 
 community-i686/rapidsvn.desktop   |   10 -
 community-x86_64/PKGBUILD |   45 -
 community-x86_64/rapidsvn-subversion1.9.patch |  148 +
 community-x86_64/rapidsvn-wx3.0.patch |  203 
 community-x86_64/rapidsvn.desktop |   10 -
 10 files changed, 830 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 22:41:19 UTC (rev 208446)
+++ community-i686/PKGBUILD 2017-01-22 22:41:57 UTC (rev 208447)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Angel 'angvp' Velasquez 
-# Contributor: AqD 
-# Contributor: TheMadsen 
-
-pkgname=rapidsvn
-pkgver=0.12.1
-pkgrel=7
-pkgdesc="A cross-platform GUI front-end for the Subversion revision system 
written in C++ using the wxWidgets framework."
-url='http://rapidsvn.tigris.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('subversion' 'wxgtk2.8')
-makedepends=('python2' 'automake' 'libtool')
-source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
-   $pkgname.desktop)
-md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b'
- '349e6d9729f88868902611bb1172f134')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./autogen.sh
-
-  sed -i 's#src/tests/svncpp/Makefile##' configure
-  [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \
---with-apu-config="`which apu-1-config`" \
---with-apr-config="`which apr-1-config`" \
---with-wx-config="`which wx-config-2.8`"
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py
-  sed -i 's|python|python2|' src/locale/Makefile
-
-  make -k
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 src/res/bitmaps/rapidsvn_32x32.xpm 
$pkgdir/usr/share/pixmaps/rapidsvn_32x32.xpm
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-}

Copied: rapidsvn/repos/community-i686/PKGBUILD (from rev 208446, 
rapidsvn/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 22:41:57 UTC (rev 208447)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Angel 'angvp' Velasquez 
+# Contributor: AqD 
+# Contributor: TheMadsen 
+
+pkgname=rapidsvn
+pkgver=0.12.1
+pkgrel=8
+pkgdesc="A cross-platform GUI front-end for the Subversion revision system 
written in C++ using the wxWidgets framework."
+url='http://rapidsvn.tigris.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('subversion' 'wxgtk')
+makedepends=('python2' 'automake' 'libtool')
+source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
+   $pkgname.desktop rapidsvn-wx3.0.patch rapidsvn-subversion1.9.patch)
+md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b'
+ '349e6d9729f88868902611bb1172f134'
+ '44cdc7e987496e9e331f3dd5b5a871d4'
+ '0ffd1fd1fed7ff53578afe92730c80bc')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with WxGTK 3 (Debian)
+  patch -p1 -i ../rapidsvn-wx3.0.patch
+# Fix build with subversion 1.9 (Debian)
+  patch -p1 -i ../rapidsvn-subversion1.9.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  autoreconf -vi
+
+  sed -i 's#src/tes

[arch-commits] Commit in rapidsvn/trunk (3 files)

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 22:41:19
  Author: arojas
Revision: 208446

Build with WxGTK 3

Added:
  rapidsvn/trunk/rapidsvn-subversion1.9.patch
  rapidsvn/trunk/rapidsvn-wx3.0.patch
Modified:
  rapidsvn/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++-
 rapidsvn-subversion1.9.patch |  148 +
 rapidsvn-wx3.0.patch |  203 +
 3 files changed, 367 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 22:08:49 UTC (rev 208445)
+++ PKGBUILD2017-01-22 22:41:19 UTC (rev 208446)
@@ -6,28 +6,37 @@
 
 pkgname=rapidsvn
 pkgver=0.12.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A cross-platform GUI front-end for the Subversion revision system 
written in C++ using the wxWidgets framework."
 url='http://rapidsvn.tigris.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('subversion' 'wxgtk2.8')
+depends=('subversion' 'wxgtk')
 makedepends=('python2' 'automake' 'libtool')
 
source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
-   $pkgname.desktop)
+   $pkgname.desktop rapidsvn-wx3.0.patch rapidsvn-subversion1.9.patch)
 md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b'
- '349e6d9729f88868902611bb1172f134')
+ '349e6d9729f88868902611bb1172f134'
+ '44cdc7e987496e9e331f3dd5b5a871d4'
+ '0ffd1fd1fed7ff53578afe92730c80bc')
 
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with WxGTK 3 (Debian)
+  patch -p1 -i ../rapidsvn-wx3.0.patch
+# Fix build with subversion 1.9 (Debian)
+  patch -p1 -i ../rapidsvn-subversion1.9.patch
+}
+
 build() {
   cd "$srcdir"/$pkgname-$pkgver
 
-  ./autogen.sh
+  autoreconf -vi
 
   sed -i 's#src/tests/svncpp/Makefile##' configure
   [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \
 --with-apu-config="`which apu-1-config`" \
---with-apr-config="`which apr-1-config`" \
---with-wx-config="`which wx-config-2.8`"
+--with-apr-config="`which apr-1-config`"
 
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py
   sed -i 's|python|python2|' src/locale/Makefile

Added: rapidsvn-subversion1.9.patch
===
--- rapidsvn-subversion1.9.patch(rev 0)
+++ rapidsvn-subversion1.9.patch2017-01-22 22:41:19 UTC (rev 208446)
@@ -0,0 +1,148 @@
+Description: Fix FTBFS with newer subversion
+Origin: https://github.com/RapidSVN/RapidSVN/issues/6
+Bug-Debian: #796450
+Forwarded: not-needed
+Applied-Upstream: 
https://github.com/jsonn/pkgsrc/commit/9a2dbd9a13f94539cebf27d9de18a8014323c87a
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- rapidsvn-0.12.1/src/svncpp/client_ls.cpp.old   2012-06-28 
13:39:33.0 +0700
 rapidsvn-0.12.1/src/svncpp/client_ls.cpp   2016-01-05 07:13:33.309097969 
+0700
+@@ -29,6 +29,7 @@
+ #include "svn_client.h"
+ #include "svn_path.h"
+ #include "svn_sorts.h"
++#include "svn_version.h"
+ //#include "svn_utf.h"
+ 
+ // svncpp
+@@ -37,6 +38,8 @@
+ #include "svncpp/exception.hpp"
+ 
+ 
++#if SVN_VER_MAJOR == 1 && SVN_VER_MINOR < 8
++
+ static int
+ compare_items_as_paths(const svn_sort__item_t *a, const svn_sort__item_t *b)
+ {
+@@ -90,8 +93,75 @@
+   }
+ }
+ 
++#else
++
++#include 
++
++static svn_error_t* store_entry(
++void *baton,
++const char *path,
++const svn_dirent_t *dirent,
++const svn_lock_t *,
++const char *abs_path,
++const char *,
++const char *,
++apr_pool_t *scratch_pool)
++{
++  svn::DirEntries *entries = reinterpret_cast(baton);
++  if (path[0] == '\0') {
++if (dirent->kind == svn_node_file) {
++  // for compatibility with svn_client_ls behaviour, listing a file
++  // stores that file name
++  entries->push_back(svn::DirEntry(svn_path_basename(abs_path, 
scratch_pool), dirent));
++}
++  } else {
++entries->push_back(svn::DirEntry(path, dirent));
++  }
++  return SVN_NO_ERROR;
++}
++
++static bool sort_by_path(svn::DirEntry const& a, svn::DirEntry const& b)
++{
++  return svn_path_compare_paths(a.name(), b.name()) < 0;
++}
++
++namespace svn
++{
++  DirEntries
++  Client::list(const char * pathOrUrl,
++   svn_opt_revision_t * revision,
++   bool recurse) throw(ClientException)
++  {
++Pool pool;
++DirEntries entries;
++
++svn_error_t * error =
++  svn_client_list3(pathOrUrl,
++   revision,
++   revision,
++   SVN_DEPTH_INFINITY_OR_IMMEDIATES(recurse),
++   SVN_DIRENT_ALL,
++   FALSE, // fetch locks
++   FALSE, // include externals
++   &store_entry,
++   &entries,
++   *m_context,
++   pool);
++
++if (error != SVN_NO_ERRO

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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 22:08:49
  Author: arojas
Revision: 208445

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

Added:
  xchm/repos/community-i686/PKGBUILD
(from rev 208444, xchm/trunk/PKGBUILD)
  xchm/repos/community-i686/xchm-wx3.0-compat.patch
(from rev 208444, xchm/trunk/xchm-wx3.0-compat.patch)
  xchm/repos/community-i686/xchm.desktop
(from rev 208444, xchm/trunk/xchm.desktop)
  xchm/repos/community-i686/xchm.xml
(from rev 208444, xchm/trunk/xchm.xml)
  xchm/repos/community-x86_64/PKGBUILD
(from rev 208444, xchm/trunk/PKGBUILD)
  xchm/repos/community-x86_64/xchm-wx3.0-compat.patch
(from rev 208444, xchm/trunk/xchm-wx3.0-compat.patch)
  xchm/repos/community-x86_64/xchm.desktop
(from rev 208444, xchm/trunk/xchm.desktop)
  xchm/repos/community-x86_64/xchm.xml
(from rev 208444, xchm/trunk/xchm.xml)
Deleted:
  xchm/repos/community-i686/PKGBUILD
  xchm/repos/community-i686/xchm.desktop
  xchm/repos/community-i686/xchm.xml
  xchm/repos/community-x86_64/PKGBUILD
  xchm/repos/community-x86_64/xchm.desktop
  xchm/repos/community-x86_64/xchm.xml

--+
 /PKGBUILD|   82 +
 /xchm.desktop|   20 +++
 community-i686/PKGBUILD  |   34 
 community-i686/xchm-wx3.0-compat.patch   |   32 +++
 community-i686/xchm.desktop  |   10 ---
 community-x86_64/PKGBUILD|   34 
 community-x86_64/xchm-wx3.0-compat.patch |   32 +++
 community-x86_64/xchm.desktop|   10 ---
 8 files changed, 166 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 22:07:58 UTC (rev 208444)
+++ community-i686/PKGBUILD 2017-01-22 22:08:49 UTC (rev 208445)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=xchm
-pkgver=1.23
-pkgrel=4
-pkgdesc="A cross-platform GUI front-end to chmlib"
-arch=('i686' 'x86_64')
-url="http://xchm.sourceforge.net/";
-license=('GPL')
-depends=('chmlib' 'wxgtk2.8' 'desktop-file-utils')
-source=("http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz";
-'xchm.desktop'
-'xchm.xml')
-md5sums=('486d029bd81071a2d04e7181909b1602'
- '31fb9692b9ee9f2a205f58b9ff4bc4fe'
- '4102b0a393f5c60236143cc034664dd0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-  #export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
-  ./configure --prefix=/usr --with-wx-config=wx-config-2.8
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/xchm.desktop 
"${pkgdir}/usr/share/applications/xchm.desktop"
-  install -D -m644 ${srcdir}/xchm.xml 
"${pkgdir}/usr/share/mime/packages/xchm.xml"
-}

Copied: xchm/repos/community-i686/PKGBUILD (from rev 208444, 
xchm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 22:08:49 UTC (rev 208445)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=xchm
+pkgver=1.23
+pkgrel=5
+pkgdesc="A cross-platform GUI front-end to chmlib"
+arch=('i686' 'x86_64')
+url="http://xchm.sourceforge.net/";
+license=('GPL')
+depends=('chmlib' 'wxgtk')
+source=("http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz";
+'xchm.desktop'
+'xchm.xml'
+xchm-wx3.0-compat.patch)
+md5sums=('486d029bd81071a2d04e7181909b1602'
+ '31fb9692b9ee9f2a205f58b9ff4bc4fe'
+ '4102b0a393f5c60236143cc034664dd0'
+ '80fa0eec2acb73860ccadff21aa5c71c')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with WxGTK 3 (Debian)
+  patch -p1 -i ../xchm-wx3.0-compat.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/xchm.desktop 
"${pkgdir}/usr/share/applications/xchm.desktop"
+  install -D -m644 ${srcdir}/xchm.xml 
"${pkgdir}/usr/share/mime/packages/xchm.xml"
+}

Copied: xchm/repos/community-i686/xchm-wx3.0-compat.patch (from rev 208444, 
xchm/trunk/xchm-wx3.0-compat.patch)
===
--- community-i686/xchm-wx3.0-compat.patch  (rev 0)
+++ community-i686/xchm-wx3.0-compat.patch  2017-01-22 22:08:49 UTC (rev 
208445)
@@ -0,0 +1,32 @@
+Description: Fix code to compile with wxwidgets 3.0
+ Drops support for wx < 2.7, which is just not relevant now.  And in fact
+ configure.ac checks for at least 2.8.0.
+Author: Olly Betts 
+Last-Update: 2014-03-07
+
+--- xchm-1.23.orig/sr

[arch-commits] Commit in xchm/trunk (PKGBUILD xchm-wx3.0-compat.patch)

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 22:07:58
  Author: arojas
Revision: 208444

Port to WxGTK 3

Added:
  xchm/trunk/xchm-wx3.0-compat.patch
Modified:
  xchm/trunk/PKGBUILD

-+
 PKGBUILD|   23 +++
 xchm-wx3.0-compat.patch |   32 
 2 files changed, 47 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 21:10:58 UTC (rev 208443)
+++ PKGBUILD2017-01-22 22:07:58 UTC (rev 208444)
@@ -3,30 +3,37 @@
 
 pkgname=xchm
 pkgver=1.23
-pkgrel=4
+pkgrel=5
 pkgdesc="A cross-platform GUI front-end to chmlib"
 arch=('i686' 'x86_64')
 url="http://xchm.sourceforge.net/";
 license=('GPL')
-depends=('chmlib' 'wxgtk2.8' 'desktop-file-utils')
+depends=('chmlib' 'wxgtk')
 
source=("http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz";
 'xchm.desktop'
-'xchm.xml')
+'xchm.xml'
+xchm-wx3.0-compat.patch)
 md5sums=('486d029bd81071a2d04e7181909b1602'
  '31fb9692b9ee9f2a205f58b9ff4bc4fe'
- '4102b0a393f5c60236143cc034664dd0')
+ '4102b0a393f5c60236143cc034664dd0'
+ '80fa0eec2acb73860ccadff21aa5c71c')
 
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with WxGTK 3 (Debian)
+  patch -p1 -i ../xchm-wx3.0-compat.patch
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-  #export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
-  ./configure --prefix=/usr --with-wx-config=wx-config-2.8
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/xchm.desktop 
"${pkgdir}/usr/share/applications/xchm.desktop"

Added: xchm-wx3.0-compat.patch
===
--- xchm-wx3.0-compat.patch (rev 0)
+++ xchm-wx3.0-compat.patch 2017-01-22 22:07:58 UTC (rev 208444)
@@ -0,0 +1,32 @@
+Description: Fix code to compile with wxwidgets 3.0
+ Drops support for wx < 2.7, which is just not relevant now.  And in fact
+ configure.ac checks for at least 2.8.0.
+Author: Olly Betts 
+Last-Update: 2014-03-07
+
+--- xchm-1.23.orig/src/chmframe.cpp
 xchm-1.23/src/chmframe.cpp
+@@ -265,11 +265,7 @@ void CHMFrame::OnChangeFonts(wxCommandEv
+   enu.EnumerateFacenames();
+   _normalFonts = new wxArrayString;
+ 
+-#if wxMAJOR_VERSION == 2 && wxMINOR_VERSION >= 7
+   *_normalFonts = enu.GetFacenames();
+-#else
+-  *_normalFonts = *enu.GetFacenames();
+-#endif
+   _normalFonts->Sort();
+   }
+ 
+@@ -278,11 +274,7 @@ void CHMFrame::OnChangeFonts(wxCommandEv
+   enu.EnumerateFacenames(wxFONTENCODING_SYSTEM, TRUE);
+   _fixedFonts = new wxArrayString;
+ 
+-#if wxMAJOR_VERSION == 2 && wxMINOR_VERSION >= 7
+   *_fixedFonts = enu.GetFacenames();
+-#else
+-  *_fixedFonts = *enu.GetFacenames();
+-#endif
+   _fixedFonts->Sort();
+   }
+ 


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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 21:10:58
  Author: arojas
Revision: 208443

cdrkit -> cdrtools

Modified:
  mythplugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 21:02:43 UTC (rev 208442)
+++ PKGBUILD2017-01-22 21:10:58 UTC (rev 208443)
@@ -19,7 +19,7 @@
 arch=('i686' 'x86_64')
 url="http://www.mythtv.org";
 license=('GPL')
-makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
+makedepends=('cdrtools' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
  'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv'
  'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
  'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
@@ -55,7 +55,7 @@
 
 package_mythplugins-mytharchive() {
   pkgdesc="Create DVDs or archive recorded shows in MythTV"
-  depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'mythtv'
+  depends=('cdrtools' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'mythtv'
'python2-pillow')
 
   cd "$srcdir/mythtv-$pkgver/$pkgbase/mytharchive"


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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 21:05:58
  Author: arojas
Revision: 287137

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

Added:
  appstream/repos/extra-i686/PKGBUILD
(from rev 287136, appstream/trunk/PKGBUILD)
  appstream/repos/extra-i686/update-appstream-index.hook
(from rev 287136, appstream/trunk/update-appstream-index.hook)
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 287136, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-index.hook
(from rev 287136, appstream/trunk/update-appstream-index.hook)
Deleted:
  appstream/repos/extra-i686/PKGBUILD
  appstream/repos/extra-i686/update-appstream-index.hook
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-index.hook

--+
 /PKGBUILD|  108 +
 /update-appstream-index.hook |   34 +
 extra-i686/PKGBUILD  |   54 --
 extra-i686/update-appstream-index.hook   |   17 
 extra-x86_64/PKGBUILD|   54 --
 extra-x86_64/update-appstream-index.hook |   17 
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-22 21:05:26 UTC (rev 287136)
+++ extra-i686/PKGBUILD 2017-01-22 21:05:58 UTC (rev 287137)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.10.5
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream";
-license=(GPL)
-depends=(libyaml libxml2 protobuf libstemmer glib2)
-makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base itstool)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-index.hook)
-sha256sums=('340281ca5a17a7157a40bdb0531562f2920b089f7c8b54e91321c2a3032aa46a'
-'SKIP'
-'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver \
-   -DQT=ON \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-index.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build/qt
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream/repos/extra-i686/PKGBUILD (from rev 287136, 
appstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-22 21:05:58 UTC (rev 287137)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.10.6
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream";
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-index.hook)
+sha256sums=('fed48f8f5c031203222e6cf53988e1db1c0bc51ce3e467f76d20b4c55a74dddc'
+'SKIP'
+'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver \
+   -DQT=ON \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+  
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 "$srcdir"/update-appstream-index.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream qt5-base)
+
+  cd build/qt
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/update-appstream-index.hook
===
--- ex

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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 21:05:26
  Author: arojas
Revision: 287136

Update to 0.10.6

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 20:54:08 UTC (rev 287135)
+++ PKGBUILD2017-01-22 21:05:26 UTC (rev 287136)
@@ -5,17 +5,17 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.5
+pkgver=0.10.6
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream";
 license=(GPL)
-depends=(libyaml libxml2 protobuf libstemmer glib2)
-makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base itstool)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base 
itstool)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-index.hook)
-sha256sums=('340281ca5a17a7157a40bdb0531562f2920b089f7c8b54e91321c2a3032aa46a'
+sha256sums=('fed48f8f5c031203222e6cf53988e1db1c0bc51ce3e467f76d20b4c55a74dddc'
 'SKIP'
 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 21:02:43
  Author: arojas
Revision: 208442

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 21:02:14 UTC (rev 208441)
+++ community-i686/PKGBUILD 2017-01-22 21:02:43 UTC (rev 208442)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=eclib
-pkgver=20161230
-pkgrel=3
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/";
-license=(GPL)
-depends=(flint pari boost-libs)
-makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
-md5sums=('1005d7caf7f12c46dab0e76d0d203cd5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-i686/PKGBUILD (from rev 208441, 
eclib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 21:02:43 UTC (rev 208442)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20170122
+pkgrel=1
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/";
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
+md5sums=('7cf4318880d8b3d1b09968dde59b8d25')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-22 21:02:14 UTC (rev 208441)
+++ community-x86_64/PKGBUILD   2017-01-22 21:02:43 UTC (rev 208442)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=eclib
-pkgver=20161230
-pkgrel=3
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(i686 x86_64)
-url="https://github.com/JohnCremona/eclib/";
-license=(GPL)
-depends=(flint pari boost-libs)
-makedepends=(boost)
-source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
-md5sums=('1005d7caf7f12c46dab0e76d0d203cd5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-x86_64/PKGBUILD (from rev 208441, 
eclib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-22 21:02:43 UTC (rev 208442)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20170122
+pkgrel=1
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/";
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
+md5sums=('7cf4318880d8b3d1b09968dde59b8d25')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 21:02:14
  Author: arojas
Revision: 208441

Update to 20170122

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 19:51:41 UTC (rev 208440)
+++ PKGBUILD2017-01-22 21:02:14 UTC (rev 208441)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=eclib
-pkgver=20161230
-pkgrel=3
+pkgver=20170122
+pkgrel=1
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(i686 x86_64)
 url="https://github.com/JohnCremona/eclib/";
@@ -11,7 +11,7 @@
 depends=(flint pari boost-libs)
 makedepends=(boost)
 source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
-md5sums=('1005d7caf7f12c46dab0e76d0d203cd5')
+md5sums=('7cf4318880d8b3d1b09968dde59b8d25')
 
 build() {
   cd $pkgname-$pkgver


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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 20:54:08
  Author: arojas
Revision: 287135

cdrkit -> cdrtools

Modified:
  k3b/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 20:53:31 UTC (rev 287134)
+++ PKGBUILD2017-01-22 20:54:08 UTC (rev 287135)
@@ -10,7 +10,7 @@
 url="http://sourceforge.net/projects/k3b/";
 license=('GPL')
 depends=('kdebase-runtime' 'libkcddb4' 'libsamplerate' 'libmad'
- 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft')
+ 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrtools' 'libxft')
 makedepends=('cmake' 'automoc4' 'docbook-xml')
 optdepends=('dvd+rw-tools: for dvd burning support'
 'vcdimager: for vcd burning support'


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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 20:53:31
  Author: arojas
Revision: 287134

cdrkit -> cdrtools

Modified:
  kdenlive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 19:02:30 UTC (rev 287133)
+++ PKGBUILD2017-01-22 20:53:31 UTC (rev 287134)
@@ -16,7 +16,7 @@
 depends=(knewstuff knotifyconfig kded kfilemetadata qt5-webkit mlt glu 
sdl_image hicolor-icon-theme qt5-quickcontrols)
 makedepends=(extra-cmake-modules kdoctools v4l-utils python)
 optdepends=('ffmpeg: for FFmpeg plugin'
-'cdrkit: for creation of DVD ISO images'
+'cdrtools: for creation of DVD ISO images'
 'dvdauthor: for creation of DVD'
 'dvgrab: for firewire capture'
 'libdv: for webcam capture (if FFmpeg is not installed)'


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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 19:51:33
  Author: bgyorgy
Revision: 208439

upgpkg: gmtk 1.0.9-3

Use new upstream source

Modified:
  gmtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 19:47:03 UTC (rev 208438)
+++ PKGBUILD2017-01-22 19:51:33 UTC (rev 208439)
@@ -3,15 +3,15 @@
 
 pkgname=gmtk
 pkgver=1.0.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
 arch=('i686' 'x86_64')
-url='http://gmtk.googlecode.com/'
+url='https://sites.google.com/site/kdekorte2/gmtk'
 license=('GPL')
 depends=('glib2' 'gtk3' 'dconf')
-makedepends=('intltool' 'pkg-config')
-source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('9184658014ca7b325b569ac7417e4860')
+makedepends=('intltool')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kdekorte/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('2c893a371e3debeadf0f37a42040f5b4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 19:51:41
  Author: bgyorgy
Revision: 208440

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 19:51:33 UTC (rev 208439)
+++ community-i686/PKGBUILD 2017-01-22 19:51:41 UTC (rev 208440)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-
-pkgname=gmtk
-pkgver=1.0.9
-pkgrel=2
-pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
-arch=('i686' 'x86_64')
-url='http://gmtk.googlecode.com/'
-license=('GPL')
-depends=('glib2' 'gtk3' 'dconf')
-makedepends=('intltool' 'pkg-config')
-source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('9184658014ca7b325b569ac7417e4860')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags gtk+-3.0)"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk3
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gmtk/repos/community-i686/PKGBUILD (from rev 208439, 
gmtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 19:51:41 UTC (rev 208440)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=gmtk
+pkgver=1.0.9
+pkgrel=3
+pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
+arch=('i686' 'x86_64')
+url='https://sites.google.com/site/kdekorte2/gmtk'
+license=('GPL')
+depends=('glib2' 'gtk3' 'dconf')
+makedepends=('intltool')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kdekorte/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('2c893a371e3debeadf0f37a42040f5b4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags gtk+-3.0)"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk3
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-22 19:51:33 UTC (rev 208439)
+++ community-x86_64/PKGBUILD   2017-01-22 19:51:41 UTC (rev 208440)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-
-pkgname=gmtk
-pkgver=1.0.9
-pkgrel=2
-pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
-arch=('i686' 'x86_64')
-url='http://gmtk.googlecode.com/'
-license=('GPL')
-depends=('glib2' 'gtk3' 'dconf')
-makedepends=('intltool' 'pkg-config')
-source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('9184658014ca7b325b569ac7417e4860')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags gtk+-3.0)"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk3
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gmtk/repos/community-x86_64/PKGBUILD (from rev 208439, 
gmtk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-22 19:51:41 UTC (rev 208440)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=gmtk
+pkgver=1.0.9
+pkgrel=3
+pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
+arch=('i686' 'x86_64')
+url='https://sites.google.com/site/kdekorte2/gmtk'
+license=('GPL')
+depends=('glib2' 'gtk3' 'dconf')
+makedepends=('intltool')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kdekorte/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('2c893a371e3debeadf0f37a42040f5b4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags gtk+-3.0)"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk3
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 19:46:55
  Author: bgyorgy
Revision: 208437

upgpkg: gnome-mplayer 1.0.9-4

Use new upstream source

Modified:
  gnome-mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 19:38:33 UTC (rev 208436)
+++ PKGBUILD2017-01-22 19:46:55 UTC (rev 208437)
@@ -4,16 +4,16 @@
 
 pkgname=gnome-mplayer
 pkgver=1.0.9
-pkgrel=3
+pkgrel=4
 pkgdesc='A simple MPlayer GUI.'
 arch=('i686' 'x86_64')
-url='http://gnome-mplayer.googlecode.com/'
+url='https://sites.google.com/site/kdekorte2/gnomemplayer'
 license=('GPL')
-depends=('mplayer' 'dbus-glib' 'libnotify' 'hicolor-icon-theme' 'dconf' 'gmtk')
+depends=('mplayer' 'dbus-glib' 'libnotify' 'gmtk')
 makedepends=('nautilus' 'nemo' 'caja' 'gconf')
-source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kdekorte/${pkgname}/archive/v${pkgver}.tar.gz";
 "caja.patch")
-md5sums=('26c3ab335b6fcdda220b05c977f5b0f1'
+md5sums=('b8cd76d54fef7e2a18484b8721fbcb94'
  '60e40a9a3de78f82a99582bc70aa9f91')
 
 prepare() {


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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 19:47:03
  Author: bgyorgy
Revision: 208438

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

Added:
  gnome-mplayer/repos/community-i686/PKGBUILD
(from rev 208437, gnome-mplayer/trunk/PKGBUILD)
  gnome-mplayer/repos/community-i686/caja.patch
(from rev 208437, gnome-mplayer/trunk/caja.patch)
  gnome-mplayer/repos/community-x86_64/PKGBUILD
(from rev 208437, gnome-mplayer/trunk/PKGBUILD)
  gnome-mplayer/repos/community-x86_64/caja.patch
(from rev 208437, gnome-mplayer/trunk/caja.patch)
Deleted:
  gnome-mplayer/repos/community-i686/PKGBUILD
  gnome-mplayer/repos/community-i686/caja.patch
  gnome-mplayer/repos/community-x86_64/PKGBUILD
  gnome-mplayer/repos/community-x86_64/caja.patch

-+
 /PKGBUILD   |   80 ++
 /caja.patch |  482 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/caja.patch   |  241 -
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/caja.patch |  241 -
 6 files changed, 562 insertions(+), 562 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 19:46:55 UTC (rev 208437)
+++ community-i686/PKGBUILD 2017-01-22 19:47:03 UTC (rev 208438)
@@ -1,40 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Allan McRae 
-# Contributor: Daniel J Griffiths 
-
-pkgname=gnome-mplayer
-pkgver=1.0.9
-pkgrel=3
-pkgdesc='A simple MPlayer GUI.'
-arch=('i686' 'x86_64')
-url='http://gnome-mplayer.googlecode.com/'
-license=('GPL')
-depends=('mplayer' 'dbus-glib' 'libnotify' 'hicolor-icon-theme' 'dconf' 'gmtk')
-makedepends=('nautilus' 'nemo' 'caja' 'gconf')
-source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";
-"caja.patch")
-md5sums=('26c3ab335b6fcdda220b05c977f5b0f1'
- '60e40a9a3de78f82a99582bc70aa9f91')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np0 -i "${srcdir}/caja.patch"
-  autoreconf -fi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-install
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  sed -i 's@Exec=gnome-mplayer %U@Exec=gnome-mplayer %F@' \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: gnome-mplayer/repos/community-i686/PKGBUILD (from rev 208437, 
gnome-mplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 19:47:03 UTC (rev 208438)
@@ -0,0 +1,40 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: Daniel J Griffiths 
+
+pkgname=gnome-mplayer
+pkgver=1.0.9
+pkgrel=4
+pkgdesc='A simple MPlayer GUI.'
+arch=('i686' 'x86_64')
+url='https://sites.google.com/site/kdekorte2/gnomemplayer'
+license=('GPL')
+depends=('mplayer' 'dbus-glib' 'libnotify' 'gmtk')
+makedepends=('nautilus' 'nemo' 'caja' 'gconf')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kdekorte/${pkgname}/archive/v${pkgver}.tar.gz";
+"caja.patch")
+md5sums=('b8cd76d54fef7e2a18484b8721fbcb94'
+ '60e40a9a3de78f82a99582bc70aa9f91')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np0 -i "${srcdir}/caja.patch"
+  autoreconf -fi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-install
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's@Exec=gnome-mplayer %U@Exec=gnome-mplayer %F@' \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}

Deleted: community-i686/caja.patch
===
--- community-i686/caja.patch   2017-01-22 19:46:55 UTC (rev 208437)
+++ community-i686/caja.patch   2017-01-22 19:47:03 UTC (rev 208438)
@@ -1,241 +0,0 @@
-Index: src/Makefile.am
-===
 src/Makefile.am(revision 2474)
-+++ src/Makefile.am(working copy)
-@@ -144,7 +144,34 @@
- 
- endif #HAVE_NEMO
- 
-+if HAVE_CAJA
- 
-+cajadir = $(CAJADIR)
-+caja_PROGRAMS = libgnome-mplayer-caja-properties-page.so
-+
-+libgnome_mplayer_caja_properties_page_so_SOURCES = \
-+../config.h \
-+mime_types.h \
-+caja_property_page.c \
-+property_page_common.c \
-+property_page_common.h
-+
-+libgnome_mplayer_caja_properties_page_so_CFLAGS = -fPIC \
-+$(CAJA_CFLAGS) \
-+  $(GTK_CFLAGS) \
-+$(GIO_CFLAGS) \
-+$(AM_CFLAGS)
-+
-+libgnome_mplayer_caja_properties_page_so_LDFLAGS = -shared
-+
-+libgnome_mplayer_caja_properties_page_so_LDADD = \
-+  $(CAJA_LIBS) \
-+  $(GTK_LIBS) \
-+  $(GMLIB_LIBS) \
-+  $(GIO_

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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 19:38:33
  Author: bgyorgy
Revision: 208436

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

Added:
  gecko-mediaplayer/repos/community-i686/PKGBUILD
(from rev 208435, gecko-mediaplayer/trunk/PKGBUILD)
  gecko-mediaplayer/repos/community-i686/np_loadds.patch
(from rev 208435, gecko-mediaplayer/trunk/np_loadds.patch)
  gecko-mediaplayer/repos/community-x86_64/PKGBUILD
(from rev 208435, gecko-mediaplayer/trunk/PKGBUILD)
  gecko-mediaplayer/repos/community-x86_64/np_loadds.patch
(from rev 208435, gecko-mediaplayer/trunk/np_loadds.patch)
Deleted:
  gecko-mediaplayer/repos/community-i686/PKGBUILD
  gecko-mediaplayer/repos/community-i686/np_loadds.patch
  gecko-mediaplayer/repos/community-x86_64/PKGBUILD
  gecko-mediaplayer/repos/community-x86_64/np_loadds.patch

--+
 /PKGBUILD|   76 +
 /np_loadds.patch |   32 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/np_loadds.patch   |   16 ---
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/np_loadds.patch |   16 ---
 6 files changed, 108 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 19:38:16 UTC (rev 208435)
+++ community-i686/PKGBUILD 2017-01-22 19:38:33 UTC (rev 208436)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Allan McRae 
-# Contributor: fancris3 
-# Contributor: Daniel J Griffiths 
-
-pkgname=gecko-mediaplayer
-pkgver=1.0.9
-pkgrel=2
-pkgdesc='Browser plugin that uses gnome-mplayer to play media in a web 
browser.'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/gecko-mediaplayer/'
-license=('GPL')
-depends=("gnome-mplayer>=${pkgver}" 'dbus-glib' 'gmtk' 'curl')
-makedepends=('xulrunner' 'pkgconfig')
-replaces=('mplayer-plugin')
-source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";
-"np_loadds.patch")
-md5sums=('69b50ecbbbf34ca6d980a477345dbd40'
- '224c865f5df059ef7ac1430889d66a1f')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # https://code.google.com/p/gecko-mediaplayer/issues/detail?id=191
-  patch -Np1 -i ../np_loadds.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --without-gconf 
--enable-new-libxul
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gecko-mediaplayer/repos/community-i686/PKGBUILD (from rev 208435, 
gecko-mediaplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 19:38:33 UTC (rev 208436)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: fancris3 
+# Contributor: Daniel J Griffiths 
+
+pkgname=gecko-mediaplayer
+pkgver=1.0.9
+pkgrel=3
+pkgdesc='Browser plugin that uses gnome-mplayer to play media in a web 
browser.'
+arch=('i686' 'x86_64')
+url='https://sites.google.com/site/kdekorte2/gecko-mediaplayer'
+license=('GPL')
+depends=("gnome-mplayer>=${pkgver}" 'dbus-glib' 'gmtk' 'curl')
+makedepends=('xulrunner')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kdekorte/${pkgname}/archive/v${pkgver}.tar.gz";
+"np_loadds.patch")
+md5sums=('a33121cb7490fc5e0554be349a9ba99a'
+ '224c865f5df059ef7ac1430889d66a1f')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # https://code.google.com/p/gecko-mediaplayer/issues/detail?id=191
+  patch -Np1 -i ../np_loadds.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/np_loadds.patch
===
--- community-i686/np_loadds.patch  2017-01-22 19:38:16 UTC (rev 208435)
+++ community-i686/np_loadds.patch  2017-01-22 19:38:33 UTC (rev 208436)
@@ -1,16 +0,0 @@
-Description: Define NP_LOADDS if it doesn't exist
-Author: Sebastian Ramacher 
-Last-Update: 2014-06-14
-
 gecko-mediaplayer-1.0.9.orig/src/npupp.h
-+++ gecko-mediaplayer-1.0.9/src/npupp.h
-@@ -63,6 +63,9 @@
- 
- #include "npruntime.h"
- 
-+#ifndef NP_LOADDS
-+#define NP_LOADDS
-+#endif
- 
- 
/**
-plug-in function table macros

Copied: gecko-mediaplayer/repos/community-i686/np_loadds.patch (from rev 
208435, gecko-mediaplayer/trunk/np_loadds.patch)
===
--- community-i686/np_loadds.patch  (rev 0)
+++

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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 19:38:16
  Author: bgyorgy
Revision: 208435

upgpkg: gecko-mediaplayer 1.0.9-3

Use new upstream source (FS#50212)

Modified:
  gecko-mediaplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 19:13:01 UTC (rev 208434)
+++ PKGBUILD2017-01-22 19:38:16 UTC (rev 208435)
@@ -6,17 +6,16 @@
 
 pkgname=gecko-mediaplayer
 pkgver=1.0.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Browser plugin that uses gnome-mplayer to play media in a web 
browser.'
 arch=('i686' 'x86_64')
-url='http://code.google.com/p/gecko-mediaplayer/'
+url='https://sites.google.com/site/kdekorte2/gecko-mediaplayer'
 license=('GPL')
 depends=("gnome-mplayer>=${pkgver}" 'dbus-glib' 'gmtk' 'curl')
-makedepends=('xulrunner' 'pkgconfig')
-replaces=('mplayer-plugin')
-source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";
+makedepends=('xulrunner')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kdekorte/${pkgname}/archive/v${pkgver}.tar.gz";
 "np_loadds.patch")
-md5sums=('69b50ecbbbf34ca6d980a477345dbd40'
+md5sums=('a33121cb7490fc5e0554be349a9ba99a'
  '224c865f5df059ef7ac1430889d66a1f')
 
 prepare() {
@@ -29,7 +28,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr --sysconfdir=/etc --without-gconf 
--enable-new-libxul
+  ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 


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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 19:13:01
  Author: bgyorgy
Revision: 208434

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

Added:
  ruby-gio2/repos/community-i686/PKGBUILD
(from rev 208433, ruby-gio2/trunk/PKGBUILD)
  ruby-gio2/repos/community-x86_64/PKGBUILD
(from rev 208433, ruby-gio2/trunk/PKGBUILD)
Deleted:
  ruby-gio2/repos/community-i686/PKGBUILD
  ruby-gio2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 19:12:35 UTC (rev 208433)
+++ community-i686/PKGBUILD 2017-01-22 19:13:01 UTC (rev 208434)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gio2
-pkgname=ruby-$_gemname
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('04d40e97cf223e7ae7e4daf918150bf76a9cc5b9')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gio2/repos/community-i686/PKGBUILD (from rev 208433, 
ruby-gio2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 19:13:01 UTC (rev 208434)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gio2
+pkgname=ruby-$_gemname
+pkgver=3.1.0
+pkgrel=2
+pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
+makedepends=(gobject-introspection)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('04d40e97cf223e7ae7e4daf918150bf76a9cc5b9')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-22 19:12:35 UTC (rev 208433)
+++ community-x86_64/PKGBUILD   2017-01-22 19:13:01 UTC (rev 208434)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gio2
-pkgname=ruby-$_gemname
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('04d40e97cf223e7ae7e4daf918150bf76a9cc5b9')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gio2/repos/community-x86_64/PKGBUILD (from rev 208433, 
ruby-gio2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-22 19:13:01 UTC (rev 208434)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gio2
+pkgname=ruby-$_gemname
+pkgver=3.1.0
+pkgrel=2
+pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
+makedepends=(gobject-introspection)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('04d40e97cf223e7ae7e4daf918150bf76a9cc5b9')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 19:12:35
  Author: bgyorgy
Revision: 208433

Add gobject-introspection to makedepends

Modified:
  ruby-gio2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 19:08:20 UTC (rev 208432)
+++ PKGBUILD2017-01-22 19:12:35 UTC (rev 208433)
@@ -9,6 +9,7 @@
 url='http://ruby-gnome2.sourceforge.jp/'
 license=(LGPL2.1)
 depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
+makedepends=(gobject-introspection)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)


[arch-commits] Commit in ruby-gobject-introspection/repos (4 files)

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 19:08:20
  Author: bgyorgy
Revision: 208432

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

Added:
  ruby-gobject-introspection/repos/community-i686/PKGBUILD
(from rev 208431, ruby-gobject-introspection/trunk/PKGBUILD)
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD
(from rev 208431, ruby-gobject-introspection/trunk/PKGBUILD)
Deleted:
  ruby-gobject-introspection/repos/community-i686/PKGBUILD
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 19:07:53 UTC (rev 208431)
+++ community-i686/PKGBUILD 2017-01-22 19:08:20 UTC (rev 208432)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gobject-introspection
-pkgname=ruby-$_gemname
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gobject-introspection ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('ce25a1c2707377ef9486e70734a37357632f522b')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gobject-introspection/repos/community-i686/PKGBUILD (from rev 
208431, ruby-gobject-introspection/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 19:08:20 UTC (rev 208432)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gobject-introspection
+pkgname=ruby-$_gemname
+pkgver=3.1.0
+pkgrel=3
+pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
+makedepends=(gobject-introspection)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('ce25a1c2707377ef9486e70734a37357632f522b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-22 19:07:53 UTC (rev 208431)
+++ community-x86_64/PKGBUILD   2017-01-22 19:08:20 UTC (rev 208432)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gobject-introspection
-pkgname=ruby-$_gemname
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gobject-introspection ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('ce25a1c2707377ef9486e70734a37357632f522b')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gobject-introspection/repos/community-x86_64/PKGBUILD (from rev 
208431, ruby-gobject-introspection/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-22 19:08:20 UTC (rev 208432)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gobject-introspection
+pkgname=ruby-$_gemname
+pkgver=3.1.0
+pkgrel=3
+pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
+makedepends=(gobject-introspection)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('ce25a1c2707377ef9486e70734a37357632f522b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdi

[arch-commits] Commit in ruby-gobject-introspection/trunk (PKGBUILD)

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 19:07:53
  Author: bgyorgy
Revision: 208431

upgpkg: ruby-gobject-introspection 3.1.0-3

Move gobject-introspection to makedepends (FS#50770)

Modified:
  ruby-gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 19:06:00 UTC (rev 208430)
+++ PKGBUILD2017-01-22 19:07:53 UTC (rev 208431)
@@ -3,12 +3,13 @@
 _gemname=gobject-introspection
 pkgname=ruby-$_gemname
 pkgver=3.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
 arch=(i686 x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
 license=(LGPL2.1)
-depends=(ruby gobject-introspection ruby-glib2=$pkgver)
+depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
+makedepends=(gobject-introspection)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)


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

2017-01-22 Thread Jan de Groot
Date: Sunday, January 22, 2017 @ 19:06:00
  Author: jgc
Revision: 208430

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

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

---+
 /PKGBUILD |  116 
 community-i686/PKGBUILD   |   57 -
 community-x86_64/PKGBUILD |   57 -
 3 files changed, 116 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 19:05:55 UTC (rev 208429)
+++ community-i686/PKGBUILD 2017-01-22 19:06:00 UTC (rev 208430)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a07
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/";
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('ea362a6a42d8aa0d5fc154d195f47926')
-
-build() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-check() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  make tests
-}
-
-package() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
-
-  # remove unneeded files that may cause conflicts
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
-  rm -rf "$pkgdir"/usr/share/man/man3
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
-  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd "$pkgdir"/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 208429, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 19:06:00 UTC (rev 208430)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=cdrtools
+pkgver=3.02a07
+pkgrel=2
+pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
+arch=('i686' 'x86_64')
+url="http://cdrecord.org/";
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+replaces=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+md5sums=('ea362a6a42d8aa0d5fc154d195f47926')
+
+build() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+check() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  make tests
+}
+
+package() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
+
+  # remove unneeded files that may cause conflicts
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
+  rm -rf "$pkgdir"/usr/share/man/man3
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
+  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd "$pkgdir"/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-22 19:05:55 UTC (rev 208429)
+++ community-x86_64/PKGBUILD   2017-01-22 19:06:00 UTC (rev 208430)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a07
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/";
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-opti

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

2017-01-22 Thread Jan de Groot
Date: Sunday, January 22, 2017 @ 19:05:55
  Author: jgc
Revision: 208429

upgpkg: cdrtools 3.02a07-2

Replace cdrkit

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 18:57:05 UTC (rev 208428)
+++ PKGBUILD2017-01-22 19:05:55 UTC (rev 208429)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=cdrtools
 pkgver=3.02a07
-pkgrel=1
+pkgrel=2
 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
 arch=('i686' 'x86_64')
 url="http://cdrecord.org/";
@@ -10,6 +10,7 @@
 depends=('acl' 'libcap')
 conflicts=('cdrkit')
 provides=('cdrkit')
+replaces=('cdrkit')
 options=(!makeflags)
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
 source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)


[arch-commits] Commit in (cdrkit)

2017-01-22 Thread Jan de Groot
Date: Sunday, January 22, 2017 @ 19:02:30
  Author: jgc
Revision: 287133

Replace with cdrtools

Deleted:
  cdrkit/


[arch-commits] Commit in (xv)

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 18:57:05
  Author: bgyorgy
Revision: 208428

Remove xv package (FS#50756)

It's a very old, unmaintained, shareware, closed source image viewer 
application. The last release was in 1994! We have a lot of better image 
viewers in the official repositories.

Deleted:
  xv/


[arch-commits] Commit in gnome-initial-setup/trunk (2 files)

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 18:47:26
  Author: bgyorgy
Revision: 208424

upgpkg: gnome-initial-setup 3.22.1-2

Use /run/gnome-initial-setup as home directory (FS#52580)

Modified:
  gnome-initial-setup/trunk/PKGBUILD
  gnome-initial-setup/trunk/gnome-initial-setup.install

-+
 PKGBUILD|2 +-
 gnome-initial-setup.install |7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 17:59:29 UTC (rev 208423)
+++ PKGBUILD2017-01-22 18:47:26 UTC (rev 208424)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-initial-setup
 pkgver=3.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple, easy, and safe way to prepare a new system"
 arch=('i686' 'x86_64')
 url="http://www.gnome.org/";

Modified: gnome-initial-setup.install
===
--- gnome-initial-setup.install 2017-01-22 17:59:29 UTC (rev 208423)
+++ gnome-initial-setup.install 2017-01-22 18:47:26 UTC (rev 208424)
@@ -1,10 +1,7 @@
 post_install() {
   getent passwd gnome-initial-setup > /dev/null 2>&1 && \
-usermod -L -c 'GNOME Initial Setup' -d /var/lib/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup > /dev/null 2>&1 || \
-useradd -rM -c 'GNOME Initial Setup' -d /var/lib/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup
-  mkdir -p /var/lib/gnome-initial-setup
-  chown gnome-initial-setup:gnome-initial-setup /var/lib/gnome-initial-setup
-  chmod 700 /var/lib/gnome-initial-setup
+usermod -L -c 'GNOME Initial Setup' -d /run/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup > /dev/null 2>&1 || \
+useradd -rM -c 'GNOME Initial Setup' -d /run/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup
 }
 
 post_upgrade() {


[arch-commits] Commit in gnome-initial-setup/repos (8 files)

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 18:47:33
  Author: bgyorgy
Revision: 208425

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

Added:
  gnome-initial-setup/repos/community-i686/PKGBUILD
(from rev 208424, gnome-initial-setup/trunk/PKGBUILD)
  gnome-initial-setup/repos/community-i686/gnome-initial-setup.install
(from rev 208424, gnome-initial-setup/trunk/gnome-initial-setup.install)
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
(from rev 208424, gnome-initial-setup/trunk/PKGBUILD)
  gnome-initial-setup/repos/community-x86_64/gnome-initial-setup.install
(from rev 208424, gnome-initial-setup/trunk/gnome-initial-setup.install)
Deleted:
  gnome-initial-setup/repos/community-i686/PKGBUILD
  gnome-initial-setup/repos/community-i686/gnome-initial-setup.install
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
  gnome-initial-setup/repos/community-x86_64/gnome-initial-setup.install

--+
 /PKGBUILD|   60 +
 /gnome-initial-setup.install |   18 +++
 community-i686/PKGBUILD  |   30 
 community-i686/gnome-initial-setup.install   |   12 -
 community-x86_64/PKGBUILD|   30 
 community-x86_64/gnome-initial-setup.install |   12 -
 6 files changed, 78 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 18:47:26 UTC (rev 208424)
+++ community-i686/PKGBUILD 2017-01-22 18:47:33 UTC (rev 208425)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=gnome-initial-setup
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="Simple, easy, and safe way to prepare a new system"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org/";
-license=('GPL')
-depends=('libnm-gtk' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather'
- 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
-makedepends=('intltool' 'python2')
-optdepends=('gdm: GDM Initial Setup mode'
-'gnome-getting-started-docs: GNOME Welcome Tour')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('56a663d84ab16854afbdd5ea852f0b76bb5e30829f14f3a224ea130c14825468')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-initial-setup/repos/community-i686/PKGBUILD (from rev 208424, 
gnome-initial-setup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 18:47:33 UTC (rev 208425)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-initial-setup
+pkgver=3.22.1
+pkgrel=2
+pkgdesc="Simple, easy, and safe way to prepare a new system"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/";
+license=('GPL')
+depends=('libnm-gtk' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather'
+ 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
+makedepends=('intltool' 'python2')
+optdepends=('gdm: GDM Initial Setup mode'
+'gnome-getting-started-docs: GNOME Welcome Tour')
+install=$pkgname.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('56a663d84ab16854afbdd5ea852f0b76bb5e30829f14f3a224ea130c14825468')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Deleted: community-i686/gnome-initial-setup.install
===
--- community-i686/gnome-initial-setup.install  2017-01-22 18:47:26 UTC (rev 
208424)
+++ community-i686/gnome-initial-setup.install  2017-01-22 18:47:33 UTC (rev 
208425)
@@ -1,12 +0,0 @@
-post_install() {
-  getent passwd gnome-initial-setup > /dev/null 2>&1 && \
-usermod -L -c 'GNOME Initial Setup' -d /var/lib/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup > /dev/null 2>&1 || \
-useradd -rM -c 'GNOME Initial Setup' -d /var/lib/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup
-  mkdir -p /var/lib/gnome-initial-setup
-  chown gnome-initial-setup:gnome-initial-setup /var/lib/gnome-initial-setup
-  chmod 700 /var/lib/gnome-initial-setup
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gnome-initial-setup/repos/community-i686/gnome-initial-setup.install 
(from rev 208424, gnome-init

[arch-commits] Commit in profont/repos/community-any (3 files)

2017-01-22 Thread Jaroslav Lichtblau
Date: Sunday, January 22, 2017 @ 17:59:29
  Author: jlichtblau
Revision: 208423

archrelease: copy trunk to community-any

Added:
  profont/repos/community-any/PKGBUILD
(from rev 208422, profont/trunk/PKGBUILD)
Deleted:
  profont/repos/community-any/PKGBUILD
  profont/repos/community-any/profont.install

-+
 PKGBUILD|   49 -
 profont.install |   15 ---
 2 files changed, 24 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-22 17:59:18 UTC (rev 208422)
+++ PKGBUILD2017-01-22 17:59:29 UTC (rev 208423)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Olivier Duclos 
-
-pkgname=profont
-pkgver=1
-pkgrel=4
-pkgdesc='A small bitmap font which is absolutely great for programming'
-arch=('any')
-url='http://tobiasjung.name/profont/'
-license=('MIT')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=$pkgname.install
-source=(profont-x11.zip::http://tobiasjung.name/downloadfile.php?file=${pkgname}-x11.zip)
-sha256sums=('99ab6ba0e48ea3cba2dee2bb0e1fafe0a4d60541ebc1a47a7cbdffee552c9ca7')
-
-package() {
-  cd "${srcdir}"/${pkgname}-x11
-
-  install -d "${pkgdir}"/usr/share/fonts/misc
-  install -m664 *.pcf "${pkgdir}"/usr/share/fonts/misc/
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: profont/repos/community-any/PKGBUILD (from rev 208422, 
profont/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-22 17:59:29 UTC (rev 208423)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Olivier Duclos 
+
+pkgname=profont
+pkgver=1
+pkgrel=5
+pkgdesc='A small bitmap font which is absolutely great for programming'
+arch=('any')
+url='http://tobiasjung.name/profont/'
+license=('MIT')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=(profont-x11.zip::http://tobiasjung.name/downloadfile.php?file=${pkgname}-x11.zip)
+sha256sums=('99ab6ba0e48ea3cba2dee2bb0e1fafe0a4d60541ebc1a47a7cbdffee552c9ca7')
+
+package() {
+  cd "${srcdir}"/${pkgname}-x11
+
+  install -d "${pkgdir}"/usr/share/fonts/misc
+  install -m664 *.pcf "${pkgdir}"/usr/share/fonts/misc/
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: profont.install
===
--- profont.install 2017-01-22 17:59:18 UTC (rev 208422)
+++ profont.install 2017-01-22 17:59:29 UTC (rev 208423)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/misc
-  mkfontdir /usr/share/fonts/misc
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2017-01-22 Thread Jaroslav Lichtblau
Date: Sunday, January 22, 2017 @ 17:59:18
  Author: jlichtblau
Revision: 208422

upgpkg: profont 1-5 - pacman hooks: fontconfig / xorg-mkfontdir

Modified:
  profont/trunk/PKGBUILD
Deleted:
  profont/trunk/profont.install

-+
 PKGBUILD|5 ++---
 profont.install |   15 ---
 2 files changed, 2 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 17:55:29 UTC (rev 208421)
+++ PKGBUILD2017-01-22 17:59:18 UTC (rev 208422)
@@ -1,17 +1,16 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Olivier Duclos 
 
 pkgname=profont
 pkgver=1
-pkgrel=4
+pkgrel=5
 pkgdesc='A small bitmap font which is absolutely great for programming'
 arch=('any')
 url='http://tobiasjung.name/profont/'
 license=('MIT')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=$pkgname.install
 
source=(profont-x11.zip::http://tobiasjung.name/downloadfile.php?file=${pkgname}-x11.zip)
 sha256sums=('99ab6ba0e48ea3cba2dee2bb0e1fafe0a4d60541ebc1a47a7cbdffee552c9ca7')
 

Deleted: profont.install
===
--- profont.install 2017-01-22 17:55:29 UTC (rev 208421)
+++ profont.install 2017-01-22 17:59:18 UTC (rev 208422)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/misc
-  mkfontdir /usr/share/fonts/misc
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


[arch-commits] Commit in ttf-overpass/trunk (PKGBUILD ttf-overpass.install)

2017-01-22 Thread Jaroslav Lichtblau
Date: Sunday, January 22, 2017 @ 17:55:29
  Author: jlichtblau
Revision: 208421

ttf-overpass fontconfig / xorg-mkfontdir pacman hook

Modified:
  ttf-overpass/trunk/PKGBUILD
Deleted:
  ttf-overpass/trunk/ttf-overpass.install

--+
 PKGBUILD |1 -
 ttf-overpass.install |   15 ---
 2 files changed, 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 17:28:27 UTC (rev 208420)
+++ PKGBUILD2017-01-22 17:55:29 UTC (rev 208421)
@@ -10,7 +10,6 @@
 url="http://overpassfont.org/";
 license=('custom:SIL Open Font License 1.1' 'LGPL2.1')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=$pkgname.install
 source=(https://github.com/RedHatBrand/overpass/archive/${pkgver}.tar.gz)
 sha256sums=('a7562994399cdf33a2e91e4fb1e1e76bb44121f32007b4da15b01579537d9e06')
 

Deleted: ttf-overpass.install
===
--- ttf-overpass.install2017-01-22 17:28:27 UTC (rev 208420)
+++ ttf-overpass.install2017-01-22 17:55:29 UTC (rev 208421)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s > /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2017-01-22 Thread Bartłomiej Piotrowski
Date: Sunday, January 22, 2017 @ 17:49:05
  Author: bpiotrowski
Revision: 287130

Add xdg-portal-desktop{,-gtk} to optdepends

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 17:39:06 UTC (rev 287129)
+++ PKGBUILD2017-01-22 17:49:05 UTC (rev 287130)
@@ -12,6 +12,8 @@
  libseccomp libarchive libelf libcap)
 makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl 
xmlto
  libdwarf)
+optdepends=('xdg-desktop-portal: for better desktop integration of 
applications'
+'xdg-desktop-portal-gtk: for better integration with GTK 
applications')
 install=flatpak.install
 _commit=87e56ed0efad92fda6365bddc2fb26484b7f6276  # tags/0.8.1^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";


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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 17:35:47
  Author: arojas
Revision: 287126

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

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

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

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

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

2017-01-22 Thread Antonio Rojas
Date: Sunday, January 22, 2017 @ 17:34:47
  Author: arojas
Revision: 287125

Update to 6.9.7.5

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 13:41:09 UTC (rev 287124)
+++ PKGBUILD2017-01-22 17:34:47 UTC (rev 287125)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.7.4
+pkgver=6.9.7.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('2f9315ad3cbe27558482a8f7d995a962a8e8020c'
+sha1sums=('070094760a6fcb0f5b6f98f3fccff81d2a1f8187'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


[arch-commits] Commit in (gstreamer0.10-mm libgtksourceviewmm2)

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 17:28:27
  Author: bgyorgy
Revision: 208420

Remove unused, deprecated C++ bindings

Deleted:
  gstreamer0.10-mm/
  libgtksourceviewmm2/


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

2017-01-22 Thread Jaroslav Lichtblau
Date: Sunday, January 22, 2017 @ 17:24:35
  Author: jlichtblau
Revision: 208417

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

Added:
  manaplus/repos/community-i686/PKGBUILD
(from rev 208416, manaplus/trunk/PKGBUILD)
  manaplus/repos/community-x86_64/PKGBUILD
(from rev 208416, manaplus/trunk/PKGBUILD)
Deleted:
  manaplus/repos/community-i686/PKGBUILD
  manaplus/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 2017-01-22 17:24:20 UTC (rev 208416)
+++ community-i686/PKGBUILD 2017-01-22 17:24:35 UTC (rev 208417)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.6.12.24
-pkgrel=1
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('i686' 'x86_64')
-url="https://manaplus.org/";
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('d84e0ba8ed7e169a2c0ddbaea7870c2e4f564580cb446e89e928f60eefc90669')
-
-build() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-i686/PKGBUILD (from rev 208416, 
manaplus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 17:24:35 UTC (rev 208417)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.7.1.21
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/";
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('caffee956708e16ccaa931feca4967970e888db9d065648e27435afa59e83360')
+
+build() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ManaPlus-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-22 17:24:20 UTC (rev 208416)
+++ community-x86_64/PKGBUILD   2017-01-22 17:24:35 UTC (rev 208417)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.6.12.24
-pkgrel=1
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('i686' 'x86_64')
-url="https://manaplus.org/";
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('d84e0ba8ed7e169a2c0ddbaea7870c2e4f564580cb446e89e928f60eefc90669')
-
-build() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-x86_64/PKGBUILD (from rev 208416, 
manaplus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-22 17:24:35 UTC (rev 208417)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.7.1.21
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/";
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('caffee956708e16ccaa931feca496

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

2017-01-22 Thread Jaroslav Lichtblau
Date: Sunday, January 22, 2017 @ 17:24:18
  Author: jlichtblau
Revision: 208415

upgpkg: manaplus 1.7.1.21-1 - new upstream release

Modified:
  manaplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 17:24:04 UTC (rev 208414)
+++ PKGBUILD2017-01-22 17:24:18 UTC (rev 208415)
@@ -5,7 +5,7 @@
 # Contributor: Jesse McClure 
 
 pkgname=manaplus
-pkgver=1.6.12.24
+pkgver=1.7.1.21
 pkgrel=1
 pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('mesa')
 replaces=('tmw')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('d84e0ba8ed7e169a2c0ddbaea7870c2e4f564580cb446e89e928f60eefc90669')
+sha256sums=('caffee956708e16ccaa931feca4967970e888db9d065648e27435afa59e83360')
 
 build() {
   cd ManaPlus-$pkgver


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

2017-01-22 Thread Jaroslav Lichtblau
Date: Sunday, January 22, 2017 @ 17:08:14
  Author: jlichtblau
Revision: 208413

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 208412, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-22 17:08:01 UTC (rev 208412)
+++ PKGBUILD2017-01-22 17:08:14 UTC (rev 208413)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.01.16
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('f97c552c5b560c8f4cf5ff8417f687e305fdc68f7b42f27a08dbc8c983da45f3'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 208412, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-22 17:08:14 UTC (rev 208413)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.01.22
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('bc9a3a99e1db58a1f5e91c9dc62801bdb499c27237f86bb670614d507c8e5887'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-01-22 Thread Jaroslav Lichtblau
Date: Sunday, January 22, 2017 @ 17:08:01
  Author: jlichtblau
Revision: 208412

upgpkg: youtube-dl 2017.01.22-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 17:06:33 UTC (rev 208411)
+++ PKGBUILD2017-01-22 17:08:01 UTC (rev 208412)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.01.16
+pkgver=2017.01.22
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('f97c552c5b560c8f4cf5ff8417f687e305fdc68f7b42f27a08dbc8c983da45f3'
+sha256sums=('bc9a3a99e1db58a1f5e91c9dc62801bdb499c27237f86bb670614d507c8e5887'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


[arch-commits] Commit in man-pages-de/repos/community-any (4 files)

2017-01-22 Thread Jaroslav Lichtblau
Date: Sunday, January 22, 2017 @ 17:06:33
  Author: jlichtblau
Revision: 208411

archrelease: copy trunk to community-any

Added:
  man-pages-de/repos/community-any/PKGBUILD
(from rev 208410, man-pages-de/trunk/PKGBUILD)
  man-pages-de/repos/community-any/man-pages-de.changelog
(from rev 208410, man-pages-de/trunk/man-pages-de.changelog)
Deleted:
  man-pages-de/repos/community-any/PKGBUILD
  man-pages-de/repos/community-any/man-pages-de.changelog

+
 PKGBUILD   |   58 ++---
 man-pages-de.changelog |   73 ---
 2 files changed, 67 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-22 17:06:23 UTC (rev 208410)
+++ PKGBUILD2017-01-22 17:06:33 UTC (rev 208411)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=man-pages-de
-pkgver=1.18
-pkgrel=1
-pkgdesc="German Linux man pages"
-arch=('any')
-url="https://alioth.debian.org/projects/manpages-de/";
-license=('GPL3')
-depends=('man-db')
-makedepends=('po4a')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('310c82ecea8d4882834ad67b3f0ad48805a5fddca918c8a6751c7e3e8d2d1b25')
-
-build() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/manpages-de-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: man-pages-de/repos/community-any/PKGBUILD (from rev 208410, 
man-pages-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-22 17:06:33 UTC (rev 208411)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=man-pages-de
+pkgver=1.19
+pkgrel=1
+pkgdesc="German Linux man pages"
+arch=('any')
+url="https://alioth.debian.org/projects/manpages-de/";
+license=('GPL3')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
+sha256sums=('fc3edb29a3c2a4e74fc4f85ed8c8a340a76e8595fb43b87d53c4e94b476bffbf')
+
+build() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/manpages-de-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: man-pages-de.changelog
===
--- man-pages-de.changelog  2017-01-22 17:06:23 UTC (rev 208410)
+++ man-pages-de.changelog  2017-01-22 17:06:33 UTC (rev 208411)
@@ -1,35 +0,0 @@
-2016-12-18 Jaroslav Lichtblau 
-   * man-pages-de 1.18-1
-
-2016-11-21 Jaroslav Lichtblau 
-   * man-pages-de 1.17-1
-
-2016-10-22 Jaroslav Lichtblau 
-   * man-pages-de 1.16-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * man-pages-de 1.12-1
-
-2015-05-17 Jaroslav Lichtblau 
-   * man-pages-de 1.8-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * man-pages-de 1.4-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * man-pages-de 1.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * man-pages-de 0.9-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * man-pages-de 0.7
-
-2010-07-21 Jaroslav Lichtblau 
-   * rebuild for correct package naming
-
-2009-04-25 Jaroslav Lichtblau 
-   * removing some more man pages provided by the new shadow 4.1.3.1 
package
-
-2009-02-19 Jaroslav Lichtblau 
-   * removing some man pages provided by the new man-db 2.5.3 package

Copied: man-pages-de/repos/community-any/man-pages-de.changelog (from rev 
208410, man-pages-de/trunk/man-pages-de.changelog)
===
--- man-pages-de.changelog  (rev 0)
+++ man-pages-de.changelog  2017-01-22 17:06:33 UTC (rev 208411)
@@ -0,0 +1,38 @@
+2017-01-22 Jaroslav Lichtblau 
+   * man-pages-de 1.19-1
+
+2016-12-18 Jaroslav Lichtblau 
+   * man-pages-de 1.18-1
+
+2016-11-21 Jaroslav Lichtblau 
+   * man-pages-de 1.17-1
+
+2016-10-22 Jaroslav Lichtblau 
+   * man-pages-de 1.16-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * man-pages-de 1.12-1
+
+2015-05-17 Jaroslav Lichtblau 
+   * man-pages-de 1.8-1
+
+2013-12-25 Jaroslav Lichtblau 
+   * man-pages-de 1.4-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * man-pages-de 1.1-1
+
+2011-11-20 Jaroslav Lichtblau 
+   * man-pages-de 0.9-1
+
+2011-02-19 Jaroslav Lichtblau 
+   * man-pages-de 0.7
+
+2010-07-21 Jaroslav Lichtblau 
+   * rebuild for correct package naming
+
+2009-04-25 Jaroslav Lichtblau 
+   * removing some more man pages provided by the new shadow 4.1.3.1 
package
+
+2009-02-19 Jaroslav Lichtblau 
+   * removing some man pages provided by the new man-db 2.5.3 package


[arch-commits] Commit in man-pages-de/trunk (PKGBUILD man-pages-de.changelog)

2017-01-22 Thread Jaroslav Lichtblau
Date: Sunday, January 22, 2017 @ 17:06:23
  Author: jlichtblau
Revision: 208410

upgpkg: man-pages-de 1.19-1 - new upstream release

Modified:
  man-pages-de/trunk/PKGBUILD
  man-pages-de/trunk/man-pages-de.changelog

+
 PKGBUILD   |4 ++--
 man-pages-de.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 16:41:45 UTC (rev 208409)
+++ PKGBUILD2017-01-22 17:06:23 UTC (rev 208410)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=man-pages-de
-pkgver=1.18
+pkgver=1.19
 pkgrel=1
 pkgdesc="German Linux man pages"
 arch=('any')
@@ -13,7 +13,7 @@
 changelog=$pkgname.changelog
 options=('!emptydirs')
 
source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('310c82ecea8d4882834ad67b3f0ad48805a5fddca918c8a6751c7e3e8d2d1b25')
+sha256sums=('fc3edb29a3c2a4e74fc4f85ed8c8a340a76e8595fb43b87d53c4e94b476bffbf')
 
 build() {
   cd "${srcdir}"/manpages-de-$pkgver

Modified: man-pages-de.changelog
===
--- man-pages-de.changelog  2017-01-22 16:41:45 UTC (rev 208409)
+++ man-pages-de.changelog  2017-01-22 17:06:23 UTC (rev 208410)
@@ -1,3 +1,6 @@
+2017-01-22 Jaroslav Lichtblau 
+   * man-pages-de 1.19-1
+
 2016-12-18 Jaroslav Lichtblau 
* man-pages-de 1.18-1
 


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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 16:41:37
  Author: bgyorgy
Revision: 208408

upgpkg: netactview 0.6.4-3

Fix polkit usage

Added:
  netactview/trunk/netactview_polkit
Modified:
  netactview/trunk/PKGBUILD

---+
 PKGBUILD  |   15 +++
 netactview_polkit |2 ++
 2 files changed, 13 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 16:30:09 UTC (rev 208407)
+++ PKGBUILD2017-01-22 16:41:37 UTC (rev 208408)
@@ -4,7 +4,7 @@
 
 pkgname=netactview
 pkgver=0.6.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A graphical network connections viewer similar in functionality to 
netstat"
 arch=('i686' 'x86_64')
 url="http://netactview.sourceforge.net/index.html";
@@ -14,9 +14,11 @@
 optdepends=('polkit: restart the application as root')
 
source=("http://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2";
 'drop-libgnome.patch'
+'netactview_polkit'
 'org.archlinux.pkexec.netactview.policy')
 sha256sums=('0cfe68e90862b10a19ab2cc4977a079887eeda00e4069a819c13ece90843fb4a'
 'e5359685c785427c812fd285b1eda3465e27120c186eae35a926881be1985df9'
+'8d5319635ce05be5e5f3a426e81db34e0c2613010575bb7b3682bb2ae34fdd36'
 '467aa93ad28849061bfd1ea07698cc0154bef0a5a98e4c384260fc53e03b877c')
 
 prepare() {
@@ -27,7 +29,8 @@
 
   # Use pkexec instead of gksu
   sed -i 's/\[gksu\]/\[pkexec\]/' configure.ac
-  sed -i 's/install gksu/install polkit/' src/mainwindow.c
+  sed -i 's|GKSU_PATH, EXECUTABLE_PATH|"/usr/bin/netactview_polkit"|
+  s/install gksu/install polkit/' src/mainwindow.c
 
   autoreconf -fi
 }
@@ -43,6 +46,10 @@
   make DESTDIR="${pkgdir}" install
 
   # Polkit policy
-  install -Dm644 ../org.archlinux.pkexec.netactview.policy \
-"$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.netactview.policy"
+  install -Dm644 "${srcdir}/org.archlinux.pkexec.netactview.policy" \
+
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.netactview.policy"
+
+  # Launcher script
+  install -Dm755 "${srcdir}/netactview_polkit" \
+"${pkgdir}/usr/bin/netactview_polkit"
 }

Added: netactview_polkit
===
--- netactview_polkit   (rev 0)
+++ netactview_polkit   2017-01-22 16:41:37 UTC (rev 208408)
@@ -0,0 +1,2 @@
+#!/bin/bash
+pkexec --disable-internal-agent "/usr/bin/netactview" "$@"


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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 16:41:45
  Author: bgyorgy
Revision: 208409

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

Added:
  netactview/repos/community-i686/PKGBUILD
(from rev 208408, netactview/trunk/PKGBUILD)
  netactview/repos/community-i686/drop-libgnome.patch
(from rev 208408, netactview/trunk/drop-libgnome.patch)
  netactview/repos/community-i686/netactview_polkit
(from rev 208408, netactview/trunk/netactview_polkit)
  netactview/repos/community-i686/org.archlinux.pkexec.netactview.policy
(from rev 208408, netactview/trunk/org.archlinux.pkexec.netactview.policy)
  netactview/repos/community-x86_64/PKGBUILD
(from rev 208408, netactview/trunk/PKGBUILD)
  netactview/repos/community-x86_64/drop-libgnome.patch
(from rev 208408, netactview/trunk/drop-libgnome.patch)
  netactview/repos/community-x86_64/netactview_polkit
(from rev 208408, netactview/trunk/netactview_polkit)
  netactview/repos/community-x86_64/org.archlinux.pkexec.netactview.policy
(from rev 208408, netactview/trunk/org.archlinux.pkexec.netactview.policy)
Deleted:
  netactview/repos/community-i686/PKGBUILD
  netactview/repos/community-i686/drop-libgnome.patch
  netactview/repos/community-i686/org.archlinux.pkexec.netactview.policy
  netactview/repos/community-x86_64/PKGBUILD
  netactview/repos/community-x86_64/drop-libgnome.patch
  netactview/repos/community-x86_64/org.archlinux.pkexec.netactview.policy

-+
 /PKGBUILD   |  110 +
 /drop-libgnome.patch|  270 ++
 /org.archlinux.pkexec.netactview.policy |   36 +
 community-i686/PKGBUILD |   48 --
 community-i686/drop-libgnome.patch  |  135 ---
 community-i686/netactview_polkit|2 
 community-i686/org.archlinux.pkexec.netactview.policy   |   18 
 community-x86_64/PKGBUILD   |   48 --
 community-x86_64/drop-libgnome.patch|  135 ---
 community-x86_64/netactview_polkit  |2 
 community-x86_64/org.archlinux.pkexec.netactview.policy |   18 
 11 files changed, 420 insertions(+), 402 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 16:41:37 UTC (rev 208408)
+++ community-i686/PKGBUILD 2017-01-22 16:41:45 UTC (rev 208409)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: lp76 
-
-pkgname=netactview
-pkgver=0.6.4
-pkgrel=2
-pkgdesc="A graphical network connections viewer similar in functionality to 
netstat"
-arch=('i686' 'x86_64')
-url="http://netactview.sourceforge.net/index.html";
-license=('GPL')
-depends=('gconf' 'libglade' 'libgtop')
-makedepends=('intltool' 'polkit')
-optdepends=('polkit: restart the application as root')
-source=("http://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2";
-'drop-libgnome.patch'
-'org.archlinux.pkexec.netactview.policy')
-sha256sums=('0cfe68e90862b10a19ab2cc4977a079887eeda00e4069a819c13ece90843fb4a'
-'e5359685c785427c812fd285b1eda3465e27120c186eae35a926881be1985df9'
-'467aa93ad28849061bfd1ea07698cc0154bef0a5a98e4c384260fc53e03b877c')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # Remove libgnome dependency
-  patch -Np1 -i ../drop-libgnome.patch
-
-  # Use pkexec instead of gksu
-  sed -i 's/\[gksu\]/\[pkexec\]/' configure.ac
-  sed -i 's/install gksu/install polkit/' src/mainwindow.c
-
-  autoreconf -fi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # Polkit policy
-  install -Dm644 ../org.archlinux.pkexec.netactview.policy \
-"$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.netactview.policy"
-}

Copied: netactview/repos/community-i686/PKGBUILD (from rev 208408, 
netactview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 16:41:45 UTC (rev 208409)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: lp76 
+
+pkgname=netactview
+pkgver=0.6.4
+pkgrel=3
+pkgdesc="A graphical network connections viewer similar in functionality to 
netstat"
+arch=('i686' 'x86_64')
+url="http://netactview.sourceforge.net/index.html";
+license=('GPL')
+depends=('gconf' 'libglade' 'libgtop')
+makedepends=('intltool' 'polkit')
+optdepends=('polkit: restart the application as root')
+source=("http://downloads.sourceforge.net/netactview/${pkgname}-${pkgver}.tar.bz2";
+'drop-libgnome.patch'
+'netactview_polkit'
+'org.arch

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

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 16:30:09
  Author: felixonmars
Revision: 208407

archrelease: copy trunk to community-any

Added:
  yapf/repos/community-any/PKGBUILD
(from rev 208406, yapf/trunk/PKGBUILD)
Deleted:
  yapf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-22 16:29:50 UTC (rev 208406)
+++ PKGBUILD2017-01-22 16:30:09 UTC (rev 208407)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=yapf
-pkgname=("yapf" "python2-yapf")
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="http://github.com/google/yapf";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/google/yapf.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a yapf{,-py2}
-}
-
-build() {
-  cd "$srcdir"/yapf
-  python setup.py build
-
-  cd "$srcdir"/yapf-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/yapf
-  nosetests3
-
-  cd "$srcdir"/yapf-py2
-  nosetests2
-}
-
-package_yapf() {
-  depends=('python-setuptools')
-
-  cd yapf
-  python setup.py install -O1 --root="$pkgdir"
-}
-
-package_python2-yapf() {
-  depends=('python2-setuptools')
-
-  cd yapf-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/yapf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yapf/repos/community-any/PKGBUILD (from rev 208406, yapf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-22 16:30:09 UTC (rev 208407)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=yapf
+pkgname=("yapf" "python2-yapf")
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="http://github.com/google/yapf";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/google/yapf.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a yapf{,-py2}
+}
+
+build() {
+  cd "$srcdir"/yapf
+  python setup.py build
+
+  cd "$srcdir"/yapf-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/yapf
+  nosetests3
+
+  cd "$srcdir"/yapf-py2
+  nosetests2
+}
+
+package_yapf() {
+  depends=('python-setuptools')
+
+  cd yapf
+  python setup.py install -O1 --root="$pkgdir"
+}
+
+package_python2-yapf() {
+  depends=('python2-setuptools')
+
+  cd yapf-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  mv "$pkgdir"/usr/bin/yapf{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 16:29:50
  Author: felixonmars
Revision: 208406

upgpkg: yapf 0.15.1-1

Modified:
  yapf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 16:12:19 UTC (rev 208405)
+++ PKGBUILD2017-01-22 16:29:50 UTC (rev 208406)
@@ -3,7 +3,7 @@
 
 pkgbase=yapf
 pkgname=("yapf" "python2-yapf")
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')


[arch-commits] Commit in perl-cgi-fast/repos/community-any (PKGBUILD PKGBUILD)

2017-01-22 Thread Florian Pritz
Date: Sunday, January 22, 2017 @ 16:12:19
  Author: bluewind
Revision: 208405

archrelease: copy trunk to community-any

Added:
  perl-cgi-fast/repos/community-any/PKGBUILD
(from rev 208404, perl-cgi-fast/trunk/PKGBUILD)
Deleted:
  perl-cgi-fast/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-22 16:12:15 UTC (rev 208404)
+++ PKGBUILD2017-01-22 16:12:19 UTC (rev 208405)
@@ -1,46 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-cgi-fast
-pkgver=2.10
-pkgrel=1
-pkgdesc='CGI Interface for Fast CGI'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1' 'perl-cgi>=4' 'perl-fcgi>=0.67')
-checkdepends=('perl-test-deep>=0.11')
-url=https://metacpan.org/release/CGI-Fast
-source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz";)
-md5sums=('7c1d93600b796b9a0eb6fa3558d3d0c1')
-sha512sums=('55d05c742bf49045f917aa4a4efdab3e5ce2251ca61de0e7db0a586d8a592784989bc74fa43a3c6430a920f38b2aa818887e96c3e24c701d531dae94b247da2c')
-_ddir="CGI-Fast-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-cgi-fast/repos/community-any/PKGBUILD (from rev 208404, 
perl-cgi-fast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-22 16:12:19 UTC (rev 208405)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-cgi-fast
+pkgver=2.12
+pkgrel=1
+pkgdesc='CGI Interface for Fast CGI'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1' 'perl-cgi>=4' 'perl-fcgi>=0.67')
+checkdepends=('perl-test-deep>=0.11')
+url=https://metacpan.org/release/CGI-Fast
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz";)
+md5sums=('80aa041f84fd225367aaf4fa17a929a0')
+sha512sums=('00452a2c31eb8fd877808764508a491894d87986bda493b2b15773cd29f2699184559f0c55af1af1684c851005b61eb1364bccae7ba4f4df3166d9020c15b40e')
+_ddir="CGI-Fast-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cgi-fast/trunk (PKGBUILD)

2017-01-22 Thread Florian Pritz
Date: Sunday, January 22, 2017 @ 16:12:15
  Author: bluewind
Revision: 208404

upgpkg: perl-cgi-fast 2.12-1

upstream update

Modified:
  perl-cgi-fast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 16:08:45 UTC (rev 208403)
+++ PKGBUILD2017-01-22 16:12:15 UTC (rev 208404)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-cgi-fast
-pkgver=2.10
+pkgver=2.12
 pkgrel=1
 pkgdesc='CGI Interface for Fast CGI'
 arch=(any)
@@ -11,8 +11,8 @@
 checkdepends=('perl-test-deep>=0.11')
 url=https://metacpan.org/release/CGI-Fast
 
source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz";)
-md5sums=('7c1d93600b796b9a0eb6fa3558d3d0c1')
-sha512sums=('55d05c742bf49045f917aa4a4efdab3e5ce2251ca61de0e7db0a586d8a592784989bc74fa43a3c6430a920f38b2aa818887e96c3e24c701d531dae94b247da2c')
+md5sums=('80aa041f84fd225367aaf4fa17a929a0')
+sha512sums=('00452a2c31eb8fd877808764508a491894d87986bda493b2b15773cd29f2699184559f0c55af1af1684c851005b61eb1364bccae7ba4f4df3166d9020c15b40e')
 _ddir="CGI-Fast-$pkgver"
 
 build()


[arch-commits] Commit in perl-yaml-tiny/repos/community-any (PKGBUILD PKGBUILD)

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 16:08:45
  Author: felixonmars
Revision: 208403

archrelease: copy trunk to community-any

Added:
  perl-yaml-tiny/repos/community-any/PKGBUILD
(from rev 208402, perl-yaml-tiny/trunk/PKGBUILD)
Deleted:
  perl-yaml-tiny/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-22 16:08:25 UTC (rev 208402)
+++ PKGBUILD2017-01-22 16:08:45 UTC (rev 208403)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: AUR Perl 
-# Generator  : CPANPLUS::Dist::Arch 1.15
-
-pkgname=perl-yaml-tiny
-pkgver=1.69
-pkgrel=1
-pkgdesc="Read/Write YAML files with as little code as possible"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-cpan-meta>=2.150001' 'perl-pod-coverage')
-url='http://search.cpan.org/dist/YAML-Tiny'
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
-md5sums=('7deacd0ee428038407ccc5cd0b50f66f')
-
-build() {
-  cd "${srcdir}/YAML-Tiny-${pkgver}"
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check() {
-  cd "${srcdir}/YAML-Tiny-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/YAML-Tiny-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-yaml-tiny/repos/community-any/PKGBUILD (from rev 208402, 
perl-yaml-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-22 16:08:45 UTC (rev 208403)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: AUR Perl 
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-yaml-tiny
+pkgver=1.70
+pkgrel=1
+pkgdesc="Read/Write YAML files with as little code as possible"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-cpan-meta>=2.150001' 'perl-pod-coverage')
+url='http://search.cpan.org/dist/YAML-Tiny'
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
+md5sums=('a475714e8d512aafc410ca4d7a117aa2')
+
+build() {
+  cd "${srcdir}/YAML-Tiny-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check() {
+  cd "${srcdir}/YAML-Tiny-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/YAML-Tiny-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 16:08:11
  Author: felixonmars
Revision: 208401

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 208400, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-22 16:07:51 UTC (rev 208400)
+++ PKGBUILD2017-01-22 16:08:11 UTC (rev 208401)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
-noextract=("$_gemname-$pkgver.gem")
-sha256sums=('ed0a8fe1fb0654a5971ef51e8754816be555494b667535ba285e8e4ff679319c')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 208400, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-22 16:08:11 UTC (rev 208401)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
+noextract=("$_gemname-$pkgver.gem")
+sha256sums=('90a2a220eb18f676def5a9e92aeb595445b9132ae2df5ffa5342e50de030ee56')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 16:08:25
  Author: felixonmars
Revision: 208402

upgpkg: perl-yaml-tiny 1.70-1

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 16:08:11 UTC (rev 208401)
+++ PKGBUILD2017-01-22 16:08:25 UTC (rev 208402)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-yaml-tiny
-pkgver=1.69
+pkgver=1.70
 pkgrel=1
 pkgdesc="Read/Write YAML files with as little code as possible"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-cpan-meta>=2.150001' 'perl-pod-coverage')
 url='http://search.cpan.org/dist/YAML-Tiny'
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz";)
-md5sums=('7deacd0ee428038407ccc5cd0b50f66f')
+md5sums=('a475714e8d512aafc410ca4d7a117aa2')
 
 build() {
   cd "${srcdir}/YAML-Tiny-${pkgver}"


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

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 16:07:51
  Author: felixonmars
Revision: 208400

upgpkg: ruby-bundler 1.14.1-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 16:07:17 UTC (rev 208399)
+++ PKGBUILD2017-01-22 16:07:51 UTC (rev 208400)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
 noextract=("$_gemname-$pkgver.gem")
-sha256sums=('ed0a8fe1fb0654a5971ef51e8754816be555494b667535ba285e8e4ff679319c')
+sha256sums=('90a2a220eb18f676def5a9e92aeb595445b9132ae2df5ffa5342e50de030ee56')
 
 package() {
   cd "$srcdir"


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

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 16:07:17
  Author: felixonmars
Revision: 208399

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-22 16:06:57 UTC (rev 208398)
+++ PKGBUILD2017-01-22 16:07:17 UTC (rev 208399)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.22.0
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
- 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
- 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a pifpaf{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/pifpaf
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
-   'python-xattr')
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
-   'python2-xattr')
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 208398, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-22 16:07:17 UTC (rev 208399)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=0.23.0
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pifpaf{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pifpaf
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pifpaf
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
+}
+
+package_python-pifpaf() {
+  depends=('python-pbr' 'python-cliff' 

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

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 16:06:57
  Author: felixonmars
Revision: 208398

upgpkg: python-pifpaf 0.23.0-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 15:35:48 UTC (rev 208397)
+++ PKGBUILD2017-01-22 16:06:57 UTC (rev 208398)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.22.0
+pkgver=0.23.0
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')


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

2017-01-22 Thread Fabio Castelli
Date: Sunday, January 22, 2017 @ 15:35:48
  Author: muflone
Revision: 208397

arista dropped to unsupported

Modified:
  bluegriffon/trunk/PKGBUILD
Deleted:
  arista/

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

Modified: bluegriffon/trunk/PKGBUILD
===
--- bluegriffon/trunk/PKGBUILD  2017-01-22 14:50:46 UTC (rev 208396)
+++ bluegriffon/trunk/PKGBUILD  2017-01-22 15:35:48 UTC (rev 208397)
@@ -3,9 +3,9 @@
 # Contributor: Balló György 
 
 pkgname=bluegriffon
-pkgver=2.1.1
+pkgver=2.1.2
 _mozilla_ver=f14898695ee0
-pkgrel=5
+pkgrel=1
 pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
 arch=('i686' 'x86_64')
 url="http://bluegriffon.org/";


[arch-commits] Commit in deepin-file-manager/repos (4 files)

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 14:50:46
  Author: felixonmars
Revision: 208396

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 208395, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 208395, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 14:50:14 UTC (rev 208395)
+++ community-i686/PKGBUILD 2017-01-22 14:50:46 UTC (rev 208396)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.3.7
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/-0-2//g' dde-file-manager/dde-file-manager*/dde-file-manager*.pro
-}
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 208395, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 14:50:46 UTC (rev 208396)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3.8
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/-0-2//g' dde-file-manager/dde-file-manager*/dde-file-manager*.pro
+}
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-22 14:50:14 UTC (rev 208395)
+++ community-x86_64/PKGBUILD   2017-01-22 14:50:46 UTC (rev 208396)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.3.7
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/-0-2//g' dde-file-manager/dde-file-manager*/dde-file-manager*.pro
-}
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 208395, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-22 14:50:46 UTC (rev 208396)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3.8
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcu

[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 14:50:14
  Author: felixonmars
Revision: 208395

upgpkg: deepin-file-manager 1:1.3.8-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 14:42:40 UTC (rev 208394)
+++ PKGBUILD2017-01-22 14:50:14 UTC (rev 208395)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=1.3.7
+pkgver=1.3.8
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'


[arch-commits] Commit in (7 files)

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 14:42:40
  Author: bgyorgy
Revision: 208394

Remove some old, unmaintained packages

These packages use deprecated libraries, and their upsreams are dead.

Deleted:
  flumotion/
  kiwi/
  obby/
  perl-gstreamer-interfaces/
  perl-gstreamer/
  perl-gtk2-webkit/
  perlpanel/


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

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 14:39:19
  Author: felixonmars
Revision: 208391

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

Added:
  deepin-terminal/repos/community-i686/PKGBUILD
(from rev 208389, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 208389, deepin-terminal/trunk/PKGBUILD)
Deleted:
  deepin-terminal/repos/community-i686/PKGBUILD
  deepin-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-22 14:39:18 UTC (rev 208390)
+++ community-i686/PKGBUILD 2017-01-22 14:39:19 UTC (rev 208391)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=2.1.7
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-terminal";
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu' 'deepin-manual')
-makedepends=('git' 'vala' 'cmake')
-groups=('deepin-extra')
-options=(!emptydirs)
-source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal
-  make
-}
- 
-package() {
-  make -C build DESTDIR="$pkgdir" install
-}

Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 208389, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-22 14:39:19 UTC (rev 208391)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=2.1.8
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-terminal";
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu' 'deepin-manual')
+makedepends=('git' 'vala' 'cmake')
+groups=('deepin-extra')
+options=(!emptydirs)
+source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../deepin-terminal
+  make
+}
+ 
+package() {
+  make -C build DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-22 14:39:18 UTC (rev 208390)
+++ community-x86_64/PKGBUILD   2017-01-22 14:39:19 UTC (rev 208391)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=2.1.7
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-terminal";
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu' 'deepin-manual')
-makedepends=('git' 'vala' 'cmake')
-groups=('deepin-extra')
-options=(!emptydirs)
-source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal
-  make
-}
- 
-package() {
-  make -C build DESTDIR="$pkgdir" install
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 208389, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-22 14:39:19 UTC (rev 208391)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=2.1.8
+pkgrel=1
+pkgdesc='Default terminal emulation application f

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

2017-01-22 Thread Felix Yan
Date: Sunday, January 22, 2017 @ 14:38:43
  Author: felixonmars
Revision: 208388

upgpkg: deepin-terminal 2.1.8-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 14:38:41 UTC (rev 208387)
+++ PKGBUILD2017-01-22 14:38:43 UTC (rev 208388)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
  
 pkgname=deepin-terminal
-pkgver=2.1.7
+pkgver=2.1.8
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')


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

2017-01-22 Thread Balló György
Date: Sunday, January 22, 2017 @ 13:54:44
  Author: bgyorgy
Revision: 208379

Disown libunique3

This package will be removed after MATE 1.18 released.

Modified:
  libunique3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 13:38:53 UTC (rev 208378)
+++ PKGBUILD2017-01-22 13:54:44 UTC (rev 208379)
@@ -1,5 +1,4 @@
 # $Id$
-# Maintainer: Balló György 
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=libunique3


[arch-commits] Commit in ibus-typing-booster/trunk (PKGBUILD)

2017-01-22 Thread Jan Steffens
Date: Sunday, January 22, 2017 @ 13:40:29
  Author: heftig
Revision: 287123

1.5.19-1

Modified:
  ibus-typing-booster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-22 13:37:48 UTC (rev 287122)
+++ PKGBUILD2017-01-22 13:40:29 UTC (rev 287123)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=ibus-typing-booster
-pkgver=1.5.17
+pkgver=1.5.19
 pkgrel=1
 pkgdesc="Predictive input method for the IBus platform"
 url="https://fedorahosted.org/ibus-typing-booster/";
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
 makedepends=(git m17n-db hunspell hunspell-{de,el,en,es,fr,he,hu,it,nl,pl,ro})
-_commit=97fd8c961d0f9ff1695fcd43527d2b9441ca7f41  # master
+_commit=4e2b44fd93de23d92c1a6a001291d3c7f27b67d1  # master
 
source=("git+https://git.fedorahosted.org/git/ibus-typing-booster#commit=$_commit";)
 sha512sums=('SKIP')
 


[arch-commits] Commit in ibus-typing-booster/repos/extra-any (PKGBUILD PKGBUILD)

2017-01-22 Thread Jan Steffens
Date: Sunday, January 22, 2017 @ 13:41:09
  Author: heftig
Revision: 287124

archrelease: copy trunk to extra-any

Added:
  ibus-typing-booster/repos/extra-any/PKGBUILD
(from rev 287123, ibus-typing-booster/trunk/PKGBUILD)
Deleted:
  ibus-typing-booster/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-22 13:40:29 UTC (rev 287123)
+++ PKGBUILD2017-01-22 13:41:09 UTC (rev 287124)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=ibus-typing-booster
-pkgver=1.5.17
-pkgrel=1
-pkgdesc="Predictive input method for the IBus platform"
-url="https://fedorahosted.org/ibus-typing-booster/";
-arch=(any)
-license=(GPL3)
-depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
-makedepends=(git m17n-db hunspell hunspell-{de,el,en,es,fr,he,hu,it,nl,pl,ro})
-_commit=97fd8c961d0f9ff1695fcd43527d2b9441ca7f41  # master
-source=("git+https://git.fedorahosted.org/git/ibus-typing-booster#commit=$_commit";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  gzip --force --best "$pkgdir"/usr/share/$pkgname/data/*.{xml,txt,json}
-}
-

Copied: ibus-typing-booster/repos/extra-any/PKGBUILD (from rev 287123, 
ibus-typing-booster/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-22 13:41:09 UTC (rev 287124)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=ibus-typing-booster
+pkgver=1.5.19
+pkgrel=1
+pkgdesc="Predictive input method for the IBus platform"
+url="https://fedorahosted.org/ibus-typing-booster/";
+arch=(any)
+license=(GPL3)
+depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
+makedepends=(git m17n-db hunspell hunspell-{de,el,en,es,fr,he,hu,it,nl,pl,ro})
+_commit=4e2b44fd93de23d92c1a6a001291d3c7f27b67d1  # master
+source=("git+https://git.fedorahosted.org/git/ibus-typing-booster#commit=$_commit";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  gzip --force --best "$pkgdir"/usr/share/$pkgname/data/*.{xml,txt,json}
+}
+


  1   2   >