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

2016-05-07 Thread Sven-Hendrik Haase
Date: Sunday, May 8, 2016 @ 06:47:32
  Author: svenstaro
Revision: 174282

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

Added:
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 174281, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 174281, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 174281, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 174281, bbswitch/trunk/bbswitch.install)
Deleted:
  bbswitch/repos/community-testing-i686/PKGBUILD
  bbswitch/repos/community-testing-i686/bbswitch.install
  bbswitch/repos/community-testing-x86_64/PKGBUILD
  bbswitch/repos/community-testing-x86_64/bbswitch.install

---+
 /PKGBUILD |   90 
 /bbswitch.install |   24 +++
 community-testing-i686/PKGBUILD   |   33 --
 community-testing-i686/bbswitch.install   |   12 ---
 community-testing-x86_64/PKGBUILD |   33 --
 community-testing-x86_64/bbswitch.install |   12 ---
 6 files changed, 114 insertions(+), 90 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-05-08 04:47:20 UTC (rev 174281)
+++ community-testing-i686/PKGBUILD 2016-05-08 04:47:32 UTC (rev 174282)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install
-pkgrel=48
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('i686' 'x86_64')
-url="http://github.com/Bumblebee-Project/bbswitch;
-license=('GPL')
-depends=('linux>=4.5' 'linux<4.6')
-makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
-install=bbswitch.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 174281, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-08 04:47:32 UTC (rev 174282)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install
+pkgrel=49
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6' 'linux>=4.5' 'linux<4.6')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.5' 'linux<4.6')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Deleted: community-testing-i686/bbswitch.install
===
--- community-testing-i686/bbswitch.install 2016-05-08 04:47:20 UTC (rev 
174281)
+++ community-testing-i686/bbswitch.install 2016-05-08 04:47:32 UTC (rev 
174282)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-4.5-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 

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

2016-05-07 Thread Sven-Hendrik Haase
Date: Sunday, May 8, 2016 @ 06:47:20
  Author: svenstaro
Revision: 174281

upgpkg: bbswitch 0.8-49

Add dkms version

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 03:19:00 UTC (rev 174280)
+++ PKGBUILD2016-05-08 04:47:20 UTC (rev 174281)
@@ -3,22 +3,21 @@
 # Contributor: M0Rf30
 # Contributor: Samsagax 
 
-pkgname=bbswitch
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
 _extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install
-pkgrel=48
+pkgrel=49
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;
 license=('GPL')
-depends=('linux>=4.5' 'linux<4.6')
-makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
-install=bbswitch.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6' 'linux>=4.5' 'linux<4.6')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgbase}-${pkgver}
 
   _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
 
@@ -25,9 +24,22 @@
   make KDIR=/lib/modules/${_kernver}/build
 }
 
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+package_bbswitch() {
+  depends=('linux>=4.5' 'linux<4.6')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}

   install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
   gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
 }
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 05:19:00
  Author: fyan
Revision: 174280

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 174279, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-08 03:19:00 UTC (rev 174280)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.17.0.3
+pkgrel=12
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-mtl" 
"haskell-extensible-exceptions"
+ "haskell-filemanip" "haskell-haddock-library" 
"haskell-highlighting-kate"
+ "haskell-hslua" "haskell-http-client" "haskell-syb" 
"haskell-http-client-tls"
+ "haskell-http-types"  "haskell-text" "haskell-texmath" 
"haskell-network"
+ "haskell-old-time" "haskell-pandoc-types" "haskell-parsec" 
"haskell-random"
+ "haskell-scientific" "haskell-tagsoup" "haskell-temporary" 
"haskell-network-uri"
+ "haskell-unordered-containers" "haskell-zip-archive" 
"haskell-vector" "haskell-xml"
+ "haskell-yaml" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7b14e1bcb78a7e2ad1e585f127be7efd20225c9f9b5131d507b376b62cd77e32')
+
+prepare() {
+sed -i 's/data-default >= 0.4 && < 0.6,/data-default >= 0.4 \&\& < 0.7,/' 
${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="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+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() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+install="haskell-pandoc.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/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-i686/haskell-pandoc.install (from rev 
174279, pandoc/trunk/haskell-pandoc.install)
===
--- community-staging-i686/haskell-pandoc.install   
(rev 0)
+++ 

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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 05:18:31
  Author: fyan
Revision: 174279

upgpkg: pandoc 1.17.0.3-12

rebuild with pipes-4.1.9, tls-1.3.6

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:50:06 UTC (rev 174278)
+++ PKGBUILD2016-05-08 03:18:31 UTC (rev 174279)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.17.0.3
-pkgrel=11
+pkgrel=12
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:49:38
  Author: fyan
Revision: 174277

upgpkg: haskell-yesod-auth 1.4.13.2-4

rebuild with pipes-4.1.9, tls-1.3.6

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:37:43 UTC (rev 174276)
+++ PKGBUILD2016-05-08 02:49:38 UTC (rev 174277)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.13.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:50:06
  Author: fyan
Revision: 174278

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
174277, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-08 02:50:06 UTC (rev 174278)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.13.2
+pkgrel=4
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "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=('65d4cdc979db56e766aef3f64183075f4976ddedb8e62b07efb09be56f2cca20')
+
+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
+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 -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-auth/repos/community-staging-i686/haskell-yesod-auth.install 
(from rev 174277, haskell-yesod-auth/trunk/haskell-yesod-auth.install)
===
--- community-staging-i686/haskell-yesod-auth.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-auth.install   2016-05-08 02:50:06 UTC 
(rev 174278)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-auth
+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: 

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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:37:43
  Author: fyan
Revision: 174276

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-08 02:37:20 UTC (rev 174275)
+++ PKGBUILD2016-05-08 02:37:43 UTC (rev 174276)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GordonGR 
-# Contributor: Tom Gundersen 
-# Contributor: Ike Devolder 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-_pkgname=taglib
-pkgname=lib32-taglib
-pkgver=1.10
-pkgrel=3
-pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats (32 bit)"
-arch=('x86_64')
-url="http://developer.kde.org/~wheeler/taglib.html;
-license=('LGPL' 'MPL')
-depends=($_pkgname 'lib32-zlib' 'lib32-gcc-libs')
-makedepends=('cmake')
-options=('!libtool')
-source=("http://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz;)
-md5sums=('5b4441a15423b046dd92a096e09ea22c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_SUFFIX=32 \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_MP4=ON \
--DWITH_ASF=ON
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  cd "$pkgdir/usr"
-  rm -rf {include,share}/
-  mv bin/taglib-config{,-32}
-}

Copied: lib32-taglib/repos/multilib-x86_64/PKGBUILD (from rev 174275, 
lib32-taglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-08 02:37:43 UTC (rev 174276)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+_pkgname=taglib
+pkgname=lib32-taglib
+pkgver=1.11
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats (32 bit)"
+arch=('x86_64')
+url="http://developer.kde.org/~wheeler/taglib.html;
+license=('LGPL' 'MPL')
+depends=($_pkgname 'lib32-zlib' 'lib32-gcc-libs')
+makedepends=('cmake')
+options=('!libtool')
+source=("http://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz;)
+md5sums=('be39fa2054df40664cb557126ad7cf7c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX=32 \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=ON \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  cd "$pkgdir/usr"
+  rm -rf {include,share}/
+  mv bin/taglib-config{,-32}
+}


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:37:20
  Author: fyan
Revision: 174275

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD
(from rev 174274, lib32-libgpg-error/trunk/PKGBUILD)
Deleted:
  lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-08 02:36:59 UTC (rev 174274)
+++ PKGBUILD2016-05-08 02:37:20 UTC (rev 174275)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: judd 
-
-_pkgbasename=libgpg-error
-pkgname=lib32-$_pkgbasename
-pkgver=1.21
-pkgrel=1
-pkgdesc="Support library for libgcrypt (32-bit)"
-arch=(x86_64)
-url="http://www.gnupg.org;
-license=('LGPL')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=(!libtool)
-source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
-  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ef1dfb2f8761f019091180596e9e638d8cc37513')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  make check
-}
-
-package() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-libgpg-error/repos/multilib-x86_64/PKGBUILD (from rev 174274, 
lib32-libgpg-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-08 02:37:20 UTC (rev 174275)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: judd 
+
+_pkgbasename=libgpg-error
+pkgname=lib32-$_pkgbasename
+pkgver=1.22
+pkgrel=1
+pkgdesc="Support library for libgcrypt (32-bit)"
+arch=(x86_64)
+url="http://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=(!libtool)
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
+  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('c40015ed88bf5f50fa58d02252d75cf20b858951')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  make check
+}
+
+package() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:36:59
  Author: fyan
Revision: 174274

upgpkg: lib32-taglib 1.11-1

Modified:
  lib32-taglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:35:53 UTC (rev 174273)
+++ PKGBUILD2016-05-08 02:36:59 UTC (rev 174274)
@@ -8,8 +8,8 @@
 
 _pkgname=taglib
 pkgname=lib32-taglib
-pkgver=1.10
-pkgrel=3
+pkgver=1.11
+pkgrel=1
 pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats (32 bit)"
 arch=('x86_64')
 url="http://developer.kde.org/~wheeler/taglib.html;
@@ -18,7 +18,7 @@
 makedepends=('cmake')
 options=('!libtool')
 source=("http://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz;)
-md5sums=('5b4441a15423b046dd92a096e09ea22c')
+md5sums=('be39fa2054df40664cb557126ad7cf7c')
 
 prepare() {
   mkdir -p build
@@ -34,6 +34,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_SUFFIX=32 \
 -DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=ON \
 -DWITH_MP4=ON \
 -DWITH_ASF=ON
 


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:35:48
  Author: fyan
Revision: 174272

upgpkg: lib32-libgpg-error 1.22-1

Modified:
  lib32-libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:35:25 UTC (rev 174271)
+++ PKGBUILD2016-05-08 02:35:48 UTC (rev 174272)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libgpg-error
 pkgname=lib32-$_pkgbasename
-pkgver=1.21
+pkgver=1.22
 pkgrel=1
 pkgdesc="Support library for libgcrypt (32-bit)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!libtool)
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${_pkgbasename}-${pkgver}.tar.bz2)
   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ef1dfb2f8761f019091180596e9e638d8cc37513')
+sha1sums=('c40015ed88bf5f50fa58d02252d75cf20b858951')
 
 build() {
   export CC="gcc -m32"


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:35:53
  Author: fyan
Revision: 174273

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

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
174271, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-08 02:35:53 UTC (rev 174273)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.1
+pkgrel=6
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('652449f41b12a71f570fd84f53893f82e50b7d793a0724d349188ce19d623113')
+
+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-authenticate/repos/community-staging-i686/haskell-authenticate.install 
(from rev 174271, haskell-authenticate/trunk/haskell-authenticate.install)
===
--- community-staging-i686/haskell-authenticate.install 
(rev 0)
+++ community-staging-i686/haskell-authenticate.install 2016-05-08 02:35:53 UTC 
(rev 174273)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-authenticate
+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-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
174271, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-08 02:35:53 UTC (rev 174273)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch 

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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:35:25
  Author: fyan
Revision: 174271

upgpkg: haskell-authenticate 1.3.3.1-6

rebuild with pipes-4.1.9, tls-1.3.6

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:34:05 UTC (rev 174270)
+++ PKGBUILD2016-05-08 02:35:25 UTC (rev 174271)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:33:39
  Author: fyan
Revision: 174268

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-08 02:33:18 UTC (rev 174267)
+++ PKGBUILD2016-05-08 02:33:39 UTC (rev 174268)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ronald van Haren 
-# Contributor: Arjan Timmerman 
-# Contributor: Tom Newsom 
-# Contributor: GordonGR 
-
-pkgname=lib32-imlib2
-_pkgname=imlib2
-pkgver=1.4.8
-pkgrel=1
-pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support, lib32"
-url="http://sourceforge.net/projects/enlightenment/;
-arch=('x86_64')
-license=('BSD')
-depends=('lib32-libtiff' 'lib32-giflib' 'lib32-bzip2' 'lib32-freetype2' 
'lib32-libxext' 'lib32-libpng' 'lib32-libid3tag' 'lib32-libjpeg-turbo' 
"${_pkgname}")
-source=("http://downloads.sourceforge.net/enlightenment/${_pkgname}-$pkgver.tar.bz2;)
-md5sums=('97cf1007b0339102974ce20c8f17c249')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-  sed -i 's/@my_libs@//' imlib2-config.in
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  # Configure and Build
-  ./configure --prefix=/usr --sysconfdir=/etc/imlib2 --x-libraries=/usr/lib32 
--enable-mmx --disable-amd64 --libdir=/usr/lib32 --libexecdir=/usr/lib32 
-
-  make
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "${_pkgname}-$pkgver"
-  make DESTDIR="$pkgdir" install
-  cd "$pkgdir/usr"
-  rm -rf {bin,include,share/imlib2}/
-
-  install -Dm644 "$srcdir/${_pkgname}-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: lib32-imlib2/repos/multilib-x86_64/PKGBUILD (from rev 174267, 
lib32-imlib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-08 02:33:39 UTC (rev 174268)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ronald van Haren 
+# Contributor: Arjan Timmerman 
+# Contributor: Tom Newsom 
+# Contributor: GordonGR 
+
+pkgname=lib32-imlib2
+_pkgname=imlib2
+pkgver=1.4.9
+pkgrel=1
+pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support, lib32"
+url="http://sourceforge.net/projects/enlightenment/;
+arch=('x86_64')
+license=('BSD')
+depends=('lib32-libtiff' 'lib32-giflib' 'lib32-bzip2' 'lib32-freetype2' 
'lib32-libxext' 'lib32-libpng' 'lib32-libid3tag' 'lib32-libjpeg-turbo' 
"${_pkgname}")
+source=("http://downloads.sourceforge.net/enlightenment/${_pkgname}-$pkgver.tar.bz2;)
+md5sums=('23ef8b49f2793bc63b16839a2062298b')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  sed -i 's/@my_libs@//' imlib2-config.in
+}
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  # Configure and Build
+  ./configure --prefix=/usr --sysconfdir=/etc/imlib2 --x-libraries=/usr/lib32 
--enable-mmx --disable-amd64 --libdir=/usr/lib32 --libexecdir=/usr/lib32 
+
+  make
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "${_pkgname}-$pkgver"
+  make DESTDIR="$pkgdir" install
+  cd "$pkgdir/usr"
+  rm -rf {bin,include,share/imlib2}/
+
+  install -Dm644 "$srcdir/${_pkgname}-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:34:05
  Author: fyan
Revision: 174270

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-08 02:33:44 UTC (rev 174269)
+++ PKGBUILD2016-05-08 02:34:05 UTC (rev 174270)
@@ -1,42 +0,0 @@
-# Maintainer: Florian Pritz 
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="OpenType text shaping engine. (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib' 'ragel')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('7537bacccb3524df0cd2a4d5bc7e168bcc10e8171e0324f3cd522583868192c1')
-
-prepare() {
-  cd ${_pkgbasename}-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
- 
-  CFLAGS+=' -DNDEBUG'
-  CXXFLAGS+=' -DNDEBUG'
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 174269, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-08 02:34:05 UTC (rev 174270)
@@ -0,0 +1,42 @@
+# Maintainer: Florian Pritz 
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=1.2.7
+pkgrel=1
+pkgdesc="OpenType text shaping engine. (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib' 'ragel')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026')
+
+prepare() {
+  cd ${_pkgbasename}-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+ 
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:33:44
  Author: fyan
Revision: 174269

upgpkg: lib32-harfbuzz 1.2.7-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:33:39 UTC (rev 174268)
+++ PKGBUILD2016-05-08 02:33:44 UTC (rev 174269)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 pkgdesc="OpenType text shaping engine. (32-bit)"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib' 'ragel')
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('7537bacccb3524df0cd2a4d5bc7e168bcc10e8171e0324f3cd522583868192c1')
+sha256sums=('bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026')
 
 prepare() {
   cd ${_pkgbasename}-$pkgver


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:33:18
  Author: fyan
Revision: 174267

upgpkg: lib32-imlib2 1.4.9-1

Modified:
  lib32-imlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:29:38 UTC (rev 174266)
+++ PKGBUILD2016-05-08 02:33:18 UTC (rev 174267)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-imlib2
 _pkgname=imlib2
-pkgver=1.4.8
+pkgver=1.4.9
 pkgrel=1
 pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support, lib32"
 url="http://sourceforge.net/projects/enlightenment/;
@@ -15,7 +15,7 @@
 license=('BSD')
 depends=('lib32-libtiff' 'lib32-giflib' 'lib32-bzip2' 'lib32-freetype2' 
'lib32-libxext' 'lib32-libpng' 'lib32-libid3tag' 'lib32-libjpeg-turbo' 
"${_pkgname}")
 
source=("http://downloads.sourceforge.net/enlightenment/${_pkgname}-$pkgver.tar.bz2;)
-md5sums=('97cf1007b0339102974ce20c8f17c249')
+md5sums=('23ef8b49f2793bc63b16839a2062298b')
 
 prepare() {
   cd "$_pkgname-$pkgver"


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:29:38
  Author: fyan
Revision: 174266

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

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

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
174265, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-08 02:29:38 UTC (rev 174266)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.10.1
+pkgrel=2
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('36ebae73f7bf984e1062aa6079b935069b49a5b3811ea935194c0cecb8de815f')
+
+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-http-conduit/repos/community-staging-i686/haskell-http-conduit.install 
(from rev 174265, haskell-http-conduit/trunk/haskell-http-conduit.install)
===
--- community-staging-i686/haskell-http-conduit.install 
(rev 0)
+++ community-staging-i686/haskell-http-conduit.install 2016-05-08 02:29:38 UTC 
(rev 174266)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-conduit
+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-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
174265, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-08 02:29:38 UTC (rev 174266)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit

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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:29:10
  Author: fyan
Revision: 174265

upgpkg: haskell-http-conduit 2.1.10.1-2

rebuild with pipes-4.1.9, tls-1.3.6

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:24:15 UTC (rev 174264)
+++ PKGBUILD2016-05-08 02:29:10 UTC (rev 174265)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.1.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:24:15
  Author: fyan
Revision: 174264

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

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

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
174263, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-08 02:24:15 UTC (rev 174264)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.4
+pkgrel=4
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('da60ebd9c0eff1e7a44ce600b450da79a471dda648ae67503d34d69a49ff0921')
+
+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-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
 (from rev 174263, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
===
--- community-staging-i686/haskell-http-client-tls.install  
(rev 0)
+++ community-staging-i686/haskell-http-client-tls.install  2016-05-08 
02:24:15 UTC (rev 174264)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client-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-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 174263, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-08 02:24:15 UTC (rev 174264)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.4
+pkgrel=4
+pkgdesc="http-client backend 

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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:23:46
  Author: fyan
Revision: 174263

upgpkg: haskell-http-client-tls 0.2.4-4

rebuild with pipes-4.1.9, tls-1.3.6

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:19:51 UTC (rev 174262)
+++ PKGBUILD2016-05-08 02:23:46 UTC (rev 174263)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.4
-pkgrel=3
+pkgrel=4
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:19:51
  Author: fyan
Revision: 174262

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

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

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

Copied: haskell-connection/repos/community-staging-i686/PKGBUILD (from rev 
174261, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-08 02:19:51 UTC (rev 174262)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.5
+pkgrel=20
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system" "haskell-x509-validation")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('8895d4427985202ac439b884deb4b5675ccba3d9498fce3687f1542b4ba21124')
+
+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-connection/repos/community-staging-i686/haskell-connection.install 
(from rev 174261, haskell-connection/trunk/haskell-connection.install)
===
--- community-staging-i686/haskell-connection.install   
(rev 0)
+++ community-staging-i686/haskell-connection.install   2016-05-08 02:19:51 UTC 
(rev 174262)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-connection
+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-connection/repos/community-staging-x86_64/PKGBUILD (from rev 
174261, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-08 02:19:51 UTC (rev 174262)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.5
+pkgrel=20
+pkgdesc="Simple and easy network 

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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:19:23
  Author: fyan
Revision: 174261

upgpkg: haskell-connection 0.2.5-20

rebuild with pipes-4.1.9, tls-1.3.6

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:13:35 UTC (rev 174260)
+++ PKGBUILD2016-05-08 02:19:23 UTC (rev 174261)
@@ -5,7 +5,7 @@
 _hkgname=connection
 pkgname=haskell-connection
 pkgver=0.2.5
-pkgrel=19
+pkgrel=20
 pkgdesc="Simple and easy network connections API"
 url="http://github.com/vincenthz/hs-connection;
 license=("custom:BSD3")


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:13:35
  Author: fyan
Revision: 174260

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

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

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

Copied: haskell-tls/repos/community-staging-i686/PKGBUILD (from rev 174259, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-08 02:13:35 UTC (rev 174260)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.6
+pkgrel=1
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('72285fbc0f79f3138213cbe493a0bb10780becb1469b0e2c7aa840e6ba04dd62')
+
+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-hans -fnetwork -fcompat
+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-tls/repos/community-staging-i686/haskell-tls.install (from rev 
174259, haskell-tls/trunk/haskell-tls.install)
===
--- community-staging-i686/haskell-tls.install  (rev 0)
+++ community-staging-i686/haskell-tls.install  2016-05-08 02:13:35 UTC (rev 
174260)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-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-tls/repos/community-staging-x86_64/PKGBUILD (from rev 174259, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-08 02:13:35 UTC (rev 174260)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.6
+pkgrel=1
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-asn1-encoding" "haskell-asn1-types" 

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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:13:06
  Author: fyan
Revision: 174259

upgpkg: haskell-tls 1.3.6-1

rebuild with pipes-4.1.9, tls-1.3.6

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:02:35 UTC (rev 174258)
+++ PKGBUILD2016-05-08 02:13:06 UTC (rev 174259)
@@ -4,8 +4,8 @@
 
 _hkgname=tls
 pkgname=haskell-tls
-pkgver=1.3.5
-pkgrel=2
+pkgver=1.3.6
+pkgrel=1
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls;
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('ff2c21a8a9d1f34ccc5dcf816c2a873a91ab15ab4c7876cd7b88c3052624a08f')
+sha256sums=('72285fbc0f79f3138213cbe493a0bb10780becb1469b0e2c7aa840e6ba04dd62')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:02:14
  Author: fyan
Revision: 174257

upgpkg: python2-pythondialog 3.4.0-1

Modified:
  python2-pythondialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 02:02:06 UTC (rev 174256)
+++ PKGBUILD2016-05-08 02:02:14 UTC (rev 174257)
@@ -3,7 +3,7 @@
 # Contributor: Sandy Carter (bwrsandman) 
 
 pkgname=python2-pythondialog
-pkgver=3.3.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Python package for interfacing with dialog"
 url="http://pythondialog.sf.net;
@@ -10,12 +10,12 @@
 arch=('any')
 license=('LGPL')
 depends=('python2' 'dialog')
-source=("http://downloads.sourceforge.net/project/pythondialog/pythondialog/${pkgver}/python2-pythondialog-${pkgver}.tar.bz2;)
-sha256sums=('04e93f24995c43dd90f338d5d865ca72ce3fb5a5358d4daa4965571db35fc3ec')
+source=("http://downloads.sourceforge.net/project/pythondialog/pythondialog/$pkgver/python2-pythondialog-$pkgver.tar.bz2;)
+sha256sums=('8978d355c8db6728eeb9e23b39449b14597f1c76cb06dc72462642ca7cde46a0')
 
 package() {
-  cd "${srcdir}/python2-pythondialog-${pkgver}"
-  python2 ./setup.py install --prefix=/usr --root="${pkgdir}" -O1
+  cd python2-pythondialog-$pkgver
+  python2 ./setup.py install --prefix=/usr --root="$pkgdir" -O1
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:02:35
  Author: fyan
Revision: 174258

archrelease: copy trunk to community-any

Added:
  python2-pythondialog/repos/community-any/PKGBUILD
(from rev 174257, python2-pythondialog/trunk/PKGBUILD)
Deleted:
  python2-pythondialog/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-08 02:02:14 UTC (rev 174257)
+++ PKGBUILD2016-05-08 02:02:35 UTC (rev 174258)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sandy Carter (bwrsandman) 
-
-pkgname=python2-pythondialog
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="Python package for interfacing with dialog"
-url="http://pythondialog.sf.net;
-arch=('any')
-license=('LGPL')
-depends=('python2' 'dialog')
-source=("http://downloads.sourceforge.net/project/pythondialog/pythondialog/${pkgver}/python2-pythondialog-${pkgver}.tar.bz2;)
-sha256sums=('04e93f24995c43dd90f338d5d865ca72ce3fb5a5358d4daa4965571db35fc3ec')
-
-package() {
-  cd "${srcdir}/python2-pythondialog-${pkgver}"
-  python2 ./setup.py install --prefix=/usr --root="${pkgdir}" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pythondialog/repos/community-any/PKGBUILD (from rev 174257, 
python2-pythondialog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-08 02:02:35 UTC (rev 174258)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sandy Carter (bwrsandman) 
+
+pkgname=python2-pythondialog
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Python package for interfacing with dialog"
+url="http://pythondialog.sf.net;
+arch=('any')
+license=('LGPL')
+depends=('python2' 'dialog')
+source=("http://downloads.sourceforge.net/project/pythondialog/pythondialog/$pkgver/python2-pythondialog-$pkgver.tar.bz2;)
+sha256sums=('8978d355c8db6728eeb9e23b39449b14597f1c76cb06dc72462642ca7cde46a0')
+
+package() {
+  cd python2-pythondialog-$pkgver
+  python2 ./setup.py install --prefix=/usr --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:01:46
  Author: fyan
Revision: 174255

upgpkg: python-pythondialog 3.4.0-1

Modified:
  python-pythondialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 01:59:48 UTC (rev 174254)
+++ PKGBUILD2016-05-08 02:01:46 UTC (rev 174255)
@@ -3,7 +3,7 @@
 # Contributor: Sandy Carter (bwrsandman) 
 
 pkgname=python-pythondialog
-pkgver=3.3.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Python package for interfacing with dialog"
 url="http://pythondialog.sf.net;
@@ -10,12 +10,12 @@
 arch=('any')
 license=('LGPL')
 depends=('python' 'dialog')
-source=("http://downloads.sourceforge.net/project/pythondialog/pythondialog/${pkgver}/python3-pythondialog-${pkgver}.tar.bz2;)
-sha256sums=('e4ace5b09d712992b7327249e375e4960812779b2ca9fd48141e218ec998')
+source=("http://downloads.sourceforge.net/project/pythondialog/pythondialog/$pkgver/python3-pythondialog-$pkgver.tar.bz2;)
+sha256sums=('019cdbffe3f61d32d6fb158ce48a767478af2aac2f31fb40460b39aefae604fe')
 
 package() {
-  cd "${srcdir}/pythondialog-${pkgver}"
-  python ./setup.py install --prefix=/usr --root="${pkgdir}" -O1
+  cd pythondialog-$pkgver
+  python ./setup.py install --prefix=/usr --root="$pkgdir" -O1
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 04:02:06
  Author: fyan
Revision: 174256

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-08 02:01:46 UTC (rev 174255)
+++ PKGBUILD2016-05-08 02:02:06 UTC (rev 174256)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sandy Carter (bwrsandman) 
-
-pkgname=python-pythondialog
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="Python package for interfacing with dialog"
-url="http://pythondialog.sf.net;
-arch=('any')
-license=('LGPL')
-depends=('python' 'dialog')
-source=("http://downloads.sourceforge.net/project/pythondialog/pythondialog/${pkgver}/python3-pythondialog-${pkgver}.tar.bz2;)
-sha256sums=('e4ace5b09d712992b7327249e375e4960812779b2ca9fd48141e218ec998')
-
-package() {
-  cd "${srcdir}/pythondialog-${pkgver}"
-  python ./setup.py install --prefix=/usr --root="${pkgdir}" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pythondialog/repos/community-any/PKGBUILD (from rev 174255, 
python-pythondialog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-08 02:02:06 UTC (rev 174256)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sandy Carter (bwrsandman) 
+
+pkgname=python-pythondialog
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Python package for interfacing with dialog"
+url="http://pythondialog.sf.net;
+arch=('any')
+license=('LGPL')
+depends=('python' 'dialog')
+source=("http://downloads.sourceforge.net/project/pythondialog/pythondialog/$pkgver/python3-pythondialog-$pkgver.tar.bz2;)
+sha256sums=('019cdbffe3f61d32d6fb158ce48a767478af2aac2f31fb40460b39aefae604fe')
+
+package() {
+  cd pythondialog-$pkgver
+  python ./setup.py install --prefix=/usr --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 03:59:27
  Author: fyan
Revision: 174253

upgpkg: python-requests-kerberos 0.9.0-1

Modified:
  python-requests-kerberos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 22:31:54 UTC (rev 174252)
+++ PKGBUILD2016-05-08 01:59:27 UTC (rev 174253)
@@ -3,7 +3,7 @@
 
 pkgbase=python-requests-kerberos
 pkgname=('python-requests-kerberos' 'python2-requests-kerberos')
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A kerberos of useful classes and functions to be used with 
python-requests."
 arch=('any')
@@ -39,7 +39,7 @@
   depends=('python-requests' 'python-pykerberos')
 
   cd "$srcdir"/requests-kerberos
-  python setup.py install --root="$pkgdir/" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-requests-kerberos() {
@@ -46,5 +46,5 @@
   depends=('python2-requests' 'python2-pykerberos')
 
   cd "$srcdir"/requests-kerberos-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }


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

2016-05-07 Thread Felix Yan
Date: Sunday, May 8, 2016 @ 03:59:48
  Author: fyan
Revision: 174254

archrelease: copy trunk to community-any

Added:
  python-requests-kerberos/repos/community-any/PKGBUILD
(from rev 174253, python-requests-kerberos/trunk/PKGBUILD)
Deleted:
  python-requests-kerberos/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-08 01:59:27 UTC (rev 174253)
+++ PKGBUILD2016-05-08 01:59:48 UTC (rev 174254)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-requests-kerberos
-pkgname=('python-requests-kerberos' 'python2-requests-kerberos')
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A kerberos of useful classes and functions to be used with 
python-requests."
-arch=('any')
-url="https://github.com/requests/requests-kerberos;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-pykerberos' 'python2-pykerberos' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=("git+https://github.com/requests/requests-kerberos.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a requests-kerberos{,-py2}
-}
-
-build() {
-  cd "$srcdir"/requests-kerberos
-  python setup.py build
-
-  cd "$srcdir"/requests-kerberos-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-kerberos
-  py.test
-
-  cd "$srcdir"/requests-kerberos-py2
-  py.test2
-}
-
-package_python-requests-kerberos() {
-  depends=('python-requests' 'python-pykerberos')
-
-  cd "$srcdir"/requests-kerberos
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-requests-kerberos() {
-  depends=('python2-requests' 'python2-pykerberos')
-
-  cd "$srcdir"/requests-kerberos-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-requests-kerberos/repos/community-any/PKGBUILD (from rev 174253, 
python-requests-kerberos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-08 01:59:48 UTC (rev 174254)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-requests-kerberos
+pkgname=('python-requests-kerberos' 'python2-requests-kerberos')
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A kerberos of useful classes and functions to be used with 
python-requests."
+arch=('any')
+url="https://github.com/requests/requests-kerberos;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-pykerberos' 'python2-pykerberos' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
+source=("git+https://github.com/requests/requests-kerberos.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a requests-kerberos{,-py2}
+}
+
+build() {
+  cd "$srcdir"/requests-kerberos
+  python setup.py build
+
+  cd "$srcdir"/requests-kerberos-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/requests-kerberos
+  py.test
+
+  cd "$srcdir"/requests-kerberos-py2
+  py.test2
+}
+
+package_python-requests-kerberos() {
+  depends=('python-requests' 'python-pykerberos')
+
+  cd "$srcdir"/requests-kerberos
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-requests-kerberos() {
+  depends=('python2-requests' 'python2-pykerberos')
+
+  cd "$srcdir"/requests-kerberos-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-05-07 Thread Fabio Castelli
Date: Sunday, May 8, 2016 @ 00:31:54
  Author: muflone
Revision: 174252

archrelease: copy trunk to community-testing-any

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

---+
 PKGBUILD  |   79 
 python2.patch |   39 +++
 2 files changed, 118 insertions(+)

Copied: spyder/repos/community-testing-any/PKGBUILD (from rev 174251, 
spyder/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-05-07 22:31:54 UTC (rev 174252)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder' 'spyder3')
+pkgver=2.3.9
+pkgrel=1
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='https://github.com/spyder-ide/spyder/'
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
+"python2.patch")
+sha256sums=('8343147e98d3e6e93090cc51d0d4d03ea6f4d7e3a26defe37236eb3f36780868'
+'58a30ff9401c528176690f2081aed2fe3185c5baaf54ee6a1c127e9421bab96a')
+
+package_spyder() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'ipython2-notebook'
+   'icu' 'gtk-update-icon-cache')
+  optdepends=('python2-pylint: powerful code analysis'
+  'python2-rope: editor code completion, calltips and 
go-to-definition'
+  'python2-sphinx: rich text help on the object inspector'
+  'python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-psutil: memory/CPU usage in the status bar'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'python2-pep8: real-time code style analysis'
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-jedi: editor code completion, calltips and 
go-to-definition'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  patch -p1 -i "../python2.patch"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install icon and desktop file
+  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # Remove useless spyder_win_post_install script
+  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
+}
+
+package_spyder3() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
+  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'jupyter'
+   'icu' 'gtk-update-icon-cache')
+  optdepends=('python-pylint: powerful code analysis'
+  'python-rope: editor code completion, calltips and 
go-to-definition'
+  'python-sphinx: rich text help on the object inspector'
+  'python-numpy: N-dimensional arrays'
+  'python-scipy: signal/image processing'
+  'python-psutil: memory/CPU usage in the status bar'
+  'python-h5py: HDF5 support'
+  'python-matplotlib: interactive 2D/3D data plotting'
+  'pep8: real-time code style analysis'
+  'python-sympy: symbolic mathematics for the IPython console'
+  'python-jedi: editor code completion, calltips and 
go-to-definition'
+  'python-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install icon and desktop file
+  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m644 

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

2016-05-07 Thread Dave Reisner
Date: Saturday, May 7, 2016 @ 22:15:36
  Author: dreisner
Revision: 267205

upgpkg: expac 7-1

Modified:
  expac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:44:06 UTC (rev 267204)
+++ PKGBUILD2016-05-07 20:15:36 UTC (rev 267205)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=expac
-pkgver=6
+pkgver=7
 pkgrel=1
 pkgdesc="pacman database extraction utility"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('perl')
 
source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('06b6175221176d0cd9076eaf93166832'
+md5sums=('c374e7f2e261e0e38b6d330f7685076b'
  'SKIP')
 
 prepare() {


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:51:44
  Author: tpowa
Revision: 174247

upgpkg: virtualbox-modules-arch 5.0.20-3

rebuild against 4.5.3-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:49:31 UTC (rev 174246)
+++ PKGBUILD2016-05-07 19:51:44 UTC (rev 174247)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.0.20
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:49:31
  Author: tpowa
Revision: 174246

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 174245, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 174245, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 174245, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 174245, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 174245, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 174245, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
174245, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2016-05-07 19:49:31 UTC (rev 
174246)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 174245, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-07 19:49:31 UTC (rev 174246)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.5-ARCH
+pkgrel=29
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('967007230bb028424216d9b35da422c0'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
174245, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2016-05-07 19:49:31 UTC (rev 
174246)
@@ -0,0 +1,21 @@
+EXTRAMODULES=extramodules-4.5-ARCH
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
174245, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2016-05-07 19:49:31 UTC (rev 
174246)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 174245, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:49:22
  Author: tpowa
Revision: 174245

upgpkg: vhba-module 20140928-29

rebuild against 4.5.3-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:48:35 UTC (rev 174244)
+++ PKGBUILD2016-05-07 19:49:22 UTC (rev 174245)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-4.5-ARCH
-pkgrel=28
+pkgrel=29
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:48:35
  Author: tpowa
Revision: 174244

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 174243, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 174243, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 174243, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 174243, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   57 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   57 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 140 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 174243, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-07 19:48:35 UTC (rev 174244)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.5-ARCH
+pkgrel=85
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
+"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
174243, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2016-05-07 19:48:35 UTC (rev 
174244)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.5-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 174243, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-05-07 19:48:35 UTC (rev 174244)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.5-ARCH
+pkgrel=85
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" 

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:48:28
  Author: tpowa
Revision: 174243

upgpkg: tp_smapi 0.41-85

rebuild against 4.5.3-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:47:35 UTC (rev 174242)
+++ PKGBUILD2016-05-07 19:48:28 UTC (rev 174243)
@@ -11,7 +11,7 @@
 pkgname=tp_smapi
 pkgver=0.41
 _extramodules=extramodules-4.5-ARCH
-pkgrel=84
+pkgrel=85
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:47:35
  Author: tpowa
Revision: 174242

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

Added:
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 174241, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 174241, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 174241, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 174241, rt3562sta/trunk/rt3562sta.install)

+
 community-testing-i686/PKGBUILD|   46 +++
 community-testing-i686/rt3562sta.install   |   16 +
 community-testing-x86_64/PKGBUILD  |   46 +++
 community-testing-x86_64/rt3562sta.install |   16 +
 4 files changed, 124 insertions(+)

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 174241, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-07 19:47:35 UTC (rev 174242)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=11
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   install -Dm 0644 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
+   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
+   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
+
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}
+
+sha256sums=('3428c37e91f04dfb0d5e4aae9bbcbf72a3816e8804d0735110a53d1140c37eaa')

Copied: rt3562sta/repos/community-testing-i686/rt3562sta.install (from rev 
174241, rt3562sta/trunk/rt3562sta.install)
===
--- community-testing-i686/rt3562sta.install(rev 0)
+++ community-testing-i686/rt3562sta.install2016-05-07 19:47:35 UTC (rev 
174242)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.5-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+   rebuild_module_dependencies
+}
+
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: rt3562sta/repos/community-testing-x86_64/PKGBUILD (from rev 174241, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-05-07 19:47:35 UTC (rev 174242)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=11
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:47:28
  Author: tpowa
Revision: 174241

upgpkg: rt3562sta 2.4.1.1_r3-11

rebuild against 4.5.3-1

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:46:26 UTC (rev 174240)
+++ PKGBUILD2016-05-07 19:47:28 UTC (rev 174241)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r3
 _patchrel=${pkgver/*_r/}
-pkgrel=10
+pkgrel=11
 pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
 arch=(i686 x86_64)
 
url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:46:17
  Author: tpowa
Revision: 174239

upgpkg: r8168 8.041.00-11

rebuild against 4.5.3-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:44:05 UTC (rev 174238)
+++ PKGBUILD2016-05-07 19:46:17 UTC (rev 174239)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.041.00
-pkgrel=10
+pkgrel=11
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:46:26
  Author: tpowa
Revision: 174240

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 174239, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-4.5.patch
(from rev 174239, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 174239, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 174239, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-4.5.patch
(from rev 174239, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 174239, r8168/trunk/r8168.install)

--+
 community-testing-i686/PKGBUILD  |   51 +
 community-testing-i686/linux-4.5.patch   |   13 +++
 community-testing-i686/r8168.install |   17 +
 community-testing-x86_64/PKGBUILD|   51 +
 community-testing-x86_64/linux-4.5.patch |   13 +++
 community-testing-x86_64/r8168.install   |   17 +
 6 files changed, 162 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 174239, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-07 19:46:26 UTC (rev 174240)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.041.00
+pkgrel=11
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}

Copied: r8168/repos/community-testing-i686/linux-4.5.patch (from rev 174239, 
r8168/trunk/linux-4.5.patch)
===
--- community-testing-i686/linux-4.5.patch  (rev 0)
+++ community-testing-i686/linux-4.5.patch  2016-05-07 19:46:26 UTC (rev 
174240)
@@ -0,0 +1,13 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index d197630..b47419d 100755
+--- a/src/r8168_n.c
 b/src/r8168_n.c
+@@ -4209,7 +4209,7 @@ static netdev_features_t rtl8168_fix_features(struct 
net_device *dev,
+ spin_lock_irqsave(>lock, flags);
+ if (dev->mtu > ETH_DATA_LEN) {
+ features &= ~NETIF_F_ALL_TSO;
+-features &= ~NETIF_F_ALL_CSUM;
++features &= ~NETIF_F_CSUM_MASK;
+ }
+ spin_unlock_irqrestore(>lock, flags);
+ 

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 174239, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2016-05-07 19:46:26 UTC (rev 
174240)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.5-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:44:05
  Author: tpowa
Revision: 174238

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

Added:
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 174237, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 174237, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 174237, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 174237, bbswitch/trunk/bbswitch.install)

---+
 community-testing-i686/PKGBUILD   |   33 
 community-testing-i686/bbswitch.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   33 
 community-testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 174237, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-07 19:44:05 UTC (rev 174238)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install
+pkgrel=48
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+install=bbswitch.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
174237, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2016-05-07 19:44:05 UTC (rev 
174238)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.5-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 174237, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-05-07 19:44:05 UTC (rev 174238)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install
+pkgrel=48
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+install=bbswitch.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
174237, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2016-05-07 19:44:05 UTC (rev 
174238)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.5-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:43:31
  Author: tpowa
Revision: 174237

upgpkg: bbswitch 0.8-48

rebuild against 4.5.3-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:40:24 UTC (rev 174236)
+++ PKGBUILD2016-05-07 19:43:31 UTC (rev 174237)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install
-pkgrel=47
+pkgrel=48
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


[arch-commits] Commit in nvidia-304xx/repos (8 files)

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:44:06
  Author: tpowa
Revision: 267204

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 267203, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/disable-mtrr.patch
(from rev 267203, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-i686/nvidia-304xx.install
(from rev 267203, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 267203, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch
(from rev 267203, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install
(from rev 267203, nvidia-304xx/trunk/nvidia-304xx.install)

-+
 testing-i686/PKGBUILD   |   70 ++
 testing-i686/disable-mtrr.patch |   24 +++
 testing-i686/nvidia-304xx.install   |   13 ++
 testing-x86_64/PKGBUILD |   70 ++
 testing-x86_64/disable-mtrr.patch   |   24 +++
 testing-x86_64/nvidia-304xx.install |   13 ++
 6 files changed, 214 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 267203, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-07 19:44:06 UTC (rev 267204)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.131
+_extramodules=extramodules-4.5-ARCH
+pkgrel=13
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.5' 'linux-headers<4.6')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+disable-mtrr.patch)
+sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
+
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+# FS#47092
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.5' 'linux<4.6' 'libgl' "nvidia-304xx-utils=${pkgver}")
+   conflicts+=('nvidia-304xx-dkms')
+install=nvidia-304xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/${pkgname}.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}
+
+package_nvidia-304xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch"
+depends=('dkms' "nvidia-304xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+   conflicts+=('nvidia-304xx')
+
+cd ${_pkg}
+   make -C kernel clean
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel 
"${pkgdir}"/usr/src/nvidia-${pkgver}
+echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
+}

Copied: nvidia-304xx/repos/testing-i686/disable-mtrr.patch (from rev 267203, 
nvidia-304xx/trunk/disable-mtrr.patch)
===
--- testing-i686/disable-mtrr.patch (rev 0)
+++ 

[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:43:04
  Author: tpowa
Revision: 267203

upgpkg: nvidia-304xx 304.131-13

rebuild against 4.5.3

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:41:41 UTC (rev 267202)
+++ PKGBUILD2016-05-07 19:43:04 UTC (rev 267203)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.131
 _extramodules=extramodules-4.5-ARCH
-pkgrel=12
+pkgrel=13
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.5' 'linux-headers<4.6')


[arch-commits] Commit in nvidia-340xx/repos (6 files)

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:41:41
  Author: tpowa
Revision: 267202

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

Added:
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 267201, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 267201, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 267201, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 267201, nvidia-340xx/trunk/nvidia-340xx.install)

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-i686/nvidia-340xx.install   |   13 ++
 testing-x86_64/PKGBUILD |   67 ++
 testing-x86_64/nvidia-340xx.install |   13 ++
 4 files changed, 160 insertions(+)

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 267201, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-07 19:41:41 UTC (rev 267202)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.96
+_extramodules=extramodules-4.5-ARCH
+pkgrel=12
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.5' 'linux-headers<4.6')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source_i686+=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64+=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_i686=('cb64b165b638671bcdc75bcf297b8d90')
+md5sums_x86_64=('7bdbcee13bade63227933d9217571882')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.5' 'linux<4.6' 'libgl' "nvidia-340xx-utils=${pkgver}")
+conflict+=('nvidia-340xx-dkms')
+install=nvidia-340xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+make -C kernel clean
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel 
"${pkgdir}"/usr/src/nvidia-${pkgver}
+echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+}

Copied: nvidia-340xx/repos/testing-i686/nvidia-340xx.install (from rev 267201, 
nvidia-340xx/trunk/nvidia-340xx.install)
===
--- testing-i686/nvidia-340xx.install   (rev 0)
+++ testing-i686/nvidia-340xx.install   2016-05-07 19:41:41 UTC (rev 267202)
@@ -0,0 +1,13 @@
+post_install() {
+EXTRAMODULES='extramodules-4.5-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: nvidia-340xx/repos/testing-x86_64/PKGBUILD (from rev 267201, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-07 19:41:41 UTC (rev 267202)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# 

[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:41:34
  Author: tpowa
Revision: 267201

upgpkg: nvidia-340xx 340.96-12

rebuild against 4.5.3

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:36:34 UTC (rev 267200)
+++ PKGBUILD2016-05-07 19:41:34 UTC (rev 267201)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.96
 _extramodules=extramodules-4.5-ARCH
-pkgrel=11
+pkgrel=12
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.5' 'linux-headers<4.6')


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:40:16
  Author: tpowa
Revision: 174235

upgpkg: acpi_call 1.1.0-46

rebuild against 4.5.3-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:17:28 UTC (rev 174234)
+++ PKGBUILD2016-05-07 19:40:16 UTC (rev 174235)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=45
+pkgrel=46
 _extramodules=extramodules-4.5-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:40:24
  Author: tpowa
Revision: 174236

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

Added:
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-i686/PKGBUILD
(from rev 174235, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 174235, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 174235, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 174235, acpi_call/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   47 +++
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   47 +++
 community-testing-x86_64/acpi_call.install |   14 
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 174235, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-07 19:40:24 UTC (rev 174236)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=46
+_extramodules=extramodules-4.5-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
174235, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2016-05-07 19:40:24 UTC (rev 
174236)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.5-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 174235, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-05-07 19:40:24 UTC (rev 174236)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=46
+_extramodules=extramodules-4.5-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip 

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:36:34
  Author: tpowa
Revision: 267200

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 267199, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 267199, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 267199, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 267199, nvidia/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   85 
 testing-i686/nvidia.install   |   13 ++
 testing-x86_64/PKGBUILD   |   85 
 testing-x86_64/nvidia.install |   13 ++
 4 files changed, 196 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 267199, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-07 19:36:34 UTC (rev 267200)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=364.19
+_extramodules=extramodules-4.5-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.5' 'linux-headers<4.6')
+license=('custom')
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_i686=('8a4015213c4a8f1c80e9520d04a32a7b')
+md5sums_x86_64=('ad7a0b1855b3913390fb75b4cc3a26dc')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() { 
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.5' 'linux<4.6' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 267199, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2016-05-07 19:36:34 UTC (rev 267200)
@@ -0,0 +1,13 @@
+post_install() {
+EXTRAMODULES='extramodules-4.5-ARCH'
+depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:36:24
  Author: tpowa
Revision: 267199

upgpkg: nvidia 364.19-3

rebuild against 4.5.3

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:09:18 UTC (rev 267198)
+++ PKGBUILD2016-05-07 19:36:24 UTC (rev 267199)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=364.19
 _extramodules=extramodules-4.5-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


[arch-commits] Commit in lib32-mesa/repos (3 files)

2016-05-07 Thread Laurent Carlier
Date: Saturday, May 7, 2016 @ 21:17:28
  Author: lcarlier
Revision: 174234

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-mesa/repos/multilib-staging-x86_64/
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
(from rev 174233, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
(from rev 174233, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   82 ++
 PKGBUILD |  130 +
 2 files changed, 212 insertions(+)

Copied: lib32-mesa/repos/multilib-staging-x86_64/LICENSE (from rev 174233, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-staging-x86_64/LICENSE (rev 0)
+++ multilib-staging-x86_64/LICENSE 2016-05-07 19:17:28 UTC (rev 174234)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD (from rev 174233, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-05-07 19:17:28 UTC (rev 174234)
@@ -0,0 +1,130 @@
+# $Id$
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa

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

2016-05-07 Thread Laurent Carlier
Date: Saturday, May 7, 2016 @ 21:17:23
  Author: lcarlier
Revision: 174233

upgpkg: lib32-mesa 11.2.1-2

llvm-3.8.0 rebuild

Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:01:21 UTC (rev 174232)
+++ PKGBUILD2016-05-07 19:17:23 UTC (rev 174233)
@@ -5,7 +5,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
 pkgver=11.2.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
@@ -19,13 +19,6 @@
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

 
-prepare() {
-  cd ${srcdir}/?esa-*
-
-  # Fix detection of libLLVM when built with CMake
-  sed -i 's/LLVM_SO_NAME=.*/LLVM_SO_NAME=LLVM/' configure
-}
-
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"


[arch-commits] Commit in libclc/repos (staging-any staging-any/PKGBUILD)

2016-05-07 Thread Laurent Carlier
Date: Saturday, May 7, 2016 @ 21:09:18
  Author: lcarlier
Revision: 267198

archrelease: copy trunk to staging-any

Added:
  libclc/repos/staging-any/
  libclc/repos/staging-any/PKGBUILD
(from rev 267197, libclc/trunk/PKGBUILD)

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

Copied: libclc/repos/staging-any/PKGBUILD (from rev 267197, 
libclc/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2016-05-07 19:09:18 UTC (rev 267198)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libclc
+pkgver=0.2.0+290+b518692
+pkgrel=1
+pkgdesc="Library requirements of the OpenCL C programming language"
+arch=('any')
+url="http://libclc.llvm.org/;
+license=('MIT')
+makedepends=('clang' 'llvm' 'python2' 'git')
+options=('staticlibs')
+source=('git+http://llvm.org/git/libclc#commit=b518692')
+md5sums=(SKIP)
+
+pkgver() {
+  cd libclc
+
+  echo 0.2.0+$(git rev-list --count HEAD)+$(git describe --always)
+  #git describe --long | sed 's/-/+/g'
+}
+
+build() {
+  cd libclc
+  
+  sed -i 's/"python < $in >/sys.executable + " < $in >/g' configure.py
+  
+  python2 ./configure.py --prefix=/usr
+  make
+}
+
+package() {
+  cd libclc
+  
+  make install DESTDIR="$pkgdir"
+  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2016-05-07 Thread Laurent Carlier
Date: Saturday, May 7, 2016 @ 21:09:13
  Author: lcarlier
Revision: 267197

upgpkg: libclc 0.2.0+290+b518692-1

llvm-3.8.0 rebuild

Modified:
  libclc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:06:47 UTC (rev 267196)
+++ PKGBUILD2016-05-07 19:09:13 UTC (rev 267197)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=libclc
-pkgver=0.2.0+274+4346c30
+pkgver=0.2.0+290+b518692
 pkgrel=1
 pkgdesc="Library requirements of the OpenCL C programming language"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 makedepends=('clang' 'llvm' 'python2' 'git')
 options=('staticlibs')
-source=('git+http://llvm.org/git/libclc#commit=4346c30')
+source=('git+http://llvm.org/git/libclc#commit=b518692')
 md5sums=(SKIP)
 
 pkgver() {
@@ -24,7 +24,6 @@
   cd libclc
   
   sed -i 's/"python < $in >/sys.executable + " < $in >/g' configure.py
-#  sed -i 's/python < $in >/python2 < $in >/g' configure.py
   
   python2 ./configure.py --prefix=/usr
   make


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:06:47
  Author: tpowa
Revision: 267196

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 267195, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 267195, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 267195, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 267195, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 267195, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 267195, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 267195, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 267195, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 267195, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 267195, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 267195, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 267195, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  295 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8003 +
 testing-i686/config.x86_64   | 7760 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  295 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8003 +
 testing-x86_64/config.x86_64 | 7760 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 32240 insertions(+)

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


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 21:06:29
  Author: tpowa
Revision: 267195

upgpkg: linux 4.5.3-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 19:02:37 UTC (rev 267194)
+++ PKGBUILD2016-05-07 19:06:29 UTC (rev 267195)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.5
-pkgver=4.5.2
+pkgver=4.5.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -24,7 +24,7 @@
 
 sha256sums=('a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c'
 'SKIP'
-'a9913a04ddbd06acde9b00b3179c41fddb99f61168ef5d01d3e8cf72385038b1'
+'02a1a3fb190031130f6a304a1d3ebb72ce0b4e6dcc608c9e423780e4df10dec7'
 'SKIP'
 '2355efbab340d16c1b60a7805b987a78e57266809ba6c986ceef68ef7ce71db0'
 'cee1781f96e55a909757c4533cdacb57c3ffe6f6f01f709e8a5a837dc4a68bba'


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

2016-05-07 Thread Laurent Carlier
Date: Saturday, May 7, 2016 @ 21:02:37
  Author: lcarlier
Revision: 267194

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

Added:
  mesa/repos/staging-i686/
  mesa/repos/staging-i686/LICENSE
(from rev 267193, mesa/trunk/LICENSE)
  mesa/repos/staging-i686/PKGBUILD
(from rev 267193, mesa/trunk/PKGBUILD)
  mesa/repos/staging-x86_64/
  mesa/repos/staging-x86_64/LICENSE
(from rev 267193, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 267193, mesa/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|   82 ++
 staging-i686/PKGBUILD   |  165 ++
 staging-x86_64/LICENSE  |   82 ++
 staging-x86_64/PKGBUILD |  165 ++
 4 files changed, 494 insertions(+)

Copied: mesa/repos/staging-i686/LICENSE (from rev 267193, mesa/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2016-05-07 19:02:37 UTC (rev 267194)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: mesa/repos/staging-i686/PKGBUILD (from rev 267193, mesa/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   

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

2016-05-07 Thread Fabio Castelli
Date: Saturday, May 7, 2016 @ 21:00:49
  Author: muflone
Revision: 174231

upgpkg: bluegriffon 1.8-2

Added:
  bluegriffon/trunk/bug_70722_include_next_in_cmath.patch
Modified:
  bluegriffon/trunk/PKGBUILD
Deleted:
  bluegriffon/trunk/bluegriffon.install

---+
 PKGBUILD  |6 --
 bluegriffon.install   |   12 
 bug_70722_include_next_in_cmath.patch |   12 
 3 files changed, 16 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 18:43:16 UTC (rev 174230)
+++ PKGBUILD2016-05-07 19:00:49 UTC (rev 174231)
@@ -6,7 +6,7 @@
 pkgver=1.8
 _mozilla_ver=fec90cbfbaad
 _github_ver=5961e4cbc9ea546f9d7e4b9a7f2bb6884d66a378
-pkgrel=1
+pkgrel=2
 pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
 arch=('i686' 'x86_64')
 url="http://bluegriffon.org/;
@@ -15,11 +15,11 @@
  'nss' 'libevent' 'libvpx' 'libxt' 'python2' 'startup-notification')
 makedepends=('autoconf2.13' 'libpulse' 'unzip' 'zip')
 options=('!emptydirs')
-install="${pkgname}.install"
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgname}/archive/${_github_ver}.tar.gz;
 
"mozilla-central-${_mozilla_ver}.tar.bz2"::"http://hg.mozilla.org/mozilla-central/archive/${_mozilla_ver}.tar.bz2;
 
"bug_1194520_add_ftfntfmt.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/af40750720b5;
 
"bug_1153109_CXX11_ABI.patch"::"https://hg.mozilla.org/mozilla-central/raw-rev/070d6e282fe4;
+"bug_70722_include_next_in_cmath.patch"
 "mozconfig"
 "${pkgname}.desktop")
 sha256sums=('0c629f882a7b7fcdf4416871db8d522f43653b62c0e5a25168b1914af8448a11'
@@ -26,6 +26,7 @@
 '95a9868b809664bd79727119eace53b9f6e97c54a137c28b7e6dda688aade6fd'
 '3aea9a83bf304da5525f34a911712cf42f8ded1c8b6becf0a2cf8a4b4f7facd6'
 '2df11bae529ce96d0133ba3ce076e0016350d66a7800a2253b19db13785a87fd'
+'b981a29f6243373b9118990727c17a4dee24156a9af1ea0eb25f23acd51fd37b'
 'fb8b56dcbf3daf13ac336b85183db8d48068d9f82dc74acad9fa619a165c601f'
 '882133b77840356985a81e496b4ddc443f8f33c068cfb7ef0858497820adcfff')
 
@@ -39,6 +40,7 @@
   # Apply patches
   patch -p1 -i "${srcdir}/bug_1194520_add_ftfntfmt.patch"
   patch -p1 -i "${srcdir}/bug_1153109_CXX11_ABI.patch"
+  patch -p1 -i "${srcdir}/bug_70722_include_next_in_cmath.patch"
 
   # Apply BlueGriffon's upstream customizations
   patch -Np1 -i bluegriffon/config/content.patch

Deleted: bluegriffon.install
===
--- bluegriffon.install 2016-05-07 18:43:16 UTC (rev 174230)
+++ bluegriffon.install 2016-05-07 19:00:49 UTC (rev 174231)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Added: bug_70722_include_next_in_cmath.patch
===
--- bug_70722_include_next_in_cmath.patch   (rev 0)
+++ bug_70722_include_next_in_cmath.patch   2016-05-07 19:00:49 UTC (rev 
174231)
@@ -0,0 +1,12 @@
+--- mozilla-central-fec90cbfbaad/nsprpub/config/make-system-wrappers.pl.orig   
2015-04-10 04:57:56.0 +0200
 mozilla-central-fec90cbfbaad/nsprpub/config/make-system-wrappers.pl
2016-05-07 19:51:53.832876185 +0200
+@@ -19,7 +19,9 @@
+ open OUT, ">$output_dir/$_";
+ print OUT "#pragma GCC system_header\n";  # suppress include_next warning
+ print OUT "#pragma GCC visibility push(default)\n";
++print OUT "#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS\n";
+ print OUT "#include_next \<$_\>\n";
++print OUT "#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS\n";
+ print OUT "#pragma GCC visibility pop\n";
+ close OUT;
+ }


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

2016-05-07 Thread Laurent Carlier
Date: Saturday, May 7, 2016 @ 20:43:16
  Author: lcarlier
Revision: 174230

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-llvm/repos/multilib-staging-x86_64/
  
lib32-llvm/repos/multilib-staging-x86_64/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
(from rev 174229, 
lib32-llvm/trunk/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch)
  
lib32-llvm/repos/multilib-staging-x86_64/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch
(from rev 174229, 
lib32-llvm/trunk/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch)
  lib32-llvm/repos/multilib-staging-x86_64/PKGBUILD
(from rev 174229, lib32-llvm/trunk/PKGBUILD)

---+
 D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch|  322 ++
 D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch | 1235 ++
 PKGBUILD  |  151 +
 3 files changed, 1708 insertions(+)

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


[arch-commits] Commit in lib32-llvm/trunk (6 files)

2016-05-07 Thread Laurent Carlier
Date: Saturday, May 7, 2016 @ 20:43:10
  Author: lcarlier
Revision: 174229

upgpkg: lib32-llvm 3.8.0-1

upstream update 3.8.0

Added:
  lib32-llvm/trunk/D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch
  lib32-llvm/trunk/D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch
Modified:
  lib32-llvm/trunk/PKGBUILD
Deleted:
  lib32-llvm/trunk/clang-3.7.0-add-gcc-abi-tag-support.patch
  lib32-llvm/trunk/llvm-3.7.0-export-more-symbols.patch
  lib32-llvm/trunk/llvm-3.7.0-link-tools-against-libLLVM.patch

---+
 D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.patch|  322 ++
 D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.patch | 1235 +
 PKGBUILD  |   41 
 clang-3.7.0-add-gcc-abi-tag-support.patch | 1267 --
 llvm-3.7.0-export-more-symbols.patch  |   11 
 llvm-3.7.0-link-tools-against-libLLVM.patch   |  440 ---
 6 files changed, 1572 insertions(+), 1744 deletions(-)

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


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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 20:30:11
  Author: arojas
Revision: 174228

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

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

-+
 /PKGBUILD   |   72 ++
 community-i686/PKGBUILD |   37 ---
 community-i686/choqok.install   |   11 -
 community-x86_64/PKGBUILD   |   37 ---
 community-x86_64/choqok.install |   11 -
 5 files changed, 72 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 18:29:37 UTC (rev 174227)
+++ community-i686/PKGBUILD 2016-05-07 18:30:11 UTC (rev 174228)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Peter Richard Lewis 
-# Contributor: Andrea Scarpino 
-# Contributor: Emanuele Rossi 
-# Contributor: Bram Schoenmakers 
-
-pkgname=choqok
-pkgver=1.5
-pkgrel=4
-pkgdesc="A Twitter/Pump.io/GNU social client for KDE"
-url='http://choqok.gnufolks.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kdebase-runtime' 'qjson' 'qoauth')
-makedepends=('cmake' 'automoc4' 'telepathy-qt')
-optdepends=('kdebase-konqueror: proxy support'
-'telepathy-qt: IMstatus plugin')
-install="${pkgname}.install"
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f2efdd76199f8276e8ac2f76dc600596')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: choqok/repos/community-i686/PKGBUILD (from rev 174227, 
choqok/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 18:30:11 UTC (rev 174228)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Peter Richard Lewis 
+# Contributor: Andrea Scarpino 
+# Contributor: Emanuele Rossi 
+# Contributor: Bram Schoenmakers 
+
+pkgname=choqok
+pkgver=1.5
+pkgrel=5
+pkgdesc="A Twitter/Pump.io/GNU social client for KDE"
+url='http://choqok.gnufolks.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdebase-runtime' 'qjson' 'qoauth')
+makedepends=('cmake' 'automoc4' 'telepathy-qt')
+optdepends=('kdebase-konqueror: proxy support'
+'telepathy-qt: IMstatus plugin')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f2efdd76199f8276e8ac2f76dc600596')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/choqok.install
===
--- community-i686/choqok.install   2016-05-07 18:29:37 UTC (rev 174227)
+++ community-i686/choqok.install   2016-05-07 18:30:11 UTC (rev 174228)
@@ -1,11 +0,0 @@
-post_install() {
-   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-05-07 18:29:37 UTC (rev 174227)
+++ community-x86_64/PKGBUILD   2016-05-07 18:30:11 UTC (rev 174228)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Peter Richard Lewis 
-# Contributor: Andrea Scarpino 
-# Contributor: Emanuele Rossi 
-# Contributor: Bram Schoenmakers 
-
-pkgname=choqok
-pkgver=1.5
-pkgrel=4
-pkgdesc="A Twitter/Pump.io/GNU social client for KDE"
-url='http://choqok.gnufolks.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kdebase-runtime' 'qjson' 'qoauth')
-makedepends=('cmake' 'automoc4' 'telepathy-qt')
-optdepends=('kdebase-konqueror: proxy support'
-'telepathy-qt: IMstatus plugin')
-install="${pkgname}.install"
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f2efdd76199f8276e8ac2f76dc600596')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release 

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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 20:29:37
  Author: arojas
Revision: 174227

Hooks

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

+
 PKGBUILD   |3 +--
 choqok.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 18:27:35 UTC (rev 174226)
+++ PKGBUILD2016-05-07 18:29:37 UTC (rev 174227)
@@ -6,7 +6,7 @@
 
 pkgname=choqok
 pkgver=1.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A Twitter/Pump.io/GNU social client for KDE"
 url='http://choqok.gnufolks.org/'
 license=('GPL')
@@ -15,7 +15,6 @@
 makedepends=('cmake' 'automoc4' 'telepathy-qt')
 optdepends=('kdebase-konqueror: proxy support'
 'telepathy-qt: IMstatus plugin')
-install="${pkgname}.install"
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('f2efdd76199f8276e8ac2f76dc600596')
 

Deleted: choqok.install
===
--- choqok.install  2016-05-07 18:27:35 UTC (rev 174226)
+++ choqok.install  2016-05-07 18:29:37 UTC (rev 174227)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:27:35
  Author: tpowa
Revision: 174226

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

Added:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
(from rev 174225, 
virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules-arch/repos/community-i686/build.sh
(from rev 174225, 
virtualbox-modules-arch/repos/community-testing-i686/build.sh)
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
(from rev 174225, 
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 174225, 
virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules-arch/repos/community-x86_64/build.sh
(from rev 174225, 
virtualbox-modules-arch/repos/community-testing-x86_64/build.sh)
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install
(from rev 174225, 
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-i686/build.sh
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-testing-i686/
  virtualbox-modules-arch/repos/community-testing-x86_64/
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-x86_64/build.sh
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  136 +
 /build.sh|  122 ++
 /virtualbox-modules-arch.install |   46 +++
 community-i686/PKGBUILD  |   68 --
 community-i686/build.sh  |   61 -
 community-i686/virtualbox-modules-arch.install   |   23 ---
 community-x86_64/PKGBUILD|   68 --
 community-x86_64/build.sh|   61 -
 community-x86_64/virtualbox-modules-arch.install |   23 ---
 9 files changed, 304 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 18:26:28 UTC (rev 174225)
+++ community-i686/PKGBUILD 2016-05-07 18:27:35 UTC (rev 174226)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.0.20
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.5' 'linux<4.6'
- 'linux-headers>=4.5' 'linux-headers<4.6'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.5-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.5' 'linux<4.6')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.5' 'linux<4.6')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install 

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:26:28
  Author: tpowa
Revision: 174225

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 174224, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 174224, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 174224, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 174224, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 174224, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 174224, 
vhba-module/repos/community-testing-x86_64/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   21 ---
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   21 ---
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2016-05-07 18:26:26 UTC (rev 174224)
+++ community-i686/60-vhba.rules2016-05-07 18:26:28 UTC (rev 174225)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 174224, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2016-05-07 18:26:28 UTC (rev 174225)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 18:26:26 UTC (rev 174224)
+++ community-i686/PKGBUILD 2016-05-07 18:26:28 UTC (rev 174225)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-4.5-ARCH
-pkgrel=27
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux>=4.5' 'linux<4.6')
-makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true && install=${install}.pkg
-  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 174224, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 18:26:28 UTC (rev 174225)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.5-ARCH
+pkgrel=28
+pkgdesc="Kernel module that emulates SCSI devices"

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:26:21
  Author: tpowa
Revision: 174222

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

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 174221, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/linux-4.5.patch
(from rev 174221, r8168/repos/community-testing-i686/linux-4.5.patch)
  r8168/repos/community-i686/r8168.install
(from rev 174221, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 174221, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/linux-4.5.patch
(from rev 174221, r8168/repos/community-testing-x86_64/linux-4.5.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 174221, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/linux-4.5.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/linux-4.5.patch
  r8168/repos/community-x86_64/r8168.install

--+
 /PKGBUILD|  102 +
 /linux-4.5.patch |   26 +
 /r8168.install   |   34 
 community-i686/PKGBUILD  |   51 --
 community-i686/linux-4.5.patch   |   13 
 community-i686/r8168.install |   17 --
 community-x86_64/PKGBUILD|   51 --
 community-x86_64/linux-4.5.patch |   13 
 community-x86_64/r8168.install   |   17 --
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 18:26:19 UTC (rev 174221)
+++ community-i686/PKGBUILD 2016-05-07 18:26:21 UTC (rev 174222)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.041.00
-pkgrel=9
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.5.patch)
-sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5'
-'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i ../linux-4.5.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 174221, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 18:26:21 UTC (rev 174222)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.041.00
+pkgrel=10
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5'
+

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:26:23
  Author: tpowa
Revision: 174223

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

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 174222, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 174222, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 174222, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 174222, 
rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 
 community-i686/PKGBUILD|   46 -
 community-i686/rt3562sta.install   |   16 --
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/rt3562sta.install |   16 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 18:26:21 UTC (rev 174222)
+++ community-i686/PKGBUILD 2016-05-07 18:26:23 UTC (rev 174223)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r3
-_patchrel=${pkgver/*_r/}
-pkgrel=9
-pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
-arch=(i686 x86_64)
-url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS="-DVERSION=$pkgver" \
-   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0644 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
-   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
-
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('3428c37e91f04dfb0d5e4aae9bbcbf72a3816e8804d0735110a53d1140c37eaa')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 174222, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 18:26:23 UTC (rev 174223)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=10
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* 

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:26:19
  Author: tpowa
Revision: 174221

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

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 174220, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 174220, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 174220, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 174220, bbswitch/repos/community-testing-x86_64/bbswitch.install)
Deleted:
  bbswitch/repos/community-i686/PKGBUILD
  bbswitch/repos/community-i686/bbswitch.install
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-x86_64/PKGBUILD
  bbswitch/repos/community-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 18:26:17 UTC (rev 174220)
+++ community-i686/PKGBUILD 2016-05-07 18:26:19 UTC (rev 174221)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install
-pkgrel=46
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('i686' 'x86_64')
-url="http://github.com/Bumblebee-Project/bbswitch;
-license=('GPL')
-depends=('linux>=4.5' 'linux<4.6')
-makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
-install=bbswitch.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 174220, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 18:26:19 UTC (rev 174221)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install
+pkgrel=47
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+install=bbswitch.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2016-05-07 18:26:17 UTC (rev 174220)
+++ community-i686/bbswitch.install 2016-05-07 18:26:19 UTC (rev 174221)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-4.5-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 174220, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2016-05-07 18:26:19 UTC (rev 

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:26:17
  Author: tpowa
Revision: 174220

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

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 174219, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 174219, acpi_call/repos/community-testing-i686/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 174219, acpi_call/repos/community-testing-x86_64/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 174219, 
acpi_call/repos/community-testing-x86_64/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-x86_64/PKGBUILD
  acpi_call/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   94 +++
 /acpi_call.install |   28 ++
 community-i686/PKGBUILD|   47 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   47 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 17:47:23 UTC (rev 174219)
+++ community-i686/PKGBUILD 2016-05-07 18:26:17 UTC (rev 174220)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=44
-_extramodules=extramodules-4.5-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url='http://github.com/mkottman/acpi_call'
-license=('GPL')
-depends=('linux>=4.5' 'linux<4.6')
-makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
-install='acpi_call.install'
-source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd acpi_call-${pkgver}
-
-  # Fix build with Linux >= 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-}
-
-build() {
-  cd acpi_call-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KVERSION="${_kernver}"
-}
-
-package() {
-  cd acpi_call-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
-  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
-  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
-
-  install -dm 755 "${pkgdir}"/usr/share/acpi_call
-  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 174219, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 18:26:17 UTC (rev 174220)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=45
+_extramodules=extramodules-4.5-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:26:26
  Author: tpowa
Revision: 174224

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

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 174223, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 174223, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 174223, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 174223, tp_smapi/repos/community-testing-x86_64/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-i686/PKGBUILD
  tp_smapi/repos/community-i686/tp_smapi.install
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-x86_64/PKGBUILD
  tp_smapi/repos/community-x86_64/tp_smapi.install

---+
 /PKGBUILD |  114 
 /tp_smapi.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/tp_smapi.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/tp_smapi.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 18:26:23 UTC (rev 174223)
+++ community-i686/PKGBUILD 2016-05-07 18:26:26 UTC (rev 174224)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.41
-_extramodules=extramodules-4.5-ARCH
-pkgrel=83
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=4.5' 'linux<4.6')
-makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
-install="${pkgname}.install"
-source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
--e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make -C "/usr/lib/modules/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/usr" \
-M="${srcdir}/${pkgname}-${pkgver}" modules_install
-
-  cd "${pkgdir}/usr/lib/modules"
-  mv "${_kernver}/extra" "${_extramodules}"
-  rmdir "${_kernver}"
-
-  # compress kernel modules
-  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi > "${srcdir}/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
-
-  # update kernel version in install file
-  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
-"${startdir}/${pkgname}.install"
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 174223, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 18:26:26 UTC (rev 174224)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.5-ARCH
+pkgrel=84
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.5' 'linux-headers<4.6')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" 

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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:25:16
  Author: tpowa
Revision: 267189

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 267188, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 267188, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 267188, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 267188, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 267188, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 267188, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 267188, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 267188, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 267188, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 267188, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 267188, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 267188, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /PKGBUILD |  590 
 /change-default-console-loglevel.patch|   22 
 /config   |16006 
 /config.x86_64|15520 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/PKGBUILD|  295 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 7999 -
 core-i686/config.x86_64   | 7757 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/PKGBUILD  |  295 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 7999 -
 core-x86_64/config.x86_64 | 7757 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 18 files changed, 32240 insertions(+), 32226 deletions(-)

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


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

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:25:35
  Author: tpowa
Revision: 267191

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 267190, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nvidia.install
(from rev 267190, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 267190, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 267190, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

-+
 /PKGBUILD   |  170 ++
 /nvidia.install |   26 ++
 extra-i686/PKGBUILD |   85 -
 extra-i686/nvidia.install   |   13 ---
 extra-x86_64/PKGBUILD   |   85 -
 extra-x86_64/nvidia.install |   13 ---
 6 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 18:25:33 UTC (rev 267190)
+++ extra-i686/PKGBUILD 2016-05-07 18:25:35 UTC (rev 267191)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=364.19
-_extramodules=extramodules-4.5-ARCH
-pkgrel=1
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.5' 'linux-headers<4.6')
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('8a4015213c4a8f1c80e9520d04a32a7b')
-md5sums_x86_64=('ad7a0b1855b3913390fb75b4cc3a26dc')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() { 
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.5' 'linux<4.6' "nvidia-utils=${pkgver}" 'libgl')
-install=nvidia.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia')
-
-cd ${_pkg}
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 267190, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 18:25:35 UTC (rev 

[arch-commits] Commit in nvidia-340xx/repos (10 files)

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:25:37
  Author: tpowa
Revision: 267192

db-move: moved nvidia-340xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 267191, nvidia-340xx/repos/testing-i686/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 267191, nvidia-340xx/repos/testing-i686/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 267191, nvidia-340xx/repos/testing-x86_64/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 267191, nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-x86_64/

---+
 /PKGBUILD |  134 
 /nvidia-340xx.install |   26 ++
 extra-i686/PKGBUILD   |   67 --
 extra-i686/nvidia-340xx.install   |   13 ---
 extra-x86_64/PKGBUILD |   67 --
 extra-x86_64/nvidia-340xx.install |   13 ---
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 18:25:35 UTC (rev 267191)
+++ extra-i686/PKGBUILD 2016-05-07 18:25:37 UTC (rev 267192)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.96
-_extramodules=extramodules-4.5-ARCH
-pkgrel=10
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.5' 'linux-headers<4.6')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-source_i686+=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64+=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('cb64b165b638671bcdc75bcf297b8d90')
-md5sums_x86_64=('7bdbcee13bade63227933d9217571882')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-340xx() {
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.5' 'linux<4.6' 'libgl' "nvidia-340xx-utils=${pkgver}")
-conflict+=('nvidia-340xx-dkms')
-install=nvidia-340xx.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-340xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
-depends=('dkms' "nvidia-340xx-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia-340xx')
-
-cd ${_pkg}
-make -C kernel clean
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel 
"${pkgdir}"/usr/src/nvidia-${pkgver}
-echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
-cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
-}

Copied: nvidia-340xx/repos/extra-i686/PKGBUILD (from rev 267191, 
nvidia-340xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 18:25:37 UTC (rev 267192)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.96
+_extramodules=extramodules-4.5-ARCH
+pkgrel=11
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.5' 

[arch-commits] Commit in nvidia-304xx/repos (14 files)

2016-05-07 Thread Tobias Powalowski
Date: Saturday, May 7, 2016 @ 20:25:33
  Author: tpowa
Revision: 267190

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 267189, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/disable-mtrr.patch
(from rev 267189, nvidia-304xx/repos/testing-i686/disable-mtrr.patch)
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
(from rev 267189, nvidia-304xx/repos/testing-i686/nvidia-304xx.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 267189, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/disable-mtrr.patch
(from rev 267189, nvidia-304xx/repos/testing-x86_64/disable-mtrr.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
(from rev 267189, nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/disable-mtrr.patch
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/disable-mtrr.patch
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

---+
 /PKGBUILD |  140 
 /disable-mtrr.patch   |   48 
 /nvidia-304xx.install |   26 ++
 extra-i686/PKGBUILD   |   70 --
 extra-i686/disable-mtrr.patch |   24 --
 extra-i686/nvidia-304xx.install   |   13 ---
 extra-x86_64/PKGBUILD |   70 --
 extra-x86_64/disable-mtrr.patch   |   24 --
 extra-x86_64/nvidia-304xx.install |   13 ---
 9 files changed, 214 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 18:25:16 UTC (rev 267189)
+++ extra-i686/PKGBUILD 2016-05-07 18:25:33 UTC (rev 267190)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-304xx
-pkgname=(nvidia-304xx nvidia-304xx-dkms)
-pkgver=304.131
-_extramodules=extramodules-4.5-ARCH
-pkgrel=11
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.5' 'linux-headers<4.6')
-conflicts=('nvidia')
-license=('custom')
-options=('!strip')
-source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-disable-mtrr.patch)
-sha512sums=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e'
-
'07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93'
-
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-
-# FS#47092
-(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-304xx() {
-pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-depends=('linux>=4.5' 'linux<4.6' 'libgl' "nvidia-304xx-utils=${pkgver}")
-   conflicts+=('nvidia-304xx-dkms')
-install=nvidia-304xx.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/${pkgname}.install"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}
-
-package_nvidia-304xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch"
-depends=('dkms' "nvidia-304xx-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-   conflicts+=('nvidia-304xx')
-
-cd ${_pkg}
-   make -C kernel clean
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}

[arch-commits] Commit in gitlab/repos (68 files)

2016-05-07 Thread Sven-Hendrik Haase
Date: Saturday, May 7, 2016 @ 19:47:23
  Author: svenstaro
Revision: 174219

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 174218, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 174218, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 174218, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 174218, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 174218, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 174218, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 174218, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 174218, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 174218, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 174218, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 174218, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 174218, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 174218, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 174218, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 174218, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 174218, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 174218, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 174218, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 174218, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 174218, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 174218, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 174218, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 174218, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 174218, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 174218, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 174218, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 174218, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 174218, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 174218, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 174218, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 174218, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 174218, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 174218, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 174218, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  

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

2016-05-07 Thread Sven-Hendrik Haase
Date: Saturday, May 7, 2016 @ 19:46:52
  Author: svenstaro
Revision: 174218

upgpkg: gitlab 8.7.3-5

We shouldn't actually need the old ruby

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 17:24:15 UTC (rev 174217)
+++ PKGBUILD2016-05-07 17:46:52 UTC (rev 174218)
@@ -8,12 +8,12 @@
 
 pkgname=gitlab
 pkgver=8.7.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
 license=('MIT')
-depends=('ruby2.1' 'ruby' 'git' 'ruby2.1-bundler' 'gitlab-shell' 
'gitlab-workhorse' 'openssh' 'redis' 'libxslt' 'icu' 'nodejs')
+depends=('ruby2.1' 'git' 'ruby2.1-bundler' 'gitlab-shell' 'gitlab-workhorse' 
'openssh' 'redis' 'libxslt' 'icu' 'nodejs')
 makedepends=('cmake' 'postgresql' 'mariadb')
 optdepends=('postgresql: database backend'
 'mysql: database backend'


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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:24:15
  Author: arojas
Revision: 174217

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

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

--+
 /PKGBUILD|   62 +
 community-i686/PKGBUILD  |   32 ---
 community-i686/amsynth.install   |   11 --
 community-x86_64/PKGBUILD|   32 ---
 community-x86_64/amsynth.install |   11 --
 5 files changed, 62 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 17:23:39 UTC (rev 174216)
+++ community-i686/PKGBUILD 2016-05-07 17:24:15 UTC (rev 174217)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://amsynth.github.io/;
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
-source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2;)
-md5sums=('35351ea2dcc01498eee472004e3adc10')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # enable required C++11 support
-  export CXXFLAGS+=' -std=c++11'
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 174216, 
amsynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 17:24:15 UTC (rev 174217)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.6.4
+pkgrel=2
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://amsynth.github.io/;
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2;)
+md5sums=('35351ea2dcc01498eee472004e3adc10')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/amsynth.install
===
--- community-i686/amsynth.install  2016-05-07 17:23:39 UTC (rev 174216)
+++ community-i686/amsynth.install  2016-05-07 17:24:15 UTC (rev 174217)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-07 17:23:39 UTC (rev 174216)
+++ community-x86_64/PKGBUILD   2016-05-07 17:24:15 UTC (rev 174217)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://amsynth.github.io/;
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
-source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2;)
-md5sums=('35351ea2dcc01498eee472004e3adc10')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # enable required C++11 support
-  export CXXFLAGS+=' -std=c++11'
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: amsynth/repos/community-x86_64/PKGBUILD (from rev 174216, 
amsynth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-07 17:24:15 UTC (rev 174217)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.6.4
+pkgrel=2
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://amsynth.github.io/;
+license=('GPL')

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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:23:39
  Author: arojas
Revision: 174216

Hooks

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

-+
 PKGBUILD|3 +--
 amsynth.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 17:14:54 UTC (rev 174215)
+++ PKGBUILD2016-05-07 17:23:39 UTC (rev 174216)
@@ -4,7 +4,7 @@
 
 pkgname=amsynth
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Analogue Modeling SYNTHesizer"
 arch=('i686' 'x86_64')
 url="http://amsynth.github.io/;
@@ -12,7 +12,6 @@
 groups=('dssi-plugins' 'lv2-plugins')
 depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
 makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
 
source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2;)
 md5sums=('35351ea2dcc01498eee472004e3adc10')
 

Deleted: amsynth.install
===
--- amsynth.install 2016-05-07 17:14:54 UTC (rev 174215)
+++ amsynth.install 2016-05-07 17:23:39 UTC (rev 174216)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-07 Thread Sven-Hendrik Haase
Date: Saturday, May 7, 2016 @ 19:14:28
  Author: svenstaro
Revision: 174214

upgpkg: gitlab 8.7.3-4

Symlink secrets.yml

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab.install

+
 PKGBUILD   |5 -
 gitlab.install |3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 17:12:30 UTC (rev 174213)
+++ PKGBUILD2016-05-07 17:14:28 UTC (rev 174214)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.7.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -166,6 +166,9 @@
   # Install database symlink
   ln -fs "${_etcdir}/database.yml" "${pkgdir}${_datadir}/config/database.yml"
 
+  # Install secrets symlink
+  ln -fs "${_etcdir}/secrets.yml" "${pkgdir}${_datadir}/config/secrets.yml"
+
   # Install license and help files
   mv README.md MAINTENANCE.md CONTRIBUTING.md CHANGELOG 
config/*.{example,mysql,postgresql} "${pkgdir}/usr/share/doc/${pkgname}"
   install -D "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

Modified: gitlab.install
===
--- gitlab.install  2016-05-07 17:12:30 UTC (rev 174213)
+++ gitlab.install  2016-05-07 17:14:28 UTC (rev 174214)
@@ -1,10 +1,11 @@
 post_install() {
 systemd-tmpfiles --create gitlab.conf
 
+echo "Put a secret bytestring to /etc/webapps/gitlab/secret"
+echo "Copy /usr/share/doc/gitlab/secrets.yml.example to 
/etc/webapps/gitlab/secrets.yml and configure it"
 echo "Copy a database example config from /usr/share/doc/gitlab/ to 
/etc/webapps/gitlab/database.yml and configure it"
 echo "Setup the database:"
 echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; 
bundle-2.1 exec rake gitlab:setup RAILS_ENV=production\""
-echo "Put a secret bytestring to /etc/webapps/gitlab/secret"
 echo "Finally run the following commands to check your installation:"
 echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; 
bundle-2.1 exec rake gitlab:env_info RAILS_ENV=production\""
 echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; 
bundle-2.1 exec rake gitlab:check RAILS_ENV=production\""


[arch-commits] Commit in gitlab/repos (68 files)

2016-05-07 Thread Sven-Hendrik Haase
Date: Saturday, May 7, 2016 @ 19:14:54
  Author: svenstaro
Revision: 174215

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 174214, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 174214, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 174214, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 174214, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 174214, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 174214, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 174214, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 174214, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 174214, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 174214, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 174214, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 174214, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 174214, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 174214, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 174214, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 174214, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 174214, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 174214, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 174214, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 174214, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 174214, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 174214, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 174214, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 174214, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 174214, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 174214, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 174214, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 174214, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 174214, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 174214, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 174214, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 174214, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 174214, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 174214, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  

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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:12:30
  Author: arojas
Revision: 174213

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

Added:
  xchm/repos/community-i686/PKGBUILD
(from rev 174212, xchm/trunk/PKGBUILD)
  xchm/repos/community-i686/xchm.desktop
(from rev 174212, xchm/trunk/xchm.desktop)
  xchm/repos/community-i686/xchm.xml
(from rev 174212, xchm/trunk/xchm.xml)
  xchm/repos/community-x86_64/PKGBUILD
(from rev 174212, xchm/trunk/PKGBUILD)
  xchm/repos/community-x86_64/xchm.desktop
(from rev 174212, xchm/trunk/xchm.desktop)
  xchm/repos/community-x86_64/xchm.xml
(from rev 174212, xchm/trunk/xchm.xml)
Deleted:
  xchm/repos/community-i686/PKGBUILD
  xchm/repos/community-i686/xchm.desktop
  xchm/repos/community-i686/xchm.install
  xchm/repos/community-i686/xchm.xml
  xchm/repos/community-x86_64/PKGBUILD
  xchm/repos/community-x86_64/xchm.desktop
  xchm/repos/community-x86_64/xchm.install
  xchm/repos/community-x86_64/xchm.xml

---+
 /PKGBUILD |   68 
 /xchm.desktop |   20 +++
 community-i686/PKGBUILD   |   35 
 community-i686/xchm.desktop   |   10 -
 community-i686/xchm.install   |   15 
 community-x86_64/PKGBUILD |   35 
 community-x86_64/xchm.desktop |   10 -
 community-x86_64/xchm.install |   15 
 8 files changed, 88 insertions(+), 120 deletions(-)

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

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

Deleted: community-i686/xchm.desktop
===
--- community-i686/xchm.desktop 2016-05-07 17:11:56 UTC (rev 174212)
+++ community-i686/xchm.desktop 2016-05-07 17:12:30 UTC (rev 174213)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Xchm
-Comment=Views CHM files
-Exec=xchm %f
-Terminal=false
-Type=Application
-Icon=xchm-48
-Categories=Viewer;Utility;
-MimeType=application/x-chm;
-StartupNotify=true

Copied: xchm/repos/community-i686/xchm.desktop (from rev 174212, 
xchm/trunk/xchm.desktop)
===
--- community-i686/xchm.desktop (rev 0)
+++ community-i686/xchm.desktop 2016-05-07 17:12:30 UTC (rev 174213)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Xchm
+Comment=Views CHM files

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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:11:56
  Author: arojas
Revision: 174212

Hooks

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

--+
 PKGBUILD |3 +--
 xchm.install |   15 ---
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 17:09:34 UTC (rev 174211)
+++ PKGBUILD2016-05-07 17:11:56 UTC (rev 174212)
@@ -3,13 +3,12 @@
 
 pkgname=xchm
 pkgver=1.23
-pkgrel=3
+pkgrel=4
 pkgdesc="A cross-platform GUI front-end to chmlib"
 arch=('i686' 'x86_64')
 url="http://xchm.sourceforge.net/;
 license=('GPL')
 depends=('chmlib' 'wxgtk2.8' 'desktop-file-utils')
-install=xchm.install
 
source=("http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz;
 'xchm.desktop'
 'xchm.xml')

Deleted: xchm.install
===
--- xchm.install2016-05-07 17:09:34 UTC (rev 174211)
+++ xchm.install2016-05-07 17:11:56 UTC (rev 174212)
@@ -1,15 +0,0 @@
-post_install() {
-  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-}


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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:09:34
  Author: arojas
Revision: 174211

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

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

--+
 /PKGBUILD|   86 +
 /usbview.install |   22 +
 community-i686/PKGBUILD  |   43 --
 community-i686/usbview.install   |   16 --
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/usbview.install |   16 --
 6 files changed, 108 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 17:09:02 UTC (rev 174210)
+++ community-i686/PKGBUILD 2016-05-07 17:09:34 UTC (rev 174211)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jason Chu 
-
-pkgname=usbview
-pkgver=2.0
-pkgrel=3
-pkgdesc="Display the topology of devices on the USB bus"
-arch=('i686' 'x86_64')
-url="http://www.kroah.com/linux/usb/;
-license=('GPL')
-depends=('gtk3' 'desktop-file-utils')
-makedepends=('pkg-config' 'gendesk')
-install=${pkgname}.install
-source=("http://www.kroah.com/linux/usb/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('565f2e79f3924d14ab5b4d8aced557e5')
-
-prepare() {
-  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Usbview" 
--categories "Application;System"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" \
-   sysconfdir="${pkgdir}/etc" \
-   localstatedir="${pkgdir}/var" install
-
-  install -Dm0644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-  install -Dm0644 "${srcdir}"/${pkgname}-${pkgver}/usb_icon.xpm \
-"${pkgdir}"/usr/share/pixmaps/${pkgname}.xpm
-}

Copied: usbview/repos/community-i686/PKGBUILD (from rev 174210, 
usbview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 17:09:34 UTC (rev 174211)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jason Chu 
+
+pkgname=usbview
+pkgver=2.0
+pkgrel=4
+pkgdesc="Display the topology of devices on the USB bus"
+arch=('i686' 'x86_64')
+url="http://www.kroah.com/linux/usb/;
+license=('GPL')
+depends=('gtk3' 'desktop-file-utils')
+makedepends=('pkg-config' 'gendesk')
+install=${pkgname}.install
+source=("http://www.kroah.com/linux/usb/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('565f2e79f3924d14ab5b4d8aced557e5')
+
+prepare() {
+  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Usbview" 
--categories "Application;System"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" \
+   sysconfdir="${pkgdir}/etc" \
+   localstatedir="${pkgdir}/var" install
+
+  install -Dm0644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+  install -Dm0644 "${srcdir}"/${pkgname}-${pkgver}/usb_icon.xpm \
+"${pkgdir}"/usr/share/pixmaps/${pkgname}.xpm
+}

Deleted: community-i686/usbview.install
===
--- community-i686/usbview.install  2016-05-07 17:09:02 UTC (rev 174210)
+++ community-i686/usbview.install  2016-05-07 17:09:34 UTC (rev 174211)
@@ -1,16 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  echo ">>> Debugfs must be mounted in order to use usbview."
-  echo ">>> As root execute:"
-  echo ">>> \"mount -t debugfs none /sys/kernel/debug\" or add"
-  echo ">>> \"none /sys/kernel/debug debugfs defaults 0 0\""
-  echo ">>> to /etc/fstab"
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: usbview/repos/community-i686/usbview.install (from rev 174210, 
usbview/trunk/usbview.install)
===
--- 

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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:09:02
  Author: arojas
Revision: 174210

Hooks

Modified:
  usbview/trunk/PKGBUILD
  usbview/trunk/usbview.install

-+
 PKGBUILD|2 +-
 usbview.install |5 -
 2 files changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 17:06:56 UTC (rev 174209)
+++ PKGBUILD2016-05-07 17:09:02 UTC (rev 174210)
@@ -4,7 +4,7 @@
 
 pkgname=usbview
 pkgver=2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Display the topology of devices on the USB bus"
 arch=('i686' 'x86_64')
 url="http://www.kroah.com/linux/usb/;

Modified: usbview.install
===
--- usbview.install 2016-05-07 17:06:56 UTC (rev 174209)
+++ usbview.install 2016-05-07 17:09:02 UTC (rev 174210)
@@ -1,5 +1,4 @@
 post_install() {
-  update-desktop-database -q
   echo ">>> Debugfs must be mounted in order to use usbview."
   echo ">>> As root execute:"
   echo ">>> \"mount -t debugfs none /sys/kernel/debug\" or add"
@@ -10,7 +9,3 @@
 post_upgrade() {
   post_install
 }
-
-post_remove() {
-  update-desktop-database -q
-}


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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:06:56
  Author: arojas
Revision: 174209

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

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

+
 /PKGBUILD  |   62 +++
 community-i686/PKGBUILD|   32 
 community-i686/ocrad.install   |   20 
 community-x86_64/PKGBUILD  |   32 
 community-x86_64/ocrad.install |   20 
 5 files changed, 62 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 17:06:24 UTC (rev 174208)
+++ community-i686/PKGBUILD 2016-05-07 17:06:56 UTC (rev 174209)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=ocrad
-pkgver=0.25
-pkgrel=2
-pkgdesc="An Optical Character Recognition program"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ocrad/ocrad.html;
-license=('GPL3')
-depends=('gcc-libs' 'texinfo')
-install=ocrad.install
-options=('staticlibs')
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz;)
-md5sums=('da428daa81b481e13d21eeb2d4b985a8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  CXXFLAGS="${CXXFLAGS}" \
-  LDFLAGS="${LDFLAGS}"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install install-man
-  rm $pkgdir/usr/share/info/dir
-  gzip $pkgdir/usr/share/info/*
-}

Copied: ocrad/repos/community-i686/PKGBUILD (from rev 174208, 
ocrad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 17:06:56 UTC (rev 174209)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=ocrad
+pkgver=0.25
+pkgrel=3
+pkgdesc="An Optical Character Recognition program"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ocrad/ocrad.html;
+license=('GPL3')
+depends=('gcc-libs' 'texinfo')
+options=('staticlibs')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz;)
+md5sums=('da428daa81b481e13d21eeb2d4b985a8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  CXXFLAGS="${CXXFLAGS}" \
+  LDFLAGS="${LDFLAGS}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install install-man
+  rm $pkgdir/usr/share/info/dir
+  gzip $pkgdir/usr/share/info/*
+}

Deleted: community-i686/ocrad.install
===
--- community-i686/ocrad.install2016-05-07 17:06:24 UTC (rev 174208)
+++ community-i686/ocrad.install2016-05-07 17:06:56 UTC (rev 174209)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(ocrad.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $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 $infodir/dir 2> /dev/null
-  done
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-07 17:06:24 UTC (rev 174208)
+++ community-x86_64/PKGBUILD   2016-05-07 17:06:56 UTC (rev 174209)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=ocrad
-pkgver=0.25
-pkgrel=2
-pkgdesc="An Optical Character Recognition program"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ocrad/ocrad.html;
-license=('GPL3')
-depends=('gcc-libs' 'texinfo')
-install=ocrad.install
-options=('staticlibs')
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz;)
-md5sums=('da428daa81b481e13d21eeb2d4b985a8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  CXXFLAGS="${CXXFLAGS}" \
-  LDFLAGS="${LDFLAGS}"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install install-man
-  rm $pkgdir/usr/share/info/dir
-  gzip $pkgdir/usr/share/info/*
-}

Copied: ocrad/repos/community-x86_64/PKGBUILD (from rev 174208, 
ocrad/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:06:24
  Author: arojas
Revision: 174208

Hooks

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

---+
 PKGBUILD  |3 +--
 ocrad.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 17:04:11 UTC (rev 174207)
+++ PKGBUILD2016-05-07 17:06:24 UTC (rev 174208)
@@ -3,13 +3,12 @@
 
 pkgname=ocrad
 pkgver=0.25
-pkgrel=2
+pkgrel=3
 pkgdesc="An Optical Character Recognition program"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/ocrad/ocrad.html;
 license=('GPL3')
 depends=('gcc-libs' 'texinfo')
-install=ocrad.install
 options=('staticlibs')
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz;)
 md5sums=('da428daa81b481e13d21eeb2d4b985a8')

Deleted: ocrad.install
===
--- ocrad.install   2016-05-07 17:04:11 UTC (rev 174207)
+++ ocrad.install   2016-05-07 17:06:24 UTC (rev 174208)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(ocrad.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $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 $infodir/dir 2> /dev/null
-  done
-}


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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:04:11
  Author: arojas
Revision: 174207

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

Added:
  efax-gtk/repos/community-i686/PKGBUILD
(from rev 174206, efax-gtk/trunk/PKGBUILD)
  efax-gtk/repos/community-x86_64/PKGBUILD
(from rev 174206, efax-gtk/trunk/PKGBUILD)
Deleted:
  efax-gtk/repos/community-i686/PKGBUILD
  efax-gtk/repos/community-i686/efax-gtk.install
  efax-gtk/repos/community-x86_64/PKGBUILD
  efax-gtk/repos/community-x86_64/efax-gtk.install

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   33 --
 community-i686/efax-gtk.install   |   11 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/efax-gtk.install |   11 --
 5 files changed, 64 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 17:03:38 UTC (rev 174206)
+++ community-i686/PKGBUILD 2016-05-07 17:04:11 UTC (rev 174207)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=efax-gtk
-pkgver=3.2.13
-pkgrel=3
-pkgdesc="A GUI front end for the 'efax' fax program"
-arch=('i686' 'x86_64')
-url="http://efax-gtk.sourceforge.net/;
-license=('GPL')
-depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
-makedepends=('pkg-config')
-optdepends=('heirloom-mailx: to use the mail_fax script')
-backup=('etc/efax-gtkrc')
-install=efax-gtk.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
-md5sums=('87cfd9c0894080690474d2696782f79d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-spooldir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -m 755 mail_fax print_fax "${pkgdir}/usr/bin"
-}

Copied: efax-gtk/repos/community-i686/PKGBUILD (from rev 174206, 
efax-gtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 17:04:11 UTC (rev 174207)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=efax-gtk
+pkgver=3.2.13
+pkgrel=4
+pkgdesc="A GUI front end for the 'efax' fax program"
+arch=('i686' 'x86_64')
+url="http://efax-gtk.sourceforge.net/;
+license=('GPL')
+depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
+makedepends=('pkg-config')
+optdepends=('heirloom-mailx: to use the mail_fax script')
+backup=('etc/efax-gtkrc')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
+md5sums=('87cfd9c0894080690474d2696782f79d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-spooldir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -m 755 mail_fax print_fax "${pkgdir}/usr/bin"
+}

Deleted: community-i686/efax-gtk.install
===
--- community-i686/efax-gtk.install 2016-05-07 17:03:38 UTC (rev 174206)
+++ community-i686/efax-gtk.install 2016-05-07 17:04:11 UTC (rev 174207)
@@ -1,11 +0,0 @@
-post_install() {
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-07 17:03:38 UTC (rev 174206)
+++ community-x86_64/PKGBUILD   2016-05-07 17:04:11 UTC (rev 174207)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=efax-gtk
-pkgver=3.2.13
-pkgrel=3
-pkgdesc="A GUI front end for the 'efax' fax program"
-arch=('i686' 'x86_64')
-url="http://efax-gtk.sourceforge.net/;
-license=('GPL')
-depends=('dbus-glib' 'ghostscript' 'c++-gtk-utils')
-makedepends=('pkg-config')
-optdepends=('heirloom-mailx: to use the mail_fax script')
-backup=('etc/efax-gtkrc')
-install=efax-gtk.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
-md5sums=('87cfd9c0894080690474d2696782f79d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-spooldir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -m 755 mail_fax print_fax "${pkgdir}/usr/bin"
-}

Copied: efax-gtk/repos/community-x86_64/PKGBUILD (from rev 174206, 
efax-gtk/trunk/PKGBUILD)
===
--- 

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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:03:38
  Author: arojas
Revision: 174206

Hooks

Modified:
  efax-gtk/trunk/PKGBUILD
Deleted:
  efax-gtk/trunk/efax-gtk.install

--+
 PKGBUILD |3 +--
 efax-gtk.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 17:01:38 UTC (rev 174205)
+++ PKGBUILD2016-05-07 17:03:38 UTC (rev 174206)
@@ -3,7 +3,7 @@
 
 pkgname=efax-gtk
 pkgver=3.2.13
-pkgrel=3
+pkgrel=4
 pkgdesc="A GUI front end for the 'efax' fax program"
 arch=('i686' 'x86_64')
 url="http://efax-gtk.sourceforge.net/;
@@ -12,7 +12,6 @@
 makedepends=('pkg-config')
 optdepends=('heirloom-mailx: to use the mail_fax script')
 backup=('etc/efax-gtkrc')
-install=efax-gtk.install
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
 md5sums=('87cfd9c0894080690474d2696782f79d')
 

Deleted: efax-gtk.install
===
--- efax-gtk.install2016-05-07 17:01:38 UTC (rev 174205)
+++ efax-gtk.install2016-05-07 17:03:38 UTC (rev 174206)
@@ -1,11 +0,0 @@
-post_install() {
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:01:38
  Author: arojas
Revision: 174205

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

Added:
  dvdrip/repos/community-i686/PKGBUILD
(from rev 174204, dvdrip/trunk/PKGBUILD)
  dvdrip/repos/community-i686/dvdrip.desktop
(from rev 174204, dvdrip/trunk/dvdrip.desktop)
  dvdrip/repos/community-x86_64/PKGBUILD
(from rev 174204, dvdrip/trunk/PKGBUILD)
  dvdrip/repos/community-x86_64/dvdrip.desktop
(from rev 174204, dvdrip/trunk/dvdrip.desktop)
Deleted:
  dvdrip/repos/community-i686/PKGBUILD
  dvdrip/repos/community-i686/dvdrip.desktop
  dvdrip/repos/community-i686/dvdrip.install
  dvdrip/repos/community-x86_64/PKGBUILD
  dvdrip/repos/community-x86_64/dvdrip.desktop
  dvdrip/repos/community-x86_64/dvdrip.install

-+
 /PKGBUILD   |   82 ++
 /dvdrip.desktop |   16 +++
 community-i686/PKGBUILD |   42 ---
 community-i686/dvdrip.desktop   |8 ---
 community-i686/dvdrip.install   |   11 -
 community-x86_64/PKGBUILD   |   42 ---
 community-x86_64/dvdrip.desktop |8 ---
 community-x86_64/dvdrip.install |   11 -
 8 files changed, 98 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 17:01:08 UTC (rev 174204)
+++ community-i686/PKGBUILD 2016-05-07 17:01:38 UTC (rev 174205)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Fredrik Hammar 
-
-pkgname=dvdrip
-pkgver=0.98.11
-pkgrel=11
-pkgdesc="A Gtk frontend for transcode writen in Perl"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.exit1.org/dvdrip/;
-install=${pkgname}.install
-depends=('perl-gtk2-ex-formfactory' 'transcode' 'imagemagick'
- 'perl-libintl-perl' 'desktop-file-utils' 'perl-event-execflow')
-optdepends=('ogmtools: for ogm/odd video creation'
-'lsdvd: fast reading of DVD table'
-'fping: for cluster support')
-source=("http://www.exit1.org/dvdrip/dist/${pkgname}-${pkgver}.tar.gz;
-'dvdrip.desktop')
-options=('!emptydirs' '!makeflags')
-md5sums=('6dfa4199d451757a37eea233a07da4c0'
- 'e91cf411928fd0500d07a0022b4ef546')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make install DESTDIR="${pkgdir}"
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -Dm644 ${srcdir}/${pkgname}.desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dvdrip/repos/community-i686/PKGBUILD (from rev 174204, 
dvdrip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 17:01:38 UTC (rev 174205)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Fredrik Hammar 
+
+pkgname=dvdrip
+pkgver=0.98.11
+pkgrel=12
+pkgdesc="A Gtk frontend for transcode writen in Perl"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.exit1.org/dvdrip/;
+depends=('perl-gtk2-ex-formfactory' 'transcode' 'imagemagick'
+ 'perl-libintl-perl' 'desktop-file-utils' 'perl-event-execflow')
+optdepends=('ogmtools: for ogm/odd video creation'
+'lsdvd: fast reading of DVD table'
+'fping: for cluster support')
+source=("http://www.exit1.org/dvdrip/dist/${pkgname}-${pkgver}.tar.gz;
+'dvdrip.desktop')
+options=('!emptydirs' '!makeflags')
+md5sums=('6dfa4199d451757a37eea233a07da4c0'
+ 'e91cf411928fd0500d07a0022b4ef546')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+
+  install -Dm644 ${srcdir}/${pkgname}.desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/dvdrip.desktop
===
--- community-i686/dvdrip.desktop   2016-05-07 17:01:08 UTC (rev 174204)
+++ community-i686/dvdrip.desktop   2016-05-07 17:01:38 UTC (rev 174205)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=dvd::rip
-Comment=DVD Ripper and Encoder - Backup and 

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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 19:01:08
  Author: arojas
Revision: 174204

Hooks

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

+
 PKGBUILD   |3 +--
 dvdrip.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 17:00:22 UTC (rev 174203)
+++ PKGBUILD2016-05-07 17:01:08 UTC (rev 174204)
@@ -4,12 +4,11 @@
 
 pkgname=dvdrip
 pkgver=0.98.11
-pkgrel=11
+pkgrel=12
 pkgdesc="A Gtk frontend for transcode writen in Perl"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.exit1.org/dvdrip/;
-install=${pkgname}.install
 depends=('perl-gtk2-ex-formfactory' 'transcode' 'imagemagick'
  'perl-libintl-perl' 'desktop-file-utils' 'perl-event-execflow')
 optdepends=('ogmtools: for ogm/odd video creation'

Deleted: dvdrip.install
===
--- dvdrip.install  2016-05-07 17:00:22 UTC (rev 174203)
+++ dvdrip.install  2016-05-07 17:01:08 UTC (rev 174204)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-07 Thread Fabio Castelli
Date: Saturday, May 7, 2016 @ 19:00:22
  Author: muflone
Revision: 174203

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

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

--+
 /PKGBUILD|   52 +
 community-i686/PKGBUILD  |   27 ---
 community-i686/pacmanlogviewer.install   |   11 --
 community-x86_64/PKGBUILD|   27 ---
 community-x86_64/pacmanlogviewer.install |   11 --
 5 files changed, 52 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 16:59:51 UTC (rev 174202)
+++ community-i686/PKGBUILD 2016-05-07 17:00:22 UTC (rev 174203)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Giuseppe Calà 
- 
-pkgname=pacmanlogviewer
-pkgver=1.3.1
-pkgrel=4
-pkgdesc="Inspect pacman log files"
-arch=('i686' 'x86_64')
-url=('https://opendesktop.org/content/show.php?content=150484')
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake')
-source=("${pkgname}-${pkgver}.tar.gz"::"http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
-install="${pkgname}.install"
- 
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-} 

Copied: pacmanlogviewer/repos/community-i686/PKGBUILD (from rev 174202, 
pacmanlogviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 17:00:22 UTC (rev 174203)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà 
+ 
+pkgname=pacmanlogviewer
+pkgver=1.3.1
+pkgrel=5
+pkgdesc="Inspect pacman log files"
+arch=('i686' 'x86_64')
+url='https://opendesktop.org/content/show.php?content=150484'
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+source=("${pkgname}-${pkgver}.tar.gz"::"http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
+ 
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 

Deleted: community-i686/pacmanlogviewer.install
===
--- community-i686/pacmanlogviewer.install  2016-05-07 16:59:51 UTC (rev 
174202)
+++ community-i686/pacmanlogviewer.install  2016-05-07 17:00:22 UTC (rev 
174203)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-07 16:59:51 UTC (rev 174202)
+++ community-x86_64/PKGBUILD   2016-05-07 17:00:22 UTC (rev 174203)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Giuseppe Calà 
- 
-pkgname=pacmanlogviewer
-pkgver=1.3.1
-pkgrel=4
-pkgdesc="Inspect pacman log files"
-arch=('i686' 'x86_64')
-url=('https://opendesktop.org/content/show.php?content=150484')
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake')
-source=("${pkgname}-${pkgver}.tar.gz"::"http://qt-apps.org/CONTENT/content-files/150484-${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('c75ee4974983f090b0d0dd84cc6358bab4085ec20e3dfcb84513153562f344b4')
-install="${pkgname}.install"
- 
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-} 

Copied: pacmanlogviewer/repos/community-x86_64/PKGBUILD (from rev 174202, 
pacmanlogviewer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-07 17:00:22 UTC (rev 174203)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Giuseppe Calà 

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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 18:59:18
  Author: arojas
Revision: 174201

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

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

-+
 /PKGBUILD   |   62 ++
 community-i686/PKGBUILD |   32 -
 community-i686/converseen.install   |   11 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/converseen.install |   11 --
 5 files changed, 62 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 16:58:40 UTC (rev 174200)
+++ community-i686/PKGBUILD 2016-05-07 16:59:18 UTC (rev 174201)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: archtux 
-
-pkgname=converseen
-pkgver=0.9.2
-pkgrel=3
-pkgdesc="The batch image converter and resizer"
-arch=('i686' 'x86_64')
-url="http://converseen.fasterland.net/;
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
-makedepends=('cmake')
-install=converseen.install
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d08caf7a00ee7761dc1f0551527b56ee')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: converseen/repos/community-i686/PKGBUILD (from rev 174200, 
converseen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 16:59:18 UTC (rev 174201)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: archtux 
+
+pkgname=converseen
+pkgver=0.9.2
+pkgrel=4
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.fasterland.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('d08caf7a00ee7761dc1f0551527b56ee')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/converseen.install
===
--- community-i686/converseen.install   2016-05-07 16:58:40 UTC (rev 174200)
+++ community-i686/converseen.install   2016-05-07 16:59:18 UTC (rev 174201)
@@ -1,11 +0,0 @@
-post_install() {
- 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-05-07 16:58:40 UTC (rev 174200)
+++ community-x86_64/PKGBUILD   2016-05-07 16:59:18 UTC (rev 174201)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: archtux 
-
-pkgname=converseen
-pkgver=0.9.2
-pkgrel=3
-pkgdesc="The batch image converter and resizer"
-arch=('i686' 'x86_64')
-url="http://converseen.fasterland.net/;
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
-makedepends=('cmake')
-install=converseen.install
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d08caf7a00ee7761dc1f0551527b56ee')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: converseen/repos/community-x86_64/PKGBUILD (from rev 174200, 
converseen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-07 16:59:18 UTC (rev 174201)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni 

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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 18:58:40
  Author: arojas
Revision: 174200

Hooks

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

+
 PKGBUILD   |3 +--
 converseen.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 16:55:15 UTC (rev 174199)
+++ PKGBUILD2016-05-07 16:58:40 UTC (rev 174200)
@@ -4,7 +4,7 @@
 
 pkgname=converseen
 pkgver=0.9.2
-pkgrel=3
+pkgrel=4
 pkgdesc="The batch image converter and resizer"
 arch=('i686' 'x86_64')
 url="http://converseen.fasterland.net/;
@@ -11,7 +11,6 @@
 license=('GPL3')
 depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
 makedepends=('cmake')
-install=converseen.install
 
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('d08caf7a00ee7761dc1f0551527b56ee')
 

Deleted: converseen.install
===
--- converseen.install  2016-05-07 16:55:15 UTC (rev 174199)
+++ converseen.install  2016-05-07 16:58:40 UTC (rev 174200)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}


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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 18:54:48
  Author: arojas
Revision: 174198

Hooks

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

-+
 PKGBUILD|3 +--
 barcode.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 16:47:52 UTC (rev 174197)
+++ PKGBUILD2016-05-07 16:54:48 UTC (rev 174198)
@@ -3,13 +3,12 @@
 
 pkgname=barcode
 pkgver=0.99
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to convert text strings to printed bars"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/barcode/;
 license=('GPL')
 depends=('glibc')
-install=barcode.install
 source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('cdc504ee1020e27fbfeebcb0718de054')
 

Deleted: barcode.install
===
--- barcode.install 2016-05-07 16:47:52 UTC (rev 174197)
+++ barcode.install 2016-05-07 16:54:48 UTC (rev 174198)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(barcode.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ]
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ]
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}


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

2016-05-07 Thread Fabio Castelli
Date: Saturday, May 7, 2016 @ 18:47:52
  Author: muflone
Revision: 174197

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

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

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   27 
 community-i686/gmtp.install   |   11 
 community-x86_64/PKGBUILD |   27 
 community-x86_64/gmtp.install |   11 
 5 files changed, 52 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-07 16:47:30 UTC (rev 174196)
+++ community-i686/PKGBUILD 2016-05-07 16:47:52 UTC (rev 174197)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: yugrotavele 
-
-pkgname=gmtp
-pkgver=1.3.10
-pkgrel=1
-pkgdesc="A simple MP3 player client for MTP based devices"
-arch=('i686' 'x86_64')
-url="http://gmtp.sourceforge.net/;
-license=('BSD')
-depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz"::"https://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download;)
-sha256sums=('b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gmtp/repos/community-i686/PKGBUILD (from rev 174196, 
gmtp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-07 16:47:52 UTC (rev 174197)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: yugrotavele 
+
+pkgname=gmtp
+pkgver=1.3.10
+pkgrel=2
+pkgdesc="A simple MP3 player client for MTP based devices"
+arch=('i686' 'x86_64')
+url="http://gmtp.sourceforge.net/;
+license=('BSD')
+depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download;)
+sha256sums=('b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/gmtp.install
===
--- community-i686/gmtp.install 2016-05-07 16:47:30 UTC (rev 174196)
+++ community-i686/gmtp.install 2016-05-07 16:47:52 UTC (rev 174197)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-07 16:47:30 UTC (rev 174196)
+++ community-x86_64/PKGBUILD   2016-05-07 16:47:52 UTC (rev 174197)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: yugrotavele 
-
-pkgname=gmtp
-pkgver=1.3.10
-pkgrel=1
-pkgdesc="A simple MP3 player client for MTP based devices"
-arch=('i686' 'x86_64')
-url="http://gmtp.sourceforge.net/;
-license=('BSD')
-depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz"::"https://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download;)
-sha256sums=('b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gmtp/repos/community-x86_64/PKGBUILD (from rev 174196, 
gmtp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-07 16:47:52 UTC (rev 174197)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: yugrotavele 
+
+pkgname=gmtp
+pkgver=1.3.10
+pkgrel=2

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

2016-05-07 Thread Fabio Castelli
Date: Saturday, May 7, 2016 @ 18:47:30
  Author: muflone
Revision: 174196

upgpkg: gmtp 1.3.10-2

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

--+
 PKGBUILD |3 +--
 gmtp.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 16:46:02 UTC (rev 174195)
+++ PKGBUILD2016-05-07 16:47:30 UTC (rev 174196)
@@ -4,13 +4,12 @@
 
 pkgname=gmtp
 pkgver=1.3.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple MP3 player client for MTP based devices"
 arch=('i686' 'x86_64')
 url="http://gmtp.sourceforge.net/;
 license=('BSD')
 depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis')
-install="${pkgname}.install"
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download;)
 sha256sums=('b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b')
 

Deleted: gmtp.install
===
--- gmtp.install2016-05-07 16:46:02 UTC (rev 174195)
+++ gmtp.install2016-05-07 16:47:30 UTC (rev 174196)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 18:46:02
  Author: arojas
Revision: 174195

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   73 ++
 whaawmp.install |   10 ---
 2 files changed, 36 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-07 16:45:15 UTC (rev 174194)
+++ PKGBUILD2016-05-07 16:46:02 UTC (rev 174195)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jeff Bailes 
- 
-pkgname=whaawmp
-pkgver=0.2.14
-pkgrel=2
-pkgdesc="GTK+ media player written in python and using GStreamer"
-arch=('any')
-url='http://home.gna.org/whaawmp/'
-license=('GPL3' 'custom')
-depends=('gstreamer0.10-python' 'gstreamer0.10-good' 'pygtk' 'python2-xdg' 
'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('gstreamer0.10-bad-plugins: Extra media codecs, DVD menu support'
-'gstreamer0.10-base-plugins: Extra media codecs'
-'gstreamer0.10-ffmpeg: Extra media codecs'
-'gstreamer0.10-good-plugins: Extra media codecs'
-'gstreamer0.10-ugly-plugins: Extra media codecs')
-install=$pkgname.install
-source=(http://download.gna.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b4ce6113879c2ffb50868d5df471380de1fb8800ce2191cc7f0821f1d11a61da')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/*.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/whaawmp/COPYING"
-}

Copied: whaawmp/repos/community-any/PKGBUILD (from rev 174194, 
whaawmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-07 16:46:02 UTC (rev 174195)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jeff Bailes 
+ 
+pkgname=whaawmp
+pkgver=0.2.14
+pkgrel=3
+pkgdesc="GTK+ media player written in python and using GStreamer"
+arch=('any')
+url='http://home.gna.org/whaawmp/'
+license=('GPL3' 'custom')
+depends=('gstreamer0.10-python' 'gstreamer0.10-good' 'pygtk' 'python2-xdg' 
'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gstreamer0.10-bad-plugins: Extra media codecs, DVD menu support'
+'gstreamer0.10-base-plugins: Extra media codecs'
+'gstreamer0.10-ffmpeg: Extra media codecs'
+'gstreamer0.10-good-plugins: Extra media codecs'
+'gstreamer0.10-ugly-plugins: Extra media codecs')
+source=(http://download.gna.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b4ce6113879c2ffb50868d5df471380de1fb8800ce2191cc7f0821f1d11a61da')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/whaawmp/COPYING"
+}

Deleted: whaawmp.install
===
--- whaawmp.install 2016-05-07 16:45:15 UTC (rev 174194)
+++ whaawmp.install 2016-05-07 16:46:02 UTC (rev 174195)
@@ -1,10 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}


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

2016-05-07 Thread Antonio Rojas
Date: Saturday, May 7, 2016 @ 18:45:15
  Author: arojas
Revision: 174194

Hooks

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

-+
 PKGBUILD|3 +--
 whaawmp.install |   10 --
 2 files changed, 1 insertion(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 16:41:13 UTC (rev 174193)
+++ PKGBUILD2016-05-07 16:45:15 UTC (rev 174194)
@@ -4,7 +4,7 @@
  
 pkgname=whaawmp
 pkgver=0.2.14
-pkgrel=2
+pkgrel=3
 pkgdesc="GTK+ media player written in python and using GStreamer"
 arch=('any')
 url='http://home.gna.org/whaawmp/'
@@ -16,7 +16,6 @@
 'gstreamer0.10-ffmpeg: Extra media codecs'
 'gstreamer0.10-good-plugins: Extra media codecs'
 'gstreamer0.10-ugly-plugins: Extra media codecs')
-install=$pkgname.install
 source=(http://download.gna.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
 sha256sums=('b4ce6113879c2ffb50868d5df471380de1fb8800ce2191cc7f0821f1d11a61da')
 

Deleted: whaawmp.install
===
--- whaawmp.install 2016-05-07 16:41:13 UTC (rev 174193)
+++ whaawmp.install 2016-05-07 16:45:15 UTC (rev 174194)
@@ -1,10 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}


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

2016-05-07 Thread Fabio Castelli
Date: Saturday, May 7, 2016 @ 18:41:13
  Author: muflone
Revision: 174193

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   51 +--
 gwakeonlan.install |   12 
 2 files changed, 25 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-07 16:40:30 UTC (rev 174192)
+++ PKGBUILD2016-05-07 16:41:13 UTC (rev 174193)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: jose 
-
-pkgname=gwakeonlan
-pkgver=0.6.2
-pkgrel=4
-pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
-url="http://www.muflone.com/gwakeonlan;
-arch=('any')
-license=('GPL2')
-depends=('gtk3' 'python2-xdg' 'python2-gobject')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
-install="${pkgname}.install"
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --optimize=1 --root "${pkgdir}"
-}
-

Copied: gwakeonlan/repos/community-any/PKGBUILD (from rev 174192, 
gwakeonlan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-07 16:41:13 UTC (rev 174193)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jose 
+
+pkgname=gwakeonlan
+pkgver=0.6.2
+pkgrel=5
+pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
+url="http://www.muflone.com/gwakeonlan;
+arch=('any')
+license=('GPL2')
+depends=('gtk3' 'python2-xdg' 'python2-gobject')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --optimize=1 --root "${pkgdir}"
+}
+

Deleted: gwakeonlan.install
===
--- gwakeonlan.install  2016-05-07 16:40:30 UTC (rev 174192)
+++ gwakeonlan.install  2016-05-07 16:41:13 UTC (rev 174193)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q /usr/share/icons/hicolor/
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-


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

2016-05-07 Thread Fabio Castelli
Date: Saturday, May 7, 2016 @ 18:40:30
  Author: muflone
Revision: 174192

upgpkg: gwakeonlan 0.6.2-5

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

+
 PKGBUILD   |3 +--
 gwakeonlan.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 16:39:53 UTC (rev 174191)
+++ PKGBUILD2016-05-07 16:40:30 UTC (rev 174192)
@@ -4,7 +4,7 @@
 
 pkgname=gwakeonlan
 pkgver=0.6.2
-pkgrel=4
+pkgrel=5
 pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
 url="http://www.muflone.com/gwakeonlan;
 arch=('any')
@@ -12,7 +12,6 @@
 depends=('gtk3' 'python2-xdg' 'python2-gobject')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
 sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
-install="${pkgname}.install"
 
 build() {
   cd "${pkgname}-${pkgver}"

Deleted: gwakeonlan.install
===
--- gwakeonlan.install  2016-05-07 16:39:53 UTC (rev 174191)
+++ gwakeonlan.install  2016-05-07 16:40:30 UTC (rev 174192)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q /usr/share/icons/hicolor/
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-


  1   2   3   >