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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:45:24
  Author: felixonmars
Revision: 625869

upgpkg: libime 0.0.0.20200509-1

Modified:
  libime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:44:08 UTC (rev 625868)
+++ PKGBUILD2020-05-09 05:45:24 UTC (rev 625869)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=libime
-pkgver=0.0.0.20200507
-_commit=143e663c25451c238614bc762f518339c26ad14e
+pkgver=0.0.0.20200509
+_commit=ec8ec64484984b814fbab700eb84adfe2ad5e480
 _kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a
 _lm_sc_ver=20140820
 _dict_ver=20200310
@@ -22,7 +22,7 @@
 noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
dict.utf8-$_dict_ver.tar.xz
table.tar.gz)
-sha512sums=('d83b4cc566ef76acb149c93204c4c482505cab9709d42bd06d378b57782b5d358c7de6046639c7cb0c7856c1c2bd67c12b3f042fd4611f543d418c0a36b881cb'
+sha512sums=('accf2004fb17ef5ae4beca81e2a34019c3c86f19c910d620e92a0c227e191fc68a50db77e7a3e592419e01e03ea2d5f0d6c27db61d6d81afcf2604da97f08970'
 
'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e'
 
'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519'
 
'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14'


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:45:41
  Author: felixonmars
Revision: 625870

archrelease: copy trunk to community-x86_64

Added:
  libime/repos/community-x86_64/PKGBUILD
(from rev 625869, libime/trunk/PKGBUILD)
Deleted:
  libime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:45:24 UTC (rev 625869)
+++ PKGBUILD2020-05-09 05:45:41 UTC (rev 625870)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=libime
-pkgver=0.0.0.20200507
-_commit=143e663c25451c238614bc762f518339c26ad14e
-_kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a
-_lm_sc_ver=20140820
-_dict_ver=20200310
-pkgrel=1
-pkgdesc="A library to support generic input method implementation"
-arch=('x86_64')
-url="https://github.com/fcitx/libime;
-license=('GPL')
-depends=('boost-libs' 'fcitx5')
-makedepends=('boost' 'extra-cmake-modules' 'python')
-source=($pkgname-$_commit.tar.gz::https://github.com/fcitx/libime/archive/$_commit.tar.gz
-
kenlm-$_kenlmcommit.tar.gz::https://github.com/kpu/kenlm/archive/$_kenlmcommit.tar.gz
-https://download.fcitx-im.org/data/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
-https://download.fcitx-im.org/data/dict.utf8-$_dict_ver.tar.xz
-https://download.fcitx-im.org/data/table.tar.gz)
-noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
-   dict.utf8-$_dict_ver.tar.xz
-   table.tar.gz)
-sha512sums=('d83b4cc566ef76acb149c93204c4c482505cab9709d42bd06d378b57782b5d358c7de6046639c7cb0c7856c1c2bd67c12b3f042fd4611f543d418c0a36b881cb'
-
'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e'
-
'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519'
-
'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14'
-
'99e1d69c679355fcf3e117a1ef39b131cbd3af841387d2335757247d840b90ff6b7323e16fca98cf7a043033faf250d2e9c6d47b96845d18c278a0cf6f30fec9')
-
-prepare() {
-  cd $pkgname-$_commit/src/libime/core
-  rmdir kenlm
-  ln -s "$srcdir"/kenlm-$_kenlmcommit ./kenlm
-
-  cd "$srcdir"/$pkgname-$_commit/data
-  ln -s "$srcdir"/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
-  ln -s "$srcdir"/dict.utf8-$_dict_ver.tar.xz
-  ln -s "$srcdir"/table.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: libime/repos/community-x86_64/PKGBUILD (from rev 625869, 
libime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:45:41 UTC (rev 625870)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=libime
+pkgver=0.0.0.20200509
+_commit=ec8ec64484984b814fbab700eb84adfe2ad5e480
+_kenlmcommit=96d303cfb1a0c21b8f060dbad640d7ab301c019a
+_lm_sc_ver=20140820
+_dict_ver=20200310
+pkgrel=1
+pkgdesc="A library to support generic input method implementation"
+arch=('x86_64')
+url="https://github.com/fcitx/libime;
+license=('GPL')
+depends=('boost-libs' 'fcitx5')
+makedepends=('boost' 'extra-cmake-modules' 'python')
+source=($pkgname-$_commit.tar.gz::https://github.com/fcitx/libime/archive/$_commit.tar.gz
+
kenlm-$_kenlmcommit.tar.gz::https://github.com/kpu/kenlm/archive/$_kenlmcommit.tar.gz
+https://download.fcitx-im.org/data/lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
+https://download.fcitx-im.org/data/dict.utf8-$_dict_ver.tar.xz
+https://download.fcitx-im.org/data/table.tar.gz)
+noextract=(lm_sc.3gm.arpa-$_lm_sc_ver.tar.bz2
+   dict.utf8-$_dict_ver.tar.xz
+   table.tar.gz)
+sha512sums=('accf2004fb17ef5ae4beca81e2a34019c3c86f19c910d620e92a0c227e191fc68a50db77e7a3e592419e01e03ea2d5f0d6c27db61d6d81afcf2604da97f08970'
+
'c39210f5a52512b23ab20ecd396def4780ea78eef25ed935dec2667ad68ae822c0e53556725374fed6ccb427732a9101e76467b487eb729539f063b28ca17d3e'
+
'ea3ede62eb993c4d21ca7cf339635f4686493a0cefd57df4a31f00a001e67502a13ff9612ff667b941b82b47de00be9f3c9689677d04195a7ef8716bac087519'
+
'c50323faac069940da65c508f52372e902657c38d82c48570b1133a34c96fd0cb63f254e390d6d3ff200024b79ee30bc0499c17191949c7a4b0eba167fd1ee14'
+
'99e1d69c679355fcf3e117a1ef39b131cbd3af841387d2335757247d840b90ff6b7323e16fca98cf7a043033faf250d2e9c6d47b96845d18c278a0cf6f30fec9')
+
+prepare() {
+  cd $pkgname-$_commit/src/libime/core
+  rmdir kenlm
+  ln -s "$srcdir"/kenlm-$_kenlmcommit ./kenlm
+
+  cd "$srcdir"/$pkgname-$_commit/data
+  ln -s 

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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:44:08
  Author: felixonmars
Revision: 625868

archrelease: copy trunk to community-x86_64

Added:
  kcm-fcitx5/repos/community-x86_64/PKGBUILD
(from rev 625867, kcm-fcitx5/trunk/PKGBUILD)
Deleted:
  kcm-fcitx5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:43:51 UTC (rev 625867)
+++ PKGBUILD2020-05-09 05:44:08 UTC (rev 625868)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=kcm-fcitx5
-pkgver=0.0.0.20200508
-_commit=8462cd17f65ff55f00bef64496d0472ccc4840a7
-pkgrel=1
-pkgdesc="KDE Config Module for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/kcm-fcitx5;
-license=('GPL')
-depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
-optdepends=('kdeclarative: for KCM support'
-'kirigami2: for KCM support')
-makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
-source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz;)
-sha512sums=('c773d8e6f290900efd3e05e05ca31ccce2cecf50be62ce961cd5806d3805d4151899285fb5b89831f655c3c8cfca9f2fe956f2b7bb7ec9bb59790dd6812b6ae5')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: kcm-fcitx5/repos/community-x86_64/PKGBUILD (from rev 625867, 
kcm-fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:44:08 UTC (rev 625868)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=kcm-fcitx5
+pkgver=0.0.0.20200509
+_commit=e0271577fedf96e1aa15922b538c67407d5401b9
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/kcm-fcitx5;
+license=('GPL')
+depends=('fcitx5-qt' 'kwidgetsaddons' 'kitemviews')
+optdepends=('kdeclarative: for KCM support'
+'kirigami2: for KCM support')
+makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
+source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz;)
+sha512sums=('dc2c9ee743359ebea89cb1db4dd5774e9248801f146d34979f71ee000c2deff18ee4e0edbb6dd36ba3e0941ce59c24ce19f4dd9e437f69f746532d14fadc059d')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:43:51
  Author: felixonmars
Revision: 625867

upgpkg: kcm-fcitx5 0.0.0.20200509-1

Modified:
  kcm-fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:23:11 UTC (rev 625866)
+++ PKGBUILD2020-05-09 05:43:51 UTC (rev 625867)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=kcm-fcitx5
-pkgver=0.0.0.20200508
-_commit=8462cd17f65ff55f00bef64496d0472ccc4840a7
+pkgver=0.0.0.20200509
+_commit=e0271577fedf96e1aa15922b538c67407d5401b9
 pkgrel=1
 pkgdesc="KDE Config Module for Fcitx5"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'kirigami2: for KCM support')
 makedepends=('extra-cmake-modules' 'kdeclarative' 'kirigami2' 'python')
 
source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz;)
-sha512sums=('c773d8e6f290900efd3e05e05ca31ccce2cecf50be62ce961cd5806d3805d4151899285fb5b89831f655c3c8cfca9f2fe956f2b7bb7ec9bb59790dd6812b6ae5')
+sha512sums=('dc2c9ee743359ebea89cb1db4dd5774e9248801f146d34979f71ee000c2deff18ee4e0edbb6dd36ba3e0941ce59c24ce19f4dd9e437f69f746532d14fadc059d')
 
 build(){
   cd $pkgname-$_commit


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:23:11
  Author: felixonmars
Revision: 625866

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-qt/repos/community-x86_64/PKGBUILD
(from rev 625865, fcitx5-qt/trunk/PKGBUILD)
Deleted:
  fcitx5-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:22:54 UTC (rev 625865)
+++ PKGBUILD2020-05-09 05:23:11 UTC (rev 625866)
@@ -1,28 +0,0 @@
-  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-qt
-pkgver=0.0.0.20200508
-_commit=7561f994a79320a4940a1f95c884004c4dd178f4
-pkgrel=1
-pkgdesc="Fcitx5 Qt Library"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-qt;
-license=('GPL')
-depends=('fcitx5' 'qt5-x11extras')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
-sha512sums=('62a4419ad17f25c71a5b12d5bc0dc931f73c542c03b185eefeb49934fcb1e83926271444b8a415be583d68f633c746750ae09214e99a8a39821c445409059d8f')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DENABLE_QT4=0 .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-qt/repos/community-x86_64/PKGBUILD (from rev 625865, 
fcitx5-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:23:11 UTC (rev 625866)
@@ -0,0 +1,28 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-qt
+pkgver=0.0.0.20200509
+_commit=020552f69e5bdda850b69b4d1dbb9a1708afc8a2
+pkgrel=1
+pkgdesc="Fcitx5 Qt Library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-qt;
+license=('GPL')
+depends=('fcitx5' 'qt5-x11extras')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
+sha512sums=('9a48357418d1d6f7b2721bd67a049086ff4a41c3a152dd2db760343a938b8f0b9b2b1b6f340ca165fcb06be88726ca8c9bc216048b79a4425a8d36020ba8157a')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DENABLE_QT4=0 .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:22:29
  Author: felixonmars
Revision: 625863

upgpkg: fcitx5-unikey 0.0.0.20200509-1

Modified:
  fcitx5-unikey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:22:12 UTC (rev 625862)
+++ PKGBUILD2020-05-09 05:22:29 UTC (rev 625863)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-unikey
-pkgver=0.0.0.20200404
-_commit=21c7dde080d25fd3c06c0d9cefb1e8d994c48ee1
+pkgver=0.0.0.20200509
+_commit=a5bfd7bdeae90eb0ea3931a485d5ed7762771165
 pkgrel=1
 pkgdesc="Unikey engine support for Fcitx5"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fcitx5-qt')
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5-unikey/archive/$_commit/fcitx5-unikey-$_commit.tar.gz;)
-sha512sums=('661d200ab68197f1d963e2ada7a415a9c2905d091b94a906f63cab1faff7b215e930cf11422e9e09deb6e638041365df63a9a24daf25b2f6d8d93bcdcece2887')
+sha512sums=('109f00a64228e209264654da46c4e622d76ac079103f7837ca3d2add8caed20c4d6a7f23565ee2cad72fdcd076bb893ba1fca6f7ef66c5202ef213e998fd665e')
 
 build(){
   cd $pkgname-$_commit


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:22:46
  Author: felixonmars
Revision: 625864

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-unikey/repos/community-x86_64/PKGBUILD
(from rev 625863, fcitx5-unikey/trunk/PKGBUILD)
Deleted:
  fcitx5-unikey/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:22:29 UTC (rev 625863)
+++ PKGBUILD2020-05-09 05:22:46 UTC (rev 625864)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-unikey
-pkgver=0.0.0.20200404
-_commit=21c7dde080d25fd3c06c0d9cefb1e8d994c48ee1
-pkgrel=1
-pkgdesc="Unikey engine support for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-unikey;
-license=('GPL')
-depends=('fcitx5-qt')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-unikey/archive/$_commit/fcitx5-unikey-$_commit.tar.gz;)
-sha512sums=('661d200ab68197f1d963e2ada7a415a9c2905d091b94a906f63cab1faff7b215e930cf11422e9e09deb6e638041365df63a9a24daf25b2f6d8d93bcdcece2887')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-unikey/repos/community-x86_64/PKGBUILD (from rev 625863, 
fcitx5-unikey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:22:46 UTC (rev 625864)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-unikey
+pkgver=0.0.0.20200509
+_commit=a5bfd7bdeae90eb0ea3931a485d5ed7762771165
+pkgrel=1
+pkgdesc="Unikey engine support for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-unikey;
+license=('GPL')
+depends=('fcitx5-qt')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-unikey/archive/$_commit/fcitx5-unikey-$_commit.tar.gz;)
+sha512sums=('109f00a64228e209264654da46c4e622d76ac079103f7837ca3d2add8caed20c4d6a7f23565ee2cad72fdcd076bb893ba1fca6f7ef66c5202ef213e998fd665e')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:22:54
  Author: felixonmars
Revision: 625865

upgpkg: fcitx5-qt 0.0.0.20200509-1

Modified:
  fcitx5-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:22:46 UTC (rev 625864)
+++ PKGBUILD2020-05-09 05:22:54 UTC (rev 625865)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-qt
-pkgver=0.0.0.20200508
-_commit=7561f994a79320a4940a1f95c884004c4dd178f4
+pkgver=0.0.0.20200509
+_commit=020552f69e5bdda850b69b4d1dbb9a1708afc8a2
 pkgrel=1
 pkgdesc="Fcitx5 Qt Library"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fcitx5' 'qt5-x11extras')
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
-sha512sums=('62a4419ad17f25c71a5b12d5bc0dc931f73c542c03b185eefeb49934fcb1e83926271444b8a415be583d68f633c746750ae09214e99a8a39821c445409059d8f')
+sha512sums=('9a48357418d1d6f7b2721bd67a049086ff4a41c3a152dd2db760343a938b8f0b9b2b1b6f340ca165fcb06be88726ca8c9bc216048b79a4425a8d36020ba8157a')
 
 build(){
   cd $pkgname-$_commit


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:22:12
  Author: felixonmars
Revision: 625862

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-rime/repos/community-x86_64/PKGBUILD
(from rev 625861, fcitx5-rime/trunk/PKGBUILD)
Deleted:
  fcitx5-rime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:21:55 UTC (rev 625861)
+++ PKGBUILD2020-05-09 05:22:12 UTC (rev 625862)
@@ -1,28 +0,0 @@
-  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-rime
-pkgver=0.0.0.20200501
-_commit=1c29280f59bb446895082be37095754efb7a0c8f
-pkgrel=1
-pkgdesc="RIME support for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-rime;
-license=('GPL')
-depends=('fcitx5' 'librime')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-rime/archive/$_commit/fcitx5-rime-$_commit.tar.gz;)
-sha512sums=('39626a0257430ff2c1b0d0013a929c7c093e5a7165ccdd73f258497f25f54f19d2f0a15dbecf86d537b04cc390b93f0ef06d4bfe3bf57048d7b73b238b15d8f8')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-rime/repos/community-x86_64/PKGBUILD (from rev 625861, 
fcitx5-rime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:22:12 UTC (rev 625862)
@@ -0,0 +1,28 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-rime
+pkgver=0.0.0.20200509
+_commit=83a0a2dad1195f3eb2af94cf51e5dbc84a637e42
+pkgrel=1
+pkgdesc="RIME support for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-rime;
+license=('GPL')
+depends=('fcitx5' 'librime')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-rime/archive/$_commit/fcitx5-rime-$_commit.tar.gz;)
+sha512sums=('42b416ce20ed1ca7c1836d07c75dd866e4d4c3fbbf71a5e08603170999d401ffa631bbf9e1f6e7f6f9d15daeabb2b03604138a3fc78d23aca5113df4538b034d')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:21:23
  Author: felixonmars
Revision: 625858

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-gtk/repos/community-x86_64/PKGBUILD
(from rev 625857, fcitx5-gtk/trunk/PKGBUILD)
Deleted:
  fcitx5-gtk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:21:07 UTC (rev 625857)
+++ PKGBUILD2020-05-09 05:21:23 UTC (rev 625858)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-gtk
-pkgver=0.0.0.20200402
-_commit=3e6795d218f512f566e0d9741c4dad0a7944bccb
-pkgrel=1
-pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-gtk;
-license=('GPL')
-depends=('fcitx5' 'gtk3')
-makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2')
-source=("https://github.com/fcitx/fcitx5-gtk/archive/$_commit/fcitx5-gtk-$_commit.tar.gz;)
-sha512sums=('9cd827f7d1ecf5774b2f37b8d88da87e9a6ed4861969af48d73e564d58898d515a4aaebd22a8a7126873a3deaee90c72b89890f583a5855e9009d52a5c2cee11')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-gtk/repos/community-x86_64/PKGBUILD (from rev 625857, 
fcitx5-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:21:23 UTC (rev 625858)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-gtk
+pkgver=0.0.0.20200509
+_commit=045263ef793ad37a0f4cc831a6de36d705bbac00
+pkgrel=1
+pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-gtk;
+license=('GPL')
+depends=('fcitx5')
+makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2' 'gtk3')
+source=("https://github.com/fcitx/fcitx5-gtk/archive/$_commit/fcitx5-gtk-$_commit.tar.gz;)
+sha512sums=('eeab396106226ee00f45ee8807cf3370a488ec455fd5e5e9b5fc538b9189ab667e6f2660eaa5180f8796d0d410d1d3ba61e08866a25ee7892cfa51fe30423c86')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:21:30
  Author: felixonmars
Revision: 625859

upgpkg: npm-check-updates 5.0.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:21:23 UTC (rev 625858)
+++ PKGBUILD2020-05-09 05:21:30 UTC (rev 625859)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=4.1.2
+pkgver=5.0.0
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('0913b6d19d767f280a2ffa30e23e299e9cb17af75afcfb856d6a6c17913db055b407e33d80d5d0fe7d31cb0e381d7ab84a5ebeb85bca90e8cfc6abc38b8b')
+sha512sums=('8652f230c4491ee800653fb10742cf067c687e894ff05d1dc03f9729abad2aa7ff549408a20b786010dc213489364728a7dd7e7f7b338684b216dd95f5b19846')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:21:47
  Author: felixonmars
Revision: 625860

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 625859, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:21:30 UTC (rev 625859)
+++ PKGBUILD2020-05-09 05:21:47 UTC (rev 625860)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=4.1.2
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('npm' 'semver')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('0913b6d19d767f280a2ffa30e23e299e9cb17af75afcfb856d6a6c17913db055b407e33d80d5d0fe7d31cb0e381d7ab84a5ebeb85bca90e8cfc6abc38b8b')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 625859, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:21:47 UTC (rev 625860)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=5.0.0
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('npm' 'semver')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('8652f230c4491ee800653fb10742cf067c687e894ff05d1dc03f9729abad2aa7ff549408a20b786010dc213489364728a7dd7e7f7b338684b216dd95f5b19846')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:21:55
  Author: felixonmars
Revision: 625861

upgpkg: fcitx5-rime 0.0.0.20200509-1

Modified:
  fcitx5-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:21:47 UTC (rev 625860)
+++ PKGBUILD2020-05-09 05:21:55 UTC (rev 625861)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-rime
-pkgver=0.0.0.20200501
-_commit=1c29280f59bb446895082be37095754efb7a0c8f
+pkgver=0.0.0.20200509
+_commit=83a0a2dad1195f3eb2af94cf51e5dbc84a637e42
 pkgrel=1
 pkgdesc="RIME support for Fcitx5"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fcitx5' 'librime')
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5-rime/archive/$_commit/fcitx5-rime-$_commit.tar.gz;)
-sha512sums=('39626a0257430ff2c1b0d0013a929c7c093e5a7165ccdd73f258497f25f54f19d2f0a15dbecf86d537b04cc390b93f0ef06d4bfe3bf57048d7b73b238b15d8f8')
+sha512sums=('42b416ce20ed1ca7c1836d07c75dd866e4d4c3fbbf71a5e08603170999d401ffa631bbf9e1f6e7f6f9d15daeabb2b03604138a3fc78d23aca5113df4538b034d')
 
 build(){
   cd $pkgname-$_commit


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:20:47
  Author: felixonmars
Revision: 625856

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-hangul/repos/community-x86_64/PKGBUILD
(from rev 625855, fcitx5-hangul/trunk/PKGBUILD)
Deleted:
  fcitx5-hangul/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:20:30 UTC (rev 625855)
+++ PKGBUILD2020-05-09 05:20:47 UTC (rev 625856)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-hangul
-pkgver=0.0.0.20200506
-_commit=497f491599c7e61f10017c6d5f5b0dcac3f7ab0a
-pkgrel=1
-pkgdesc="Hangul Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-hangul;
-license=('GPL')
-depends=('fcitx5' 'libhangul')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz;)
-sha512sums=('1ec6f089421ceeb08b5b648271b65a41045af8d56d06de8cc322e7695d6ef0bbbac404da3b05bf7e266bcd2c0612be7ab4b76de0a6a6dc9ff083430b7dba6e00')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-hangul/repos/community-x86_64/PKGBUILD (from rev 625855, 
fcitx5-hangul/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:20:47 UTC (rev 625856)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-hangul
+pkgver=0.0.0.20200509
+_commit=785432059687b3da9cafd6078029bbf6bb41fd69
+pkgrel=1
+pkgdesc="Hangul Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-hangul;
+license=('GPL')
+depends=('fcitx5' 'libhangul')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz;)
+sha512sums=('de70b51a3614cb33e76381efd85902a6ff8294ac827a44a34d5f657bcb0937f4463cda4c281fce39f1f16977104b4e68c5236bbf1adbc7e3b3fcbc91188baa7e')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:20:30
  Author: felixonmars
Revision: 625855

upgpkg: fcitx5-hangul 0.0.0.20200509-1

Modified:
  fcitx5-hangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:19:35 UTC (rev 625854)
+++ PKGBUILD2020-05-09 05:20:30 UTC (rev 625855)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-hangul
-pkgver=0.0.0.20200506
-_commit=497f491599c7e61f10017c6d5f5b0dcac3f7ab0a
+pkgver=0.0.0.20200509
+_commit=785432059687b3da9cafd6078029bbf6bb41fd69
 pkgrel=1
 pkgdesc="Hangul Wrapper for Fcitx5"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fcitx5' 'libhangul')
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz;)
-sha512sums=('1ec6f089421ceeb08b5b648271b65a41045af8d56d06de8cc322e7695d6ef0bbbac404da3b05bf7e266bcd2c0612be7ab4b76de0a6a6dc9ff083430b7dba6e00')
+sha512sums=('de70b51a3614cb33e76381efd85902a6ff8294ac827a44a34d5f657bcb0937f4463cda4c281fce39f1f16977104b4e68c5236bbf1adbc7e3b3fcbc91188baa7e')
 
 build(){
   cd $pkgname-$_commit


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:21:07
  Author: felixonmars
Revision: 625857

upgpkg: fcitx5-gtk 0.0.0.20200509-1

Modified:
  fcitx5-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:20:47 UTC (rev 625856)
+++ PKGBUILD2020-05-09 05:21:07 UTC (rev 625857)
@@ -3,17 +3,17 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-gtk
-pkgver=0.0.0.20200402
-_commit=3e6795d218f512f566e0d9741c4dad0a7944bccb
+pkgver=0.0.0.20200509
+_commit=045263ef793ad37a0f4cc831a6de36d705bbac00
 pkgrel=1
 pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-gtk;
 license=('GPL')
-depends=('fcitx5' 'gtk3')
-makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2')
+depends=('fcitx5')
+makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2' 'gtk3')
 
source=("https://github.com/fcitx/fcitx5-gtk/archive/$_commit/fcitx5-gtk-$_commit.tar.gz;)
-sha512sums=('9cd827f7d1ecf5774b2f37b8d88da87e9a6ed4861969af48d73e564d58898d515a4aaebd22a8a7126873a3deaee90c72b89890f583a5855e9009d52a5c2cee11')
+sha512sums=('eeab396106226ee00f45ee8807cf3370a488ec455fd5e5e9b5fc538b9189ab667e6f2660eaa5180f8796d0d410d1d3ba61e08866a25ee7892cfa51fe30423c86')
 
 build(){
   cd $pkgname-$_commit


[arch-commits] Commit in fcitx5-chinese-addons/trunk (PKGBUILD)

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:19:16
  Author: felixonmars
Revision: 625853

upgpkg: fcitx5-chinese-addons 0.0.0.20200509-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:19:01 UTC (rev 625852)
+++ PKGBUILD2020-05-09 05:19:16 UTC (rev 625853)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200507
-_commit=99105a35f2693d9664390c4291dd7fab779ff30d
+pkgver=0.0.0.20200509
+_commit=345c630fd2458f66233bd92cacbd683ac5ee3061
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -18,7 +18,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('a3a13d208ab5b2ae0604b2ffab8d6cf1773fee6f2c5df47ada6ae627e9856525b9ef305f5d14bd307b7d36a24abeb95b71d0d784cf5e69d3e0dcf258a5ad8702'
+sha512sums=('7246d482ad71e98e916ede224079594e24c1ac8e9903e0735a4600a8f61e63f53ba9846017ce03e82c31b428a79a3ecfaa838913bce2fb965e127125d088a3d9'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:19:35
  Author: felixonmars
Revision: 625854

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 625853, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:19:16 UTC (rev 625853)
+++ PKGBUILD2020-05-09 05:19:35 UTC (rev 625854)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200507
-_commit=99105a35f2693d9664390c4291dd7fab779ff30d
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons;
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
-makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
-optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('a3a13d208ab5b2ae0604b2ffab8d6cf1773fee6f2c5df47ada6ae627e9856525b9ef305f5d14bd307b7d36a24abeb95b71d0d784cf5e69d3e0dcf258a5ad8702'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 625853, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:19:35 UTC (rev 625854)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200509
+_commit=345c630fd2458f66233bd92cacbd683ac5ee3061
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
+makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
+optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('7246d482ad71e98e916ede224079594e24c1ac8e9903e0735a4600a8f61e63f53ba9846017ce03e82c31b428a79a3ecfaa838913bce2fb965e127125d088a3d9'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:18:08
  Author: felixonmars
Revision: 625849

upgpkg: deepin-icon-theme 2020.05.09-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:16:27 UTC (rev 625848)
+++ PKGBUILD2020-05-09 05:18:08 UTC (rev 625849)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=2020.04.13
+pkgver=2020.05.09
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('deepin-cursor-theme')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;
 
$pkgname-fix-installation.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
-sha512sums=('ad10b52cbb8242a2629569daa0ccfa55319a3032285c6688906515e4b6a97fc91dd25e735151b17af2ecab244a216c5e8d0c0c4a00c035b4b98976e9ead0a96d'
+sha512sums=('9d4c3f0f7d2feeda4c7e41585274c639a68f3b4004835084eda251f42188e2b34973c17461cd399faa23752df082aad617f8f1e660492e48a1e196f36ff20c46'
 
'de3365adc47d824ae8f527db7b68f568d623bf5f96ab3f511146594aee57db8fd587dc6d2c5639283f620f6f19fa8dd5b789c703dfa7eaf571bd766e397cba23')
 
 prepare() {


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:19:01
  Author: felixonmars
Revision: 625852

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:18:44 UTC (rev 625851)
+++ PKGBUILD2020-05-09 05:19:01 UTC (rev 625852)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-marshmallow
-pkgver=3.5.2
-pkgrel=1
-pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
-url="https://github.com/marshmallow-code/marshmallow;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 
'python-dateutil')
-source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
-sha512sums=('81c78066ad5ecd7d518318b7fc1ead2ac268979333c67da43374a9c4bae753ce2bf794f62a1369264849e1a820d980c736aeccc4445eb9ff06c995595bbc9f47')
-
-build() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd marshmallow-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-marshmallow/repos/community-any/PKGBUILD (from rev 625851, 
python-marshmallow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:19:01 UTC (rev 625852)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-marshmallow
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
+url="https://github.com/marshmallow-code/marshmallow;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 
'python-dateutil')
+source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
+sha512sums=('927bc5edb3498a07d8253bf84741b420fcf70cc31c408bb509ff218e90240b69515cbd32b81243eef893e2de567819e7648b8249611f4a71dfd6591115b2392e')
+
+build() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd marshmallow-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:18:44
  Author: felixonmars
Revision: 625851

upgpkg: python-marshmallow 3.6.0-1

Modified:
  python-marshmallow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:18:26 UTC (rev 625850)
+++ PKGBUILD2020-05-09 05:18:44 UTC (rev 625851)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-marshmallow
-pkgver=3.5.2
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
 url="https://github.com/marshmallow-code/marshmallow;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 
'python-dateutil')
 
source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz;)
-sha512sums=('81c78066ad5ecd7d518318b7fc1ead2ac268979333c67da43374a9c4bae753ce2bf794f62a1369264849e1a820d980c736aeccc4445eb9ff06c995595bbc9f47')
+sha512sums=('927bc5edb3498a07d8253bf84741b420fcf70cc31c408bb509ff218e90240b69515cbd32b81243eef893e2de567819e7648b8249611f4a71dfd6591115b2392e')
 
 build() {
   cd "$srcdir"/marshmallow-$pkgver


[arch-commits] Commit in deepin-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:18:26
  Author: felixonmars
Revision: 625850

archrelease: copy trunk to community-any

Added:
  deepin-icon-theme/repos/community-any/PKGBUILD
(from rev 625849, deepin-icon-theme/trunk/PKGBUILD)
Deleted:
  deepin-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:18:08 UTC (rev 625849)
+++ PKGBUILD2020-05-09 05:18:26 UTC (rev 625850)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-icon-theme
-pkgver=2020.04.13
-pkgrel=1
-pkgdesc="Deepin Icons"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-icon-theme;
-license=('GPL3')
-depends=('papirus-icon-theme')
-replaces=('deepin-cursor-theme')
-conflicts=('deepin-cursor-theme')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;
-
$pkgname-fix-installation.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
-sha512sums=('ad10b52cbb8242a2629569daa0ccfa55319a3032285c6688906515e4b6a97fc91dd25e735151b17af2ecab244a216c5e8d0c0c4a00c035b4b98976e9ead0a96d'
-
'de3365adc47d824ae8f527db7b68f568d623bf5f96ab3f511146594aee57db8fd587dc6d2c5639283f620f6f19fa8dd5b789c703dfa7eaf571bd766e397cba23')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < $pkgname-fix-installation.patch
-  sed -i 's/deepin/bloom/g' $pkgname-$pkgver/tools/hicolor.links
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make hicolor-links
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 625849, 
deepin-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:18:26 UTC (rev 625850)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=2020.05.09
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme;
+license=('GPL3')
+depends=('papirus-icon-theme')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;
+
$pkgname-fix-installation.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
+sha512sums=('9d4c3f0f7d2feeda4c7e41585274c639a68f3b4004835084eda251f42188e2b34973c17461cd399faa23752df082aad617f8f1e660492e48a1e196f36ff20c46'
+
'de3365adc47d824ae8f527db7b68f568d623bf5f96ab3f511146594aee57db8fd587dc6d2c5639283f620f6f19fa8dd5b789c703dfa7eaf571bd766e397cba23')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < $pkgname-fix-installation.patch
+  sed -i 's/deepin/bloom/g' $pkgname-$pkgver/tools/hicolor.links
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make hicolor-links
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:16:27
  Author: felixonmars
Revision: 625848

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chewing/repos/community-x86_64/PKGBUILD
(from rev 625847, fcitx5-chewing/trunk/PKGBUILD)
Deleted:
  fcitx5-chewing/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:16:09 UTC (rev 625847)
+++ PKGBUILD2020-05-09 05:16:27 UTC (rev 625848)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chewing
-pkgver=0.0.0.20200325
-_commit=68538c5cc6a86ac80e4c89972020e75764bed2b9
-pkgrel=1
-pkgdesc="Chewing Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chewing;
-license=('GPL')
-depends=('fcitx5' 'libchewing')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-chewing/archive/$_commit/fcitx5-chewing-$_commit.tar.gz;)
-sha512sums=('8310a0af53439d552934b01f8aca043969365217f81e6372a9ed2ecc91c93138c034c2ec7bd94d1b97fa358df231266cc35f765b9fa79ceefe0d17a09de6d716')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-chewing/repos/community-x86_64/PKGBUILD (from rev 625847, 
fcitx5-chewing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:16:27 UTC (rev 625848)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chewing
+pkgver=0.0.0.20200509
+_commit=67062fdaae3ac5ffadb95776be90d3dae9c0239f
+pkgrel=1
+pkgdesc="Chewing Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chewing;
+license=('GPL')
+depends=('fcitx5' 'libchewing')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-chewing/archive/$_commit/fcitx5-chewing-$_commit.tar.gz;)
+sha512sums=('1c7cf8836b6119f2dd66c999d2e95738fdeae64079c856e55d77dc28abbbfacc09c532096ae49b97015da4e5c893ae66646e058052a7a9e3a41870e986e92240')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:16:09
  Author: felixonmars
Revision: 625847

upgpkg: fcitx5-chewing 0.0.0.20200509-1

Modified:
  fcitx5-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:16:00 UTC (rev 625846)
+++ PKGBUILD2020-05-09 05:16:09 UTC (rev 625847)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chewing
-pkgver=0.0.0.20200325
-_commit=68538c5cc6a86ac80e4c89972020e75764bed2b9
+pkgver=0.0.0.20200509
+_commit=67062fdaae3ac5ffadb95776be90d3dae9c0239f
 pkgrel=1
 pkgdesc="Chewing Wrapper for Fcitx5"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fcitx5' 'libchewing')
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5-chewing/archive/$_commit/fcitx5-chewing-$_commit.tar.gz;)
-sha512sums=('8310a0af53439d552934b01f8aca043969365217f81e6372a9ed2ecc91c93138c034c2ec7bd94d1b97fa358df231266cc35f765b9fa79ceefe0d17a09de6d716')
+sha512sums=('1c7cf8836b6119f2dd66c999d2e95738fdeae64079c856e55d77dc28abbbfacc09c532096ae49b97015da4e5c893ae66646e058052a7a9e3a41870e986e92240')
 
 build(){
   cd $pkgname-$_commit


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:15:32
  Author: felixonmars
Revision: 625844

archrelease: copy trunk to community-x86_64

Added:
  fcitx5/repos/community-x86_64/PKGBUILD
(from rev 625843, fcitx5/trunk/PKGBUILD)
Deleted:
  fcitx5/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:15:16 UTC (rev 625843)
+++ PKGBUILD2020-05-09 05:15:32 UTC (rev 625844)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5
-pkgver=0.0.0.20200509
-_commit=6d483acc26c1dadaceae043ebbd1dbb7707d152c
-_endictver=20121020
-pkgrel=1
-pkgdesc="Next generation of fcitx"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5;
-license=('GPL')
-conflicts=('fcitx')
-depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
- 'cldr-emoji-annotation')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz;
-https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('9c750b6e5f004e9429c9a41f2df1422e58eb8a4750b041e513e46c21f416441f1045668cbbfa43bde9584c5706995829597c361bfa99ead22b4423ae779900f6'
-
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
-
-prepare() {
-  cd $pkgname-$_commit/src/modules/spell/dict
-  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
-}
-
-build() {
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-check() {
-  cd $pkgname-$_commit
-  make test
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 625843, 
fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:15:32 UTC (rev 625844)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5
+pkgver=0.0.0.20200509
+_commit=e43762851a38d30517b9a18149855103cb0db2c3
+_endictver=20121020
+pkgrel=2
+pkgdesc="Next generation of fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5;
+license=('GPL')
+conflicts=('fcitx')
+depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
+ 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
+ 'cldr-emoji-annotation')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz;
+https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
+sha512sums=('f195e46a81e3135478901fd6933860236abc19eac626badfc1099b1f94760de609f914f463e79a698bc62860bc2387dccd50ef1975a17d272f8e94e985ee9bd2'
+
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
+
+prepare() {
+  cd $pkgname-$_commit/src/modules/spell/dict
+  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
+}
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+check() {
+  cd $pkgname-$_commit
+  make test
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:16:00
  Author: felixonmars
Revision: 625846

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-anthy/repos/community-x86_64/PKGBUILD
(from rev 625845, fcitx5-anthy/trunk/PKGBUILD)
Deleted:
  fcitx5-anthy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:15:43 UTC (rev 625845)
+++ PKGBUILD2020-05-09 05:16:00 UTC (rev 625846)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-anthy
-pkgver=0.0.0.20200509
-_commit=9c08a47a05a8d91e497ee5a5108fe212f78f9e4d
-pkgrel=1
-pkgdesc="Anthy Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-anthy;
-license=('GPL')
-depends=('fcitx5' 'anthy')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-anthy/archive/$_commit/fcitx5-anthy-$_commit.tar.gz;)
-sha512sums=('bcbdc167975ec3b16e8cb5b105e44ee41ca8b86622a2f38edfc1d311e4da42e38d5802868180252d7447e7986d76024627b6ce15384ad638a03e88978b266d15')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-anthy/repos/community-x86_64/PKGBUILD (from rev 625845, 
fcitx5-anthy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:16:00 UTC (rev 625846)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-anthy
+pkgver=0.0.0.20200509
+_commit=5047209c277658d8345b3be86f8c21c4659b1bd1
+pkgrel=2
+pkgdesc="Anthy Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-anthy;
+license=('GPL')
+depends=('fcitx5' 'anthy')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-anthy/archive/$_commit/fcitx5-anthy-$_commit.tar.gz;)
+sha512sums=('ef5529cc6457b56f73e7b09cff926642143d90bde16e35ccde79dd06b8f95c251c20740311142e820b0c55396960e6049f93f02f77437e53bc8fcc248e1e805b')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:15:43
  Author: felixonmars
Revision: 625845

upgpkg: fcitx5-anthy 0.0.0.20200509-2

Modified:
  fcitx5-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:15:32 UTC (rev 625844)
+++ PKGBUILD2020-05-09 05:15:43 UTC (rev 625845)
@@ -4,8 +4,8 @@
 
 pkgname=fcitx5-anthy
 pkgver=0.0.0.20200509
-_commit=9c08a47a05a8d91e497ee5a5108fe212f78f9e4d
-pkgrel=1
+_commit=5047209c277658d8345b3be86f8c21c4659b1bd1
+pkgrel=2
 pkgdesc="Anthy Wrapper for Fcitx5"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-anthy;
@@ -13,7 +13,7 @@
 depends=('fcitx5' 'anthy')
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5-anthy/archive/$_commit/fcitx5-anthy-$_commit.tar.gz;)
-sha512sums=('bcbdc167975ec3b16e8cb5b105e44ee41ca8b86622a2f38edfc1d311e4da42e38d5802868180252d7447e7986d76024627b6ce15384ad638a03e88978b266d15')
+sha512sums=('ef5529cc6457b56f73e7b09cff926642143d90bde16e35ccde79dd06b8f95c251c20740311142e820b0c55396960e6049f93f02f77437e53bc8fcc248e1e805b')
 
 build(){
   cd $pkgname-$_commit


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:15:16
  Author: felixonmars
Revision: 625843

upgpkg: fcitx5 0.0.0.20200509-2

Modified:
  fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:14:15 UTC (rev 625842)
+++ PKGBUILD2020-05-09 05:15:16 UTC (rev 625843)
@@ -4,9 +4,9 @@
 
 pkgname=fcitx5
 pkgver=0.0.0.20200509
-_commit=6d483acc26c1dadaceae043ebbd1dbb7707d152c
+_commit=e43762851a38d30517b9a18149855103cb0db2c3
 _endictver=20121020
-pkgrel=1
+pkgrel=2
 pkgdesc="Next generation of fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5;
@@ -18,7 +18,7 @@
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz;
 https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('9c750b6e5f004e9429c9a41f2df1422e58eb8a4750b041e513e46c21f416441f1045668cbbfa43bde9584c5706995829597c361bfa99ead22b4423ae779900f6'
+sha512sums=('f195e46a81e3135478901fd6933860236abc19eac626badfc1099b1f94760de609f914f463e79a698bc62860bc2387dccd50ef1975a17d272f8e94e985ee9bd2'
 
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
 
 prepare() {


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:13:52
  Author: felixonmars
Revision: 625838

upgpkg: eslint 7.0.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:12:57 UTC (rev 625837)
+++ PKGBUILD2020-05-09 05:13:52 UTC (rev 625838)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=6.8.0
+pkgver=7.0.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('2be21acb2a362edc98843498c33e43e50756c3484269c373caad58f36d579dadb14898fb7228e82cb6262f14d081c819f660bad67af2332f52ec645b62923922')
+sha512sums=('a98d5cc1d3b130e34725f1aac39d943a96437aa5f2f31983d2ef024fa8c8b2d8a5ef68e4854442ef4e16f021724cf0cf965cf8cf896ed10975fb4ecf1bf5dd22')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:14:14
  Author: felixonmars
Revision: 625840

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 625838, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:14:11 UTC (rev 625839)
+++ PKGBUILD2020-05-09 05:14:14 UTC (rev 625840)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=6.8.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='https://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('2be21acb2a362edc98843498c33e43e50756c3484269c373caad58f36d579dadb14898fb7228e82cb6262f14d081c819f660bad67af2332f52ec645b62923922')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 625838, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:14:14 UTC (rev 625840)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=7.0.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='https://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('a98d5cc1d3b130e34725f1aac39d943a96437aa5f2f31983d2ef024fa8c8b2d8a5ef68e4854442ef4e16f021724cf0cf965cf8cf896ed10975fb4ecf1bf5dd22')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:12:43
  Author: felixonmars
Revision: 625836

upgpkg: hopenpgp-tools 0.23.1-33: rebuild with bz2 1.0.0.3

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:12:25 UTC (rev 625835)
+++ PKGBUILD2020-05-09 05:12:43 UTC (rev 625836)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.1
-pkgrel=32
+pkgrel=33
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools;
 license=("AGPL3")


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:12:57
  Author: felixonmars
Revision: 625837

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 625836, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
625836, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-09 05:12:57 UTC (rev 625837)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23.1
+pkgrel=33
+pkgdesc="hOpenPGP-based command-line tools"
+url="https://salsa.debian.org/clint/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('325a188af92587b84e453e73a40ed11cf6682632fed514c8971ebd2e684b949fb71cb5942b6efa93f95199f76a065a751ae82ad246c15c5593fecdee1ec0f533')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:12:25
  Author: felixonmars
Revision: 625835

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 625834, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:12:08 UTC (rev 625834)
+++ PKGBUILD2020-05-09 05:12:25 UTC (rev 625835)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200509
-_commit=e7a3a3759822ee1baf907bc1bf16f67551444934
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('dcb8e413a88032bed26e4ee935be1fdd8dc4d87888c1e397300a94b0eb1dafd97f5762a0d91d483d3b85dcc06334a974cca286ed7721fece9f7335931f83c52b')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 625834, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:12:25 UTC (rev 625835)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200509
+_commit=77f9b8ec1fc7a3b9b0c162b4c06400a47c1e447d
+pkgrel=2
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('c727326a251940f0fabb20930e4c12db0d42c0e2eb560a93a6e893bf7e7a61d3f87330a3162cc92e01c1e45c667975436174d9ba3b422a30898e6e7b1eb8009b')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:12:08
  Author: felixonmars
Revision: 625834

upgpkg: rime-cantonese 0.0.0.20200509-2

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:11:19 UTC (rev 625833)
+++ PKGBUILD2020-05-09 05:12:08 UTC (rev 625834)
@@ -2,8 +2,8 @@
 
 pkgname=rime-cantonese
 pkgver=0.0.0.20200509
-_commit=e7a3a3759822ee1baf907bc1bf16f67551444934
-pkgrel=1
+_commit=77f9b8ec1fc7a3b9b0c162b4c06400a47c1e447d
+pkgrel=2
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
 url="https://github.com/rime/rime-cantonese;
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('dcb8e413a88032bed26e4ee935be1fdd8dc4d87888c1e397300a94b0eb1dafd97f5762a0d91d483d3b85dcc06334a974cca286ed7721fece9f7335931f83c52b')
+sha512sums=('c727326a251940f0fabb20930e4c12db0d42c0e2eb560a93a6e893bf7e7a61d3f87330a3162cc92e01c1e45c667975436174d9ba3b422a30898e6e7b1eb8009b')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:11:13
  Author: felixonmars
Revision: 625832

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
625831, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-09 05:11:13 UTC (rev 625832)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.4
+pkgrel=71
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f2d4f0e156eac631b61eaf909bbc92034696e92a2bd6bfee0d2b6ae54d5aa9b85d59d945ea2104c5f1fe4535793b9508e80cea5951bb98470ed36876d351d005')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+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
+}
+
+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 xcb-imdkit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:11:19
  Author: felixonmars
Revision: 625833

archrelease: copy trunk to community-x86_64

Added:
  xcb-imdkit/repos/community-x86_64/PKGBUILD
(from rev 625831, xcb-imdkit/trunk/PKGBUILD)
Deleted:
  xcb-imdkit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 05:11:13 UTC (rev 625832)
+++ PKGBUILD2020-05-09 05:11:19 UTC (rev 625833)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=xcb-imdkit
-pkgver=0.0.0.20200419
-_commit=c0bec58324fd8f8ff5c6b2a8e4d1e9d408cd4329
-pkgrel=1
-pkgdesc="Input method development support for xcb"
-arch=('x86_64')
-url="https://github.com/fcitx/xcb-imdkit;
-license=('GPL')
-depends=('xcb-util' 'xcb-util-keysyms')
-makedepends=('extra-cmake-modules' 'xorgproto')
-source=("https://github.com/fcitx/xcb-imdkit/archive/$_commit/xcb-imdkit-$_commit.tar.gz;)
-sha512sums=('9692ca4a4de589a62cda736e75cdf03985842c8a3e14b6d37f7e060f163c641361553ed1947a9d79f1d0f2edde049ea42082d0b0c6841eb293c7909313ff4221')
-
-build() {
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-check() {
-  cd $pkgname-$_commit
-  make test
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: xcb-imdkit/repos/community-x86_64/PKGBUILD (from rev 625831, 
xcb-imdkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 05:11:19 UTC (rev 625833)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=xcb-imdkit
+pkgver=0.0.0.20200509
+_commit=37308dbc4e83c50f38cdb6aae394f8334373bd65
+pkgrel=1
+pkgdesc="Input method development support for xcb"
+arch=('x86_64')
+url="https://github.com/fcitx/xcb-imdkit;
+license=('GPL')
+depends=('xcb-util' 'xcb-util-keysyms')
+makedepends=('extra-cmake-modules' 'xorgproto')
+source=("https://github.com/fcitx/xcb-imdkit/archive/$_commit/xcb-imdkit-$_commit.tar.gz;)
+sha512sums=('362fc3349c5811005a07630c9b37d5bbf87851a9d688df397a0f62794f9f787c73e855acf2afe90b5cc6a4c4a4a0eb41c359024d142c463864b88ecc3f017bc2')
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+check() {
+  cd $pkgname-$_commit
+  make test
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:10:59
  Author: felixonmars
Revision: 625831

upgpkg: haskell-hopenpgp 2.9.4-71: rebuild with bz2 1.0.0.3

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:10:47 UTC (rev 625830)
+++ PKGBUILD2020-05-09 05:10:59 UTC (rev 625831)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.4
-pkgrel=70
+pkgrel=71
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:10:47
  Author: felixonmars
Revision: 625830

upgpkg: xcb-imdkit 0.0.0.20200509-1

Modified:
  xcb-imdkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 05:09:01 UTC (rev 625829)
+++ PKGBUILD2020-05-09 05:10:47 UTC (rev 625830)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=xcb-imdkit
-pkgver=0.0.0.20200419
-_commit=c0bec58324fd8f8ff5c6b2a8e4d1e9d408cd4329
+pkgver=0.0.0.20200509
+_commit=37308dbc4e83c50f38cdb6aae394f8334373bd65
 pkgrel=1
 pkgdesc="Input method development support for xcb"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('xcb-util' 'xcb-util-keysyms')
 makedepends=('extra-cmake-modules' 'xorgproto')
 
source=("https://github.com/fcitx/xcb-imdkit/archive/$_commit/xcb-imdkit-$_commit.tar.gz;)
-sha512sums=('9692ca4a4de589a62cda736e75cdf03985842c8a3e14b6d37f7e060f163c641361553ed1947a9d79f1d0f2edde049ea42082d0b0c6841eb293c7909313ff4221')
+sha512sums=('362fc3349c5811005a07630c9b37d5bbf87851a9d688df397a0f62794f9f787c73e855acf2afe90b5cc6a4c4a4a0eb41c359024d142c463864b88ecc3f017bc2')
 
 build() {
   cd $pkgname-$_commit


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

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:09:01
  Author: felixonmars
Revision: 625829

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-bz2/repos/community-staging-x86_64/PKGBUILD (from rev 625828, 
haskell-bz2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-09 05:09:01 UTC (rev 625829)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=bz2
+pkgname=haskell-bz2
+pkgver=1.0.0.3
+pkgrel=1
+pkgdesc="Bindings to libbz2"
+url="https://hub.darcs.net/vmchale/bz2;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'bzip2')
+makedepends=('ghc' 'c2hs' 'haskell-mmap' 'haskell-tasty' 
'haskell-tasty-golden' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4dbbc312325bb337f081d87484d53134b3d91acdb754919c5cf4a1c50eee36cc987bf6cd2b31877f73c8415a0a7bb03b378f2457e73156a4ad95921eae458dc0')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+
+# Use system libbz2
+sed -i -e '/cbits/d' -e '/c-sources/d' -e '/hs-source-dirs/i \
extra-libraries: bz2' $_hkgname.cabal
+}
+
+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
+}
+
+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 haskell-bz2/trunk (PKGBUILD)

2020-05-08 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 05:08:47
  Author: felixonmars
Revision: 625828

upgpkg: haskell-bz2 1.0.0.3-1: rebuild with bz2 1.0.0.3

Modified:
  haskell-bz2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 01:47:01 UTC (rev 625827)
+++ PKGBUILD2020-05-09 05:08:47 UTC (rev 625828)
@@ -2,16 +2,16 @@
 
 _hkgname=bz2
 pkgname=haskell-bz2
-pkgver=1.0.0.2
-pkgrel=21
+pkgver=1.0.0.3
+pkgrel=1
 pkgdesc="Bindings to libbz2"
 url="https://hub.darcs.net/vmchale/bz2;
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'bzip2')
-makedepends=('ghc' 'c2hs' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit')
+makedepends=('ghc' 'c2hs' 'haskell-mmap' 'haskell-tasty' 
'haskell-tasty-golden' 'haskell-tasty-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('7963cbc3befb40490099ff37ecebd8b5fbd657f3bf81b6cb76ac6eed3c8dc46ca35a72bf50567a6964345d6e2be5e4063d8ac4c3db05c99a1bb205779a742b36')
+sha512sums=('4dbbc312325bb337f081d87484d53134b3d91acdb754919c5cf4a1c50eee36cc987bf6cd2b31877f73c8415a0a7bb03b378f2457e73156a4ad95921eae458dc0')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Saturday, May 9, 2020 @ 03:16:33
  Author: heftig
Revision: 382835

archrelease: copy trunk to extra-x86_64

Added:
  rust/repos/extra-x86_64/70163.patch
(from rev 382834, rust/trunk/70163.patch)
  rust/repos/extra-x86_64/PKGBUILD
(from rev 382834, rust/trunk/PKGBUILD)
Deleted:
  rust/repos/extra-x86_64/70163.patch
  rust/repos/extra-x86_64/PKGBUILD

-+
 70163.patch |  108 +++---
 PKGBUILD|  282 +-
 2 files changed, 195 insertions(+), 195 deletions(-)

Deleted: 70163.patch
===
--- 70163.patch 2020-05-09 03:12:38 UTC (rev 382834)
+++ 70163.patch 2020-05-09 03:16:33 UTC (rev 382835)
@@ -1,54 +0,0 @@
-From a94fa896cc92d5e0678376cf5aa8b64af0899732 Mon Sep 17 00:00:00 2001
-From: Nikita Popov 
-Date: Tue, 4 Feb 2020 20:35:50 +0100
-Subject: [PATCH 4/5] Fix timeTraceProfilerInitialize for LLVM 10
-

- src/rustllvm/PassWrapper.cpp | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/rustllvm/PassWrapper.cpp b/src/rustllvm/PassWrapper.cpp
-index 90d24d20737db..9e8614e3b6d34 100644
 a/src/rustllvm/PassWrapper.cpp
-+++ b/src/rustllvm/PassWrapper.cpp
-@@ -67,7 +67,11 @@ extern "C" void LLVMInitializePasses() {
- }
- 
- extern "C" void LLVMTimeTraceProfilerInitialize() {
--#if LLVM_VERSION_GE(9, 0)
-+#if LLVM_VERSION_GE(10, 0)
-+  timeTraceProfilerInitialize(
-+  /* TimeTraceGranularity */ 0,
-+  /* ProcName */ "rustc");
-+#elif LLVM_VERSION_GE(9, 0)
-   timeTraceProfilerInitialize();
- #endif
- }
-
-From 497f879b1e24c369362bcd821959ffabc50a8a31 Mon Sep 17 00:00:00 2001
-From: Nikita Popov 
-Date: Mon, 2 Mar 2020 22:37:55 +0100
-Subject: [PATCH 5/5] Update CreateMemSet() usage for LLVM 10
-

- src/rustllvm/RustWrapper.cpp | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/rustllvm/RustWrapper.cpp b/src/rustllvm/RustWrapper.cpp
-index 25cfee3373dc4..799adb418822d 100644
 a/src/rustllvm/RustWrapper.cpp
-+++ b/src/rustllvm/RustWrapper.cpp
-@@ -1333,8 +1333,13 @@ extern "C" LLVMValueRef 
LLVMRustBuildMemSet(LLVMBuilderRef B,
- LLVMValueRef Dst, unsigned 
DstAlign,
- LLVMValueRef Val,
- LLVMValueRef Size, bool 
IsVolatile) {
-+#if LLVM_VERSION_GE(10, 0)
-+  return wrap(unwrap(B)->CreateMemSet(
-+  unwrap(Dst), unwrap(Val), unwrap(Size), MaybeAlign(DstAlign), 
IsVolatile));
-+#else
-   return wrap(unwrap(B)->CreateMemSet(
-   unwrap(Dst), unwrap(Val), unwrap(Size), DstAlign, IsVolatile));
-+#endif
- }
- 
- extern "C" LLVMValueRef

Copied: rust/repos/extra-x86_64/70163.patch (from rev 382834, 
rust/trunk/70163.patch)
===
--- 70163.patch (rev 0)
+++ 70163.patch 2020-05-09 03:16:33 UTC (rev 382835)
@@ -0,0 +1,54 @@
+From a94fa896cc92d5e0678376cf5aa8b64af0899732 Mon Sep 17 00:00:00 2001
+From: Nikita Popov 
+Date: Tue, 4 Feb 2020 20:35:50 +0100
+Subject: [PATCH 4/5] Fix timeTraceProfilerInitialize for LLVM 10
+
+---
+ src/rustllvm/PassWrapper.cpp | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/rustllvm/PassWrapper.cpp b/src/rustllvm/PassWrapper.cpp
+index 90d24d20737db..9e8614e3b6d34 100644
+--- a/src/rustllvm/PassWrapper.cpp
 b/src/rustllvm/PassWrapper.cpp
+@@ -67,7 +67,11 @@ extern "C" void LLVMInitializePasses() {
+ }
+ 
+ extern "C" void LLVMTimeTraceProfilerInitialize() {
+-#if LLVM_VERSION_GE(9, 0)
++#if LLVM_VERSION_GE(10, 0)
++  timeTraceProfilerInitialize(
++  /* TimeTraceGranularity */ 0,
++  /* ProcName */ "rustc");
++#elif LLVM_VERSION_GE(9, 0)
+   timeTraceProfilerInitialize();
+ #endif
+ }
+
+From 497f879b1e24c369362bcd821959ffabc50a8a31 Mon Sep 17 00:00:00 2001
+From: Nikita Popov 
+Date: Mon, 2 Mar 2020 22:37:55 +0100
+Subject: [PATCH 5/5] Update CreateMemSet() usage for LLVM 10
+
+---
+ src/rustllvm/RustWrapper.cpp | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/src/rustllvm/RustWrapper.cpp b/src/rustllvm/RustWrapper.cpp
+index 25cfee3373dc4..799adb418822d 100644
+--- a/src/rustllvm/RustWrapper.cpp
 b/src/rustllvm/RustWrapper.cpp
+@@ -1333,8 +1333,13 @@ extern "C" LLVMValueRef 
LLVMRustBuildMemSet(LLVMBuilderRef B,
+ LLVMValueRef Dst, unsigned 
DstAlign,
+ LLVMValueRef Val,
+ LLVMValueRef Size, bool 
IsVolatile) {
++#if LLVM_VERSION_GE(10, 0)
++  return wrap(unwrap(B)->CreateMemSet(
++  unwrap(Dst), unwrap(Val), unwrap(Size), MaybeAlign(DstAlign), 
IsVolatile));
++#else
+   return wrap(unwrap(B)->CreateMemSet(
+   unwrap(Dst), unwrap(Val), unwrap(Size), DstAlign, IsVolatile));
++#endif
+ }
+ 
+ extern "C" LLVMValueRef

Deleted: PKGBUILD

[arch-commits] Commit in firefox/repos/extra-x86_64 (9 files)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Saturday, May 9, 2020 @ 03:12:23
  Author: heftig
Revision: 382833

archrelease: copy trunk to extra-x86_64

Added:
  
firefox/repos/extra-x86_64/0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch
(from rev 382832, 
firefox/trunk/0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch)
  
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 382832, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 382832, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 382832, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 382832, firefox/trunk/upload-symbol-archive)
Deleted:
  
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/upload-symbol-archive

-+
 0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch |   70 +
 0001-Use-remoting-name-for-GDK-application-names.patch  |  110 -
 PKGBUILD|  451 +++---
 firefox.desktop |  680 
+-
 upload-symbol-archive   |   50 
 5 files changed, 720 insertions(+), 641 deletions(-)

Copied: 
firefox/repos/extra-x86_64/0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch
 (from rev 382832, 
firefox/trunk/0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch)
===
--- 0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch 
(rev 0)
+++ 0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch 
2020-05-09 03:12:23 UTC (rev 382833)
@@ -0,0 +1,70 @@
+From c3acffdb8e0cd46561d2c5131227dc92967cf3d2 Mon Sep 17 00:00:00 2001
+From: Kevin Jacobs 
+Date: Tue, 14 Apr 2020 18:32:19 +
+Subject: [PATCH] Bug 1624128 - Update CK_GCM_PARAMS uses for PKCS11 v3.0
+ definition r=keeler
+
+This patch initializes the ulIvBits member of CK_GCM_PARAMS, which is new in 
PKCS11 v3.
+
+For libprio, we instead define NSS_PKCS11_2_0_COMPAT, which yields the old 
struct definition.
+
+Differential Revision: https://phabricator.services.mozilla.com/D67740
+---
+ dom/crypto/WebCryptoTask.cpp | 1 +
+ netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c | 1 +
+ security/manager/ssl/OSKeyStore.cpp  | 1 +
+ third_party/prio/moz.build   | 5 +
+ 4 files changed, 8 insertions(+)
+
+diff --git a/dom/crypto/WebCryptoTask.cpp b/dom/crypto/WebCryptoTask.cpp
+index ad0d1432738f..60a265972d21 100644
+--- a/dom/crypto/WebCryptoTask.cpp
 b/dom/crypto/WebCryptoTask.cpp
+@@ -600,6 +600,7 @@ class AesTask : public ReturnArrayBufferViewTask, public 
DeferredData {
+   case CKM_AES_GCM:
+ gcmParams.pIv = mIv.Elements();
+ gcmParams.ulIvLen = mIv.Length();
++gcmParams.ulIvBits = gcmParams.ulIvLen * 8;
+ gcmParams.pAAD = mAad.Elements();
+ gcmParams.ulAADLen = mAad.Length();
+ gcmParams.ulTagBits = mTagLength;
+diff --git a/netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c 
b/netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c
+index e1fdbe36fbf8..2be2ce932ddf 100644
+--- a/netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c
 b/netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c
+@@ -271,6 +271,7 @@ static srtp_err_status_t srtp_aes_gcm_nss_do_crypto(void 
*cv,
+ 
+ c->params.pIv = c->iv;
+ c->params.ulIvLen = GCM_IV_LEN;
++c->params.ulIvBits = GCM_IV_LEN * 8;
+ c->params.pAAD = c->aad;
+ c->params.ulAADLen = c->aad_size;
+ 
+diff --git a/security/manager/ssl/OSKeyStore.cpp 
b/security/manager/ssl/OSKeyStore.cpp
+index 00bc918c5fdd..c83a559d9c1e 100644
+--- a/security/manager/ssl/OSKeyStore.cpp
 b/security/manager/ssl/OSKeyStore.cpp
+@@ -663,6 +663,7 @@ nsresult AbstractOSKeyStore::DoCipher(const 
UniquePK11SymKey& aSymKey,
+   CK_GCM_PARAMS gcm_params;
+   gcm_params.pIv = const_cast(ivp);
+   gcm_params.ulIvLen = mIVLength;
++  gcm_params.ulIvBits = gcm_params.ulIvLen * 8;
+   gcm_params.ulTagBits = 128;
+   gcm_params.pAAD = nullptr;
+   gcm_params.ulAADLen = 0;
+diff --git a/third_party/prio/moz.build b/third_party/prio/moz.build
+index 3e10fe71ce8e..0a6e3c74a269 100644
+--- a/third_party/prio/moz.build
 b/third_party/prio/moz.build
+@@ -42,3 +42,8 @@ SOURCES += [
+ ]
+ 
+ FINAL_LIBRARY = 'xul'
++
++# Use PKCS11 v2 struct definitions for now, otherwise NSS requires
++# CK_GCM_PARAMS.ulIvBits to be set. This workaround is only required
++# until NSS 3.52 RTM and upstream correctly initializes the field.
++DEFINES['NSS_PKCS11_2_0_COMPAT'] = True
+-- 
+2.26.2
+

Deleted: 

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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Saturday, May 9, 2020 @ 03:12:38
  Author: heftig
Revision: 382834

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 382833, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  468 ++---
 1 file changed, 234 insertions(+), 234 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 03:12:23 UTC (rev 382833)
+++ PKGBUILD2020-05-09 03:12:38 UTC (rev 382834)
@@ -1,234 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=76.0
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=(any)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/;
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca-valencia "Catalan (Valencian)"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canadian)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (BokmĂĄl)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tl "Tagalog"'
-  'tr "Turkish"'
-  'trs"Chicahuaxtla Triqui"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('30383d8176796196a86524152afc722ad991c79920051b2e6f8f9ece7816c12b'
-'a0301a9fe77f662ce73d22a829f0275531a083e1402f3fe6a0c7de63e863f8c9'
-'0f30a5340bb1d4c96074dd096b9528342a526f98cc2bfe9aacb400f892b5a7c5'
-'27717698189dec4de7e9cccbb8419f454e8c95af9a6c122c39f7b4534fb5c137'
-'f06652419752c172da3336ccdc5711d375c8ea897b8ff47e7e33c23e9e6ce5ee'
-'27f2d6eba33e499bea906a13f56dba6607e80393736ee44002ed46b207037b1b'
-'cd498048e6d664cb2eb91288911d9c7c5ac4ba39e30934bf7bff280cb47eb58d'
-'6dbe2e39ffadb2c0b30027cb87202999ed85844277857ca16bf7351bfbc05216'
-'858d031986a70306528abe43441ac8099bed7c51b3e2d7f368114c21399648d8'
-'bc7ff15f556e3f27d7b9f4b0c74dc21726d2732d0fd3d8b4edd3556b49e88a51'
-'4cf3d29fd66313418d85768e3595cd9ed11cd656e0e2377bb133d42e8914b12a'
-'53ed8fcdbdd592e628612f2919d61beacb6bbccaa2617887f311109ae8a21268'
-

[arch-commits] Commit in firefox/trunk (2 files)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Saturday, May 9, 2020 @ 03:11:50
  Author: heftig
Revision: 382832

76.0.1-1

Added:
  firefox/trunk/0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch
Modified:
  firefox/trunk/PKGBUILD

-+
 0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch |   70 
++
 PKGBUILD|   15 +-
 2 files changed, 82 insertions(+), 3 deletions(-)

Added: 0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch
===
--- 0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch 
(rev 0)
+++ 0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch 
2020-05-09 03:11:50 UTC (rev 382832)
@@ -0,0 +1,70 @@
+From c3acffdb8e0cd46561d2c5131227dc92967cf3d2 Mon Sep 17 00:00:00 2001
+From: Kevin Jacobs 
+Date: Tue, 14 Apr 2020 18:32:19 +
+Subject: [PATCH] Bug 1624128 - Update CK_GCM_PARAMS uses for PKCS11 v3.0
+ definition r=keeler
+
+This patch initializes the ulIvBits member of CK_GCM_PARAMS, which is new in 
PKCS11 v3.
+
+For libprio, we instead define NSS_PKCS11_2_0_COMPAT, which yields the old 
struct definition.
+
+Differential Revision: https://phabricator.services.mozilla.com/D67740
+---
+ dom/crypto/WebCryptoTask.cpp | 1 +
+ netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c | 1 +
+ security/manager/ssl/OSKeyStore.cpp  | 1 +
+ third_party/prio/moz.build   | 5 +
+ 4 files changed, 8 insertions(+)
+
+diff --git a/dom/crypto/WebCryptoTask.cpp b/dom/crypto/WebCryptoTask.cpp
+index ad0d1432738f..60a265972d21 100644
+--- a/dom/crypto/WebCryptoTask.cpp
 b/dom/crypto/WebCryptoTask.cpp
+@@ -600,6 +600,7 @@ class AesTask : public ReturnArrayBufferViewTask, public 
DeferredData {
+   case CKM_AES_GCM:
+ gcmParams.pIv = mIv.Elements();
+ gcmParams.ulIvLen = mIv.Length();
++gcmParams.ulIvBits = gcmParams.ulIvLen * 8;
+ gcmParams.pAAD = mAad.Elements();
+ gcmParams.ulAADLen = mAad.Length();
+ gcmParams.ulTagBits = mTagLength;
+diff --git a/netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c 
b/netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c
+index e1fdbe36fbf8..2be2ce932ddf 100644
+--- a/netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c
 b/netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c
+@@ -271,6 +271,7 @@ static srtp_err_status_t srtp_aes_gcm_nss_do_crypto(void 
*cv,
+ 
+ c->params.pIv = c->iv;
+ c->params.ulIvLen = GCM_IV_LEN;
++c->params.ulIvBits = GCM_IV_LEN * 8;
+ c->params.pAAD = c->aad;
+ c->params.ulAADLen = c->aad_size;
+ 
+diff --git a/security/manager/ssl/OSKeyStore.cpp 
b/security/manager/ssl/OSKeyStore.cpp
+index 00bc918c5fdd..c83a559d9c1e 100644
+--- a/security/manager/ssl/OSKeyStore.cpp
 b/security/manager/ssl/OSKeyStore.cpp
+@@ -663,6 +663,7 @@ nsresult AbstractOSKeyStore::DoCipher(const 
UniquePK11SymKey& aSymKey,
+   CK_GCM_PARAMS gcm_params;
+   gcm_params.pIv = const_cast(ivp);
+   gcm_params.ulIvLen = mIVLength;
++  gcm_params.ulIvBits = gcm_params.ulIvLen * 8;
+   gcm_params.ulTagBits = 128;
+   gcm_params.pAAD = nullptr;
+   gcm_params.ulAADLen = 0;
+diff --git a/third_party/prio/moz.build b/third_party/prio/moz.build
+index 3e10fe71ce8e..0a6e3c74a269 100644
+--- a/third_party/prio/moz.build
 b/third_party/prio/moz.build
+@@ -42,3 +42,8 @@ SOURCES += [
+ ]
+ 
+ FINAL_LIBRARY = 'xul'
++
++# Use PKCS11 v2 struct definitions for now, otherwise NSS requires
++# CK_GCM_PARAMS.ulIvBits to be set. This workaround is only required
++# until NSS 3.52 RTM and upstream correctly initializes the field.
++DEFINES['NSS_PKCS11_2_0_COMPAT'] = True
+-- 
+2.26.2
+

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 01:31:31 UTC (rev 382831)
+++ PKGBUILD2020-05-09 03:11:50 UTC (rev 382832)
@@ -3,8 +3,8 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=76.0
-pkgrel=2
+pkgver=76.0.1
+pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
 license=(MPL GPL LGPL)
@@ -21,10 +21,12 @@
 'hunspell-en_US: Spell checking, American English')
 options=(!emptydirs !makeflags !strip)
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
+0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 $pkgname.desktop)
-sha256sums=('3b7b97b0b0625fc6ec23ee28d425988c679d3a56f362d62fd3b225a5d50afdc8'
+sha256sums=('f61761e32774a6bdfedd5937c4992fbe5e24c3df057c2b9a559fcd0d038777c3'
 'SKIP'
+'215ca2cd2994d787c4748b8e76acdc21932700ab43fa6a32aa8de3ce4b380111'
 '5f7ac724a5c5afd9322b1e59006f4170ea5354ca1e0e60dab08b7784c2d8463c'
 

[arch-commits] Commit in mailman/repos/community-x86_64 (42 files)

2020-05-08 Thread SĂ©bastien Luttringer via arch-commits
Date: Saturday, May 9, 2020 @ 01:47:01
  Author: seblu
Revision: 625827

archrelease: copy trunk to community-x86_64

Added:
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
(from rev 625826, mailman/trunk/01-mailman-2.1-build.patch)
  mailman/repos/community-x86_64/PKGBUILD
(from rev 625826, mailman/trunk/PKGBUILD)
  mailman/repos/community-x86_64/mailman-checkdbs.service
(from rev 625826, mailman/trunk/mailman-checkdbs.service)
  mailman/repos/community-x86_64/mailman-checkdbs.timer
(from rev 625826, mailman/trunk/mailman-checkdbs.timer)
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
(from rev 625826, mailman/trunk/mailman-cullbadshunt.service)
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
(from rev 625826, mailman/trunk/mailman-cullbadshunt.timer)
  mailman/repos/community-x86_64/mailman-disabled.service
(from rev 625826, mailman/trunk/mailman-disabled.service)
  mailman/repos/community-x86_64/mailman-disabled.timer
(from rev 625826, mailman/trunk/mailman-disabled.timer)
  mailman/repos/community-x86_64/mailman-gatenews.service
(from rev 625826, mailman/trunk/mailman-gatenews.service)
  mailman/repos/community-x86_64/mailman-gatenews.timer
(from rev 625826, mailman/trunk/mailman-gatenews.timer)
  mailman/repos/community-x86_64/mailman-mailpasswds.service
(from rev 625826, mailman/trunk/mailman-mailpasswds.service)
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
(from rev 625826, mailman/trunk/mailman-mailpasswds.timer)
  mailman/repos/community-x86_64/mailman-nightlygzip.service
(from rev 625826, mailman/trunk/mailman-nightlygzip.service)
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
(from rev 625826, mailman/trunk/mailman-nightlygzip.timer)
  mailman/repos/community-x86_64/mailman-senddigests.service
(from rev 625826, mailman/trunk/mailman-senddigests.service)
  mailman/repos/community-x86_64/mailman-senddigests.timer
(from rev 625826, mailman/trunk/mailman-senddigests.timer)
  mailman/repos/community-x86_64/mailman.install
(from rev 625826, mailman/trunk/mailman.install)
  mailman/repos/community-x86_64/mailman.profile.csh
(from rev 625826, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-x86_64/mailman.profile.sh
(from rev 625826, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-x86_64/mailman.service
(from rev 625826, mailman/trunk/mailman.service)
  mailman/repos/community-x86_64/mailman.sysusers
(from rev 625826, mailman/trunk/mailman.sysusers)
Deleted:
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
  mailman/repos/community-x86_64/PKGBUILD
  mailman/repos/community-x86_64/mailman-checkdbs.service
  mailman/repos/community-x86_64/mailman-checkdbs.timer
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
  mailman/repos/community-x86_64/mailman-disabled.service
  mailman/repos/community-x86_64/mailman-disabled.timer
  mailman/repos/community-x86_64/mailman-gatenews.service
  mailman/repos/community-x86_64/mailman-gatenews.timer
  mailman/repos/community-x86_64/mailman-mailpasswds.service
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
  mailman/repos/community-x86_64/mailman-nightlygzip.service
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
  mailman/repos/community-x86_64/mailman-senddigests.service
  mailman/repos/community-x86_64/mailman-senddigests.timer
  mailman/repos/community-x86_64/mailman.install
  mailman/repos/community-x86_64/mailman.profile.csh
  mailman/repos/community-x86_64/mailman.profile.sh
  mailman/repos/community-x86_64/mailman.service
  mailman/repos/community-x86_64/mailman.sysusers

--+
 01-mailman-2.1-build.patch   | 1388 -
 PKGBUILD |  258 +++
 mailman-checkdbs.service |   20 
 mailman-checkdbs.timer   |   20 
 mailman-cullbadshunt.service |   20 
 mailman-cullbadshunt.timer   |   20 
 mailman-disabled.service |   20 
 mailman-disabled.timer   |   20 
 mailman-gatenews.service |   20 
 mailman-gatenews.timer   |   20 
 mailman-mailpasswds.service  |   20 
 mailman-mailpasswds.timer|   20 
 mailman-nightlygzip.service  |   20 
 mailman-nightlygzip.timer|   20 
 mailman-senddigests.service  |   20 
 mailman-senddigests.timer|   20 
 mailman.install  |   32 
 mailman.profile.csh  |2 
 mailman.profile.sh   |6 
 mailman.service  |   34 -
 mailman.sysusers |2 
 21 files changed, 1001 insertions(+), 1001 deletions(-)

Deleted: 01-mailman-2.1-build.patch
===
--- 01-mailman-2.1-build.patch  2020-05-09 01:46:38 UTC (rev 625826)
+++ 01-mailman-2.1-build.patch  2020-05-09 01:47:01 UTC (rev 625827)
@@ -1,694 +0,0 @@
-diff -ruN 

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

2020-05-08 Thread SĂ©bastien Luttringer via arch-commits
Date: Saturday, May 9, 2020 @ 01:46:38
  Author: seblu
Revision: 625826

upgpkg: mailman 2.1.33-1

Modified:
  mailman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 01:43:24 UTC (rev 625825)
+++ PKGBUILD2020-05-09 01:46:38 UTC (rev 625826)
@@ -2,7 +2,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=mailman
-pkgver=2.1.32
+pkgver=2.1.33
 pkgrel=1
 pkgdesc='The GNU Mailing List Manager'
 arch=(x86_64)
@@ -36,7 +36,7 @@
 '01-mailman-2.1-build.patch'
 )
 validpgpkeys=('C638CAEF0AC21563736B5A22555B975E953B8693') # Mark Sapiro 

-sha256sums=('3755322b23cb41cd726407658dc1ae0d2dcc9887c9239945491a551933505e5d'
+sha256sums=('6d7e81753c78120f479a275ea623194cac188a3daf301eb76aa9d39a942d5234'
 'SKIP'
 '1af0e72434c6dbaada49df3b2b7de03ec4574f7534ce5545b4de26372241d9f4'
 '058d35874967ccd8b9a92fa40480c1350f4ef5ad2fa783e4baf1b0309f6782cb'


[arch-commits] Commit in (4 files)

2020-05-08 Thread Kpcyrd via arch-commits
Date: Saturday, May 9, 2020 @ 01:43:08
  Author: kpcyrd
Revision: 625824

upgpkg: cargo-watch 7.3.0-2

Added:
  cargo-watch/
  cargo-watch/repos/
  cargo-watch/trunk/
  cargo-watch/trunk/PKGBUILD

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

Added: cargo-watch/trunk/PKGBUILD
===
--- cargo-watch/trunk/PKGBUILD  (rev 0)
+++ cargo-watch/trunk/PKGBUILD  2020-05-09 01:43:08 UTC (rev 625824)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd 
+# Contributor: Vlad M. 
+
+pkgname=cargo-watch
+pkgver=7.3.0
+pkgrel=2
+pkgdesc="Utility for Cargo to compile projects when sources change"
+url='https://github.com/passcod/cargo-watch'
+arch=('x86_64')
+license=('CC0-1.0')
+depends=('cargo')
+source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c9a281e9b713a5dfc6a075a71ad2d8823b6eb8cd40d2f6e57c9a7849a906e2e641540826a972e991194e58c04050216f97ef305673c653ab00edf6444950b165')
+b2sums=('9df965d9d5dd0062f6c4a12b98ed35103cf295ee25b97f818d2494a7f76f713645685ee0c9acf062e070531640c7b130bec0af6cdb5fdb6a8388143c2057618b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-08 Thread Kpcyrd via arch-commits
Date: Saturday, May 9, 2020 @ 01:43:24
  Author: kpcyrd
Revision: 625825

archrelease: copy trunk to community-x86_64

Added:
  cargo-watch/repos/community-x86_64/
  cargo-watch/repos/community-x86_64/PKGBUILD
(from rev 625824, cargo-watch/trunk/PKGBUILD)

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

Copied: cargo-watch/repos/community-x86_64/PKGBUILD (from rev 625824, 
cargo-watch/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-05-09 01:43:24 UTC (rev 625825)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd 
+# Contributor: Vlad M. 
+
+pkgname=cargo-watch
+pkgver=7.3.0
+pkgrel=2
+pkgdesc="Utility for Cargo to compile projects when sources change"
+url='https://github.com/passcod/cargo-watch'
+arch=('x86_64')
+license=('CC0-1.0')
+depends=('cargo')
+source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c9a281e9b713a5dfc6a075a71ad2d8823b6eb8cd40d2f6e57c9a7849a906e2e641540826a972e991194e58c04050216f97ef305673c653ab00edf6444950b165')
+b2sums=('9df965d9d5dd0062f6c4a12b98ed35103cf295ee25b97f818d2494a7f76f713645685ee0c9acf062e070531640c7b130bec0af6cdb5fdb6a8388143c2057618b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Saturday, May 9, 2020 @ 01:31:31
  Author: heftig
Revision: 382831

76.0.1-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 00:27:29 UTC (rev 382830)
+++ PKGBUILD2020-05-09 01:31:31 UTC (rev 382831)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=76.0
+pkgver=76.0.1
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -136,99 +136,99 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('30383d8176796196a86524152afc722ad991c79920051b2e6f8f9ece7816c12b'
-'a0301a9fe77f662ce73d22a829f0275531a083e1402f3fe6a0c7de63e863f8c9'
-'0f30a5340bb1d4c96074dd096b9528342a526f98cc2bfe9aacb400f892b5a7c5'
-'27717698189dec4de7e9cccbb8419f454e8c95af9a6c122c39f7b4534fb5c137'
-'f06652419752c172da3336ccdc5711d375c8ea897b8ff47e7e33c23e9e6ce5ee'
-'27f2d6eba33e499bea906a13f56dba6607e80393736ee44002ed46b207037b1b'
-'cd498048e6d664cb2eb91288911d9c7c5ac4ba39e30934bf7bff280cb47eb58d'
-'6dbe2e39ffadb2c0b30027cb87202999ed85844277857ca16bf7351bfbc05216'
-'858d031986a70306528abe43441ac8099bed7c51b3e2d7f368114c21399648d8'
-'bc7ff15f556e3f27d7b9f4b0c74dc21726d2732d0fd3d8b4edd3556b49e88a51'
-'4cf3d29fd66313418d85768e3595cd9ed11cd656e0e2377bb133d42e8914b12a'
-'53ed8fcdbdd592e628612f2919d61beacb6bbccaa2617887f311109ae8a21268'
-'d002fc212109ed35e5c25711ff5b7f0cfea276d39ff0171fdf1e588a9cb6b636'
-'6f5f395171147a98e6682d9103718823ac94bed56b0ecd0a8b361bb489c1957f'
-'850b843cfc902b49fab32e738b5fd2c77fa3470e65fe2eece4e08cb8e7b43e53'
-'f5ad302b3a6715af60ababbbdaeef0c6d5d90f0c5965dc7beabc759d0e4bd16c'
-'59842522b90ea71392f5e14dcefebded552c8d56cd438c1de88b7657d5b6321e'
-'e2ea96f3f7f5aaf1fc79fccc72e33052825a14ca08b6714c7179ff1328c3fe01'
-'323ad45e73b1c2b35d741bb89a9b55b2b628d93bc5b4a19d753f4b84230b5df0'
-'a74df500a6dfddc153e47871c83a493fd257c0e4e9aa7bc2591dbfd47ea552fc'
-'3f789b59656d8fa1b6c3c4cfeda405c0d0a4cf0674c456c35dbffeba5eb2965f'
-'7b6e9c55d463b268c27b544969313243574f5573e68dda8cbf18c40d817dbcae'
-'5969d906d76f661993bc34f3403b56b2684c9966fb22990940e8e1f3d27123d8'
-'b233979b18aa00bce8a3f0720f1719f1a8fd018b77139fb7d611e274a844b715'
-'bfae78c215cdf6f882ff19fac5f937e2b38b26bb988f2e7492e07799bbd1'
-'ce5d225b68915358a41ea571c282a0359e4067468fe4346b62d52461c203051f'
-'14360a189431a2f3f0f940d94efe8c3ca6854464a6ccd131a58db79be8ededb0'
-'08f0ae790d385518a87ea4e0686561b34e1335ac782ca6c4eccfc336dbe8c274'
-'99fb1388aef301a2bafa85f5c34f198e584fac65b75786c3f581fac0c4a7b8e2'
-'8705116472a878c16bcdb6334a506e4b2c3c7c2d56b98ceea1694fd8a7d66976'
-'ecf927de1cb1f1b97a7294fc06a715074cba9722662aa6f278ab2000e44eb5c8'
-'692797fbd5077293ca6d23c56b52f94dd87cd2bbc862bf5f8f35abffd213'
-'5c0f4b0c72805e2d5ab376428808d028adf9ce0cda4c5ffd487a9945870f18a4'
-'9af843a4db68745f2249d32b506ca6de9f0920eb8cec87b80f2f76b9727de0d2'
-'60d33390119220f932b04ef5c844cec42096310c839a004d21370561471230bd'
-'bcd200afcdadc0d477023287feb448718c5a2e5feb0a316ed65b7dd0e611e600'
-'ad65c239e085b96e2788e68fd68840300743aa3d0f79d0707df825b3246bc057'
-'d69841cb18ef217040e65aabbaef3df85f8b944c851f2ae3eb876ca99773e3c0'
-'f8580b23b1d964de12338796f24bd68573bba8c1438ae6a4460437c6fac7c6a5'
-'9c07139c32d0b372a3ff2dde34ddc6b9a96a25eac4482aac4f6f2f39dba738c0'
-'d9b08ec2c79c242a59349d88b1bde5dd61efd15f81074fe8361205779112227e'
-'d7f3a69dc4e869b436b1ce914765cd4f280bcb932dea0ead54e60477fddc9d8d'
-'72a505da3a461451c19bbbd8f347ab263f8be30a8f39808b409a60e7a4552bf3'
-'b6c53e7c418b0e9a62751283e6b3a974d3adc298b821ed7358cbe447017b11d8'
-'41b5663a47b73f4235e3ecd18f769d7b8003304570e9e3f52bfff255200fa074'
-'e8b04851430d0507601ea269098288b550331229902e52d49a19180ded459781'
-'079037fa4af80177dff0a0f6be78abfd3112f8d8d9ac58756e33dea8db787d12'
-'e77208f1de2d328524a12a2958774eb870355591345102fa87eacb208e4fdbb2'
-'f62b5decec8cd3df8175f6b467eae4fc656ebd41bc828c446df538f771a32d4c'
-'8c650d192180bfa6e475fe4bdeeb49583e0243097d23f541561249df991cbbe4'
-'66097e1f10d6a440b107e99351594b2504bfd7a480765c3e1af68d028374d176'
-'dff42494081a726468944484fce10328c8dc9e4335c81c4bc8c94acc73867577'
-'970b05bb662112c371d408d55af4e90ad53f6f832b416978784d2455931f3787'
-

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

2020-05-08 Thread Gaëtan Bisson via arch-commits
Date: Saturday, May 9, 2020 @ 00:27:11
  Author: bisson
Revision: 382829

upstream update

Modified:
  libspiro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 23:44:12 UTC (rev 382828)
+++ PKGBUILD2020-05-09 00:27:11 UTC (rev 382829)
@@ -3,14 +3,14 @@
 
 pkgname=libspiro
 epoch=1
-pkgver=20190731
+pkgver=20200505
 pkgrel=1
 pkgdesc='Simplifies the drawing of beautiful curves'
 url='https://github.com/fontforge/libspiro'
 license=('GPL')
 arch=('x86_64')
-source=("https://github.com/fontforge/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('24c7d1ccc7c7fe44ff10c376aa9f96e20e505f417ee72b63dc91a9b34eeac354')
+source=("https://github.com/fontforge/libspiro/releases/download/${pkgver}/libspiro-dist-${pkgver}.tar.gz;)
+sha256sums=('06c69a1e8dcbcabcf009fd96fd90b1a244d0257246e376c2c4d57c4ea4af0e49')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in libspiro/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-08 Thread Gaëtan Bisson via arch-commits
Date: Saturday, May 9, 2020 @ 00:27:29
  Author: bisson
Revision: 382830

archrelease: copy trunk to extra-x86_64

Added:
  libspiro/repos/extra-x86_64/PKGBUILD
(from rev 382829, libspiro/trunk/PKGBUILD)
Deleted:
  libspiro/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-09 00:27:11 UTC (rev 382829)
+++ PKGBUILD2020-05-09 00:27:29 UTC (rev 382830)
@@ -1,37 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: RĂ©my Oudompheng 
-
-pkgname=libspiro
-epoch=1
-pkgver=20190731
-pkgrel=1
-pkgdesc='Simplifies the drawing of beautiful curves'
-url='https://github.com/fontforge/libspiro'
-license=('GPL')
-arch=('x86_64')
-source=("https://github.com/fontforge/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('24c7d1ccc7c7fe44ff10c376aa9f96e20e505f417ee72b63dc91a9b34eeac354')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   autoreconf -i
-   automake --foreign -Wall
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LDFLAGS=
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
-}

Copied: libspiro/repos/extra-x86_64/PKGBUILD (from rev 382829, 
libspiro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-09 00:27:29 UTC (rev 382830)
@@ -0,0 +1,37 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: RĂ©my Oudompheng 
+
+pkgname=libspiro
+epoch=1
+pkgver=20200505
+pkgrel=1
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='https://github.com/fontforge/libspiro'
+license=('GPL')
+arch=('x86_64')
+source=("https://github.com/fontforge/libspiro/releases/download/${pkgver}/libspiro-dist-${pkgver}.tar.gz;)
+sha256sums=('06c69a1e8dcbcabcf009fd96fd90b1a244d0257246e376c2c4d57c4ea4af0e49')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   autoreconf -i
+   automake --foreign -Wall
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LDFLAGS=
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
+}


[arch-commits] Commit in vim/repos/extra-x86_64 (8 files)

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 23:44:12
  Author: anthraxx
Revision: 382828

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 382827, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 382827, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 382827, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 382827, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  420 
 archlinux.vim |   92 ++--
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 285 insertions(+), 285 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 23:44:05 UTC (rev 382827)
+++ PKGBUILD2020-05-08 23:44:12 UTC (rev 382828)
@@ -1,210 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz 
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.2.0510
-_versiondir=82
-pkgrel=2
-pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-url='https://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi' 'libcanberra')
-source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('96444016c54211badcf260d50064fa341a69049eced8afc80e157470aef94053'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
-'8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
-sha512sums=('58a58a8f2e9c9ddce7ef7f648511725f40b6b975d4e3b005d526a243bb8e391ec2847251ba0bbcdd2abd7214bb089fc2c64c447ffbd18374e14ed1f886a4bd05'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
-
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i feature.h
-sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic \
-  --disable-canberra
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic \
-  --enable-canberra
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc+=' (shared runtime)'
-  optdepends=('sh: support for some tools and macros'
-  'python: demoserver example tool'
-  'gawk: mve tools upport')
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # rc 

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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 23:44:05
  Author: anthraxx
Revision: 382827

upgpkg: vim 8.2.0717-2

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 23:35:06 UTC (rev 382826)
+++ PKGBUILD2020-05-08 23:44:05 UTC (rev 382827)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.2.0510
+pkgver=8.2.0717
 _versiondir=82
 pkgrel=2
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -22,11 +22,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('96444016c54211badcf260d50064fa341a69049eced8afc80e157470aef94053'
+sha256sums=('396833a01230286a39e4473c21e662877f4504c70b64537b945e4a9314d24b59'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
-sha512sums=('58a58a8f2e9c9ddce7ef7f648511725f40b6b975d4e3b005d526a243bb8e391ec2847251ba0bbcdd2abd7214bb089fc2c64c447ffbd18374e14ed1f886a4bd05'
+sha512sums=('ca3dc47313ae68b7fa8bf82cd402cc5c89a0428305c9ae800dcb2518f4a8135e85e8cafaf1fcf6a3f560e6eb5dfed07488e8e91f6be80393807ab2e2deaa5b52'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')


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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 23:42:56
  Author: anthraxx
Revision: 625822

upgpkg: pgadmin4 4.21-1

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 23:35:46 UTC (rev 625821)
+++ PKGBUILD2020-05-08 23:42:56 UTC (rev 625822)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=4.20
+pkgver=4.21
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
@@ -18,7 +18,7 @@
  'python-webencodings' 'python-werkzeug' 'python-dateutil'
  'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
  'python-flask-paranoid' 'python-sshtunnel' 'python-flask-security-too'
- 'python-werkzeug' 'python-flask-compress')
+ 'python-werkzeug' 'python-flask-compress' 'python-ldap3')
 makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
  'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
  'imagemagick')
@@ -29,7 +29,7 @@
 python-3.8.patch
 pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('7f95e9abb2afce0435e11ba4a7c8cde5397ac658c74b0dec014b03c38299f4509f4bb9268befbdb8f2704e159271668d14b1212a55f644034276751cb027e483'
+sha512sums=('f552209237c3028d2cbcc04121639e0d997543ac7e7b83084a971e19e6cc080b2b7a8a5e433dc46bed8953bd1cf00418f5193f4d652a1f2ad83448d124c1fa2f'
 'SKIP'
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
@@ -79,6 +79,7 @@
 -e '/Flask-Compress>?=/d' \
 -e '/sshtunnel>?=/d' \
 -e '/Werkzeug>?=/d' \
+-e '/ldap3>?=/d' \
 -e '/^#.*/d' \
 -e '/^$/d'
   if [[ -s requirements.txt ]]; then


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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 23:43:06
  Author: anthraxx
Revision: 625823

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 625822, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 625822, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 625822, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 625822, pgadmin4/trunk/pgAdmin4.desktop)
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
(from rev 625822, pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch)
  pgadmin4/repos/community-x86_64/python-3.8.patch
(from rev 625822, pgadmin4/trunk/python-3.8.patch)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
  pgadmin4/repos/community-x86_64/python-3.8.patch

+
 PKGBUILD   |  267 +--
 config_distro.py   |4 
 pgAdmin4.desktop   |   22 +-
 pgadmin4-python-de-vendor-venv-paths.patch |   66 +++---
 python-3.8.patch   |   24 +-
 5 files changed, 192 insertions(+), 191 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 23:42:56 UTC (rev 625822)
+++ PKGBUILD2020-05-08 23:43:06 UTC (rev 625823)
@@ -1,133 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=4.20
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' 'python'
- 'python-blinker' 'python-flask' 'python-flask-login'
- 'python-flask-migrate' 'python-flask-sqlalchemy' 'python-flask-wtf'
- 'python-passlib' 'python-pytz' 'python-simplejson' 'python-six'
- 'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil'
- 'python-jinja' 'python-paramiko' 'python-psycopg2'
- 'python-cryptography' 'python-sqlalchemy' 'python-testtools'
- 'python-webencodings' 'python-werkzeug' 'python-dateutil'
- 'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
- 'python-flask-paranoid' 'python-sshtunnel' 'python-flask-security-too'
- 'python-werkzeug' 'python-flask-compress')
-makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
- 'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
- 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-pgAdmin4.desktop
-config_distro.py
-config_local.py
-python-3.8.patch
-pgadmin4-python-de-vendor-venv-paths.patch)
-validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('7f95e9abb2afce0435e11ba4a7c8cde5397ac658c74b0dec014b03c38299f4509f4bb9268befbdb8f2704e159271668d14b1212a55f644034276751cb027e483'
-'SKIP'
-
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'9961c8e109baa25c1bd0a1a86262e5736a448e7fb19b0be992a29d95b2cba05d9427c063cd840b85262bacd93d9c65ccd40e3808166c7654972be203cbc72c03'
-
'70c8e589421ab50cf81753fbcfb5df65669b0feeefa3a57ee574b3785424fd107af720fc7007e52876798a46fae88f2c02dbf156aa096397afa0f85ac04fdb76')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 < ../python-3.8.patch
-  patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
-
-  local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
-  sed -E "s|/usr/pgadmin4/web|/usr/lib/pgadmin4/web|g;
-  
s|/usr/pgadmin4/lib/python[0-9\\.]+|/usr/lib/python${PYTHONVERSION}|g" \
-  -i runtime/ConfigWindow.ui
-  sed "s|##PYTHONVERSION##|${PYTHONVERSION}|g" -i runtime/Server.cpp
-
-  sed -E -i requirements.txt \
--e '/blinker>?=/d' \
--e '/extras>?=/d' \
--e '/Flask>?=/d' \
--e '/Flask-Login>?=/d' \
--e '/Flask-Migrate>?=/d' \
--e '/Flask-SQLAlchemy>?=/d' \
--e '/Flask-WTF>?=/d' \
--e '/pycrypto>?=/d' \
--e 

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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 23:35:06
  Author: anthraxx
Revision: 382826

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 382825, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  306 ++---
 1 file changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 23:34:45 UTC (rev 382825)
+++ PKGBUILD2020-05-08 23:35:06 UTC (rev 382826)
@@ -1,153 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=68.7.0
-pkgrel=1
-pkgdesc='Language pack for Thunderbird'
-url='https://www.mozilla.org/thunderbird'
-arch=('any')
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (BokmĂĄl)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-sha512sums=('303669b6a8e27d08ce40bd6c5d70b9516110caf4012559263166b890ac37c94873a4377deacb1a888f2e2407ef7cda75c16e06df70e95323557061a2035ade22'
-
'0ce499f794fdd0543f8d45c3caca50202f87edde1accc6b82d2f560fc7559772eede3700242040597af7cfee8252a9b23d5c2aa534a53cfc2a634a9608081c0e'
-
'4504169a324374be237b0ea42eb40582f29f076e852a052ad340b43df0c1bf63bf5eddc513e3b53bb56d064af814a6ce142210cb605ec57040b2878d5c2b1b52'
-
'1dbd035eef08f2f0ab040d1211c74cd7206f41eca2ec390554624c2f0041eb4fc525b0596693fe46ffbbfd31b1527cfa94ec83c9d70ad44c22c241cec10fd890'
-
'28bebfd4afc5cdef8c8dfdabf54ac92a460438c9689f7f50296374f429cf2974a8d7eb2317d0961181774bdbe88f6683999d76879b673191f3d66772e66a3b3e'
-
'152452db3a828f9a28c44b23ada822d6f7728aebe5c18ff906fa00db9f32270409365709e8596eee6d7ac2a7ab4248678f8ed143aed4c4b1091ef8b81a82b7a3'
-
'90ecaef1083a9e8e281ccfc52325da1fa6ead8b3128df7af9faeb8b5138e0b587769bf87328c3a7080a2c45b8981242b2431ae70a90abb76dbe7462cb2cc4c0a'
-
'ed35da50a58e4d5ed1855f1c3d904384e52c41cdb9a434a9d1e27664aaa4598d52ac11b0dc2761d6c286edf3896fc0ea0ef390c17681bc48a8abfd87a20dc79b'
-
'68ebd94aa90938eaff18354d03384ba09e54f8a1e7a4482ccf274c38b1e1722304bb22a4cbb809f97a1d272e229cfe08f3cd905ef2c340400dd23feb24d587d6'
-
'f8dbc7074ba0e4190003096b597ebfe2bbfead4132b3bb05ff705705af99c25dd1ccb6ff5248b28f7f278b1893dffe83fc595d3b6c68c197ce8d5aad6e8eac95'
-
'1cdacbc0d3d18100cedad26cbcd76548131912379585f0da1544bec7a8c3133cfafdc1add89703493f8c9166d6beaef5ca11d215ac4a441e830b43d232154d0a'
-
'b88817e31d3dbe019194be3b3445eb8630437e7fa3b23c499d984a04a3119ff2da681a51c73984032eff6e82210ee9e04c298ab55d01501631380abe3dd36707'
-
'648a5ddfc43af5a701040a3adb91af7cae43ead51fd1f86c8d219b2cfa59a6180221765f6e7c6b78f94360fd5442b27a02e17e6c474fdebcf5beda8370aeea46'
-

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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 23:35:42
  Author: anthraxx
Revision: 625820

upgpkg: pulsemixer 1.5.1-1

Modified:
  pulsemixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 22:57:38 UTC (rev 625819)
+++ PKGBUILD2020-05-08 23:35:42 UTC (rev 625820)
@@ -2,8 +2,8 @@
 # Contributor: Alex Talker < alextalker at openmailbox dot org >
 
 pkgname=pulsemixer
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc='CLI and curses mixer for pulseaudio'
 url='https://github.com/GeorgeFilipkin/pulsemixer'
 arch=('any')
@@ -10,9 +10,9 @@
 license=('MIT')
 depends=('python' 'pulseaudio')
 makedepends=('python-setuptools')
-source=(https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}/${pkgname}-${pkver}.tar.gz)
-sha256sums=('3071dd2552b3c59c2ed320926bb162c74d2afc385336b7f796e1f0f69af5')
-sha512sums=('e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64')
+source=(https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c07b5e5fffa71ca60ed41e4c28a0f4ae5c8b5df9f269ea7376ed835b35536300f34504da724899bab5277f0c39a4c345654b99930ec8bdf4b43374d9b6d331be')
+b2sums=('4a20be7b6499501adc64f5ac33b30ad1ea9418190104fbf452e1ed2bd3585552033c042554948b78b41e6a48c22ac62a42f4117b0311300bda738f7556ef1dc3')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 23:35:46
  Author: anthraxx
Revision: 625821

archrelease: copy trunk to community-any

Added:
  pulsemixer/repos/community-any/PKGBUILD
(from rev 625820, pulsemixer/trunk/PKGBUILD)
Deleted:
  pulsemixer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 23:35:42 UTC (rev 625820)
+++ PKGBUILD2020-05-08 23:35:46 UTC (rev 625821)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alex Talker < alextalker at openmailbox dot org >
-
-pkgname=pulsemixer
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='CLI and curses mixer for pulseaudio'
-url='https://github.com/GeorgeFilipkin/pulsemixer'
-arch=('any')
-license=('MIT')
-depends=('python' 'pulseaudio')
-makedepends=('python-setuptools')
-source=(https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}/${pkgname}-${pkver}.tar.gz)
-sha256sums=('3071dd2552b3c59c2ed320926bb162c74d2afc385336b7f796e1f0f69af5')
-sha512sums=('e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pulsemixer/repos/community-any/PKGBUILD (from rev 625820, 
pulsemixer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 23:35:46 UTC (rev 625821)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alex Talker < alextalker at openmailbox dot org >
+
+pkgname=pulsemixer
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='CLI and curses mixer for pulseaudio'
+url='https://github.com/GeorgeFilipkin/pulsemixer'
+arch=('any')
+license=('MIT')
+depends=('python' 'pulseaudio')
+makedepends=('python-setuptools')
+source=(https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c07b5e5fffa71ca60ed41e4c28a0f4ae5c8b5df9f269ea7376ed835b35536300f34504da724899bab5277f0c39a4c345654b99930ec8bdf4b43374d9b6d331be')
+b2sums=('4a20be7b6499501adc64f5ac33b30ad1ea9418190104fbf452e1ed2bd3585552033c042554948b78b41e6a48c22ac62a42f4117b0311300bda738f7556ef1dc3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 23:34:45
  Author: anthraxx
Revision: 382825

upgpkg: thunderbird-i18n 68.8.0-1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:58:25 UTC (rev 382824)
+++ PKGBUILD2020-05-08 23:34:45 UTC (rev 382825)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=68.7.0
+pkgver=68.8.0
 pkgrel=1
 pkgdesc='Language pack for Thunderbird'
 url='https://www.mozilla.org/thunderbird'
@@ -94,60 +94,60 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-sha512sums=('303669b6a8e27d08ce40bd6c5d70b9516110caf4012559263166b890ac37c94873a4377deacb1a888f2e2407ef7cda75c16e06df70e95323557061a2035ade22'
-
'0ce499f794fdd0543f8d45c3caca50202f87edde1accc6b82d2f560fc7559772eede3700242040597af7cfee8252a9b23d5c2aa534a53cfc2a634a9608081c0e'
-
'4504169a324374be237b0ea42eb40582f29f076e852a052ad340b43df0c1bf63bf5eddc513e3b53bb56d064af814a6ce142210cb605ec57040b2878d5c2b1b52'
-
'1dbd035eef08f2f0ab040d1211c74cd7206f41eca2ec390554624c2f0041eb4fc525b0596693fe46ffbbfd31b1527cfa94ec83c9d70ad44c22c241cec10fd890'
-
'28bebfd4afc5cdef8c8dfdabf54ac92a460438c9689f7f50296374f429cf2974a8d7eb2317d0961181774bdbe88f6683999d76879b673191f3d66772e66a3b3e'
-
'152452db3a828f9a28c44b23ada822d6f7728aebe5c18ff906fa00db9f32270409365709e8596eee6d7ac2a7ab4248678f8ed143aed4c4b1091ef8b81a82b7a3'
-
'90ecaef1083a9e8e281ccfc52325da1fa6ead8b3128df7af9faeb8b5138e0b587769bf87328c3a7080a2c45b8981242b2431ae70a90abb76dbe7462cb2cc4c0a'
-
'ed35da50a58e4d5ed1855f1c3d904384e52c41cdb9a434a9d1e27664aaa4598d52ac11b0dc2761d6c286edf3896fc0ea0ef390c17681bc48a8abfd87a20dc79b'
-
'68ebd94aa90938eaff18354d03384ba09e54f8a1e7a4482ccf274c38b1e1722304bb22a4cbb809f97a1d272e229cfe08f3cd905ef2c340400dd23feb24d587d6'
-
'f8dbc7074ba0e4190003096b597ebfe2bbfead4132b3bb05ff705705af99c25dd1ccb6ff5248b28f7f278b1893dffe83fc595d3b6c68c197ce8d5aad6e8eac95'
-
'1cdacbc0d3d18100cedad26cbcd76548131912379585f0da1544bec7a8c3133cfafdc1add89703493f8c9166d6beaef5ca11d215ac4a441e830b43d232154d0a'
-
'b88817e31d3dbe019194be3b3445eb8630437e7fa3b23c499d984a04a3119ff2da681a51c73984032eff6e82210ee9e04c298ab55d01501631380abe3dd36707'
-
'648a5ddfc43af5a701040a3adb91af7cae43ead51fd1f86c8d219b2cfa59a6180221765f6e7c6b78f94360fd5442b27a02e17e6c474fdebcf5beda8370aeea46'
-
'4c2e3f871f29e78a491ecd600ce3e8a7768acbf2b678eca5d064f717018cfb259e5eafc546ecf0ba019695064ff0a57d9c1f8f1dcdcf40e7934bb5418644459d'
-
'63b90cc2e7c68209bc914d286b1abaf95d91ce5b47ef4e521a8e6a6ce540f864c55cc981552fa9e5621b496d10737a47060eb3963822268561de9edffeb84381'
-
'be8e52ae697e51a76d39460b7753b499424c47877aeff7916cf876df609c3594223286c93ff71c4386a49838d394c757c63162eecc8b7a915736ca45c86fad6a'
-
'df1f5837f1e75587ce7c1f3c5e09c9433e6e75ebecc2c1399cb781cc85e256b79a9e8c26a006229fb570483d638991aad4741aac030ab6d51289386578b248da'
-
'a3561476e47105ab6d8b36e2375903ffc37515c805de7d75c26af7e59e6ba28df0374df660c51b4d59930df055de3e9bd8e5c3ec991b2895f86647fae3d0f54d'
-
'f9f103d5351ca49cd3bb071feaa0042d52a8728125a1a5029f97056506d6a41ef7089ce51c9fb5e900201e99a11ef1a12af857e4d69d1fd45330b79c9d272f07'
-
'9283139da4ed518b3120b28cdebcd80df31c886053fb38c27926d8c437c606bf1be7e6107585317630b2b077f95bfe19813108b71abde64f9ffa7793a2c18907'
-
'c0a463274b8a70f5f2dae080db829c1db77236e274d4c912b5961d12b65dc70952eb38ed9a69cb46639cb5021019c512e158f1c6183ded58da368226e3ed2aa8'
-
'6a70d8cb62e3f9eddacb2720c7c8f3839c408f2801507c60d069bc9c4070b2c0be8f848c55fde5faaf56fe4ffee259fbc8e80f3f6cf41a95a4ab7ffeb46d9937'
-
'5f485eebf995a788978113bea428c20bb205aeb573b56de5a020b28e757e0c921e1b5349d03b858abc6531e8b596d362f219ada8dc04840d2c29f94c853f8b5c'
-
'1b595ddbfa0e775f7b1e2b0d271c9bfa790647a7cbfd0e5fc8d93c07dc0d75c6860477c69874a32d635f68ffaf8fe4718684368712aec3241cbd995456571ba3'
-
'2d528981a6a697d15ff2fb6ac47e195bdb5ea0f29bb32e10dd0c8c5b67473aaaf6adfd039b90eaa52970caf38ef3195ac4254818ab588ef2faca82772beb9c63'
-
'693678b62e93b90635fe8532759cda9a743d87f29e458eb91045a7ffefca9c3f10b6ebe7974902cc6d3ae3a05c4cae622f7a3fba25fcc91e10942b9fe4f94b06'
-
'8a889f989d0692bc0d0db23058dec395295fe380d575c3c67d1f903eb9d6e07dc405634d9951b1184df4b6fc235c38dcc4dc23521787bbee33ecde2b86c35aab'
-
'e46a50e75a07d42cd8b46d42970434e55ec738668fe32bffc1da5fb01fe988d843ac8b61520cc5ce34568f2aeff4030f4d04656cee2871febc7d2f984ff94349'
-

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

2020-05-08 Thread Bruno Pagani via arch-commits
Date: Friday, May 8, 2020 @ 22:57:38
  Author: archange
Revision: 625819

archrelease: copy trunk to community-x86_64

Added:
  libressl/repos/community-x86_64/PKGBUILD
(from rev 625818, libressl/trunk/PKGBUILD)
Deleted:
  libressl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 22:57:29 UTC (rev 625818)
+++ PKGBUILD2020-05-08 22:57:38 UTC (rev 625819)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Bruno Pagani 
-# Contributor: Maarten de Vries 
-# Contributor: Reventlov 
-# Contributor: kpcyrd 
-
-pkgname=libressl
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
-arch=(x86_64)
-url="https://www.libressl.org/;
-license=(ISC custom:OpenSSL)
-depends=(glibc)
-optdepends=(ca-certificates)
-backup=(etc/libressl/openssl.cnf)
-source=(https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
-sha256sums=('f91aad0c8fb9cbc67c910ad6dcffb401a819b4fd122007ea7f978638db044cf6' 
'SKIP')
-validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

-
-prepare() {
-cd ${pkgname}-${pkgver}
-autoreconf -vfi
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---with-openssldir=/etc/libressl \
---libdir=/usr/lib/libressl \
---includedir=/usr/include/libressl \
---program-prefix "libressl-"
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-
-# Remove symlink man pages, that actually points to OpenSSL ones since the 
prefix is not accounted for
-for manlink in $(find -L "${pkgdir}"/usr/share/man/man3/ -type l) ;
-do
-rm "${manlink}" ;
-done
-}

Copied: libressl/repos/community-x86_64/PKGBUILD (from rev 625818, 
libressl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 22:57:38 UTC (rev 625819)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Bruno Pagani 
+# Contributor: Maarten de Vries 
+# Contributor: Reventlov 
+# Contributor: kpcyrd 
+
+pkgname=libressl
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
+arch=(x86_64)
+url="https://www.libressl.org/;
+license=(ISC custom:OpenSSL)
+depends=(glibc)
+optdepends=(ca-certificates)
+backup=(etc/libressl/openssl.cnf)
+source=(https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
+sha256sums=('bdc6ce5ebb3a2eafc4c475f7eeaa5f0a8e60d9bead01efb76e2e254242b6db00'
+'SKIP')
+validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

+
+prepare() {
+cd ${pkgname}-${pkgver}
+autoreconf -vfi
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--with-openssldir=/etc/libressl \
+--libdir=/usr/lib/libressl \
+--includedir=/usr/include/libressl \
+--program-prefix "libressl-"
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+# Remove symlink man pages, that actually points to OpenSSL ones since the 
prefix is not accounted for
+for manlink in $(find -L "${pkgdir}"/usr/share/man/man3/ -type l) ;
+do
+rm "${manlink}" ;
+done
+}


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

2020-05-08 Thread Bruno Pagani via arch-commits
Date: Friday, May 8, 2020 @ 22:57:29
  Author: archange
Revision: 625818

upgpkg: libressl 3.1.1-1

Modified:
  libressl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 22:49:46 UTC (rev 625817)
+++ PKGBUILD2020-05-08 22:57:29 UTC (rev 625818)
@@ -5,7 +5,7 @@
 # Contributor: kpcyrd 
 
 pkgname=libressl
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
 arch=(x86_64)
@@ -15,7 +15,8 @@
 optdepends=(ca-certificates)
 backup=(etc/libressl/openssl.cnf)
 
source=(https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
-sha256sums=('f91aad0c8fb9cbc67c910ad6dcffb401a819b4fd122007ea7f978638db044cf6' 
'SKIP')
+sha256sums=('bdc6ce5ebb3a2eafc4c475f7eeaa5f0a8e60d9bead01efb76e2e254242b6db00'
+'SKIP')
 validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

 
 prepare() {


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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 22:19:20
  Author: anthraxx
Revision: 625813

archrelease: copy trunk to community-staging-x86_64

Added:
  radare2-cutter/repos/community-staging-x86_64/
  radare2-cutter/repos/community-staging-x86_64/PKGBUILD
(from rev 625812, radare2-cutter/trunk/PKGBUILD)

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

Copied: radare2-cutter/repos/community-staging-x86_64/PKGBUILD (from rev 
625812, radare2-cutter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 22:19:20 UTC (rev 625813)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=radare2-cutter
+_gitcommit=1aad797722f9fc60b80792a4cc02380c9241714a
+pkgver=1.10.3
+epoch=1
+pkgrel=1
+pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
+url='https://github.com/radareorg/cutter'
+arch=('x86_64')
+license=('GPL3')
+depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter'
+ 'pyside2' 'python-shiboken2' 'graphviz' 'gcc-libs')
+makedepends=('git' 'cmake' 'shiboken2')
+optdepends=('r2ghidra-dec: ghidra decompiler plugin')
+source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${pkgname}/src
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCUTTER_ENABLE_PYTHON=ON \
+-DCUTTER_ENABLE_PYTHON_BINDINGS=ON \
+-DCUTTER_USE_BUNDLED_RADARE2=OFF \
+-DCUTTER_USE_ADDITIONAL_RADARE2_PATHS=OFF \
+-DCUTTER_ENABLE_CRASH_REPORTS=OFF \
+-DCUTTER_ENABLE_GRAPHVIZ=ON
+  make -C build VERBOSE=1
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 src/build/Cutter -t "${pkgdir}/usr/bin"
+  install -Dm 644 src/org.radare.Cutter.desktop -t 
"${pkgdir}/usr/share/applications"
+  install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 22:19:15
  Author: anthraxx
Revision: 625812

upgpkg: radare2-cutter 1:1.10.3-1

Modified:
  radare2-cutter/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 14 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:42:03 UTC (rev 625811)
+++ PKGBUILD2020-05-08 22:19:15 UTC (rev 625812)
@@ -3,16 +3,16 @@
 # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
 
 pkgname=radare2-cutter
-_gitcommit=b78df947d0a000ff38c38673fe84bae4c47a77e1
-pkgver=1.10.2
+_gitcommit=1aad797722f9fc60b80792a4cc02380c9241714a
+pkgver=1.10.3
 epoch=1
-pkgrel=3
+pkgrel=1
 pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
 url='https://github.com/radareorg/cutter'
 arch=('x86_64')
 license=('GPL3')
 depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter'
- 'pyside2' 'python-shiboken2')
+ 'pyside2' 'python-shiboken2' 'graphviz' 'gcc-libs')
 makedepends=('git' 'cmake' 'shiboken2')
 optdepends=('r2ghidra-dec: ghidra decompiler plugin')
 
source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
@@ -23,28 +23,25 @@
   git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
-prepare() {
-  sed -e 's|PKGCONFIG += python3|PKGCONFIG += python3-embed|' -i 
$pkgname/src/Cutter.pro # Fix linking to python 3.8
-}
-
 build() {
-  mkdir -p ${pkgname}/build
-  cd ${pkgname}/build
+  cd ${pkgname}/src
   export CFLAGS+=" ${CPPFLAGS}"
   export CXXFLAGS+=" ${CPPFLAGS}"
-  cmake \
+  cmake -B build \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=None \
--DCUTTER_ENABLE_PYTHON=true \
--DCUTTER_ENABLE_PYTHON_BINDINGS=true \
--DCUTTER_USE_BUNDLED_RADARE2=false \
-../src
-  make VERBOSE=1
+-DCUTTER_ENABLE_PYTHON=ON \
+-DCUTTER_ENABLE_PYTHON_BINDINGS=ON \
+-DCUTTER_USE_BUNDLED_RADARE2=OFF \
+-DCUTTER_USE_ADDITIONAL_RADARE2_PATHS=OFF \
+-DCUTTER_ENABLE_CRASH_REPORTS=OFF \
+-DCUTTER_ENABLE_GRAPHVIZ=ON
+  make -C build VERBOSE=1
 }
 
 package() {
   cd ${pkgname}
-  install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
+  install -Dm 755 src/build/Cutter -t "${pkgdir}/usr/bin"
   install -Dm 644 src/org.radare.Cutter.desktop -t 
"${pkgdir}/usr/share/applications"
   install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
   install -d "${pkgdir}/usr/share/doc/${pkgname}"


[arch-commits] Commit in networkmanager/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:58:25
  Author: heftig
Revision: 382824

archrelease: copy trunk to extra-x86_64

Added:
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 382823, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  300 ++---
 1 file changed, 150 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 21:57:38 UTC (rev 382823)
+++ PKGBUILD2020-05-08 21:58:25 UTC (rev 382824)
@@ -1,150 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.22.11dev+36+g6abf71f05
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-url="https://wiki.gnome.org/Projects/NetworkManager;
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc 
"ppp=$_pppver" modemmanager
- iproute2 nss polkit wpa_supplicant curl systemd libmm-glib
- libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
- glib2-docs iwd dnsmasq openresolv libpsl audit meson)
-checkdepends=(libx11 python-dbus)
-_commit=6abf71f0566dcdfa1e555b6c4c75ab084c69806f  # nm-1-22
-source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-}
-
-build() {
-  local meson_args=(
-# system paths
--D dbus_conf_dir=/usr/share/dbus-1/system.d
-
-# platform
--D dist_version="$pkgver-$pkgrel"
--D session_tracking_consolekit=false
--D suspend_resume=systemd
--D modify_system=true
--D polkit_agent=true
--D selinux=false
-
-# features
--D iwd=true
--D pppd_plugin_dir=/usr/lib/pppd/$_pppver
--D teamdctl=true
--D nm_cloud_setup=true
--D bluez5_dun=true
--D ebpf=true
-
-# configuration plugins
--D config_plugins_default=keyfile
-
-# dhcp clients
--D dhcpcd=no
-
-# miscellaneous
--D vapi=true
--D docs=true
--D more_asserts=no
--D more_logging=false
--D qt=false
-  )
-
-  arch-meson NetworkManager build "${meson_args[@]}"
-  ninja -C build
-}
-
-check() {
-  # iproute2 bug 
-  # 
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commit/be76d8b624fab99cbd76092ff511e6adc305279c
-  meson test -C build --print-errorlogs || :
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_networkmanager() {
-  depends=(libnm iproute2 polkit wpa_supplicant libmm-glib libnewt libndp 
libteam curl
-   bluez-libs libpsl audit mobile-broadband-provider-info)
-  optdepends=('dnsmasq: connection sharing'
-  'bluez: Bluetooth support'
-  'ppp: dialup connection support'
-  'modemmanager: cellular network support'
-  'iwd: wpa_supplicant alternative'
-  'dhclient: alternative DHCP client'
-  'openresolv: alternative resolv.conf manager')
-  backup=(etc/NetworkManager/NetworkManager.conf)
-  groups=(gnome)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  # /etc/NetworkManager
-  install -d "$pkgdir"/etc/NetworkManager/{conf,dnsmasq}.d
-  install -dm700 "$pkgdir/etc/NetworkManager/system-connections"
-  install -m644 /dev/stdin "$pkgdir/etc/NetworkManager/NetworkManager.conf" 


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:57:38
  Author: heftig
Revision: 382823

1.24.0-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:40:48 UTC (rev 382822)
+++ PKGBUILD2020-05-08 21:57:38 UTC (rev 382823)
@@ -7,7 +7,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.22.11dev+36+g6abf71f05
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://wiki.gnome.org/Projects/NetworkManager;
@@ -19,7 +19,7 @@
  libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
  glib2-docs iwd dnsmasq openresolv libpsl audit meson)
 checkdepends=(libx11 python-dbus)
-_commit=6abf71f0566dcdfa1e555b6c4c75ab084c69806f  # nm-1-22
+_commit=ea141ba8f8d1cf72e3bd752199c1076821fffdf9  # tags/1.24.0^0
 
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 21:42:03
  Author: anthraxx
Revision: 625811

archrelease: copy trunk to community-staging-x86_64

Added:
  r2ghidra-dec/repos/community-staging-x86_64/
  r2ghidra-dec/repos/community-staging-x86_64/PKGBUILD
(from rev 625810, r2ghidra-dec/trunk/PKGBUILD)

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

Copied: r2ghidra-dec/repos/community-staging-x86_64/PKGBUILD (from rev 625810, 
r2ghidra-dec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:42:03 UTC (rev 625811)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+
+pkgname=r2ghidra-dec
+_gitcommit=3bf10b2bc94a3a7289723c76e9f02735bb623b56
+_gitcutter=1aad797722f9fc60b80792a4cc02380c9241714a
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='Deep ghidra decompiler integration for radare2 and Cutter'
+url='https://github.com/radareorg/r2ghidra-dec'
+arch=('x86_64')
+license=('LGPL3')
+depends=('radare2' 'glibc')
+makedepends=('git' 'cmake' 'qt5-base')
+provides=('radare2-cutter-r2ghidra-dec'
+  'radare2-r2ghidra-dec')
+source=("git+https://github.com/radareorg/r2ghidra-dec#commit=${_gitcommit};
+"git+https://github.com/radareorg/cutter#commit=${_gitcutter};
+thestr4ng3r-ghidra::git+https://github.com/thestr4ng3r/ghidra.git
+git+https://github.com/zeux/pugixml.git)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule."third-party/pugixml".url "${srcdir}/pugixml"
+  git config submodule."ghidra/ghidra".url "${srcdir}/thestr4ng3r-ghidra"
+  git submodule update --recursive
+}
+
+build() {
+  mkdir -p ${pkgname}/build
+  cd ${pkgname}/build
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_CUTTER_PLUGIN=ON \
+-DBUILD_SLASPECS=ON \
+-DCUTTER_SOURCE_DIR="${srcdir}/cutter" \
+..
+  make
+}
+
+package() {
+  cd ${pkgname}/build
+  make DESTDIR="${pkgdir}" install
+  # move shared library into R2_LIBR_PLUGINS
+  r2version=$(r2 -version|grep radare2|sed -E 's/radare2 ([0-9\.]+) .*/\1/')
+  install -d "${pkgdir}/usr/lib/radare2/${r2version}"
+  mv "${pkgdir}"/usr/share/radare2/plugins/*.so -t 
"${pkgdir}/usr/lib/radare2/${r2version}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:43
  Author: heftig
Revision: 382820

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 382818, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 382818, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-08 21:40:43 UTC (rev 382820)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=440.82
+pkgrel=13
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:48
  Author: heftig
Revision: 382822

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 382819, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 382819, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/sphinx-workaround.patch
(from rev 382820, linux-zen/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  195 
 config  |10793 ++
 sphinx-workaround.patch |   13 
 3 files changed, 11001 insertions(+)

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


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

2020-05-08 Thread Levente Polyak via arch-commits
Date: Friday, May 8, 2020 @ 21:41:57
  Author: anthraxx
Revision: 625810

upgpkg: r2ghidra-dec 4.4.0-1

Modified:
  r2ghidra-dec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:40:41 UTC (rev 625809)
+++ PKGBUILD2020-05-08 21:41:57 UTC (rev 625810)
@@ -1,9 +1,9 @@
 # Maintainer: Levente Polyak 
 
 pkgname=r2ghidra-dec
-_gitcommit=d8a184ca992183faa1e806f9aa0de0d3195c5eda
-_gitcutter=b78df947d0a000ff38c38673fe84bae4c47a77e1
-pkgver=r167.d8a184c
+_gitcommit=3bf10b2bc94a3a7289723c76e9f02735bb623b56
+_gitcutter=1aad797722f9fc60b80792a4cc02380c9241714a
+pkgver=4.4.0
 pkgrel=1
 pkgdesc='Deep ghidra decompiler integration for radare2 and Cutter'
 url='https://github.com/radareorg/r2ghidra-dec'
@@ -24,7 +24,7 @@
 
 pkgver() {
   cd ${pkgname}
-  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 prepare() {


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:46
  Author: heftig
Revision: 382821

archrelease: copy trunk to staging-x86_64

Added:
  linux-hardened/repos/staging-x86_64/
  
linux-hardened/repos/staging-x86_64/0001-gcc-plugins-drop-support-for-GCC-4.7.patch
(from rev 382818, 
linux-hardened/trunk/0001-gcc-plugins-drop-support-for-GCC-4.7.patch)
  linux-hardened/repos/staging-x86_64/0002-gcc-common.h-Update-for-GCC-10.patch
(from rev 382818, 
linux-hardened/trunk/0002-gcc-common.h-Update-for-GCC-10.patch)
  linux-hardened/repos/staging-x86_64/PKGBUILD
(from rev 382818, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/staging-x86_64/config
(from rev 382819, linux-hardened/trunk/config)
  linux-hardened/repos/staging-x86_64/sphinx-workaround.patch
(from rev 382819, linux-hardened/trunk/sphinx-workaround.patch)

-+
 0001-gcc-plugins-drop-support-for-GCC-4.7.patch |  306 
 0002-gcc-common.h-Update-for-GCC-10.patch   |   92 
 PKGBUILD|  207 
 config  |10743 ++
 sphinx-workaround.patch |   13 
 5 files changed, 11361 insertions(+)

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


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:41
  Author: heftig
Revision: 625809

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 625805, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 625805, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 625805, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   53 +
 dkms.conf |9 +
 3 files changed, 63 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
625805, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2020-05-08 21:40:41 UTC (rev 
625809)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 625805, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:41 UTC (rev 625809)
@@ -0,0 +1,53 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=41
+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 linux-lts/repos (6 files)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:42
  Author: heftig
Revision: 382819

archrelease: copy trunk to staging-x86_64

Added:
  linux-lts/repos/staging-x86_64/
  
linux-lts/repos/staging-x86_64/0001-add-sysctl-and-CONFIG-for-unprivileged_userns_clone.patch
(from rev 382815, 
linux-lts/trunk/0001-add-sysctl-and-CONFIG-for-unprivileged_userns_clone.patch)
  linux-lts/repos/staging-x86_64/0001-gcc-common.h-Update-for-GCC-10.patch
(from rev 382815, linux-lts/trunk/0001-gcc-common.h-Update-for-GCC-10.patch)
  linux-lts/repos/staging-x86_64/PKGBUILD
(from rev 382815, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/staging-x86_64/config
(from rev 382815, linux-lts/trunk/config)
  linux-lts/repos/staging-x86_64/sphinx-workaround.patch
(from rev 382815, linux-lts/trunk/sphinx-workaround.patch)

+
 0001-add-sysctl-and-CONFIG-for-unprivileged_userns_clone.patch |  132 
 0001-gcc-common.h-Update-for-GCC-10.patch  |   92 
 PKGBUILD   |  197 
 config |10597 
++
 sphinx-workaround.patch|   15 
 5 files changed, 11033 insertions(+)

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


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:25
  Author: heftig
Revision: 625804

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/0001-linux-5.6.patch
(from rev 625800, r8168/trunk/0001-linux-5.6.patch)
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 625801, r8168/trunk/PKGBUILD)

--+
 0001-linux-5.6.patch |   71 +
 PKGBUILD |   44 ++
 2 files changed, 115 insertions(+)

Copied: r8168/repos/community-staging-x86_64/0001-linux-5.6.patch (from rev 
625800, r8168/trunk/0001-linux-5.6.patch)
===
--- community-staging-x86_64/0001-linux-5.6.patch   
(rev 0)
+++ community-staging-x86_64/0001-linux-5.6.patch   2020-05-08 21:40:25 UTC 
(rev 625804)
@@ -0,0 +1,71 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index 0df6041..557823e 100755
+--- a/src/r8168_n.c
 b/src/r8168_n.c
+@@ -456,7 +456,11 @@ static void rtl8168_hw_config(struct net_device *dev);
+ static void rtl8168_hw_start(struct net_device *dev);
+ static int rtl8168_close(struct net_device *dev);
+ static void rtl8168_set_rx_mode(struct net_device *dev);
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0) 
++static void rtl8168_tx_timeout(struct net_device *dev, unsigned int new_mtu);
++#else
+ static void rtl8168_tx_timeout(struct net_device *dev);
++#endif
+ static struct net_device_stats *rtl8168_get_stats(struct net_device *dev);
+ static int rtl8168_rx_interrupt(struct net_device *, struct rtl8168_private 
*, napi_budget);
+ static int rtl8168_change_mtu(struct net_device *dev, int new_mtu);
+@@ -1615,7 +1619,14 @@ static int rtl8168_proc_open(struct inode *inode, 
struct file *file)
+ 
+ return single_open(file, show, dev);
+ }
+-
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
++static const struct proc_ops rtl8168_proc_ops = {
++.proc_open   = rtl8168_proc_open,
++.proc_read   = seq_read,
++.proc_lseek  = seq_lseek,
++.proc_release= single_release,
++};
++#else
+ static const struct file_operations rtl8168_proc_fops = {
+ .open   = rtl8168_proc_open,
+ .read   = seq_read,
+@@ -1623,6 +1634,7 @@ static const struct file_operations rtl8168_proc_fops = {
+ .release= single_release,
+ };
+ #endif
++#endif
+ 
+ /*
+  * Table of proc files we need to create.
+@@ -1665,9 +1677,15 @@ static void rtl8168_proc_init(struct net_device *dev)
+ tp->proc_dir = dir;
+ proc_init_num++;
+ 
+-for (f = rtl8168_proc_files; f->name[0]; f++) {
+-if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
+-  _proc_fops, f->show)) {
++ for (f = rtl8168_proc_files; f->name[0]; f++) {
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
++ if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
++  _proc_ops, f->show)) 
++#else
++ if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
++  _proc_fops, f->show))
++#endif
++ {
+ printk("Unable to initialize "
+"/proc/net/%s/%s/%s\n",
+MODULENAME, dev->name, f->name);
+@@ -27844,7 +27861,11 @@ static void rtl8168_reset_task(struct work_struct 
*work)
+ }
+ 
+ static void
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
++rtl8168_tx_timeout(struct net_device *dev, unsigned int txqueue)
++#else
+ rtl8168_tx_timeout(struct net_device *dev)
++#endif
+ {
+ struct rtl8168_private *tp = netdev_priv(dev);
+ unsigned long flags;

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 625801, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:25 UTC (rev 625804)
@@ -0,0 +1,44 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.02
+pkgrel=12
+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
+0001-linux-5.6.patch)
+sha256sums=('0f209762fa37b90c6ba347a815fd083c9d342e38dbec14273059a419e671df70'
+'7d0c468036a6acd83d056d6c243b3ace8be34bf3d633aa24bf54b9c3595f8a0d')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 < ../0001-linux-5.6.patch
+}
+

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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:36
  Author: heftig
Revision: 382816

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-lts/repos/staging-x86_64/
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 382815, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 382815, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-08 21:40:36 UTC (rev 382816)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric BĂ©langer 
+
+pkgname=nvidia-lts
+pkgver=440.82
+pkgrel=13
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:26
  Author: heftig
Revision: 625805

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 625796, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.3.patch
(from rev 625796, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.4.patch
(from rev 625796, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.5.patch
(from rev 625796, ndiswrapper-arch/trunk/kernel-5.5.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.6.patch
(from rev 625796, ndiswrapper-arch/trunk/kernel-5.6.patch)

--+
 PKGBUILD |   44 +++
 kernel-5.3.patch |   69 +++
 kernel-5.4.patch |   22 +
 kernel-5.5.patch |   72 
 kernel-5.6.patch |   85 +
 5 files changed, 292 insertions(+)

Copied: ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
625796, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:26 UTC (rev 625805)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=57
+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' 
'kernel-5.6.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
+
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
+
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155')
+
+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
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.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 tsk_cpus_allowed(tsk) (&(tsk)->cpus_mask)
++#endif
+ #endif
+ 
+ #ifndef __packed
+@@ -631,7 +635,12 @@ struct irql_info {
+   int count;
+   struct mutex lock;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_t cpus_allowed;
++#else
++  const cpumask_t *cpus_ptr;
++  cpumask_t   cpus_mask;
++#endif
+ #endif
+   struct task_struct *task;
+ };
+@@ -658,7 +667,11 @@ static inline KIRQL raise_irql(KIRQL newirql)
+   /* TODO: is this enough to pin down to current cpu? */
+ #ifdef CONFIG_SMP
+   assert(task_cpu(current) == smp_processor_id());
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_copy(>cpus_allowed, tsk_cpus_allowed(current));
++#else
++  cpumask_copy(>cpus_mask, tsk_cpus_allowed(current));
++#endif
+   set_cpus_allowed_ptr(current, cpumask_of(smp_processor_id()));
+ #endif
+   put_cpu_var(irql_info);
+@@ -682,7 +695,11 @@ static inline void lower_irql(KIRQL oldirql)
+   if (--info->count == 0) {
+   info->task = NULL;
+ #ifdef CONFIG_SMP
++#if 

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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:23
  Author: heftig
Revision: 625802

archrelease: copy trunk to community-staging-any

Added:
  netfilter-fullconenat/repos/community-staging-any/
  netfilter-fullconenat/repos/community-staging-any/Kbuild
(from rev 625796, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-staging-any/PKGBUILD
(from rev 625796, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-staging-any/netfilter-fullconenat.conf
(from rev 625796, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

+
 Kbuild |1 +
 PKGBUILD   |   40 
 netfilter-fullconenat.conf |1 +
 3 files changed, 42 insertions(+)

Copied: netfilter-fullconenat/repos/community-staging-any/Kbuild (from rev 
625796, netfilter-fullconenat/trunk/Kbuild)
===
--- community-staging-any/Kbuild(rev 0)
+++ community-staging-any/Kbuild2020-05-08 21:40:23 UTC (rev 625802)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-staging-any/PKGBUILD (from rev 
625796, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-05-08 21:40:23 UTC (rev 625802)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=17
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('any')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${pkgname}"
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:27
  Author: heftig
Revision: 625806

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 625796, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:27 UTC (rev 625806)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=317
+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 wireguard-lts/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:41
  Author: heftig
Revision: 382818

archrelease: copy trunk to staging-x86_64

Added:
  wireguard-lts/repos/staging-x86_64/
  wireguard-lts/repos/staging-x86_64/PKGBUILD
(from rev 382815, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/staging-x86_64/PKGBUILD (from rev 382815, 
wireguard-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-08 21:40:41 UTC (rev 382818)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=1.0.20200506
+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="$(

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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:39
  Author: heftig
Revision: 382817

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/PKGBUILD
(from rev 382815, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 382815, linux/trunk/config)
  linux/repos/staging-x86_64/sphinx-workaround.patch
(from rev 382815, linux/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  196 
 config  |10762 ++
 sphinx-workaround.patch |   13 
 3 files changed, 10971 insertions(+)

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


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:39
  Author: heftig
Revision: 625808

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 625800, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-staging-x86_64/PKGBUILD (from rev 625800, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:39 UTC (rev 625808)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=145
+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 broadcom-wl/repos (2 files)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:36
  Author: heftig
Revision: 625807

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 625800, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 625800, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:36 UTC (rev 625807)
@@ -0,0 +1,41 @@
+# 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=198
+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 bbswitch/repos (3 files)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:22
  Author: heftig
Revision: 625801

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/0001-proc_ops-struct.patch
(from rev 625796, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 625796, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 ++
 PKGBUILD   |   45 +++
 2 files changed, 81 insertions(+)

Copied: bbswitch/repos/community-staging-x86_64/0001-proc_ops-struct.patch 
(from rev 625796, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-staging-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-staging-x86_64/0001-proc_ops-struct.patch 2020-05-08 21:40:22 UTC 
(rev 625801)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = _pm_handler

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 625796, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:22 UTC (rev 625801)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=318
+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;
+"0001-proc_ops-struct.patch")
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1')
+
+prepare() {
+cd ${pkgbase}-${pkgver}
+patch -Np1 < $srcdir/0001-proc_ops-struct.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:15
  Author: heftig
Revision: 625797

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-staging-x86_64/
  virtualbox-host-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 625796, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-staging-x86_64/PKGBUILD 
(from rev 625796, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:15 UTC (rev 625797)
@@ -0,0 +1,38 @@
+# Maintainer: SĂ©bastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.6
+pkgrel=11
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:24
  Author: heftig
Revision: 625803

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 625800, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:24 UTC (rev 625803)
@@ -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
+pkgver=0.43
+pkgrel=205
+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 r8168-lts/repos (2 files)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:18
  Author: heftig
Revision: 625798

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 625796, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-staging-x86_64/PKGBUILD (from rev 625796, 
r8168-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:18 UTC (rev 625798)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.02
+pkgrel=13
+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=('0f209762fa37b90c6ba347a815fd083c9d342e38dbec14273059a419e671df70')
+
+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 deepin-anything-arch/repos (3 files)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:19
  Author: heftig
Revision: 625800

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything-arch/repos/community-staging-x86_64/
  deepin-anything-arch/repos/community-staging-x86_64/0001-linux-5.6.patch
(from rev 625796, deepin-anything-arch/trunk/0001-linux-5.6.patch)
  deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 625796, deepin-anything-arch/trunk/PKGBUILD)

--+
 0001-linux-5.6.patch |   40 
 PKGBUILD |   35 +++
 2 files changed, 75 insertions(+)

Copied: 
deepin-anything-arch/repos/community-staging-x86_64/0001-linux-5.6.patch (from 
rev 625796, deepin-anything-arch/trunk/0001-linux-5.6.patch)
===
--- community-staging-x86_64/0001-linux-5.6.patch   
(rev 0)
+++ community-staging-x86_64/0001-linux-5.6.patch   2020-05-08 21:40:19 UTC 
(rev 625800)
@@ -0,0 +1,40 @@
+diff --git a/kernelmod/vfs_change.c b/kernelmod/vfs_change.c
+index 6a0e334..e25faf4 100644
+--- a/kernelmod/vfs_change.c
 b/kernelmod/vfs_change.c
+@@ -125,7 +125,11 @@ static ssize_t copy_vfs_changes(struct TIMESTRUCT *last, 
char* buf, size_t size)
+   ))
+   continue;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
+   time_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
++#else
++  time64_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
++#endif
+   struct tm ts;
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
+   time_to_tm(shifted_secs, 0, );
+@@ -333,6 +337,7 @@ static long ioctl_vfs_changes(struct file* filp, unsigned 
int cmd, unsigned long
+   }
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
+ static struct file_operations procfs_ops = {
+   .owner = THIS_MODULE,
+   .open = open_vfs_changes,
+@@ -342,6 +347,15 @@ static struct file_operations procfs_ops = {
+   //.llseek = generic_file_llseek,
+   .release = release_vfs_changes,
+ };
++#else
++static struct proc_ops procfs_ops = {
++  .proc_open = open_vfs_changes,
++  .proc_read = read_vfs_changes,
++  .proc_ioctl = ioctl_vfs_changes,
++  .proc_lseek = no_llseek,
++  .proc_release = release_vfs_changes,
++};
++#endif
+ 
+ int __init init_vfs_changes(void)
+ {

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
625796, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:19 UTC (rev 625800)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=78
+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;
+'0001-linux-5.6.patch')
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14'
+
'5ddbd2d968bc5b01dbc99648cec81ea072675d7fe7198835649d5b581997945d32bd842dd7ebf60185aa84722b94575ac7aeb5e4616945e22fae53272907305b')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -Np1 < ../0001-linux-5.6.patch
+}
+
+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 tp_smapi-lts/repos (2 files)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:40:19
  Author: heftig
Revision: 625799

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 625796, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-staging-x86_64/PKGBUILD (from rev 625796, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-08 21:40:19 UTC (rev 625799)
@@ -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=64
+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 wireguard-lts/trunk (PKGBUILD)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:39:42
  Author: heftig
Revision: 382815

1.0.20200506-3: linux-lts 5.4.39-2

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:39:36 UTC (rev 382814)
+++ PKGBUILD2020-05-08 21:39:42 UTC (rev 382815)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=1.0.20200506
-pkgrel=2
+pkgrel=3
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:39:36
  Author: heftig
Revision: 382814

440.82-13: linux-lts 5.4.39-2

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:34:06 UTC (rev 382813)
+++ PKGBUILD2020-05-08 21:39:36 UTC (rev 382814)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=440.82
-pkgrel=12
+pkgrel=13
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:39:37
  Author: heftig
Revision: 625794

0.43-64: linux-lts 5.4.39-2

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:34:10 UTC (rev 625793)
+++ PKGBUILD2020-05-08 21:39:37 UTC (rev 625794)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=63
+pkgrel=64
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:39:40
  Author: heftig
Revision: 625796

8.048.02-13: linux-lts 5.4.39-2

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:39:39 UTC (rev 625795)
+++ PKGBUILD2020-05-08 21:39:40 UTC (rev 625796)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.02
-pkgrel=12
+pkgrel=13
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:39:39
  Author: heftig
Revision: 625795

1.1.0-145: linux-lts 5.4.39-2

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:39:37 UTC (rev 625794)
+++ PKGBUILD2020-05-08 21:39:39 UTC (rev 625795)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=144
+pkgrel=145
 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 ndiswrapper-arch/trunk (PKGBUILD)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:34:09
  Author: heftig
Revision: 625792

1.62-57: linux 5.6.11.arch2-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:34:05 UTC (rev 625791)
+++ PKGBUILD2020-05-08 21:34:09 UTC (rev 625792)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=56
+pkgrel=57
 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 nvidia/trunk (PKGBUILD)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:34:06
  Author: heftig
Revision: 382813

440.82-13: linux 5.6.11.arch2-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:32:08 UTC (rev 382812)
+++ PKGBUILD2020-05-08 21:34:06 UTC (rev 382813)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=440.82
-pkgrel=12
+pkgrel=13
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:33:58
  Author: heftig
Revision: 625787

6.30.223.271-198: linux 5.6.11.arch2-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:33:56 UTC (rev 625786)
+++ PKGBUILD2020-05-08 21:33:58 UTC (rev 625787)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=197
+pkgrel=198
 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 bbswitch/trunk (PKGBUILD)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:34:00
  Author: heftig
Revision: 625788

0.8-318: linux 5.6.11.arch2-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:33:58 UTC (rev 625787)
+++ PKGBUILD2020-05-08 21:34:00 UTC (rev 625788)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=317
+pkgrel=318
 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 acpi_call/trunk (PKGBUILD)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:34:05
  Author: heftig
Revision: 625791

1.1.0-317: linux 5.6.11.arch2-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:34:03 UTC (rev 625790)
+++ PKGBUILD2020-05-08 21:34:05 UTC (rev 625791)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=316
+pkgrel=317
 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 deepin-anything-arch/trunk (PKGBUILD)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:34:10
  Author: heftig
Revision: 625793

5.0.1-78: linux 5.6.11.arch2-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:34:09 UTC (rev 625792)
+++ PKGBUILD2020-05-08 21:34:10 UTC (rev 625793)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=77
+pkgrel=78
 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 vhba-module/trunk (PKGBUILD)

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:34:03
  Author: heftig
Revision: 625790

20200106-41: linux 5.6.11.arch2-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:34:02 UTC (rev 625789)
+++ PKGBUILD2020-05-08 21:34:03 UTC (rev 625790)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=40
+pkgrel=41
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2020-05-08 Thread Jan Steffens via arch-commits
Date: Friday, May 8, 2020 @ 21:34:02
  Author: heftig
Revision: 625789

8.048.02-12: linux 5.6.11.arch2-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 21:34:00 UTC (rev 625788)
+++ PKGBUILD2020-05-08 21:34:02 UTC (rev 625789)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.02
-pkgrel=11
+pkgrel=12
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


  1   2   3   4   >