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

2020-02-05 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 6, 2020 @ 07:44:53
  Author: bisson
Revision: 374730

fix path

Modified:
  openssh/trunk/PKGBUILD.snap

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

Modified: PKGBUILD.snap
===
--- PKGBUILD.snap   2020-02-06 07:38:35 UTC (rev 374729)
+++ PKGBUILD.snap   2020-02-06 07:44:53 UTC (rev 374730)
@@ -36,7 +36,9 @@
 install=install
 
 prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
+
patch -p1 -i "${srcdir}/glibc-2.31.patch"
 }
 


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

2020-02-05 Thread Antonio Rojas via arch-commits
Date: Thursday, February 6, 2020 @ 07:38:35
  Author: arojas
Revision: 374729

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 374728, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 374728, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-02-06 07:38:35 UTC (rev 374729)
@@ -0,0 +1,19 @@
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20200204
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')


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

2020-02-05 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 6, 2020 @ 07:37:30
  Author: bisson
Revision: 374727

update snap PKGBUILD for upcoming release

Modified:
  openssh/trunk/PKGBUILD.snap

---+
 PKGBUILD.snap |   20 +++-
 1 file changed, 15 insertions(+), 5 deletions(-)

Modified: PKGBUILD.snap
===
--- PKGBUILD.snap   2020-02-06 06:16:47 UTC (rev 374726)
+++ PKGBUILD.snap   2020-02-06 07:37:30 UTC (rev 374727)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=openssh
-_YMD=20191002
+_YMD=20200206
 pkgver=8.1p1snap$_YMD
 pkgrel=1
 pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
@@ -20,17 +20,26 @@
 'sshdgenkeys.service'
 'sshd.service'
 'sshd.conf'
-'sshd.pam')
-#sha256sums=('6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad3'
+'sshd.pam'
+'glibc-2.31.patch')
+#sha256sums=('02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff'
 #'SKIP'
-sha256sums=('bcf8f1316f0bedf863f30ee4d18bc9eaab76502adac81d2fd50f30d8290caf0f'
+sha256sums=('3158a493c6d29e40246266d16bc3343a8acfb8a1fa55c9978f57e6a9c9a4fb7d'
 '4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
 'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
 '4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
-'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
+'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846'
+'25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93')
 
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
 
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i "${srcdir}/glibc-2.31.patch"
+}
+
 build() {
 #  cd "${srcdir}/${pkgname}-${pkgver}"
cd "${srcdir}/${pkgname}"
@@ -40,6 +49,7 @@
--sbindir=/usr/bin \
--libexecdir=/usr/lib/ssh \
--sysconfdir=/etc/ssh \
+   --disable-strip \
--with-ldns \
--with-libedit \
--with-ssl-engine \


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

2020-02-05 Thread Antonio Rojas via arch-commits
Date: Thursday, February 6, 2020 @ 07:38:14
  Author: arojas
Revision: 374728

Update to 20200204

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 07:37:30 UTC (rev 374727)
+++ PKGBUILD2020-02-06 07:38:14 UTC (rev 374728)
@@ -1,7 +1,7 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20191025
-pkgrel=2
+pkgver=20200204
+pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')
 url=https://github.com/gentoo/hwids


[arch-commits] Commit in php-mongodb/repos/community-x86_64 (6 files)

2020-02-05 Thread Ike Devolder via arch-commits
Date: Thursday, February 6, 2020 @ 07:06:42
  Author: idevolder
Revision: 563596

archrelease: copy trunk to community-x86_64

Added:
  php-mongodb/repos/community-x86_64/PKGBUILD
(from rev 563595, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-x86_64/mongodb.ini
(from rev 563595, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-x86_64/php-mongodb.install
(from rev 563595, php-mongodb/trunk/php-mongodb.install)
Deleted:
  php-mongodb/repos/community-x86_64/PKGBUILD
  php-mongodb/repos/community-x86_64/mongodb.ini
  php-mongodb/repos/community-x86_64/php-mongodb.install

-+
 PKGBUILD|   72 +-
 mongodb.ini |4 +-
 php-mongodb.install |   24 
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-06 07:06:34 UTC (rev 563595)
+++ PKGBUILD2020-02-06 07:06:42 UTC (rev 563596)
@@ -1,36 +0,0 @@
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Felix Yan 
-# Contributor: Martin Striz < ms AT martinstriz DOT cz >
-# Contributor: Jarek Sedlacek 
-
-pkgname=php-mongodb
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="MongoDB driver for PHP"
-arch=("x86_64")
-url="http://mongodb.github.io/mongo-php-driver;
-license=("Apache")
-#depends=('php' 'libmongoc')
-depends=('php')
-makedepends=('re2c')
-backup=("etc/php/conf.d/mongodb.ini")
-install=php-mongodb.install
-source=(
-   "https://pecl.php.net/get/mongodb-$pkgver.tgz;
-   "mongodb.ini"
-)
-sha256sums=('0294ff2f3d4a3951099b5d0b7b271cf8a7290bbdacc9013b8a0369d7103b9d10'
-'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
-
-build() {
-   cd mongodb-$pkgver
-   phpize
-   #./configure --prefix=/usr --with-libbson --with-libmongoc
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd mongodb-$pkgver
-   make INSTALL_ROOT="$pkgdir" install
-   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
-}

Copied: php-mongodb/repos/community-x86_64/PKGBUILD (from rev 563595, 
php-mongodb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-06 07:06:42 UTC (rev 563596)
@@ -0,0 +1,36 @@
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongodb
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("x86_64")
+url="http://mongodb.github.io/mongo-php-driver;
+license=("Apache")
+#depends=('php' 'libmongoc')
+depends=('php')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+install=php-mongodb.install
+source=(
+   "https://pecl.php.net/get/mongodb-$pkgver.tgz;
+   "mongodb.ini"
+)
+sha256sums=('e4931b3545ba1facab1859c34774c280f37b91579555b2c44cb7e822e2396c53'
+'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
+
+build() {
+   cd mongodb-$pkgver
+   phpize
+   #./configure --prefix=/usr --with-libbson --with-libmongoc
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd mongodb-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
+}

Deleted: mongodb.ini
===
--- mongodb.ini 2020-02-06 07:06:34 UTC (rev 563595)
+++ mongodb.ini 2020-02-06 07:06:42 UTC (rev 563596)
@@ -1,2 +0,0 @@
-; Tell PHP to load the MongoDB Extension on startup
-extension=mongodb.so

Copied: php-mongodb/repos/community-x86_64/mongodb.ini (from rev 563595, 
php-mongodb/trunk/mongodb.ini)
===
--- mongodb.ini (rev 0)
+++ mongodb.ini 2020-02-06 07:06:42 UTC (rev 563596)
@@ -0,0 +1,2 @@
+; Tell PHP to load the MongoDB Extension on startup
+extension=mongodb.so

Deleted: php-mongodb.install
===
--- php-mongodb.install 2020-02-06 07:06:34 UTC (rev 563595)
+++ php-mongodb.install 2020-02-06 07:06:42 UTC (rev 563596)
@@ -1,12 +0,0 @@
-post_install() {
-  warning
-}
-
-post_upgrade() {
-  warning
-}
-
-warning() {
-  printf "WARNING:\nWhen moving from 'php-mongo' to 'php-mongodb' keep into 
mind the extension's api is not compatible\n\n"
-  return 0
-}

Copied: php-mongodb/repos/community-x86_64/php-mongodb.install (from rev 
563595, php-mongodb/trunk/php-mongodb.install)
===
--- php-mongodb.install (rev 0)
+++ php-mongodb.install 2020-02-06 07:06:42 UTC (rev 563596)
@@ -0,0 +1,12 @@
+post_install() {
+  warning
+}
+
+post_upgrade() {
+  warning
+}
+
+warning() {
+  

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

2020-02-05 Thread Ike Devolder via arch-commits
Date: Thursday, February 6, 2020 @ 07:06:34
  Author: idevolder
Revision: 563595

upgpkg: php-mongodb 1.7.1-1

Modified:
  php-mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 07:04:22 UTC (rev 563594)
+++ PKGBUILD2020-02-06 07:06:34 UTC (rev 563595)
@@ -4,7 +4,7 @@
 # Contributor: Jarek Sedlacek 
 
 pkgname=php-mongodb
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="MongoDB driver for PHP"
 arch=("x86_64")
@@ -19,7 +19,7 @@
"https://pecl.php.net/get/mongodb-$pkgver.tgz;
"mongodb.ini"
 )
-sha256sums=('0294ff2f3d4a3951099b5d0b7b271cf8a7290bbdacc9013b8a0369d7103b9d10'
+sha256sums=('e4931b3545ba1facab1859c34774c280f37b91579555b2c44cb7e822e2396c53'
 '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
 
 build() {


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-02-05 Thread Felix Yan via arch-commits
Date: Thursday, February 6, 2020 @ 07:04:06
  Author: felixonmars
Revision: 563593

upgpkg: v2ray-domain-list-community 202002051516-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 06:58:48 UTC (rev 563592)
+++ PKGBUILD2020-02-06 07:04:06 UTC (rev 563593)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202002050324
+pkgver=202002051516
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('01920d39d309fc042bfe1e44c388065c7233210843ee2849b81881aa2fa99a0e55a133a3ffb56a8e465676a9db22bd3551c7f77a6d71d7318cb2a94b94ec9c40')
+sha512sums=('5aa22cafab2e866ce7dfd79dfb3dd64817e3fbfad2c2f9f4ac7fcc17929a75b3881f780214cd68e85293706293f8656184ad5e7087be89a44c22f265ad1738fc')
 
 prepare() {
   mkdir .gopath


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-02-05 Thread Felix Yan via arch-commits
Date: Thursday, February 6, 2020 @ 07:04:22
  Author: felixonmars
Revision: 563594

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 563593, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-06 07:04:06 UTC (rev 563593)
+++ PKGBUILD2020-02-06 07:04:22 UTC (rev 563594)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202002050324
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('01920d39d309fc042bfe1e44c388065c7233210843ee2849b81881aa2fa99a0e55a133a3ffb56a8e465676a9db22bd3551c7f77a6d71d7318cb2a94b94ec9c40')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
563593, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-06 07:04:22 UTC (rev 563594)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202002051516
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('5aa22cafab2e866ce7dfd79dfb3dd64817e3fbfad2c2f9f4ac7fcc17929a75b3881f780214cd68e85293706293f8656184ad5e7087be89a44c22f265ad1738fc')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2020-02-05 Thread Ike Devolder via arch-commits
Date: Thursday, February 6, 2020 @ 06:58:48
  Author: idevolder
Revision: 563592

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 563591, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 563591, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 563591, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 563591, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 563591, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 563591, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 563591, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  176 ++--
 default   |8 
 eula.html |  716 +--
 opera |   26 -
 opera.install |   78 ++---
 privacy.html  |  772 
 terms.html|  708 +--
 7 files changed, 1242 insertions(+), 1242 deletions(-)

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


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

2020-02-05 Thread Ike Devolder via arch-commits
Date: Thursday, February 6, 2020 @ 06:58:36
  Author: idevolder
Revision: 563591

upgpkg: opera 66.0.3515.72-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 05:10:46 UTC (rev 563590)
+++ PKGBUILD2020-02-06 06:58:36 UTC (rev 563591)
@@ -9,7 +9,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=66.0.3515.44
+pkgver=66.0.3515.72
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="https://www.opera.com/;
@@ -31,7 +31,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('f4d1555f61a3ae461d12075375c4c98259f91b5c906b385cc521b43a27e8cd96895abb27d4a46cc1a679fd0295f07ba925804ffcf6718af28f5749f7091edf23'
+sha512sums=('4dd9bb5b5329c1a7fc0298454e674b1932abc622a96bcf8d1099b6d84f1716dadbc0b526eaa298b40c856480d692828677b5d6c20d0403382c869f48bd702572'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'3606926b7a9dc281654a4478b0b43106c80e971b3e4548e313a7e31b56a08d248f552109007b549808bc1b80d51fb9fff8a99b42d6d618e2821779176f3337e2'


[arch-commits] Commit in foomatic-db-engine/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-05 Thread Andreas Radke via arch-commits
Date: Thursday, February 6, 2020 @ 06:16:47
  Author: andyrtr
Revision: 374726

archrelease: copy trunk to extra-x86_64

Added:
  foomatic-db-engine/repos/extra-x86_64/PKGBUILD
(from rev 374725, foomatic-db-engine/trunk/PKGBUILD)
Deleted:
  foomatic-db-engine/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-06 06:16:36 UTC (rev 374725)
+++ PKGBUILD2020-02-06 06:16:47 UTC (rev 374726)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=foomatic-db-engine
-arch=('x86_64')
-pkgver=4.0.13
-pkgrel=1
-epoch=4
-url="http://www.linuxprinting.org/foomatic.html;
-pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
-license=('GPL2')
-depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
-makedepends=('cups' 'ghostscript' 'a2ps' 'wget' 'perl-xml-libxml' 
'foomatic-db') # 'enscript' 'net-snmp'
-optdepends=('foomatic-db:  linuxprinting.org xml files database to create 
ppd driver files')
-backup=('etc/foomatic/defaultspooler')
-source=(https://www.openprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz)
-sha256sums=('b5c89027aa26967d2e6db62e2af7db0c4039d2480d4fbf2476a6ddcf609a5faf')
-
-build() {
-  export LIB_CUPS="/usr/lib/cups"
-  cd $pkgname-$pkgver
-  PERL_INSTALLDIRS=vendor \
-  ./configure --prefix=/usr \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  # preset default spooler
-  echo cups > ${pkgdir}/etc/foomatic/defaultspooler
-  # add some docs
-  install -Dm644 USAGE ${pkgdir}/usr/share/doc/${pkgname}/USAGE
-  install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
-
-  # cleanup
-  rm -r ${pkgdir}/usr/lib/perl5
-}

Copied: foomatic-db-engine/repos/extra-x86_64/PKGBUILD (from rev 374725, 
foomatic-db-engine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-06 06:16:47 UTC (rev 374726)
@@ -0,0 +1,49 @@
+# Maintainer: Andreas Radke 
+
+pkgname=foomatic-db-engine
+arch=('x86_64')
+pkgver=20200206
+pkgrel=1
+epoch=4
+url="http://www.linuxprinting.org/foomatic.html;
+pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
+license=('GPL2')
+depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
+makedepends=('cups' 'ghostscript' 'a2ps' 'wget' 'perl-xml-libxml' 
'foomatic-db' 'git')
+optdepends=('foomatic-db:  linuxprinting.org xml files database to create 
ppd driver files')
+backup=('etc/foomatic/defaultspooler')
+
+# check https://github.com/OpenPrinting/foomatic-db-engine
+
+#source=(foomatic-db-engine::git+https://github.com/OpenPrinting/foomatic-db-engine#commit=068c92311018a75c621c57328845b439d789bf50
#20200131  # master development branch
+source=(foomatic-db-engine::git+https://github.com/OpenPrinting/foomatic-db-engine-4#commit=bd265b77a9f66f672bf1e3f0803145f2eccabf06
   #20200131  # master stable branch
+)
+sha256sums=('SKIP')
+
+pkgver() {
+  date +%Y%m%d
+}
+
+build() {
+  export LIB_CUPS="/usr/lib/cups"
+  cd "$pkgname" #-$pkgver
+  ./make_configure
+  PERL_INSTALLDIRS=vendor \
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$pkgname" #-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # preset default spooler
+  echo cups > "${pkgdir}"/etc/foomatic/defaultspooler
+  # add some docs
+  install -Dm644 USAGE "${pkgdir}"/usr/share/doc/${pkgname}/USAGE
+  install -Dm644 README "${pkgdir}"/usr/share/doc/${pkgname}/README
+
+  # cleanup
+  rm -r "${pkgdir}"/usr/lib/perl5
+}


[arch-commits] Commit in foomatic-db-engine/trunk (PKGBUILD)

2020-02-05 Thread Andreas Radke via arch-commits
Date: Thursday, February 6, 2020 @ 06:16:36
  Author: andyrtr
Revision: 374725

upgpkg: foomatic-db-engine 4:20200206-1: update to latest git commit from 
stable branch

Modified:
  foomatic-db-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 00:28:19 UTC (rev 374724)
+++ PKGBUILD2020-02-06 06:16:36 UTC (rev 374725)
@@ -2,7 +2,7 @@
 
 pkgname=foomatic-db-engine
 arch=('x86_64')
-pkgver=4.0.13
+pkgver=20200206
 pkgrel=1
 epoch=4
 url="http://www.linuxprinting.org/foomatic.html;
@@ -9,15 +9,25 @@
 pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
 license=('GPL2')
 depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
-makedepends=('cups' 'ghostscript' 'a2ps' 'wget' 'perl-xml-libxml' 
'foomatic-db') # 'enscript' 'net-snmp'
+makedepends=('cups' 'ghostscript' 'a2ps' 'wget' 'perl-xml-libxml' 
'foomatic-db' 'git')
 optdepends=('foomatic-db:  linuxprinting.org xml files database to create 
ppd driver files')
 backup=('etc/foomatic/defaultspooler')
-source=(https://www.openprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz)
-sha256sums=('b5c89027aa26967d2e6db62e2af7db0c4039d2480d4fbf2476a6ddcf609a5faf')
 
+# check https://github.com/OpenPrinting/foomatic-db-engine
+
+#source=(foomatic-db-engine::git+https://github.com/OpenPrinting/foomatic-db-engine#commit=068c92311018a75c621c57328845b439d789bf50
#20200131  # master development branch
+source=(foomatic-db-engine::git+https://github.com/OpenPrinting/foomatic-db-engine-4#commit=bd265b77a9f66f672bf1e3f0803145f2eccabf06
   #20200131  # master stable branch
+)
+sha256sums=('SKIP')
+
+pkgver() {
+  date +%Y%m%d
+}
+
 build() {
   export LIB_CUPS="/usr/lib/cups"
-  cd "$pkgname"-$pkgver
+  cd "$pkgname" #-$pkgver
+  ./make_configure
   PERL_INSTALLDIRS=vendor \
   ./configure --prefix=/usr \
 --sbindir=/usr/bin
@@ -25,7 +35,7 @@
 }
 
 package() {
-  cd "$pkgname"-$pkgver
+  cd "$pkgname" #-$pkgver
   make DESTDIR="${pkgdir}" install
 
   # preset default spooler


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

2020-02-05 Thread Kyle Keen via arch-commits
Date: Thursday, February 6, 2020 @ 05:10:46
  Author: kkeen
Revision: 563590

archrelease: copy trunk to community-x86_64

Added:
  gqrx/repos/community-x86_64/PKGBUILD
(from rev 563589, gqrx/trunk/PKGBUILD)
Deleted:
  gqrx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-06 05:10:23 UTC (rev 563589)
+++ PKGBUILD2020-02-06 05:10:46 UTC (rev 563590)
@@ -1,78 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=gqrx
-pkgver=2.11.5
-pkgrel=9
-pkgdesc="Interactive SDR receiver waterfall for many devices."
-arch=('x86_64')
-url="http://gqrx.dk/;
-license=('GPL')
-depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
-makedepends=('boost')
-#source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;)
-source=("https://github.com/csete/gqrx/releases/download/v$pkgver/gqrx-sdr-$pkgver-src.tar.xz;)
-md5sums=('fed4994d5c04daf70cb19e2393da7a04')
-
-prepare() {
-  cd "$srcdir/gqrx-sdr-$pkgver"
-  echo "StartupNotify=false" >> gqrx.desktop
-
-  # gnuradio 3.8 changes
-  sed -i 's|sig_source_c.h|sig_source.h|'  
src/applications/gqrx/receiver.h
-  sed -i 's|multiply_const_ff.h|multiply_const.h|' 
src/applications/gqrx/receiver.h
-  sed -i 's|multiply_cc.h|multiply.h|' 
src/applications/gqrx/receiver.h
-  sed -i 's|multiply_const_ff.h|multiply_const.h|' 
src/applications/gqrx/receiver.cpp
-  sed -i 's|fir_filter_ccf.h|fir_filter_blk.h|'
src/dsp/filter/fir_decim.{h,cpp}
-  sed -i 's|sub_cc.h|sub.h|'   src/dsp/correct_iq_cc.h
-  sed -i 's|/fir_filter_ccc.h|/fir_filter_blk.h|'  src/dsp/rx_filter.h
-  sed -i 's|freq_xlating_fir_filter_ccc.h|freq_xlating_fir_filter.h|' 
src/dsp/rx_filter.h
-  sed -i 's|fir_filter_fcc.h|fir_filter_blk.h|'src/dsp/stereo_demod.h
-  sed -i 's|fir_filter_fff.h|fir_filter.h|'src/dsp/stereo_demod.h
-  sed -i 's|multiply_cc.h|multiply.h|' src/dsp/stereo_demod.h
-  sed -i 's|multiply_ff.h|multiply.h|' src/dsp/stereo_demod.h
-  sed -i 's|multiply_const_ff.h|multiply_const.h|' src/dsp/stereo_demod.h
-  sed -i 's|/add_ff.h|/add_blk.h|' src/dsp/stereo_demod.h
-  sed -i 's|fir_filter_fff.h|fir_filter_blk.h|'src/dsp/lpf.h
-  sed -i 's|/fir_filter_ccc.h|/fir_filter_blk.h|'  src/dsp/rx_rds.h
-  sed -i 's|/fir_filter_ccf.h|/fir_filter_blk.h|'  src/dsp/rx_rds.h
-  sed -i 's|/fir_filter_fff.h|/fir_filter_blk.h|'  src/dsp/rx_rds.h
-  sed -i 's|freq_xlating_fir_filter_fcf.h|freq_xlating_fir_filter.h|' 
src/dsp/rx_rds.h
-  sed -i 's|freq_xlating_fir_filter_ccf.h|freq_xlating_fir_filter.h|' 
src/dsp/rx_rds.h
-
-  cd "$srcdir"
-  cp -r gqrx-sdr-$pkgver gqrx-$pkgver-alsa
-  cd gqrx-$pkgver-alsa
-  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
-
-}
-
-build() {
-  cd "$srcdir/$pkgname-sdr-$pkgver"
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  sed -i 's|-lpthread|& -llog4cpp|' Makefile  # also 3.8 stuff
-  make
-  cd "$srcdir/$pkgname-$pkgver-alsa"
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  sed -i 's|-lpthread|& -llog4cpp|' Makefile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-sdr-$pkgver"
-  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
-
-  cd "$srcdir/$pkgname-sdr-$pkgver/build"
-  make install INSTALL_ROOT="$pkgdir"
-
-  cd "$srcdir/$pkgname-$pkgver-alsa/build"
-  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
-}
-

Copied: gqrx/repos/community-x86_64/PKGBUILD (from rev 563589, 
gqrx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-06 05:10:46 UTC (rev 563590)
@@ -0,0 +1,55 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.12.1
+pkgrel=1
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('x86_64')
+url="http://gqrx.dk/;
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;)
+#source=("https://github.com/csete/gqrx/releases/download/v$pkgver/gqrx-sdr-$pkgver-src.tar.xz;)
+md5sums=('a355b630c6999c250103d04ed13edd7b')
+
+prepare() {
+  cd "$srcdir/gqrx-$pkgver"
+  echo "StartupNotify=false" >> gqrx.desktop
+
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  

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

2020-02-05 Thread Kyle Keen via arch-commits
Date: Thursday, February 6, 2020 @ 05:10:23
  Author: kkeen
Revision: 563589

upgpkg: gqrx 2.12.1-1

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 02:23:05 UTC (rev 563588)
+++ PKGBUILD2020-02-06 05:10:23 UTC (rev 563589)
@@ -2,8 +2,8 @@
 # Contributor: Dominik Heidler 
 
 pkgname=gqrx
-pkgver=2.11.5
-pkgrel=9
+pkgver=2.12.1
+pkgrel=1
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('x86_64')
 url="http://gqrx.dk/;
@@ -10,38 +10,16 @@
 license=('GPL')
 depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
 makedepends=('boost')
-#source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;)
-source=("https://github.com/csete/gqrx/releases/download/v$pkgver/gqrx-sdr-$pkgver-src.tar.xz;)
-md5sums=('fed4994d5c04daf70cb19e2393da7a04')
+source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz;)
+#source=("https://github.com/csete/gqrx/releases/download/v$pkgver/gqrx-sdr-$pkgver-src.tar.xz;)
+md5sums=('a355b630c6999c250103d04ed13edd7b')
 
 prepare() {
-  cd "$srcdir/gqrx-sdr-$pkgver"
+  cd "$srcdir/gqrx-$pkgver"
   echo "StartupNotify=false" >> gqrx.desktop
 
-  # gnuradio 3.8 changes
-  sed -i 's|sig_source_c.h|sig_source.h|'  
src/applications/gqrx/receiver.h
-  sed -i 's|multiply_const_ff.h|multiply_const.h|' 
src/applications/gqrx/receiver.h
-  sed -i 's|multiply_cc.h|multiply.h|' 
src/applications/gqrx/receiver.h
-  sed -i 's|multiply_const_ff.h|multiply_const.h|' 
src/applications/gqrx/receiver.cpp
-  sed -i 's|fir_filter_ccf.h|fir_filter_blk.h|'
src/dsp/filter/fir_decim.{h,cpp}
-  sed -i 's|sub_cc.h|sub.h|'   src/dsp/correct_iq_cc.h
-  sed -i 's|/fir_filter_ccc.h|/fir_filter_blk.h|'  src/dsp/rx_filter.h
-  sed -i 's|freq_xlating_fir_filter_ccc.h|freq_xlating_fir_filter.h|' 
src/dsp/rx_filter.h
-  sed -i 's|fir_filter_fcc.h|fir_filter_blk.h|'src/dsp/stereo_demod.h
-  sed -i 's|fir_filter_fff.h|fir_filter.h|'src/dsp/stereo_demod.h
-  sed -i 's|multiply_cc.h|multiply.h|' src/dsp/stereo_demod.h
-  sed -i 's|multiply_ff.h|multiply.h|' src/dsp/stereo_demod.h
-  sed -i 's|multiply_const_ff.h|multiply_const.h|' src/dsp/stereo_demod.h
-  sed -i 's|/add_ff.h|/add_blk.h|' src/dsp/stereo_demod.h
-  sed -i 's|fir_filter_fff.h|fir_filter_blk.h|'src/dsp/lpf.h
-  sed -i 's|/fir_filter_ccc.h|/fir_filter_blk.h|'  src/dsp/rx_rds.h
-  sed -i 's|/fir_filter_ccf.h|/fir_filter_blk.h|'  src/dsp/rx_rds.h
-  sed -i 's|/fir_filter_fff.h|/fir_filter_blk.h|'  src/dsp/rx_rds.h
-  sed -i 's|freq_xlating_fir_filter_fcf.h|freq_xlating_fir_filter.h|' 
src/dsp/rx_rds.h
-  sed -i 's|freq_xlating_fir_filter_ccf.h|freq_xlating_fir_filter.h|' 
src/dsp/rx_rds.h
-
   cd "$srcdir"
-  cp -r gqrx-sdr-$pkgver gqrx-$pkgver-alsa
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
   cd gqrx-$pkgver-alsa
   sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
 
@@ -48,12 +26,11 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname-sdr-$pkgver"
+  cd "$srcdir/$pkgname-$pkgver"
   rm -rf build
   mkdir build
   cd build
   qmake PREFIX=/usr/ ..
-  sed -i 's|-lpthread|& -llog4cpp|' Makefile  # also 3.8 stuff
   make
   cd "$srcdir/$pkgname-$pkgver-alsa"
   rm -rf build
@@ -65,11 +42,11 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-sdr-$pkgver"
+  cd "$srcdir/$pkgname-$pkgver"
   install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
   install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
 
-  cd "$srcdir/$pkgname-sdr-$pkgver/build"
+  cd "$srcdir/$pkgname-$pkgver/build"
   make install INSTALL_ROOT="$pkgdir"
 
   cd "$srcdir/$pkgname-$pkgver-alsa/build"


[arch-commits] Commit in sway/repos/community-x86_64 (8 files)

2020-02-05 Thread Brett Cornwall via arch-commits
Date: Thursday, February 6, 2020 @ 02:23:05
  Author: ainola
Revision: 563588

archrelease: copy trunk to community-x86_64

Added:
  sway/repos/community-x86_64/50-systemd-user.conf
(from rev 563587, sway/trunk/50-systemd-user.conf)
  sway/repos/community-x86_64/PKGBUILD
(from rev 563587, sway/trunk/PKGBUILD)
  sway/repos/community-x86_64/sway-session.target
(from rev 563587, sway/trunk/sway-session.target)
  sway/repos/community-x86_64/sway.service
(from rev 563587, sway/trunk/sway.service)
Deleted:
  sway/repos/community-x86_64/50-systemd-user.conf
  sway/repos/community-x86_64/PKGBUILD
  sway/repos/community-x86_64/sway-session.target
  sway/repos/community-x86_64/sway.service

--+
 50-systemd-user.conf |   14 ++---
 PKGBUILD |  121 -
 sway-session.target  |   16 +++---
 sway.service |   32 ++--
 4 files changed, 91 insertions(+), 92 deletions(-)

Deleted: 50-systemd-user.conf
===
--- 50-systemd-user.conf2020-02-06 02:22:50 UTC (rev 563587)
+++ 50-systemd-user.conf2020-02-06 02:23:05 UTC (rev 563588)
@@ -1,7 +0,0 @@
-# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
-# See FS#63021
-# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
-
-exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
-exec hash dbus-update-activation-environment 2>/dev/null && \
- dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY 
SWAYSOCK

Copied: sway/repos/community-x86_64/50-systemd-user.conf (from rev 563587, 
sway/trunk/50-systemd-user.conf)
===
--- 50-systemd-user.conf(rev 0)
+++ 50-systemd-user.conf2020-02-06 02:23:05 UTC (rev 563588)
@@ -0,0 +1,7 @@
+# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
+# See FS#63021
+# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
+
+exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
+exec hash dbus-update-activation-environment 2>/dev/null && \
+ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY 
SWAYSOCK

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-06 02:22:50 UTC (rev 563587)
+++ PKGBUILD2020-02-06 02:23:05 UTC (rev 563588)
@@ -1,61 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: Brett Cornwall 
-
-pkgname=sway
-pkgver=1.4
-epoch=1
-pkgrel=6
-pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
-arch=(x86_64)
-url='https://swaywm.org/'
-license=(MIT)
-depends=(cairo gdk-pixbuf2 json-c pango pcre swaybg ttf-font wlroots)
-makedepends=(git meson ninja scdoc setconf wayland-protocols)
-backup=(etc/sway/config)
-optdepends=(
-  'alacritty: Terminal emulator used by the default config'
-  'dmenu: Application launcher'
-  'grim: Screenshot utility'
-  'i3status: Status line'
-  'mako: Lightweight notification daemon'
-  'slurp: Select a region'
-  'swaybg: Wallpaper tool for Wayland compositors'
-  'swayidle: Idle management daemon'
-  'swaylock: Screen locker'
-  'wallutils: Timed wallpapers'
-  'waybar: Highly customizable bar'
-  'xorg-server-xwayland: X11 support'
-)
-source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
-
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
-"50-systemd-user.conf")
-sha512sums=('3b280bdfdbdae8fb9b4f555bc630c64e7c1d09f7b2c783b99413863a6b620d50cd2b6d10d63e11fdfb9c678fce9a403228ac52fa69fb52561ffbd06790505a71'
-'SKIP'
-
'57590bc0d14c87289a4a9cd67991c6a841e54244d2a6186b5da5a08e633de2e8631959fa8c77ede211b0a5f315d920f2c1350951a53d6f2e9e81859056cb3c9e')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Set the version information to 'Arch Linux' instead of 'makepkg'
-  sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" meson.build
-}
-
-build() {
-  mkdir -p build
-  arch-meson build "$pkgname-$pkgver" -D werror=false -D b_ndebug=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 50-systemd-user.conf -t "$pkgdir/etc/sway/config.d/"
-
-  for util in autoname-workspaces.py inactive-windows-transparency.py 
grimshot; do
-install -Dm755 "$pkgname-$pkgver/contrib/$util" -t \
-   "$pkgdir/usr/share/$pkgname/scripts"
-  done
-}
-
-# vim: ts=2 sw=2 et

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

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

2020-02-05 Thread Brett Cornwall via arch-commits
Date: Thursday, February 6, 2020 @ 02:22:50
  Author: ainola
Revision: 563587

rm duplicate swaybg in optdeps

Modified:
  sway/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 02:11:51 UTC (rev 563586)
+++ PKGBUILD2020-02-06 02:22:50 UTC (rev 563587)
@@ -4,7 +4,7 @@
 pkgname=sway
 pkgver=1.4
 epoch=1
-pkgrel=6
+pkgrel=7
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -19,7 +19,6 @@
   'i3status: Status line'
   'mako: Lightweight notification daemon'
   'slurp: Select a region'
-  'swaybg: Wallpaper tool for Wayland compositors'
   'swayidle: Idle management daemon'
   'swaylock: Screen locker'
   'wallutils: Timed wallpapers'


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

2020-02-05 Thread Jiachen Yang via arch-commits
Date: Thursday, February 6, 2020 @ 02:11:51
  Author: farseerfc
Revision: 563586

archrelease: copy trunk to community-testing-x86_64

Added:
  alacritty/repos/community-testing-x86_64/
  alacritty/repos/community-testing-x86_64/PKGBUILD
(from rev 563585, alacritty/trunk/PKGBUILD)

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

Copied: alacritty/repos/community-testing-x86_64/PKGBUILD (from rev 563585, 
alacritty/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-02-06 02:11:51 UTC (rev 563586)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Jiachen YANG 
+# Contributor: kpcyrd 
+# Contributor: quininer 
+pkgname='alacritty'
+pkgdesc="A cross-platform, GPU-accelerated terminal emulator"
+_pkgver=0.4.1
+pkgver="$_pkgver"
+pkgrel=2
+arch=('x86_64')
+url="https://github.com/jwilm/alacritty;
+license=('Apache')
+makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'ncurses' 
'desktop-file-utils' 'gdb' 'libxcb')
+depends=('freetype2' 'fontconfig' 'libxi' 'libxcursor' 'libxrandr')
+checkdepends=('ttf-dejavu') # for monospace fontconfig test
+source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/jwilm/${pkgname}/archive/v${_pkgver}.tar.gz;)
+sha256sums=('ee807f03a4014e7f989cf649a7c8209c0c5f57297812a39f4b163f9580b9a539')
+
+build(){
+  cd "$pkgbase-$_pkgver"
+  env CARGO_INCREMENTAL=0 cargo build --release --locked
+}
+
+check(){
+  cd "$pkgbase-$_pkgver"
+  env CARGO_INCREMENTAL=0 cargo test --release
+}
+
+package() {
+  cd "$pkgbase-$_pkgver"
+  desktop-file-install -m 644 --dir "$pkgdir/usr/share/applications/" 
"extra/linux/alacritty.desktop"
+  install -D -m755 "target/release/alacritty" "$pkgdir/usr/bin/alacritty"
+  install -D -m644 "extra/alacritty.man" 
"$pkgdir/usr/share/man/man1/alacritty.1"
+  install -D -m644 "extra/linux/io.alacritty.Alacritty.appdata.xml" 
"$pkgdir/usr/share/appdata/io.alacritty.Alacritty.appdata.xml"
+  install -D -m644 "alacritty.yml" 
"$pkgdir/usr/share/doc/alacritty/example/alacritty.yml"
+  install -D -m644 "extra/completions/alacritty.bash" 
"$pkgdir/usr/share/bash-completion/completions/alacritty"
+  install -D -m644 "extra/completions/_alacritty" 
"$pkgdir/usr/share/zsh/site-functions/_alacritty"
+  install -D -m644 "extra/completions/alacritty.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/alacritty.fish"
+  install -D -m644 "extra/logo/alacritty-term.svg" 
"$pkgdir/usr/share/pixmaps/Alacritty.svg"
+}
+


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

2020-02-05 Thread Jiachen Yang via arch-commits
Date: Thursday, February 6, 2020 @ 02:11:07
  Author: farseerfc
Revision: 563585

upgpkg: alacritty 0.4.1-2: alacritty stop splitting alacritty-terminfo as 
ncurses 6.1+20200118-1 now having them

Modified:
  alacritty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 00:37:22 UTC (rev 563584)
+++ PKGBUILD2020-02-06 02:11:07 UTC (rev 563585)
@@ -2,18 +2,18 @@
 # Maintainer: Jiachen YANG 
 # Contributor: kpcyrd 
 # Contributor: quininer 
-pkgbase='alacritty'
-pkgname=('alacritty' 'alacritty-terminfo')
+pkgname='alacritty'
 pkgdesc="A cross-platform, GPU-accelerated terminal emulator"
 _pkgver=0.4.1
 pkgver="$_pkgver"
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://github.com/jwilm/alacritty;
 license=('Apache')
 makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'ncurses' 
'desktop-file-utils' 'gdb' 'libxcb')
+depends=('freetype2' 'fontconfig' 'libxi' 'libxcursor' 'libxrandr')
 checkdepends=('ttf-dejavu') # for monospace fontconfig test
-source=("${pkgbase}-${_pkgver}.tar.gz::https://github.com/jwilm/${pkgbase}/archive/v${_pkgver}.tar.gz;)
+source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/jwilm/${pkgname}/archive/v${_pkgver}.tar.gz;)
 sha256sums=('ee807f03a4014e7f989cf649a7c8209c0c5f57297812a39f4b163f9580b9a539')
 
 build(){
@@ -26,13 +26,9 @@
   env CARGO_INCREMENTAL=0 cargo test --release
 }
 
-package_alacritty() {
-  depends=('freetype2' 'fontconfig' 'libxi' 'libxcursor' 'libxrandr')
-  optdepends=('alacritty-terminfo: terminfo for alacritty')
-
+package() {
   cd "$pkgbase-$_pkgver"
   desktop-file-install -m 644 --dir "$pkgdir/usr/share/applications/" 
"extra/linux/alacritty.desktop"
-
   install -D -m755 "target/release/alacritty" "$pkgdir/usr/bin/alacritty"
   install -D -m644 "extra/alacritty.man" 
"$pkgdir/usr/share/man/man1/alacritty.1"
   install -D -m644 "extra/linux/io.alacritty.Alacritty.appdata.xml" 
"$pkgdir/usr/share/appdata/io.alacritty.Alacritty.appdata.xml"
@@ -43,12 +39,3 @@
   install -D -m644 "extra/logo/alacritty-term.svg" 
"$pkgdir/usr/share/pixmaps/Alacritty.svg"
 }
 
-package_alacritty-terminfo() {
-  pkgdesc="Terminfo files for the alacritty terminal emulator"
-  depends=('ncurses')
-
-  cd "$pkgbase-$_pkgver"
-
-  install -dm 755 "$pkgdir/usr/share/terminfo/a/"
-  tic -o "$pkgdir/usr/share/terminfo" -xe alacritty,alacritty-direct 
extra/alacritty.info
-}


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

2020-02-05 Thread Filipe Laíns via arch-commits
Date: Thursday, February 6, 2020 @ 00:37:10
  Author: ffy00
Revision: 563583

uhd 3.15.0.0 rebuild (0.3.4-7)

Modified:
  soapyuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 00:10:13 UTC (rev 563582)
+++ PKGBUILD2020-02-06 00:37:10 UTC (rev 563583)
@@ -4,7 +4,7 @@
 _pkgname=SoapyUHD
 pkgver=0.3.4
 _gitver=soapy-uhd-$pkgver
-pkgrel=6
+pkgrel=7
 pkgdesc='Soapy SDR plugin for UHD supported SDR devices'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyUHD'


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

2020-02-05 Thread Filipe Laíns via arch-commits
Date: Thursday, February 6, 2020 @ 00:37:22
  Author: ffy00
Revision: 563584

archrelease: copy trunk to community-x86_64

Added:
  soapyuhd/repos/community-x86_64/PKGBUILD
(from rev 563583, soapyuhd/trunk/PKGBUILD)
Deleted:
  soapyuhd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-06 00:37:10 UTC (rev 563583)
+++ PKGBUILD2020-02-06 00:37:22 UTC (rev 563584)
@@ -1,32 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=soapyuhd
-_pkgname=SoapyUHD
-pkgver=0.3.4
-_gitver=soapy-uhd-$pkgver
-pkgrel=6
-pkgdesc="Soapy SDR plugin for UHD supported SDR devices"
-arch=('x86_64')
-url="https://github.com/pothosware/SoapyUHD;
-license=('GPL3')
-depends=('boost' 'libuhd' 'soapysdr')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('2eda4d0ed65d86e915ad24c5221c41716ad838ea444d92ade5eb19959bc6992132dc208ceafe994cd14e4c4a429a21341c7c5d67d354999b85e96f388cb3aa4e')
-
-build() {
-  mkdir -p $_pkgname-$_gitver/build
-  cd $_pkgname-$_gitver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd $_pkgname-$_gitver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: soapyuhd/repos/community-x86_64/PKGBUILD (from rev 563583, 
soapyuhd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-06 00:37:22 UTC (rev 563584)
@@ -0,0 +1,32 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyuhd
+_pkgname=SoapyUHD
+pkgver=0.3.4
+_gitver=soapy-uhd-$pkgver
+pkgrel=7
+pkgdesc='Soapy SDR plugin for UHD supported SDR devices'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyUHD'
+license=('GPL3')
+depends=('boost' 'libuhd' 'soapysdr')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('2eda4d0ed65d86e915ad24c5221c41716ad838ea444d92ade5eb19959bc6992132dc208ceafe994cd14e4c4a429a21341c7c5d67d354999b85e96f388cb3aa4e')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-02-05 Thread Levente Polyak via arch-commits
Date: Thursday, February 6, 2020 @ 00:28:12
  Author: anthraxx
Revision: 374723

upgpkg: linux-hardened 5.4.18.a-2 (gcc rebuild)

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 00:12:58 UTC (rev 374722)
+++ PKGBUILD2020-02-06 00:28:12 UTC (rev 374723)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 pkgver=5.4.18.a
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
 arch=(x86_64)


[arch-commits] Commit in linux-hardened/repos/testing-x86_64 (4 files)

2020-02-05 Thread Levente Polyak via arch-commits
Date: Thursday, February 6, 2020 @ 00:28:19
  Author: anthraxx
Revision: 374724

archrelease: copy trunk to testing-x86_64

Added:
  linux-hardened/repos/testing-x86_64/PKGBUILD
(from rev 374723, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/testing-x86_64/config
(from rev 374723, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/testing-x86_64/PKGBUILD
  linux-hardened/repos/testing-x86_64/config

--+
 PKGBUILD |  416 -
 config   |21172 ++---
 2 files changed, 10794 insertions(+), 10794 deletions(-)

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


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (4 files)

2020-02-05 Thread Levente Polyak via arch-commits
Date: Thursday, February 6, 2020 @ 00:12:58
  Author: anthraxx
Revision: 374722

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 374721, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 374721, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  416 -
 config   |21172 ++---
 2 files changed, 10794 insertions(+), 10794 deletions(-)

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


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

2020-02-05 Thread Levente Polyak via arch-commits
Date: Thursday, February 6, 2020 @ 00:12:48
  Author: anthraxx
Revision: 374721

upgpkg: linux-hardened 5.4.18.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |8 
 config   |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:16:06 UTC (rev 374720)
+++ PKGBUILD2020-02-06 00:12:48 UTC (rev 374721)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.4.17.a
+pkgver=5.4.18.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -27,11 +27,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('945f2bf6af69eed0ac81ef75b571f37ae1e16a9bb8a2ae698a365ee3ec2c74b9'
+sha256sums=('92e9f1fd69543e9ce2a9e6eb918823b1846d2dd99246a74456263cd5ad234d89'
 'SKIP'
-'99dccfcc3e4155db1e82d01c1e5d4d590899318eaee3c1cd3762daa7f8922603'
+'c2ef432df5fb96551cff96cc794be8dd52a9638060909e0eee90f1eefb75c4cb'
 'SKIP'
-'d5e3a235ddd0de0397639e0065405bd4eac6d8181a4e075888f492a58833fc4d')
+'be068ccc51424b012e7057222b02be36cd0338770193ad965a7299083c303292')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2020-02-05 23:16:06 UTC (rev 374720)
+++ config  2020-02-06 00:12:48 UTC (rev 374721)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.4.17 Kernel Configuration
+# Linux/x86 5.4.18 Kernel Configuration
 #
 
 #


[arch-commits] Commit in firefox-ublock-origin/repos/community-any (PKGBUILD PKGBUILD)

2020-02-05 Thread Daniel M. Capella via arch-commits
Date: Thursday, February 6, 2020 @ 00:10:13
  Author: polyzen
Revision: 563582

archrelease: copy trunk to community-any

Added:
  firefox-ublock-origin/repos/community-any/PKGBUILD
(from rev 563581, firefox-ublock-origin/trunk/PKGBUILD)
Deleted:
  firefox-ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-06 00:09:48 UTC (rev 563581)
+++ PKGBUILD2020-02-06 00:10:13 UTC (rev 563582)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-ublock-origin
-pkgver=1.24.2
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('bea5a60d423ffd1c1a860ad34a249b4f12c9711f525022f54325c51c52e4524e')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 563581, 
firefox-ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-06 00:10:13 UTC (rev 563582)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-ublock-origin
+pkgver=1.24.4
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('062a8dd4044e3cd7d96b189758de576e1a0fbd1c01833fb44b4efc05ccf0320e')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-ublock-origin/trunk (PKGBUILD)

2020-02-05 Thread Daniel M. Capella via arch-commits
Date: Thursday, February 6, 2020 @ 00:09:48
  Author: polyzen
Revision: 563581

upgpkg: firefox-ublock-origin 1.24.4-1

Modified:
  firefox-ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:57 UTC (rev 563580)
+++ PKGBUILD2020-02-06 00:09:48 UTC (rev 563581)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-ublock-origin
-pkgver=1.24.2
+pkgver=1.24.4
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('bea5a60d423ffd1c1a860ad34a249b4f12c9711f525022f54325c51c52e4524e')
+sha256sums=('062a8dd4044e3cd7d96b189758de576e1a0fbd1c01833fb44b4efc05ccf0320e')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi


[arch-commits] Commit in linux-zen/repos/testing-x86_64 (4 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:16:06
  Author: heftig
Revision: 374720

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 374717, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 374717, linux-zen/trunk/config)
Deleted:
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/config

--+
 PKGBUILD |  400 -
 config   |21418 ++---
 2 files changed, 10909 insertions(+), 10909 deletions(-)

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


[arch-commits] Commit in nvidia-390xx-lts/repos/testing-x86_64 (4 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:57
  Author: heftig
Revision: 374713

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 374711, nvidia-390xx-lts/trunk/PKGBUILD)
  nvidia-390xx-lts/repos/testing-x86_64/kernel-4.16.patch
(from rev 374711, nvidia-390xx-lts/trunk/kernel-4.16.patch)
Deleted:
  nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD
  nvidia-390xx-lts/repos/testing-x86_64/kernel-4.16.patch

---+
 PKGBUILD  |   96 ++--
 kernel-4.16.patch |   66 +--
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:55 UTC (rev 374712)
+++ PKGBUILD2020-02-05 23:15:57 UTC (rev 374713)
@@ -1,48 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-390xx-lts
-pkgver=390.132
-pkgrel=19
-epoch=1
-pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
-provides=('nvidia-390xx')
-conflicts=('nvidia-lts')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
-'kernel-4.16.patch')
-sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d'
-'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-# Restore phys_to_dma support (still needed for 396.18)
-# https://bugs.archlinux.org/task/58074
-patch -Np1 -i ../kernel-4.16.patch
-}
-
-build() {
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/src/linux-lts module
-}
-
-package() {
-depends=('linux-lts' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
-
-_extradir="/usr/lib/modules/$(
+
+pkgname=nvidia-390xx-lts
+pkgver=390.132
+pkgrel=20
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia-390xx')
+conflicts=('nvidia-lts')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch')
+sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
- #include 
-+#else
-+#include 
-+#endif
- #endif
- 
- #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
-diff --git a/kernel/conftest.sh b/kernel/conftest.sh
-index b23dbb4..42dc576 100755
 a/kernel/conftest.sh
-+++ b/kernel/conftest.sh
-@@ -1906,7 +1906,12 @@ compile_test() {
- # Determine if the phys_to_dma function is present.
- #
- CODE="
-+#include 
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
- #include 
-+#else
-+#include 
-+#endif
- void conftest_phys_to_dma(void) {
- phys_to_dma();
- }"

Copied: nvidia-390xx-lts/repos/testing-x86_64/kernel-4.16.patch (from rev 
374711, nvidia-390xx-lts/trunk/kernel-4.16.patch)
===
--- kernel-4.16.patch   (rev 0)
+++ kernel-4.16.patch   2020-02-05 23:15:57 UTC (rev 374713)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ CODE="
++#include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++

[arch-commits] Commit in linux-lts/repos/testing-x86_64 (4 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:16:05
  Author: heftig
Revision: 374719

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 374717, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 374717, linux-lts/trunk/config)
Deleted:
  linux-lts/repos/testing-x86_64/PKGBUILD
  linux-lts/repos/testing-x86_64/config

--+
 PKGBUILD |  399 -
 config   |21193 ++---
 2 files changed, 10795 insertions(+), 10797 deletions(-)

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


[arch-commits] Commit in linux/repos/testing-x86_64 (PKGBUILD PKGBUILD config config)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:16:04
  Author: heftig
Revision: 374718

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/PKGBUILD
(from rev 374717, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 374717, linux/trunk/config)
Deleted:
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/config

--+
 PKGBUILD |  400 -
 config   |21358 ++---
 2 files changed, 10879 insertions(+), 10879 deletions(-)

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


[arch-commits] Commit in nvidia-lts/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:59
  Author: heftig
Revision: 374715

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 374711, nvidia-lts/trunk/PKGBUILD)
Deleted:
  nvidia-lts/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:58 UTC (rev 374714)
+++ PKGBUILD2020-02-05 23:15:59 UTC (rev 374715)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=440.59
-pkgrel=3
-epoch=1
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
-provides=('nvidia')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('2e9029bc7c93a99eac7d3a5ca1f21da799da442a70b1708d2db734956f77dd1a1eb300f947b8ab46ff9113048cd63ca57924caa912a3ea6c3d678425182b9711')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-}
-
-build() {
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/src/linux-lts module
-}
-
-package() {
-depends=('linux-lts' "nvidia-utils=${pkgver}" 'libglvnd')
-
-_extradir="/usr/lib/modules/$(
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=440.59
+pkgrel=4
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('2e9029bc7c93a99eac7d3a5ca1f21da799da442a70b1708d2db734956f77dd1a1eb300f947b8ab46ff9113048cd63ca57924caa912a3ea6c3d678425182b9711')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(

[arch-commits] Commit in wireguard-lts/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:55
  Author: heftig
Revision: 374712

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 374711, wireguard-lts/trunk/PKGBUILD)
Deleted:
  wireguard-lts/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:37 UTC (rev 374711)
+++ PKGBUILD2020-02-05 23:15:55 UTC (rev 374712)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=wireguard-lts
-pkgver=0.0.20200205
-pkgrel=3
-pkgdesc='Wireguard module for LTS Kernel'
-url='https://www.wireguard.com/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
-conflicts=('wireguard-dkms')
-provides=('WIREGUARD-MODULE')
-
-build() {
-_kernver=$(
+
+pkgname=wireguard-lts
+pkgver=0.0.20200205
+pkgrel=4
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

[arch-commits] Commit in tp_smapi-lts/repos/community-testing-x86_64 (2 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:56
  Author: heftig
Revision: 563579

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 563576, tp_smapi-lts/trunk/PKGBUILD)
Deleted:
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:54 UTC (rev 563578)
+++ PKGBUILD2020-02-05 23:15:56 UTC (rev 563579)
@@ -1,50 +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-lts
-pkgver=0.43
-pkgrel=38
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-makedepends=('linux-lts-headers' 'git')
-_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
-source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd tp_smapi
-  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
-}
-
-build() {
-  cd tp_smapi
-
-  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
-  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
-
-  make HDAPS=1 KVER="$(
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=39
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

[arch-commits] Commit in nvidia-390xx/repos/testing-x86_64 (6 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:16:00
  Author: heftig
Revision: 374716

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-390xx/repos/testing-x86_64/PKGBUILD
(from rev 374712, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/testing-x86_64/kernel-4.16.patch
(from rev 374713, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/testing-x86_64/kernel-5.5.patch
(from rev 374714, nvidia-390xx/trunk/kernel-5.5.patch)
Deleted:
  nvidia-390xx/repos/testing-x86_64/PKGBUILD
  nvidia-390xx/repos/testing-x86_64/kernel-4.16.patch
  nvidia-390xx/repos/testing-x86_64/kernel-5.5.patch

---+
 PKGBUILD  |  180 +--
 kernel-4.16.patch |   66 ++--
 kernel-5.5.patch  |  790 ++--
 3 files changed, 518 insertions(+), 518 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:59 UTC (rev 374715)
+++ PKGBUILD2020-02-05 23:16:00 UTC (rev 374716)
@@ -1,90 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-390xx
-pkgname=(nvidia-390xx nvidia-390xx-dkms)
-pkgver=390.132
-pkgrel=25
-pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-headers')
-conflicts=('nvidia')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
-'kernel-4.16.patch'
-'kernel-5.5.patch')
-sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d'
-'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
-'93efb4bd03c9617d6030dd4966d7350ec7a4e09f71e0566586454f5366385fff')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-# Restore phys_to_dma support (still needed for 396.18)
-# https://bugs.archlinux.org/task/58074
-patch -Np1 -i ../kernel-4.16.patch
-
-patch -Np1 -i ../kernel-5.5.patch
-
-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
-
-# Gift for linux-rt guys
-sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
-}
-
-build() {
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/src/linux module
-}
-
-package_nvidia-390xx() {
-pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
-depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
-
-_extradir="/usr/lib/modules/$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.132
+pkgrel=26
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-headers')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch'
+'kernel-5.5.patch')
+sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
+'93efb4bd03c9617d6030dd4966d7350ec7a4e09f71e0566586454f5366385fff')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+patch -Np1 -i ../kernel-5.5.patch
+
+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
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+cd "${_pkg}"/kernel
+make 

[arch-commits] Commit in wireguard-arch/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:58
  Author: heftig
Revision: 374714

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-arch/repos/testing-x86_64/PKGBUILD
(from rev 374711, wireguard-arch/trunk/PKGBUILD)
Deleted:
  wireguard-arch/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:57 UTC (rev 374713)
+++ PKGBUILD2020-02-05 23:15:58 UTC (rev 374714)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=wireguard-arch
-pkgver=0.0.20200205
-pkgrel=2
-pkgdesc='Wireguard module for Arch Kernel'
-url='https://www.wireguard.com/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers' "wireguard-dkms>=$pkgver")
-conflicts=('wireguard-dkms')
-provides=('WIREGUARD-MODULE')
-
-build() {
-_kernver=$(
+
+pkgname=wireguard-arch
+pkgver=0.0.20200205
+pkgrel=3
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

[arch-commits] Commit in nvidia/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:16:01
  Author: heftig
Revision: 374717

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 374714, nvidia/trunk/PKGBUILD)
Deleted:
  nvidia/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:16:00 UTC (rev 374716)
+++ PKGBUILD2020-02-05 23:16:01 UTC (rev 374717)
@@ -1,79 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=440.59
-pkgrel=4
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('2e9029bc7c93a99eac7d3a5ca1f21da799da442a70b1708d2db734956f77dd1a1eb300f947b8ab46ff9113048cd63ca57924caa912a3ea6c3d678425182b9711')
-
-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
-
-# Gift for linux-rt guys
-sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
-}
-
-build() {
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/src/linux module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
-
-_extradir="/usr/lib/modules/$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=440.59
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('2e9029bc7c93a99eac7d3a5ca1f21da799da442a70b1708d2db734956f77dd1a1eb300f947b8ab46ff9113048cd63ca57924caa912a3ea6c3d678425182b9711')
+
+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
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(

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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:49
  Author: heftig
Revision: 563572

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 563569, acpi_call/trunk/PKGBUILD)
Deleted:
  acpi_call/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:49 UTC (rev 563571)
+++ PKGBUILD2020-02-05 23:15:49 UTC (rev 563572)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=287
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-url='https://github.com/mkottman/acpi_call'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers' "acpi_call-dkms>=$pkgver")
-conflicts=('acpi_call-dkms')
-
-build() {
-  _kernver=$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=288
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

[arch-commits] Commit in vhba-module/repos/community-testing-x86_64 (6 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:50
  Author: heftig
Revision: 563575

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 563569, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 563569, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 563570, vhba-module/trunk/dkms.conf)
Deleted:
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/dkms.conf

---+
 60-vhba.rules |2 -
 PKGBUILD  |  106 
 dkms.conf |   18 -
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: 60-vhba.rules
===
--- 60-vhba.rules   2020-02-05 23:15:50 UTC (rev 563574)
+++ 60-vhba.rules   2020-02-05 23:15:50 UTC (rev 563575)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
563569, vhba-module/trunk/60-vhba.rules)
===
--- 60-vhba.rules   (rev 0)
+++ 60-vhba.rules   2020-02-05 23:15:50 UTC (rev 563575)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:50 UTC (rev 563574)
+++ PKGBUILD2020-02-05 23:15:50 UTC (rev 563575)
@@ -1,53 +0,0 @@
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20200106
-pkgrel=12
-pkgdesc="Kernel module that emulates SCSI devices"
-url="https://cdemu.sourceforge.io/;
-arch=(x86_64)
-license=(GPL)
-makedepends=('linux-headers')
-source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
-60-vhba.rules dkms.conf)
-sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=13
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:46
  Author: heftig
Revision: 563569

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 563568, bbswitch/trunk/PKGBUILD)
Deleted:
  bbswitch/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:41 UTC (rev 563568)
+++ PKGBUILD2020-02-05 23:15:46 UTC (rev 563569)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgbase=bbswitch
-pkgname=(bbswitch bbswitch-dkms)
-pkgver=0.8
-pkgrel=288
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('x86_64')
-url="http://github.com/Bumblebee-Project/bbswitch;
-license=('GPL')
-makedepends=('linux-headers')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make KDIR=/usr/src/linux
-}
-
-package_bbswitch() {
-  depends=('linux')
-
-  cd ${pkgbase}-${pkgver}
-  _extradir="/usr/lib/modules/$(
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=289
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

[arch-commits] Commit in acpi_call-lts/repos/community-testing-x86_64 (2 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:48
  Author: heftig
Revision: 563570

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 563568, acpi_call-lts/trunk/PKGBUILD)
Deleted:
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:46 UTC (rev 563569)
+++ PKGBUILD2020-02-05 23:15:48 UTC (rev 563570)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call-lts
-pkgver=1.1.0
-pkgrel=119
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-url='https://github.com/mkottman/acpi_call'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-lts-headers')
-provides=('acpi_call')
-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
-
-  # Fix build with Linux >= 4.12
-  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
-}
-
-build() {
-  cd acpi_call-$pkgver
-  make KVERSION="$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=120
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers')
+provides=('acpi_call')
+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
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-$pkgver
+  make KVERSION="$(

[arch-commits] Commit in virtualbox-modules-arch/repos/community-testing-x86_64 (2 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:49
  Author: heftig
Revision: 563571

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 563568, virtualbox-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:48 UTC (rev 563570)
+++ PKGBUILD2020-02-05 23:15:49 UTC (rev 563571)
@@ -1,58 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=6.1.2
-pkgrel=10
-arch=('x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-headers'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-build() {
-_kernver=$(
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.1.2
+pkgrel=11
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver"
+ "virtualbox-guest-dkms=$pkgver")
+
+build() {
+_kernver=$(

[arch-commits] Commit in r8168-lts/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:50
  Author: heftig
Revision: 563573

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 563569, r8168-lts/trunk/PKGBUILD)
Deleted:
  r8168-lts/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:49 UTC (rev 563572)
+++ PKGBUILD2020-02-05 23:15:50 UTC (rev 563573)
@@ -1,35 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=r8168-lts
-pkgver=8.048.00
-pkgrel=8
-pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
-url="http://www.realtek.com.tw;
-license=("GPL")
-arch=('x86_64')
-makedepends=('linux-lts-headers')
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
-sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
-
-build() {
-   cd "r8168-$pkgver"
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/src/linux-lts M="$PWD/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   depends=('glibc' 'linux-lts')
-
-   local 
extradir=/usr/lib/modules/$(
+
+pkgname=r8168-lts
+pkgver=8.048.00
+pkgrel=9
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:53
  Author: heftig
Revision: 563577

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 563576, tp_smapi/trunk/PKGBUILD)
Deleted:
  tp_smapi/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:51 UTC (rev 563576)
+++ PKGBUILD2020-02-05 23:15:53 UTC (rev 563577)
@@ -1,50 +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
-pkgver=0.43
-pkgrel=176
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-makedepends=('linux-headers' 'git')
-_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
-source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
-  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
-
-  make HDAPS=1 KVER="$(
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=177
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

[arch-commits] Commit in ndiswrapper-arch/repos/community-testing-x86_64 (8 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:57
  Author: heftig
Revision: 563580

archrelease: copy trunk to community-testing-x86_64

Added:
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 563574, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
(from rev 563575, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
(from rev 563576, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch
(from rev 563576, ndiswrapper-arch/trunk/kernel-5.5.patch)
Deleted:
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch

--+
 PKGBUILD |   84 +++---
 kernel-5.3.patch |  138 +-
 kernel-5.4.patch |   44 
 kernel-5.5.patch |  144 ++---
 4 files changed, 205 insertions(+), 205 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:56 UTC (rev 563579)
+++ PKGBUILD2020-02-05 23:15:57 UTC (rev 563580)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: maz-1 
-
-pkgname=ndiswrapper-arch
-pkgver=1.62
-pkgrel=28
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
-arch=('x86_64')
-url="https://sourceforge.net/projects/ndiswrapper/;
-license=('GPL')
-makedepends=('linux-headers')
-provides=('NDISWRAPPER-MODULE')
-replaces=('ndiswrapper-module')
-source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
-'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch')
-sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
-
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
-
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
-
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89')
-
-prepare() {
-  cd ndiswrapper-$pkgver
-  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
-}
-
-build() {
-  _kernver="$(
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=29
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
+
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
-   info->count = 0;
- #ifdef CONFIG_SMP
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
-   cpumask_setall(>cpus_allowed);
-+#else
-+  cpumask_setall(>cpus_mask);
-+#endif
- #endif
-   }
-   } while (0);
-diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h
-index 3c4c6ff..8a71ae3 100644
 a/ndiswrapper/driver/ntoskernel.h
-+++ b/ndiswrapper/driver/ntoskernel.h
-@@ -107,7 +107,11 @@ static cpumask_t cpumasks[NR_CPUS];
- #endif /* CONFIG_SMP */
- 
- #ifndef tsk_cpus_allowed
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
- #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
-+#else
-+#define 

[arch-commits] Commit in deepin-anything-arch/repos/community-testing-x86_64 (2 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:50
  Author: heftig
Revision: 563574

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 563569, deepin-anything-arch/trunk/PKGBUILD)
Deleted:
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:50 UTC (rev 563573)
+++ PKGBUILD2020-02-05 23:15:50 UTC (rev 563574)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-anything-arch
-pkgver=5.0.1
-pkgrel=49
-pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-anything;
-license=('GPL3')
-makedepends=('linux-headers')
-provides=('DEEPIN-ANYTHING-MODULE')
-replaces=('deepin-anything-module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
-sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
-
-build() {
-  cd deepin-anything-$pkgver
-  make -C kernelmod kdir=/usr/src/linux
-}
-
-package() {
-  depends=('linux')
-
-  cd deepin-anything-$pkgver
-  local extradir=/usr/lib/modules/$(
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=50
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:54
  Author: heftig
Revision: 563578

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 563576, r8168/trunk/PKGBUILD)
Deleted:
  r8168/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:53 UTC (rev 563577)
+++ PKGBUILD2020-02-05 23:15:54 UTC (rev 563578)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.048.00
-pkgrel=9
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw;
-license=("GPL")
-arch=('x86_64')
-makedepends=('linux-headers')
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
-
-build() {
-   local KERNEL_VERSION=$(
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.00
+pkgrel=10
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

[arch-commits] Commit in broadcom-wl/repos/community-testing-x86_64 (2 files)

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:15:51
  Author: heftig
Revision: 563576

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 563568, broadcom-wl/trunk/PKGBUILD)
Deleted:
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:15:50 UTC (rev 563575)
+++ PKGBUILD2020-02-05 23:15:51 UTC (rev 563576)
@@ -1,41 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_module=broadcom-wl
-_kernelname=  # Build against stock -ARCH kernel
-#_kernelname=-custom  # Build against kernel with a different name
-pkgname=${_module}${_kernelname}
-pkgver=6.30.223.271
-pkgrel=169
-pkgdesc='Broadcom 802.11 Linux STA wireless driver'
-arch=('x86_64')
-url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
-license=('custom')
-makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
-
-build() {
-_kernver=$(
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=170
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:37
  Author: heftig
Revision: 374711

0.0.20200205-3: linux 5.5.2.arch2-2

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:33 UTC (rev 374710)
+++ PKGBUILD2020-02-05 23:12:37 UTC (rev 374711)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20200205
-pkgrel=2
+pkgrel=3
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:41
  Author: heftig
Revision: 563568

5.0.1-50: linux 5.5.2.arch2-2

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:35 UTC (rev 563567)
+++ PKGBUILD2020-02-05 23:12:41 UTC (rev 563568)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=49
+pkgrel=50
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:33
  Author: heftig
Revision: 374710

440.59-5: linux 5.5.2.arch2-2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:30 UTC (rev 374709)
+++ PKGBUILD2020-02-05 23:12:33 UTC (rev 374710)
@@ -5,7 +5,7 @@
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
 pkgver=440.59
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:30
  Author: heftig
Revision: 374709

390.132-26: linux 5.5.2.arch2-2

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:38:47 UTC (rev 374708)
+++ PKGBUILD2020-02-05 23:12:30 UTC (rev 374709)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-390xx
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.132
-pkgrel=25
+pkgrel=26
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:35
  Author: heftig
Revision: 563567

1.62-29: linux 5.5.2.arch2-2

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:27 UTC (rev 563566)
+++ PKGBUILD2020-02-05 23:12:35 UTC (rev 563567)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=28
+pkgrel=29
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:25
  Author: heftig
Revision: 563565

20200106-13: linux 5.5.2.arch2-2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:23 UTC (rev 563564)
+++ PKGBUILD2020-02-05 23:12:25 UTC (rev 563565)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=12
+pkgrel=13
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:27
  Author: heftig
Revision: 563566

1.1.0-288: linux 5.5.2.arch2-2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:25 UTC (rev 563565)
+++ PKGBUILD2020-02-05 23:12:27 UTC (rev 563566)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=287
+pkgrel=288
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:23
  Author: heftig
Revision: 563564

8.048.00-10: linux 5.5.2.arch2-2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:21 UTC (rev 563563)
+++ PKGBUILD2020-02-05 23:12:23 UTC (rev 563564)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.00
-pkgrel=9
+pkgrel=10
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:21
  Author: heftig
Revision: 563563

0.8-289: linux 5.5.2.arch2-2

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:20 UTC (rev 563562)
+++ PKGBUILD2020-02-05 23:12:21 UTC (rev 563563)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=288
+pkgrel=289
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:17
  Author: heftig
Revision: 563560

0.43-177: linux 5.5.2.arch2-2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:00:51 UTC (rev 563559)
+++ PKGBUILD2020-02-05 23:12:17 UTC (rev 563560)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=176
+pkgrel=177
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:18
  Author: heftig
Revision: 563561

6.30.223.271-170: linux 5.5.2.arch2-2

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:17 UTC (rev 563560)
+++ PKGBUILD2020-02-05 23:12:18 UTC (rev 563561)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=169
+pkgrel=170
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 23:12:20
  Author: heftig
Revision: 563562

6.1.2-11: linux 5.5.2.arch2-2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 23:12:18 UTC (rev 563561)
+++ PKGBUILD2020-02-05 23:12:20 UTC (rev 563562)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.1.2
-pkgrel=10
+pkgrel=11
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


[arch-commits] Commit in syncthing/repos/community-x86_64 (12 files)

2020-02-05 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, February 5, 2020 @ 23:00:51
  Author: jlichtblau
Revision: 563559

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 563558, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/gcc-pie-segfaults-race.patch
(from rev 563558, syncthing/trunk/gcc-pie-segfaults-race.patch)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 563558, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 563558, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 563558, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 563558, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/gcc-pie-segfaults-race.patch
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 PKGBUILD |  198 -
 gcc-pie-segfaults-race.patch |   22 ++--
 syncthing-relaysrv.service   |   34 +++
 syncthing-relaysrv.sysusers  |4 
 syncthing-relaysrv.tmpfiles  |2 
 syncthing.install|   18 +--
 6 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 23:00:37 UTC (rev 563558)
+++ PKGBUILD2020-02-05 23:00:51 UTC (rev 563559)
@@ -1,99 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.3.3
-pkgrel=1
-arch=('x86_64')
-url="https://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go-pie' 'inetutils')
-# options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service
-gcc-pie-segfaults-race.patch)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('3149c5eafd7b2bbfe8cb9a036fa220b85772a8cdb3e566bc4b1781217bb4d52c'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981'
-'4e00b06544a900b206fc41b9250ab75ea51b8e1489b1eff042da4f08d8a84ab0')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-  # go-pie with -race segfaults
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  patch -Np1 -i "${srcdir}/gcc-pie-segfaults-race.patch"
-
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-  # license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # ufw preset
-  install -Dm644 etc/firewall-ufw/syncthing \
-"$pkgdir/etc/ufw/applications.d/ufw-syncthing"
-
-  # man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file 

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

2020-02-05 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, February 5, 2020 @ 23:00:37
  Author: jlichtblau
Revision: 563558

upgpkg: syncthing 1.3.4-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:54:34 UTC (rev 563557)
+++ PKGBUILD2020-02-05 23:00:37 UTC (rev 563558)
@@ -5,7 +5,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 arch=('x86_64')
 url="https://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.service
 gcc-pie-segfaults-race.patch)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('3149c5eafd7b2bbfe8cb9a036fa220b85772a8cdb3e566bc4b1781217bb4d52c'
+sha256sums=('e40227f67b4317419900353be3f49f381ed36e41044df5d168b850f6b183ae08'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


[arch-commits] Commit in viking/repos/community-x86_64 (4 files)

2020-02-05 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, February 5, 2020 @ 22:54:34
  Author: jlichtblau
Revision: 563557

archrelease: copy trunk to community-x86_64

Added:
  viking/repos/community-x86_64/PKGBUILD
(from rev 563556, viking/trunk/PKGBUILD)
  viking/repos/community-x86_64/viking.changelog
(from rev 563556, viking/trunk/viking.changelog)
Deleted:
  viking/repos/community-x86_64/PKGBUILD
  viking/repos/community-x86_64/viking.changelog

--+
 PKGBUILD |   64 +++---
 viking.changelog |  113 +++--
 2 files changed, 90 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 22:54:24 UTC (rev 563556)
+++ PKGBUILD2020-02-05 22:54:34 UTC (rev 563557)
@@ -1,32 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Nick Østergaard 
-# Contributor: Jonny Gerold 
-
-pkgname=viking
-pkgver=1.7
-pkgrel=3
-pkgdesc="GTK+2 application to manage GPS data"
-arch=('x86_64')
-url="https://sourceforge.net/projects/viking/;
-license=('GPL2')
-depends=('curl' 'file' 'gpsd' 'gtk2' 'libgexiv2' 'mapnik' 'geoclue' 'liboauth')
-makedepends=('boost' 'gnome-doc-utils' 'intltool')
-optdepends=('gpsbabel: import and export GPS tracks from various formats')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7c791e8cdb62dbf4776e37f95fdb2825ac48550e3f6829a015e1b30c76135824')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export CXXFLAGS="$CXXFLAGS -I/usr/include/mapnik"
-  ./configure --prefix=/usr --enable-expedia --enable-geocaches
-  make
-}
-
-package(){
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: viking/repos/community-x86_64/PKGBUILD (from rev 563556, 
viking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-05 22:54:34 UTC (rev 563557)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Nick Østergaard 
+# Contributor: Jonny Gerold 
+
+pkgname=viking
+pkgver=1.8
+pkgrel=1
+pkgdesc="GTK+2 application to manage GPS data"
+arch=('x86_64')
+url="https://sourceforge.net/projects/viking/;
+license=('GPL2')
+depends=('curl' 'file' 'gpsd' 'gtk2' 'libgexiv2' 'mapnik' 'geoclue' 'liboauth')
+makedepends=('boost' 'gnome-doc-utils' 'intltool')
+optdepends=('gpsbabel: import and export GPS tracks from various formats')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('855cbccd5f17ef0dc6d7e2d080a4b20383a079dfb882edd04dba602297030fa8')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export CXXFLAGS="$CXXFLAGS -I/usr/include/mapnik"
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches
+  make
+}
+
+package(){
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: viking.changelog
===
--- viking.changelog2020-02-05 22:54:24 UTC (rev 563556)
+++ viking.changelog2020-02-05 22:54:34 UTC (rev 563557)
@@ -1,55 +0,0 @@
-2019-07-01 Jaroslav Lichtblau 
-   * viking 1.7-1
-
-2018-10-09 Jaroslav Lichtblau 
-   * viking 1.6.2-7 gpsd 3.18 rebuild
-
-2016-04-30 Jaroslav Lichtblau 
-   * viking 1.6.2-3 pacman hooks rebuild
-
-2015-12-24 Jaroslav Lichtblau 
-   * viking 1.6.2-1
-
-2015-11-25 Jaroslav Lichtblau 
-   * viking 1.6.1-1
-
-2015-05-21 Jaroslav Lichtblau 
-   * viking 1.6-3
-   * gpsd 3.14 rebuild
-
-2015-04-26 Jaroslav Lichtblau 
-   * viking 1.6-2
-   * boost rebuild
-
-2015-03-31 Jaroslav Lichtblau 
-   * viking 1.6-1
-
-2014-09-02 Jaroslav Lichtblau 
-   * viking 1.5.1-1
-
-2014-02-04 Jaroslav Lichtblau 
-   * viking 1.5-1
-
-2013-09-28 Jaroslav Lichtblau 
-   * viking 1.4.2-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * viking 1.4.1-1
-
-2013-02-24 Jaroslav Lichtblau 
-   * viking 1.4-1
-
-2012-10-02 Jaroslav Lichtblau 
-   * viking 1.3.2.1-1
-
-2012-05-05 Jaroslav Lichtblau 
-   * viking 1.3.0-1
-
-2011-11-27 Jaroslav Lichtblau 
-   * viking 1.2.2-1
-
-2011-08-28 Jaroslav Lichtblau 
-   * viking 1.2.1-1
-
-2011-06-22 Jaroslav Lichtblau 
-   * viking 1.2-1

Copied: viking/repos/community-x86_64/viking.changelog (from rev 563556, 
viking/trunk/viking.changelog)
===
--- viking.changelog(rev 0)
+++ viking.changelog2020-02-05 22:54:34 UTC (rev 563557)
@@ -0,0 +1,58 @@
+2020-02-05 Jaroslav Lichtblau 
+   * viking 1.8-1
+
+2019-07-01 Jaroslav Lichtblau 
+   * viking 1.7-1
+
+2018-10-09 Jaroslav Lichtblau 
+   * viking 1.6.2-7 gpsd 3.18 rebuild
+
+2016-04-30 Jaroslav Lichtblau 
+   * viking 1.6.2-3 pacman hooks rebuild
+

[arch-commits] Commit in viking/trunk (PKGBUILD viking.changelog)

2020-02-05 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, February 5, 2020 @ 22:54:24
  Author: jlichtblau
Revision: 563556

upgpkg: viking 1.8-1 - new upstream release

Modified:
  viking/trunk/PKGBUILD
  viking/trunk/viking.changelog

--+
 PKGBUILD |6 +++---
 viking.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:50:10 UTC (rev 563555)
+++ PKGBUILD2020-02-05 22:54:24 UTC (rev 563556)
@@ -3,8 +3,8 @@
 # Contributor: Jonny Gerold 
 
 pkgname=viking
-pkgver=1.7
-pkgrel=3
+pkgver=1.8
+pkgrel=1
 pkgdesc="GTK+2 application to manage GPS data"
 arch=('x86_64')
 url="https://sourceforge.net/projects/viking/;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 changelog=$pkgname.changelog
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7c791e8cdb62dbf4776e37f95fdb2825ac48550e3f6829a015e1b30c76135824')
+sha256sums=('855cbccd5f17ef0dc6d7e2d080a4b20383a079dfb882edd04dba602297030fa8')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: viking.changelog
===
--- viking.changelog2020-02-05 22:50:10 UTC (rev 563555)
+++ viking.changelog2020-02-05 22:54:24 UTC (rev 563556)
@@ -1,3 +1,6 @@
+2020-02-05 Jaroslav Lichtblau 
+   * viking 1.8-1
+
 2019-07-01 Jaroslav Lichtblau 
* viking 1.7-1
 


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

2020-02-05 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, February 5, 2020 @ 22:50:00
  Author: jlichtblau
Revision: 563554

upgpkg: hugo 0.64.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:45:57 UTC (rev 563553)
+++ PKGBUILD2020-02-05 22:50:00 UTC (rev 563554)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.63.2
+pkgver=0.64.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('3b23b3738a2b2781aca8dbd4859782804fa1142d71d38c2144d04299f9030e6a')
+sha256sums=('e9f6cde1d40ae75e7573ad86829fbb5cb0951e70d3e4ec25850c3d9690022572')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-02-05 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, February 5, 2020 @ 22:50:10
  Author: jlichtblau
Revision: 563555

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 563554, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 22:50:00 UTC (rev 563554)
+++ PKGBUILD2020-02-05 22:50:10 UTC (rev 563555)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.63.2
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('3b23b3738a2b2781aca8dbd4859782804fa1142d71d38c2144d04299f9030e6a')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 563554, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-05 22:50:10 UTC (rev 563555)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.64.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('e9f6cde1d40ae75e7573ad86829fbb5cb0951e70d3e4ec25850c3d9690022572')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  go build -tags extended -ldflags "-extldflags ${LDFLAGS}"
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-02-05 Thread Alexander Rødseth via arch-commits
Date: Wednesday, February 5, 2020 @ 22:45:57
  Author: arodseth
Revision: 563553

archrelease: copy trunk to community-x86_64

Added:
  k9s/repos/community-x86_64/PKGBUILD
(from rev 563552, k9s/trunk/PKGBUILD)
Deleted:
  k9s/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 22:45:50 UTC (rev 563552)
+++ PKGBUILD2020-02-05 22:45:57 UTC (rev 563553)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=k9s
-pkgver=0.13.6
-pkgrel=1
-pkgdesc='Kubernetes TUI for managing clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go-pie)
-source=("git+$url#commit=8fedc42304ce33df314664eb0c4ac73be59065af") # 0.13.6
-sha256sums=('SKIP')
-
-build() {
-  cd $pkgname
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 563552, 
k9s/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-05 22:45:57 UTC (rev 563553)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=k9s
+pkgver=0.13.7
+pkgrel=1
+pkgdesc='Kubernetes TUI for managing clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go-pie)
+source=("git+$url#commit=7df87a80ab15d767648af9ca1a7601fb03b58237") # 0.13.7
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}"
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-02-05 Thread Alexander Rødseth via arch-commits
Date: Wednesday, February 5, 2020 @ 22:45:50
  Author: arodseth
Revision: 563552

upgpkg: k9s 0.13.7-1

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:38:43 UTC (rev 563551)
+++ PKGBUILD2020-02-05 22:45:50 UTC (rev 563552)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=k9s
-pkgver=0.13.6
+pkgver=0.13.7
 pkgrel=1
 pkgdesc='Kubernetes TUI for managing clusters and pods'
 arch=(x86_64)
@@ -8,7 +8,7 @@
 url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go-pie)
-source=("git+$url#commit=8fedc42304ce33df314664eb0c4ac73be59065af") # 0.13.6
+source=("git+$url#commit=7df87a80ab15d767648af9ca1a7601fb03b58237") # 0.13.7
 sha256sums=('SKIP')
 
 build() {


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 22:38:40
  Author: heftig
Revision: 563549

0.43-39: linux-lts 5.4.18-1

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:35:08 UTC (rev 563548)
+++ PKGBUILD2020-02-05 22:38:40 UTC (rev 563549)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=38
+pkgrel=39
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 22:38:45
  Author: heftig
Revision: 374707

0.0.20200205-4: linux-lts 5.4.18-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:38:38 UTC (rev 374706)
+++ PKGBUILD2020-02-05 22:38:45 UTC (rev 374707)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=0.0.20200205
-pkgrel=3
+pkgrel=4
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 22:38:43
  Author: heftig
Revision: 563551

8.048.00-9: linux-lts 5.4.18-1

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:38:42 UTC (rev 563550)
+++ PKGBUILD2020-02-05 22:38:43 UTC (rev 563551)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.00
-pkgrel=8
+pkgrel=9
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 22:38:47
  Author: heftig
Revision: 374708

390.132-20: linux-lts 5.4.18-1

Modified:
  nvidia-390xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:38:45 UTC (rev 374707)
+++ PKGBUILD2020-02-05 22:38:47 UTC (rev 374708)
@@ -2,7 +2,7 @@
 
 pkgname=nvidia-390xx-lts
 pkgver=390.132
-pkgrel=19
+pkgrel=20
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
 arch=('x86_64')


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 22:38:38
  Author: heftig
Revision: 374706

440.59-4: linux-lts 5.4.18-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:36:58 UTC (rev 374705)
+++ PKGBUILD2020-02-05 22:38:38 UTC (rev 374706)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=440.59
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 22:38:42
  Author: heftig
Revision: 563550

1.1.0-120: linux-lts 5.4.18-1

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:38:40 UTC (rev 563549)
+++ PKGBUILD2020-02-05 22:38:42 UTC (rev 563550)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=119
+pkgrel=120
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 22:36:56
  Author: heftig
Revision: 374704

5.5.2.arch2-2: gcc release -2

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:36:54 UTC (rev 374703)
+++ PKGBUILD2020-02-05 22:36:56 UTC (rev 374704)
@@ -2,7 +2,7 @@
 
 pkgbase=linux
 pkgver=5.5.2.arch2
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://git.archlinux.org/linux.git/log/?h=$_srctag;
@@ -53,7 +53,7 @@
   make olddefconfig
 
   make -s kernelrelease > version
-  echo "Prepared %s version %s" "$pkgbase" "$(

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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 22:36:54
  Author: heftig
Revision: 374703

5.5.2.zen2-2: gcc release -2

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 21:24:32 UTC (rev 374702)
+++ PKGBUILD2020-02-05 22:36:54 UTC (rev 374703)
@@ -2,7 +2,7 @@
 
 pkgbase=linux-zen
 pkgver=5.5.2.zen2
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/zen-kernel/zen-kernel/commits/$_srctag;
@@ -53,7 +53,7 @@
   make olddefconfig
 
   make -s kernelrelease > version
-  echo "Prepared %s version %s" "$pkgbase" "$(

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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 22:36:58
  Author: heftig
Revision: 374705

5.4.18-1: gcc release -2

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config

--+
 PKGBUILD |9 -
 config   |7 +++
 2 files changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 22:36:56 UTC (rev 374704)
+++ PKGBUILD2020-02-05 22:36:58 UTC (rev 374705)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.4.17
+pkgver=5.4.18
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -22,10 +22,9 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('945f2bf6af69eed0ac81ef75b571f37ae1e16a9bb8a2ae698a365ee3ec2c74b9'
+sha256sums=('92e9f1fd69543e9ce2a9e6eb918823b1846d2dd99246a74456263cd5ad234d89'
 'SKIP'
-'ef6b809d350857820344ddde5d3d171e7a724c0ccf20fcd247b9bb330de8a78a'
-)
+'c827e48f874470a5a76c73947ebe6ea4382ced4ce36272a166c2df8842d5d7de')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase
@@ -53,7 +52,7 @@
   make olddefconfig
 
   make -s kernelrelease > version
-  echo "Prepared %s version %s" "$pkgbase" "$(

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

2020-02-05 Thread Alexander Rødseth via arch-commits
Date: Wednesday, February 5, 2020 @ 22:34:57
  Author: arodseth
Revision: 563547

upgpkg: plan9port 20200205-1

Modified:
  plan9port/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 21:58:48 UTC (rev 563546)
+++ PKGBUILD2020-02-05 22:34:57 UTC (rev 563547)
@@ -4,7 +4,7 @@
 # Contributor: Chris Brannon 
 
 pkgname=plan9port
-pkgver=20190923
+pkgver=20200205
 pkgrel=1
 pkgdesc='Ports of applications from Plan 9'
 arch=(x86_64)
@@ -12,11 +12,10 @@
 license=(custom)
 depends=(fontconfig fuse2 libxt xorg-server)
 makedepends=(gendesk git)
-optdepends=('python2: for the codereview script')
 provides=(plan9)
 install=plan9.install
 options=(staticlibs !zipman)
-source=("git+https://github.com/9fans/plan9port.git#commit=715807d706cd13bc583588477a84090fbf02e057;
+source=("git+https://github.com/9fans/plan9port.git#commit=f66f0a587b48337388296c8f1820f9b3dbfd0085;
 plan9.sh acme.png acme.sh)
 sha256sums=('SKIP'
 'a8c8aee15c9dfa60d679567582e9335ae80293133b000326f3af7c630707e93c'
@@ -67,7 +66,7 @@
 LICENSE
 
   # Package text files
-  for i in CHANGES CONTRIBUTORS README.md TODO; do
+  for i in CHANGES CONTRIBUTING.md CONTRIBUTORS README.md; do
 install -m644 $i "$pkgdir/usr/share/doc/$pkgname"
 rm -f $i
   done


[arch-commits] Commit in plan9port/repos/community-x86_64 (10 files)

2020-02-05 Thread Alexander Rødseth via arch-commits
Date: Wednesday, February 5, 2020 @ 22:35:08
  Author: arodseth
Revision: 563548

archrelease: copy trunk to community-x86_64

Added:
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 563547, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/acme.png
(from rev 563547, plan9port/trunk/acme.png)
  plan9port/repos/community-x86_64/acme.sh
(from rev 563547, plan9port/trunk/acme.sh)
  plan9port/repos/community-x86_64/plan9.install
(from rev 563547, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 563547, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/acme.png
  plan9port/repos/community-x86_64/acme.sh
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

---+
 PKGBUILD  |  193 +++-
 acme.sh   |6 -
 plan9.install |   16 ++--
 plan9.sh  |4 -
 4 files changed, 109 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 22:34:57 UTC (rev 563547)
+++ PKGBUILD2020-02-05 22:35:08 UTC (rev 563548)
@@ -1,97 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: phrakture 
-# Contributor: Fazlul Shahriar <>
-# Contributor: Chris Brannon 
-
-pkgname=plan9port
-pkgver=20190923
-pkgrel=1
-pkgdesc='Ports of applications from Plan 9'
-arch=(x86_64)
-url='https://swtch.com/plan9port/'
-license=(custom)
-depends=(fontconfig fuse2 libxt xorg-server)
-makedepends=(gendesk git)
-optdepends=('python2: for the codereview script')
-provides=(plan9)
-install=plan9.install
-options=(staticlibs !zipman)
-source=("git+https://github.com/9fans/plan9port.git#commit=715807d706cd13bc583588477a84090fbf02e057;
-plan9.sh acme.png acme.sh)
-sha256sums=('SKIP'
-'a8c8aee15c9dfa60d679567582e9335ae80293133b000326f3af7c630707e93c'
-'b9046c4b7ed5e8e22bf3ea669d65ff681e616663b9743909a225884ac6fb261b'
-'9c6eb7881f7333077d701f5201f7a620214d6c5c91c11b2ea7964483214e6cb2')
-
-
-prepare() {
-  # Generate a desktop shortcut for the Acme editor
-  gendesk -f \
---name Acme \
---pkgname acme \
---genericname Editor \
---comment 'Editor from Plan9' \
---categories 'Application;Development;TextEditor'
-
-  cd "$pkgname"
-
-  # Use _DEFAULT_SOURCE instead of _BSD_SOURCE
-  grep -rl _BSD_SOURCE | xargs sed -i s':_BSD_SOURCE:_DEFAULT_SOURCE:g'
-
-  # Try the Gentoo way for fixing hardcoded paths
-  grep --null -l -r '/usr/local/plan9' | xargs --null sed -i 
"s!/usr/local/plan9!/usr/lib/plan9!g"
-
-  # Stop 9l from giving an 'undefined reference error' given no arguments, ref 
#55640
-  sed -i '1i[ "$1" == "" ] && exit 1' bin/9l
-}
-
-package() {
-  cd "$pkgname"
-
-  d=usr/lib
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
-  install -d "$pkgdir/$d"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r "$srcdir/$pkgname" "$pkgdir/$d/plan9"
-  cd "$pkgdir/$d/plan9"
-  ./INSTALL -c -r "$pkgdir/$d/plan9"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -delete
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README.md TODO; do
-install -m644 $i "$pkgdir/usr/share/doc/$pkgname"
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in "$(find "$pkgdir/$d/plan9/man" -type f)"; do
-if [ "${i##*.}" = "gz" ]; then
-  gunzip "$i"
-fi
-  done
-
-  # Once more
-  PLAN9=/usr/lib/plan9
-  grep --null -l -r "$pkgdir$PLAN9" | xargs --null sed -i 
"s!$pkgdir$PLAN9!${PLAN9}!g" || true
-  grep --null -l -r "/build/plan9port/pkg/plan9port/$PLAN9" | xargs --null sed 
-i "s!/build/plan9port/pkg/plan9port/$PLAN9!${PLAN9}!g" || true
-
-  # Acme
-  cd "$srcdir"
-  install -Dm644 acme.desktop "$pkgdir/usr/share/applications/acme.desktop"
-  install -Dm755 acme.sh "$pkgdir/usr/bin/acme"
-  install -Dm644 acme.png "$pkgdir/usr/share/pixmaps/acme.png"
-
-  # Remove git repository
-  rm -rf "$pkgdir/usr/lib/plan9/.git"
-}
-
-# vim: ts=2 sw=2 et:

Copied: plan9port/repos/community-x86_64/PKGBUILD (from rev 563547, 
plan9port/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-05 22:35:08 UTC (rev 563548)
@@ -0,0 +1,96 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: phrakture 
+# Contributor: Fa

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

2020-02-05 Thread David Runge via arch-commits
Date: Wednesday, February 5, 2020 @ 21:58:43
  Author: dvzrv
Revision: 563545

upgpkg: tidalcycles 1.4.8-2: Rebuilding 1.4.8 against testing.

Modified:
  tidalcycles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 21:55:41 UTC (rev 563544)
+++ PKGBUILD2020-02-05 21:58:43 UTC (rev 563545)
@@ -3,7 +3,7 @@
 _name=Tidal
 pkgname=tidalcycles
 pkgver=1.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A domain specific language for live coding pattern."
 arch=('x86_64')
 url="https://tidalcycles.org/;


[arch-commits] Commit in tidalcycles/repos/community-testing-x86_64 (2 files)

2020-02-05 Thread David Runge via arch-commits
Date: Wednesday, February 5, 2020 @ 21:58:48
  Author: dvzrv
Revision: 563546

archrelease: copy trunk to community-testing-x86_64

Added:
  tidalcycles/repos/community-testing-x86_64/PKGBUILD
(from rev 563545, tidalcycles/trunk/PKGBUILD)
Deleted:
  tidalcycles/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 21:58:43 UTC (rev 563545)
+++ PKGBUILD2020-02-05 21:58:48 UTC (rev 563546)
@@ -1,53 +0,0 @@
-# Maintainer: David Runge 
-
-_name=Tidal
-pkgname=tidalcycles
-pkgver=1.4.7
-pkgrel=12
-pkgdesc="A domain specific language for live coding pattern."
-arch=('x86_64')
-url="https://tidalcycles.org/;
-license=('GPL3')
-groups=('pro-audio')
-depends=('ghc' 'ghc-libs' 'glibc' 'haskell-bifunctors' 'haskell-clock'
-'haskell-colour' 'haskell-hosc' 'haskell-mwc-random' 'haskell-network'
-'haskell-primitive' 'haskell-vector' 'supercollider')
-checkdepends=('haskell-microspec')
-optdepends=('sc3-plugins: Examples using special UGens')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/Tidal/archive/${pkgver}.tar.gz;)
-sha512sums=('1f5afbb912ec3aa8b23503e1bf23de9a73c36897aae1ac193200a310ac50b0c07681f98a6ceedf7465723b7e4ee85e8f675aefcd3e53620ffcd83fb2c2f33769')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  runhaskell Setup configure -O \
- --enable-shared \
- --enable-executable-dynamic \
- --disable-library-vanilla \
- --prefix=/usr \
- --docdir="/usr/share/doc/${pkgname}" \
- --enable-tests \
- --dynlibdir=/usr/lib \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  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
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  runhaskell Setup test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  runhaskell Setup copy --destdir="${pkgdir}"
-  install -vDm 744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
-  install -vDm 744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/$pkgname.sh"
-}

Copied: tidalcycles/repos/community-testing-x86_64/PKGBUILD (from rev 563545, 
tidalcycles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-05 21:58:48 UTC (rev 563546)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+_name=Tidal
+pkgname=tidalcycles
+pkgver=1.4.8
+pkgrel=2
+pkgdesc="A domain specific language for live coding pattern."
+arch=('x86_64')
+url="https://tidalcycles.org/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('ghc' 'ghc-libs' 'glibc' 'haskell-bifunctors' 'haskell-clock'
+'haskell-colour' 'haskell-hosc' 'haskell-mwc-random' 'haskell-network'
+'haskell-primitive' 'haskell-vector' 'supercollider')
+checkdepends=('haskell-microspec')
+optdepends=('sc3-plugins: Examples using special UGens')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/Tidal/archive/${pkgver}.tar.gz;)
+sha512sums=('7be1c480c675d976d4f57d2e6a82fa88cdea64f5b1e16d25435e71554feccb5f0d4386922f70e7614e925d14c6306516390c24c7b37208d9bace0420f50a21f8')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  runhaskell Setup configure -O \
+ --enable-shared \
+ --enable-executable-dynamic \
+ --disable-library-vanilla \
+ --prefix=/usr \
+ --docdir="/usr/share/doc/${pkgname}" \
+ --enable-tests \
+ --dynlibdir=/usr/lib \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  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
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  runhaskell Setup test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -vDm 744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
+  install -vDm 744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/$pkgname.sh"
+}


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

2020-02-05 Thread David Runge via arch-commits
Date: Wednesday, February 5, 2020 @ 21:55:41
  Author: dvzrv
Revision: 563544

archrelease: copy trunk to community-x86_64

Added:
  tidalcycles/repos/community-x86_64/PKGBUILD
(from rev 563543, tidalcycles/trunk/PKGBUILD)
Deleted:
  tidalcycles/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 21:55:08 UTC (rev 563543)
+++ PKGBUILD2020-02-05 21:55:41 UTC (rev 563544)
@@ -1,53 +0,0 @@
-# Maintainer: David Runge 
-
-_name=Tidal
-pkgname=tidalcycles
-pkgver=1.4.7
-pkgrel=5
-pkgdesc="A domain specific language for live coding pattern."
-arch=('x86_64')
-url="https://tidalcycles.org/;
-license=('GPL3')
-groups=('pro-audio')
-depends=('ghc' 'ghc-libs' 'glibc' 'haskell-bifunctors' 'haskell-clock'
-'haskell-colour' 'haskell-hosc' 'haskell-mwc-random' 'haskell-network'
-'haskell-primitive' 'haskell-vector' 'supercollider')
-checkdepends=('haskell-microspec')
-optdepends=('sc3-plugins: Examples using special UGens')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/Tidal/archive/${pkgver}.tar.gz;)
-sha512sums=('1f5afbb912ec3aa8b23503e1bf23de9a73c36897aae1ac193200a310ac50b0c07681f98a6ceedf7465723b7e4ee85e8f675aefcd3e53620ffcd83fb2c2f33769')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  runhaskell Setup configure -O \
- --enable-shared \
- --enable-executable-dynamic \
- --disable-library-vanilla \
- --prefix=/usr \
- --docdir="/usr/share/doc/${pkgname}" \
- --enable-tests \
- --dynlibdir=/usr/lib \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  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
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  runhaskell Setup test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  runhaskell Setup copy --destdir="${pkgdir}"
-  install -vDm 744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
-  install -vDm 744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/$pkgname.sh"
-}

Copied: tidalcycles/repos/community-x86_64/PKGBUILD (from rev 563543, 
tidalcycles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-05 21:55:41 UTC (rev 563544)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+_name=Tidal
+pkgname=tidalcycles
+pkgver=1.4.8
+pkgrel=1
+pkgdesc="A domain specific language for live coding pattern."
+arch=('x86_64')
+url="https://tidalcycles.org/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('ghc' 'ghc-libs' 'glibc' 'haskell-bifunctors' 'haskell-clock'
+'haskell-colour' 'haskell-hosc' 'haskell-mwc-random' 'haskell-network'
+'haskell-primitive' 'haskell-vector' 'supercollider')
+checkdepends=('haskell-microspec')
+optdepends=('sc3-plugins: Examples using special UGens')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/Tidal/archive/${pkgver}.tar.gz;)
+sha512sums=('7be1c480c675d976d4f57d2e6a82fa88cdea64f5b1e16d25435e71554feccb5f0d4386922f70e7614e925d14c6306516390c24c7b37208d9bace0420f50a21f8')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  runhaskell Setup configure -O \
+ --enable-shared \
+ --enable-executable-dynamic \
+ --disable-library-vanilla \
+ --prefix=/usr \
+ --docdir="/usr/share/doc/${pkgname}" \
+ --enable-tests \
+ --dynlibdir=/usr/lib \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  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
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  runhaskell Setup test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -vDm 744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
+  install -vDm 744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/$pkgname.sh"
+}


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

2020-02-05 Thread David Runge via arch-commits
Date: Wednesday, February 5, 2020 @ 21:55:05
  Author: dvzrv
Revision: 563542

upgpkg: tidalcycles 1.4.8-1: Upgrading to 1.4.8.

Modified:
  tidalcycles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 21:54:43 UTC (rev 563541)
+++ PKGBUILD2020-02-05 21:55:05 UTC (rev 563542)
@@ -2,8 +2,8 @@
 
 _name=Tidal
 pkgname=tidalcycles
-pkgver=1.4.7
-pkgrel=12
+pkgver=1.4.8
+pkgrel=1
 pkgdesc="A domain specific language for live coding pattern."
 arch=('x86_64')
 url="https://tidalcycles.org/;
@@ -15,7 +15,7 @@
 checkdepends=('haskell-microspec')
 optdepends=('sc3-plugins: Examples using special UGens')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/Tidal/archive/${pkgver}.tar.gz;)
-sha512sums=('1f5afbb912ec3aa8b23503e1bf23de9a73c36897aae1ac193200a310ac50b0c07681f98a6ceedf7465723b7e4ee85e8f675aefcd3e53620ffcd83fb2c2f33769')
+sha512sums=('7be1c480c675d976d4f57d2e6a82fa88cdea64f5b1e16d25435e71554feccb5f0d4386922f70e7614e925d14c6306516390c24c7b37208d9bace0420f50a21f8')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"


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

2020-02-05 Thread David Runge via arch-commits
Date: Wednesday, February 5, 2020 @ 21:55:08
  Author: dvzrv
Revision: 563543

archrelease: copy trunk to community-any

Added:
  python-wsgi-intercept/repos/community-any/PKGBUILD
(from rev 563542, python-wsgi-intercept/trunk/PKGBUILD)
Deleted:
  python-wsgi-intercept/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 21:55:05 UTC (rev 563542)
+++ PKGBUILD2020-02-05 21:55:08 UTC (rev 563543)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Hugo Osvaldo Barrera 
-# Contributor: Neil Santos 
-
-_name=wsgi_intercept
-pkgname=python-wsgi-intercept
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='Intercept socket connection to wsgi applications for testing.'
-arch=('any')
-url="https://github.com/cdent/wsgi-intercept;
-license=('MIT')
-depends=('python-six')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-httplib2' 'python-pytest' 'python-requests'
-'python-urllib3')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('243a89900992c4643477599a232b87a639857172ac59626f3489e2b8fa596292ee88e0342faa2cbb5ae156d7379c6350612008fe3315e412d420e7cdc0a5289f')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-  cd docs
-  make man
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  py.test
-}
-
-package_python-wsgi-intercept() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 README -t "${pkgdir}/usr/share/${pkgname}/"
-  install -vDm 644 docs/_build/man/${_name}.1 \
--t "${pkgdir}/usr/share/man/man1/"
-}

Copied: python-wsgi-intercept/repos/community-any/PKGBUILD (from rev 563542, 
python-wsgi-intercept/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-05 21:55:08 UTC (rev 563543)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Neil Santos 
+
+_name=wsgi_intercept
+pkgname=python-wsgi-intercept
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='Intercept socket connection to wsgi applications for testing.'
+arch=('any')
+url="https://github.com/cdent/wsgi-intercept;
+license=('MIT')
+depends=('python-six')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-httplib2' 'python-pytest' 'python-requests'
+'python-urllib3')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('a313fe6302c9f168bd050c83ded1d58ef74feb54870197eb85b3527c2cc77eb76b4ca61ff4b554e13cca10ec7106ad9ba35c9a41a00bbd82ef39a26df2af7769')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+  cd docs
+  make man
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  pytest -v
+}
+
+package_python-wsgi-intercept() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 644 README -t "${pkgdir}/usr/share/${pkgname}/"
+  install -vDm 644 docs/_build/man/${_name}.1 \
+-t "${pkgdir}/usr/share/man/man1/"
+}


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

2020-02-05 Thread David Runge via arch-commits
Date: Wednesday, February 5, 2020 @ 21:54:43
  Author: dvzrv
Revision: 563541

upgpkg: python-wsgi-intercept 1.9.2-1: Upgrading to 1.9.2.

Modified:
  python-wsgi-intercept/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 21:24:38 UTC (rev 563540)
+++ PKGBUILD2020-02-05 21:54:43 UTC (rev 563541)
@@ -4,7 +4,7 @@
 
 _name=wsgi_intercept
 pkgname=python-wsgi-intercept
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc='Intercept socket connection to wsgi applications for testing.'
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-httplib2' 'python-pytest' 'python-requests'
 'python-urllib3')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('243a89900992c4643477599a232b87a639857172ac59626f3489e2b8fa596292ee88e0342faa2cbb5ae156d7379c6350612008fe3315e412d420e7cdc0a5289f')
+sha512sums=('a313fe6302c9f168bd050c83ded1d58ef74feb54870197eb85b3527c2cc77eb76b4ca61ff4b554e13cca10ec7106ad9ba35c9a41a00bbd82ef39a26df2af7769')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -26,7 +26,7 @@
 
 check() {
   cd "${_name}-${pkgver}"
-  py.test
+  pytest -v
 }
 
 package_python-wsgi-intercept() {


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

2020-02-05 Thread Andreas Radke via arch-commits
Date: Wednesday, February 5, 2020 @ 21:20:35
  Author: andyrtr
Revision: 563537

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168-lts/repos/community-staging-x86_64/
  r8168-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 563536, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-staging-x86_64/PKGBUILD (from rev 563536, 
r8168-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-05 21:20:35 UTC (rev 563537)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.00
+pkgrel=8
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2020-02-05 Thread Andreas Radke via arch-commits
Date: Wednesday, February 5, 2020 @ 21:20:27
  Author: andyrtr
Revision: 563536

upgpkg: r8168-lts 8.048.00-8: upstream update 5.4.17 rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 21:14:21 UTC (rev 563535)
+++ PKGBUILD2020-02-05 21:20:27 UTC (rev 563536)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.00
-pkgrel=6
+pkgrel=8
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 21:14:21
  Author: heftig
Revision: 563535

remove unused var

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 21:14:10 UTC (rev 563534)
+++ PKGBUILD2020-02-05 21:14:21 UTC (rev 563535)
@@ -14,8 +14,6 @@
 sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
 
 build() {
-   local KERNEL_VERSION=$(

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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 21:14:10
  Author: heftig
Revision: 563534

build fix

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 21:08:12 UTC (rev 563533)
+++ PKGBUILD2020-02-05 21:14:10 UTC (rev 563534)
@@ -12,13 +12,10 @@
 sha256sums=('0aacba20d985ba5e67e21bdad89a099e102f7bef3027adb647ffbb80b01ac8d0')
 
 build() {
-   local KERNEL_VERSION=$(

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

2020-02-05 Thread Andreas Radke via arch-commits
Date: Wednesday, February 5, 2020 @ 21:08:12
  Author: andyrtr
Revision: 563533

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi-lts/repos/community-staging-x86_64/
  tp_smapi-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 563532, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-staging-x86_64/PKGBUILD (from rev 563532, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-05 21:08:12 UTC (rev 563533)
@@ -0,0 +1,50 @@
+# 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-lts
+pkgver=0.43
+pkgrel=38
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2020-02-05 Thread Andreas Radke via arch-commits
Date: Wednesday, February 5, 2020 @ 21:07:13
  Author: andyrtr
Revision: 563532

upgpkg: tp_smapi-lts 0.43-38: upstream update 5.4.17 rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 21:03:39 UTC (rev 563531)
+++ PKGBUILD2020-02-05 21:07:13 UTC (rev 563532)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=37
+pkgrel=38
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 21:03:51
  Author: heftig
Revision: 374698

archrelease: copy trunk to testing-x86_64

Added:
  openal/repos/testing-x86_64/
  openal/repos/testing-x86_64/PKGBUILD
(from rev 374697, openal/trunk/PKGBUILD)
  openal/repos/testing-x86_64/sdl_sound.diff
(from rev 374697, openal/trunk/sdl_sound.diff)

+
 PKGBUILD   |   64 +
 sdl_sound.diff |   78 +++
 2 files changed, 142 insertions(+)

Copied: openal/repos/testing-x86_64/PKGBUILD (from rev 374697, 
openal/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-02-05 21:03:51 UTC (rev 374698)
@@ -0,0 +1,64 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgbase=openal
+pkgname=(openal openal-examples)
+pkgver=1.20.1
+pkgrel=2
+pkgdesc="Cross-platform 3D audio library, software implementation"
+arch=(x86_64)
+url="https://github.com/kcat/openal-soft;
+license=(LGPL)
+depends=(gcc-libs)
+makedepends=(alsa-lib libpulse fluidsynth portaudio jack qt5-base sdl2 
sdl_sound
+ ffmpeg libmysofa git cmake)
+optdepends=('qt5-base: alsoft-config GUI Configurator'
+'fluidsynth: MIDI rendering'
+'libmysofa: makemhr tool')
+_commit=f5e0eef34db3a3ab94b61a2f99f84f078ba947e7  # tags/openal-soft-1.20.1
+source=("git+https://github.com/kcat/openal-soft#commit=$_commit;
+sdl_sound.diff)
+sha512sums=('SKIP'
+
'ebfdb316adbfbdfc6e6236a390dc33579e9eb06918ba110e436ffa91b4535c82ad225b1379587e1ba6b444abcc5f65d53e0360823a054f860bc57bc6f4b51334')
+
+pkgver() {
+  cd openal-soft
+  git describe --tags | sed 's/^openal-soft-//;s/-/+/g'
+}
+
+prepare() {
+  cd openal-soft
+
+  # Fix building some things with our old SDL_sound (and SDL1)
+  git apply -3 ../sdl_sound.diff
+}
+
+build() {
+  cmake -Hopenal-soft -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_LIBDIR=lib
+  cmake --build build
+}
+
+package_openal() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+  install -Dt "$pkgdir/usr/share/doc/openal" -m644 openal-soft/docs/*
+
+### Split openal-examples
+  mkdir -p examples/usr/bin
+  for f in \
+alffplay alhrtf allatency alloopback almultireverb alplay alrecord \
+alreverb alstream altonegen
+  do
+mv -v "$pkgdir/usr/bin/$f" examples/usr/bin/$f
+  done
+}
+
+package_openal-examples() {
+  pkgdesc+=" (example programs)"
+  depends=("openal=$pkgver-$pkgrel" sdl2 sdl_sound ffmpeg)
+  optdepends=()
+  mv examples/* "$pkgdir"
+}

Copied: openal/repos/testing-x86_64/sdl_sound.diff (from rev 374697, 
openal/trunk/sdl_sound.diff)
===
--- testing-x86_64/sdl_sound.diff   (rev 0)
+++ testing-x86_64/sdl_sound.diff   2020-02-05 21:03:51 UTC (rev 374698)
@@ -0,0 +1,78 @@
+diff --git i/examples/alhrtf.c w/examples/alhrtf.c
+index 2be28a91..dfa01e5c 100644
+--- i/examples/alhrtf.c
 w/examples/alhrtf.c
+@@ -30,8 +30,6 @@
+ #include 
+ 
+ #include "SDL_sound.h"
+-#include "SDL_audio.h"
+-#include "SDL_stdinc.h"
+ 
+ #include "AL/al.h"
+ #include "AL/alc.h"
+diff --git i/examples/allatency.c w/examples/allatency.c
+index a61fb820..5705506a 100644
+--- i/examples/allatency.c
 w/examples/allatency.c
+@@ -28,8 +28,6 @@
+ #include 
+ 
+ #include "SDL_sound.h"
+-#include "SDL_audio.h"
+-#include "SDL_stdinc.h"
+ 
+ #include "AL/al.h"
+ #include "AL/alext.h"
+diff --git i/examples/almultireverb.c w/examples/almultireverb.c
+index a90b3368..65e444f5 100644
+--- i/examples/almultireverb.c
 w/examples/almultireverb.c
+@@ -35,8 +35,6 @@
+ #include 
+ 
+ #include "SDL_sound.h"
+-#include "SDL_audio.h"
+-#include "SDL_stdinc.h"
+ 
+ #include "AL/al.h"
+ #include "AL/alc.h"
+diff --git i/examples/alplay.c w/examples/alplay.c
+index 09ad96b4..01cf769d 100644
+--- i/examples/alplay.c
 w/examples/alplay.c
+@@ -28,8 +28,6 @@
+ #include 
+ 
+ #include "SDL_sound.h"
+-#include "SDL_audio.h"
+-#include "SDL_stdinc.h"
+ 
+ #include "AL/al.h"
+ 
+diff --git i/examples/alreverb.c w/examples/alreverb.c
+index d789dffe..a6dd141d 100644
+--- i/examples/alreverb.c
 w/examples/alreverb.c
+@@ -28,8 +28,6 @@
+ #include 
+ 
+ #include "SDL_sound.h"
+-#include "SDL_audio.h"
+-#include "SDL_stdinc.h"
+ 
+ #include "AL/al.h"
+ #include "AL/alc.h"
+diff --git i/examples/alstream.c w/examples/alstream.c
+index 56505ddb..103492c7 100644
+--- i/examples/alstream.c
 w/examples/alstream.c
+@@ -30,8 +30,6 @@
+ #include 
+ 
+ #include "SDL_sound.h"
+-#include "SDL_audio.h"
+-#include "SDL_stdinc.h"
+ 
+ #include "AL/al.h"
+ 


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

2020-02-05 Thread Jan Steffens via arch-commits
Date: Wednesday, February 5, 2020 @ 21:02:11
  Author: heftig
Revision: 374697

1.20.1-2: libmysofa rebuild

Modified:
  openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 20:21:02 UTC (rev 374696)
+++ PKGBUILD2020-02-05 21:02:11 UTC (rev 374697)
@@ -5,7 +5,7 @@
 pkgbase=openal
 pkgname=(openal openal-examples)
 pkgver=1.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform 3D audio library, software implementation"
 arch=(x86_64)
 url="https://github.com/kcat/openal-soft;


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

2020-02-05 Thread Alexander Rødseth via arch-commits
Date: Wednesday, February 5, 2020 @ 20:55:20
  Author: arodseth
Revision: 563529

upgpkg: python-pexpect 4.8.0-1

Modified:
  python-pexpect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 20:51:25 UTC (rev 563528)
+++ PKGBUILD2020-02-05 20:55:20 UTC (rev 563529)
@@ -2,14 +2,14 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=(python-pexpect python2-pexpect)
-pkgver=4.7.0
-pkgrel=3
+pkgver=4.8.0
+pkgrel=1
 pkgdesc='For controlling and automating applications'
 arch=(any)
 url='https://pexpect.readthedocs.org/en/stable/'
 license=(MIT)
 makedepends=(git python python2)
-source=("git+https://github.com/pexpect/pexpect#tag=$pkgver;)
+source=("git+https://github.com/pexpect/pexpect#commit=5eed1a31a2853a09b7367c59fbd1a4a0b53341df;)
 # 4.8.0
 sha512sums=('SKIP')
 
 prepare() {


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

2020-02-05 Thread Alexander Rødseth via arch-commits
Date: Wednesday, February 5, 2020 @ 20:55:28
  Author: arodseth
Revision: 563530

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 20:55:20 UTC (rev 563529)
+++ PKGBUILD2020-02-05 20:55:28 UTC (rev 563530)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Aaron Schaefer 
-
-pkgname=(python-pexpect python2-pexpect)
-pkgver=4.7.0
-pkgrel=3
-pkgdesc='For controlling and automating applications'
-arch=(any)
-url='https://pexpect.readthedocs.org/en/stable/'
-license=(MIT)
-makedepends=(git python python2)
-source=("git+https://github.com/pexpect/pexpect#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -r pexpect python2-pexpect
-  sed -i 's,env python,env python2,' python2-pexpect/pexpect/FSM.py
-}
-
-package_python-pexpect() {
-  depends+=(python python-ptyprocess)
-
-  cd pexpect
-  python setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pexpect() {
-  depends+=(python2 python2-ptyprocess)
-
-  cd python2-pexpect
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: pypi.python.org/pypi/pexpect
-# vim: ts=2 sw=2 et:

Copied: python-pexpect/repos/community-any/PKGBUILD (from rev 563529, 
python-pexpect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-05 20:55:28 UTC (rev 563530)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Aaron Schaefer 
+
+pkgname=(python-pexpect python2-pexpect)
+pkgver=4.8.0
+pkgrel=1
+pkgdesc='For controlling and automating applications'
+arch=(any)
+url='https://pexpect.readthedocs.org/en/stable/'
+license=(MIT)
+makedepends=(git python python2)
+source=("git+https://github.com/pexpect/pexpect#commit=5eed1a31a2853a09b7367c59fbd1a4a0b53341df;)
 # 4.8.0
+sha512sums=('SKIP')
+
+prepare() {
+  cp -r pexpect python2-pexpect
+  sed -i 's,env python,env python2,' python2-pexpect/pexpect/FSM.py
+}
+
+package_python-pexpect() {
+  depends+=(python python-ptyprocess)
+
+  cd pexpect
+  python setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pexpect() {
+  depends+=(python2 python2-ptyprocess)
+
+  cd python2-pexpect
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: pypi.python.org/pypi/pexpect
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in erlang-nox/repos/community-x86_64 (8 files)

2020-02-05 Thread Alexander Rødseth via arch-commits
Date: Wednesday, February 5, 2020 @ 20:51:25
  Author: arodseth
Revision: 563528

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 563527, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 563527, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 563527, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 563527, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  154 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-05 20:51:15 UTC (rev 563527)
+++ PKGBUILD2020-02-05 20:51:25 UTC (rev 563528)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=22.2
-_docver=22.2
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://www.erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-epmd.conf
-epmd.service
-epmd.socket)
-sha256sums=('SKIP'
-'aad7e3795a44091aa33a460e3fdc94efe8757639caeba0b5ba7d79bd91c972b3'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 563527, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-05 20:51:25 UTC (rev 563528)
@@ -0,0 +1,77 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=22.2.4
+_docver=22.2
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://www.erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
+epmd.conf
+epmd.service
+epmd.socket)
+sha256sums=('SKIP'
+'aad7e3795a44091aa33a460e3fdc94efe8757639caeba0b5ba7d79bd91c972b3'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+

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

2020-02-05 Thread Alexander Rødseth via arch-commits
Date: Wednesday, February 5, 2020 @ 20:51:15
  Author: arodseth
Revision: 563527

upgpkg: erlang-nox 22.2.4-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 20:23:28 UTC (rev 563526)
+++ PKGBUILD2020-02-05 20:51:15 UTC (rev 563527)
@@ -6,7 +6,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=22.2
+pkgver=22.2.4
 _docver=22.2
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'


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

2020-02-05 Thread Andreas Radke via arch-commits
Date: Wednesday, February 5, 2020 @ 20:23:23
  Author: andyrtr
Revision: 563525

upgpkg: acpi_call-lts 1.1.0-119: upstream update 5.4.17 rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 20:23:20 UTC (rev 563524)
+++ PKGBUILD2020-02-05 20:23:23 UTC (rev 563525)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=118
+pkgrel=119
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


[arch-commits] Commit in haskell-statistics/repos (2 files)

2020-02-05 Thread Felix Yan via arch-commits
Date: Wednesday, February 5, 2020 @ 20:23:20
  Author: felixonmars
Revision: 563524

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-statistics/repos/community-staging-x86_64/
  haskell-statistics/repos/community-staging-x86_64/PKGBUILD
(from rev 563523, haskell-statistics/trunk/PKGBUILD)

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

Copied: haskell-statistics/repos/community-staging-x86_64/PKGBUILD (from rev 
563523, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-05 20:23:20 UTC (rev 563524)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.15.0.0
+pkgrel=56
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-orphans' 
'haskell-data-default-class'
+ 'haskell-dense-linear-algebra' 'haskell-math-functions' 
'haskell-monad-par'
+ 'haskell-mwc-random' 'haskell-primitive' 'haskell-vector' 
'haskell-vector-algorithms'
+ 'haskell-vector-binary-instances' 'haskell-vector-th-unbox')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-erf' 
'haskell-ieee754'
+ 'haskell-test-framework' 'haskell-test-framework-hunit'
+ 'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('89b44ab8662308dc17769c47c9791b1b673fd3736348ef0e005b0e00ec120145ee8a1174d2e5a92fdb6e00fd441e389407cdcbd99c55b6523cc79ba82949')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_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
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-02-05 Thread Andreas Radke via arch-commits
Date: Wednesday, February 5, 2020 @ 20:23:28
  Author: andyrtr
Revision: 563526

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call-lts/repos/community-staging-x86_64/
  acpi_call-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 563525, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-staging-x86_64/PKGBUILD (from rev 563525, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-05 20:23:28 UTC (rev 563526)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=119
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers')
+provides=('acpi_call')
+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
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-$pkgver
+  make KVERSION="$(

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

2020-02-05 Thread Felix Yan via arch-commits
Date: Wednesday, February 5, 2020 @ 20:23:06
  Author: felixonmars
Revision: 563523

upgpkg: haskell-statistics 0.15.0.0-56: rebuild with vector 0.12.1.0

Modified:
  haskell-statistics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 20:19:33 UTC (rev 563522)
+++ PKGBUILD2020-02-05 20:23:06 UTC (rev 563523)
@@ -4,7 +4,7 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.15.0.0
-pkgrel=55
+pkgrel=56
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics;
 license=("BSD")


  1   2   3   4   5   6   7   8   9   >