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

2017-02-19 Thread Jiachen Yang
Date: Monday, February 20, 2017 @ 07:31:56
  Author: farseerfc
Revision: 213155

archrelease: copy trunk to community-testing-x86_64

Added:
  toxcore/repos/community-testing-x86_64/
  toxcore/repos/community-testing-x86_64/PKGBUILD
(from rev 213154, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-testing-x86_64/toxcore.conf
(from rev 213154, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-testing-x86_64/toxcore.install
(from rev 213154, toxcore/trunk/toxcore.install)

-+
 PKGBUILD|   74 ++
 toxcore.conf|2 +
 toxcore.install |   15 ++
 3 files changed, 91 insertions(+)

Copied: toxcore/repos/community-testing-x86_64/PKGBUILD (from rev 213154, 
toxcore/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-20 07:31:56 UTC (rev 213155)
@@ -0,0 +1,74 @@
+# Maintainer: Jiachen Yang 
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Håvard Pettersson 
+# Contributor: naxuroqa 
+# Contributor: Boohbah 
+# Contributor: Kevin MacMartin 
+
+pkgname=toxcore
+_pkgname=c-toxcore
+epoch=1
+pkgver=0.1.6
+pkgrel=2
+pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
+arch=('i686' 'x86_64')
+url='https://tox.chat'
+license=('GPL3')
+depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
+makedepends=('check' 'cmake')
+conflicts=("tox")
+provides=("tox")
+backup=('etc/tox-bootstrapd.conf')
+install=$pkgname.install
+source=(
+   
#"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz;
+   
"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz;
+   
"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc;
+'toxcore.conf')
+sha512sums=('57ed7cee2c621c57e24f5ab36d68d99414d9820cdb3e8b7c4390818222f9d885f352f9cf76c8eb522c238bebc7d420bcf3cdd5f6ab65b9801aadbd225765166c'
+'SKIP'
+
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
+validpgpkeys=("15D3B9A6B3951DF9854FCA93E786548AE0A0B56B"  # 
RobinLindén
+# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
+'DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 
+'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

+'1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
+'31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
+'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
+'2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
+)
+
+prepare() {
+  #cd $_pkgname-$pkgver
+  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
+}
+
+build() {
+  #cd $_pkgname-$pkgver
+  autoreconf -if
+  ./configure \
+--prefix=/usr \
+--enable-daemon \
+--disable-ntox \
+--enable-tests
+  # cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  #   -DDHT_BOOTSTRAP=on \
+  #   -DBOOTSTRAP_DAEMON=on \
+  #   -DBUILD_NTOX=off
+  make
+}
+
+check() {
+  #cd $_pkgname-$pkgver
+  make check
+  #make test
+}
+
+package() {
+  #cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/toxcore.conf" 
"$pkgdir/usr/lib/sysusers.d/toxcore.conf"
+  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service 
"$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service"
+  install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.conf 
"$pkgdir/etc/tox-bootstrapd.conf"
+}

Copied: toxcore/repos/community-testing-x86_64/toxcore.conf (from rev 213154, 
toxcore/trunk/toxcore.conf)
===
--- community-testing-x86_64/toxcore.conf   (rev 0)
+++ community-testing-x86_64/toxcore.conf   2017-02-20 07:31:56 UTC (rev 
213155)
@@ -0,0 +1,2 @@
+u tox-bootstrapd 199 "Tox bootstrapd"
+g tox-bootstrapd 199

Copied: toxcore/repos/community-testing-x86_64/toxcore.install (from rev 
213154, toxcore/trunk/toxcore.install)
===
--- community-testing-x86_64/toxcore.install(rev 0)
+++ community-testing-x86_64/toxcore.install2017-02-20 07:31:56 UTC (rev 
213155)
@@ -0,0 +1,15 @@
+post_install() {
+  [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o 199 -g 199 
var/lib/tox-bootstrapd
+}
+
+post_upgrade() {
+  (( $(vercmp $2 '3523-3') < 0 )) && (
+[[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o 199 -g 199 
var/lib/tox-bootstrapd
+  ) || true
+  (( $(vercmp $2 '1:0.1.4-2') < 0 )) && (
+# remove previously 

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

2017-02-19 Thread Antonio Rojas
Date: Monday, February 20, 2017 @ 07:27:23
  Author: arojas
Revision: 289309

Update to 6.19

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 03:03:14 UTC (rev 289308)
+++ PKGBUILD2017-02-20 07:27:23 UTC (rev 289309)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-libwww
-pkgver=6.15
+pkgver=6.19
 pkgrel=1
 pkgdesc="The World-Wide Web library for Perl"
 arch=('any')
@@ -14,9 +14,10 @@
  'perl-net-http' 'perl-uri' 'perl-www-robotrules'
  'perl-http-message')
 optdepends=('perl-lwp-protocol-https: for https:// url schemes')
+checkdepends=('perl-try-tiny' 'perl-test-fatal')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/libwww-perl-${pkgver}.tar.gz)
-sha1sums=('9e27f58108135b7871bbe406e39353a1dbc99462')
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/libwww-perl-${pkgver}.tar.gz)
+sha1sums=('165a53a9596dd6e2ebe6a5bd385fe8da06f48b3a')
 
 build() {
   cd libwww-perl-${pkgver}


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

2017-02-19 Thread Antonio Rojas
Date: Monday, February 20, 2017 @ 07:27:48
  Author: arojas
Revision: 289310

archrelease: copy trunk to testing-any

Added:
  perl-libwww/repos/testing-any/
  perl-libwww/repos/testing-any/PKGBUILD
(from rev 289309, perl-libwww/trunk/PKGBUILD)

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

Copied: perl-libwww/repos/testing-any/PKGBUILD (from rev 289309, 
perl-libwww/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-02-20 07:27:48 UTC (rev 289310)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-libwww
+pkgver=6.19
+pkgrel=1
+pkgdesc="The World-Wide Web library for Perl"
+arch=('any')
+url="https://metacpan.org/release/libwww-perl;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-encode-locale' 'perl-file-listing'
+ 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
+ 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
+ 'perl-net-http' 'perl-uri' 'perl-www-robotrules'
+ 'perl-http-message')
+optdepends=('perl-lwp-protocol-https: for https:// url schemes')
+checkdepends=('perl-try-tiny' 'perl-test-fatal')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/libwww-perl-${pkgver}.tar.gz)
+sha1sums=('165a53a9596dd6e2ebe6a5bd385fe8da06f48b3a')
+
+build() {
+  cd libwww-perl-${pkgver}
+  perl Makefile.PL --aliases INSTALLDIRS=vendor
+  make
+}
+
+check()  {
+  cd libwww-perl-${pkgver}
+  make test
+}
+
+package() {
+  cd libwww-perl-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


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

2017-02-19 Thread Jiachen Yang
Date: Monday, February 20, 2017 @ 07:26:47
  Author: farseerfc
Revision: 213154

upgpkg: toxcore 1:0.1.6-2

toxcore revert to autotools to bring back bootstrapd

Modified:
  toxcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 03:16:45 UTC (rev 213153)
+++ PKGBUILD2017-02-20 07:26:47 UTC (rev 213154)
@@ -10,7 +10,7 @@
 _pkgname=c-toxcore
 epoch=1
 pkgver=0.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')
 url='https://tox.chat'
@@ -46,22 +46,23 @@
 
 build() {
   #cd $_pkgname-$pkgver
-  # autoreconf -if
-  # ./configure \
-  #   --prefix=/usr \
-  #   --enable-daemon \
-  #   --disable-ntox \
-  #   --enable-tests
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DDHT_BOOTSTRAP=on \
--DBOOTSTRAP_DAEMON=on \
--DBUILD_NTOX=off
+  autoreconf -if
+  ./configure \
+--prefix=/usr \
+--enable-daemon \
+--disable-ntox \
+--enable-tests
+  # cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  #   -DDHT_BOOTSTRAP=on \
+  #   -DBOOTSTRAP_DAEMON=on \
+  #   -DBUILD_NTOX=off
   make
 }
 
 check() {
   #cd $_pkgname-$pkgver
-  make test
+  make check
+  #make test
 }
 
 package() {


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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 03:16:45
  Author: felixonmars
Revision: 213153

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-20 03:15:42 UTC (rev 213152)
+++ community-i686/PKGBUILD 2017-02-20 03:16:45 UTC (rev 213153)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.0.9
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 
'deepin-qt5integration' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-dock
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-dock/repos/community-i686/PKGBUILD (from rev 213152, 
deepin-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-20 03:16:45 UTC (rev 213153)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 
'deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-20 03:15:42 UTC (rev 213152)
+++ community-x86_64/PKGBUILD   2017-02-20 03:16:45 UTC (rev 213153)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.0.9
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 
'deepin-qt5integration' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-dock
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-dock
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 213152, 
deepin-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-20 03:16:45 UTC (rev 213153)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 
'deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" 

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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 03:15:42
  Author: felixonmars
Revision: 213152

upgpkg: deepin-dock 4.1.0-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 03:06:16 UTC (rev 213151)
+++ PKGBUILD2017-02-20 03:15:42 UTC (rev 213152)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.0.9
+pkgver=4.1.0
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('i686' 'x86_64')


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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 03:06:16
  Author: felixonmars
Revision: 213151

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-20 03:05:40 UTC (rev 213150)
+++ community-i686/PKGBUILD 2017-02-20 03:06:16 UTC (rev 213151)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.0.7
-_commit=46dae2f2d7b40d4fcf62e48f60c9577634b5fd8d
-pkgrel=2
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5integration;
-license=('GPL3')
-depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
-makedepends=('git' 'xcb-util-renderutil' 'deepin-file-manager')
-replaces=('qt5dxcb-plugin')
-conflicts=('qt5dxcb-plugin')
-groups=('deepin')
-source=("git+https://cr.deepin.io/qt5integration.git#commit=$_commit;
-"libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd qt5integration
-  ln -s ../../libqt5xcbqpa-dev ./platformplugin/libqt5xcbqpa-dev
-}
-
-build() {
-  cd qt5integration
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5integration
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5integration/repos/community-i686/PKGBUILD (from rev 213150, 
deepin-qt5integration/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-20 03:06:16 UTC (rev 213151)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.0.8
+pkgrel=1
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
+makedepends=('git' 'xcb-util-renderutil' 'deepin-file-manager')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("git+https://cr.deepin.io/qt5integration.git#tag=$pkgver;
+"libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd qt5integration
+  ln -s ../../libqt5xcbqpa-dev ./platformplugin/libqt5xcbqpa-dev
+}
+
+build() {
+  cd qt5integration
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-20 03:05:40 UTC (rev 213150)
+++ community-x86_64/PKGBUILD   2017-02-20 03:06:16 UTC (rev 213151)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.0.7
-_commit=46dae2f2d7b40d4fcf62e48f60c9577634b5fd8d
-pkgrel=2
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5integration;
-license=('GPL3')
-depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
-makedepends=('git' 'xcb-util-renderutil' 'deepin-file-manager')
-replaces=('qt5dxcb-plugin')
-conflicts=('qt5dxcb-plugin')
-groups=('deepin')
-source=("git+https://cr.deepin.io/qt5integration.git#commit=$_commit;
-"libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd qt5integration
-  ln -s ../../libqt5xcbqpa-dev ./platformplugin/libqt5xcbqpa-dev
-}
-
-build() {
-  cd qt5integration
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5integration
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5integration/repos/community-x86_64/PKGBUILD (from rev 213150, 
deepin-qt5integration/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-20 03:06:16 UTC (rev 213151)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.0.8
+pkgrel=1
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')

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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 03:05:40
  Author: felixonmars
Revision: 213150

upgpkg: deepin-qt5integration 0.0.8-1

Modified:
  deepin-qt5integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 02:41:04 UTC (rev 213149)
+++ PKGBUILD2017-02-20 03:05:40 UTC (rev 213150)
@@ -2,9 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5integration
-pkgver=0.0.7
-_commit=46dae2f2d7b40d4fcf62e48f60c9577634b5fd8d
-pkgrel=2
+pkgver=0.0.8
+pkgrel=1
 pkgdesc='Deepin Qt5 platform plugin'
 arch=('i686' 'x86_64')
 url="http://github.com/linuxdeepin/qt5integration;
@@ -14,7 +13,7 @@
 replaces=('qt5dxcb-plugin')
 conflicts=('qt5dxcb-plugin')
 groups=('deepin')
-source=("git+https://cr.deepin.io/qt5integration.git#commit=$_commit;
+source=("git+https://cr.deepin.io/qt5integration.git#tag=$pkgver;
 "libqt5xcbqpa-dev::git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
 sha256sums=('SKIP'
 'SKIP')


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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 03:03:14
  Author: felixonmars
Revision: 289308

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

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 289307, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 289307, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-20 03:02:40 UTC (rev 289307)
+++ extra-i686/PKGBUILD 2017-02-20 03:03:14 UTC (rev 289308)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.7.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url="http://lxml.de/;
-makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
-source=("https://pypi.io/packages/source/l/lxml/lxml-${pkgver}.tar.gz"{,.asc})
-md5sums=('8dcf8d6c692b7aed9370f7462ff09935'
- 'SKIP')
-validpgpkeys=('1737D5FB8DACC53CA96A77AB0D3D536908D3A01E')  # Stefan Behnel
-
-prepare() {
-  cp -a lxml-$pkgver{,-py2}
-
-  # Setting LC_CTYPE to workaround encoding issue
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/lxml-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/lxml-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: Find a sane way to skip inplace build
-
-  # Current failure: https://bugs.launchpad.net/lxml/+bug/1608479
-
-  cd "$srcdir"/lxml-$pkgver
-  make PYTHON=python test || warning "Tests failed"
-
-  cd "$srcdir"/lxml-$pkgver-py2
-  make PYTHON=python2 test || warning "Tests failed"
-}
-
-package_python2-lxml() {
-  pkgdesc="Python2 binding for the libxml2 and libxslt libraries"
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc="Python3 binding for the libxml2 and libxslt libraries"
-  depends=('python' 'libxslt')
-  optdepends=('python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc="Python binding for the libxml2 and libxslt libraries (docs)"
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgbase
-  cp -r doc/html "$pkgdir"/usr/share/doc/$pkgbase
-
-  install -Dm644 LICENSES.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 289307, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-20 03:03:14 UTC (rev 289308)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.7.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url="http://lxml.de/;
+makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
+source=("https://pypi.io/packages/source/l/lxml/lxml-${pkgver}.tar.gz"{,.asc})
+md5sums=('075692ce442e69bbd604d44e21c02753'
+ 'SKIP')
+validpgpkeys=('1737D5FB8DACC53CA96A77AB0D3D536908D3A01E')  # Stefan Behnel
+
+prepare() {
+  cp -a lxml-$pkgver{,-py2}
+
+  # Setting LC_CTYPE to workaround encoding issue
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/lxml-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/lxml-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: Find a sane way to skip inplace 

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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 03:02:40
  Author: felixonmars
Revision: 289307

upgpkg: python-lxml 3.7.3-1

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 23:56:12 UTC (rev 289306)
+++ PKGBUILD2017-02-20 03:02:40 UTC (rev 289307)
@@ -4,7 +4,7 @@
 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.7.2
+pkgver=3.7.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
@@ -11,7 +11,7 @@
 url="http://lxml.de/;
 makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
 source=("https://pypi.io/packages/source/l/lxml/lxml-${pkgver}.tar.gz"{,.asc})
-md5sums=('8dcf8d6c692b7aed9370f7462ff09935'
+md5sums=('075692ce442e69bbd604d44e21c02753'
  'SKIP')
 validpgpkeys=('1737D5FB8DACC53CA96A77AB0D3D536908D3A01E')  # Stefan Behnel
 


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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 02:41:04
  Author: felixonmars
Revision: 213149

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-20 02:40:29 UTC (rev 213148)
+++ PKGBUILD2017-02-20 02:41:04 UTC (rev 213149)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kwpolska 
-
-pkgbase=python-pudb
-pkgname=(python-pudb python2-pudb)
-pkgver=2017.1
-pkgrel=1
-pkgdesc="A full-screen, console-based Python debugger"
-url="http://pypi.python.org/pypi/pudb;
-arch=('any')
-license=('MIT')
-makedepends=('python-urwid' 'python-pygments' 'python2-urwid' 
'python2-pygments' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/inducer/pudb.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a pudb{,-py2}
-
-  sed -i 's,^#! /usr/bin/env python$,#! /usr/bin/env python2,' 
pudb-py2/pudb/debugger.py
-}
-
-build() {
-  cd "$srcdir"/pudb
-  python setup.py build
-
-  cd "$srcdir"/pudb-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: make it work...
-
-  cd "$srcdir"/pudb
-  # python -m pytest --tb=native -rxs test/
-
-  cd "$srcdir"/pudb-py2
-  # python2 -m pytest --tb=native -rxs test/
-}
-
-package_python-pudb() {
-  depends=('python-urwid' 'python-pygments')
-
-  cd pudb
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pudb() {
-  depends=('python2-urwid' 'python2-pygments')
-
-  cd pudb-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim: set ft=sh ts=2 sw=2 et:

Copied: python-pudb/repos/community-any/PKGBUILD (from rev 213148, 
python-pudb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-20 02:41:04 UTC (rev 213149)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kwpolska 
+
+pkgbase=python-pudb
+pkgname=(python-pudb python2-pudb)
+pkgver=2017.1.1
+pkgrel=1
+pkgdesc="A full-screen, console-based Python debugger"
+url="http://pypi.python.org/pypi/pudb;
+arch=('any')
+license=('MIT')
+makedepends=('python-urwid' 'python-pygments' 'python2-urwid' 
'python2-pygments' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/inducer/pudb.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pudb{,-py2}
+
+  sed -i 's,^#! /usr/bin/env python$,#! /usr/bin/env python2,' 
pudb-py2/pudb/debugger.py
+}
+
+build() {
+  cd "$srcdir"/pudb
+  python setup.py build
+
+  cd "$srcdir"/pudb-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: make it work...
+
+  cd "$srcdir"/pudb
+  # python -m pytest --tb=native -rxs test/
+
+  cd "$srcdir"/pudb-py2
+  # python2 -m pytest --tb=native -rxs test/
+}
+
+package_python-pudb() {
+  depends=('python-urwid' 'python-pygments')
+
+  cd pudb
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pudb() {
+  depends=('python2-urwid' 'python2-pygments')
+
+  cd pudb-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim: set ft=sh ts=2 sw=2 et:


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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 02:40:29
  Author: felixonmars
Revision: 213148

upgpkg: python-pudb 2017.1.1-1

Modified:
  python-pudb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 02:16:36 UTC (rev 213147)
+++ PKGBUILD2017-02-20 02:40:29 UTC (rev 213148)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pudb
 pkgname=(python-pudb python2-pudb)
-pkgver=2017.1
+pkgver=2017.1.1
 pkgrel=1
 pkgdesc="A full-screen, console-based Python debugger"
 url="http://pypi.python.org/pypi/pudb;


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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 02:16:36
  Author: felixonmars
Revision: 213147

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-20 02:15:41 UTC (rev 213146)
+++ PKGBUILD2017-02-20 02:16:36 UTC (rev 213147)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.46
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 02:15:41
  Author: felixonmars
Revision: 213146

upgpkg: jenkins 2.47-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 02:15:40 UTC (rev 213145)
+++ PKGBUILD2017-02-20 02:15:41 UTC (rev 213146)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.46
+pkgver=2.47
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('8c45c9ec5e3e80fd986d0d11c03fc6d5698fdec387bfcc21e61893ac0156a2086dc5ce744172481fa843fbaa4d3bd38441f25a36b22c1ee76e991d25105aae75'
+sha512sums=('4cdb5c8310cd45d5635cec92ca81fc36c0d9a032b7e2f55ef7be3439afb6fd95b6c43b03d0ead102cbc08a661ab418e8bd4bcc13f8870d52c6db158f0bce7ffd'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 02:02:26
  Author: felixonmars
Revision: 213143

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

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

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 213142, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-20 02:02:26 UTC (rev 213143)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170214
+pkgrel=3
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" 

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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 02:01:39
  Author: felixonmars
Revision: 213142

upgpkg: git-annex 6.20170214-3

rebuild with aws,0.16

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 01:41:26 UTC (rev 213141)
+++ PKGBUILD2017-02-20 02:01:39 UTC (rev 213142)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170214
-pkgrel=2
+pkgrel=3
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 01:41:26
  Author: felixonmars
Revision: 213141

archrelease: copy trunk to community-any

Added:
  coffee-script/repos/community-any/PKGBUILD
(from rev 213140, coffee-script/trunk/PKGBUILD)
Deleted:
  coffee-script/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-20 01:41:06 UTC (rev 213140)
+++ PKGBUILD2017-02-20 01:41:26 UTC (rev 213141)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: sloppybench 
-# Contributor: der_FeniX 
-# Contributor: Anatol Pomozov 
-# Contributor: Gordin <9ordin @t gmail dot com>
-# Contributor: Simon Lipp 
-# Contributor: Chris Bolton 
-# Contributor: Sergei Lebedev 
-# Contributor: flying sheep 
-
-pkgname=coffee-script
-pkgver=1.12.3
-pkgrel=1
-pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
-arch=('any')
-url='http://coffeescript.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('4494ca0cb76924604d773df3fde730b3fceed02cd3f32a905550f750360bc418')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: coffee-script/repos/community-any/PKGBUILD (from rev 213140, 
coffee-script/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-20 01:41:26 UTC (rev 213141)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: sloppybench 
+# Contributor: der_FeniX 
+# Contributor: Anatol Pomozov 
+# Contributor: Gordin <9ordin @t gmail dot com>
+# Contributor: Simon Lipp 
+# Contributor: Chris Bolton 
+# Contributor: Sergei Lebedev 
+# Contributor: flying sheep 
+
+pkgname=coffee-script
+pkgver=1.12.4
+pkgrel=1
+pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
+arch=('any')
+url='http://coffeescript.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('7c6065dc1c2250cd20238f8daefac4bb988e061f6df9eba371db91389d3de2c0')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 01:41:06
  Author: felixonmars
Revision: 213140

upgpkg: coffee-script 1.12.4-1

Modified:
  coffee-script/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 01:40:38 UTC (rev 213139)
+++ PKGBUILD2017-02-20 01:41:06 UTC (rev 213140)
@@ -10,7 +10,7 @@
 # Contributor: flying sheep 
 
 pkgname=coffee-script
-pkgver=1.12.3
+pkgver=1.12.4
 pkgrel=1
 pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
 arch=('any')
@@ -20,7 +20,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('4494ca0cb76924604d773df3fde730b3fceed02cd3f32a905550f750360bc418')
+sha256sums=('7c6065dc1c2250cd20238f8daefac4bb988e061f6df9eba371db91389d3de2c0')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 01:40:38
  Author: felixonmars
Revision: 213139

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

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

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 213138, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-20 01:40:38 UTC (rev 213139)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=1
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 213138, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-20 01:40:38 UTC (rev 213139)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=1
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+build() {
+   

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

2017-02-19 Thread Felix Yan
Date: Monday, February 20, 2017 @ 01:40:08
  Author: felixonmars
Revision: 213138

upgpkg: haskell-aws 0.16-1

rebuild with aws,0.16

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 20:04:36 UTC (rev 213137)
+++ PKGBUILD2017-02-20 01:40:08 UTC (rev 213138)
@@ -4,8 +4,8 @@
 
 _hkgname=aws
 pkgname=haskell-aws
-pkgver=0.15
-pkgrel=21
+pkgver=0.16
+pkgrel=1
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")
@@ -20,14 +20,8 @@
  "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
  "haskell-vector" "haskell-xml-conduit")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('53c73595bddd5614d980486a380d4ce83c100fd25b5fa35d477609f1bd03b11b')
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
 
-prepare() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-sed -i 's/xml-conduit  >= 1.2 && <1.4/xml-conduit >= 1.2 \&\& 
<1.5/' aws.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-02-19 Thread Dave Reisner
Date: Sunday, February 19, 2017 @ 23:55:46
  Author: dreisner
Revision: 289305

upgpkg: snappy 1.1.4-1

Modified:
  snappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 23:54:02 UTC (rev 289304)
+++ PKGBUILD2017-02-19 23:55:46 UTC (rev 289305)
@@ -3,8 +3,8 @@
 # Contributor: Antony Male >
 
 pkgname=snappy
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
 pkgdesc='A fast compressor/decompressor library'
 arch=('i686' 'x86_64')
 url="https://google.github.io/snappy/;
@@ -11,8 +11,8 @@
 license=('BSD')
 depends=('glibc' 'gcc-libs')
 checkdepends=('zlib')
-source=("https://github.com/google/snappy/releases/download/1.1.3/$pkgname-$pkgver.tar.gz;)
-md5sums=('7358c82f133dc77798e4c2062a749b73')
+source=("https://github.com/google/snappy/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('c328993b68afe3e5bd87c8ea9bdeb028')
 
 build() {
   cd "$pkgname-$pkgver"


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

2017-02-19 Thread Dave Reisner
Date: Sunday, February 19, 2017 @ 23:56:12
  Author: dreisner
Revision: 289306

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

Added:
  snappy/repos/extra-i686/PKGBUILD
(from rev 289305, snappy/trunk/PKGBUILD)
  snappy/repos/extra-x86_64/PKGBUILD
(from rev 289305, snappy/trunk/PKGBUILD)
Deleted:
  snappy/repos/extra-i686/PKGBUILD
  snappy/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 23:55:46 UTC (rev 289305)
+++ extra-i686/PKGBUILD 2017-02-19 23:56:12 UTC (rev 289306)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Antony Male >
-
-pkgname=snappy
-pkgver=1.1.3
-pkgrel=2
-pkgdesc='A fast compressor/decompressor library'
-arch=('i686' 'x86_64')
-url="https://google.github.io/snappy/;
-license=('BSD')
-depends=('glibc' 'gcc-libs')
-checkdepends=('zlib')
-source=("https://github.com/google/snappy/releases/download/1.1.3/$pkgname-$pkgver.tar.gz;)
-md5sums=('7358c82f133dc77798e4c2062a749b73')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -m644 -D COPYING "$pkgdir/usr/share/licenses/snappy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snappy/repos/extra-i686/PKGBUILD (from rev 289305, 
snappy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 23:56:12 UTC (rev 289306)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Antony Male >
+
+pkgname=snappy
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='A fast compressor/decompressor library'
+arch=('i686' 'x86_64')
+url="https://google.github.io/snappy/;
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+checkdepends=('zlib')
+source=("https://github.com/google/snappy/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('c328993b68afe3e5bd87c8ea9bdeb028')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # compile without assertions
+  CXXFLAGS+=\ -DNDEBUG
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  # compile without assertions
+  CXXFLAGS+=\ -DNDEBUG
+
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -m644 -D COPYING "$pkgdir/usr/share/licenses/snappy/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-19 23:55:46 UTC (rev 289305)
+++ extra-x86_64/PKGBUILD   2017-02-19 23:56:12 UTC (rev 289306)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Antony Male >
-
-pkgname=snappy
-pkgver=1.1.3
-pkgrel=2
-pkgdesc='A fast compressor/decompressor library'
-arch=('i686' 'x86_64')
-url="https://google.github.io/snappy/;
-license=('BSD')
-depends=('glibc' 'gcc-libs')
-checkdepends=('zlib')
-source=("https://github.com/google/snappy/releases/download/1.1.3/$pkgname-$pkgver.tar.gz;)
-md5sums=('7358c82f133dc77798e4c2062a749b73')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -m644 -D COPYING "$pkgdir/usr/share/licenses/snappy/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snappy/repos/extra-x86_64/PKGBUILD (from rev 289305, 
snappy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-19 23:56:12 UTC (rev 289306)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Antony Male >
+
+pkgname=snappy
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='A fast compressor/decompressor library'
+arch=('i686' 'x86_64')
+url="https://google.github.io/snappy/;
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+checkdepends=('zlib')
+source=("https://github.com/google/snappy/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('c328993b68afe3e5bd87c8ea9bdeb028')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # compile without assertions
+  CXXFLAGS+=\ -DNDEBUG
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  # 

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

2017-02-19 Thread Dave Reisner
Date: Sunday, February 19, 2017 @ 23:54:02
  Author: dreisner
Revision: 289304

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

Added:
  leveldb/repos/extra-i686/PKGBUILD
(from rev 289303, leveldb/trunk/PKGBUILD)
  leveldb/repos/extra-x86_64/PKGBUILD
(from rev 289303, leveldb/trunk/PKGBUILD)
Deleted:
  leveldb/repos/extra-i686/PKGBUILD
  leveldb/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 23:53:34 UTC (rev 289303)
+++ extra-i686/PKGBUILD 2017-02-19 23:54:02 UTC (rev 289304)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: feydaykyn 
-
-pkgname=leveldb
-pkgver=1.18
-pkgrel=2
-pkgdesc="A fast and lightweight key/value database library"
-arch=('i686' 'x86_64')
-url="https://code.google.com/p/leveldb/;
-license=('BSD')
-depends=('gperftools' 'snappy')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/leveldb/archive/v$pkgver.tar.gz;)
-sha1sums=('18684a0ad7a07920d10f5295b171fbf5eeec7337')
-
-build() {
-  make -C "$pkgname-$pkgver"
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -dm755 \
-  "$pkgdir"/usr/{include/leveldb,lib} \
-  "$pkgdir"/usr/share/doc/"$pkgname"
-
-  # libraries
-  install -m644 -t "$pkgdir/usr/lib" "libleveldb.so.${pkgver%.?*}" libleveldb.a
-  cp -P libleveldb.so* "$pkgdir/usr/lib"
-
-  # headers
-  install -m644 -t "$pkgdir/usr/include/leveldb" include/leveldb/*
-
-  # documentation
-  cp -r doc/* "$pkgdir/usr/share/doc/$pkgname"
-
-  # license
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: leveldb/repos/extra-i686/PKGBUILD (from rev 289303, 
leveldb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 23:54:02 UTC (rev 289304)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: feydaykyn 
+
+pkgname=leveldb
+pkgver=1.19
+pkgrel=1
+pkgdesc="A fast and lightweight key/value database library"
+arch=('i686' 'x86_64')
+url="https://github.com/google/leveldb;
+license=('BSD')
+depends=('gperftools' 'snappy')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/leveldb/archive/v$pkgver.tar.gz;)
+sha1sums=('864b45b4a8d1ad400b9115ff6d3c9fb1f79be82b')
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -dm755 \
+  "$pkgdir"/usr/{include/leveldb,lib} \
+  "$pkgdir"/usr/share/doc/"$pkgname"
+
+  # libraries
+  install -m644 -t "$pkgdir/usr/lib" "out-static/libleveldb.a"
+  cp -P out-shared/libleveldb.so* "$pkgdir/usr/lib"
+
+  # headers
+  install -m644 -t "$pkgdir/usr/include/leveldb" include/leveldb/*
+
+  # documentation
+  cp -r doc/* "$pkgdir/usr/share/doc/$pkgname"
+
+  # license
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-19 23:53:34 UTC (rev 289303)
+++ extra-x86_64/PKGBUILD   2017-02-19 23:54:02 UTC (rev 289304)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: feydaykyn 
-
-pkgname=leveldb
-pkgver=1.18
-pkgrel=2
-pkgdesc="A fast and lightweight key/value database library"
-arch=('i686' 'x86_64')
-url="https://code.google.com/p/leveldb/;
-license=('BSD')
-depends=('gperftools' 'snappy')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/leveldb/archive/v$pkgver.tar.gz;)
-sha1sums=('18684a0ad7a07920d10f5295b171fbf5eeec7337')
-
-build() {
-  make -C "$pkgname-$pkgver"
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -dm755 \
-  "$pkgdir"/usr/{include/leveldb,lib} \
-  "$pkgdir"/usr/share/doc/"$pkgname"
-
-  # libraries
-  install -m644 -t "$pkgdir/usr/lib" "libleveldb.so.${pkgver%.?*}" libleveldb.a
-  cp -P libleveldb.so* "$pkgdir/usr/lib"
-
-  # headers
-  install -m644 -t "$pkgdir/usr/include/leveldb" include/leveldb/*
-
-  # documentation
-  cp -r doc/* "$pkgdir/usr/share/doc/$pkgname"
-
-  # license
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: leveldb/repos/extra-x86_64/PKGBUILD (from rev 289303, 
leveldb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD

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

2017-02-19 Thread Dave Reisner
Date: Sunday, February 19, 2017 @ 23:53:34
  Author: dreisner
Revision: 289303

upgpkg: leveldb 1.19-1

Modified:
  leveldb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 23:00:45 UTC (rev 289302)
+++ PKGBUILD2017-02-19 23:53:34 UTC (rev 289303)
@@ -3,16 +3,16 @@
 # Contributor: feydaykyn 
 
 pkgname=leveldb
-pkgver=1.18
-pkgrel=2
+pkgver=1.19
+pkgrel=1
 pkgdesc="A fast and lightweight key/value database library"
 arch=('i686' 'x86_64')
-url="https://code.google.com/p/leveldb/;
+url="https://github.com/google/leveldb;
 license=('BSD')
 depends=('gperftools' 'snappy')
 makedepends=('git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/leveldb/archive/v$pkgver.tar.gz;)
-sha1sums=('18684a0ad7a07920d10f5295b171fbf5eeec7337')
+sha1sums=('864b45b4a8d1ad400b9115ff6d3c9fb1f79be82b')
 
 build() {
   make -C "$pkgname-$pkgver"
@@ -30,8 +30,8 @@
   "$pkgdir"/usr/share/doc/"$pkgname"
 
   # libraries
-  install -m644 -t "$pkgdir/usr/lib" "libleveldb.so.${pkgver%.?*}" libleveldb.a
-  cp -P libleveldb.so* "$pkgdir/usr/lib"
+  install -m644 -t "$pkgdir/usr/lib" "out-static/libleveldb.a"
+  cp -P out-shared/libleveldb.so* "$pkgdir/usr/lib"
 
   # headers
   install -m644 -t "$pkgdir/usr/include/leveldb" include/leveldb/*


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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 23:00:45
  Author: jgc
Revision: 289302

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

Added:
  zeitgeist/repos/extra-i686/PKGBUILD
(from rev 289301, zeitgeist/trunk/PKGBUILD)
  zeitgeist/repos/extra-x86_64/PKGBUILD
(from rev 289301, zeitgeist/trunk/PKGBUILD)
Deleted:
  zeitgeist/repos/extra-i686/PKGBUILD
  zeitgeist/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 23:00:35 UTC (rev 289301)
+++ extra-i686/PKGBUILD 2017-02-19 23:00:45 UTC (rev 289302)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=0.9.16
-pkgrel=2
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
-md5sums=('f56b58a19d5fd5a7365ddcbe26ee6b15'
- 'SKIP')
-validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-fts
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: zeitgeist/repos/extra-i686/PKGBUILD (from rev 289301, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 23:00:45 UTC (rev 289302)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=1.0
+pkgrel=1
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="https://launchpad.net/zeitgeist/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
+makedepends=(gobject-introspection vala raptor python2-rdflib)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
+sha256sums=('5ff508508f7a7b46acc9fbf1cf73fecb1aec214e18d9d22325aae8c2c2e8ddc8'
+'SKIP')
+validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-fts
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-19 23:00:35 UTC (rev 289301)
+++ extra-x86_64/PKGBUILD   2017-02-19 23:00:45 UTC (rev 289302)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=0.9.16
-pkgrel=2
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)

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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 23:00:35
  Author: jgc
Revision: 289301

upgpkg: zeitgeist 1.0-1

Modified:
  zeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 22:37:28 UTC (rev 289300)
+++ PKGBUILD2017-02-19 23:00:35 UTC (rev 289301)
@@ -4,20 +4,20 @@
 # Contributor: György Balló 
 
 pkgname=zeitgeist
-pkgver=0.9.16
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc="Service logging user activities and events"
 arch=(i686 x86_64)
-url="http://zeitgeist-project.com/;
+url="https://launchpad.net/zeitgeist/;
 license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common)
+depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
+makedepends=(gobject-introspection vala raptor python2-rdflib)
 provides=(zeitgeist-datahub)
 conflicts=(zeitgeist-datahub)
 replaces=(zeitgeist-datahub)
 
source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
-md5sums=('f56b58a19d5fd5a7365ddcbe26ee6b15'
- 'SKIP')
+sha256sums=('5ff508508f7a7b46acc9fbf1cf73fecb1aec214e18d9d22325aae8c2c2e8ddc8'
+'SKIP')
 validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

 
 prepare() {
@@ -33,8 +33,8 @@
   cd $pkgname-$pkgver
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-fts
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+--libexecdir=/usr/lib --enable-fts
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in (liboil)

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:37:28
  Author: jgc
Revision: 289300

Unmaintained

Deleted:
  liboil/


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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:35:35
  Author: jgc
Revision: 289297

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

Added:
  ecasound/repos/extra-i686/PKGBUILD
(from rev 289296, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-i686/ruby2.patch
(from rev 289296, ecasound/trunk/ruby2.patch)
  ecasound/repos/extra-x86_64/PKGBUILD
(from rev 289296, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-x86_64/ruby2.patch
(from rev 289296, ecasound/trunk/ruby2.patch)
Deleted:
  ecasound/repos/extra-i686/PKGBUILD
  ecasound/repos/extra-i686/ruby2.patch
  ecasound/repos/extra-x86_64/PKGBUILD
  ecasound/repos/extra-x86_64/ruby2.patch

--+
 /PKGBUILD|  116 +
 /ruby2.patch |   24 +
 extra-i686/PKGBUILD  |   54 
 extra-i686/ruby2.patch   |   12 
 extra-x86_64/PKGBUILD|   54 
 extra-x86_64/ruby2.patch |   12 
 6 files changed, 140 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 22:35:27 UTC (rev 289296)
+++ extra-i686/PKGBUILD 2017-02-19 22:35:35 UTC (rev 289297)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=ecasound
-pkgver=2.9.1
-pkgrel=7
-pkgdesc="Command-line multitrack audio processor"
-arch=('i686' 'x86_64')
-url="http://www.eca.cx/ecasound/;
-license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo>=0.28' 'liboil' 'lilv')
-makedepends=('python2' 'ruby')
-optdepends=('python2: ecamonitor, ECI API'
-'ruby: ECI API'
-'mpg123: MP3 decoding'
-'lame: MP3 encoding'
-'vorbis-tools: Ogg Vorbis decoding/encoding'
-'faad2: AAC decoding'
-'faac: AAC encoding'
-'timidity++: MIDI file input'
-'libmikmod: tracker module')
-source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;
-'ruby2.patch')
-options=('staticlibs')
-md5sums=('13c7be1e4eddc0bbf3792dc1e465'
- '6909dbd4f67f76d3bd31ce7c7fe16212')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
-  patch -Np1 -i "$srcdir/ruby2.patch"
-
-  PYTHONPATH=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-python-includes=/usr/include/python2.7 \
---with-python-modules=/usr/lib/python2.7
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # fix for python 2.7
-  sed -i 's:bin/env python:bin/env python2:' \
-"$pkgdir/usr/bin/ecamonitor"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ecasound/repos/extra-i686/PKGBUILD (from rev 289296, 
ecasound/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 22:35:35 UTC (rev 289297)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=8
+pkgdesc="Command-line multitrack audio processor"
+arch=('i686' 'x86_64')
+url="https://ecasound.seul.org/ecasound/;
+license=('GPL' 'LGPL')
+depends=('audiofile' 'liblo>=0.28' 'lilv')
+makedepends=('python2' 'ruby')
+optdepends=('python2: ecamonitor, ECI API'
+'ruby: ECI API'
+'mpg123: MP3 decoding'
+'lame: MP3 encoding'
+'vorbis-tools: Ogg Vorbis decoding/encoding'
+'faad2: AAC decoding'
+'faac: AAC encoding'
+'timidity++: MIDI file input'
+'libmikmod: tracker module')
+source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;
+'ruby2.patch')
+options=('staticlibs')
+sha256sums=('39fce8becd84d80620fa3de31fb5223b2b7d4648d36c9c337d3739c2fad0dcf3'
+'5dda8e8bd245d90975f57bd68e05c50f72076f7b82fab02fdd5a510275f0f188')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
+  patch -Np1 -i "$srcdir/ruby2.patch"
+}
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  PYTHONPATH=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--with-python-includes=/usr/include/python2.7 \
+--with-python-modules=/usr/lib/python2.7 \
+--enable-liboil=no
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # fix for python 2.7
+  sed -i 's:bin/env python:bin/env python2:' \
+"$pkgdir/usr/bin/ecamonitor"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/ruby2.patch
===
--- extra-i686/ruby2.patch  2017-02-19 22:35:27 UTC (rev 289296)
+++ extra-i686/ruby2.patch  

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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:35:27
  Author: jgc
Revision: 289296

upgpkg: ecasound 2.9.1-8

Switch to HTTPS, sha256sums, drop liboil dependency

Modified:
  ecasound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 22:17:20 UTC (rev 289295)
+++ PKGBUILD2017-02-19 22:35:27 UTC (rev 289296)
@@ -5,12 +5,12 @@
 
 pkgname=ecasound
 pkgver=2.9.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Command-line multitrack audio processor"
 arch=('i686' 'x86_64')
-url="http://www.eca.cx/ecasound/;
+url="https://ecasound.seul.org/ecasound/;
 license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo>=0.28' 'liboil' 'lilv')
+depends=('audiofile' 'liblo>=0.28' 'lilv')
 makedepends=('python2' 'ruby')
 optdepends=('python2: ecamonitor, ECI API'
 'ruby: ECI API'
@@ -21,22 +21,26 @@
 'faac: AAC encoding'
 'timidity++: MIDI file input'
 'libmikmod: tracker module')
-source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;
+source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;
 'ruby2.patch')
 options=('staticlibs')
-md5sums=('13c7be1e4eddc0bbf3792dc1e465'
- '6909dbd4f67f76d3bd31ce7c7fe16212')
+sha256sums=('39fce8becd84d80620fa3de31fb5223b2b7d4648d36c9c337d3739c2fad0dcf3'
+'5dda8e8bd245d90975f57bd68e05c50f72076f7b82fab02fdd5a510275f0f188')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
   patch -Np1 -i "$srcdir/ruby2.patch"
+}
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
 
   PYTHONPATH=/usr/bin/python2 ./configure \
 --prefix=/usr \
 --with-python-includes=/usr/include/python2.7 \
---with-python-modules=/usr/lib/python2.7
+--with-python-modules=/usr/lib/python2.7 \
+--enable-liboil=no
 
   make
 }


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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:17:10
  Author: jgc
Revision: 289294

upgpkg: qqwing 1.3.4-3

Switch to HTTPS and SHA256, fix overlinking

Modified:
  qqwing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 22:14:40 UTC (rev 289293)
+++ PKGBUILD2017-02-19 22:17:10 UTC (rev 289294)
@@ -3,18 +3,19 @@
 
 pkgname=qqwing
 pkgver=1.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Sudoku generating and solving software"
 arch=('i686' 'x86_64')
-url='http://qqwing.com/'
+url='https://qqwing.com/'
 depends=(gcc-libs)
 license=('GPL2')
-source=(http://qqwing.com/$pkgname-$pkgver.tar.gz)
-md5sums=('249dcfa8a1ca2d5cec5a81bcdbd017eb')
+source=(https://qqwing.com/$pkgname-$pkgver.tar.gz)
+sha256sums=('1753736c31feea0085f5cfac33143743204f8a7e66b81ccd17e249ecafba802f')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:17:20
  Author: jgc
Revision: 289295

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

Added:
  qqwing/repos/extra-i686/PKGBUILD
(from rev 289294, qqwing/trunk/PKGBUILD)
  qqwing/repos/extra-x86_64/PKGBUILD
(from rev 289294, qqwing/trunk/PKGBUILD)
Deleted:
  qqwing/repos/extra-i686/PKGBUILD
  qqwing/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 extra-i686/PKGBUILD   |   24 ---
 extra-x86_64/PKGBUILD |   24 ---
 3 files changed, 50 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 22:17:10 UTC (rev 289294)
+++ extra-i686/PKGBUILD 2017-02-19 22:17:20 UTC (rev 289295)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=qqwing
-pkgver=1.3.4
-pkgrel=2
-pkgdesc="Sudoku generating and solving software"
-arch=('i686' 'x86_64')
-url='http://qqwing.com/'
-depends=(gcc-libs)
-license=('GPL2')
-source=(http://qqwing.com/$pkgname-$pkgver.tar.gz)
-md5sums=('249dcfa8a1ca2d5cec5a81bcdbd017eb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: qqwing/repos/extra-i686/PKGBUILD (from rev 289294, 
qqwing/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 22:17:20 UTC (rev 289295)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=qqwing
+pkgver=1.3.4
+pkgrel=3
+pkgdesc="Sudoku generating and solving software"
+arch=('i686' 'x86_64')
+url='https://qqwing.com/'
+depends=(gcc-libs)
+license=('GPL2')
+source=(https://qqwing.com/$pkgname-$pkgver.tar.gz)
+sha256sums=('1753736c31feea0085f5cfac33143743204f8a7e66b81ccd17e249ecafba802f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-19 22:17:10 UTC (rev 289294)
+++ extra-x86_64/PKGBUILD   2017-02-19 22:17:20 UTC (rev 289295)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=qqwing
-pkgver=1.3.4
-pkgrel=2
-pkgdesc="Sudoku generating and solving software"
-arch=('i686' 'x86_64')
-url='http://qqwing.com/'
-depends=(gcc-libs)
-license=('GPL2')
-source=(http://qqwing.com/$pkgname-$pkgver.tar.gz)
-md5sums=('249dcfa8a1ca2d5cec5a81bcdbd017eb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: qqwing/repos/extra-x86_64/PKGBUILD (from rev 289294, 
qqwing/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-19 22:17:20 UTC (rev 289295)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=qqwing
+pkgver=1.3.4
+pkgrel=3
+pkgdesc="Sudoku generating and solving software"
+arch=('i686' 'x86_64')
+url='https://qqwing.com/'
+depends=(gcc-libs)
+license=('GPL2')
+source=(https://qqwing.com/$pkgname-$pkgver.tar.gz)
+sha256sums=('1753736c31feea0085f5cfac33143743204f8a7e66b81ccd17e249ecafba802f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:14:31
  Author: jgc
Revision: 289292

upgpkg: rarian 0.8.1-6

Switch to HTTPS, add sha256 in addition to upstream provided md5. Fix 
overlinking

Modified:
  rarian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 22:08:56 UTC (rev 289291)
+++ PKGBUILD2017-02-19 22:14:31 UTC (rev 289292)
@@ -3,23 +3,30 @@
 
 pkgname=rarian
 pkgver=0.8.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Documentation meta-data library, designed as a replacement for 
Scrollkeeper."
 arch=('i686' 'x86_64')
-url="http://rarian.freedesktop.org/;
+url="https://rarian.freedesktop.org/;
 license=('GPL')
-depends=('gcc-libs')
+depends=('gcc-libs' 'sh')
 makedepends=('libxslt')
 
source=(https://download.gnome.org/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2
 user-segfault.patch)
 md5sums=('75091185e13da67a0ff4279de1757b94'
  '457e9827197009cfa360911fe49a5ad7')
+sha256sums=('aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577'
+'518b1834d4f44e92161f0cf2f72a6474f0ec687ea53562c64109df90d343fe71')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np0 -i ../user-segfault.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i ../user-segfault.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
  --localstatedir=/var --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:14:40
  Author: jgc
Revision: 289293

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

Added:
  rarian/repos/extra-i686/PKGBUILD
(from rev 289292, rarian/trunk/PKGBUILD)
  rarian/repos/extra-i686/user-segfault.patch
(from rev 289292, rarian/trunk/user-segfault.patch)
  rarian/repos/extra-x86_64/PKGBUILD
(from rev 289292, rarian/trunk/PKGBUILD)
  rarian/repos/extra-x86_64/user-segfault.patch
(from rev 289292, rarian/trunk/user-segfault.patch)
Deleted:
  rarian/repos/extra-i686/PKGBUILD
  rarian/repos/extra-i686/user-segfault.patch
  rarian/repos/extra-x86_64/PKGBUILD
  rarian/repos/extra-x86_64/user-segfault.patch

--+
 /PKGBUILD|   72 +
 /user-segfault.patch |   28 ++
 extra-i686/PKGBUILD  |   29 --
 extra-i686/user-segfault.patch   |   14 ---
 extra-x86_64/PKGBUILD|   29 --
 extra-x86_64/user-segfault.patch |   14 ---
 6 files changed, 100 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 22:14:31 UTC (rev 289292)
+++ extra-i686/PKGBUILD 2017-02-19 22:14:40 UTC (rev 289293)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=rarian
-pkgver=0.8.1
-pkgrel=5
-pkgdesc="Documentation meta-data library, designed as a replacement for 
Scrollkeeper."
-arch=('i686' 'x86_64')
-url="http://rarian.freedesktop.org/;
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('libxslt')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2
-user-segfault.patch)
-md5sums=('75091185e13da67a0ff4279de1757b94'
- '457e9827197009cfa360911fe49a5ad7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i ../user-segfault.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: rarian/repos/extra-i686/PKGBUILD (from rev 289292, 
rarian/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 22:14:40 UTC (rev 289293)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=rarian
+pkgver=0.8.1
+pkgrel=6
+pkgdesc="Documentation meta-data library, designed as a replacement for 
Scrollkeeper."
+arch=('i686' 'x86_64')
+url="https://rarian.freedesktop.org/;
+license=('GPL')
+depends=('gcc-libs' 'sh')
+makedepends=('libxslt')
+source=(https://download.gnome.org/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2
+user-segfault.patch)
+md5sums=('75091185e13da67a0ff4279de1757b94'
+ '457e9827197009cfa360911fe49a5ad7')
+sha256sums=('aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577'
+'518b1834d4f44e92161f0cf2f72a6474f0ec687ea53562c64109df90d343fe71')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np0 -i ../user-segfault.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/user-segfault.patch
===
--- extra-i686/user-segfault.patch  2017-02-19 22:14:31 UTC (rev 289292)
+++ extra-i686/user-segfault.patch  2017-02-19 22:14:40 UTC (rev 289293)
@@ -1,14 +0,0 @@
 util/rarian-sk-get-cl.cpp~ 2008-07-28 19:23:28.0 +0200
-+++ util/rarian-sk-get-cl.cpp  2008-07-28 19:23:28.0 +0200
-@@ -160,6 +160,11 @@
- {
-   char *filename = NULL;
-   char *user = getenv ("USERNAME");
-+
-+  if (user == NULL) {
-+user = getenv ("USER");
-+  }
-+
-   char *basepath = NULL;
-   int i=0;
-   int last = 0;

Copied: rarian/repos/extra-i686/user-segfault.patch (from rev 289292, 
rarian/trunk/user-segfault.patch)
===
--- extra-i686/user-segfault.patch  (rev 0)
+++ extra-i686/user-segfault.patch  2017-02-19 22:14:40 UTC (rev 289293)
@@ -0,0 +1,14 @@
+--- util/rarian-sk-get-cl.cpp~ 2008-07-28 19:23:28.0 +0200
 util/rarian-sk-get-cl.cpp  2008-07-28 19:23:28.0 +0200
+@@ -160,6 +160,11 @@
+ {
+   char *filename = NULL;
+   char *user = getenv ("USERNAME");
++
++  if (user == NULL) {
++user = getenv ("USER");
++  }
++
+   char *basepath = NULL;
+   int i=0;
+   int last = 0;

Deleted: extra-x86_64/PKGBUILD
===
--- 

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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:08:56
  Author: jgc
Revision: 289291

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

Added:
  startup-notification/repos/extra-i686/PKGBUILD
(from rev 289290, startup-notification/trunk/PKGBUILD)
  startup-notification/repos/extra-x86_64/PKGBUILD
(from rev 289290, startup-notification/trunk/PKGBUILD)
Deleted:
  startup-notification/repos/extra-i686/PKGBUILD
  startup-notification/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 22:08:46 UTC (rev 289290)
+++ extra-i686/PKGBUILD 2017-02-19 22:08:56 UTC (rev 289291)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-
-pkgname=startup-notification
-pkgver=0.12
-pkgrel=4
-pkgdesc="Monitor and display application startup"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('libx11' 'xcb-util>=0.3.9')
-url="http://www.freedesktop.org;
-source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e '/AC_PATH_XTRA/d' configure.in
-  autoreconf --force --install
-  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: startup-notification/repos/extra-i686/PKGBUILD (from rev 289290, 
startup-notification/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 22:08:56 UTC (rev 289291)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+
+pkgname=startup-notification
+pkgver=0.12
+pkgrel=5
+pkgdesc="Monitor and display application startup"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libx11' 'xcb-util')
+url="https://www.freedesktop.org;
+source=(https://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e '/AC_PATH_XTRA/d' configure.in
+  autoreconf --force --install
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-19 22:08:46 UTC (rev 289290)
+++ extra-x86_64/PKGBUILD   2017-02-19 22:08:56 UTC (rev 289291)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-
-pkgname=startup-notification
-pkgver=0.12
-pkgrel=4
-pkgdesc="Monitor and display application startup"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('libx11' 'xcb-util>=0.3.9')
-url="http://www.freedesktop.org;
-source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e '/AC_PATH_XTRA/d' configure.in
-  autoreconf --force --install
-  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: startup-notification/repos/extra-x86_64/PKGBUILD (from rev 289290, 
startup-notification/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-19 22:08:56 UTC (rev 289291)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+
+pkgname=startup-notification
+pkgver=0.12
+pkgrel=5
+pkgdesc="Monitor and display application startup"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libx11' 'xcb-util')
+url="https://www.freedesktop.org;
+source=(https://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e '/AC_PATH_XTRA/d' configure.in
+  autoreconf --force --install
+}
+
+build() {
+  cd 

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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:08:46
  Author: jgc
Revision: 289290

upgpkg: startup-notification 0.12-5

Switch to https/sha256

Modified:
  startup-notification/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 22:04:55 UTC (rev 289289)
+++ PKGBUILD2017-02-19 22:08:46 UTC (rev 289290)
@@ -4,20 +4,25 @@
 
 pkgname=startup-notification
 pkgver=0.12
-pkgrel=4
+pkgrel=5
 pkgdesc="Monitor and display application startup"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('libx11' 'xcb-util>=0.3.9')
-url="http://www.freedesktop.org;
-source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9')
+depends=('libx11' 'xcb-util')
+url="https://www.freedesktop.org;
+source=(https://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a')
 
-build() {
+prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i -e '/AC_PATH_XTRA/d' configure.in
   autoreconf --force --install
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:04:30
  Author: jgc
Revision: 289288

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

Added:
  t1lib/repos/extra-i686/CVE-2010-2642.patch
(from rev 289287, t1lib/trunk/CVE-2010-2642.patch)
  t1lib/repos/extra-i686/CVE-2011-0764.diff
(from rev 289287, t1lib/trunk/CVE-2011-0764.diff)
  t1lib/repos/extra-i686/CVE-2011-1552_1553_1554.patch
(from rev 289287, t1lib/trunk/CVE-2011-1552_1553_1554.patch)
  t1lib/repos/extra-i686/PKGBUILD
(from rev 289287, t1lib/trunk/PKGBUILD)
  t1lib/repos/extra-i686/format-security.diff
(from rev 289287, t1lib/trunk/format-security.diff)
  t1lib/repos/extra-i686/lib-cleanup.diff
(from rev 289287, t1lib/trunk/lib-cleanup.diff)
  t1lib/repos/extra-x86_64/CVE-2010-2642.patch
(from rev 289287, t1lib/trunk/CVE-2010-2642.patch)
  t1lib/repos/extra-x86_64/CVE-2011-0764.diff
(from rev 289287, t1lib/trunk/CVE-2011-0764.diff)
  t1lib/repos/extra-x86_64/CVE-2011-1552_1553_1554.patch
(from rev 289287, t1lib/trunk/CVE-2011-1552_1553_1554.patch)
  t1lib/repos/extra-x86_64/PKGBUILD
(from rev 289287, t1lib/trunk/PKGBUILD)
  t1lib/repos/extra-x86_64/format-security.diff
(from rev 289287, t1lib/trunk/format-security.diff)
  t1lib/repos/extra-x86_64/lib-cleanup.diff
(from rev 289287, t1lib/trunk/lib-cleanup.diff)
Deleted:
  t1lib/repos/extra-i686/CVE-2010-2642.patch
  t1lib/repos/extra-i686/CVE-2011-0764.diff
  t1lib/repos/extra-i686/CVE-2011-1552_1553_1554.patch
  t1lib/repos/extra-i686/PKGBUILD
  t1lib/repos/extra-i686/format-security.diff
  t1lib/repos/extra-i686/lib-cleanup.diff
  t1lib/repos/extra-x86_64/CVE-2010-2642.patch
  t1lib/repos/extra-x86_64/CVE-2011-0764.diff
  t1lib/repos/extra-x86_64/CVE-2011-1552_1553_1554.patch
  t1lib/repos/extra-x86_64/PKGBUILD
  t1lib/repos/extra-x86_64/format-security.diff
  t1lib/repos/extra-x86_64/lib-cleanup.diff

+
 /CVE-2010-2642.patch   |   48 
 /CVE-2011-0764.diff|   64 ++
 /CVE-2011-1552_1553_1554.patch |  266 +++
 /PKGBUILD  |   88 
 /format-security.diff  |   66 ++
 /lib-cleanup.diff  |  118 +++
 extra-i686/CVE-2010-2642.patch |   24 --
 extra-i686/CVE-2011-0764.diff  |   32 ---
 extra-i686/CVE-2011-1552_1553_1554.patch   |  133 -
 extra-i686/PKGBUILD|   44 
 extra-i686/format-security.diff|   33 ---
 extra-i686/lib-cleanup.diff|   59 -
 extra-x86_64/CVE-2010-2642.patch   |   24 --
 extra-x86_64/CVE-2011-0764.diff|   32 ---
 extra-x86_64/CVE-2011-1552_1553_1554.patch |  133 -
 extra-x86_64/PKGBUILD  |   44 
 extra-x86_64/format-security.diff  |   33 ---
 extra-x86_64/lib-cleanup.diff  |   59 -
 18 files changed, 650 insertions(+), 650 deletions(-)

Deleted: extra-i686/CVE-2010-2642.patch
===
--- extra-i686/CVE-2010-2642.patch  2017-02-19 22:04:17 UTC (rev 289287)
+++ extra-i686/CVE-2010-2642.patch  2017-02-19 22:04:30 UTC (rev 289288)
@@ -1,24 +0,0 @@
-diff --git a/lib/t1lib/parseAFM.c b/lib/t1lib/parseAFM.c
-index 6a31d7f..ba64541 100644
 a/lib/t1lib/parseAFM.c
-+++ b/lib/t1lib/parseAFM.c
-@@ -199,7 +199,9 @@ static char *token(stream)
- idx = 0;
- 
- while (ch != EOF && ch != ' ' && ch != CR  && ch != LF &&
-- ch != CTRL_Z && ch != '\t' && ch != ':' && ch != ';'){
-+ ch != CTRL_Z && ch != '\t' && ch != ':' && ch != ';'
-+ && idx < (MAX_NAME -1))
-+{
-   ident[idx++] = ch;
-   ch = fgetc(stream);
- } /* while */
-@@ -235,7 +237,7 @@ static char *linetoken(stream)
- while ((ch = fgetc(stream)) == ' ' || ch == '\t' ); 
- 
- idx = 0;
--while (ch != EOF && ch != CR  && ch != LF && ch != CTRL_Z) 
-+while (ch != EOF && ch != CR  && ch != LF && ch != CTRL_Z && idx < 
(MAX_NAME - 1)) 
- {
- ident[idx++] = ch;
- ch = fgetc(stream);

Copied: t1lib/repos/extra-i686/CVE-2010-2642.patch (from rev 289287, 
t1lib/trunk/CVE-2010-2642.patch)
===
--- extra-i686/CVE-2010-2642.patch  (rev 0)
+++ extra-i686/CVE-2010-2642.patch  2017-02-19 22:04:30 UTC (rev 289288)
@@ -0,0 +1,24 @@
+diff --git a/lib/t1lib/parseAFM.c b/lib/t1lib/parseAFM.c
+index 6a31d7f..ba64541 100644
+--- a/lib/t1lib/parseAFM.c
 b/lib/t1lib/parseAFM.c
+@@ -199,7 +199,9 @@ static char *token(stream)
+ idx = 0;
+ 
+ while (ch != EOF && ch != ' ' && ch != CR  && ch != LF &&
+- ch != CTRL_Z && ch != '\t' && ch != ':' && ch != ';'){
++ ch != CTRL_Z && ch != '\t' && ch != ':' && ch != ';'
++ && idx < (MAX_NAME -1))
++{
+

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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:04:55
  Author: jgc
Revision: 289289

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

Added:
  t1lib/repos/extra-i686/CVE-2010-2642.patch
(from rev 289288, t1lib/trunk/CVE-2010-2642.patch)
  t1lib/repos/extra-i686/CVE-2011-0764.diff
(from rev 289288, t1lib/trunk/CVE-2011-0764.diff)
  t1lib/repos/extra-i686/CVE-2011-1552_1553_1554.patch
(from rev 289288, t1lib/trunk/CVE-2011-1552_1553_1554.patch)
  t1lib/repos/extra-i686/PKGBUILD
(from rev 289288, t1lib/trunk/PKGBUILD)
  t1lib/repos/extra-i686/format-security.diff
(from rev 289288, t1lib/trunk/format-security.diff)
  t1lib/repos/extra-i686/lib-cleanup.diff
(from rev 289288, t1lib/trunk/lib-cleanup.diff)
  t1lib/repos/extra-x86_64/CVE-2010-2642.patch
(from rev 289288, t1lib/trunk/CVE-2010-2642.patch)
  t1lib/repos/extra-x86_64/CVE-2011-0764.diff
(from rev 289288, t1lib/trunk/CVE-2011-0764.diff)
  t1lib/repos/extra-x86_64/CVE-2011-1552_1553_1554.patch
(from rev 289288, t1lib/trunk/CVE-2011-1552_1553_1554.patch)
  t1lib/repos/extra-x86_64/PKGBUILD
(from rev 289288, t1lib/trunk/PKGBUILD)
  t1lib/repos/extra-x86_64/format-security.diff
(from rev 289288, t1lib/trunk/format-security.diff)
  t1lib/repos/extra-x86_64/lib-cleanup.diff
(from rev 289288, t1lib/trunk/lib-cleanup.diff)
Deleted:
  t1lib/repos/extra-i686/CVE-2010-2642.patch
  t1lib/repos/extra-i686/CVE-2011-0764.diff
  t1lib/repos/extra-i686/CVE-2011-1552_1553_1554.patch
  t1lib/repos/extra-i686/PKGBUILD
  t1lib/repos/extra-i686/format-security.diff
  t1lib/repos/extra-i686/lib-cleanup.diff
  t1lib/repos/extra-x86_64/CVE-2010-2642.patch
  t1lib/repos/extra-x86_64/CVE-2011-0764.diff
  t1lib/repos/extra-x86_64/CVE-2011-1552_1553_1554.patch
  t1lib/repos/extra-x86_64/PKGBUILD
  t1lib/repos/extra-x86_64/format-security.diff
  t1lib/repos/extra-x86_64/lib-cleanup.diff

+
 /CVE-2010-2642.patch   |   48 
 /CVE-2011-0764.diff|   64 ++
 /CVE-2011-1552_1553_1554.patch |  266 +++
 /PKGBUILD  |   88 
 /format-security.diff  |   66 ++
 /lib-cleanup.diff  |  118 +++
 extra-i686/CVE-2010-2642.patch |   24 --
 extra-i686/CVE-2011-0764.diff  |   32 ---
 extra-i686/CVE-2011-1552_1553_1554.patch   |  133 -
 extra-i686/PKGBUILD|   44 
 extra-i686/format-security.diff|   33 ---
 extra-i686/lib-cleanup.diff|   59 -
 extra-x86_64/CVE-2010-2642.patch   |   24 --
 extra-x86_64/CVE-2011-0764.diff|   32 ---
 extra-x86_64/CVE-2011-1552_1553_1554.patch |  133 -
 extra-x86_64/PKGBUILD  |   44 
 extra-x86_64/format-security.diff  |   33 ---
 extra-x86_64/lib-cleanup.diff  |   59 -
 18 files changed, 650 insertions(+), 650 deletions(-)

Deleted: extra-i686/CVE-2010-2642.patch
===
--- extra-i686/CVE-2010-2642.patch  2017-02-19 22:04:30 UTC (rev 289288)
+++ extra-i686/CVE-2010-2642.patch  2017-02-19 22:04:55 UTC (rev 289289)
@@ -1,24 +0,0 @@
-diff --git a/lib/t1lib/parseAFM.c b/lib/t1lib/parseAFM.c
-index 6a31d7f..ba64541 100644
 a/lib/t1lib/parseAFM.c
-+++ b/lib/t1lib/parseAFM.c
-@@ -199,7 +199,9 @@ static char *token(stream)
- idx = 0;
- 
- while (ch != EOF && ch != ' ' && ch != CR  && ch != LF &&
-- ch != CTRL_Z && ch != '\t' && ch != ':' && ch != ';'){
-+ ch != CTRL_Z && ch != '\t' && ch != ':' && ch != ';'
-+ && idx < (MAX_NAME -1))
-+{
-   ident[idx++] = ch;
-   ch = fgetc(stream);
- } /* while */
-@@ -235,7 +237,7 @@ static char *linetoken(stream)
- while ((ch = fgetc(stream)) == ' ' || ch == '\t' ); 
- 
- idx = 0;
--while (ch != EOF && ch != CR  && ch != LF && ch != CTRL_Z) 
-+while (ch != EOF && ch != CR  && ch != LF && ch != CTRL_Z && idx < 
(MAX_NAME - 1)) 
- {
- ident[idx++] = ch;
- ch = fgetc(stream);

Copied: t1lib/repos/extra-i686/CVE-2010-2642.patch (from rev 289288, 
t1lib/trunk/CVE-2010-2642.patch)
===
--- extra-i686/CVE-2010-2642.patch  (rev 0)
+++ extra-i686/CVE-2010-2642.patch  2017-02-19 22:04:55 UTC (rev 289289)
@@ -0,0 +1,24 @@
+diff --git a/lib/t1lib/parseAFM.c b/lib/t1lib/parseAFM.c
+index 6a31d7f..ba64541 100644
+--- a/lib/t1lib/parseAFM.c
 b/lib/t1lib/parseAFM.c
+@@ -199,7 +199,9 @@ static char *token(stream)
+ idx = 0;
+ 
+ while (ch != EOF && ch != ' ' && ch != CR  && ch != LF &&
+- ch != CTRL_Z && ch != '\t' && ch != ':' && ch != ';'){
++ ch != CTRL_Z && ch != '\t' && ch != ':' && ch != ';'
++ && idx < (MAX_NAME -1))
++{
+

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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:04:17
  Author: jgc
Revision: 289287

upgpkg: t1lib 5.1.2-6

Switch to https/sha256

Modified:
  t1lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 21:48:59 UTC (rev 289286)
+++ PKGBUILD2017-02-19 22:04:17 UTC (rev 289287)
@@ -4,24 +4,24 @@
 
 pkgname=t1lib
 pkgver=5.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Library for generating character- and string-glyphs from Adobe Type 1 
fonts"
 arch=('i686' 'x86_64')
-url="http://www.ibiblio.org/pub/Linux/libs/graphics/!INDEX.html;
+url="https://www.ibiblio.org/pub/Linux/libs/graphics/!INDEX.html;
 license=('GPL')
 depends=('libxaw')
-source=(http://www.ibiblio.org/pub/Linux/libs/graphics/${pkgname}-${pkgver}.tar.gz
+source=(https://www.ibiblio.org/pub/Linux/libs/graphics/${pkgname}-${pkgver}.tar.gz
 lib-cleanup.diff
 format-security.diff
 CVE-2011-0764.diff
 CVE-2011-1552_1553_1554.patch
 CVE-2010-2642.patch)
-md5sums=('a5629b56b93134377718009df1435f3c'
- '82dafb6051d64a94f32c73d59649ddd0'
- 'b947e6a732729db2819d4f857a686e2f'
- '60fb9f058a6bb1f760ddaf2ed7d71879'
- '22e03d81fab188139acbe7fd3a0a706a'
- '2283c116d1dda278ee77ef27c1a8e397')
+sha256sums=('821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59'
+'5b161f4e0f4ad297ad8eea70ea99620f5db6f7e487bbd63a819b6a9958540961'
+'89b0aa7ca57fd8e9753336033c1d3e3e58c6c79e943144430e8af9a4626fdd25'
+'a763650bdcffd33a61cd2cecef766b8d6baa561463ae9dfdc20d55caef04'
+'4bc34e092fdec37e06b38b5b7a3b02194732dbe6a39edbd174b36c2db1f113ac'
+'dcd9064f368e0fc1f3ede0a45e61b364f6b5d3607dccae78ac07e74ca315a27d')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 21:48:59
  Author: jgc
Revision: 289286

Switch to HTTPS

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 21:46:23 UTC (rev 289285)
+++ PKGBUILD2017-02-19 21:48:59 UTC (rev 289286)
@@ -8,12 +8,12 @@
 pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/ModemManager/;
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
 license=(GPL2 LGPL2.1)
 depends=(systemd libgudev polkit ppp libqmi libmbim)
 makedepends=(intltool gtk-doc gobject-introspection vala autoconf-archive git)
 _commit=ed41d18ab6b0db386b30ed8ef712ab51a865c7cf  # tags/1.6.4
-source=("git://anongit.freedesktop.org/ModemManager/ModemManager#commit=$_commit")
+source=("git+https://anongit.freedesktop.org/git/ModemManager/ModemManager#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 21:46:23
  Author: jgc
Revision: 289285

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

Added:
  libdatrie/repos/extra-i686/PKGBUILD
(from rev 289284, libdatrie/trunk/PKGBUILD)
  libdatrie/repos/extra-x86_64/PKGBUILD
(from rev 289284, libdatrie/trunk/PKGBUILD)
Deleted:
  libdatrie/repos/extra-i686/PKGBUILD
  libdatrie/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 21:46:14 UTC (rev 289284)
+++ extra-i686/PKGBUILD 2017-02-19 21:46:23 UTC (rev 289285)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=libdatrie
-pkgver=0.2.10
-pkgrel=1
-pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
-url="http://linux.thai.net/projects/datrie;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('22d4fca2a09c58584a461b115d3d57f1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdatrie/repos/extra-i686/PKGBUILD (from rev 289284, 
libdatrie/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 21:46:23 UTC (rev 289285)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=libdatrie
+pkgver=0.2.10
+pkgrel=2
+pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
+url="https://linux.thai.net/projects/datrie;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!emptydirs')
+source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('22d4fca2a09c58584a461b115d3d57f1')
+sha256sums=('180eff7b0309ca19a02d5864e744185d715f021398a096fec6cf960f8ebfaa2b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-19 21:46:14 UTC (rev 289284)
+++ extra-x86_64/PKGBUILD   2017-02-19 21:46:23 UTC (rev 289285)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=libdatrie
-pkgver=0.2.10
-pkgrel=1
-pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
-url="http://linux.thai.net/projects/datrie;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('22d4fca2a09c58584a461b115d3d57f1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdatrie/repos/extra-x86_64/PKGBUILD (from rev 289284, 
libdatrie/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-19 21:46:23 UTC (rev 289285)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=libdatrie
+pkgver=0.2.10
+pkgrel=2
+pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
+url="https://linux.thai.net/projects/datrie;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!emptydirs')
+source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('22d4fca2a09c58584a461b115d3d57f1')
+sha256sums=('180eff7b0309ca19a02d5864e744185d715f021398a096fec6cf960f8ebfaa2b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 21:46:14
  Author: jgc
Revision: 289284

upgpkg: libdatrie 0.2.10-2

Use HTTPS, add sha256sums

Modified:
  libdatrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 21:19:08 UTC (rev 289283)
+++ PKGBUILD2017-02-19 21:46:14 UTC (rev 289284)
@@ -4,15 +4,16 @@
 
 pkgname=libdatrie
 pkgver=0.2.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
-url="http://linux.thai.net/projects/datrie;
+url="https://linux.thai.net/projects/datrie;
 license=('LGPL')
 arch=('i686' 'x86_64')
 depends=('glibc')
 options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+source=(https://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
 md5sums=('22d4fca2a09c58584a461b115d3d57f1')
+sha256sums=('180eff7b0309ca19a02d5864e744185d715f021398a096fec6cf960f8ebfaa2b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 21:19:08
  Author: heftig
Revision: 289283

archrelease: copy trunk to testing-any

Added:
  hunspell-en/repos/testing-any/PKGBUILD
(from rev 289282, hunspell-en/trunk/PKGBUILD)
Deleted:
  hunspell-en/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  267 +
 1 file changed, 129 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-19 21:18:20 UTC (rev 289282)
+++ PKGBUILD2017-02-19 21:19:08 UTC (rev 289283)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgbase=hunspell-en
-pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB'  
'hunspell-en')
-pkgver=2017.01.22
-pkgrel=1
-pkgdesc="English hunspell dictionaries"
-arch=(any)
-url="http://wordlist.aspell.net/dicts/;
-license=('LGPL' 'custom:scowl')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('bbf01200587fa7731dfab20de88bd34df1f2d991'
-  'e4c06434c555ca39358be8f89fb175111cf8251f'
-  '1756f692b453b37a530e02aaf41623329d6f6573'
-  '615d74ecb81c47155a00757b55be056459d5ba70')
-
-prepare() {
-  sed -i "s:SET UTF8:SET UTF-8:g"  *.aff
-}
-
-build() {
- /bin/true
-}
-
-package_hunspell-en_US() {
-
- pkgdesc="US English hunspell dictionaries"
-
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_US*.dic en_US*.aff $pkgdir/usr/share/hunspell
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-  # licenses
-  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
-}
-
-package_hunspell-en_AU() {
-
- pkgdesc="AU English hunspell dictionaries"
-
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_AU*.dic en_AU*.aff $pkgdir/usr/share/hunspell
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-  # licenses
-  install -D -m644 README_en_AU.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_AU
-}
-
-package_hunspell-en_CA() {
-
- pkgdesc="CA English hunspell dictionaries"
-
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_CA*.dic en_CA*.aff $pkgdir/usr/share/hunspell
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-
-  # licenses
-  install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
-}
-
-package_hunspell-en_GB() {
-
- pkgdesc="GB English hunspell dictionaries"
-
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_GB*.dic en_GB*.aff $pkgdir/usr/share/hunspell
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-
-  # licenses
-  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
-}
-
-package_hunspell-en() {
-   
- pkgdesc="English (US, UK, etc.) hunspell dictionaries"
- requires=('hunspell-en_US' 'hunspell-en_GB')
-
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-
-  pushd $pkgdir/usr/share/hunspell/
-  en_GB_aliases="en_AG en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
-  for lang in $en_GB_aliases; do
-   ln -s en_GB-large.aff $lang.aff
-   ln -s en_GB-large.dic $lang.dic
-  done
-  en_US_aliases="en_PH"
-  for lang in $en_US_aliases; do
-   ln -s en_US.aff $lang.aff
-   ln -s en_US.dic $lang.dic
-  done
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-}

Copied: hunspell-en/repos/testing-any/PKGBUILD (from rev 289282, 
hunspell-en/trunk/PKGBUILD)

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 21:18:20
  Author: heftig
Revision: 289282

Uncrazy indentation, fix depends

Modified:
  hunspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 21:17:14 UTC (rev 289281)
+++ PKGBUILD2017-02-19 21:18:20 UTC (rev 289282)
@@ -4,12 +4,12 @@
 pkgbase=hunspell-en
 pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB'  
'hunspell-en')
 pkgver=2017.01.22
-pkgrel=1
+pkgrel=2
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
 license=('LGPL' 'custom:scowl')
-optdepends=('hunspell: the spell checking libraries and apps')
+optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
@@ -20,17 +20,12 @@
   '615d74ecb81c47155a00757b55be056459d5ba70')
 
 prepare() {
-  sed -i "s:SET UTF8:SET UTF-8:g"  *.aff
+  sed -i "s:SET UTF8:SET UTF-8:g" *.aff
 }
 
-build() {
- /bin/true
-}
-
 package_hunspell-en_US() {
+  pkgdesc="US English hunspell dictionaries"
 
- pkgdesc="US English hunspell dictionaries"
-
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_US*.dic en_US*.aff $pkgdir/usr/share/hunspell
@@ -42,15 +37,14 @@
   ln -sv /usr/share/hunspell/$(basename $file) .
 done
   popd
-  
+
   # licenses
   install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
 }
 
 package_hunspell-en_AU() {
+  pkgdesc="AU English hunspell dictionaries"
 
- pkgdesc="AU English hunspell dictionaries"
-
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_AU*.dic en_AU*.aff $pkgdir/usr/share/hunspell
@@ -62,15 +56,14 @@
   ln -sv /usr/share/hunspell/$(basename $file) .
 done
   popd
-  
+
   # licenses
   install -D -m644 README_en_AU.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_AU
 }
 
 package_hunspell-en_CA() {
+  pkgdesc="CA English hunspell dictionaries"
 
- pkgdesc="CA English hunspell dictionaries"
-
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_CA*.dic en_CA*.aff $pkgdir/usr/share/hunspell
@@ -88,9 +81,8 @@
 }
 
 package_hunspell-en_GB() {
+  pkgdesc="GB English hunspell dictionaries"
 
- pkgdesc="GB English hunspell dictionaries"
-
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_GB*.dic en_GB*.aff $pkgdir/usr/share/hunspell
@@ -108,24 +100,23 @@
 }
 
 package_hunspell-en() {
-   
- pkgdesc="English (US, UK, etc.) hunspell dictionaries"
- requires=('hunspell-en_US' 'hunspell-en_GB')
+  pkgdesc="English (US, UK, etc.) hunspell dictionaries"
+  depends=('hunspell-en_US' 'hunspell-en_GB')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
 
   pushd $pkgdir/usr/share/hunspell/
-  en_GB_aliases="en_AG en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
-  for lang in $en_GB_aliases; do
-   ln -s en_GB-large.aff $lang.aff
-   ln -s en_GB-large.dic $lang.dic
-  done
-  en_US_aliases="en_PH"
-  for lang in $en_US_aliases; do
-   ln -s en_US.aff $lang.aff
-   ln -s en_US.dic $lang.dic
-  done
+en_GB_aliases="en_AG en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
+for lang in $en_GB_aliases; do
+  ln -s en_GB-large.aff $lang.aff
+  ln -s en_GB-large.dic $lang.dic
+done
+en_US_aliases="en_PH"
+for lang in $en_US_aliases; do
+  ln -s en_US.aff $lang.aff
+  ln -s en_US.dic $lang.dic
+done
   popd
 
   # the symlinks


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

2017-02-19 Thread Andreas Radke
Date: Sunday, February 19, 2017 @ 21:17:14
  Author: andyrtr
Revision: 289281

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 289280, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-19 21:17:02 UTC (rev 289280)
+++ PKGBUILD2017-02-19 21:17:14 UTC (rev 289281)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Committer: Manolis Tzanidakis 
-
-pkgname=getmail
-pkgver=4.53.0
-pkgrel=1
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail;
-license=("GPL")
-depends=('python2')
-optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
-# no signature, no https
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-sha256sums=('282596fe33b5a24b3aefe5b268f57efbcdd5b980478901418045b481636f92ab')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
-  # recheck
-  head -1 $(find . -name '*.py')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 289280, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-19 21:17:14 UTC (rev 289281)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Committer: Manolis Tzanidakis 
+
+pkgname=getmail
+pkgver=4.54.0
+pkgrel=1
+pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
+arch=(any)
+url="http://pyropus.ca/software/getmail;
+license=("GPL")
+depends=('python2')
+optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
+# no signature, no https
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+sha256sums=('d45657945353c68785b106dd9c5fae6bc2cec8f99fbb202d94967f483a65')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
+  # recheck
+  head -1 $(find . -name '*.py')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}


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

2017-02-19 Thread Andreas Radke
Date: Sunday, February 19, 2017 @ 21:17:02
  Author: andyrtr
Revision: 289280

upgpkg: getmail 4.54.0-1

upstream update 4.54.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 19:59:34 UTC (rev 289279)
+++ PKGBUILD2017-02-19 21:17:02 UTC (rev 289280)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=4.53.0
+pkgver=4.54.0
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -13,7 +13,7 @@
 optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 # no signature, no https
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-sha256sums=('282596fe33b5a24b3aefe5b268f57efbcdd5b980478901418045b481636f92ab')
+sha256sums=('d45657945353c68785b106dd9c5fae6bc2cec8f99fbb202d94967f483a65')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-02-19 Thread Christian Hesse
Date: Sunday, February 19, 2017 @ 20:04:26
  Author: eworm
Revision: 213136

upgpkg: python-pyodbc 4.0.9-1

new upstream release

Modified:
  python-pyodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 18:50:44 UTC (rev 213135)
+++ PKGBUILD2017-02-19 20:04:26 UTC (rev 213136)
@@ -5,7 +5,7 @@
 pkgbase=python-pyodbc
 pkgname=(python-pyodbc python2-pyodbc)
 _srcname=pyodbc
-pkgver=4.0.7
+pkgver=4.0.9
 pkgrel=1
 pkgdesc='ODBC module for Python'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python' 'python2' 'unixodbc')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('4955490030cd2ee1ce859b22ac408573ba6182b565576c26f6014bf1adcfebeb')
+sha256sums=('6001fbd3622a20f2ec138cfbc4b79de2d9beb44f7a02b051b849b8ae735b6bd6')
 
 prepare() {
echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"


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

2017-02-19 Thread Christian Hesse
Date: Sunday, February 19, 2017 @ 20:04:36
  Author: eworm
Revision: 213137

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

Added:
  python-pyodbc/repos/community-i686/PKGBUILD
(from rev 213136, python-pyodbc/trunk/PKGBUILD)
  python-pyodbc/repos/community-x86_64/PKGBUILD
(from rev 213136, python-pyodbc/trunk/PKGBUILD)
Deleted:
  python-pyodbc/repos/community-i686/PKGBUILD
  python-pyodbc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-19 20:04:26 UTC (rev 213136)
+++ community-i686/PKGBUILD 2017-02-19 20:04:36 UTC (rev 213137)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.7
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('4955490030cd2ee1ce859b22ac408573ba6182b565576c26f6014bf1adcfebeb')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: python-pyodbc/repos/community-i686/PKGBUILD (from rev 213136, 
python-pyodbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-19 20:04:36 UTC (rev 213137)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=4.0.9
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('i686' 'x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
+sha256sums=('6001fbd3622a20f2ec138cfbc4b79de2d9beb44f7a02b051b849b8ae735b6bd6')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-19 20:04:26 UTC (rev 213136)
+++ community-x86_64/PKGBUILD   2017-02-19 20:04:36 UTC (rev 213137)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.7
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('4955490030cd2ee1ce859b22ac408573ba6182b565576c26f6014bf1adcfebeb')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: 

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

2017-02-19 Thread Laurent Carlier
Date: Sunday, February 19, 2017 @ 19:26:17
  Author: lcarlier
Revision: 289278

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

Added:
  nvidia-304xx-utils/repos/testing-i686/PKGBUILD
(from rev 289277, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/testing-i686/nvidia-drm-outputclass.conf
(from rev 289277, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-304xx-utils/repos/testing-x86_64/PKGBUILD
(from rev 289277, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 289277, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
Deleted:
  nvidia-304xx-utils/repos/testing-i686/PKGBUILD
  nvidia-304xx-utils/repos/testing-i686/nvidia-drm-outputclass.conf
  nvidia-304xx-utils/repos/testing-x86_64/PKGBUILD
  nvidia-304xx-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf

+
 /PKGBUILD  |  304 +++
 /nvidia-drm-outputclass.conf   |   12 +
 testing-i686/PKGBUILD  |  154 -
 testing-i686/nvidia-drm-outputclass.conf   |6 
 testing-x86_64/PKGBUILD|  154 -
 testing-x86_64/nvidia-drm-outputclass.conf |6 
 6 files changed, 316 insertions(+), 320 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-02-19 19:26:07 UTC (rev 289277)
+++ testing-i686/PKGBUILD   2017-02-19 19:26:17 UTC (rev 289278)
@@ -1,154 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andreas Radke 
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
-pkgver=304.134
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-makedepends=('zlib')
-options=('!strip')
-source=(nvidia-drm-outputclass.conf)
-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=('4f5562ee8f3171769e4638b35396c55d')
-md5sums_i686=('9abd7e9272382bd0e6939c3a367cc1a6')
-md5sums_x86_64=('2ecfa6bd145f673264f7977e0366e259')
-
-if [ "$CARCH" = "i686" ]; then
-  _arch='x86'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-elif [ "$CARCH" = "x86_64" ]; then
-  _arch='x86_64'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-fi
-
-create_links() {
-  # create soname links
-  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-  done
-}
-
-build() {
-  sh "${_pkg}.run" --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
-  depends=('zlib')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  provides=('opencl-nvidia' 'opencl-driver')
-  conflicts=('opencl-nvidia')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-  create_links
-  
-  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
-}
-
-package_nvidia-304xx-utils() {
-  pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
-  depends=('xorg-server' 'libxvmc' 'mesa')
-  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl' 'nvidia-304xx-libgl')
-  provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl' 'nvidia-304xx-libgl')
-  replaces=('nvidia-304xx-gl')
-  optdepends=('gtk2: nvidia-settings'
-  'pkg-config: nvidia-xconfig'
-  'opencl-nvidia-304xx: OpenCL support')
-  conflicts=('nvidia-utils')
-  provides=('nvidia-utils')
-  
-  cd ${_pkg}
-
-  # X driver
-  install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
-
-  # GLX extension module for X
-  install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
-  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"# 
X doesn't find glx otherwise
-  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"# X 
doesn't find glx otherwise
-  
-  # OpenGL libraries
-  install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}"
-
-  # OpenGL core library
-  install -D -m755 "libnvidia-glcore.so.${pkgver}" 

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

2017-02-19 Thread Laurent Carlier
Date: Sunday, February 19, 2017 @ 19:26:07
  Author: lcarlier
Revision: 289277

upgpkg: nvidia-304xx-utils 304.134-5

fix provides/conflicts/replaces arrays

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 19:02:36 UTC (rev 289276)
+++ PKGBUILD2017-02-19 19:26:07 UTC (rev 289277)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
 pkgver=304.134
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -62,14 +62,12 @@
 package_nvidia-304xx-utils() {
   pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
   depends=('xorg-server' 'libxvmc' 'mesa')
-  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl' 'nvidia-304xx-libgl')
-  provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl' 'nvidia-304xx-libgl')
-  replaces=('nvidia-304xx-gl')
   optdepends=('gtk2: nvidia-settings'
   'pkg-config: nvidia-xconfig'
   'opencl-nvidia-304xx: OpenCL support')
-  conflicts=('nvidia-utils')
-  provides=('nvidia-utils')
+  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-libgl' 
'nvidia-304xx-libgl')
+  provides=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-libgl' 
'nvidia-304xx-libgl')
+  replaces=('nvidia-304xx-libgl')
   
   cd ${_pkg}
 


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

2017-02-19 Thread Laurent Carlier
Date: Sunday, February 19, 2017 @ 19:02:36
  Author: lcarlier
Revision: 289276

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

Added:
  nvidia-304xx-utils/repos/testing-i686/
  nvidia-304xx-utils/repos/testing-i686/PKGBUILD
(from rev 289275, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/testing-i686/nvidia-drm-outputclass.conf
(from rev 289275, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-304xx-utils/repos/testing-x86_64/
  nvidia-304xx-utils/repos/testing-x86_64/PKGBUILD
(from rev 289275, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 289275, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)

+
 testing-i686/PKGBUILD  |  154 +++
 testing-i686/nvidia-drm-outputclass.conf   |6 +
 testing-x86_64/PKGBUILD|  154 +++
 testing-x86_64/nvidia-drm-outputclass.conf |6 +
 4 files changed, 320 insertions(+)

Copied: nvidia-304xx-utils/repos/testing-i686/PKGBUILD (from rev 289275, 
nvidia-304xx-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-19 19:02:36 UTC (rev 289276)
@@ -0,0 +1,154 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgbase=nvidia-304xx-utils
+pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
+pkgver=304.134
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+makedepends=('zlib')
+options=('!strip')
+source=(nvidia-drm-outputclass.conf)
+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=('4f5562ee8f3171769e4638b35396c55d')
+md5sums_i686=('9abd7e9272382bd0e6939c3a367cc1a6')
+md5sums_x86_64=('2ecfa6bd145f673264f7977e0366e259')
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+create_links() {
+  # create soname links
+  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+  done
+}
+
+build() {
+  sh "${_pkg}.run" --extract-only
+}
+
+package_opencl-nvidia-304xx() {
+  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
+  depends=('zlib')
+  optdepends=('opencl-headers: headers necessary for OpenCL development')
+  provides=('opencl-nvidia' 'opencl-driver')
+  conflicts=('opencl-nvidia')
+
+  cd ${_pkg}
+
+  # OpenCL
+  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
+
+  create_links
+  
+  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
+}
+
+package_nvidia-304xx-utils() {
+  pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
+  depends=('xorg-server' 'libxvmc' 'mesa')
+  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl' 'nvidia-304xx-libgl')
+  provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl' 'nvidia-304xx-libgl')
+  replaces=('nvidia-304xx-gl')
+  optdepends=('gtk2: nvidia-settings'
+  'pkg-config: nvidia-xconfig'
+  'opencl-nvidia-304xx: OpenCL support')
+  conflicts=('nvidia-utils')
+  provides=('nvidia-utils')
+  
+  cd ${_pkg}
+
+  # X driver
+  install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
+
+  # GLX extension module for X
+  install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
+  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"# 
X doesn't find glx otherwise
+  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"# X 
doesn't find glx otherwise
+  
+  # OpenGL libraries
+  install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}"
+
+  # OpenGL core library
+  install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libnvidia-glcore.so.${pkgver}"
+
+  # XvMC
+  install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libXvMCNVIDIA.so.${pkgver}"
+
+  # VDPAU
+  install -D -m755 "libvdpau_nvidia.so.${pkgver}" 

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

2017-02-19 Thread Laurent Carlier
Date: Sunday, February 19, 2017 @ 19:02:27
  Author: lcarlier
Revision: 289275

upgpkg: nvidia-304xx-utils 304.134-4

remove nvidia-304xx-libgl package, use a ld.so conf file instead

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 16:55:28 UTC (rev 289274)
+++ PKGBUILD2017-02-19 19:02:27 UTC (rev 289275)
@@ -3,9 +3,9 @@
 # Contributor: Andreas Radke 
 
 pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
+pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
 pkgver=304.134
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -59,40 +59,12 @@
   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
 }
 
-package_nvidia-304xx-libgl() {
-  pkgdesc="NVIDIA drivers libraries symlinks, 304xx legacy branch"
-  depends=('nvidia-304xx-utils' 'mesa')
-  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-  provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-
-  cd ${_pkg}
-
-  mkdir -p "${pkgdir}/usr/lib/"
-
-  ln -s nvidia/libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.${pkgver}"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.1"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so"
-
-  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
-  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib/libEGL.so.1.0.0"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so.1"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so"
-
-  ln -s mesa/libGLESv1_CM.so.1.1.0 "${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-  ln -s mesa/libGLESv2.so.2.0.0 "${pkgdir}/usr/lib/libGLESv2.so.2.0.0"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so.2"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so"
-
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s nvidia-304xx "${pkgdir}/usr/share/licenses/nvidia-304xx-libgl"
-}
-
 package_nvidia-304xx-utils() {
   pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
-  depends=('xorg-server' 'libxvmc')
+  depends=('xorg-server' 'libxvmc' 'mesa')
+  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl' 'nvidia-304xx-libgl')
+  provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl' 'nvidia-304xx-libgl')
+  replaces=('nvidia-304xx-gl')
   optdepends=('gtk2: nvidia-settings'
   'pkg-config: nvidia-xconfig'
   'opencl-nvidia-304xx: OpenCL support')
@@ -113,22 +85,22 @@
   install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}"
 
   # OpenGL core library
-  install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}"
+  install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libnvidia-glcore.so.${pkgver}"
 
   # XvMC
-  install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}"
+  install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libXvMCNVIDIA.so.${pkgver}"
 
   # VDPAU
   install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}"
 
   # nvidia-tls library
-  install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}"
-  install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}"
-  install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}"
+  install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libnvidia-tls.so.${pkgver}"
+  install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libnvidia-cfg.so.${pkgver}"
+  install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libnvidia-ml.so.${pkgver}"
   
   # CUDA
-  install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib/libcuda.so.${pkgver}"
-  install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}"
+  install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libcuda.so.${pkgver}"
+  install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/libnvcuvid.so.${pkgver}"
 
   # DEBUG
   install -D -m755 nvidia-debugdump "${pkgdir}/usr/bin/nvidia-debugdump"
@@ -158,9 +130,25 @@
   install -D -m644 NVIDIA_Changelog 
"${pkgdir}/usr/share/doc/nvidia-304xx/NVIDIA_Changelog"
   ln -s nvidia-304xx "${pkgdir}/usr/share/doc/nvidia-304xx-utils"
 
+  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
+  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib/nvidia/libEGL.so.1.0.0"
+  ln -s libEGL.so.1.0.0  

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

2017-02-19 Thread Balló György
Date: Sunday, February 19, 2017 @ 18:50:44
  Author: bgyorgy
Revision: 213135

Remove unneeded _commit_codemirror variable

Modified:
  notepadqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 17:22:33 UTC (rev 213134)
+++ PKGBUILD2017-02-19 18:50:44 UTC (rev 213135)
@@ -13,9 +13,8 @@
 makedepends=('git' 'qt5-tools')
 options=('!emptydirs')
 _commit=695b38b975e4c88e4f132feb466c03f3f8e7fa7c  # tags/v1.0.1^0
-_commit_codemirror=08b8b7b0d4a2168756829d421649ca149e3cc151
 source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit;
-
"git+https://github.com/notepadqq/CodeMirror.git#commit=$_commit_codemirror;)
+"git+https://github.com/notepadqq/CodeMirror.git;)
 sha256sums=('SKIP'
 'SKIP')
 


[arch-commits] Commit in notepadqq (5 files)

2017-02-19 Thread Balló György
Date: Sunday, February 19, 2017 @ 17:22:33
  Author: bgyorgy
Revision: 213134

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

Added:
  notepadqq/repos/
  notepadqq/repos/community-i686/
  notepadqq/repos/community-i686/PKGBUILD
(from rev 213133, notepadqq/trunk/PKGBUILD)
  notepadqq/repos/community-x86_64/
  notepadqq/repos/community-x86_64/PKGBUILD
(from rev 213133, notepadqq/trunk/PKGBUILD)

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

Copied: notepadqq/repos/community-i686/PKGBUILD (from rev 213133, 
notepadqq/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-02-19 17:22:33 UTC (rev 213134)
@@ -0,0 +1,37 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+
+pkgname=notepadqq
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Notepad++-like text editor for Linux'
+arch=('i686' 'x86_64')
+url='http://notepadqq.altervista.org/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
+makedepends=('git' 'qt5-tools')
+options=('!emptydirs')
+_commit=695b38b975e4c88e4f132feb466c03f3f8e7fa7c  # tags/v1.0.1^0
+_commit_codemirror=08b8b7b0d4a2168756829d421649ca149e3cc151
+source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit;
+
"git+https://github.com/notepadqq/CodeMirror.git#commit=$_commit_codemirror;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  git config submodule.src/editor/libs/codemirror.url "$srcdir/CodeMirror"
+  git submodule update --init
+}
+
+build() {
+  cd $pkgname
+  qmake-qt5 PREFIX=/usr LRELEASE=/usr/bin/lrelease notepadqq.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: notepadqq/repos/community-x86_64/PKGBUILD (from rev 213133, 
notepadqq/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-02-19 17:22:33 UTC (rev 213134)
@@ -0,0 +1,37 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+
+pkgname=notepadqq
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Notepad++-like text editor for Linux'
+arch=('i686' 'x86_64')
+url='http://notepadqq.altervista.org/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
+makedepends=('git' 'qt5-tools')
+options=('!emptydirs')
+_commit=695b38b975e4c88e4f132feb466c03f3f8e7fa7c  # tags/v1.0.1^0
+_commit_codemirror=08b8b7b0d4a2168756829d421649ca149e3cc151
+source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit;
+
"git+https://github.com/notepadqq/CodeMirror.git#commit=$_commit_codemirror;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  git config submodule.src/editor/libs/codemirror.url "$srcdir/CodeMirror"
+  git submodule update --init
+}
+
+build() {
+  cd $pkgname
+  qmake-qt5 PREFIX=/usr LRELEASE=/usr/bin/lrelease notepadqq.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-02-19 Thread Balló György
Date: Sunday, February 19, 2017 @ 17:16:05
  Author: bgyorgy
Revision: 213133

Add notepadqq

Added:
  notepadqq/
  notepadqq/trunk/
  notepadqq/trunk/PKGBUILD

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

Added: notepadqq/trunk/PKGBUILD
===
--- notepadqq/trunk/PKGBUILD(rev 0)
+++ notepadqq/trunk/PKGBUILD2017-02-19 17:16:05 UTC (rev 213133)
@@ -0,0 +1,37 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+
+pkgname=notepadqq
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Notepad++-like text editor for Linux'
+arch=('i686' 'x86_64')
+url='http://notepadqq.altervista.org/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
+makedepends=('git' 'qt5-tools')
+options=('!emptydirs')
+_commit=695b38b975e4c88e4f132feb466c03f3f8e7fa7c  # tags/v1.0.1^0
+_commit_codemirror=08b8b7b0d4a2168756829d421649ca149e3cc151
+source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit;
+
"git+https://github.com/notepadqq/CodeMirror.git#commit=$_commit_codemirror;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  git config submodule.src/editor/libs/codemirror.url "$srcdir/CodeMirror"
+  git submodule update --init
+}
+
+build() {
+  cd $pkgname
+  qmake-qt5 PREFIX=/usr LRELEASE=/usr/bin/lrelease notepadqq.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir" install
+}


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


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:31:07
  Author: heftig
Revision: 289269

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

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

-+
 testing-i686/PKGBUILD   |   72 ++
 testing-i686/fs52243.patch  |   14 ++
 testing-i686/nvidia-340xx.install   |   13 ++
 testing-x86_64/PKGBUILD |   72 ++
 testing-x86_64/fs52243.patch|   14 ++
 testing-x86_64/nvidia-340xx.install |   13 ++
 6 files changed, 198 insertions(+)

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 289268, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-19 15:31:07 UTC (rev 289269)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.102
+_extramodules=extramodules-4.9-ARCH
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.9' 'linux-headers<4.10')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source=('fs52243.patch')
+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;)
+sha512sums=('de4f697d64f8e73c4aadec1a407884a6bc459c0020d4bfd19740fe4177a60bb801fe8a74ef6f7fa2e89c6cd648ea4daf152799ae344a145c06480a6eef0c5bca')
+sha512sums_i686=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
+sha512sums_x86_64=('2a29e6418244ea384e4237d74057bd8e56247b1c503cf623dea34a3b1065d8783879aa7e6a802dd31f0a10cf81cfcab2a1b1a8269b97996f15fa1838c0a3a44b')
+
+[[ "$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
+
+patch -Np0 < "${srcdir}"/fs52243.patch
+
+cp -a kernel kernel-dkms
+}
+
+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.9' 'linux<4.10' '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}
+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
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+}

Copied: nvidia-340xx/repos/testing-i686/fs52243.patch (from rev 289268, 
nvidia-340xx/trunk/fs52243.patch)
===
--- testing-i686/fs52243.patch  (rev 0)
+++ 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:30:30
  Author: heftig
Revision: 289268

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 289267, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/fix-abi.patch
(from rev 289267, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 289267, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 289267, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/fix-abi.patch
(from rev 289267, nvidia/trunk/fix-abi.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 289267, nvidia/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   84 
 testing-i686/fix-abi.patch|   12 +
 testing-i686/nvidia.install   |   13 ++
 testing-x86_64/PKGBUILD   |   84 
 testing-x86_64/fix-abi.patch  |   12 +
 testing-x86_64/nvidia.install |   13 ++
 6 files changed, 218 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 289267, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-19 15:30:30 UTC (rev 289268)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=378.13
+_extramodules=extramodules-4.9-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.9' 'linux-headers<4.10')
+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=('dd1077750af9a067739ec291fb24175f')
+md5sums_x86_64=('fe4d25b19a780a690cafc8e3b7c0113f')
+
+[[ "$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}"
+
+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.9' 'linux<4.10' "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/fix-abi.patch (from rev 289267, 
nvidia/trunk/fix-abi.patch)
===
--- testing-i686/fix-abi.patch  (rev 0)
+++ 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:29:48
  Author: heftig
Revision: 213128

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 213127, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 213127, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 213127, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 213127, 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 213127, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-19 15:29:48 UTC (rev 213128)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=58
+_extramodules=extramodules-4.9-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://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 
213127, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2017-02-19 15:29:48 UTC (rev 
213128)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.9-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 213127, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-19 15:29:48 UTC (rev 213128)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=58
+_extramodules=extramodules-4.9-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://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 vhba-module/repos (8 files)

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:29:14
  Author: heftig
Revision: 213127

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 213126, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 213126, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 213126, 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 213126, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 213126, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 213126, 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 
213126, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2017-02-19 15:29:14 UTC (rev 
213127)
@@ -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 213126, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-19 15:29:14 UTC (rev 213127)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20161009
+_extramodules=extramodules-4.9-ARCH
+pkgrel=9
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b')
+
+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 
213126, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2017-02-19 15:29:14 UTC (rev 
213127)
@@ -0,0 +1,21 @@
+EXTRAMODULES=extramodules-4.9-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 
213126, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2017-02-19 15:29:14 UTC (rev 
213127)
@@ -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 213126, 
vhba-module/trunk/PKGBUILD)
===
--- 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:28:42
  Author: heftig
Revision: 213126

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 213125, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 213125, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 213125, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 213125, r8168/trunk/r8168.install)

+
 community-testing-i686/PKGBUILD|   44 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   44 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 122 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 213125, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-19 15:28:42 UTC (rev 213126)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=3
+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)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+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/r8168.install (from rev 213125, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2017-02-19 15:28:42 UTC (rev 
213126)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.9-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 213125, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-19 15:28:42 UTC (rev 213126)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=3
+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)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:27:41
  Author: heftig
Revision: 289267

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

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

+
 testing-i686/PKGBUILD  |   75 +++
 testing-i686/disable-mtrr.patch|   24 +
 testing-i686/drm-driver-legacy.patch   |   20 
 testing-i686/nvidia-304xx.install  |   13 +
 testing-x86_64/PKGBUILD|   75 +++
 testing-x86_64/disable-mtrr.patch  |   24 +
 testing-x86_64/drm-driver-legacy.patch |   20 
 testing-x86_64/nvidia-304xx.install|   13 +
 8 files changed, 264 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 289266, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-19 15:27:41 UTC (rev 289267)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.134
+_extramodules=extramodules-4.9-ARCH
+pkgrel=7
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.9' 'linux-headers<4.10')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=('disable-mtrr.patch'
+'drm-driver-legacy.patch')
+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;)
+sha512sums=('54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
+
'fa39dee5c9f1ea98286c87165f683ee194b2cb4056aa6b556e822b9ee760dcf3683ea001c3704e79b9ac9712314d7df5690dc7f68440cda7a96791f94425455d')
+sha512sums_i686=('e047c62b33b092225ead42134acd596e3ae43d9bb8324188308dd7d497f33e790e7366d7a1c5ef5de66f484219d99de4c6e6206d390122d3fab4d30397ab463c')
+sha512sums_x86_64=('339efb8b47faaa16b984d84e43ef18d849a563c95298972c36616a22712740e3233c2cd7b0837d393a8f24a6ec5b501295cdc77adae12deccc993dfca48022fc')
+
+[[ "$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)
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/drm-driver-legacy.patch)
+
+cp -a kernel kernel-dkms
+}
+
+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.9' 'linux<4.10' '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")
+

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:26:57
  Author: heftig
Revision: 213125

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 213124, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 213124, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 213124, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 213124, bbswitch/trunk/bbswitch.install)

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

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 213124, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-19 15:26:57 UTC (rev 213125)
@@ -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.9-ARCH # Don't forget to update bbswitch.install
+pkgrel=63
+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.9' 'linux-headers<4.10' 'linux>=4.9' 
'linux<4.10')
+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.9' 'linux<4.10')
+  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}/"
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
213124, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2017-02-19 15:26:57 UTC (rev 
213125)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-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 213124, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-19 15:26:57 UTC (rev 213125)
@@ -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.9-ARCH # Don't forget to update bbswitch.install
+pkgrel=63
+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.9' 'linux-headers<4.10' 'linux>=4.9' 
'linux<4.10')
+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.9' 'linux<4.10')
+  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 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:26:36
  Author: heftig
Revision: 213124

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

Added:
  virtualbox-modules-arch/repos/community-testing-i686/
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 213123, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 213123, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 213123, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 213123, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)

--+
 community-testing-i686/PKGBUILD  |   74 +
 community-testing-i686/virtualbox-modules-arch.install   |   23 
 community-testing-x86_64/PKGBUILD|   74 +
 community-testing-x86_64/virtualbox-modules-arch.install |   23 
 4 files changed, 194 insertions(+)

Copied: virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD (from rev 
213123, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-19 15:26:36 UTC (rev 213124)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.14
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.9' 'linux<4.10'
+ 'linux-headers>=4.9' 'linux-headers<4.10'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.9-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=('linux>=4.9' 'linux<4.10')
+  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.9' 'linux<4.10')
+  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 -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+
+
+
+

Copied: 
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
 (from rev 213123, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
===
--- community-testing-i686/virtualbox-modules-arch.install  
(rev 0)
+++ community-testing-i686/virtualbox-modules-arch.install  2017-02-19 
15:26:36 UTC (rev 213124)
@@ -0,0 +1,23 @@
+_depmod() {
+  EXTRAMODULES=extramodules-4.9-ARCH
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  cat << EOF
+==> Virtualbox kernel modules will be loaded at boot time by 
systemd-modules-load.
+==> In order to use them right now, you may want to load them manually.
+==> 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:26:15
  Author: heftig
Revision: 213123

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 213122, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 213122, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 213122, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 213122, tp_smapi/trunk/tp_smapi.install)

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

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 213122, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-19 15:26:15 UTC (rev 213123)
@@ -0,0 +1,53 @@
+# 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
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.9-ARCH
+pkgrel=12
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="$srcdir/$pkgname-$_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 
213122, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2017-02-19 15:26:15 UTC (rev 
213123)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.9-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 213122, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-19 15:26:15 UTC (rev 213123)
@@ -0,0 +1,53 @@
+# 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
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.9-ARCH
+pkgrel=12
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:17:53
  Author: heftig
Revision: 213122

5.1.14-5

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:16:49 UTC (rev 213121)
+++ PKGBUILD2017-02-19 15:17:53 UTC (rev 213122)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.14
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:16:49
  Author: heftig
Revision: 213121

20161009-9

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:16:29 UTC (rev 213120)
+++ PKGBUILD2017-02-19 15:16:49 UTC (rev 213121)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20161009
 _extramodules=extramodules-4.9-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:16:16
  Author: heftig
Revision: 213119

8.044.02-3

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:13:32 UTC (rev 213118)
+++ PKGBUILD2017-02-19 15:16:16 UTC (rev 213119)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.044.02
-pkgrel=2
+pkgrel=3
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:16:29
  Author: heftig
Revision: 213120

0.42-12

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:16:16 UTC (rev 213119)
+++ PKGBUILD2017-02-19 15:16:29 UTC (rev 213120)
@@ -11,7 +11,7 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extramodules=extramodules-4.9-ARCH
-pkgrel=11
+pkgrel=12
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:15:46
  Author: heftig
Revision: 289266

340.102-3

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:15:12 UTC (rev 289265)
+++ PKGBUILD2017-02-19 15:15:46 UTC (rev 289266)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.102
 _extramodules=extramodules-4.9-ARCH
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.9' 'linux-headers<4.10')


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:15:12
  Author: heftig
Revision: 289265

304.134-7

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:14:45 UTC (rev 289264)
+++ PKGBUILD2017-02-19 15:15:12 UTC (rev 289265)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.134
 _extramodules=extramodules-4.9-ARCH
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.9' 'linux-headers<4.10')


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:14:45
  Author: heftig
Revision: 289264

378.13-2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:10:47 UTC (rev 289263)
+++ PKGBUILD2017-02-19 15:14:45 UTC (rev 289264)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=378.13
 _extramodules=extramodules-4.9-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:13:32
  Author: heftig
Revision: 213118

0.8-63

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:12:11 UTC (rev 213117)
+++ PKGBUILD2017-02-19 15:13:32 UTC (rev 213118)
@@ -7,7 +7,7 @@
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
 _extramodules=extramodules-4.9-ARCH # Don't forget to update bbswitch.install
-pkgrel=62
+pkgrel=63
 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 acpi_call/trunk (PKGBUILD)

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:11:56
  Author: heftig
Revision: 213116

1.1.0-58

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:11:31 UTC (rev 213115)
+++ PKGBUILD2017-02-19 15:11:56 UTC (rev 213116)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=57
+pkgrel=58
 _extramodules=extramodules-4.9-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:12:11
  Author: heftig
Revision: 213117

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

Added:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
(from rev 213115, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
(from rev 213116, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 213116, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install
(from rev 213116, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  148 +
 /virtualbox-modules-arch.install |   46 ++
 community-i686/PKGBUILD  |   74 --
 community-i686/virtualbox-modules-arch.install   |   23 ---
 community-x86_64/PKGBUILD|   74 --
 community-x86_64/virtualbox-modules-arch.install |   23 ---
 6 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-19 15:11:56 UTC (rev 213116)
+++ community-i686/PKGBUILD 2017-02-19 15:12:11 UTC (rev 213117)
@@ -1,74 +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.1.14
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.9' 'linux<4.10'
- 'linux-headers>=4.9' 'linux-headers<4.10'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.9-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.9' 'linux<4.10')
-  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.9' 'linux<4.10')
-  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 -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-
-
-
-
-
-
-

Copied: virtualbox-modules-arch/repos/community-i686/PKGBUILD (from rev 213115, 
virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-19 15:12:11 UTC (rev 213117)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.14
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:11:31
  Author: heftig
Revision: 213115

5.1.14-4

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:10:18 UTC (rev 213114)
+++ PKGBUILD2017-02-19 15:11:31 UTC (rev 213115)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.14
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:10:47
  Author: heftig
Revision: 289263

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

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 289262, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/extra-i686/fs52243.patch
(from rev 289262, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 289262, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 289262, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/fs52243.patch
(from rev 289262, nvidia-340xx/trunk/fs52243.patch)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 289262, nvidia-340xx/trunk/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/fs52243.patch
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/fs52243.patch
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install

---+
 /PKGBUILD |  144 
 /fs52243.patch|   28 +++
 /nvidia-340xx.install |   26 ++
 extra-i686/PKGBUILD   |   72 --
 extra-i686/fs52243.patch  |   14 ---
 extra-i686/nvidia-340xx.install   |   13 ---
 extra-x86_64/PKGBUILD |   72 --
 extra-x86_64/fs52243.patch|   14 ---
 extra-x86_64/nvidia-340xx.install |   13 ---
 9 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 15:09:48 UTC (rev 289262)
+++ extra-i686/PKGBUILD 2017-02-19 15:10:47 UTC (rev 289263)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.102
-_extramodules=extramodules-4.9-ARCH
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.9' 'linux-headers<4.10')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-source=('fs52243.patch')
-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;)
-sha512sums=('de4f697d64f8e73c4aadec1a407884a6bc459c0020d4bfd19740fe4177a60bb801fe8a74ef6f7fa2e89c6cd648ea4daf152799ae344a145c06480a6eef0c5bca')
-sha512sums_i686=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
-sha512sums_x86_64=('2a29e6418244ea384e4237d74057bd8e56247b1c503cf623dea34a3b1065d8783879aa7e6a802dd31f0a10cf81cfcab2a1b1a8269b97996f15fa1838c0a3a44b')
-
-[[ "$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
-
-patch -Np0 < "${srcdir}"/fs52243.patch
-
-cp -a kernel kernel-dkms
-}
-
-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.9' 'linux<4.10' '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}
-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
-cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:09:48
  Author: heftig
Revision: 289262

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 289261, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-i686/disable-mtrr.patch
(from rev 289261, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/extra-i686/drm-driver-legacy.patch
(from rev 289261, nvidia-304xx/trunk/drm-driver-legacy.patch)
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
(from rev 289261, nvidia-304xx/trunk/nvidia-304xx.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 289261, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/disable-mtrr.patch
(from rev 289261, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/extra-x86_64/drm-driver-legacy.patch
(from rev 289261, nvidia-304xx/trunk/drm-driver-legacy.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install
(from rev 289261, nvidia-304xx/trunk/nvidia-304xx.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/disable-mtrr.patch
  nvidia-304xx/repos/extra-i686/drm-driver-legacy.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/drm-driver-legacy.patch
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install

--+
 /PKGBUILD|  150 +
 /disable-mtrr.patch  |   48 ++
 /drm-driver-legacy.patch |   40 
 /nvidia-304xx.install|   26 +
 extra-i686/PKGBUILD  |   75 
 extra-i686/disable-mtrr.patch|   24 -
 extra-i686/drm-driver-legacy.patch   |   20 
 extra-i686/nvidia-304xx.install  |   13 --
 extra-x86_64/PKGBUILD|   75 
 extra-x86_64/disable-mtrr.patch  |   24 -
 extra-x86_64/drm-driver-legacy.patch |   20 
 extra-x86_64/nvidia-304xx.install|   13 --
 12 files changed, 264 insertions(+), 264 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 15:05:16 UTC (rev 289261)
+++ extra-i686/PKGBUILD 2017-02-19 15:09:48 UTC (rev 289262)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-304xx
-pkgname=(nvidia-304xx nvidia-304xx-dkms)
-pkgver=304.134
-_extramodules=extramodules-4.9-ARCH
-pkgrel=5
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.9' 'linux-headers<4.10')
-conflicts=('nvidia')
-license=('custom')
-options=('!strip')
-source=('disable-mtrr.patch'
-'drm-driver-legacy.patch')
-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;)
-sha512sums=('54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
-
'fa39dee5c9f1ea98286c87165f683ee194b2cb4056aa6b556e822b9ee760dcf3683ea001c3704e79b9ac9712314d7df5690dc7f68440cda7a96791f94425455d')
-sha512sums_i686=('e047c62b33b092225ead42134acd596e3ae43d9bb8324188308dd7d497f33e790e7366d7a1c5ef5de66f484219d99de4c6e6206d390122d3fab4d30397ab463c')
-sha512sums_x86_64=('339efb8b47faaa16b984d84e43ef18d849a563c95298972c36616a22712740e3233c2cd7b0837d393a8f24a6ec5b501295cdc77adae12deccc993dfca48022fc')
-
-[[ "$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)
-(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/drm-driver-legacy.patch)
-
-cp -a kernel kernel-dkms
-}
-
-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.9' 'linux<4.10' '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 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:10:18
  Author: heftig
Revision: 213114

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

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

+
 /PKGBUILD  |   88 +++
 /r8168.install |   34 +++
 community-i686/PKGBUILD|   44 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-19 15:09:11 UTC (rev 213113)
+++ community-i686/PKGBUILD 2017-02-19 15:10:18 UTC (rev 213114)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.044.02
-pkgrel=1
-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)
-sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
-
-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 213113, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-19 15:10:18 UTC (rev 213114)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=2
+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)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+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 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:09:11
  Author: heftig
Revision: 213113

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

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

---+
 /PKGBUILD |  106 
 /tp_smapi.install |   26 
 community-i686/PKGBUILD   |   53 --
 community-i686/tp_smapi.install   |   13 
 community-x86_64/PKGBUILD |   53 --
 community-x86_64/tp_smapi.install |   13 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-19 15:05:52 UTC (rev 213112)
+++ community-i686/PKGBUILD 2017-02-19 15:09:11 UTC (rev 213113)
@@ -1,53 +0,0 @@
-# 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
-_pkgname=tp-smapi
-pkgver=0.42
-_extramodules=extramodules-4.9-ARCH
-pkgrel=10
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=4.9' 'linux<4.10')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
-install="${pkgname}.install"
-source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
-md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
-}
-
-package() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make -C "/usr/lib/modules/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/usr" \
-M="$srcdir/$pkgname-$_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 213112, 
tp_smapi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-19 15:09:11 UTC (rev 213113)
@@ -0,0 +1,53 @@
+# 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
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.9-ARCH
+pkgrel=11
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="$srcdir/$pkgname-$_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
+  

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:05:52
  Author: heftig
Revision: 213112

0.42-11

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:05:46 UTC (rev 213111)
+++ PKGBUILD2017-02-19 15:05:52 UTC (rev 213112)
@@ -11,7 +11,7 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extramodules=extramodules-4.9-ARCH
-pkgrel=10
+pkgrel=11
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:05:46
  Author: heftig
Revision: 213111

8.044.02-2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:03:20 UTC (rev 213110)
+++ PKGBUILD2017-02-19 15:05:46 UTC (rev 213111)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.044.02
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:05:16
  Author: heftig
Revision: 289261

340.102-2

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:04:02 UTC (rev 289260)
+++ PKGBUILD2017-02-19 15:05:16 UTC (rev 289261)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.102
 _extramodules=extramodules-4.9-ARCH
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.9' 'linux-headers<4.10')


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:04:02
  Author: heftig
Revision: 289260

304.134-6

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 14:24:32 UTC (rev 289259)
+++ PKGBUILD2017-02-19 15:04:02 UTC (rev 289260)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.134
 _extramodules=extramodules-4.9-ARCH
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.9' 'linux-headers<4.10')


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:03:20
  Author: heftig
Revision: 213110

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

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 213109, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 213109, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 213109, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 213109, acpi_call/trunk/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  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 2017-02-19 15:02:51 UTC (rev 213109)
+++ community-i686/PKGBUILD 2017-02-19 15:03:20 UTC (rev 213110)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=56
-_extramodules=extramodules-4.9-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url='https://github.com/mkottman/acpi_call'
-license=('GPL')
-depends=('linux>=4.9' 'linux<4.10')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
-install='acpi_call.install'
-source=("acpi_call-${pkgver}.tar.gz::https://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 213109, 
acpi_call/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-19 15:03:20 UTC (rev 213110)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=57
+_extramodules=extramodules-4.9-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://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
===
--- community-i686/acpi_call.install2017-02-19 15:02:51 UTC (rev 213109)
+++ community-i686/acpi_call.install2017-02-19 15:03:20 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:02:51
  Author: heftig
Revision: 213109

1.1.0-57

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:02:23 UTC (rev 213108)
+++ PKGBUILD2017-02-19 15:02:51 UTC (rev 213109)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=56
+pkgrel=57
 _extramodules=extramodules-4.9-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:02:23
  Author: heftig
Revision: 213108

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 213107, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 213107, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 213107, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 213107, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 213107, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 213107, vhba-module/trunk/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-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.rules2017-02-19 15:01:50 UTC (rev 213107)
+++ community-i686/60-vhba.rules2017-02-19 15:02:23 UTC (rev 213108)
@@ -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 213107, 
vhba-module/trunk/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-02-19 15:02:23 UTC (rev 213108)
@@ -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 2017-02-19 15:01:50 UTC (rev 213107)
+++ community-i686/PKGBUILD 2017-02-19 15:02:23 UTC (rev 213108)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20161009
-_extramodules=extramodules-4.9-ARCH
-pkgrel=7
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux>=4.9' 'linux<4.10')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b')
-
-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 213107, 
vhba-module/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-19 15:02:23 UTC (rev 213108)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20161009
+_extramodules=extramodules-4.9-ARCH
+pkgrel=8
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.9' 'linux-headers<4.10')
+options=(!makeflags)
+install=$pkgname.install

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:01:50
  Author: heftig
Revision: 213107

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-19 15:01:04 UTC (rev 213106)
+++ community-i686/PKGBUILD 2017-02-19 15:01:50 UTC (rev 213107)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgbase=bbswitch
-pkgname=(bbswitch bbswitch-dkms)
-pkgver=0.8
-_extramodules=extramodules-4.9-ARCH # Don't forget to update bbswitch.install
-pkgrel=61
-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.9' 'linux-headers<4.10' 'linux>=4.9' 
'linux<4.10')
-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.9' 'linux<4.10')
-  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}/"
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 213106, 
bbswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-19 15:01:50 UTC (rev 213107)
@@ -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.9-ARCH # Don't forget to update bbswitch.install
+pkgrel=62
+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.9' 'linux-headers<4.10' 'linux>=4.9' 
'linux<4.10')
+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.9' 'linux<4.10')
+  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-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2017-02-19 15:01:04 UTC (rev 213106)
+++ community-i686/bbswitch.install 2017-02-19 15:01:50 UTC (rev 213107)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-4.9-ARCH'
-depmod $(cat 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:00:48
  Author: heftig
Revision: 213105

20161009-8

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 09:52:35 UTC (rev 213104)
+++ PKGBUILD2017-02-19 15:00:48 UTC (rev 213105)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20161009
 _extramodules=extramodules-4.9-ARCH
-pkgrel=7
+pkgrel=8
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 15:01:04
  Author: heftig
Revision: 213106

0.8-62

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 15:00:48 UTC (rev 213105)
+++ PKGBUILD2017-02-19 15:01:04 UTC (rev 213106)
@@ -7,7 +7,7 @@
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
 _extramodules=extramodules-4.9-ARCH # Don't forget to update bbswitch.install
-pkgrel=61
+pkgrel=62
 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 linux/repos (18 files)

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 14:24:32
  Author: heftig
Revision: 289259

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

Added:
  linux/repos/testing-i686/
  
linux/repos/testing-i686/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
(from rev 289258, 
linux/trunk/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch)
  linux/repos/testing-i686/99-linux.hook
(from rev 289258, linux/trunk/99-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 289258, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 289258, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 289258, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 289258, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 289258, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 289258, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  
linux/repos/testing-x86_64/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
(from rev 289258, 
linux/trunk/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch)
  linux/repos/testing-x86_64/99-linux.hook
(from rev 289258, linux/trunk/99-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 289258, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 289258, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 289258, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 289258, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 289258, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 289258, linux/trunk/linux.preset)

---+
 testing-i686/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch   
|   47 
 testing-i686/99-linux.hook
|   11 
 testing-i686/PKGBUILD 
|  306 
 testing-i686/change-default-console-loglevel.patch
|   11 
 testing-i686/config   
| 8205 ++
 testing-i686/config.x86_64
| 7970 +
 testing-i686/linux.install
|   27 
 testing-i686/linux.preset 
|   14 
 testing-x86_64/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch 
|   47 
 testing-x86_64/99-linux.hook  
|   11 
 testing-x86_64/PKGBUILD   
|  306 
 testing-x86_64/change-default-console-loglevel.patch  
|   11 
 testing-x86_64/config 
| 8205 ++
 testing-x86_64/config.x86_64  
| 7970 +
 testing-x86_64/linux.install  
|   27 
 testing-x86_64/linux.preset   
|   14 
 16 files changed, 33182 insertions(+)

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


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 14:23:43
  Author: heftig
Revision: 289258

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 289257, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 289257, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-02-19 14:23:43 UTC (rev 289258)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+_rev=12987cadb37de28719990dfc2397ec6d09e10566
+pkgver=20170217.12987ca
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+
+  # Restore old Bluetooth firmware
+  # https://bugzilla.kernel.org/show_bug.cgi?id=190831
+  git checkout 9c71af939b51ce1431087acfb5b0f61c0b491c63 -- 
intel/ibt-11-5.{sfi,ddc}
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 14:23:22
  Author: heftig
Revision: 289257

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

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

--+
 /99-linux.hook   |   22 
 /PKGBUILD|  622 
 /change-default-console-loglevel.patch   |   22 
 /config  |16498 +
 /config.x86_64   |16026 
 /linux.install   |   54 
 /linux.preset|   28 
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  311 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8249 
 testing-i686/config.x86_64   | 8013 
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  311 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8249 
 testing-x86_64/config.x86_64 | 8013 
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 21 files changed, 33272 insertions(+), 33272 deletions(-)

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


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

2017-02-19 Thread Evangelos Foutras
Date: Sunday, February 19, 2017 @ 14:21:15
  Author: foutrelis
Revision: 289255

upgpkg: xfce4-mount-plugin 1.1.1-1

New upstream release.

Modified:
  xfce4-mount-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 14:13:26 UTC (rev 289254)
+++ PKGBUILD2017-02-19 14:21:15 UTC (rev 289255)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-mount-plugin
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Mount/umount utility for the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26')
+sha256sums=('440532172641471245c2b2964d3d9e63bec6f8255ab450d3800adeb2691f')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-02-19 Thread Evangelos Foutras
Date: Sunday, February 19, 2017 @ 14:21:25
  Author: foutrelis
Revision: 289256

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 14:21:15 UTC (rev 289255)
+++ extra-i686/PKGBUILD 2017-02-19 14:21:25 UTC (rev 289256)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mount-plugin
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Mount/umount utility for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mount-plugin/repos/extra-i686/PKGBUILD (from rev 289255, 
xfce4-mount-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 14:21:25 UTC (rev 289256)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-mount-plugin
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Mount/umount utility for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('440532172641471245c2b2964d3d9e63bec6f8255ab450d3800adeb2691f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-19 14:21:15 UTC (rev 289255)
+++ extra-x86_64/PKGBUILD   2017-02-19 14:21:25 UTC (rev 289256)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mount-plugin
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Mount/umount utility for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD (from rev 289255, 
xfce4-mount-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-19 14:21:25 UTC (rev 289256)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-mount-plugin
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Mount/umount utility for the Xfce4 panel"

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 14:13:26
  Author: heftig
Revision: 289254

4.9.11-1

Added:
  linux/trunk/0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/0001-x86-fpu-Fix-invalid-FPU-ptrace-state-after-execve.patch

+
 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch |   47 +++
 0001-x86-fpu-Fix-invalid-FPU-ptrace-state-after-execve.patch   |   65 
--
 PKGBUILD   |   16 +-
 3 files changed, 54 insertions(+), 74 deletions(-)

Added: 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch
===
--- 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch  
(rev 0)
+++ 0001-dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch  
2017-02-19 14:13:26 UTC (rev 289254)
@@ -0,0 +1,47 @@
+From 5edabca9d4cff7f1f2b68f0bac55ef99d9798ba4 Mon Sep 17 00:00:00 2001
+From: Andrey Konovalov 
+Date: Thu, 16 Feb 2017 17:22:46 +0100
+Subject: [PATCH] dccp: fix freeing skb too early for IPV6_RECVPKTINFO
+
+In the current DCCP implementation an skb for a DCCP_PKT_REQUEST packet
+is forcibly freed via __kfree_skb in dccp_rcv_state_process if
+dccp_v6_conn_request successfully returns.
+
+However, if IPV6_RECVPKTINFO is set on a socket, the address of the skb
+is saved to ireq->pktopts and the ref count for skb is incremented in
+dccp_v6_conn_request, so skb is still in use. Nevertheless, it gets freed
+in dccp_rcv_state_process.
+
+Fix by calling consume_skb instead of doing goto discard and therefore
+calling __kfree_skb.
+
+Similar fixes for TCP:
+
+fb7e2399ec17f1004c0e0ccfd17439f8759ede01 [TCP]: skb is unexpectedly freed.
+0aea76d35c9651d55bbaf746e7914e5f9ae5a25d tcp: SYN packets are now
+simply consumed
+
+Signed-off-by: Andrey Konovalov 
+Acked-by: Eric Dumazet 
+Signed-off-by: David S. Miller 
+---
+ net/dccp/input.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/net/dccp/input.c b/net/dccp/input.c
+index ba347184bda9b3fe..8fedc2d497709b3d 100644
+--- a/net/dccp/input.c
 b/net/dccp/input.c
+@@ -606,7 +606,8 @@ int dccp_rcv_state_process(struct sock *sk, struct sk_buff 
*skb,
+   if (inet_csk(sk)->icsk_af_ops->conn_request(sk,
+   skb) < 0)
+   return 1;
+-  goto discard;
++  consume_skb(skb);
++  return 0;
+   }
+   if (dh->dccph_type == DCCP_PKT_RESET)
+   goto discard;
+-- 
+2.11.1
+

Deleted: 0001-x86-fpu-Fix-invalid-FPU-ptrace-state-after-execve.patch
===
--- 0001-x86-fpu-Fix-invalid-FPU-ptrace-state-after-execve.patch
2017-02-19 14:10:22 UTC (rev 289253)
+++ 0001-x86-fpu-Fix-invalid-FPU-ptrace-state-after-execve.patch
2017-02-19 14:13:26 UTC (rev 289254)
@@ -1,65 +0,0 @@
-From 885bad1e5f32bbf30787ead9578f8174047e6904 Mon Sep 17 00:00:00 2001
-From: Yu-cheng Yu 
-Date: Thu, 17 Nov 2016 09:11:35 -0800
-Subject: [PATCH] x86/fpu: Fix invalid FPU ptrace state after execve()
-
-commit b22cbe404a9cc3c7949e380fa1861e31934c8978 upstream.
-
-Robert O'Callahan reported that after an execve PTRACE_GETREGSET
-NT_X86_XSTATE continues to return the pre-exec register values
-until the exec'ed task modifies FPU state.
-
-The test code is at:
-
-  https://bugzilla.redhat.com/attachment.cgi?id=1164286.
-
-What is happening is fpu__clear() does not properly clear fpstate.
-Fix it by doing just that.
-
-Reported-by: Robert O'Callahan 
-Signed-off-by: Yu-cheng Yu 
-Cc: Andy Lutomirski 
-Cc: Borislav Petkov 
-Cc: David Hansen 
-Cc: Fenghua Yu 
-Cc: Linus Torvalds 
-Cc: Peter Zijlstra 
-Cc: Ravi V. Shankar 
-Cc: Thomas Gleixner 
-Link: 
http://lkml.kernel.org/r/1479402695-6553-1-git-send-email-yu-cheng...@intel.com
-Signed-off-by: Ingo Molnar 
-Signed-off-by: Greg Kroah-Hartman 

- arch/x86/kernel/fpu/core.c | 16 
- 1 file changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c
-index 3fc03a09a93b1710..c289e2f4a6e5b464 100644
 a/arch/x86/kernel/fpu/core.c
-+++ b/arch/x86/kernel/fpu/core.c
-@@ -517,14 +517,14 @@ void fpu__clear(struct fpu *fpu)
- {
-   WARN_ON_FPU(fpu != >thread.fpu); /* Almost certainly an 
anomaly */
- 
--  if 

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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 14:10:22
  Author: heftig
Revision: 289253

20170217.12987ca-1

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 14:06:57 UTC (rev 289252)
+++ PKGBUILD2017-02-19 14:10:22 UTC (rev 289253)
@@ -2,10 +2,9 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=linux-firmware
-# Commit date + git rev-parse --short origin/master
-_rev=4b9559f
-pkgver=20161222.${_rev}
-pkgrel=2
+_rev=12987cadb37de28719990dfc2397ec6d09e10566
+pkgver=20170217.12987ca
+pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')
 arch=('any')
@@ -40,6 +39,21 @@
 
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
 md5sums=('SKIP')
 
+prepare() {
+  cd "${srcdir}/${pkgname}"
+
+  # Restore old Bluetooth firmware
+  # https://bugzilla.kernel.org/show_bug.cgi?id=190831
+  git checkout 9c71af939b51ce1431087acfb5b0f61c0b491c63 -- 
intel/ibt-11-5.{sfi,ddc}
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
 package() {
   cd "${srcdir}/${pkgname}"
 


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

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 14:06:57
  Author: heftig
Revision: 289252

4.9.11-2

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 13:41:18 UTC (rev 289251)
+++ PKGBUILD2017-02-19 14:06:57 UTC (rev 289252)
@@ -6,9 +6,9 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.9
-_zenpatch=zen-4.9.11-7a1e586a7c331261227fb73861ad3ade3f4fcfe3.diff
+_zenpatch=zen-4.9.11-6261a7f6544ffba1f44bec3aeeb3b5fed55ede37.diff
 pkgver=4.9.11
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -33,7 +33,7 @@
 'SKIP'
 '23e773a670f3cac11a92c4e442405dea6d2c28fea0f914ea2ba4bea313c26541'
 'SKIP'
-'5abfc3753716f003e763337b17b7ad3dc4d880a0d487b2ca0e37fbd7a2be05a7'
+'17b22273e47fe9c1d78f498bf20d3b17b4e8cb14f41d90fbcd4d85dbb740ff06'
 'SKIP'
 'c1f3bfd84bf664221495e9975bc337edb40f7c14f992ce65ea85c0376ed2f30f'
 '8823a62efee521df49fce92bbcf7e30ba39310d8b2a2595dd8dbe04a06e04567'


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

2017-02-19 Thread Antonio Rojas
Date: Sunday, February 19, 2017 @ 13:41:18
  Author: arojas
Revision: 289251

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

Added:
  wxmaxima/repos/extra-i686/PKGBUILD
(from rev 289250, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 289250, wxmaxima/trunk/PKGBUILD)
Deleted:
  wxmaxima/repos/extra-i686/PKGBUILD
  wxmaxima/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 13:40:49 UTC (rev 289250)
+++ extra-i686/PKGBUILD 2017-02-19 13:41:18 UTC (rev 289251)
@@ -1,37 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=16.04.2
-pkgrel=2
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://wxmaxima.sourceforge.net/;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('568374973eec8110190fc8a69e4e881d9bc76e49')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export WX_CONFIG_PATH=/usr/bin/wx-config
-  export CXXFLAGS+=" -fno-delete-null-pointer-checks" # FS#49969
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-i686/PKGBUILD (from rev 289250, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 13:41:18 UTC (rev 289251)
@@ -0,0 +1,37 @@
+ $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=16.12.2
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('i686' 'x86_64')
+url="http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('c38634fe84f867cf586f3e47b06b9824f29ad09e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+  export CXXFLAGS+=" -fno-delete-null-pointer-checks" # FS#49969
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+
+  # Fix category in .desktop file
+  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-19 13:40:49 UTC (rev 289250)
+++ extra-x86_64/PKGBUILD   2017-02-19 13:41:18 UTC (rev 289251)
@@ -1,37 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=16.04.2
-pkgrel=2
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://wxmaxima.sourceforge.net/;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('568374973eec8110190fc8a69e4e881d9bc76e49')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export WX_CONFIG_PATH=/usr/bin/wx-config
-  export CXXFLAGS+=" -fno-delete-null-pointer-checks" # FS#49969
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 289250, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-19 13:41:18 UTC (rev 289251)
@@ -0,0 +1,37 @@
+ $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren 
+# 

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

2017-02-19 Thread Antonio Rojas
Date: Sunday, February 19, 2017 @ 13:40:49
  Author: arojas
Revision: 289250

Update to 16.12.2

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 13:21:07 UTC (rev 289249)
+++ PKGBUILD2017-02-19 13:40:49 UTC (rev 289250)
@@ -4,8 +4,8 @@
 # Contributor: Vinay S Shastry 
 
 pkgname=wxmaxima
-pkgver=16.04.2
-pkgrel=2
+pkgver=16.12.2
+pkgrel=1
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('i686' 'x86_64')
 url="http://wxmaxima.sourceforge.net/;
@@ -12,7 +12,7 @@
 license=('GPL2')
 depends=('maxima' 'libxml2' 'wxgtk')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('568374973eec8110190fc8a69e4e881d9bc76e49')
+sha1sums=('c38634fe84f867cf586f3e47b06b9824f29ad09e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-02-19 Thread Antonio Rojas
Date: Sunday, February 19, 2017 @ 09:52:12
  Author: arojas
Revision: 213103

Update to 14.9.1

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 05:43:42 UTC (rev 213102)
+++ PKGBUILD2017-02-19 09:52:12 UTC (rev 213103)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.9.0
+pkgver=14.9.1
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha1sums=('a9e9c10e2e76ce50a34556308f4676e676717f88')
+sha1sums=('c71739e31716e3d073919269f3e8e3edfe6650ef')
 
 package() {
   cd $pkgname-$pkgver


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

2017-02-19 Thread Antonio Rojas
Date: Sunday, February 19, 2017 @ 09:52:35
  Author: arojas
Revision: 213104

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 213103, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-19 09:52:12 UTC (rev 213103)
+++ PKGBUILD2017-02-19 09:52:35 UTC (rev 213104)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.9.0
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="http://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha1sums=('a9e9c10e2e76ce50a34556308f4676e676717f88')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 213103, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-19 09:52:35 UTC (rev 213104)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.9.1
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha1sums=('c71739e31716e3d073919269f3e8e3edfe6650ef')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


  1   2   >