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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 08:34:03
  Author: fyan
Revision: 162969

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

Added:
  haskell-hakyll/repos/community-staging-i686/
  haskell-hakyll/repos/community-staging-i686/PKGBUILD
(from rev 162968, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install
(from rev 162968, haskell-hakyll/trunk/haskell-hakyll.install)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 162968, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/haskell-hakyll.install
(from rev 162968, haskell-hakyll/trunk/haskell-hakyll.install)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-hakyll.install   |   18 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-hakyll.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 162968, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 07:34:03 UTC (rev 162969)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=29
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310')
+
+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 -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 162968, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-02-21 07:34:03 UTC 
(rev 162969)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
162968, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 07:34:03 UTC (rev 162969)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 08:33:34
  Author: fyan
Revision: 162968

upgpkg: haskell-hakyll 4.7.5.1-29

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 05:48:48 UTC (rev 162967)
+++ PKGBUILD2016-02-21 07:33:34 UTC (rev 162968)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=28
+pkgrel=29
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 06:48:48
  Author: fyan
Revision: 162967

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 162966, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 05:48:48 UTC (rev 162967)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160211
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-dlist" "haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions"
+ "haskell-fdo-notify" "haskell-feed" "haskell-gnutls" 
"haskell-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mtl"
+ "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-protocol-xmpp" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-quickcheck"
+ "haskell-random" "haskell-regex-tdfa" "haskell-resourcet" 
"haskell-safesemaphore"
+ "haskell-sandi" "haskell-securemem" "haskell-shakespeare" 
"haskell-stm"
+ "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('0a7d2dab17df27c06a935c469ced47a68d3c018cbb9254c9a735b584d413fb42')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 162966, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 05:48:48 UTC (rev 162967)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160211
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" 

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 06:48:28
  Author: fyan
Revision: 162966

upgpkg: git-annex 6.20160211-6

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 05:35:36 UTC (rev 162965)
+++ PKGBUILD2016-02-21 05:48:28 UTC (rev 162966)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160211
-pkgrel=5
+pkgrel=6
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 06:35:36
  Author: fyan
Revision: 162965

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 162964, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 05:35:36 UTC (rev 162965)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=10
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 162964, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 05:35:36 UTC (rev 162965)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=10
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 06:34:25
  Author: fyan
Revision: 162964

upgpkg: hoogle 4.2.43-10

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 05:32:31 UTC (rev 162963)
+++ PKGBUILD2016-02-21 05:34:25 UTC (rev 162964)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=9
+pkgrel=10
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 06:32:10
  Author: fyan
Revision: 162962

upgpkg: idris 0.10-11

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 04:42:24 UTC (rev 162961)
+++ PKGBUILD2016-02-21 05:32:10 UTC (rev 162962)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=0.10
-pkgrel=10
+pkgrel=11
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 06:32:31
  Author: fyan
Revision: 162963

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 162962, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 05:32:31 UTC (rev 162963)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10
+pkgrel=11
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5593feca2cdd00ff819f37135da496111b3af06b664f4cd1f4aecba6ac6e6a10')
+
+prepare() {
+sed -i "s/, async < 2.1/, async < 2.2/" 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP # -fcurses
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 162962, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 05:32:31 UTC (rev 162963)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10
+pkgrel=11
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5593feca2cdd00ff819f37135da496111b3af06b664f4cd1f4aecba6ac6e6a10')
+
+prepare() {
+sed -i "s/, async < 2.1/, async < 2.2/" 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:42:03
  Author: fyan
Revision: 162960

upgpkg: haskell-persistent-sqlite 2.2-23

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 04:38:17 UTC (rev 162959)
+++ PKGBUILD2016-02-21 04:42:03 UTC (rev 162960)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.2
-pkgrel=22
+pkgrel=23
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:42:24
  Author: fyan
Revision: 162961

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

Added:
  haskell-persistent-sqlite/repos/community-staging-i686/
  haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD
(from rev 162960, haskell-persistent-sqlite/trunk/PKGBUILD)
  
haskell-persistent-sqlite/repos/community-staging-i686/haskell-persistent-sqlite.install
(from rev 162960, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 162960, haskell-persistent-sqlite/trunk/PKGBUILD)
  
haskell-persistent-sqlite/repos/community-staging-x86_64/haskell-persistent-sqlite.install
(from rev 162960, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/haskell-persistent-sqlite.install   |   18 
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/haskell-persistent-sqlite.install |   18 
 4 files changed, 126 insertions(+)

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 162960, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 04:42:24 UTC (rev 162961)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.2
+pkgrel=23
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resourcet" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f11005a23df9ad0740111e675aab42f40eda7e37f4996ebae15e1fe48692c794')
+
+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 \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-persistent-sqlite/repos/community-staging-i686/haskell-persistent-sqlite.install
 (from rev 162960, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)
===
--- community-staging-i686/haskell-persistent-sqlite.install
(rev 0)
+++ community-staging-i686/haskell-persistent-sqlite.install2016-02-21 
04:42:24 UTC (rev 162961)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent-sqlite
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 162960, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 04:42:24 UTC (rev 162961)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch 

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:38:17
  Author: fyan
Revision: 162959

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

Added:
  haskell-warp-tls/repos/community-staging-i686/
  haskell-warp-tls/repos/community-staging-i686/PKGBUILD
(from rev 162958, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install
(from rev 162958, haskell-warp-tls/trunk/haskell-warp-tls.install)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 162958, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/haskell-warp-tls.install
(from rev 162958, haskell-warp-tls/trunk/haskell-warp-tls.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-warp-tls.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-warp-tls.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
162958, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 04:38:17 UTC (rev 162959)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.0
+pkgrel=10
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cprng-aes" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1751b8fc4e24c909ed94db39a2aa20048e694ddf6e68c4acbdfe8924773f3dd8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install 
(from rev 162958, haskell-warp-tls/trunk/haskell-warp-tls.install)
===
--- community-staging-i686/haskell-warp-tls.install 
(rev 0)
+++ community-staging-i686/haskell-warp-tls.install 2016-02-21 04:38:17 UTC 
(rev 162959)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
162958, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 04:38:17 UTC (rev 162959)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.0
+pkgrel=10
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cprng-aes" "haskell-data-default-class" 
"haskell-network"
+   

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:37:57
  Author: fyan
Revision: 162958

upgpkg: haskell-warp-tls 3.2.0-10

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 04:35:03 UTC (rev 162957)
+++ PKGBUILD2016-02-21 04:37:57 UTC (rev 162958)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.0
-pkgrel=9
+pkgrel=10
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:34:42
  Author: fyan
Revision: 162956

upgpkg: haskell-descriptive 0.9.4-5

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 04:33:42 UTC (rev 162955)
+++ PKGBUILD2016-02-21 04:34:42 UTC (rev 162956)
@@ -5,7 +5,7 @@
 _hkgname=descriptive
 pkgname=haskell-descriptive
 pkgver=0.9.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:35:03
  Author: fyan
Revision: 162957

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

Added:
  haskell-descriptive/repos/community-staging-i686/
  haskell-descriptive/repos/community-staging-i686/PKGBUILD
(from rev 162956, haskell-descriptive/trunk/PKGBUILD)
  haskell-descriptive/repos/community-staging-i686/haskell-descriptive.install
(from rev 162956, haskell-descriptive/trunk/haskell-descriptive.install)
  haskell-descriptive/repos/community-staging-x86_64/
  haskell-descriptive/repos/community-staging-x86_64/PKGBUILD
(from rev 162956, haskell-descriptive/trunk/PKGBUILD)
  haskell-descriptive/repos/community-staging-x86_64/haskell-descriptive.install
(from rev 162956, haskell-descriptive/trunk/haskell-descriptive.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-descriptive.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-descriptive.install |   18 +++
 4 files changed, 122 insertions(+)

Copied: haskell-descriptive/repos/community-staging-i686/PKGBUILD (from rev 
162956, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 04:35:03 UTC (rev 162957)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=5
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-bifunctors" "haskell-mtl" 
"haskell-scientific"
+ "haskell-text" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-descriptive/repos/community-staging-i686/haskell-descriptive.install 
(from rev 162956, haskell-descriptive/trunk/haskell-descriptive.install)
===
--- community-staging-i686/haskell-descriptive.install  
(rev 0)
+++ community-staging-i686/haskell-descriptive.install  2016-02-21 04:35:03 UTC 
(rev 162957)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-descriptive
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 
162956, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 04:35:03 UTC (rev 162957)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=5
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:33:42
  Author: fyan
Revision: 162955

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

Added:
  haskell-monad-par/repos/community-staging-i686/
  haskell-monad-par/repos/community-staging-i686/PKGBUILD
(from rev 162954, haskell-monad-par/trunk/PKGBUILD)
  haskell-monad-par/repos/community-staging-i686/haskell-monad-par.install
(from rev 162954, haskell-monad-par/trunk/haskell-monad-par.install)
  haskell-monad-par/repos/community-staging-x86_64/
  haskell-monad-par/repos/community-staging-x86_64/PKGBUILD
(from rev 162954, haskell-monad-par/trunk/PKGBUILD)
  haskell-monad-par/repos/community-staging-x86_64/haskell-monad-par.install
(from rev 162954, haskell-monad-par/trunk/haskell-monad-par.install)

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/haskell-monad-par.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/haskell-monad-par.install |   18 +++
 4 files changed, 126 insertions(+)

Copied: haskell-monad-par/repos/community-staging-i686/PKGBUILD (from rev 
162954, haskell-monad-par/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 04:33:42 UTC (rev 162955)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-par
+pkgname=haskell-monad-par
+pkgver=0.3.4.7
+pkgrel=2
+pkgdesc="A library for parallel programming based on a monad"
+url="https://github.com/simonmar/monad-par;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-abstract-deque" "haskell-abstract-par"
+ "haskell-monad-par-extras" "haskell-mtl" "haskell-mwc-random"
+ "haskell-parallel")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('23b8a68719b4c5848ce9a3381ce9efdc1c96677ba043a3ee74d99223343cc28a')
+
+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 \
+-f-newgeneric -f-chaselev
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-monad-par/repos/community-staging-i686/haskell-monad-par.install (from 
rev 162954, haskell-monad-par/trunk/haskell-monad-par.install)
===
--- community-staging-i686/haskell-monad-par.install
(rev 0)
+++ community-staging-i686/haskell-monad-par.install2016-02-21 04:33:42 UTC 
(rev 162955)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-par
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-monad-par/repos/community-staging-x86_64/PKGBUILD (from rev 
162954, haskell-monad-par/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 04:33:42 UTC (rev 162955)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-par
+pkgname=haskell-monad-par
+pkgver=0.3.4.7
+pkgrel=2
+pkgdesc="A library for parallel programming based on a monad"
+url="https://github.com/simonmar/monad-par;
+license=("custom:BSD3")
+arch=('i686' 

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:33:13
  Author: fyan
Revision: 162953

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

Added:
  haskell-yesod-static/repos/community-staging-i686/
  haskell-yesod-static/repos/community-staging-i686/PKGBUILD
(from rev 162952, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install
(from rev 162952, haskell-yesod-static/trunk/haskell-yesod-static.install)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 162952, haskell-yesod-static/trunk/PKGBUILD)
  
haskell-yesod-static/repos/community-staging-x86_64/haskell-yesod-static.install
(from rev 162952, haskell-yesod-static/trunk/haskell-yesod-static.install)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-yesod-static.install   |   18 +
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-yesod-static.install |   18 +
 4 files changed, 134 insertions(+)

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
162952, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 04:33:13 UTC (rev 162953)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=18
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install 
(from rev 162952, haskell-yesod-static/trunk/haskell-yesod-static.install)
===
--- community-staging-i686/haskell-yesod-static.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-static.install 2016-02-21 04:33:13 UTC 
(rev 162953)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-static
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
162952, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD 

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:33:22
  Author: fyan
Revision: 162954

upgpkg: haskell-monad-par 0.3.4.7-2

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-monad-par/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 04:33:13 UTC (rev 162953)
+++ PKGBUILD2016-02-21 04:33:22 UTC (rev 162954)
@@ -5,7 +5,7 @@
 _hkgname=monad-par
 pkgname=haskell-monad-par
 pkgver=0.3.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for parallel programming based on a monad"
 url="https://github.com/simonmar/monad-par;
 license=("custom:BSD3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:32:50
  Author: fyan
Revision: 162952

upgpkg: haskell-yesod-static 1.5.0.3-18

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 04:29:14 UTC (rev 162951)
+++ PKGBUILD2016-02-21 04:32:50 UTC (rev 162952)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=17
+pkgrel=18
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:29:14
  Author: fyan
Revision: 162951

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

Added:
  haskell-aws/repos/community-staging-i686/
  haskell-aws/repos/community-staging-i686/PKGBUILD
(from rev 162950, haskell-aws/trunk/PKGBUILD)
  haskell-aws/repos/community-staging-i686/haskell-aws.install
(from rev 162950, haskell-aws/trunk/haskell-aws.install)
  haskell-aws/repos/community-staging-x86_64/
  haskell-aws/repos/community-staging-x86_64/PKGBUILD
(from rev 162950, haskell-aws/trunk/PKGBUILD)
  haskell-aws/repos/community-staging-x86_64/haskell-aws.install
(from rev 162950, haskell-aws/trunk/haskell-aws.install)

--+
 community-staging-i686/PKGBUILD  |   56 +
 community-staging-i686/haskell-aws.install   |   18 
 community-staging-x86_64/PKGBUILD|   56 +
 community-staging-x86_64/haskell-aws.install |   18 
 4 files changed, 148 insertions(+)

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 162950, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 04:29:14 UTC (rev 162951)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.13.0
+pkgrel=15
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3504c96a00d12fa0fe4ae5ab4dafa3eec7ca576a02ed7906cff70a75625a75a6')
+
+prepare() {
+sed -e 's/cereal   >= 0.3 && < 0.5,/cereal   
>= 0.3 \&\& < 0.6,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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 \
+-f-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-aws/repos/community-staging-i686/haskell-aws.install (from rev 
162950, haskell-aws/trunk/haskell-aws.install)
===
--- community-staging-i686/haskell-aws.install  (rev 0)
+++ community-staging-i686/haskell-aws.install  2016-02-21 04:29:14 UTC (rev 
162951)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aws
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 162950, 
haskell-aws/trunk/PKGBUILD)
===
--- 

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:28:54
  Author: fyan
Revision: 162950

upgpkg: haskell-aws 0.13.0-15

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 04:28:14 UTC (rev 162949)
+++ PKGBUILD2016-02-21 04:28:54 UTC (rev 162950)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.13.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:28:14
  Author: fyan
Revision: 162949

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

Added:
  haskell-path-io/repos/community-i686/
  haskell-path-io/repos/community-i686/PKGBUILD
(from rev 162948, haskell-path-io/trunk/PKGBUILD)
  haskell-path-io/repos/community-i686/haskell-path-io.install
(from rev 162948, haskell-path-io/trunk/haskell-path-io.install)
  haskell-path-io/repos/community-x86_64/
  haskell-path-io/repos/community-x86_64/PKGBUILD
(from rev 162948, haskell-path-io/trunk/PKGBUILD)
  haskell-path-io/repos/community-x86_64/haskell-path-io.install
(from rev 162948, haskell-path-io/trunk/haskell-path-io.install)

--+
 community-i686/PKGBUILD  |   42 +
 community-i686/haskell-path-io.install   |   23 +++
 community-x86_64/PKGBUILD|   42 +
 community-x86_64/haskell-path-io.install |   23 +++
 4 files changed, 130 insertions(+)

Copied: haskell-path-io/repos/community-i686/PKGBUILD (from rev 162948, 
haskell-path-io/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 04:28:14 UTC (rev 162949)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 'haskell-exceptions' 'haskell-path' 'haskell-temporary')
+options=('staticlibs')
+install=$pkgname.install
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('f0df7a3c4622ebff00ca77b9afda53df')
+
+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 \
+-f-dev
+  runhaskell Setup build
+  LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md"
+}

Copied: haskell-path-io/repos/community-i686/haskell-path-io.install (from rev 
162948, haskell-path-io/trunk/haskell-path-io.install)
===
--- community-i686/haskell-path-io.install  (rev 0)
+++ community-i686/haskell-path-io.install  2016-02-21 04:28:14 UTC (rev 
162949)
@@ -0,0 +1,23 @@
+HS_DIR=usr/share/haskell/haskell-path-io
+
+post_install() {
+  $HS_DIR/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_upgrade() {
+  $HS_DIR/unregister.sh
+}
+
+post_upgrade() {
+  $HS_DIR/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_remove() {
+  $HS_DIR/unregister.sh
+}
+
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-path-io/repos/community-x86_64/PKGBUILD (from rev 162948, 
haskell-path-io/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-21 04:28:14 UTC (rev 162949)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 'haskell-exceptions' 'haskell-path' 'haskell-temporary')
+options=('staticlibs')
+install=$pkgname.install
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('f0df7a3c4622ebff00ca77b9afda53df')
+
+build() {

[arch-commits] Commit in (5 files)

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:27:51
  Author: fyan
Revision: 162948

addpkg: haskell-path-io 0.3.1-1

Added:
  haskell-path-io/
  haskell-path-io/repos/
  haskell-path-io/trunk/
  haskell-path-io/trunk/PKGBUILD
  haskell-path-io/trunk/haskell-path-io.install

-+
 PKGBUILD|   42 ++
 haskell-path-io.install |   23 +++
 2 files changed, 65 insertions(+)

Added: haskell-path-io/trunk/PKGBUILD
===
--- haskell-path-io/trunk/PKGBUILD  (rev 0)
+++ haskell-path-io/trunk/PKGBUILD  2016-02-21 04:27:51 UTC (rev 162948)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 'haskell-exceptions' 'haskell-path' 'haskell-temporary')
+options=('staticlibs')
+install=$pkgname.install
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('f0df7a3c4622ebff00ca77b9afda53df')
+
+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 \
+-f-dev
+  runhaskell Setup build
+  LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md"
+}

Added: haskell-path-io/trunk/haskell-path-io.install
===
--- haskell-path-io/trunk/haskell-path-io.install   
(rev 0)
+++ haskell-path-io/trunk/haskell-path-io.install   2016-02-21 04:27:51 UTC 
(rev 162948)
@@ -0,0 +1,23 @@
+HS_DIR=usr/share/haskell/haskell-path-io
+
+post_install() {
+  $HS_DIR/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_upgrade() {
+  $HS_DIR/unregister.sh
+}
+
+post_upgrade() {
+  $HS_DIR/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_remove() {
+  $HS_DIR/unregister.sh
+}
+
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:24:03
  Author: fyan
Revision: 162947

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 162946, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 162946, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 162946, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 162946, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   64 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   64 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 +++
 4 files changed, 164 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 162946, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 04:24:03 UTC (rev 162947)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9
+pkgrel=29
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd')
+
+prepare() {
+sed -e 's/aeson >= 0.7 && < 0.11/aeson >= 0.7 \&\& < 0.12/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+install="haskell-pandoc-citeproc.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 162946, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-02-21 
04:24:03 UTC (rev 162947)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:23:40
  Author: fyan
Revision: 162946

upgpkg: pandoc-citeproc 0.9-29

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 04:16:17 UTC (rev 162945)
+++ PKGBUILD2016-02-21 04:23:40 UTC (rev 162946)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9
-pkgrel=28
+pkgrel=29
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")
@@ -20,6 +20,11 @@
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
 sha256sums=('ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd')
 
+prepare() {
+sed -e 's/aeson >= 0.7 && < 0.11/aeson >= 0.7 \&\& < 0.12/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"
 


[arch-commits] Commit in postgresql/repos (30 files)

2016-02-20 Thread Dan McGee
Date: Sunday, February 21, 2016 @ 05:20:10
  Author: dan
Revision: 260112

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

Added:
  postgresql/repos/extra-i686/PKGBUILD
(from rev 260111, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-i686/postgresql-check-db-dir
(from rev 260111, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-i686/postgresql-run-socket.patch
(from rev 260111, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-i686/postgresql.install
(from rev 260111, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-i686/postgresql.logrotate
(from rev 260111, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-i686/postgresql.pam
(from rev 260111, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-i686/postgresql.service
(from rev 260111, postgresql/trunk/postgresql.service)
  postgresql/repos/extra-x86_64/PKGBUILD
(from rev 260111, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
(from rev 260111, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
(from rev 260111, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-x86_64/postgresql.install
(from rev 260111, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-x86_64/postgresql.logrotate
(from rev 260111, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-x86_64/postgresql.pam
(from rev 260111, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-x86_64/postgresql.service
(from rev 260111, postgresql/trunk/postgresql.service)
Deleted:
  postgresql/repos/extra-i686/PKGBUILD
  postgresql/repos/extra-i686/postgresql-check-db-dir
  postgresql/repos/extra-i686/postgresql-run-socket.patch
  postgresql/repos/extra-i686/postgresql.install
  postgresql/repos/extra-i686/postgresql.logrotate
  postgresql/repos/extra-i686/postgresql.pam
  postgresql/repos/extra-i686/postgresql.service
  postgresql/repos/extra-i686/postgresql.tmpfiles.conf
  postgresql/repos/extra-x86_64/PKGBUILD
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
  postgresql/repos/extra-x86_64/postgresql.install
  postgresql/repos/extra-x86_64/postgresql.logrotate
  postgresql/repos/extra-x86_64/postgresql.pam
  postgresql/repos/extra-x86_64/postgresql.service
  postgresql/repos/extra-x86_64/postgresql.tmpfiles.conf

--+
 /PKGBUILD|  316 +
 /postgresql-check-db-dir |   98 
 /postgresql-run-socket.patch |   24 ++
 /postgresql.install  |   50 
 /postgresql.logrotate|8 
 /postgresql.pam  |6 
 /postgresql.service  |   68 ++
 extra-i686/PKGBUILD  |  162 --
 extra-i686/postgresql-check-db-dir   |   49 
 extra-i686/postgresql-run-socket.patch   |   12 -
 extra-i686/postgresql.install|   26 --
 extra-i686/postgresql.logrotate  |4 
 extra-i686/postgresql.pam|3 
 extra-i686/postgresql.service|   31 --
 extra-i686/postgresql.tmpfiles.conf  |1 
 extra-x86_64/PKGBUILD|  162 --
 extra-x86_64/postgresql-check-db-dir |   49 
 extra-x86_64/postgresql-run-socket.patch |   12 -
 extra-x86_64/postgresql.install  |   26 --
 extra-x86_64/postgresql.logrotate|4 
 extra-x86_64/postgresql.pam  |3 
 extra-x86_64/postgresql.service  |   31 --
 extra-x86_64/postgresql.tmpfiles.conf|1 
 23 files changed, 570 insertions(+), 576 deletions(-)

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


[arch-commits] Commit in postgresql/trunk (4 files)

2016-02-20 Thread Dan McGee
Date: Sunday, February 21, 2016 @ 05:19:52
  Author: dan
Revision: 260111

upgpkg: postgresql 9.5.1-1

Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql.install
  postgresql/trunk/postgresql.service
Deleted:
  postgresql/trunk/postgresql.tmpfiles.conf

--+
 PKGBUILD |   16 ++--
 postgresql.install   |1 -
 postgresql.service   |3 +++
 postgresql.tmpfiles.conf |1 -
 4 files changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 03:58:33 UTC (rev 260110)
+++ PKGBUILD2016-02-21 04:19:52 UTC (rev 260111)
@@ -3,7 +3,7 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.5.0
+pkgver=9.5.1
 _majorver=${pkgver%.*}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -13,20 +13,18 @@
 
source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
 postgresql-run-socket.patch
 postgresql.pam postgresql.logrotate
-postgresql.service postgresql.tmpfiles.conf postgresql-check-db-dir)
-md5sums=('e58fffe9359e311ead94490a06b7147c'
+postgresql.service postgresql-check-db-dir)
+md5sums=('11e037afaa4bd0c90bb3c3d955e2b401'
  '75c579eed03ffb2312631f0b649175b4'
  '96f82c38f3f540b53f3e5144900acf17'
  'd28e443f9f65a5712c52018b84e27137'
- '62531980a17de901ce0105a8ff1fd154'
- '1c5a1f99e8e93776c593c468e2612985'
+ '5a7933453a572bbe12320b088272ee71'
  '937eec7aabce171bc9d1eab65c560bcb')
-sha256sums=('f1c0d3a1a8aa8c92738cab0153fbfffcc4d4158b3fee84f7aa6bfea8283978bc'
+sha256sums=('6b309d8506a39773a752ff074f47656e5424576ea090b04a24fe1725958c5bd2'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
-'456c331d10b987c2bb7b4a9b42192ffae5b6b2c72829d16b20f39c5897b79d62'
-'7e086d70e0dcaa6ce45693b4e826ce92d770192b3aff5642319b1ef279d88dc4'
+'b48fe97f8e43ed0d2041d519119a4dafb70fcae72870951bf4fb7350fe169ac8'
 '20a8716745ff3690275ff088ea394d397063d4c5e159ca26d0d91462146bc74b')
 
 build() {
@@ -147,8 +145,6 @@
   find "${pkgdir}/usr/include" -maxdepth 1 -type f -execdir rm {} +
   rmdir "${pkgdir}/usr/share/doc/postgresql/html"
 
-  install -D -m644 "${srcdir}/postgresql.tmpfiles.conf" \
-"${pkgdir}/usr/lib/tmpfiles.d/postgresql.conf"
   install -D -m644 "${srcdir}/postgresql.service" \
 "${pkgdir}/usr/lib/systemd/system/postgresql.service"
   install -D -m755 "${srcdir}/postgresql-check-db-dir" \

Modified: postgresql.install
===
--- postgresql.install  2016-02-21 03:58:33 UTC (rev 260110)
+++ postgresql.install  2016-02-21 04:19:52 UTC (rev 260111)
@@ -9,7 +9,6 @@
 useradd -c 'PostgreSQL user' -u 88 -g postgres -d '/var/lib/postgres' -s 
/bin/bash postgres
 passwd -l postgres >/dev/null
   fi
-  systemd-tmpfiles --create postgresql.conf
   if [ ! -d '/var/lib/postgres/data' ]; then
 mkdir -p '/var/lib/postgres/data'
 chown postgres:postgres '/var/lib/postgres/data'

Modified: postgresql.service
===
--- postgresql.service  2016-02-21 03:58:33 UTC (rev 260110)
+++ postgresql.service  2016-02-21 04:19:52 UTC (rev 260111)
@@ -12,6 +12,8 @@
 
 SyslogIdentifier=postgres
 PIDFile=/var/lib/postgres/data/postmaster.pid
+RuntimeDirectory=postgresql
+RuntimeDirectoryMode=755
 
 ExecStartPre=/usr/bin/postgresql-check-db-dir ${PGROOT}/data
 ExecStart= /usr/bin/pg_ctl -s -D ${PGROOT}/data start -w -t 120
@@ -24,6 +26,7 @@
 
 # Additional security-related features
 PrivateTmp=true
+ProtectHome=true
 ProtectSystem=full
 NoNewPrivileges=true
 

Deleted: postgresql.tmpfiles.conf
===
--- postgresql.tmpfiles.conf2016-02-21 03:58:33 UTC (rev 260110)
+++ postgresql.tmpfiles.conf2016-02-21 04:19:52 UTC (rev 260111)
@@ -1 +0,0 @@
-d /run/postgresql 0775 postgres postgres -


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:16:17
  Author: fyan
Revision: 162945

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

Added:
  haskell-yesod/repos/community-staging-i686/
  haskell-yesod/repos/community-staging-i686/PKGBUILD
(from rev 162944, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-i686/haskell-yesod.install
(from rev 162944, haskell-yesod/trunk/haskell-yesod.install)
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 162944, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-x86_64/haskell-yesod.install
(from rev 162944, haskell-yesod/trunk/haskell-yesod.install)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/haskell-yesod.install   |   18 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/haskell-yesod.install |   18 
 4 files changed, 134 insertions(+)

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 162944, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 04:16:17 UTC (rev 162945)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.2
+pkgrel=21
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d6d13e608af954de23721261b39ee79569907beb173477db8820acc5e9f45757')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-i686/haskell-yesod.install (from 
rev 162944, haskell-yesod/trunk/haskell-yesod.install)
===
--- community-staging-i686/haskell-yesod.install
(rev 0)
+++ community-staging-i686/haskell-yesod.install2016-02-21 04:16:17 UTC 
(rev 162945)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 162944, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 04:16:17 UTC (rev 162945)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:15:57
  Author: fyan
Revision: 162944

upgpkg: haskell-yesod 1.4.2-21

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 04:15:40 UTC (rev 162943)
+++ PKGBUILD2016-02-21 04:15:57 UTC (rev 162944)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:15:40
  Author: fyan
Revision: 162943

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

Added:
  haskell-esqueleto/repos/community-staging-i686/
  haskell-esqueleto/repos/community-staging-i686/PKGBUILD
(from rev 162942, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-i686/haskell-esqueleto.install
(from rev 162942, haskell-esqueleto/trunk/haskell-esqueleto.install)
  haskell-esqueleto/repos/community-staging-x86_64/
  haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD
(from rev 162942, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-x86_64/haskell-esqueleto.install
(from rev 162942, haskell-esqueleto/trunk/haskell-esqueleto.install)

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/haskell-esqueleto.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/haskell-esqueleto.install |   18 +++
 4 files changed, 126 insertions(+)

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
162942, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 04:15:40 UTC (rev 162943)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.3
+pkgrel=4
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('bf555cfb40519ed1573f7bb90c65f693b9639dfa93fc230d3ded6e897434')
+
+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 \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-esqueleto/repos/community-staging-i686/haskell-esqueleto.install (from 
rev 162942, haskell-esqueleto/trunk/haskell-esqueleto.install)
===
--- community-staging-i686/haskell-esqueleto.install
(rev 0)
+++ community-staging-i686/haskell-esqueleto.install2016-02-21 04:15:40 UTC 
(rev 162943)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-esqueleto
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
162942, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 04:15:40 UTC (rev 162943)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.3
+pkgrel=4
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:15:20
  Author: fyan
Revision: 162942

upgpkg: haskell-esqueleto 2.4.3-4

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 04:10:14 UTC (rev 162941)
+++ PKGBUILD2016-02-21 04:15:20 UTC (rev 162942)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.4.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/prowdsponsor/esqueleto;
 license=("custom:BSD3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:09:54
  Author: fyan
Revision: 162940

upgpkg: haskell-dav 1.2-18

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 03:56:49 UTC (rev 162939)
+++ PKGBUILD2016-02-21 04:09:54 UTC (rev 162940)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=17
+pkgrel=18
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 05:10:14
  Author: fyan
Revision: 162941

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

Added:
  haskell-dav/repos/community-staging-i686/
  haskell-dav/repos/community-staging-i686/PKGBUILD
(from rev 162940, haskell-dav/trunk/PKGBUILD)
  haskell-dav/repos/community-staging-i686/haskell-dav.install
(from rev 162940, haskell-dav/trunk/haskell-dav.install)
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 162940, haskell-dav/trunk/PKGBUILD)
  haskell-dav/repos/community-staging-x86_64/haskell-dav.install
(from rev 162940, haskell-dav/trunk/haskell-dav.install)

--+
 community-staging-i686/PKGBUILD  |   51 +
 community-staging-i686/haskell-dav.install   |   18 
 community-staging-x86_64/PKGBUILD|   51 +
 community-staging-x86_64/haskell-dav.install |   18 
 4 files changed, 138 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 162940, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 04:10:14 UTC (rev 162941)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=18
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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 \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dav/repos/community-staging-i686/haskell-dav.install (from rev 
162940, haskell-dav/trunk/haskell-dav.install)
===
--- community-staging-i686/haskell-dav.install  (rev 0)
+++ community-staging-i686/haskell-dav.install  2016-02-21 04:10:14 UTC (rev 
162941)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dav
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 162940, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 04:10:14 UTC (rev 162941)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=18
+pkgdesc="RFC 4918 WebDAV support"

[arch-commits] Commit in postgresql-old-upgrade/repos (4 files)

2016-02-20 Thread Dan McGee
Date: Sunday, February 21, 2016 @ 04:58:33
  Author: dan
Revision: 260110

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

Added:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
(from rev 260109, postgresql-old-upgrade/trunk/PKGBUILD)
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
(from rev 260109, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   51 ---
 extra-x86_64/PKGBUILD |   51 ---
 3 files changed, 104 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-21 03:58:21 UTC (rev 260109)
+++ extra-i686/PKGBUILD 2016-02-21 03:58:33 UTC (rev 260110)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=9.3.10
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
-arch=('i686' 'x86_64')
-url="http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
-makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
-source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-md5sums=('ec2365548d08f69c8023eddd4f2d1a28')
-sha256sums=('e5444f0f76aff98a251400b7c28bc361d65e3d72d8d6cb9bb5d8361a69541531')
-
-build() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  ./configure \
---prefix=/opt/pgsql-${_majorver} \
---with-gssapi \
---with-libxml \
---with-openssl \
---with-perl \
---with-python PYTHON=/usr/bin/python2 \
---with-tcl \
---with-pam \
---without-readline \
---with-system-tzdata=/usr/share/zoneinfo \
---disable-nls \
---enable-thread-safety
-
-  make -C src all
-  make -C contrib all
-}
-
-package() {
-  cd "${srcdir}/postgresql-${pkgver}"
-
-  # install
-  make -C src DESTDIR="${pkgdir}" install
-  make -C contrib DESTDIR="${pkgdir}" install
-
-  # install license
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # clean up unneeded installed items
-  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
-}

Copied: postgresql-old-upgrade/repos/extra-i686/PKGBUILD (from rev 260109, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-21 03:58:33 UTC (rev 260110)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=9.4.6
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
+arch=('i686' 'x86_64')
+url="http://www.postgresql.org/;
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
+makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
+source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+md5sums=('0371b9d4fb995062c040ea5c3c1c971e')
+sha256sums=('cbce1f4d01a6142c5d8bebe125623c5198ec04f363da7dd3d3b3a4100b4140a6')
+
+build() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  ./configure \
+--prefix=/opt/pgsql-${_majorver} \
+--with-gssapi \
+--with-libxml \
+--with-openssl \
+--with-perl \
+--with-python PYTHON=/usr/bin/python2 \
+--with-tcl \
+--with-pam \
+--without-readline \
+--with-system-tzdata=/usr/share/zoneinfo \
+--with-uuid=e2fs \
+--disable-nls \
+--enable-thread-safety
+
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd "${srcdir}/postgresql-${pkgver}"
+
+  # install
+  make -C src DESTDIR="${pkgdir}" install
+  make -C contrib DESTDIR="${pkgdir}" install
+
+  # install license
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # clean up unneeded installed items
+  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-02-21 03:58:21 UTC (rev 260109)
+++ extra-x86_64/PKGBUILD   2016-02-21 03:58:33 UTC (rev 260110)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=9.3.10
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
-arch=('i686' 'x86_64')
-url="http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
-makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')

[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2016-02-20 Thread Dan McGee
Date: Sunday, February 21, 2016 @ 04:58:21
  Author: dan
Revision: 260109

upgpkg: postgresql-old-upgrade 9.4.6-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 03:57:30 UTC (rev 260108)
+++ PKGBUILD2016-02-21 03:58:21 UTC (rev 260109)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=9.4.5
+pkgver=9.4.6
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc="PostgreSQL build for migrating between major versions with pg_upgrade"
@@ -12,8 +12,8 @@
 depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
 makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
 
source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-md5sums=('8b2e3472a8dc786649b4d02d02e039a0')
-sha256sums=('b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39')
+md5sums=('0371b9d4fb995062c040ea5c3c1c971e')
+sha256sums=('cbce1f4d01a6142c5d8bebe125623c5198ec04f363da7dd3d3b3a4100b4140a6')
 
 build() {
   cd "${srcdir}/postgresql-${pkgver}"


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

2016-02-20 Thread Dan McGee
Date: Sunday, February 21, 2016 @ 04:57:30
  Author: dan
Revision: 260108

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

Added:
  pgbouncer/repos/extra-i686/PKGBUILD
(from rev 260107, pgbouncer/trunk/PKGBUILD)
  pgbouncer/repos/extra-i686/pgbouncer.ini
(from rev 260107, pgbouncer/trunk/pgbouncer.ini)
  pgbouncer/repos/extra-i686/pgbouncer.install
(from rev 260107, pgbouncer/trunk/pgbouncer.install)
  pgbouncer/repos/extra-i686/pgbouncer.logrotate
(from rev 260107, pgbouncer/trunk/pgbouncer.logrotate)
  pgbouncer/repos/extra-i686/pgbouncer.service
(from rev 260107, pgbouncer/trunk/pgbouncer.service)
  pgbouncer/repos/extra-i686/pgbouncer.tmpfiles.conf
(from rev 260107, pgbouncer/trunk/pgbouncer.tmpfiles.conf)
  pgbouncer/repos/extra-x86_64/PKGBUILD
(from rev 260107, pgbouncer/trunk/PKGBUILD)
  pgbouncer/repos/extra-x86_64/pgbouncer.ini
(from rev 260107, pgbouncer/trunk/pgbouncer.ini)
  pgbouncer/repos/extra-x86_64/pgbouncer.install
(from rev 260107, pgbouncer/trunk/pgbouncer.install)
  pgbouncer/repos/extra-x86_64/pgbouncer.logrotate
(from rev 260107, pgbouncer/trunk/pgbouncer.logrotate)
  pgbouncer/repos/extra-x86_64/pgbouncer.service
(from rev 260107, pgbouncer/trunk/pgbouncer.service)
  pgbouncer/repos/extra-x86_64/pgbouncer.tmpfiles.conf
(from rev 260107, pgbouncer/trunk/pgbouncer.tmpfiles.conf)
Deleted:
  pgbouncer/repos/extra-i686/PKGBUILD
  pgbouncer/repos/extra-i686/pgbouncer.ini
  pgbouncer/repos/extra-i686/pgbouncer.install
  pgbouncer/repos/extra-i686/pgbouncer.logrotate
  pgbouncer/repos/extra-i686/pgbouncer.service
  pgbouncer/repos/extra-i686/pgbouncer.tmpfiles.conf
  pgbouncer/repos/extra-x86_64/PKGBUILD
  pgbouncer/repos/extra-x86_64/pgbouncer.ini
  pgbouncer/repos/extra-x86_64/pgbouncer.install
  pgbouncer/repos/extra-x86_64/pgbouncer.logrotate
  pgbouncer/repos/extra-x86_64/pgbouncer.service
  pgbouncer/repos/extra-x86_64/pgbouncer.tmpfiles.conf

--+
 /PKGBUILD|   84 ++
 /pgbouncer.ini   |  104 +
 /pgbouncer.install   |   52 
 /pgbouncer.logrotate |   16 +
 /pgbouncer.service   |   22 ++
 /pgbouncer.tmpfiles.conf |2 
 extra-i686/PKGBUILD  |   42 -
 extra-i686/pgbouncer.ini |   52 
 extra-i686/pgbouncer.install |   16 -
 extra-i686/pgbouncer.logrotate   |8 --
 extra-i686/pgbouncer.service |   11 ---
 extra-i686/pgbouncer.tmpfiles.conf   |1 
 extra-x86_64/PKGBUILD|   42 -
 extra-x86_64/pgbouncer.ini   |   52 
 extra-x86_64/pgbouncer.install   |   16 -
 extra-x86_64/pgbouncer.logrotate |8 --
 extra-x86_64/pgbouncer.service   |   11 ---
 extra-x86_64/pgbouncer.tmpfiles.conf |1 
 18 files changed, 280 insertions(+), 260 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-21 03:57:13 UTC (rev 260107)
+++ extra-i686/PKGBUILD 2016-02-21 03:57:30 UTC (rev 260108)
@@ -1,42 +0,0 @@
-# Maintainer: Dan McGee 
-
-pkgname=pgbouncer
-pkgver=1.6
-pkgrel=1
-pkgdesc="A lightweight connection pooler for PostgreSQL"
-arch=('i686' 'x86_64')
-url="https://wiki.postgresql.org/wiki/PgBouncer;
-license=('BSD')
-depends=('libevent>=2.0' 'c-ares' 'postgresql')
-makedepends=('asciidoc' 'xmlto')
-backup=('etc/pgbouncer/pgbouncer.ini' 'etc/logrotate.d/pgbouncer')
-install=$pkgname.install
-source=("https://pgbouncer.github.io/downloads/$pkgname-$pkgver.tar.gz;
-pgbouncer.ini
-pgbouncer.logrotate
-pgbouncer.service
-pgbouncer.tmpfiles.conf)
-sha256sums=('d0aec755afcdcff0538b513f71ba4de03041f21ed5548171df9de53099efa916'
-'4f30e4a3eb76acdd233ebc7dd099dff6976299ba958e40a8429b74112e804b05'
-'8da38746d9c9dfc2433a8cfe22fdaf517e14492672d09e3c48cd4745fc03e9bd'
-'274a3d447c151323f2d297aae881ec69be1477f16e30b0bba469afe68c2d122a'
-'476ea0400ba063e932a58f1f49ae401d65b22add521894872c09ec6985e0960d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -D -m644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644 ../pgbouncer.ini "$pkgdir/etc/pgbouncer/pgbouncer.ini"
-  install -D -m644 ../pgbouncer.logrotate "$pkgdir/etc/logrotate.d/pgbouncer"
-  install -D -m644 ../pgbouncer.service 
"$pkgdir/usr/lib/systemd/system/pgbouncer.service"
-  install -D -m644 ../pgbouncer.tmpfiles.conf 
"$pkgdir/usr/lib/tmpfiles.d/pgbouncer.conf"
-  mkdir -p "$pkgdir/var/log/pgbouncer"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pgbouncer/repos/extra-i686/PKGBUILD 

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

2016-02-20 Thread Dan McGee
Date: Sunday, February 21, 2016 @ 04:57:13
  Author: dan
Revision: 260107

upgpkg: pgbouncer 1.7.1-1

Modified:
  pgbouncer/trunk/PKGBUILD
  pgbouncer/trunk/pgbouncer.install

---+
 PKGBUILD  |8 
 pgbouncer.install |   14 --
 2 files changed, 16 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 03:42:29 UTC (rev 260106)
+++ PKGBUILD2016-02-21 03:57:13 UTC (rev 260107)
@@ -1,22 +1,22 @@
 # Maintainer: Dan McGee 
 
 pkgname=pgbouncer
-pkgver=1.6
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="A lightweight connection pooler for PostgreSQL"
 arch=('i686' 'x86_64')
 url="https://wiki.postgresql.org/wiki/PgBouncer;
 license=('BSD')
-depends=('libevent>=2.0' 'c-ares' 'postgresql')
+depends=('libevent>=2.0' 'c-ares')
 makedepends=('asciidoc' 'xmlto')
 backup=('etc/pgbouncer/pgbouncer.ini' 'etc/logrotate.d/pgbouncer')
 install=$pkgname.install
-source=("https://pgbouncer.github.io/downloads/$pkgname-$pkgver.tar.gz;
+source=("https://pgbouncer.github.io/downloads/files/$pkgver/$pkgname-$pkgver.tar.gz;
 pgbouncer.ini
 pgbouncer.logrotate
 pgbouncer.service
 pgbouncer.tmpfiles.conf)
-sha256sums=('d0aec755afcdcff0538b513f71ba4de03041f21ed5548171df9de53099efa916'
+sha256sums=('f72bcdfd8a8d1ee22f509cebc59fb50d394063ce0175f0deea07b5fb2849e8a1'
 '4f30e4a3eb76acdd233ebc7dd099dff6976299ba958e40a8429b74112e804b05'
 '8da38746d9c9dfc2433a8cfe22fdaf517e14492672d09e3c48cd4745fc03e9bd'
 '274a3d447c151323f2d297aae881ec69be1477f16e30b0bba469afe68c2d122a'

Modified: pgbouncer.install
===
--- pgbouncer.install   2016-02-21 03:42:29 UTC (rev 260106)
+++ pgbouncer.install   2016-02-21 03:57:13 UTC (rev 260107)
@@ -1,4 +1,14 @@
 post_install() {
+  if [ ! -d '/var/lib/postgres' ]; then
+mkdir -p '/var/lib/postgres'
+  fi
+  if ! getent group postgres >/dev/null; then
+groupadd -g 88 postgres
+  fi
+  if ! getent passwd postgres >/dev/null; then
+useradd -c 'PostgreSQL user' -u 88 -g postgres -d '/var/lib/postgres' -s 
/bin/bash postgres
+passwd -l postgres >/dev/null
+  fi
   if ! getent group pgbouncer >/dev/null; then
 groupadd -r pgbouncer
   fi
@@ -8,9 +18,9 @@
   fi
   chown pgbouncer:pgbouncer /var/log/pgbouncer
   systemd-tmpfiles --create pgbouncer.conf
-  post_upgrade
+  gpasswd -a pgbouncer postgres
 }
 
 post_upgrade() {
-  gpasswd -a pgbouncer postgres
+  post_install $1
 }


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 04:56:49
  Author: fyan
Revision: 162939

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

Added:
  haskell-yesod-default/repos/community-staging-i686/
  haskell-yesod-default/repos/community-staging-i686/PKGBUILD
(from rev 162938, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
(from rev 162938, haskell-yesod-default/trunk/haskell-yesod-default.install)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 162938, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-x86_64/haskell-yesod-default.install
(from rev 162938, haskell-yesod-default/trunk/haskell-yesod-default.install)

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
162938, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 03:56:49 UTC (rev 162939)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=18
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
 (from rev 162938, haskell-yesod-default/trunk/haskell-yesod-default.install)
===
--- community-staging-i686/haskell-yesod-default.install
(rev 0)
+++ community-staging-i686/haskell-yesod-default.install2016-02-21 
03:56:49 UTC (rev 162939)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-default
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
162938, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 03:56:49 UTC (rev 162939)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=18
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 04:56:29
  Author: fyan
Revision: 162938

upgpkg: haskell-yesod-default 1.2.0-18

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 03:53:23 UTC (rev 162937)
+++ PKGBUILD2016-02-21 03:56:29 UTC (rev 162938)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=17
+pkgrel=18
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 04:53:23
  Author: fyan
Revision: 162937

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

Added:
  haskell-cheapskate/repos/community-staging-i686/
  haskell-cheapskate/repos/community-staging-i686/PKGBUILD
(from rev 162936, haskell-cheapskate/trunk/PKGBUILD)
  haskell-cheapskate/repos/community-staging-i686/haskell-cheapskate.install
(from rev 162936, haskell-cheapskate/trunk/haskell-cheapskate.install)
  haskell-cheapskate/repos/community-staging-x86_64/
  haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD
(from rev 162936, haskell-cheapskate/trunk/PKGBUILD)
  haskell-cheapskate/repos/community-staging-x86_64/haskell-cheapskate.install
(from rev 162936, haskell-cheapskate/trunk/haskell-cheapskate.install)

-+
 community-staging-i686/PKGBUILD |   45 ++
 community-staging-i686/haskell-cheapskate.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   45 ++
 community-staging-x86_64/haskell-cheapskate.install |   18 +++
 4 files changed, 126 insertions(+)

Copied: haskell-cheapskate/repos/community-staging-i686/PKGBUILD (from rev 
162936, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 03:53:23 UTC (rev 162937)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=9
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default"
+ "haskell-http-types" "haskell-mtl" "haskell-syb" "haskell-text"
+ "haskell-uniplate" "haskell-wai" "haskell-wai-extra" 
"haskell-xss-sanitize")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('023243726dd26a381ae43c6cace5381533b7605f069f04888c99b58d290c3d37')
+
+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 \
+-f-dingus
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-cheapskate/repos/community-staging-i686/haskell-cheapskate.install 
(from rev 162936, haskell-cheapskate/trunk/haskell-cheapskate.install)
===
--- community-staging-i686/haskell-cheapskate.install   
(rev 0)
+++ community-staging-i686/haskell-cheapskate.install   2016-02-21 03:53:23 UTC 
(rev 162937)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cheapskate
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
162936, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 03:53:23 UTC (rev 162937)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=9
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 04:53:02
  Author: fyan
Revision: 162936

upgpkg: haskell-cheapskate 0.1.0.4-9

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 03:50:16 UTC (rev 162935)
+++ PKGBUILD2016-02-21 03:53:02 UTC (rev 162936)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.0.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 04:50:16
  Author: fyan
Revision: 162935

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

Added:
  haskell-binary-tagged/repos/community-staging-i686/
  haskell-binary-tagged/repos/community-staging-i686/PKGBUILD
(from rev 162934, haskell-binary-tagged/trunk/PKGBUILD)
  
haskell-binary-tagged/repos/community-staging-i686/haskell-binary-tagged.install
(from rev 162934, haskell-binary-tagged/trunk/haskell-binary-tagged.install)
  haskell-binary-tagged/repos/community-staging-x86_64/
  haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD
(from rev 162934, haskell-binary-tagged/trunk/PKGBUILD)
  
haskell-binary-tagged/repos/community-staging-x86_64/haskell-binary-tagged.install
(from rev 162934, haskell-binary-tagged/trunk/haskell-binary-tagged.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-binary-tagged.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-binary-tagged.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-binary-tagged/repos/community-staging-i686/PKGBUILD (from rev 
162934, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 03:50:16 UTC (rev 162935)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.3.1
+pkgrel=3
+pkgdesc="Tagged binary serialisation."
+url="https://github.com/phadej/binary-tagged#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-sha" "haskell-aeson" "haskell-generics-sop"
+ "haskell-hashable" "haskell-scientific" "haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('cdd99120148015a56d92ebc38380f9ea9254d6272e5d0952dae4e55eaf52252f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-binary-tagged/repos/community-staging-i686/haskell-binary-tagged.install
 (from rev 162934, haskell-binary-tagged/trunk/haskell-binary-tagged.install)
===
--- community-staging-i686/haskell-binary-tagged.install
(rev 0)
+++ community-staging-i686/haskell-binary-tagged.install2016-02-21 
03:50:16 UTC (rev 162935)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-binary-tagged
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD (from rev 
162934, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-21 03:50:16 UTC (rev 162935)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.3.1
+pkgrel=3
+pkgdesc="Tagged binary 

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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 04:49:56
  Author: fyan
Revision: 162934

upgpkg: haskell-binary-tagged 0.1.3.1-3

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 03:48:37 UTC (rev 162933)
+++ PKGBUILD2016-02-21 03:49:56 UTC (rev 162934)
@@ -5,7 +5,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme;
 license=("custom:BSD3")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 04:48:17
  Author: fyan
Revision: 162932

upgpkg: haskell-conduit-combinators 1.0.3.1-6

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:22:34 UTC (rev 162931)
+++ PKGBUILD2016-02-21 03:48:17 UTC (rev 162932)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators;
 license=("MIT")


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

2016-02-20 Thread Felix Yan
Date: Sunday, February 21, 2016 @ 04:48:37
  Author: fyan
Revision: 162933

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 162932, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
(from rev 162932, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 162932, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-x86_64/haskell-conduit-combinators.install
(from rev 162932, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)

--+
 community-staging-i686/PKGBUILD  |   47 ++
 community-staging-i686/haskell-conduit-combinators.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   47 ++
 community-staging-x86_64/haskell-conduit-combinators.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 162932, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-21 03:48:37 UTC (rev 162933)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=6
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
 (from rev 162932, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
===
--- community-staging-i686/haskell-conduit-combinators.install  
(rev 0)
+++ community-staging-i686/haskell-conduit-combinators.install  2016-02-21 
03:48:37 UTC (rev 162933)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-combinators
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 162932, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- 

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

2016-02-20 Thread Gaetan Bisson
Date: Sunday, February 21, 2016 @ 04:42:29
  Author: bisson
Revision: 260106

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

Added:
  chromaprint/repos/testing-i686/PKGBUILD
(from rev 260105, chromaprint/trunk/PKGBUILD)
  chromaprint/repos/testing-x86_64/PKGBUILD
(from rev 260105, chromaprint/trunk/PKGBUILD)
Deleted:
  chromaprint/repos/testing-i686/PKGBUILD
  chromaprint/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   60 ++
 testing-i686/PKGBUILD   |   30 ---
 testing-x86_64/PKGBUILD |   30 ---
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-02-21 03:41:58 UTC (rev 260105)
+++ testing-i686/PKGBUILD   2016-02-21 03:42:29 UTC (rev 260106)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann 
-# Maintainer: Gaetan Bisson 
-
-pkgname=chromaprint
-pkgver=1.3
-pkgrel=2
-pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
-url='https://acoustid.org/chromaprint'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('ffmpeg')
-makedepends=('cmake')
-source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('39f36dc4b8b9aee0bc2488ca5cf457bceb4c1483')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_EXAMPLES=ON \
-   .
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: chromaprint/repos/testing-i686/PKGBUILD (from rev 260105, 
chromaprint/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-21 03:42:29 UTC (rev 260106)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann 
+# Maintainer: Gaetan Bisson 
+
+pkgname=chromaprint
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
+url='https://acoustid.org/chromaprint'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('439c5d34a3ff46bcdb54cbcb613da175eb4d83c5')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_EXAMPLES=ON \
+   .
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-02-21 03:41:58 UTC (rev 260105)
+++ testing-x86_64/PKGBUILD 2016-02-21 03:42:29 UTC (rev 260106)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Wieland Hoffmann 
-# Maintainer: Gaetan Bisson 
-
-pkgname=chromaprint
-pkgver=1.3
-pkgrel=2
-pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
-url='https://acoustid.org/chromaprint'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('ffmpeg')
-makedepends=('cmake')
-source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('39f36dc4b8b9aee0bc2488ca5cf457bceb4c1483')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_EXAMPLES=ON \
-   .
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: chromaprint/repos/testing-x86_64/PKGBUILD (from rev 260105, 
chromaprint/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-21 03:42:29 UTC (rev 260106)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Wieland Hoffmann 
+# Maintainer: Gaetan Bisson 
+
+pkgname=chromaprint
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
+url='https://acoustid.org/chromaprint'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('ffmpeg')
+makedepends=('cmake')
+source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('439c5d34a3ff46bcdb54cbcb613da175eb4d83c5')
+

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

2016-02-20 Thread Gaetan Bisson
Date: Sunday, February 21, 2016 @ 04:41:58
  Author: bisson
Revision: 260105

upstream update

Modified:
  chromaprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 03:28:24 UTC (rev 260104)
+++ PKGBUILD2016-02-21 03:41:58 UTC (rev 260105)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=chromaprint
-pkgver=1.3
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc='Library that implements a custom algorithm for extracting 
fingerprints from any audio source'
 url='https://acoustid.org/chromaprint'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ffmpeg')
 makedepends=('cmake')
 
source=("https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('39f36dc4b8b9aee0bc2488ca5cf457bceb4c1483')
+sha1sums=('439c5d34a3ff46bcdb54cbcb613da175eb4d83c5')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-02-20 Thread Dan McGee
Date: Sunday, February 21, 2016 @ 04:28:16
  Author: dan
Revision: 260103

upgpkg: python-virtualenv 14.0.6-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:10:16 UTC (rev 260102)
+++ PKGBUILD2016-02-21 03:28:16 UTC (rev 260103)
@@ -3,8 +3,8 @@
 # Contributor: Daniele Paolella 
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=14.0.5
-pkgrel=2
+pkgver=14.0.6
+pkgrel=1
 pkgdesc="Virtual Python Environment builder"
 url="https://virtualenv.pypa.io/;
 arch=('any')
@@ -13,8 +13,8 @@
 replaces=('virtualenv')
 conflicts=('virtualenv')
 
source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-md5sums=('5769a96de40d99c4557a0070e4b2e48e')
-sha256sums=('33db086a3ae4d2cf9e20ac5587d4b518fb80fcda098b872065a7300cf73fca52')
+md5sums=('a035037925c82990a7659ecf8764bcdb')
+sha256sums=('1ffb6a02d8999e9c97ad8f04b1d2ba44421dfb8f8a98b54aea5c6fdfb53bc526')
 
 package_python-virtualenv() {
   depends=('python')


[arch-commits] Commit in python-virtualenv/repos/extra-any (PKGBUILD PKGBUILD)

2016-02-20 Thread Dan McGee
Date: Sunday, February 21, 2016 @ 04:28:24
  Author: dan
Revision: 260104

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 260103, python-virtualenv/trunk/PKGBUILD)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-21 03:28:16 UTC (rev 260103)
+++ PKGBUILD2016-02-21 03:28:24 UTC (rev 260104)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Daniele Paolella 
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=14.0.5
-pkgrel=2
-pkgdesc="Virtual Python Environment builder"
-url="https://virtualenv.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python2')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-md5sums=('5769a96de40d99c4557a0070e4b2e48e')
-sha256sums=('33db086a3ae4d2cf9e20ac5587d4b518fb80fcda098b872065a7300cf73fca52')
-
-package_python-virtualenv() {
-  depends=('python')
-
-  cd "$srcdir/virtualenv-$pkgver"
-  LANG='en_US.UTF-8' python3 setup.py build
-  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root="$pkgdir"
-
-  # link to a version with 3 suffix as well
-  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-virtualenv() {
-  depends=('python2')
-
-  cd "$srcdir/virtualenv-$pkgver"
-
-  # should report this upstream as still not fixed...
-  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" virtualenv.py
-
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-  # move this "old" version out of the way
-  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 260103, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-21 03:28:24 UTC (rev 260104)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Daniele Paolella 
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=14.0.6
+pkgrel=1
+pkgdesc="Virtual Python Environment builder"
+url="https://virtualenv.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python2')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+md5sums=('a035037925c82990a7659ecf8764bcdb')
+sha256sums=('1ffb6a02d8999e9c97ad8f04b1d2ba44421dfb8f8a98b54aea5c6fdfb53bc526')
+
+package_python-virtualenv() {
+  depends=('python')
+
+  cd "$srcdir/virtualenv-$pkgver"
+  LANG='en_US.UTF-8' python3 setup.py build
+  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root="$pkgdir"
+
+  # link to a version with 3 suffix as well
+  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
+
+  install -D -m644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-virtualenv() {
+  depends=('python2')
+
+  cd "$srcdir/virtualenv-$pkgver"
+
+  # should report this upstream as still not fixed...
+  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" virtualenv.py
+
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+  # move this "old" version out of the way
+  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
+
+  install -D -m644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in lxtask/trunk (PKGBUILD gtk3.patch)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:22:22
  Author: bgyorgy
Revision: 162930

upgpkg: lxtask 0.1.7-1

Update to new version

Modified:
  lxtask/trunk/PKGBUILD
Deleted:
  lxtask/trunk/gtk3.patch

+
 PKGBUILD   |   15 ---
 gtk3.patch |   24 
 2 files changed, 4 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:19:49 UTC (rev 162929)
+++ PKGBUILD2016-02-21 01:22:22 UTC (rev 162930)
@@ -6,8 +6,8 @@
 
 pkgbase=lxtask
 pkgname=(lxtask lxtask-gtk3)
-pkgver=0.1.6
-pkgrel=2
+pkgver=0.1.7
+pkgrel=1
 pkgdesc='Task manager of the LXDE Desktop'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,16 +14,9 @@
 url='http://lxde.org/'
 depends=('gtk2' 'gtk3')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
-gtk3.patch)
-md5sums=('14b5341822aaa049f2d4d5a56c1b28f2'
- '86d38c288611bbe3565218abb12bf5ac')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+md5sums=('eb2ad374e97c317e2f74d47b1e582303')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-}
-
 build() {
   # GTK+ 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2

Deleted: gtk3.patch
===
--- gtk3.patch  2016-02-21 01:19:49 UTC (rev 162929)
+++ gtk3.patch  2016-02-21 01:22:22 UTC (rev 162930)
@@ -1,24 +0,0 @@
-From 91656b073774e9ba3b9c27c99c3fd2553be60bab Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Mon, 15 Dec 2014 15:41:26 +0100
-Subject: [PATCH] Add icon to the about dialog
-

- src/interface.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/interface.c b/src/interface.c
-index cb0eeef..4771f0c 100644
 a/src/interface.c
-+++ b/src/interface.c
-@@ -403,6 +403,7 @@ void show_about_dialog(void)
-   gtk_about_dialog_set_program_name ( (GtkAboutDialog*)about_dlg, _( 
"LXTask" ) );
- #endif
- /* gtk_about_dialog_set_logo( (GtkAboutDialog*)about_dlg, 
gdk_pixbuf_new_from_file(  PACKAGE_DATA_DIR"/pixmaps/lxtask.png", NULL ) ); */
-+gtk_about_dialog_set_logo_icon_name( (GtkAboutDialog*)about_dlg, 
"utilities-system-monitor" );
- gtk_about_dialog_set_copyright ( (GtkAboutDialog*)about_dlg, _( 
"Copyright (C) 2008 LXDE team" ) );
- gtk_about_dialog_set_comments ( (GtkAboutDialog*)about_dlg, _( 
"Lightweight task manager for LXDE project" ) );
- gtk_about_dialog_set_license ( (GtkAboutDialog*)about_dlg, 
"LXTask\n\nCopyright (C) 2008 LXDE team\n\nThis program is free software; you 
can redistribute it and/or\nmodify it under the terms of the GNU General Public 
License\nas published by the Free Software Foundation; either version 2\nof the 
License, or (at your option) any later version.\n\nThis program is distributed 
in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the 
implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See 
the\nGNU General Public License for more details.\n\nYou should have received a 
copy of the GNU General Public License\nalong with this program; if not, write 
to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, 
Boston, MA  02110-1301, USA." );
--- 
-2.1.4
-


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:22:34
  Author: bgyorgy
Revision: 162931

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

Added:
  lxtask/repos/community-i686/PKGBUILD
(from rev 162930, lxtask/trunk/PKGBUILD)
  lxtask/repos/community-x86_64/PKGBUILD
(from rev 162930, lxtask/trunk/PKGBUILD)
Deleted:
  lxtask/repos/community-i686/PKGBUILD
  lxtask/repos/community-i686/gtk3.patch
  lxtask/repos/community-x86_64/PKGBUILD
  lxtask/repos/community-x86_64/gtk3.patch

-+
 /PKGBUILD   |  102 ++
 community-i686/PKGBUILD |   59 
 community-i686/gtk3.patch   |   24 -
 community-x86_64/PKGBUILD   |   59 
 community-x86_64/gtk3.patch |   24 -
 5 files changed, 102 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-21 01:22:22 UTC (rev 162930)
+++ community-i686/PKGBUILD 2016-02-21 01:22:34 UTC (rev 162931)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=lxtask
-pkgname=(lxtask lxtask-gtk3)
-pkgver=0.1.6
-pkgrel=2
-pkgdesc='Task manager of the LXDE Desktop'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'gtk3')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
-gtk3.patch)
-md5sums=('14b5341822aaa049f2d4d5a56c1b28f2'
- '86d38c288611bbe3565218abb12bf5ac')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-}
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --sysconfdir=/etc --prefix=/usr --enable-gtk3
-  make
-}
-
-package_lxtask() {
-  groups=('lxde')
-  depends=('gtk2')
-
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-}
-
-package_lxtask-gtk3() {
-  groups=('lxde-gtk3')
-  pkgdesc+=' (GTK+ 3 version)'
-  depends=('gtk3')
-  conflicts=('lxtask')
-
-  cd gtk3
-  make DESTDIR="$pkgdir" install
-}

Copied: lxtask/repos/community-i686/PKGBUILD (from rev 162930, 
lxtask/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 01:22:34 UTC (rev 162931)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=lxtask
+pkgname=(lxtask lxtask-gtk3)
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Task manager of the LXDE Desktop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('gtk2' 'gtk3')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+md5sums=('eb2ad374e97c317e2f74d47b1e582303')
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-gtk3
+  make
+}
+
+package_lxtask() {
+  groups=('lxde')
+  depends=('gtk2')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxtask-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3')
+  conflicts=('lxtask')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gtk3.patch
===
--- community-i686/gtk3.patch   2016-02-21 01:22:22 UTC (rev 162930)
+++ community-i686/gtk3.patch   2016-02-21 01:22:34 UTC (rev 162931)
@@ -1,24 +0,0 @@
-From 91656b073774e9ba3b9c27c99c3fd2553be60bab Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Mon, 15 Dec 2014 15:41:26 +0100
-Subject: [PATCH] Add icon to the about dialog
-

- src/interface.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/interface.c b/src/interface.c
-index cb0eeef..4771f0c 100644
 a/src/interface.c
-+++ b/src/interface.c
-@@ -403,6 +403,7 @@ void show_about_dialog(void)
-   gtk_about_dialog_set_program_name ( (GtkAboutDialog*)about_dlg, _( 
"LXTask" ) );
- #endif
- /* gtk_about_dialog_set_logo( (GtkAboutDialog*)about_dlg, 
gdk_pixbuf_new_from_file(  PACKAGE_DATA_DIR"/pixmaps/lxtask.png", NULL ) ); */
-+

[arch-commits] Commit in lxrandr/trunk (PKGBUILD gtk3.patch)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:19:39
  Author: bgyorgy
Revision: 162928

upgpkg: lxrandr 0.3.1-1

Update to new version

Modified:
  lxrandr/trunk/PKGBUILD
Deleted:
  lxrandr/trunk/gtk3.patch

+
 PKGBUILD   |   15 ++
 gtk3.patch |   81 ---
 2 files changed, 4 insertions(+), 92 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:16:48 UTC (rev 162927)
+++ PKGBUILD2016-02-21 01:19:39 UTC (rev 162928)
@@ -4,8 +4,8 @@
 
 pkgbase=lxrandr
 pkgname=(lxrandr lxrandr-gtk3)
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Monitor configuration tool (part of LXDE)"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,16 +12,9 @@
 url="http://lxde.org/;
 depends=('gtk2' 'gtk3' 'xorg-xrandr')
 makedepends=('intltool')
-source=("http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz;
-'gtk3.patch')
-md5sums=('250f0ebb09c1e02f430f951911ba1259'
- '9bd90d6eb7db03ae139d6769ca911b02')
+source=("http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz;)
+md5sums=('b327938f18a4baac85c4707f927d606e')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-}
-
 build() {
   # GTK+ 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2

Deleted: gtk3.patch
===
--- gtk3.patch  2016-02-21 01:16:48 UTC (rev 162927)
+++ gtk3.patch  2016-02-21 01:19:39 UTC (rev 162928)
@@ -1,81 +0,0 @@
-From fc3136f1a246cd0aba23c0f3b3ba43bceeb151d5 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Mon, 15 Dec 2014 16:19:57 +0100
-Subject: [PATCH] Add icon to the about dialog
-

- src/lxrandr.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/lxrandr.c b/src/lxrandr.c
-index 9c85218..8df9e5f 100644
 a/src/lxrandr.c
-+++ b/src/lxrandr.c
-@@ -293,6 +293,7 @@ static void on_about( GtkButton* btn, gpointer parent )
- gtk_about_dialog_set_version ( (GtkAboutDialog*)about_dlg, VERSION );
- gtk_about_dialog_set_program_name ( (GtkAboutDialog*)about_dlg, _( 
"LXRandR" ) );
- //gtk_about_dialog_set_logo( (GtkAboutDialog*)about_dlg, 
gdk_pixbuf_new_from_file(  PACKAGE_DATA_DIR"/pixmaps/lxrandr.png", NULL ) );
-+gtk_about_dialog_set_logo_icon_name( (GtkAboutDialog*)about_dlg, 
"display" );
- gtk_about_dialog_set_copyright ( (GtkAboutDialog*)about_dlg, _( 
"Copyright (C) 2008-2014" ) );
- gtk_about_dialog_set_comments ( (GtkAboutDialog*)about_dlg, _( "Monitor 
configuration tool for LXDE" ) );
- gtk_about_dialog_set_license ( (GtkAboutDialog*)about_dlg, "This program 
is free software; you can redistribute it and/or\nmodify it under the terms of 
the GNU General Public License\nas published by the Free Software Foundation; 
either version 2\nof the License, or (at your option) any later version.\n\nmw 
program is distributed in the hope that it will be useful,\nbut WITHOUT ANY 
WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR 
A PARTICULAR PURPOSE.  See the\nGNU General Public License for more 
details.\n\nYou should have received a copy of the GNU General Public 
License\nalong with mw program; if not, write to the Free Software\nFoundation, 
Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA." );
--- 
-2.1.4
-
-From 63981447cc1f52becb03f9e4fe2e4093c0ecd2de Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sun, 2 Aug 2015 00:45:57 +0200
-Subject: [PATCH] Add MATE to NotShowIn in desktop entries
-

- data/lxrandr.desktop.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/lxrandr.desktop.in b/data/lxrandr.desktop.in
-index 0076502..7a84d8f 100644
 a/data/lxrandr.desktop.in
-+++ b/data/lxrandr.desktop.in
-@@ -6,4 +6,4 @@ Icon=video-display
- Terminal=false
- Type=Application
- Categories=GTK;Settings;HardwareSettings;X-LXDE-Settings;
--NotShowIn=GNOME;KDE;XFCE;
-+NotShowIn=GNOME;KDE;XFCE;MATE;
--- 
-2.1.4
-
-From dcf63f170d22c49a71941461191b07d5ec27fefa Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Tue, 21 Jul 2015 19:43:46 +0200
-Subject: [PATCH] Use video-display as icon
-
-It's already used in .desktop file.

- src/lxrandr.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/lxrandr.c b/src/lxrandr.c
-index 8df9e5f..33e02b2 100644
 a/src/lxrandr.c
-+++ b/src/lxrandr.c
-@@ -293,7 +293,7 @@ static void on_about( GtkButton* btn, gpointer parent )
- gtk_about_dialog_set_version ( (GtkAboutDialog*)about_dlg, VERSION );
- gtk_about_dialog_set_program_name ( (GtkAboutDialog*)about_dlg, _( 
"LXRandR" ) );
- //gtk_about_dialog_set_logo( (GtkAboutDialog*)about_dlg, 
gdk_pixbuf_new_from_file(  PACKAGE_DATA_DIR"/pixmaps/lxrandr.png", NULL ) );
--

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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:19:49
  Author: bgyorgy
Revision: 162929

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

Added:
  lxrandr/repos/community-i686/PKGBUILD
(from rev 162928, lxrandr/trunk/PKGBUILD)
  lxrandr/repos/community-x86_64/PKGBUILD
(from rev 162928, lxrandr/trunk/PKGBUILD)
Deleted:
  lxrandr/repos/community-i686/PKGBUILD
  lxrandr/repos/community-i686/gtk3.patch
  lxrandr/repos/community-x86_64/PKGBUILD
  lxrandr/repos/community-x86_64/gtk3.patch

-+
 /PKGBUILD   |   98 ++
 community-i686/PKGBUILD |   56 
 community-i686/gtk3.patch   |   81 --
 community-x86_64/PKGBUILD   |   56 
 community-x86_64/gtk3.patch |   81 --
 5 files changed, 98 insertions(+), 274 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-21 01:19:39 UTC (rev 162928)
+++ community-i686/PKGBUILD 2016-02-21 01:19:49 UTC (rev 162929)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=lxrandr
-pkgname=(lxrandr lxrandr-gtk3)
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="Monitor configuration tool (part of LXDE)"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://lxde.org/;
-depends=('gtk2' 'gtk3' 'xorg-xrandr')
-makedepends=('intltool')
-source=("http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz;
-'gtk3.patch')
-md5sums=('250f0ebb09c1e02f430f951911ba1259'
- '9bd90d6eb7db03ae139d6769ca911b02')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-}
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --sysconfdir=/etc --prefix=/usr --enable-gtk3
-  make
-}
-
-package_lxrandr() {
-  groups=('lxde')
-  depends=('gtk2' 'xorg-xrandr')
-
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-}
-
-package_lxrandr-gtk3() {
-  groups=('lxde-gtk3')
-  pkgdesc+=' (GTK+ 3 version)'
-  depends=('gtk3' 'xorg-xrandr')
-  conflicts=('lxrandr')
-
-  cd gtk3
-  make DESTDIR="$pkgdir" install
-}

Copied: lxrandr/repos/community-i686/PKGBUILD (from rev 162928, 
lxrandr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 01:19:49 UTC (rev 162929)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=lxrandr
+pkgname=(lxrandr lxrandr-gtk3)
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Monitor configuration tool (part of LXDE)"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://lxde.org/;
+depends=('gtk2' 'gtk3' 'xorg-xrandr')
+makedepends=('intltool')
+source=("http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz;)
+md5sums=('b327938f18a4baac85c4707f927d606e')
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-gtk3
+  make
+}
+
+package_lxrandr() {
+  groups=('lxde')
+  depends=('gtk2' 'xorg-xrandr')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxrandr-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3' 'xorg-xrandr')
+  conflicts=('lxrandr')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gtk3.patch
===
--- community-i686/gtk3.patch   2016-02-21 01:19:39 UTC (rev 162928)
+++ community-i686/gtk3.patch   2016-02-21 01:19:49 UTC (rev 162929)
@@ -1,81 +0,0 @@
-From fc3136f1a246cd0aba23c0f3b3ba43bceeb151d5 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Mon, 15 Dec 2014 16:19:57 +0100
-Subject: [PATCH] Add icon to the about dialog
-

- src/lxrandr.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/lxrandr.c b/src/lxrandr.c
-index 9c85218..8df9e5f 100644
 a/src/lxrandr.c
-+++ b/src/lxrandr.c
-@@ -293,6 +293,7 @@ static void on_about( GtkButton* btn, gpointer parent )
- gtk_about_dialog_set_version ( (GtkAboutDialog*)about_dlg, VERSION );
- gtk_about_dialog_set_program_name ( (GtkAboutDialog*)about_dlg, _( 
"LXRandR" ) );
- //gtk_about_dialog_set_logo( (GtkAboutDialog*)about_dlg, 
gdk_pixbuf_new_from_file(  PACKAGE_DATA_DIR"/pixmaps/lxrandr.png", NULL ) );
-+gtk_about_dialog_set_logo_icon_name( 

[arch-commits] Commit in lxmusic/trunk (PKGBUILD gtk3.patch)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:16:38
  Author: bgyorgy
Revision: 162926

upgpkg: lxmusic 0.4.7-1

Update to new version

Modified:
  lxmusic/trunk/PKGBUILD
Deleted:
  lxmusic/trunk/gtk3.patch

+
 PKGBUILD   |   16 -
 gtk3.patch |  493 ---
 2 files changed, 4 insertions(+), 505 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:14:03 UTC (rev 162925)
+++ PKGBUILD2016-02-21 01:16:38 UTC (rev 162926)
@@ -5,8 +5,8 @@
 
 pkgbase=lxmusic
 pkgname=(lxmusic lxmusic-gtk3)
-pkgver=0.4.6
-pkgrel=3
+pkgver=0.4.7
+pkgrel=1
 pkgdesc='Lightweight XMMS2 client'
 arch=('i686' 'x86_64')
 url="http://lxde.org/;
@@ -13,17 +13,9 @@
 license=('GPL')
 depends=('gtk2' 'gtk3' 'libnotify' 'xmms2')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
-gtk3.patch)
-md5sums=('38fc31793b11c43b6a8fda70faedfd54'
- '3140b6f2f88fe1835fad8c094c9faf61')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+md5sums=('1bbd57f5b34e13ef31152c9ecb31ef68')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-  autoreconf -fi
-}
-
 build() {
   # GTK+ 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2

Deleted: gtk3.patch
===
--- gtk3.patch  2016-02-21 01:14:03 UTC (rev 162925)
+++ gtk3.patch  2016-02-21 01:16:38 UTC (rev 162926)
@@ -1,493 +0,0 @@
-From ffc46b7eef2df21e024b04f3b29971093460a8d9 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Thu, 18 Dec 2014 02:24:43 +0100
-Subject: [PATCH] Fix some deprecations and add an option to compile with gtk3
-

- configure.ac | 19 +--
- data/lxmusic.ui.glade|  1 -
- data/track-info.ui.glade |  1 -
- src/lxmusic.c| 63 
- 4 files changed, 54 insertions(+), 30 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 6bf5316..836560b 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -6,7 +6,7 @@ AM_CONFIG_HEADER(config.h)
- AM_MAINTAINER_MODE([enable])
- 
- # Required Packages
--m4_define([gtk_minimum_version], [2.14.0])
-+m4_define([gtk_minimum_version], [2.20.0])
- m4_define([gmodule_export_minimum_version], [2.0])
- m4_define([xmms2_minimum_version], [0.7])
- m4_define([xmms2_client_glib_minimum_version], [0.7])
-@@ -22,8 +22,23 @@ AC_HEADER_STDC
- AC_PROG_INTLTOOL(, [no-xml])
- 
- dnl check for mandatory modules
-+AC_ARG_ENABLE(gtk3,
-+AC_HELP_STRING([--enable-gtk3],[enable to use gtk-3.0 instead of gtk-2.0]),
-+[case "${enableval}" in
-+  yes)  enable_gtk3=yes ;;
-+  no)   enable_gtk3=no ;;
-+  *) AC_MSG_ERROR([bad value "${enableval}" for --enable-gtk3, use "yes" 
(default) or "no".]) ;;
-+esac],[])
-+
-+# Checks for libraries.
-+if test "x$enable_gtk3" = "xyes" ; then
-+  CFLAGS="$CFLAGS -DENABLE_GTK3"
-+  gtk_modules="gtk+-3.0 >= 3.0.0"
-+else
-+  gtk_modules="gtk+-2.0 >= gtk_minimum_version"
-+fi
- PKG_CHECK_MODULES(LXMUSIC,
--[gtk+-2.0 >= gtk_minimum_version
-+[$gtk_modules
-   gmodule-export-2.0 >= gmodule_export_minimum_version
-   xmms2-client >= xmms2_minimum_version
-   xmms2-client-glib >= xmms2_client_glib_minimum_version])
-diff --git a/data/lxmusic.ui.glade b/data/lxmusic.ui.glade
-index b5572fa..1856b30 100644
 a/data/lxmusic.ui.glade
-+++ b/data/lxmusic.ui.glade
-@@ -370,7 +370,6 @@
- 80
- True
- True
--GTK_UPDATE_DELAYED
- adjustment1
- False
- 
-diff --git a/data/track-info.ui.glade b/data/track-info.ui.glade
-index 05895b0..50a6e23 100644
 a/data/track-info.ui.glade
-+++ b/data/track-info.ui.glade
-@@ -7,7 +7,6 @@
- GTK_WIN_POS_CENTER_ON_PARENT
- 480
- GDK_WINDOW_TYPE_HINT_DIALOG
--False
- 
- 
-   
-diff --git a/src/lxmusic.c b/src/lxmusic.c
-index 001619d..14aa17a 100644
 a/src/lxmusic.c
-+++ b/src/lxmusic.c
-@@ -252,13 +252,6 @@ void on_main_win_destroy(GtkWidget* win)
- }
- }
- 
--static void open_url(GtkAboutDialog* dlg, const char* url, gpointer user_data)
--{
--const char* argv[] = {"xdg-open", NULL, NULL};
--argv[1] = url;
--g_spawn_async("/", (gchar**)argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, 
NULL, NULL);
--}
--
- void on_about(GtkWidget* mi, gpointer data)
- {
- const char* authors[] = { "洪任諭 (Hong Jen Yee) 
", 
-@@ -266,11 +259,9 @@ void on_about(GtkWidget* mi, gpointer data)
- const char* artists[] = { N_("Official icon of xmms2 by Arnaud DIDRY"), 
NULL };
- GtkWidget* about;
- 
--gtk_about_dialog_set_url_hook(open_url, NULL, NULL);
--
- about = gtk_about_dialog_new();
--gtk_about_dialog_set_name( (GtkAboutDialog*)about, "LXMusic" );
--

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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:16:48
  Author: bgyorgy
Revision: 162927

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

Added:
  lxmusic/repos/community-i686/PKGBUILD
(from rev 162926, lxmusic/trunk/PKGBUILD)
  lxmusic/repos/community-x86_64/PKGBUILD
(from rev 162926, lxmusic/trunk/PKGBUILD)
Deleted:
  lxmusic/repos/community-i686/PKGBUILD
  lxmusic/repos/community-i686/gtk3.patch
  lxmusic/repos/community-x86_64/PKGBUILD
  lxmusic/repos/community-x86_64/gtk3.patch

-+
 /PKGBUILD   |  100 
 community-i686/PKGBUILD |   58 
 community-i686/gtk3.patch   |  493 --
 community-x86_64/PKGBUILD   |   58 
 community-x86_64/gtk3.patch |  493 --
 5 files changed, 100 insertions(+), 1102 deletions(-)

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


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:14:03
  Author: bgyorgy
Revision: 162925

archrelease: copy trunk to community-any

Added:
  lxmenu-data/repos/community-any/PKGBUILD
(from rev 162924, lxmenu-data/trunk/PKGBUILD)
Deleted:
  lxmenu-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-21 01:13:57 UTC (rev 162924)
+++ PKGBUILD2016-02-21 01:14:03 UTC (rev 162925)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=lxmenu-data
-pkgver=0.1.4
-pkgrel=2
-pkgdesc="Freedesktop.org desktop menus for LXDE"
-arch=('any')
-license=('GPL2')
-url="http://lxde.org/;
-source=("http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz;)
-makedepends=('intltool')
-sha256sums=('8802fbc88e4cac80dbf0a2926deb30eeb127c54b93254d7bda591cbe174bfb1c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lxmenu-data/repos/community-any/PKGBUILD (from rev 162924, 
lxmenu-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-21 01:14:03 UTC (rev 162925)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=lxmenu-data
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Freedesktop.org desktop menus for LXDE"
+arch=('any')
+license=('GPL2')
+url="http://lxde.org/;
+source=("http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz;)
+makedepends=('intltool')
+sha256sums=('9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:13:57
  Author: bgyorgy
Revision: 162924

upgpkg: lxmenu-data 0.1.5-1

Update to new version

Modified:
  lxmenu-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:12:49 UTC (rev 162923)
+++ PKGBUILD2016-02-21 01:13:57 UTC (rev 162924)
@@ -4,8 +4,8 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=lxmenu-data
-pkgver=0.1.4
-pkgrel=2
+pkgver=0.1.5
+pkgrel=1
 pkgdesc="Freedesktop.org desktop menus for LXDE"
 arch=('any')
 license=('GPL2')
@@ -12,7 +12,7 @@
 url="http://lxde.org/;
 source=("http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz;)
 makedepends=('intltool')
-sha256sums=('8802fbc88e4cac80dbf0a2926deb30eeb127c54b93254d7bda591cbe174bfb1c')
+sha256sums=('9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:12:49
  Author: bgyorgy
Revision: 162923

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-21 01:12:40 UTC (rev 162922)
+++ community-i686/PKGBUILD 2016-02-21 01:12:49 UTC (rev 162923)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Angel 'angvp' Velasquez  
-# Contributor: Geoffroy Carrier 
-
-pkgname=lxlauncher
-pkgver=0.2.4
-pkgrel=1
-pkgdesc='Open source clone of the Asus launcher for EeePC'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'startup-notification' 'lxmenu-data' 'menu-cache')
-makedepends=('intltool')
-backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('8a21590c085ad82f4f50e4affb7ad0ab')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxlauncher/repos/community-i686/PKGBUILD (from rev 162922, 
lxlauncher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 01:12:49 UTC (rev 162923)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Angel 'angvp' Velasquez  
+# Contributor: Geoffroy Carrier 
+
+pkgname=lxlauncher
+pkgver=0.2.5
+pkgrel=1
+pkgdesc='Open source clone of the Asus launcher for EeePC'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'startup-notification' 'lxmenu-data' 'menu-cache')
+makedepends=('intltool')
+backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('94a7a36af92f8409365b6a25b6904eeb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-21 01:12:40 UTC (rev 162922)
+++ community-x86_64/PKGBUILD   2016-02-21 01:12:49 UTC (rev 162923)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Angel 'angvp' Velasquez  
-# Contributor: Geoffroy Carrier 
-
-pkgname=lxlauncher
-pkgver=0.2.4
-pkgrel=1
-pkgdesc='Open source clone of the Asus launcher for EeePC'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'startup-notification' 'lxmenu-data' 'menu-cache')
-makedepends=('intltool')
-backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('8a21590c085ad82f4f50e4affb7ad0ab')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxlauncher/repos/community-x86_64/PKGBUILD (from rev 162922, 
lxlauncher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-21 01:12:49 UTC (rev 162923)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Angel 'angvp' Velasquez  
+# Contributor: Geoffroy Carrier 
+
+pkgname=lxlauncher
+pkgver=0.2.5
+pkgrel=1
+pkgdesc='Open source clone of the Asus launcher for EeePC'
+arch=('i686' 'x86_64')
+license=('GPL2')

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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:12:40
  Author: bgyorgy
Revision: 162922

upgpkg: lxlauncher 0.2.5-1

Update to new version

Modified:
  lxlauncher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:10:32 UTC (rev 162921)
+++ PKGBUILD2016-02-21 01:12:40 UTC (rev 162922)
@@ -5,7 +5,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=lxlauncher
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc='Open source clone of the Asus launcher for EeePC'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('intltool')
 backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('8a21590c085ad82f4f50e4affb7ad0ab')
+md5sums=('94a7a36af92f8409365b6a25b6904eeb')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in lxinput/trunk (PKGBUILD gtk3.patch)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:10:22
  Author: bgyorgy
Revision: 162920

upgpkg: lxinput 0.3.5-1

Update to new version

Modified:
  lxinput/trunk/PKGBUILD
Deleted:
  lxinput/trunk/gtk3.patch

+
 PKGBUILD   |   15 ++--
 gtk3.patch |  108 ---
 2 files changed, 4 insertions(+), 119 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:06:55 UTC (rev 162919)
+++ PKGBUILD2016-02-21 01:10:22 UTC (rev 162920)
@@ -5,8 +5,8 @@
 
 pkgbase=lxinput
 pkgname=(lxinput lxinput-gtk3)
-pkgver=0.3.4
-pkgrel=2
+pkgver=0.3.5
+pkgrel=1
 pkgdesc="Small program to configure keyboard and mouse for LXDE"
 arch=('i686' 'x86_64')
 url="http://lxde.org/;
@@ -14,16 +14,9 @@
 groups=('lxde')
 depends=('gtk2' 'gtk3')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
-gtk3.patch)
-sha256sums=('6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24'
-'73504c8bebf946f9806f9d72a79691357d1b705ca4798f5597538b9ece06e7f3')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+sha256sums=('4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-}
-
 build() {
   # GTK+ 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2

Deleted: gtk3.patch
===
--- gtk3.patch  2016-02-21 01:06:55 UTC (rev 162919)
+++ gtk3.patch  2016-02-21 01:10:22 UTC (rev 162920)
@@ -1,108 +0,0 @@
-From 2c29bf2b3d68f4897d708a9fa215277e1c40d2e8 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Thu, 18 Dec 2014 04:29:17 +0100
-Subject: [PATCH] Fix GtkBuilder UI file for GTK+ 3, add mouse icon to mouse
- tab
-

- data/lxinput.ui | 27 +--
- 1 file changed, 13 insertions(+), 14 deletions(-)
-
-diff --git a/data/lxinput.ui b/data/lxinput.ui
-index a61cb8e..a3a4175 100644
 a/data/lxinput.ui
-+++ b/data/lxinput.ui
-@@ -107,7 +107,6 @@
- 100
- True
- True
--discontinuous
- mouse_accel_adj
- 1
- right
-@@ -123,7 +122,6 @@
- 100
- True
- True
--discontinuous
- mouse_threshold_adj
- 0
- right
-@@ -247,6 +245,19 @@
- False
- 6
- 
-+  
-+True
-+False
-+16
-+input-mouse
-+  
-+  
-+True
-+True
-+0
-+  
-+
-+
-   
- True
- False
-@@ -312,7 +323,6 @@
- 100
- True
- True
--discontinuous
- kb_daley_adj
- 0
- right
-@@ -329,7 +339,6 @@
- True
- True
- Interval between each key repeat
--discontinuous
- kb_interval_adj
- 0
- right
-@@ -624,16 +633,6 @@
-   ok
- 
-   
--  
--True
--False
--input-keyboard
--  
--  
--True
--False
--input-keyboard
--  
-   
- 100
- 1100
--- 
-2.1.4
-
-From 2b52f014c63cca1581612eaa6d552187bdee Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sun, 2 Aug 2015 00:45:47 +0200
-Subject: [PATCH] Add MATE to NotShowIn in desktop entries
-

- data/lxinput.desktop.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/lxinput.desktop.in b/data/lxinput.desktop.in
-index 0587227..83d29b6 100644
 a/data/lxinput.desktop.in
-+++ b/data/lxinput.desktop.in
-@@ -7,4 +7,4 @@ _Comment=Configure keyboard, mouse, and other input devices
- StartupNotify=true
- Terminal=false
- Categories=GTK;Settings;HardwareSettings;X-LXDE-Settings;
--NotShowIn=GNOME;KDE;XFCE;
-+NotShowIn=GNOME;KDE;XFCE;MATE;
--- 
-2.1.4
-


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

2016-02-20 Thread Anatol Pomozov
Date: Sunday, February 21, 2016 @ 02:10:16
  Author: anatolik
Revision: 260102

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

Added:
  syslinux/repos/testing-i686/
  syslinux/repos/testing-i686/PKGBUILD
(from rev 260101, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 260101, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 260101, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 260101, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 260101, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 260101, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 260101, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 260101, syslinux/trunk/syslinux.install)

+
 testing-i686/PKGBUILD  |   94 ++
 testing-i686/syslinux-install_update   |  464 +++
 testing-i686/syslinux.cfg  |   78 +
 testing-i686/syslinux.install  |   32 ++
 testing-x86_64/PKGBUILD|   94 ++
 testing-x86_64/syslinux-install_update |  464 +++
 testing-x86_64/syslinux.cfg|   78 +
 testing-x86_64/syslinux.install|   32 ++
 8 files changed, 1336 insertions(+)

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


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:10:32
  Author: bgyorgy
Revision: 162921

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

Added:
  lxinput/repos/community-i686/PKGBUILD
(from rev 162920, lxinput/trunk/PKGBUILD)
  lxinput/repos/community-x86_64/PKGBUILD
(from rev 162920, lxinput/trunk/PKGBUILD)
Deleted:
  lxinput/repos/community-i686/PKGBUILD
  lxinput/repos/community-i686/gtk3.patch
  lxinput/repos/community-x86_64/PKGBUILD
  lxinput/repos/community-x86_64/gtk3.patch

-+
 /PKGBUILD   |  102 +++
 community-i686/PKGBUILD |   58 --
 community-i686/gtk3.patch   |  108 --
 community-x86_64/PKGBUILD   |   58 --
 community-x86_64/gtk3.patch |  108 --
 5 files changed, 102 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-21 01:10:22 UTC (rev 162920)
+++ community-i686/PKGBUILD 2016-02-21 01:10:32 UTC (rev 162921)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Filipp "Scorp" Andjelo 
-
-pkgbase=lxinput
-pkgname=(lxinput lxinput-gtk3)
-pkgver=0.3.4
-pkgrel=2
-pkgdesc="Small program to configure keyboard and mouse for LXDE"
-arch=('i686' 'x86_64')
-url="http://lxde.org/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'gtk3')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
-gtk3.patch)
-sha256sums=('6e37074e406a05792f6eaac029638bd02fe88926f20736d73dcb5113da825c24'
-'73504c8bebf946f9806f9d72a79691357d1b705ca4798f5597538b9ece06e7f3')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-}
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --prefix=/usr
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --prefix=/usr --enable-gtk3
-  make
-}
-
-package_lxinput() {
-  groups=('lxde')
-  depends=('gtk2')
-
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-}
-
-package_lxinput-gtk3() {
-  groups=('lxde-gtk3')
-  pkgdesc+=' (GTK+ 3 version)'
-  depends=('gtk3')
-  conflicts=('lxinput')
-
-  cd gtk3
-  make DESTDIR="$pkgdir" install
-}

Copied: lxinput/repos/community-i686/PKGBUILD (from rev 162920, 
lxinput/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 01:10:32 UTC (rev 162921)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Filipp "Scorp" Andjelo 
+
+pkgbase=lxinput
+pkgname=(lxinput lxinput-gtk3)
+pkgver=0.3.5
+pkgrel=1
+pkgdesc="Small program to configure keyboard and mouse for LXDE"
+arch=('i686' 'x86_64')
+url="http://lxde.org/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'gtk3')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+sha256sums=('4e8f778a65a4afe2365b47e7899358aa4fab535343aa62c72a3cdc4cac1f6e88')
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --prefix=/usr
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --prefix=/usr --enable-gtk3
+  make
+}
+
+package_lxinput() {
+  groups=('lxde')
+  depends=('gtk2')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxinput-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3')
+  conflicts=('lxinput')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gtk3.patch
===
--- community-i686/gtk3.patch   2016-02-21 01:10:22 UTC (rev 162920)
+++ community-i686/gtk3.patch   2016-02-21 01:10:32 UTC (rev 162921)
@@ -1,108 +0,0 @@
-From 2c29bf2b3d68f4897d708a9fa215277e1c40d2e8 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Thu, 18 Dec 2014 04:29:17 +0100
-Subject: [PATCH] Fix GtkBuilder UI file for GTK+ 3, add mouse icon to mouse
- tab
-

- data/lxinput.ui | 27 +--
- 1 file changed, 13 insertions(+), 14 deletions(-)
-
-diff --git a/data/lxinput.ui b/data/lxinput.ui
-index a61cb8e..a3a4175 100644
 a/data/lxinput.ui
-+++ b/data/lxinput.ui
-@@ -107,7 +107,6 @@
- 100
- True
- True
--

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

2016-02-20 Thread Anatol Pomozov
Date: Sunday, February 21, 2016 @ 02:09:11
  Author: anatolik
Revision: 260101

FS#48253 Add gcc5 compatibility patches from upstream

Modified:
  syslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 21:38:06 UTC (rev 260100)
+++ PKGBUILD2016-02-21 01:09:11 UTC (rev 260101)
@@ -6,7 +6,7 @@
 pkgname=syslinux
 pkgver=6.03
 _tag=syslinux-$pkgver
-pkgrel=4
+pkgrel=5
 pkgdesc='Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE'
 url='http://www.syslinux.org/'
 arch=(i686 x86_64)
@@ -34,11 +34,16 @@
 source=(git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git#tag=$_tag
 syslinux.cfg
 syslinux-install_update
-
btrfs-fix.patch::http://repo.or.cz/syslinux.git/patch/548386049cd41e887079cdb904d3954365eb28f3?hp=721a0af2f0ba111c31685c5f6c5481eb25346971)
+
btrfs-fix.patch::http://repo.or.cz/syslinux.git/patch/548386049cd41e887079cdb904d3954365eb28f3?hp=721a0af2f0ba111c31685c5f6c5481eb25346971
+
gcc-fix-alignment.patch::http://repo.or.cz/syslinux.git/patch/e5f2b577ded109291c9632dacb6eaa621d8a59fe?hp=8dc6d758b564a1ccc44c3ae11f265d43628219ce
+
dont-guess-alignment.patch::http://repo.or.cz/syslinux.git/patch/0cc9a99e560a2f52bcf052fd85b1efae35ee812f?hp=e5f2b577ded109291c9632dacb6eaa621d8a59fe
+)
 sha1sums=('SKIP'
   '1145f454bd297d373ad123425f93620c3e92f585'
   '29d7c28639e57cdaefc8ef2447e8412a7b59709d'
-  'e1b6768e64f1f9448131b30f2b1f3389f36253f1')
+  'e1b6768e64f1f9448131b30f2b1f3389f36253f1'
+  '08fe2ee244b33d0dc89c46048b7d04b99d13e071'
+  '6a07327fd511796740fe75e59ff12e3aedf947d0')
 
 _targets='bios efi32'
 case "$CARCH" in
@@ -48,8 +53,13 @@
 prepare() {
   cd syslinux
 
-  patch -p1 < ../btrfs-fix.patch # FS#48214
+  # FS#48253
+  patch -p1 < ../gcc-fix-alignment.patch
+  patch -p1 < ../dont-guess-alignment.patch
 
+  # FS#48214
+  patch -p1 < ../btrfs-fix.patch
+
   # do not swallow efi compilation output to make debugging easier
   sed 's|> /dev/null 2>&1||' -i efi/check-gnu-efi.sh
 


[arch-commits] Commit in lxde-common/repos/community-testing-any (6 files)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:06:55
  Author: bgyorgy
Revision: 162919

archrelease: copy trunk to community-testing-any

Added:
  lxde-common/repos/community-testing-any/PKGBUILD
(from rev 162918, lxde-common/trunk/PKGBUILD)
  lxde-common/repos/community-testing-any/dbus-update-environment.patch
(from rev 162918, lxde-common/trunk/dbus-update-environment.patch)
  lxde-common/repos/community-testing-any/default-config.patch
(from rev 162918, lxde-common/trunk/default-config.patch)
Deleted:
  lxde-common/repos/community-testing-any/PKGBUILD
  lxde-common/repos/community-testing-any/dbus-update-environment.patch
  lxde-common/repos/community-testing-any/default-config.patch

---+
 PKGBUILD  |   84 
 dbus-update-environment.patch |   40 +--
 default-config.patch  |   24 +--
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-21 01:06:48 UTC (rev 162918)
+++ PKGBUILD2016-02-21 01:06:55 UTC (rev 162919)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=lxde-common
-pkgver=0.99.0
-pkgrel=4
-pkgdesc='Common files of the LXDE Desktop'
-arch=('any')
-url='http://lxde.org/'
-license=('GPL2')
-groups=('lxde' 'lxde-gtk3')
-backup=(etc/xdg/lxsession/LXDE/desktop.conf
-etc/xdg/lxsession/LXDE/autostart)
-makedepends=('intltool')
-optdepends=('gnome-themes-standard: default GTK+ theme'
-'lxde-icon-theme: default icon theme')
-source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.xz
-dbus-update-environment.patch
-default-config.patch)
-md5sums=('5a417f5a0e5b510a0c018b66b0dc4081'
- '9f5cdfb8aef6286b6de79a50d1fddd7f'
- '61b3a79b6d1397fd295c8f88561ece82')
-
-prepare() {
-cd $pkgname-$pkgver
-patch -Np1 -i ../dbus-update-environment.patch
-patch -Np1 -i ../default-config.patch
-}
-
-build() {
-cd $pkgname-$pkgver
-./configure --sysconfdir=/etc --prefix=/usr
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: lxde-common/repos/community-testing-any/PKGBUILD (from rev 162918, 
lxde-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-21 01:06:55 UTC (rev 162919)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=lxde-common
+pkgver=0.99.1
+pkgrel=1
+pkgdesc='Common files of the LXDE Desktop'
+arch=('any')
+url='http://lxde.org/'
+license=('GPL2')
+groups=('lxde' 'lxde-gtk3')
+backup=(etc/xdg/lxsession/LXDE/desktop.conf
+etc/xdg/lxsession/LXDE/autostart)
+makedepends=('intltool')
+optdepends=('gnome-themes-standard: default GTK+ theme'
+'lxde-icon-theme: default icon theme')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz
+dbus-update-environment.patch
+default-config.patch)
+md5sums=('3ab92bd7bcff8bc8e6395651d164cf76'
+ '9f5cdfb8aef6286b6de79a50d1fddd7f'
+ '61b3a79b6d1397fd295c8f88561ece82')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -Np1 -i ../dbus-update-environment.patch
+patch -Np1 -i ../default-config.patch
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure --sysconfdir=/etc --prefix=/usr
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Deleted: dbus-update-environment.patch
===
--- dbus-update-environment.patch   2016-02-21 01:06:48 UTC (rev 162918)
+++ dbus-update-environment.patch   2016-02-21 01:06:55 UTC (rev 162919)
@@ -1,20 +0,0 @@
-diff -u -r lxde-common-0.99.0/startlxde.in lxde-common-0.99.0-dbus/startlxde.in
 lxde-common-0.99.0/startlxde.in2014-10-23 16:08:00.0 +0200
-+++ lxde-common-0.99.0-dbus/startlxde.in   2015-09-25 19:00:01.152474183 
+0200
-@@ -26,8 +26,14 @@
- export SAL_USE_VCLPLUGIN=gtk
- 
- # Launch DBus if needed
--if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
--  eval "$(dbus-launch --sh-syntax --exit-with-session)"
-+if test -z "$DBUS_SESSION_BUS_ADDRESS"; then
-+  if which dbus-launch >/dev/null; then
-+  eval "$(dbus-launch --sh-syntax --exit-with-session)"
-+  fi
-+else
-+  if which dbus-update-activation-environment >/dev/null; then
-+  

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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:06:48
  Author: bgyorgy
Revision: 162918

upgpkg: lxde-common 0.99.1-1

Update to new version

Modified:
  lxde-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:03:00 UTC (rev 162917)
+++ PKGBUILD2016-02-21 01:06:48 UTC (rev 162918)
@@ -5,8 +5,8 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=lxde-common
-pkgver=0.99.0
-pkgrel=4
+pkgver=0.99.1
+pkgrel=1
 pkgdesc='Common files of the LXDE Desktop'
 arch=('any')
 url='http://lxde.org/'
@@ -17,10 +17,10 @@
 makedepends=('intltool')
 optdepends=('gnome-themes-standard: default GTK+ theme'
 'lxde-icon-theme: default icon theme')
-source=(http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.xz
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz
 dbus-update-environment.patch
 default-config.patch)
-md5sums=('5a417f5a0e5b510a0c018b66b0dc4081'
+md5sums=('3ab92bd7bcff8bc8e6395651d164cf76'
  '9f5cdfb8aef6286b6de79a50d1fddd7f'
  '61b3a79b6d1397fd295c8f88561ece82')
 


[arch-commits] Commit in lxappearance-obconf-gtk3/repos (4 files)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:03:00
  Author: bgyorgy
Revision: 162917

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

Added:
  lxappearance-obconf-gtk3/repos/community-i686/PKGBUILD
(from rev 162916, lxappearance-obconf-gtk3/trunk/PKGBUILD)
  lxappearance-obconf-gtk3/repos/community-x86_64/PKGBUILD
(from rev 162916, lxappearance-obconf-gtk3/trunk/PKGBUILD)
Deleted:
  lxappearance-obconf-gtk3/repos/community-i686/PKGBUILD
  lxappearance-obconf-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-21 01:02:51 UTC (rev 162916)
+++ community-i686/PKGBUILD 2016-02-21 01:03:00 UTC (rev 162917)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=lxappearance-obconf-gtk3
-_pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=3
-pkgdesc='Plugin for LXAppearance to configure Openbox'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde-gtk3')
-depends=('lxappearance-gtk3' 'openbox' 'libsm' 'libobrender.so')
-makedepends=('intltool')
-conflicts=($_pkgname)
-source=(http://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Hide theme preview as it's broken with GTK+ 3
-  # https://sourceforge.net/p/lxde/bugs/768/
-  sed -i /frame1/,+19d src/obconf.glade
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance-obconf-gtk3/repos/community-i686/PKGBUILD (from rev 
162916, lxappearance-obconf-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 01:03:00 UTC (rev 162917)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lxappearance-obconf-gtk3
+_pkgname=lxappearance-obconf
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Plugin for LXAppearance to configure Openbox (GTK+ 3 version)'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde-gtk3')
+depends=('lxappearance-gtk3' 'openbox' 'libobrender.so')
+makedepends=('intltool')
+conflicts=($_pkgname)
+source=(http://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
+md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Hide theme preview as it's broken with GTK+ 3
+  # https://sourceforge.net/p/lxde/bugs/768/
+  sed -i /frame1/,+19d src/obconf.glade
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --enable-gtk3
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-21 01:02:51 UTC (rev 162916)
+++ community-x86_64/PKGBUILD   2016-02-21 01:03:00 UTC (rev 162917)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=lxappearance-obconf-gtk3
-_pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=3
-pkgdesc='Plugin for LXAppearance to configure Openbox'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde-gtk3')
-depends=('lxappearance-gtk3' 'openbox' 'libsm' 'libobrender.so')
-makedepends=('intltool')
-conflicts=($_pkgname)
-source=(http://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Hide theme preview as it's broken with GTK+ 3
-  # https://sourceforge.net/p/lxde/bugs/768/
-  sed -i /frame1/,+19d src/obconf.glade
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance-obconf-gtk3/repos/community-x86_64/PKGBUILD (from rev 
162916, lxappearance-obconf-gtk3/trunk/PKGBUILD)

[arch-commits] Commit in lxappearance-obconf-gtk3/trunk (PKGBUILD)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:02:51
  Author: bgyorgy
Revision: 162916

upgpkg: lxappearance-obconf-gtk3 0.2.3-1

Update to new version

Modified:
  lxappearance-obconf-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 01:00:54 UTC (rev 162915)
+++ PKGBUILD2016-02-21 01:02:51 UTC (rev 162916)
@@ -4,18 +4,18 @@
 
 pkgname=lxappearance-obconf-gtk3
 _pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
 pkgdesc='Plugin for LXAppearance to configure Openbox (GTK+ 3 version)'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 groups=('lxde-gtk3')
-depends=('lxappearance-gtk3' 'openbox' 'libsm' 'libobrender.so')
+depends=('lxappearance-gtk3' 'openbox' 'libobrender.so')
 makedepends=('intltool')
 conflicts=($_pkgname)
 source=(http://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
+md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
 
 prepare() {
   cd $_pkgname-$pkgver


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:00:54
  Author: bgyorgy
Revision: 162915

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

Added:
  lxappearance-obconf/repos/community-i686/PKGBUILD
(from rev 162914, lxappearance-obconf/trunk/PKGBUILD)
  lxappearance-obconf/repos/community-x86_64/PKGBUILD
(from rev 162914, lxappearance-obconf/trunk/PKGBUILD)
Deleted:
  lxappearance-obconf/repos/community-i686/PKGBUILD
  lxappearance-obconf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-21 01:00:45 UTC (rev 162914)
+++ community-i686/PKGBUILD 2016-02-21 01:00:54 UTC (rev 162915)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=3
-pkgdesc='Plugin for LXAppearance to configure Openbox'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('lxappearance' 'openbox' 'libsm' 'libobrender.so')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance-obconf/repos/community-i686/PKGBUILD (from rev 162914, 
lxappearance-obconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 01:00:54 UTC (rev 162915)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lxappearance-obconf
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Plugin for LXAppearance to configure Openbox'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('lxappearance' 'openbox' 'libobrender.so')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-21 01:00:45 UTC (rev 162914)
+++ community-x86_64/PKGBUILD   2016-02-21 01:00:54 UTC (rev 162915)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=3
-pkgdesc='Plugin for LXAppearance to configure Openbox'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('lxappearance' 'openbox' 'libsm' 'libobrender.so')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance-obconf/repos/community-x86_64/PKGBUILD (from rev 162914, 
lxappearance-obconf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-21 01:00:54 UTC (rev 162915)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lxappearance-obconf
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Plugin for LXAppearance to configure Openbox'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('lxappearance' 'openbox' 'libobrender.so')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 02:00:45
  Author: bgyorgy
Revision: 162914

upgpkg: lxappearance-obconf 0.2.3-1

Update to new version

Modified:
  lxappearance-obconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 00:57:33 UTC (rev 162913)
+++ PKGBUILD2016-02-21 01:00:45 UTC (rev 162914)
@@ -3,21 +3,25 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
 pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 groups=('lxde')
-depends=('lxappearance' 'openbox' 'libsm' 'libobrender.so')
+depends=('lxappearance' 'openbox' 'libobrender.so')
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
+md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:57:33
  Author: bgyorgy
Revision: 162913

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

Added:
  lxappearance/repos/community-i686/PKGBUILD
(from rev 162912, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-x86_64/PKGBUILD
(from rev 162912, lxappearance/trunk/PKGBUILD)
Deleted:
  lxappearance/repos/community-i686/PKGBUILD
  lxappearance/repos/community-i686/gtk3.patch
  lxappearance/repos/community-x86_64/PKGBUILD
  lxappearance/repos/community-x86_64/gtk3.patch

-+
 /PKGBUILD   |  102 ++
 community-i686/PKGBUILD |   59 
 community-i686/gtk3.patch   |  123 --
 community-x86_64/PKGBUILD   |   59 
 community-x86_64/gtk3.patch |  123 --
 5 files changed, 102 insertions(+), 364 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-21 00:57:24 UTC (rev 162912)
+++ community-i686/PKGBUILD 2016-02-21 00:57:33 UTC (rev 162913)
@@ -1,59 +0,0 @@
-#$Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=lxappearance
-pkgname=(lxappearance lxappearance-gtk3)
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-depends=('gtk2' 'gtk3')
-makedepends=('intltool' 'dbus-glib')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgbase-$pkgver.tar.xz
-gtk3.patch)
-md5sums=('79740125628a8374c1101cf26e558fa5'
- 'a557783031555b63db69ae3674515735')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-  autoreconf -fi
-}
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus --enable-gtk3
-  make
-}
-
-package_lxappearance() {
-  groups=('lxde')
-  depends=('gtk2')
-
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-}
-
-package_lxappearance-gtk3() {
-  groups=('lxde-gtk3')
-  pkgdesc+=' (GTK+ 3 version)'
-  depends=('gtk3')
-  conflicts=('lxappearance')
-
-  cd gtk3
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance/repos/community-i686/PKGBUILD (from rev 162912, 
lxappearance/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 00:57:33 UTC (rev 162913)
@@ -0,0 +1,51 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=lxappearance
+pkgname=(lxappearance lxappearance-gtk3)
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('gtk2' 'gtk3')
+makedepends=('intltool' 'dbus-glib')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+md5sums=('21ee79c7686a80efddaa1b7928f51e21')
+
+build() {
+  # GTK+ 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
+  cd gtk2
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus
+  make
+
+  cd "$srcdir"
+  # GTK+ 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
+  cd gtk3
+  ./configure --sysconfdir=/etc --prefix=/usr --enable-dbus --enable-gtk3
+  make
+}
+
+package_lxappearance() {
+  groups=('lxde')
+  depends=('gtk2')
+
+  cd gtk2
+  make DESTDIR="$pkgdir" install
+}
+
+package_lxappearance-gtk3() {
+  groups=('lxde-gtk3')
+  pkgdesc+=' (GTK+ 3 version)'
+  depends=('gtk3')
+  conflicts=('lxappearance')
+
+  cd gtk3
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gtk3.patch
===
--- community-i686/gtk3.patch   2016-02-21 00:57:24 UTC (rev 162912)
+++ community-i686/gtk3.patch   2016-02-21 00:57:33 UTC (rev 162913)
@@ -1,123 +0,0 @@
-From bf3144bacb01a577b71fe9194a0d9f309a2f20b5 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Mon, 15 Dec 2014 17:27:09 +0100
-Subject: [PATCH] Substitute the correct GTK+ version in pkgconfig file
-
-This fixes the build of GTK+ 3 version of lxappearance-obconf.

- configure.ac| 1 +
- data/lxappearance.pc.in | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)

[arch-commits] Commit in lxappearance/trunk (PKGBUILD gtk3.patch)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:57:24
  Author: bgyorgy
Revision: 162912

upgpkg: lxappearance 0.6.2-1

Update to new version

Modified:
  lxappearance/trunk/PKGBUILD
Deleted:
  lxappearance/trunk/gtk3.patch

+
 PKGBUILD   |   16 +--
 gtk3.patch |  123 ---
 2 files changed, 4 insertions(+), 135 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 00:54:21 UTC (rev 162911)
+++ PKGBUILD2016-02-21 00:57:24 UTC (rev 162912)
@@ -6,8 +6,8 @@
 
 pkgbase=lxappearance
 pkgname=(lxappearance lxappearance-gtk3)
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
 pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,17 +14,9 @@
 url='http://lxde.org/'
 depends=('gtk2' 'gtk3')
 makedepends=('intltool' 'dbus-glib')
-source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
-gtk3.patch)
-md5sums=('79740125628a8374c1101cf26e558fa5'
- 'a557783031555b63db69ae3674515735')
+source=(http://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz)
+md5sums=('21ee79c7686a80efddaa1b7928f51e21')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../gtk3.patch
-  autoreconf -fi
-}
-
 build() {
   # GTK+ 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2

Deleted: gtk3.patch
===
--- gtk3.patch  2016-02-21 00:54:21 UTC (rev 162911)
+++ gtk3.patch  2016-02-21 00:57:24 UTC (rev 162912)
@@ -1,123 +0,0 @@
-From bf3144bacb01a577b71fe9194a0d9f309a2f20b5 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Mon, 15 Dec 2014 17:27:09 +0100
-Subject: [PATCH] Substitute the correct GTK+ version in pkgconfig file
-
-This fixes the build of GTK+ 3 version of lxappearance-obconf.

- configure.ac| 1 +
- data/lxappearance.pc.in | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index a91c34b..2ba5d34 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -88,6 +88,7 @@ gmodule_modules="gmodule-export-2.0"
- PKG_CHECK_MODULES(GMODULE, [$gmodule_modules])
- AC_SUBST(GMODULE_CFLAGS)
- AC_SUBST(GMODULE_LIBS)
-+AC_SUBST(gtk_modules)
- 
- # gio_modules="gthread-2.0 gio-unix-2.0 glib-2.0 >= 2.18.0"
- # PKG_CHECK_MODULES(GIO, [$gio_modules])
-diff --git a/data/lxappearance.pc.in b/data/lxappearance.pc.in
-index 9abd35e..e711a31 100644
 a/data/lxappearance.pc.in
-+++ b/data/lxappearance.pc.in
-@@ -6,5 +6,5 @@ datadir=@datadir@
- 
- Name: lxappearance
- Description: Tool used to customize look and feel of gtk+ applications.
--Requires: gtk+-2.0 >= 2.12
-+Requires: @gtk_modules@
- Version: @VERSION@
--- 
-2.1.4
-
-From 9e6c275c9e2cca534ecde1affc277d9a75d482fd Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Thu, 18 Dec 2014 13:27:20 +0100
-Subject: [PATCH] Fix About dialog for GTK+ 3
-

- data/ui/about.glade.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/ui/about.glade.in b/data/ui/about.glade.in
-index e1b1975..04f09f8 100644
 a/data/ui/about.glade.in
-+++ b/data/ui/about.glade.in
-@@ -4,9 +4,9 @@
- 5
- center-on-parent
- dialog
--False
- LXAppearance
- @VERSION@
-+preferences-desktop-theme
- Copyright (C) 2008-2014 
LXDE Project
- Customizes look and feel of 
your desktop
- http://lxde.org/
--- 
-2.1.4
-
-From 970561f286d66056e0deb7ce9d5e276b2fd0187a Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Tue, 2 Feb 2016 00:41:20 +0100
-Subject: [PATCH] Fix demo area background for GTK+ 3
-
-Without this, the whole area become black, depending on the actually selected 
theme.

- src/widget-theme.c | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/widget-theme.c b/src/widget-theme.c
-index 0a17326..3331ae4 100644
 a/src/widget-theme.c
-+++ b/src/widget-theme.c
-@@ -134,12 +134,17 @@ static void on_font_set(GtkFontButton* btn, gpointer 
user_data)
- void widget_theme_init(GtkBuilder* b)
- {
- GtkWidget* demo;
-+GtkWidget* demo_vbox;
- GdkColor black = {0, 0, 0, 0};
- 
- demo = GTK_WIDGET(gtk_builder_get_object(b, "demo"));
-+demo_vbox = GTK_WIDGET(gtk_builder_get_object(b, "demo_vbox"));
- app.widget_theme_view = GTK_WIDGET(gtk_builder_get_object(b, 
"widget_theme_view"));
- 
- gtk_widget_modify_bg(demo, GTK_STATE_NORMAL, );
-+#if GTK_CHECK_VERSION(3, 0, 0)
-+gtk_style_context_add_class (gtk_widget_get_style_context (demo_vbox), 
GTK_STYLE_CLASS_BACKGROUND);
-+#endif
- 
- app.widget_theme_store = gtk_list_store_new(1, G_TYPE_STRING);
- 
--- 
-2.1.4
-
-From 527f4216cdf0ad97e78d3c747fe72a22ea0d7f47 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Sun, 2 Aug 2015 00:45:37 

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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:54:21
  Author: bgyorgy
Revision: 162911

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

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

---+
 /PKGBUILD |   76 
 /gpicview.install |   24 +++
 community-i686/PKGBUILD   |   37 -
 community-i686/gpicview.install   |   12 -
 community-x86_64/PKGBUILD |   37 -
 community-x86_64/gpicview.install |   12 -
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-21 00:54:02 UTC (rev 162910)
+++ community-i686/PKGBUILD 2016-02-21 00:54:21 UTC (rev 162911)
@@ -1,37 +0,0 @@
-# $Id$ 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Angel Velasquez  
-# Contributor: Geoffroy Carrier 
-
-pkgname=gpicview
-pkgver=0.2.4
-pkgrel=1
-pkgdesc='Lightweight image viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'xdg-utils')
-install=$pkgname.install
-makedepends=('pkgconfig' 'intltool')
-optdepends=('librsvg: For SVG support')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('b209e36531f89c48e3067b389699d4c7')
-
-prepare() {
-   cd $pkgname-$pkgver
-
-   # Apply only one main category (FS#34684)
-   sed -i '/^Categories=/ s/Utility;//' gpicview.desktop.in
-}
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure --sysconfdir=/etc --prefix=/usr
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-}

Copied: gpicview/repos/community-i686/PKGBUILD (from rev 162910, 
gpicview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-21 00:54:21 UTC (rev 162911)
@@ -0,0 +1,38 @@
+# $Id$ 
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez  
+# Contributor: Geoffroy Carrier 
+
+pkgname=gpicview
+pkgver=0.2.5
+pkgrel=1
+pkgdesc='Lightweight image viewer'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'xdg-utils')
+install=$pkgname.install
+makedepends=('intltool')
+optdepends=('librsvg: For SVG support')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('26be9b0c5a234f1afe7d83d02a4a33f4')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Apply only one main category (FS#34684)
+  sed -i '/^Categories=/ s/Utility;//' gpicview.desktop.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gpicview.install
===
--- community-i686/gpicview.install 2016-02-21 00:54:02 UTC (rev 162910)
+++ community-i686/gpicview.install 2016-02-21 00:54:21 UTC (rev 162911)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpicview/repos/community-i686/gpicview.install (from rev 162910, 
gpicview/trunk/gpicview.install)
===
--- community-i686/gpicview.install (rev 0)
+++ community-i686/gpicview.install 2016-02-21 00:54:21 UTC (rev 162911)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-21 00:54:02 UTC (rev 162910)
+++ community-x86_64/PKGBUILD   2016-02-21 00:54:21 UTC (rev 162911)
@@ -1,37 +0,0 @@
-# $Id$ 
-# 

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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:54:02
  Author: bgyorgy
Revision: 162910

upgpkg: gpicview 0.2.5-1

Update to new version

Modified:
  gpicview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 00:50:37 UTC (rev 162909)
+++ PKGBUILD2016-02-21 00:54:02 UTC (rev 162910)
@@ -5,7 +5,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=gpicview
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc='Lightweight image viewer'
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 install=$pkgname.install
 makedepends=('intltool')
 optdepends=('librsvg: For SVG support')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('b209e36531f89c48e3067b389699d4c7')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('26be9b0c5a234f1afe7d83d02a4a33f4')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:50:37
  Author: bgyorgy
Revision: 162909

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

Added:
  lxpanel-gtk3/repos/community-testing-i686/PKGBUILD
(from rev 162908, lxpanel-gtk3/trunk/PKGBUILD)
  lxpanel-gtk3/repos/community-testing-i686/gtk3.patch
(from rev 162908, lxpanel-gtk3/trunk/gtk3.patch)
  lxpanel-gtk3/repos/community-testing-x86_64/PKGBUILD
(from rev 162908, lxpanel-gtk3/trunk/PKGBUILD)
  lxpanel-gtk3/repos/community-testing-x86_64/gtk3.patch
(from rev 162908, lxpanel-gtk3/trunk/gtk3.patch)
Deleted:
  lxpanel-gtk3/repos/community-testing-i686/0001-batt-plugin-Fix-with-GTK3.patch
  lxpanel-gtk3/repos/community-testing-i686/PKGBUILD
  lxpanel-gtk3/repos/community-testing-i686/git-fixes.patch
  
lxpanel-gtk3/repos/community-testing-x86_64/0001-batt-plugin-Fix-with-GTK3.patch
  lxpanel-gtk3/repos/community-testing-x86_64/PKGBUILD
  lxpanel-gtk3/repos/community-testing-x86_64/git-fixes.patch

---+
 /PKGBUILD |  110 
 community-testing-i686/0001-batt-plugin-Fix-with-GTK3.patch   |   28 
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/git-fixes.patch| 1870 --
 community-testing-i686/gtk3.patch |  820 
 community-testing-x86_64/0001-batt-plugin-Fix-with-GTK3.patch |   28 
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/git-fixes.patch  | 1870 --
 community-testing-x86_64/gtk3.patch   |  820 
 9 files changed, 1750 insertions(+), 3914 deletions(-)

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


[arch-commits] Commit in lxpanel-gtk3/trunk (4 files)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:50:07
  Author: bgyorgy
Revision: 162908

upgpkg: lxpanel-gtk3 0.8.2-1

Update to new version

Added:
  lxpanel-gtk3/trunk/gtk3.patch
Modified:
  lxpanel-gtk3/trunk/PKGBUILD
Deleted:
  lxpanel-gtk3/trunk/0001-batt-plugin-Fix-with-GTK3.patch
  lxpanel-gtk3/trunk/git-fixes.patch

--+
 0001-batt-plugin-Fix-with-GTK3.patch |   28 
 PKGBUILD |   18 
 git-fixes.patch  | 1870 -
 gtk3.patch   |  820 ++
 4 files changed, 827 insertions(+), 1909 deletions(-)

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


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:32:58
  Author: bgyorgy
Revision: 162907

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

Added:
  lxpanel/repos/community-testing-i686/PKGBUILD
(from rev 162906, lxpanel/trunk/PKGBUILD)
  lxpanel/repos/community-testing-x86_64/PKGBUILD
(from rev 162906, lxpanel/trunk/PKGBUILD)
Deleted:
  lxpanel/repos/community-testing-i686/0001-batt-plugin-Fix-with-GTK3.patch
  lxpanel/repos/community-testing-i686/PKGBUILD
  lxpanel/repos/community-testing-i686/git-fixes.patch
  lxpanel/repos/community-testing-x86_64/0001-batt-plugin-Fix-with-GTK3.patch
  lxpanel/repos/community-testing-x86_64/PKGBUILD
  lxpanel/repos/community-testing-x86_64/git-fixes.patch

---+
 /PKGBUILD |   72 
 community-testing-i686/0001-batt-plugin-Fix-with-GTK3.patch   |   28 
 community-testing-i686/PKGBUILD   |   49 
 community-testing-i686/git-fixes.patch| 1870 --
 community-testing-x86_64/0001-batt-plugin-Fix-with-GTK3.patch |   28 
 community-testing-x86_64/PKGBUILD |   49 
 community-testing-x86_64/git-fixes.patch  | 1870 --
 7 files changed, 72 insertions(+), 3894 deletions(-)

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


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:32:48
  Author: bgyorgy
Revision: 162906

upgpkg: lxpanel 0.8.2-1

Update to new version

Modified:
  lxpanel/trunk/PKGBUILD
Deleted:
  lxpanel/trunk/0001-batt-plugin-Fix-with-GTK3.patch
  lxpanel/trunk/git-fixes.patch

--+
 0001-batt-plugin-Fix-with-GTK3.patch |   28 
 PKGBUILD |   21 
 git-fixes.patch  | 1870 -
 3 files changed, 4 insertions(+), 1915 deletions(-)

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


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:25:53
  Author: bgyorgy
Revision: 162903

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

Added:
  pcmanfm/repos/community-testing-i686/PKGBUILD
(from rev 162902, pcmanfm/trunk/PKGBUILD)
  pcmanfm/repos/community-testing-i686/pcmanfm.install
(from rev 162902, pcmanfm/trunk/pcmanfm.install)
  pcmanfm/repos/community-testing-x86_64/PKGBUILD
(from rev 162902, pcmanfm/trunk/PKGBUILD)
  pcmanfm/repos/community-testing-x86_64/pcmanfm.install
(from rev 162902, pcmanfm/trunk/pcmanfm.install)
Deleted:
  pcmanfm/repos/community-testing-i686/PKGBUILD
  pcmanfm/repos/community-testing-i686/git-fixes.patch
  pcmanfm/repos/community-testing-i686/pcmanfm.install
  pcmanfm/repos/community-testing-x86_64/PKGBUILD
  pcmanfm/repos/community-testing-x86_64/git-fixes.patch
  pcmanfm/repos/community-testing-x86_64/pcmanfm.install

--+
 /PKGBUILD|   68 ++
 /pcmanfm.install |   22 
 community-testing-i686/PKGBUILD  |   43 -
 community-testing-i686/git-fixes.patch   |  826 -
 community-testing-i686/pcmanfm.install   |   11 
 community-testing-x86_64/PKGBUILD|   43 -
 community-testing-x86_64/git-fixes.patch |  826 -
 community-testing-x86_64/pcmanfm.install |   11 
 8 files changed, 90 insertions(+), 1760 deletions(-)

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


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:26:12
  Author: bgyorgy
Revision: 162905

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

Added:
  pcmanfm-gtk3/repos/community-testing-i686/PKGBUILD
(from rev 162904, pcmanfm-gtk3/trunk/PKGBUILD)
  pcmanfm-gtk3/repos/community-testing-i686/pcmanfm.install
(from rev 162904, pcmanfm-gtk3/trunk/pcmanfm.install)
  pcmanfm-gtk3/repos/community-testing-x86_64/PKGBUILD
(from rev 162904, pcmanfm-gtk3/trunk/PKGBUILD)
  pcmanfm-gtk3/repos/community-testing-x86_64/pcmanfm.install
(from rev 162904, pcmanfm-gtk3/trunk/pcmanfm.install)
Deleted:
  pcmanfm-gtk3/repos/community-testing-i686/PKGBUILD
  pcmanfm-gtk3/repos/community-testing-i686/git-fixes.patch
  pcmanfm-gtk3/repos/community-testing-i686/pcmanfm.install
  pcmanfm-gtk3/repos/community-testing-x86_64/PKGBUILD
  pcmanfm-gtk3/repos/community-testing-x86_64/git-fixes.patch
  pcmanfm-gtk3/repos/community-testing-x86_64/pcmanfm.install

--+
 /PKGBUILD|   72 ++
 /pcmanfm.install |   22 
 community-testing-i686/PKGBUILD  |   45 -
 community-testing-i686/git-fixes.patch   |  826 -
 community-testing-i686/pcmanfm.install   |   11 
 community-testing-x86_64/PKGBUILD|   45 -
 community-testing-x86_64/git-fixes.patch |  826 -
 community-testing-x86_64/pcmanfm.install |   11 
 8 files changed, 94 insertions(+), 1764 deletions(-)

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


[arch-commits] Commit in pcmanfm/trunk (PKGBUILD git-fixes.patch)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:25:44
  Author: bgyorgy
Revision: 162902

upgpkg: pcmanfm 1.2.4-1

Update to new version

Modified:
  pcmanfm/trunk/PKGBUILD
Deleted:
  pcmanfm/trunk/git-fixes.patch

-+
 PKGBUILD|   17 -
 git-fixes.patch |  826 --
 2 files changed, 4 insertions(+), 839 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 00:20:12 UTC (rev 162901)
+++ PKGBUILD2016-02-21 00:25:44 UTC (rev 162902)
@@ -6,8 +6,8 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=pcmanfm
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.2.4
+pkgrel=1
 pkgdesc='Extremely fast and lightweight file manager'
 arch=('i686' 'x86_64')
 url='http://pcmanfm.sourceforge.net/'
@@ -19,18 +19,9 @@
 'udisks: alternative for mounting volumes'
 'xarchiver: archive management')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
-git-fixes.patch)
-md5sums=('c993402d407b0a3fc076f842ac1bc5c9'
- '39426b99f7b2e76255f23262381d542e')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('19764c2f59653724c8713e0064fa6829')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Apply fixes from git
-  patch -Np1 -i ../git-fixes.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --sysconfdir=/etc --prefix=/usr

Deleted: git-fixes.patch
===
--- git-fixes.patch 2016-02-21 00:20:12 UTC (rev 162901)
+++ git-fixes.patch 2016-02-21 00:25:44 UTC (rev 162902)
@@ -1,826 +0,0 @@
-diff --git a/NEWS b/NEWS
-index 0d1c2a2..8d61c2c 100644
 a/NEWS
-+++ b/NEWS
-@@ -1,3 +1,41 @@
-+* Workarounded a bug in gtk_file_chooser_set_file() function (patch from
-+Simon Long).
-+
-+* Fixed single instance options cleanup that might affect next call.
-+
-+* Fixed wrong update of status text after folder update when there are
-+selected files in the folder.
-+
-+* Disabled using desktop background from the GTK+ style since there is
-+own color setting and changing the style may repaint the desktop.
-+
-+* Enforced desktop font update on the desktop resize with GTK+ 3.0.
-+
-+* Fixed items layout order to never be tried before desktop is realized.
-+
-+* Fixed item borders calculations when matching to pointer position.
-+
-+* Fixed forwarding events to root window, it could get unpaired events.
-+
-+* Fixed crash on too fast folder change with focus_previous=1.
-+
-+* Fixed stuck tooltip after click on the item.
-+
-+* Improved option to open folder in terminal, it should work with gvfs
-+paths that have resolvable local path as well.
-+
-+* Fixed incorrect file names rendering position on the desktop.
-+
-+* Fixed not working Connect to Server... dialog when non-anonymous user
-+is selected.
-+
-+* Fixed possible memory corruption in the Connect to Server... dialog.
-+
-+* Support explicit mention of scheme in the Server line of the Connect to
-+Server... dialog, not duplicate it if it's present. That includes the
-+https:// to fix support for secure WebDAV access as well.
-+
-+
- Changes on 1.2.3 since 1.2.2:
- 
- * Disabled unrequested config save on changing dir if show_hidden changes.
-diff --git a/data/pcmanfm-desktop-pref.desktop.in 
b/data/pcmanfm-desktop-pref.desktop.in
-index ea78560..4f42849 100644
 a/data/pcmanfm-desktop-pref.desktop.in
-+++ b/data/pcmanfm-desktop-pref.desktop.in
-@@ -7,4 +7,4 @@ Categories=Settings;GTK;DesktopSettings;X-LXDE-Settings;
- Exec=pcmanfm --desktop-pref
- StartupNotify=true
- Terminal=false
--NotShowIn=GNOME;XFCE;KDE;
-+NotShowIn=GNOME;XFCE;KDE;MATE;
-diff --git a/data/ui/about.glade.in b/data/ui/about.glade.in
-index 3b40720..758fe00 100644
 a/data/ui/about.glade.in
-+++ b/data/ui/about.glade.in
-@@ -6,7 +6,6 @@
- 5
- center-on-parent
- dialog
--False
- PCManFM
- @VERSION@
- Copyright (C) 2009 - 
2014
-diff --git a/src/connect-server.c b/src/connect-server.c
-index e6a05fd..31b597c 100644
 a/src/connect-server.c
-+++ b/src/connect-server.c
-@@ -3,7 +3,7 @@
-  *
-  *  This file is a part of the PCManFM project.
-  *
-- *  Copyright 2013-2014 Andriy Grytsenko (LStranger) 
-+ *  Copyright 2013-2016 Andriy Grytsenko (LStranger) 
-  *
-  *  This program is free software; you can redistribute it and/or modify
-  *  it under the terms of the GNU General Public License as published by
-@@ -46,7 +46,7 @@ static void on_response(GtkDialog *dialog, gint resp, 
ConnectDlg *dlg)
- GString *str;
- GtkTreeIter iter;
- char *scheme = NULL;
--const char *text;
-+const char *text, *tmp;
- FmPath *path;
- int def_port, used_port;
- 
-@@ -56,11 +56,6 @@ static void on_response(GtkDialog *dialog, gint resp, 
ConnectDlg *dlg)
- {
-   

[arch-commits] Commit in pcmanfm-gtk3/trunk (PKGBUILD git-fixes.patch)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:26:04
  Author: bgyorgy
Revision: 162904

upgpkg: pcmanfm-gtk3 1.2.4-1

Update to new version

Modified:
  pcmanfm-gtk3/trunk/PKGBUILD
Deleted:
  pcmanfm-gtk3/trunk/git-fixes.patch

-+
 PKGBUILD|   17 -
 git-fixes.patch |  826 --
 2 files changed, 4 insertions(+), 839 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-21 00:25:53 UTC (rev 162903)
+++ PKGBUILD2016-02-21 00:26:04 UTC (rev 162904)
@@ -7,8 +7,8 @@
 
 pkgname=pcmanfm-gtk3
 _pkgname=pcmanfm
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.2.4
+pkgrel=1
 pkgdesc='Extremely fast and lightweight file manager (GTK+ 3 version)'
 arch=('i686' 'x86_64')
 url='http://pcmanfm.sourceforge.net/'
@@ -21,18 +21,9 @@
 'xarchiver: archive management')
 conflicts=($_pkgname)
 install=$_pkgname.install
-source=(http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.xz
-git-fixes.patch)
-md5sums=('c993402d407b0a3fc076f842ac1bc5c9'
- '39426b99f7b2e76255f23262381d542e')
+source=(http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.xz)
+md5sums=('19764c2f59653724c8713e0064fa6829')
 
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Apply fixes from git
-  patch -Np1 -i ../git-fixes.patch
-}
-
 build() {
   cd $_pkgname-$pkgver
   ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3

Deleted: git-fixes.patch
===
--- git-fixes.patch 2016-02-21 00:25:53 UTC (rev 162903)
+++ git-fixes.patch 2016-02-21 00:26:04 UTC (rev 162904)
@@ -1,826 +0,0 @@
-diff --git a/NEWS b/NEWS
-index 0d1c2a2..8d61c2c 100644
 a/NEWS
-+++ b/NEWS
-@@ -1,3 +1,41 @@
-+* Workarounded a bug in gtk_file_chooser_set_file() function (patch from
-+Simon Long).
-+
-+* Fixed single instance options cleanup that might affect next call.
-+
-+* Fixed wrong update of status text after folder update when there are
-+selected files in the folder.
-+
-+* Disabled using desktop background from the GTK+ style since there is
-+own color setting and changing the style may repaint the desktop.
-+
-+* Enforced desktop font update on the desktop resize with GTK+ 3.0.
-+
-+* Fixed items layout order to never be tried before desktop is realized.
-+
-+* Fixed item borders calculations when matching to pointer position.
-+
-+* Fixed forwarding events to root window, it could get unpaired events.
-+
-+* Fixed crash on too fast folder change with focus_previous=1.
-+
-+* Fixed stuck tooltip after click on the item.
-+
-+* Improved option to open folder in terminal, it should work with gvfs
-+paths that have resolvable local path as well.
-+
-+* Fixed incorrect file names rendering position on the desktop.
-+
-+* Fixed not working Connect to Server... dialog when non-anonymous user
-+is selected.
-+
-+* Fixed possible memory corruption in the Connect to Server... dialog.
-+
-+* Support explicit mention of scheme in the Server line of the Connect to
-+Server... dialog, not duplicate it if it's present. That includes the
-+https:// to fix support for secure WebDAV access as well.
-+
-+
- Changes on 1.2.3 since 1.2.2:
- 
- * Disabled unrequested config save on changing dir if show_hidden changes.
-diff --git a/data/pcmanfm-desktop-pref.desktop.in 
b/data/pcmanfm-desktop-pref.desktop.in
-index ea78560..4f42849 100644
 a/data/pcmanfm-desktop-pref.desktop.in
-+++ b/data/pcmanfm-desktop-pref.desktop.in
-@@ -7,4 +7,4 @@ Categories=Settings;GTK;DesktopSettings;X-LXDE-Settings;
- Exec=pcmanfm --desktop-pref
- StartupNotify=true
- Terminal=false
--NotShowIn=GNOME;XFCE;KDE;
-+NotShowIn=GNOME;XFCE;KDE;MATE;
-diff --git a/data/ui/about.glade.in b/data/ui/about.glade.in
-index 3b40720..758fe00 100644
 a/data/ui/about.glade.in
-+++ b/data/ui/about.glade.in
-@@ -6,7 +6,6 @@
- 5
- center-on-parent
- dialog
--False
- PCManFM
- @VERSION@
- Copyright (C) 2009 - 
2014
-diff --git a/src/connect-server.c b/src/connect-server.c
-index e6a05fd..31b597c 100644
 a/src/connect-server.c
-+++ b/src/connect-server.c
-@@ -3,7 +3,7 @@
-  *
-  *  This file is a part of the PCManFM project.
-  *
-- *  Copyright 2013-2014 Andriy Grytsenko (LStranger) 
-+ *  Copyright 2013-2016 Andriy Grytsenko (LStranger) 
-  *
-  *  This program is free software; you can redistribute it and/or modify
-  *  it under the terms of the GNU General Public License as published by
-@@ -46,7 +46,7 @@ static void on_response(GtkDialog *dialog, gint resp, 
ConnectDlg *dlg)
- GString *str;
- GtkTreeIter iter;
- char *scheme = NULL;
--const char *text;
-+const char *text, *tmp;
- FmPath *path;
- int def_port, used_port;
- 
-@@ -56,11 +56,6 @@ static void on_response(GtkDialog *dialog, gint resp, 
ConnectDlg *dlg)
- {
- /* make 

[arch-commits] Commit in libfm/trunk (PKGBUILD git-fixes.patch)

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:20:02
  Author: bgyorgy
Revision: 162900

upgpkg: libfm 1.2.4-1

Update to new version

Modified:
  libfm/trunk/PKGBUILD
Deleted:
  libfm/trunk/git-fixes.patch

-+
 PKGBUILD|   18 
 git-fixes.patch | 1990 --
 2 files changed, 4 insertions(+), 2004 deletions(-)

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


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

2016-02-20 Thread Balló György
Date: Sunday, February 21, 2016 @ 01:20:12
  Author: bgyorgy
Revision: 162901

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

Added:
  libfm/repos/community-testing-i686/PKGBUILD
(from rev 162900, libfm/trunk/PKGBUILD)
  libfm/repos/community-testing-i686/libfm-gtk.install
(from rev 162900, libfm/trunk/libfm-gtk.install)
  libfm/repos/community-testing-i686/libfm.install
(from rev 162900, libfm/trunk/libfm.install)
  libfm/repos/community-testing-x86_64/PKGBUILD
(from rev 162900, libfm/trunk/PKGBUILD)
  libfm/repos/community-testing-x86_64/libfm-gtk.install
(from rev 162900, libfm/trunk/libfm-gtk.install)
  libfm/repos/community-testing-x86_64/libfm.install
(from rev 162900, libfm/trunk/libfm.install)
Deleted:
  libfm/repos/community-testing-i686/PKGBUILD
  libfm/repos/community-testing-i686/git-fixes.patch
  libfm/repos/community-testing-i686/libfm-gtk.install
  libfm/repos/community-testing-i686/libfm.install
  libfm/repos/community-testing-x86_64/PKGBUILD
  libfm/repos/community-testing-x86_64/git-fixes.patch
  libfm/repos/community-testing-x86_64/libfm-gtk.install
  libfm/repos/community-testing-x86_64/libfm.install

+
 /PKGBUILD  |  258 +++
 /libfm-gtk.install |   22 
 /libfm.install |   22 
 community-testing-i686/PKGBUILD|  139 -
 community-testing-i686/git-fixes.patch | 1990 ---
 community-testing-i686/libfm-gtk.install   |   11 
 community-testing-i686/libfm.install   |   11 
 community-testing-x86_64/PKGBUILD  |  139 -
 community-testing-x86_64/git-fixes.patch   | 1990 ---
 community-testing-x86_64/libfm-gtk.install |   11 
 community-testing-x86_64/libfm.install |   11 
 11 files changed, 302 insertions(+), 4302 deletions(-)

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


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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 22:59:49
  Author: arodseth
Revision: 162899

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

Added:
  sasteroids/repos/community-i686/PKGBUILD
(from rev 162898, sasteroids/trunk/PKGBUILD)
  sasteroids/repos/community-i686/makefile.patch
(from rev 162898, sasteroids/trunk/makefile.patch)
  sasteroids/repos/community-i686/sasteroids.sh
(from rev 162898, sasteroids/trunk/sasteroids.sh)
  sasteroids/repos/community-i686/sbitmap.patch
(from rev 162898, sasteroids/trunk/sbitmap.patch)
  sasteroids/repos/community-x86_64/PKGBUILD
(from rev 162898, sasteroids/trunk/PKGBUILD)
  sasteroids/repos/community-x86_64/makefile.patch
(from rev 162898, sasteroids/trunk/makefile.patch)
  sasteroids/repos/community-x86_64/sasteroids.sh
(from rev 162898, sasteroids/trunk/sasteroids.sh)
  sasteroids/repos/community-x86_64/sbitmap.patch
(from rev 162898, sasteroids/trunk/sbitmap.patch)

-+
 community-i686/PKGBUILD |   48 ++
 community-i686/makefile.patch   |   33 ++
 community-i686/sasteroids.sh|3 ++
 community-i686/sbitmap.patch|   19 +++
 community-x86_64/PKGBUILD   |   48 ++
 community-x86_64/makefile.patch |   33 ++
 community-x86_64/sasteroids.sh  |3 ++
 community-x86_64/sbitmap.patch  |   19 +++
 8 files changed, 206 insertions(+)

Copied: sasteroids/repos/community-i686/PKGBUILD (from rev 162898, 
sasteroids/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-20 21:59:49 UTC (rev 162899)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Matthew Stewart 
+
+pkgname=sasteroids
+pkgver=3.0.1
+pkgrel=4
+pkgdesc='SDL Asteroids'
+arch=('x86_64' 'i686')
+url='http://sdlsas.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'mesa' 'glu')
+makedepends=('setconf' 'gendesk' 'glu')
+source=("http://sourceforge.net/projects/sdlsas/files/SDL%20Sasteroids%20Source%20Releases/$pkgver/SDLSasteroids-$pkgver.tar.gz;
+
"$pkgname.png::http://icons.iconarchive.com/icons/etherbrian/space-bits/32/Asteroids-icon.png;
+"$pkgname.sh"
+'sbitmap.patch'
+'makefile.patch')
+sha256sums=('f447a85d75913ee9d1be0bba68813e0627a4c163ab5d12c7fd5a8ea5f455502c'
+'fc6ded2d7a309333eb4cad2e6e03305e43827690ecbd4ebb01012c8598db1f49'
+'6f2ca922eb0be29d6866933aece1cc38dd224adb5f04834cdd0cb12cd7739cbf'
+'eb2139434aae832b395b1d1f6a4ef188f69ebd7c5ed5128df9129027ff9a4ac6'
+'6b35ad008d29cd1433cdbc6094231b5c399e5fc10a65670a67177e44c0f259c6')
+
+prepare() {
+  gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--categories 'Game;ArcadeGame'
+  setconf "SDLSasteroids-$pkgver/src/Makefile" CFLAGS '$(INC) $(OPTS) -w'
+  patch -p1 -i sbitmap.patch
+  patch -p1 -i makefile.patch
+}
+
+build() {
+  export CXXFLAGS="$CXXFLAGS -w"
+  make -C "SDLSasteroids-$pkgver"
+}
+
+package() {
+  make -C "SDLSasteroids-$pkgver" DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/bin/sasteroids" "$pkgdir/usr/bin/sasteroids.elf"
+  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/sasteroids"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgdir/usr/man/man6" "$pkgdir/usr/share/man/man6/sasteroids"
+  rm "$pkgdir/usr/man/man6"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sasteroids/repos/community-i686/makefile.patch (from rev 162898, 
sasteroids/trunk/makefile.patch)
===
--- community-i686/makefile.patch   (rev 0)
+++ community-i686/makefile.patch   2016-02-20 21:59:49 UTC (rev 162899)
@@ -0,0 +1,33 @@
+*** src/SDLSasteroids-3.0.1/Makefile   2011-01-01 16:12:18.0 +
+--- src/SDLSasteroids-3.0.1/Makefile2  2011-01-01 16:12:09.0 +
+***
+*** 1,9 
+  # Makefile for sasteroids
+  
+  # Edit Bellow to change the installation locations
+! GAMEDIR=/usr/share/sasteroids/
+! BINDIR=/usr/bin/
+! MANDIR=/usr/man
+  
+  # For OpenGL
+  EXTRA_DEFINES="-DWANT_OPENGL -DHAVE_SOUND"
+--- 1,9 
+  # Makefile for sasteroids
+  
+  # Edit Bellow to change the installation locations
+! GAMEDIR=$(DESTDIR)/usr/share/sasteroids/
+! BINDIR=$(DESTDIR)/usr/bin/
+! MANDIR=$(DESTDIR)/usr/man
+  
+  # For OpenGL
+  EXTRA_DEFINES="-DWANT_OPENGL -DHAVE_SOUND"
+***
+*** 24,29 
+--- 24,30 
+   install -d $(GAMEDIR)/sounds
+   install -d $(GAMEDIR)/fonts
+   install -d $(BINDIR)
++  install -d $(MANDIR)
+   install --strip 

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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 22:59:33
  Author: arodseth
Revision: 162898

upgpkg: sasteroids 3.0.1-4

Modified:
  sasteroids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 21:50:16 UTC (rev 162897)
+++ PKGBUILD2016-02-20 21:59:33 UTC (rev 162898)
@@ -9,8 +9,8 @@
 arch=('x86_64' 'i686')
 url='http://sdlsas.sourceforge.net/'
 license=('GPL')
-depends=('sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'mesa')
-makedepends=('setconf' 'gendesk')
+depends=('sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'mesa' 'glu')
+makedepends=('setconf' 'gendesk' 'glu')
 
source=("http://sourceforge.net/projects/sdlsas/files/SDL%20Sasteroids%20Source%20Releases/$pkgver/SDLSasteroids-$pkgver.tar.gz;
 
"$pkgname.png::http://icons.iconarchive.com/icons/etherbrian/space-bits/32/Asteroids-icon.png;
 "$pkgname.sh"
@@ -41,6 +41,8 @@
   install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/sasteroids"
   install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
   install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgdir/usr/man/man6" "$pkgdir/usr/share/man/man6/sasteroids"
+  rm "$pkgdir/usr/man/man6"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in (9 files)

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 22:50:16
  Author: arodseth
Revision: 162897

A game

Added:
  sasteroids/
  sasteroids/repos/
  sasteroids/repos/community-i686/
  sasteroids/repos/community-x86_64/
  sasteroids/trunk/
  sasteroids/trunk/PKGBUILD
  sasteroids/trunk/makefile.patch
  sasteroids/trunk/sasteroids.sh
  sasteroids/trunk/sbitmap.patch

+
 PKGBUILD   |   46 ++
 makefile.patch |   33 +
 sasteroids.sh  |3 +++
 sbitmap.patch  |   19 +++
 4 files changed, 101 insertions(+)

Added: sasteroids/trunk/PKGBUILD
===
--- sasteroids/trunk/PKGBUILD   (rev 0)
+++ sasteroids/trunk/PKGBUILD   2016-02-20 21:50:16 UTC (rev 162897)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Matthew Stewart 
+
+pkgname=sasteroids
+pkgver=3.0.1
+pkgrel=4
+pkgdesc='SDL Asteroids'
+arch=('x86_64' 'i686')
+url='http://sdlsas.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'mesa')
+makedepends=('setconf' 'gendesk')
+source=("http://sourceforge.net/projects/sdlsas/files/SDL%20Sasteroids%20Source%20Releases/$pkgver/SDLSasteroids-$pkgver.tar.gz;
+
"$pkgname.png::http://icons.iconarchive.com/icons/etherbrian/space-bits/32/Asteroids-icon.png;
+"$pkgname.sh"
+'sbitmap.patch'
+'makefile.patch')
+sha256sums=('f447a85d75913ee9d1be0bba68813e0627a4c163ab5d12c7fd5a8ea5f455502c'
+'fc6ded2d7a309333eb4cad2e6e03305e43827690ecbd4ebb01012c8598db1f49'
+'6f2ca922eb0be29d6866933aece1cc38dd224adb5f04834cdd0cb12cd7739cbf'
+'eb2139434aae832b395b1d1f6a4ef188f69ebd7c5ed5128df9129027ff9a4ac6'
+'6b35ad008d29cd1433cdbc6094231b5c399e5fc10a65670a67177e44c0f259c6')
+
+prepare() {
+  gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--categories 'Game;ArcadeGame'
+  setconf "SDLSasteroids-$pkgver/src/Makefile" CFLAGS '$(INC) $(OPTS) -w'
+  patch -p1 -i sbitmap.patch
+  patch -p1 -i makefile.patch
+}
+
+build() {
+  export CXXFLAGS="$CXXFLAGS -w"
+  make -C "SDLSasteroids-$pkgver"
+}
+
+package() {
+  make -C "SDLSasteroids-$pkgver" DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/bin/sasteroids" "$pkgdir/usr/bin/sasteroids.elf"
+  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/sasteroids"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: sasteroids/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: sasteroids/trunk/makefile.patch
===
--- sasteroids/trunk/makefile.patch (rev 0)
+++ sasteroids/trunk/makefile.patch 2016-02-20 21:50:16 UTC (rev 162897)
@@ -0,0 +1,33 @@
+*** src/SDLSasteroids-3.0.1/Makefile   2011-01-01 16:12:18.0 +
+--- src/SDLSasteroids-3.0.1/Makefile2  2011-01-01 16:12:09.0 +
+***
+*** 1,9 
+  # Makefile for sasteroids
+  
+  # Edit Bellow to change the installation locations
+! GAMEDIR=/usr/share/sasteroids/
+! BINDIR=/usr/bin/
+! MANDIR=/usr/man
+  
+  # For OpenGL
+  EXTRA_DEFINES="-DWANT_OPENGL -DHAVE_SOUND"
+--- 1,9 
+  # Makefile for sasteroids
+  
+  # Edit Bellow to change the installation locations
+! GAMEDIR=$(DESTDIR)/usr/share/sasteroids/
+! BINDIR=$(DESTDIR)/usr/bin/
+! MANDIR=$(DESTDIR)/usr/man
+  
+  # For OpenGL
+  EXTRA_DEFINES="-DWANT_OPENGL -DHAVE_SOUND"
+***
+*** 24,29 
+--- 24,30 
+   install -d $(GAMEDIR)/sounds
+   install -d $(GAMEDIR)/fonts
+   install -d $(BINDIR)
++  install -d $(MANDIR)
+   install --strip --mode=755 src/sasteroids $(BINDIR)
+   install --mode=644 sasteroids.6 $(MANDIR)/man6
+   install --mode=644 fonts/nicefont.ttf $(GAMEDIR)/fonts/

Added: sasteroids/trunk/sasteroids.sh
===
--- sasteroids/trunk/sasteroids.sh  (rev 0)
+++ sasteroids/trunk/sasteroids.sh  2016-02-20 21:50:16 UTC (rev 162897)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/share/sasteroids
+exec /usr/bin/sasteroids.elf

Added: sasteroids/trunk/sbitmap.patch
===
--- sasteroids/trunk/sbitmap.patch  (rev 0)
+++ sasteroids/trunk/sbitmap.patch  2016-02-20 21:50:16 UTC (rev 162897)
@@ -0,0 +1,19 @@
+*** src/SDLSasteroids-3.0.1/src/sbitmap.h  2003-08-16 15:57:14.0 
+
+--- ../SDLSasteroids-3.0.1/src/sbitmap.h   2011-01-01 15:45:03.0 
+
+***
+*** 36,42 
+void 

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

2016-02-20 Thread Gaetan Bisson
Date: Saturday, February 20, 2016 @ 22:38:06
  Author: bisson
Revision: 260100

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 260099, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 260099, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 260099, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 260099, inkscape/trunk/install)

-+
 staging-i686/PKGBUILD   |   60 ++
 staging-i686/install|   13 +
 staging-x86_64/PKGBUILD |   60 ++
 staging-x86_64/install  |   13 +
 4 files changed, 146 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 260099, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-20 21:38:06 UTC (rev 260100)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=16
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://inkscape.org/en/gallery/item/3860/inkscape-0.91.tar.bz2;
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   # FS#43744
+   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # glibmm 2.46 uses C++11 features
+   CXXFLAGS+=' -std=c++11'
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-i686/install (from rev 260099, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2016-02-20 21:38:06 UTC (rev 260100)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 260099, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-20 21:38:06 UTC (rev 260100)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=16
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'

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

2016-02-20 Thread Gaetan Bisson
Date: Saturday, February 20, 2016 @ 22:37:24
  Author: bisson
Revision: 260099

rebuild for gsl-2.1

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 21:35:21 UTC (rev 260098)
+++ PKGBUILD2016-02-20 21:37:24 UTC (rev 260099)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=15
+pkgrel=16
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')


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

2016-02-20 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 22:34:51
  Author: arojas
Revision: 260097

GSL 2.1 rebuild

Modified:
  enblend-enfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 20:30:49 UTC (rev 260096)
+++ PKGBUILD2016-02-20 21:34:51 UTC (rev 260097)
@@ -4,7 +4,7 @@
 
 pkgname=enblend-enfuse
 pkgver=4.1.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Intelligent blend tool for overlapping picture"
 arch=("i686" "x86_64")
 license=('GPL')


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

2016-02-20 Thread Antonio Rojas
Date: Saturday, February 20, 2016 @ 22:35:21
  Author: arojas
Revision: 260098

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

Added:
  enblend-enfuse/repos/staging-i686/
  enblend-enfuse/repos/staging-i686/PKGBUILD
(from rev 260097, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-i686/enblend-enfuse.install
(from rev 260097, enblend-enfuse/trunk/enblend-enfuse.install)
  enblend-enfuse/repos/staging-x86_64/
  enblend-enfuse/repos/staging-x86_64/PKGBUILD
(from rev 260097, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install
(from rev 260097, enblend-enfuse/trunk/enblend-enfuse.install)

---+
 staging-i686/PKGBUILD |   32 
 staging-i686/enblend-enfuse.install   |   22 ++
 staging-x86_64/PKGBUILD   |   32 
 staging-x86_64/enblend-enfuse.install |   22 ++
 4 files changed, 108 insertions(+)

Copied: enblend-enfuse/repos/staging-i686/PKGBUILD (from rev 260097, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-02-20 21:35:21 UTC (rev 260098)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Dominik Ryba 
+
+pkgname=enblend-enfuse
+pkgver=4.1.4
+pkgrel=4
+pkgdesc="Intelligent blend tool for overlapping picture"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa' 'help2man')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+md5sums=('51abb1add90786ed64ec261778b31647')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/enblend.info "${pkgdir}/usr/share/info/enblend.info"
+  install -D -m644 doc/enfuse.info "${pkgdir}/usr/share/info/enfuse.info"
+}

Copied: enblend-enfuse/repos/staging-i686/enblend-enfuse.install (from rev 
260097, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-i686/enblend-enfuse.install (rev 0)
+++ staging-i686/enblend-enfuse.install 2016-02-20 21:35:21 UTC (rev 260098)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: enblend-enfuse/repos/staging-x86_64/PKGBUILD (from rev 260097, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-02-20 21:35:21 UTC (rev 260098)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Dominik Ryba 
+
+pkgname=enblend-enfuse
+pkgver=4.1.4
+pkgrel=4
+pkgdesc="Intelligent blend tool for overlapping picture"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa' 'help2man')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+md5sums=('51abb1add90786ed64ec261778b31647')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/enblend.info "${pkgdir}/usr/share/info/enblend.info"
+  install -D -m644 doc/enfuse.info "${pkgdir}/usr/share/info/enfuse.info"
+}

Copied: enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install (from rev 
260097, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-x86_64/enblend-enfuse.install   (rev 0)
+++ staging-x86_64/enblend-enfuse.install   2016-02-20 21:35:21 UTC (rev 
260098)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || 

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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 22:16:46
  Author: arodseth
Revision: 162895

Fix FS#48227

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 21:06:10 UTC (rev 162894)
+++ PKGBUILD2016-02-20 21:16:46 UTC (rev 162895)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Blue Peppers 
-# Contributor: Stefan Husmann< stefan-husm...@t-online.de>
+# Contributor: Stefan Husmann 
+# Contributor: Yannick LM 
 
 pkgname=tint2
 pkgver=0.12.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='https://gitlab.com/o9000/tint2'
@@ -13,12 +14,13 @@
 license=('GPL2')
 conflicts=('ttm-svn')
 depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja')
+makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
 sha256sums=('e1200cabbf6f9488233788f805b10c8bd8b083c92ef42d86bc8df8d8bb353c5f')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"
+  setconf "$pkgname/get_version.sh" VERSION "$pkgver"
 }
 
 build() {


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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 22:16:59
  Author: arodseth
Revision: 162896

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-20 21:16:46 UTC (rev 162895)
+++ community-i686/PKGBUILD 2016-02-20 21:16:59 UTC (rev 162896)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Blue Peppers 
-# Contributor: Stefan Husmann< stefan-husm...@t-online.de>
-
-pkgname=tint2
-pkgver=0.12.7
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64' 'i686')
-url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-conflicts=('ttm-svn')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja')
-source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('e1200cabbf6f9488233788f805b10c8bd8b083c92ef42d86bc8df8d8bb353c5f')
-
-prepare() {
-  mv "$pkgname-$pkgver-"* "$pkgname"
-}
-
-build() {
-  cd "$pkgname"
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname/build" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tint2/repos/community-i686/PKGBUILD (from rev 162895, 
tint2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-20 21:16:59 UTC (rev 162896)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Blue Peppers 
+# Contributor: Stefan Husmann 
+# Contributor: Yannick LM 
+
+pkgname=tint2
+pkgver=0.12.7
+pkgrel=2
+pkgdesc='Basic, good-looking task manager for WMs'
+arch=('x86_64' 'i686')
+url='https://gitlab.com/o9000/tint2'
+license=('GPL2')
+conflicts=('ttm-svn')
+depends=('gtk2' 'imlib2' 'startup-notification')
+makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
+source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
+sha256sums=('e1200cabbf6f9488233788f805b10c8bd8b083c92ef42d86bc8df8d8bb353c5f')
+
+prepare() {
+  mv "$pkgname-$pkgver-"* "$pkgname"
+  setconf "$pkgname/get_version.sh" VERSION "$pkgver"
+}
+
+build() {
+  cd "$pkgname"
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "$pkgname/build" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-20 21:16:46 UTC (rev 162895)
+++ community-x86_64/PKGBUILD   2016-02-20 21:16:59 UTC (rev 162896)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Blue Peppers 
-# Contributor: Stefan Husmann< stefan-husm...@t-online.de>
-
-pkgname=tint2
-pkgver=0.12.7
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64' 'i686')
-url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-conflicts=('ttm-svn')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja')
-source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('e1200cabbf6f9488233788f805b10c8bd8b083c92ef42d86bc8df8d8bb353c5f')
-
-prepare() {
-  mv "$pkgname-$pkgver-"* "$pkgname"
-}
-
-build() {
-  cd "$pkgname"
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname/build" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tint2/repos/community-x86_64/PKGBUILD (from rev 162895, 
tint2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-20 21:16:59 UTC 

[arch-commits] Commit in dkms/repos/community-testing-any (11 files)

2016-02-20 Thread Sébastien Luttringer
Date: Saturday, February 20, 2016 @ 22:06:10
  Author: seblu
Revision: 162894

archrelease: copy trunk to community-testing-any

Added:
  dkms/repos/community-testing-any/02-no-kernel-hook.patch
(from rev 162893, dkms/trunk/02-no-kernel-hook.patch)
  dkms/repos/community-testing-any/PKGBUILD
(from rev 162893, dkms/trunk/PKGBUILD)
  dkms/repos/community-testing-any/dkms.install
(from rev 162893, dkms/trunk/dkms.install)
  dkms/repos/community-testing-any/hook.install
(from rev 162893, dkms/trunk/hook.install)
  dkms/repos/community-testing-any/hook.remove
(from rev 162893, dkms/trunk/hook.remove)
  dkms/repos/community-testing-any/hook.sh
(from rev 162893, dkms/trunk/hook.sh)
Deleted:
  dkms/repos/community-testing-any/02-no-kernel-hook.patch
  dkms/repos/community-testing-any/PKGBUILD
  dkms/repos/community-testing-any/alpm-hook
  dkms/repos/community-testing-any/dkms.hook
  dkms/repos/community-testing-any/dkms.install

-+
 02-no-kernel-hook.patch |   26 +-
 PKGBUILD|  117 +++---
 alpm-hook   |   29 ---
 dkms.hook   |   11 
 dkms.install|   30 +--
 hook.install|   13 +
 hook.remove |   12 
 hook.sh |   60 +++
 8 files changed, 171 insertions(+), 127 deletions(-)

Deleted: 02-no-kernel-hook.patch
===
--- 02-no-kernel-hook.patch 2016-02-20 21:05:10 UTC (rev 162893)
+++ 02-no-kernel-hook.patch 2016-02-20 21:06:10 UTC (rev 162894)
@@ -1,13 +0,0 @@
-# Author: Sébastien Luttringer 
 a/Makefile 2011-12-07 19:23:51.0 +0100
-+++ b/Makefile 2013-05-13 00:48:19.62000 +0200
-@@ -46,9 +46,6 @@
-   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
-   chmod 0644 $(MAN)/dkms.8.gz
-   touch --reference=dkms.8 $(MAN)/dkms.8.gz
--  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
--  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
--  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
- 
- DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
- 

Copied: dkms/repos/community-testing-any/02-no-kernel-hook.patch (from rev 
162893, dkms/trunk/02-no-kernel-hook.patch)
===
--- 02-no-kernel-hook.patch (rev 0)
+++ 02-no-kernel-hook.patch 2016-02-20 21:06:10 UTC (rev 162894)
@@ -0,0 +1,13 @@
+# Author: Sébastien Luttringer 
+--- a/Makefile 2011-12-07 19:23:51.0 +0100
 b/Makefile 2013-05-13 00:48:19.62000 +0200
+@@ -46,9 +46,6 @@
+   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
+   chmod 0644 $(MAN)/dkms.8.gz
+   touch --reference=dkms.8 $(MAN)/dkms.8.gz
+-  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
+-  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
+-  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
+ 
+ DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 21:05:10 UTC (rev 162893)
+++ PKGBUILD2016-02-20 21:06:10 UTC (rev 162894)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
-
-pkgname=dkms
-pkgver=2.2.0.3+git151023
-pkgrel=3
-pkgdesc='Dynamic Kernel Modules System'
-arch=('any')
-url='http://linux.dell.com/dkms/'
-license=('GPL2')
-depends=('bash' 'kmod' 'gcc' 'make' 'patch')
-makedepends=('git')
-optdepends=('linux-headers: build modules against Arch kernel'
-'linux-lts-headers: build modules against LTS Arch kernel')
-backup=('etc/dkms/framework.conf')
-install=$pkgname.install
-source=('git+git://linux.dell.com/dkms.git#commit=7b6e78f'
-'02-no-kernel-hook.patch'
-'alpm-hook'
-"$pkgname.hook")
-md5sums=('SKIP'
- '82d520c39c99c34977e48b313a189c6c'
- '87715a4b2f8520eb85b380fa5509ac10'
- '579ec5e7d91acbf75eaf0ed154864a05')
-
-prepare() {
-  cd dkms
-  # patching
-  patches=("$srcdir"/*.patch)
-  if (( ${#patches[*]} > 0 )); then
-for p in "${patches[@]}"; do
-  msg2 "Apply patch: ${p##*/}"
-  patch -p1 -i "$p"
-done
-  fi
-  # /usr move
-  msg2 '/usr move patching'
-  for i in dkms{,_framework.conf,.bash-completion,.8,_common.postinst}; do
-sed -ri 's,/lib/modules,/usr/lib/modules,g' "$i"
-  done
-}
-
-package() {
-  # alpm hook
-  install -D -m 644 dkms.hook "$pkgdir/usr/share/libalpm/hooks/70-dkms.hook"
-  install -D -m 755 alpm-hook "$pkgdir/usr/lib/dkms/alpm-hook"
-  # upstream installer
-  cd dkms
-  make \
-DESTDIR="$pkgdir" \
-

[arch-commits] Commit in dkms/trunk (7 files)

2016-02-20 Thread Sébastien Luttringer
Date: Saturday, February 20, 2016 @ 22:05:10
  Author: seblu
Revision: 162893

upgpkg: dkms 2.2.0.3+git151023-4

https://lists.archlinux.org/pipermail/arch-dev-public/2016-February/027770.html

Added:
  dkms/trunk/hook.install
(from rev 162892, dkms/trunk/dkms.hook)
  dkms/trunk/hook.remove
  dkms/trunk/hook.sh
Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/dkms.install
Deleted:
  dkms/trunk/alpm-hook
  dkms/trunk/dkms.hook

--+
 PKGBUILD |   17 +---
 alpm-hook|   29 ---
 dkms.hook|   11 --
 dkms.install |8 +--
 hook.install |   13 
 hook.remove  |   12 +++
 hook.sh  |   60 +
 7 files changed, 97 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 21:01:53 UTC (rev 162892)
+++ PKGBUILD2016-02-20 21:05:10 UTC (rev 162893)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.2.0.3+git151023
-pkgrel=3
+pkgrel=4
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='http://linux.dell.com/dkms/'
@@ -17,12 +17,14 @@
 install=$pkgname.install
 source=('git+git://linux.dell.com/dkms.git#commit=7b6e78f'
 '02-no-kernel-hook.patch'
-'alpm-hook'
-"$pkgname.hook")
+'hook.install'
+'hook.remove'
+'hook.sh')
 md5sums=('SKIP'
  '82d520c39c99c34977e48b313a189c6c'
- '87715a4b2f8520eb85b380fa5509ac10'
- '579ec5e7d91acbf75eaf0ed154864a05')
+ '8fe2064106958bcfd386e83494c8959a'
+ '78eaff5c38c5282c4c766d2a9923c207'
+ '7fdc44f8ecdd0ac0dc5e6bcf02901681')
 
 prepare() {
   cd dkms
@@ -43,8 +45,9 @@
 
 package() {
   # alpm hook
-  install -D -m 644 dkms.hook "$pkgdir/usr/share/libalpm/hooks/70-dkms.hook"
-  install -D -m 755 alpm-hook "$pkgdir/usr/lib/dkms/alpm-hook"
+  install -D -m 644 hook.install 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-install.hook"
+  install -D -m 644 hook.remove 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-remove.hook"
+  install -D -m 755 hook.sh "$pkgdir/usr/lib/dkms/alpm-hook"
   # upstream installer
   cd dkms
   make \

Deleted: alpm-hook
===
--- alpm-hook   2016-02-20 21:01:53 UTC (rev 162892)
+++ alpm-hook   2016-02-20 21:05:10 UTC (rev 162893)
@@ -1,29 +0,0 @@
-#!/bin/bash
-
-# Copyright © Sébastien Luttringer
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
-
-if (( EUID )); then
-   echo 'You must be root to use this hook' >&2
-   exit 1
-fi
-
-# build modules for all kernels
-cd /usr/lib/modules
-for buildpath in */build; do
-   [[ -d "$buildpath" ]] || continue
-   dkms autoinstall -k "${buildpath%/*}"
-done

Deleted: dkms.hook
===
--- dkms.hook   2016-02-20 21:01:53 UTC (rev 162892)
+++ dkms.hook   2016-02-20 21:05:10 UTC (rev 162893)
@@ -1,11 +0,0 @@
-[Trigger]
-Operation = Install
-Operation = Upgrade
-Type = Package
-Target = *-dkms
-
-[Action]
-Description = Build required modules
-Depends = dkms
-When = PostTransaction
-Exec = /usr/lib/dkms/alpm-hook

Modified: dkms.install
===
--- dkms.install2016-02-20 21:01:53 UTC (rev 162892)
+++ dkms.install2016-02-20 21:05:10 UTC (rev 162893)
@@ -3,12 +3,8 @@
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  if (( "$(vercmp $2 2.2.0.3-12)" <= 0 )); then
-echo '===> dkms startup config file moved to /etc/default/dkms'
-  fi
-
-  if (( "$(vercmp $2 '2.2.0.3+git151023-2')" <= 0 )); then
-echo '===> dkms systemd service has been removed'
+  if (( "$(vercmp $2 '2.2.0.3+git151023-2')" < 0 )); then
+echo '===> dkms systemd startup service has been removed'
 echo '===> modules building is now handled by alpm hooks at install time'
 echo '===> startup modules loading must be done via modules-load.d'
   fi

Copied: dkms/trunk/hook.install (from rev 162892, dkms/trunk/dkms.hook)
===
--- hook.install(rev 0)
+++ hook.install2016-02-20 21:05:10 UTC (rev 162893)
@@ -0,0 +1,13 @@

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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 22:01:43
  Author: arodseth
Revision: 162891

upgpkg: netbeans 8.1-2

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 20:49:50 UTC (rev 162890)
+++ PKGBUILD2016-02-20 21:01:43 UTC (rev 162891)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Timm Preetz 
 # Contributor: Daniel J Griffiths 
 # Contributor: Ben Wolsieffer 
@@ -7,7 +7,7 @@
 pkgname=netbeans
 pkgver=8.1
 _subver=20151001
-pkgrel=1
+pkgrel=2
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.org/'
@@ -29,7 +29,8 @@
 
 prepare() {
   gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---custom "StartupWMClass=NetBeans IDE $pkgver" --name "NetBeans"
+--custom "StartupWMClass=NetBeans IDE $pkgver" --name "NetBeans" \
+--exec 'netbeans %f' --startupnotify true
   setconf "$pkgname/bin/$pkgname" basedir "/usr/share/$pkgname"
 }
 


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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 22:01:53
  Author: arodseth
Revision: 162892

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  111 ++---
 netbeans.install |   26 ++--
 2 files changed, 69 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 21:01:43 UTC (rev 162891)
+++ PKGBUILD2016-02-20 21:01:53 UTC (rev 162892)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Timm Preetz 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ben Wolsieffer 
-
-pkgname=netbeans
-pkgver=8.1
-_subver=20151001
-pkgrel=1
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='http://netbeans.org/'
-license=('CDDL')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
-backup=('usr/share/netbeans/etc/netbeans.conf')
-makedepends=('gendesk' 'setconf')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-install='netbeans.install'
-options=('!strip')
-# http://dlc-cdn.sun.com/netbeans/8.1/final/zip/
-source=("http://download.netbeans.org/netbeans/$pkgver/final/zip/netbeans-$pkgver-$_subver.zip;
-
'https://cdn.rawgit.com/ComFreek/chocolatey-packages/779f5c96f817ed1fa0d76fd90841873dc6c0ba74/icons/netbeans.png')
-sha256sums=('b960957edca0bb14cacadf348ef92b5ac233eec73fa25dda72ef365bc5084ea9'
-'048112cc3be78f41bf6eca8f664f3e92e97fc68df904ce87a7e0156a18d80c7e')
-
-prepare() {
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---custom "StartupWMClass=NetBeans IDE $pkgver" --name "NetBeans"
-  setconf "$pkgname/bin/$pkgname" basedir "/usr/share/$pkgname"
-}
-
-package() {
-  mkdir -p "$pkgdir/usr/"{bin,share/applications}
-
-  # Binary file
-  install -Dm755 "$pkgname/bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  # Resources
-  cp -r "$pkgname" "$pkgdir/usr/share/"
-
-  # Desktop shortcut and icon
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # Cleanup of directory that contains the binary file and .exe-files
-  rm -r "$pkgdir/usr/share/$pkgname/bin"
-}
-
-# getver: netbeans.org
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/PKGBUILD (from rev 162891, 
netbeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-20 21:01:53 UTC (rev 162892)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Timm Preetz 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ben Wolsieffer 
+
+pkgname=netbeans
+pkgver=8.1
+_subver=20151001
+pkgrel=2
+pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
+arch=('any')
+url='http://netbeans.org/'
+license=('CDDL')
+# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
+depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
+backup=('usr/share/netbeans/etc/netbeans.conf')
+makedepends=('gendesk' 'setconf')
+optdepends=('php: for developing programs in php'
+'groovy: for developing programs in groovy'
+'lib32-glibc')
+install='netbeans.install'
+options=('!strip')
+# http://dlc-cdn.sun.com/netbeans/8.1/final/zip/
+source=("http://download.netbeans.org/netbeans/$pkgver/final/zip/netbeans-$pkgver-$_subver.zip;
+
'https://cdn.rawgit.com/ComFreek/chocolatey-packages/779f5c96f817ed1fa0d76fd90841873dc6c0ba74/icons/netbeans.png')
+sha256sums=('b960957edca0bb14cacadf348ef92b5ac233eec73fa25dda72ef365bc5084ea9'
+'048112cc3be78f41bf6eca8f664f3e92e97fc68df904ce87a7e0156a18d80c7e')
+
+prepare() {
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--custom "StartupWMClass=NetBeans IDE $pkgver" --name "NetBeans" \
+--exec 'netbeans %f' --startupnotify true
+  setconf "$pkgname/bin/$pkgname" basedir "/usr/share/$pkgname"
+}
+
+package() {
+  mkdir -p "$pkgdir/usr/"{bin,share/applications}
+
+  # Binary file
+  install -Dm755 "$pkgname/bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  # Resources
+  cp -r "$pkgname" "$pkgdir/usr/share/"
+
+  # Desktop shortcut and icon
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"

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

2016-02-20 Thread Christian Hesse
Date: Saturday, February 20, 2016 @ 21:49:50
  Author: eworm
Revision: 162890

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   54 ++---
 gitolite.install |   48 +++
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 20:49:47 UTC (rev 162889)
+++ PKGBUILD2016-02-20 20:49:50 UTC (rev 162890)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  Christian Hesse 
-# Contributor: Jon Eyolfson 
-
-pkgname=gitolite
-pkgver=3.6.4
-pkgrel=1
-pkgdesc='An access control layer on top of git'
-url='https://github.com/sitaramc/gitolite'
-arch=('any')
-license=('GPL2')
-depends=('git' 'perl')
-install=gitolite.install
-source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha256sums=('15b19181dcc00233e4d031f07d769cf930e93963a925a71d684748068f38dd63')
-
-prepare() {
-  cd $pkgname-$pkgver/src
-  echo "$pkgver" > VERSION
-}
-
-package() {
-  install -d "$pkgdir"/usr/{bin,lib/gitolite}
-  cp -a $pkgname-$pkgver/src/* "$pkgdir"/usr/lib/gitolite
-  ln -s /usr/lib/gitolite/gitolite "$pkgdir"/usr/bin/
-}

Copied: gitolite/repos/community-any/PKGBUILD (from rev 162889, 
gitolite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-20 20:49:50 UTC (rev 162890)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:  Christian Hesse 
+# Contributor: Jon Eyolfson 
+
+pkgname=gitolite
+pkgver=3.6.5
+pkgrel=1
+pkgdesc='An access control layer on top of git'
+url='https://github.com/sitaramc/gitolite'
+arch=('any')
+license=('GPL2')
+depends=('git' 'perl')
+install=gitolite.install
+source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
+sha256sums=('15f367591cc6782cde8b0b8c2206ada5714e83998b96de61838d64ff0878f876')
+
+prepare() {
+  cd $pkgname-$pkgver/src
+  echo "$pkgver" > VERSION
+}
+
+package() {
+  install -d "$pkgdir"/usr/{bin,lib/gitolite}
+  cp -a $pkgname-$pkgver/src/* "$pkgdir"/usr/lib/gitolite
+  ln -s /usr/lib/gitolite/gitolite "$pkgdir"/usr/bin/
+}

Deleted: gitolite.install
===
--- gitolite.install2016-02-20 20:49:47 UTC (rev 162889)
+++ gitolite.install2016-02-20 20:49:50 UTC (rev 162890)
@@ -1,24 +0,0 @@
-post_install() {
-  if ! getent group gitolite &>/dev/null; then
-groupadd -r -g 196 gitolite >/dev/null
-  fi
-
-  if ! getent passwd gitolite &>/dev/null; then
-useradd -m -r -u 196 -g gitolite -d /var/lib/gitolite \
-  -s /bin/bash gitolite >/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  if getent passwd gitolite &>/dev/null; then
-userdel gitolite >/dev/null
-  fi
-
-  if getent group gitolite &>/dev/null; then
-groupdel gitolite >/dev/null
-  fi
-}

Copied: gitolite/repos/community-any/gitolite.install (from rev 162889, 
gitolite/trunk/gitolite.install)
===
--- gitolite.install(rev 0)
+++ gitolite.install2016-02-20 20:49:50 UTC (rev 162890)
@@ -0,0 +1,24 @@
+post_install() {
+  if ! getent group gitolite &>/dev/null; then
+groupadd -r -g 196 gitolite >/dev/null
+  fi
+
+  if ! getent passwd gitolite &>/dev/null; then
+useradd -m -r -u 196 -g gitolite -d /var/lib/gitolite \
+  -s /bin/bash gitolite >/dev/null
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  if getent passwd gitolite &>/dev/null; then
+userdel gitolite >/dev/null
+  fi
+
+  if getent group gitolite &>/dev/null; then
+groupdel gitolite >/dev/null
+  fi
+}


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

2016-02-20 Thread Christian Hesse
Date: Saturday, February 20, 2016 @ 21:49:47
  Author: eworm
Revision: 162889

upgpkg: gitolite 3.6.5-1

new upstream release

Modified:
  gitolite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 20:46:58 UTC (rev 162888)
+++ PKGBUILD2016-02-20 20:49:47 UTC (rev 162889)
@@ -4,7 +4,7 @@
 # Contributor: Jon Eyolfson 
 
 pkgname=gitolite
-pkgver=3.6.4
+pkgver=3.6.5
 pkgrel=1
 pkgdesc='An access control layer on top of git'
 url='https://github.com/sitaramc/gitolite'
@@ -13,7 +13,7 @@
 depends=('git' 'perl')
 install=gitolite.install
 source=($pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha256sums=('15b19181dcc00233e4d031f07d769cf930e93963a925a71d684748068f38dd63')
+sha256sums=('15f367591cc6782cde8b0b8c2206ada5714e83998b96de61838d64ff0878f876')
 
 prepare() {
   cd $pkgname-$pkgver/src


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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 21:46:58
  Author: arodseth
Revision: 162888

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   48 
 pychess.install |   24 
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-20 20:46:51 UTC (rev 162887)
+++ PKGBUILD2016-02-20 20:46:58 UTC (rev 162888)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.12.1
-pkgrel=1
-pkgdesc='Chess client'
-arch=('any')
-url='http://pychess.org/'
-license=('GPL')
-depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
-install=pychess.install
-source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-md5sums=('886d1b9514f8ed3c7a94ce75a09265bc')
-
-package() {
-  cd "pychess-$pkgver"
-
-  python setup.py install --prefix=/usr --root=$pkgdir
-}
-
-# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
-# vim:set ts=2 sw=2 et:

Copied: pychess/repos/community-any/PKGBUILD (from rev 162887, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-20 20:46:58 UTC (rev 162888)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.12.2
+pkgrel=1
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
+install=pychess.install
+source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
+md5sums=('4d7ed37cf2cf1e451240ed90646a6f56')
+
+package() {
+  cd "pychess-$pkgver"
+
+  python setup.py install --prefix=/usr --root=$pkgdir
+}
+
+# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim:set ts=2 sw=2 et:

Deleted: pychess.install
===
--- pychess.install 2016-02-20 20:46:51 UTC (rev 162887)
+++ pychess.install 2016-02-20 20:46:58 UTC (rev 162888)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pychess/repos/community-any/pychess.install (from rev 162887, 
pychess/trunk/pychess.install)
===
--- pychess.install (rev 0)
+++ pychess.install 2016-02-20 20:46:58 UTC (rev 162888)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 21:46:51
  Author: arodseth
Revision: 162887

upgpkg: pychess 0.12.2-1

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 20:41:53 UTC (rev 162886)
+++ PKGBUILD2016-02-20 20:46:51 UTC (rev 162887)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc='Chess client'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
 install=pychess.install
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-md5sums=('886d1b9514f8ed3c7a94ce75a09265bc')
+md5sums=('4d7ed37cf2cf1e451240ed90646a6f56')
 
 package() {
   cd "pychess-$pkgver"


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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 21:41:53
  Author: arodseth
Revision: 162886

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

Added:
  netsurf-buildsystem/repos/community-i686/PKGBUILD
(from rev 162885, netsurf-buildsystem/trunk/PKGBUILD)
  netsurf-buildsystem/repos/community-x86_64/PKGBUILD
(from rev 162885, netsurf-buildsystem/trunk/PKGBUILD)
Deleted:
  netsurf-buildsystem/repos/community-i686/PKGBUILD
  netsurf-buildsystem/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-20 20:41:41 UTC (rev 162885)
+++ community-i686/PKGBUILD 2016-02-20 20:41:53 UTC (rev 162886)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=netsurf-buildsystem
-pkgver=1.3
-pkgrel=1
-pkgdesc='The Netsurf buildsystem'
-arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/buildsystem.git/'
-license=('MIT')
-source=("http://download.netsurf-browser.org/libs/releases/buildsystem-$pkgver.tar.gz;)
-sha256sums=('10bbe95ba07476208da6047bd3c74685b6e61ba9904975b5d5c9a2c79a84ac79')
-
-build() {
-  cd "buildsystem-$pkgver"
-
-  sed -i 's:-Werror::' Makefile
-  make PREFIX=/usr COMPONENT_TYPE='lib-shared'
-  make PREFIX=/usr COMPONENT_TYPE='lib-static'
-}
-
-package() {
-  cd "buildsystem-$pkgver"
-
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-shared'   
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-static'
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf-buildsystem/repos/community-i686/PKGBUILD (from rev 162885, 
netsurf-buildsystem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-20 20:41:53 UTC (rev 162886)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=netsurf-buildsystem
+pkgver=1.5
+pkgrel=1
+pkgdesc='The Netsurf buildsystem'
+arch=('x86_64' 'i686')
+url='http://source.netsurf-browser.org/buildsystem.git/'
+depends=('perl' 'bash')
+license=('MIT')
+source=("http://download.netsurf-browser.org/libs/releases/buildsystem-$pkgver.tar.gz;)
+sha256sums=('dbc6afc639f6987b704e6ff4427668787ee7efba77e1bbf76b614699b5daaf71')
+
+build() {
+  cd "buildsystem-$pkgver"
+
+  sed -i 's:-Werror::' Makefile
+  make PREFIX=/usr COMPONENT_TYPE='lib-shared'
+  make PREFIX=/usr COMPONENT_TYPE='lib-static'
+}
+
+package() {
+  cd "buildsystem-$pkgver"
+
+  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-shared'
+  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-static'
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: -u 7
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-20 20:41:41 UTC (rev 162885)
+++ community-x86_64/PKGBUILD   2016-02-20 20:41:53 UTC (rev 162886)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgname=netsurf-buildsystem
-pkgver=1.3
-pkgrel=1
-pkgdesc='The Netsurf buildsystem'
-arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/buildsystem.git/'
-license=('MIT')
-source=("http://download.netsurf-browser.org/libs/releases/buildsystem-$pkgver.tar.gz;)
-sha256sums=('10bbe95ba07476208da6047bd3c74685b6e61ba9904975b5d5c9a2c79a84ac79')
-
-build() {
-  cd "buildsystem-$pkgver"
-
-  sed -i 's:-Werror::' Makefile
-  make PREFIX=/usr COMPONENT_TYPE='lib-shared'
-  make PREFIX=/usr COMPONENT_TYPE='lib-static'
-}
-
-package() {
-  cd "buildsystem-$pkgver"
-
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-shared'   
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-static'
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf-buildsystem/repos/community-x86_64/PKGBUILD (from rev 162885, 
netsurf-buildsystem/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-20 20:41:53 UTC (rev 162886)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=netsurf-buildsystem
+pkgver=1.5
+pkgrel=1
+pkgdesc='The Netsurf buildsystem'
+arch=('x86_64' 'i686')
+url='http://source.netsurf-browser.org/buildsystem.git/'
+depends=('perl' 'bash')
+license=('MIT')

  1   2   3   4   >