[arch-commits] Commit in lib32-simplescreenrecorder/repos/multilib-x86_64 (4 files)

2020-12-26 Thread Kyle Keen via arch-commits
Date: Sunday, December 27, 2020 @ 01:01:32
  Author: kkeen
Revision: 793296

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
(from rev 793295, lib32-simplescreenrecorder/trunk/PKGBUILD)
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
(from rev 793295, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
Deleted:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install

+
 PKGBUILD   |   74 +--
 lib32-simplescreenrecorder.install |   18 
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-27 01:01:17 UTC (rev 793295)
+++ PKGBUILD2020-12-27 01:01:32 UTC (rev 793296)
@@ -1,37 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=lib32-simplescreenrecorder
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
-arch=("x86_64")
-url="https://www.maartenbaert.be/simplescreenrecorder/";
-license=("GPL3")
-depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
-makedepends=("git" "cmake")
-install=lib32-simplescreenrecorder.install
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
-md5sums=("SKIP")
-
-prepare() {
-  cd ssr
-  mkdir -p build
-}
-
-build() {
-  cd ssr/build
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  #./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR='lib32' -DWITH_SIMPLESCREENRECORDER=OFF \
--DENABLE_32BIT_GLINJECT=TRUE ../
-  make
-}
-
-package() {
-  cd ssr/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD (from rev 
793295, lib32-simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-27 01:01:32 UTC (rev 793296)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=lib32-simplescreenrecorder
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
+arch=("x86_64")
+url="https://www.maartenbaert.be/simplescreenrecorder/";
+license=("GPL3")
+depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" 
"lib32-libxfixes")
+makedepends=("git" "cmake")
+install=lib32-simplescreenrecorder.install
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
+md5sums=("SKIP")
+
+prepare() {
+  cd ssr
+  mkdir -p build
+}
+
+build() {
+  cd ssr/build
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  #./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR='lib32' -DWITH_SIMPLESCREENRECORDER=OFF \
+-DENABLE_32BIT_GLINJECT=TRUE ../
+  make
+}
+
+package() {
+  cd ssr/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: lib32-simplescreenrecorder.install
===
--- lib32-simplescreenrecorder.install  2020-12-27 01:01:17 UTC (rev 793295)
+++ lib32-simplescreenrecorder.install  2020-12-27 01:01:32 UTC (rev 793296)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
 (from rev 793295, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
===
--- lib32-simplescreenrecorder.install  (rev 0)
+++ lib32-simplescreenrecorder.install  2020-12-27 01:01:32 UTC (rev 793296)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


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

2020-12-26 Thread Kyle Keen via arch-commits
Date: Sunday, December 27, 2020 @ 01:01:17
  Author: kkeen
Revision: 793295

upgpkg: lib32-simplescreenrecorder 0.4.3-1

Modified:
  lib32-simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-27 00:57:37 UTC (rev 793294)
+++ PKGBUILD2020-12-27 01:01:17 UTC (rev 793295)
@@ -2,7 +2,7 @@
 # Contributor: Maarten Baert
 
 pkgname=lib32-simplescreenrecorder
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
 arch=("x86_64")


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

2020-12-26 Thread Kyle Keen via arch-commits
Date: Sunday, December 27, 2020 @ 00:57:23
  Author: kkeen
Revision: 793293

upgpkg: simplescreenrecorder 0.4.3-1

Modified:
  simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-27 00:53:15 UTC (rev 793292)
+++ PKGBUILD2020-12-27 00:57:23 UTC (rev 793293)
@@ -2,15 +2,12 @@
 # Contributor: Maarten Baert
 
 pkgname=simplescreenrecorder
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("x86_64")
 url="https://www.maartenbaert.be/simplescreenrecorder/";
 license=("GPL3")
-# upstream reports crashes with Qt5, reverting FS#45104
-# trying qt5 again with 0.3.9-3
-#depends=("qt4"
 depends=("qt5-base" "qt5-x11extras"
 "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
 "libx11" "libxext" "libxfixes" "libxi" "libxinerama"


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

2020-12-26 Thread Kyle Keen via arch-commits
Date: Sunday, December 27, 2020 @ 00:57:37
  Author: kkeen
Revision: 793294

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 793293, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 793293, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   87 +++--
 simplescreenrecorder.install |   18 
 2 files changed, 51 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-27 00:57:23 UTC (rev 793293)
+++ PKGBUILD2020-12-27 00:57:37 UTC (rev 793294)
@@ -1,45 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
-arch=("x86_64")
-url="https://www.maartenbaert.be/simplescreenrecorder/";
-license=("GPL3")
-# upstream reports crashes with Qt5, reverting FS#45104
-# trying qt5 again with 0.3.9-3
-#depends=("qt4"
-depends=("qt5-base" "qt5-x11extras"
-"ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
-"libx11" "libxext" "libxfixes" "libxi" "libxinerama"
-"desktop-file-utils" "gtk-update-icon-cache")
-optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
-makedepends=("git" "cmake" "qt5-tools")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
-md5sums=("SKIP")
-
-install=simplescreenrecorder.install
-
-prepare() {
-  cd ssr
-  mkdir -p build
-}
-
-build() {
-  cd ssr/build
-  # fPIC is only required for qt5 + gcc5
-  #CXXFLAGS="$CXXFLAGS -fPIC"
-  #./configure --prefix=/usr --disable-assert --with-qt5
-  #./configure --prefix=/usr --disable-assert
-  #  -DLRELEASE='/usr/bin/lrelease-qt4' \
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=on \
--DCMAKE_INSTALL_LIBDIR='lib' ../
-  make
-}
-package() {
-  cd ssr/build
-  make DESTDIR="$pkgdir" install
-}

Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 793293, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-27 00:57:37 UTC (rev 793294)
@@ -0,0 +1,42 @@
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("x86_64")
+url="https://www.maartenbaert.be/simplescreenrecorder/";
+license=("GPL3")
+depends=("qt5-base" "qt5-x11extras"
+"ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
+"libx11" "libxext" "libxfixes" "libxi" "libxinerama"
+"desktop-file-utils" "gtk-update-icon-cache")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
+makedepends=("git" "cmake" "qt5-tools")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)
+md5sums=("SKIP")
+
+install=simplescreenrecorder.install
+
+prepare() {
+  cd ssr
+  mkdir -p build
+}
+
+build() {
+  cd ssr/build
+  # fPIC is only required for qt5 + gcc5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  #./configure --prefix=/usr --disable-assert
+  #  -DLRELEASE='/usr/bin/lrelease-qt4' \
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=on \
+-DCMAKE_INSTALL_LIBDIR='lib' ../
+  make
+}
+package() {
+  cd ssr/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: simplescreenrecorder.install
===
--- simplescreenrecorder.install2020-12-27 00:57:23 UTC (rev 793293)
+++ simplescreenrecorder.install2020-12-27 00:57:37 UTC (rev 793294)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install (from 
rev 793293, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- simplescreenrecorder.install(rev 0)
+++ simplescreenrecorder.install2020-12-27 00:57:37 UTC (rev 793294)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


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

2020-12-26 Thread Kyle Keen via arch-commits
Date: Saturday, December 26, 2020 @ 19:19:11
  Author: kkeen
Revision: 793024

archrelease: copy trunk to community-x86_64

Added:
  xdiskusage/repos/community-x86_64/PKGBUILD
(from rev 793023, xdiskusage/trunk/PKGBUILD)
Deleted:
  xdiskusage/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-26 19:18:59 UTC (rev 793023)
+++ PKGBUILD2020-12-26 19:19:11 UTC (rev 793024)
@@ -1,30 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Sergej Pupykin 
-# Contributor: Tom Newsom 
-# Contributor: Jason Chu 
-
-pkgname=xdiskusage
-pkgver=1.52
-pkgrel=1
-pkgdesc="A user-friendly program to show you what is using up all your disk 
space"
-arch=('x86_64')
-depends=('fltk')
-makedepends=('libxi')
-license=('GPL')
-url="http://xdiskusage.sourceforge.net";
-options=(!emptydirs)
-source=("http://xdiskusage.sourceforge.net/$pkgname-$pkgver.tgz";)
-md5sums=('8663caf205aeda34b45bf13cfa87b212')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/man/man1"
-  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
-  chmod 0644 "$pkgdir"/usr/share/man/man1/*
-}

Copied: xdiskusage/repos/community-x86_64/PKGBUILD (from rev 793023, 
xdiskusage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-26 19:19:11 UTC (rev 793024)
@@ -0,0 +1,30 @@
+# Maintainer: Kyle Keen 
+# Contributor: Sergej Pupykin 
+# Contributor: Tom Newsom 
+# Contributor: Jason Chu 
+
+pkgname=xdiskusage
+pkgver=1.53
+pkgrel=1
+pkgdesc="A user-friendly program to show you what is using up all your disk 
space"
+arch=('x86_64')
+depends=('fltk')
+makedepends=('libxi')
+license=('GPL')
+url="http://xdiskusage.sourceforge.net";
+options=(!emptydirs)
+source=("http://xdiskusage.sourceforge.net/$pkgname-$pkgver.tgz";)
+md5sums=('7084e1b80e4f3b899487739cd1977ec1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/man/man1"
+  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+  chmod 0644 "$pkgdir"/usr/share/man/man1/*
+}


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

2020-12-26 Thread Kyle Keen via arch-commits
Date: Saturday, December 26, 2020 @ 19:18:59
  Author: kkeen
Revision: 793023

upgpkg: xdiskusage 1.53-1

Modified:
  xdiskusage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-26 19:10:57 UTC (rev 793022)
+++ PKGBUILD2020-12-26 19:18:59 UTC (rev 793023)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu 
 
 pkgname=xdiskusage
-pkgver=1.52
+pkgver=1.53
 pkgrel=1
 pkgdesc="A user-friendly program to show you what is using up all your disk 
space"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 url="http://xdiskusage.sourceforge.net";
 options=(!emptydirs)
 source=("http://xdiskusage.sourceforge.net/$pkgname-$pkgver.tgz";)
-md5sums=('8663caf205aeda34b45bf13cfa87b212')
+md5sums=('7084e1b80e4f3b899487739cd1977ec1')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-12-24 Thread Kyle Keen via arch-commits
Date: Thursday, December 24, 2020 @ 23:03:00
  Author: kkeen
Revision: 789149

archrelease: copy trunk to community-x86_64

Added:
  cgal/repos/community-x86_64/PKGBUILD
(from rev 789147, cgal/trunk/PKGBUILD)
Deleted:
  cgal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-24 23:02:58 UTC (rev 789148)
+++ PKGBUILD2020-12-24 23:03:00 UTC (rev 789149)
@@ -1,39 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.14.2
-pkgrel=4
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('x86_64')
-url="https://www.cgal.org";
-license=('GPL' 'LGPL')
-source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz";)
-depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('3e8ff310d55155a429d81fbf0278072e')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-# 4.8 supposedly does not depend on boost?  good luck...
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir -p build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 789147, 
cgal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-24 23:03:00 UTC (rev 789149)
@@ -0,0 +1,39 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.14.3
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('x86_64')
+url="https://www.cgal.org";
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz";)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('41c56ad048ce882aae6ff5b56256fe95')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir -p build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}


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

2020-12-24 Thread Kyle Keen via arch-commits
Date: Thursday, December 24, 2020 @ 23:02:42
  Author: kkeen
Revision: 789147

upgpkg: cgal 4.14.3-1

Modified:
  cgal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-24 23:02:24 UTC (rev 789146)
+++ PKGBUILD2020-12-24 23:02:42 UTC (rev 789147)
@@ -2,8 +2,8 @@
 # Contributor: Dmitriy Morozov 
 
 pkgname=cgal
-pkgver=4.14.2
-pkgrel=4
+pkgver=4.14.3
+pkgrel=1
 pkgdesc="Computational Geometry Algorithms Library"
 arch=('x86_64')
 url="https://www.cgal.org";
@@ -13,7 +13,7 @@
 optdepends=('qt5-svg: for CGAL_Qt5'
 'eigen: for some packages, see the CGAL manual')
 makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('3e8ff310d55155a429d81fbf0278072e')
+md5sums=('41c56ad048ce882aae6ff5b56256fe95')
 
 # consider building with swig for python stuff
 # https://gforge.inria.fr/frs/?group_id=52  for _pkgid


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

2020-12-22 Thread Kyle Keen via arch-commits
Date: Wednesday, December 23, 2020 @ 01:05:24
  Author: kkeen
Revision: 783203

archrelease: copy trunk to community-x86_64

Added:
  kicad/repos/community-x86_64/PKGBUILD
(from rev 783202, kicad/trunk/PKGBUILD)
Deleted:
  kicad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-23 01:05:05 UTC (rev 783202)
+++ PKGBUILD2020-12-23 01:05:24 UTC (rev 783203)
@@ -1,66 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Marq Schneider 
-# Contributor: Nick Østergaard
-
-pkgname=kicad
-pkgver=5.1.8
-pkgrel=3
-pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
-arch=('x86_64')
-#url="http://iut-tice.ujf-grenoble.fr/kicad/";
-url="http://kicad-pcb.org/";
-license=('GPL')
-depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython' 'libcloudproviders')
-# can ngspice/opencascade be an optdep?
-# opencascade vs community edition?
-makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
-optdepends=('kicad-library: for footprints and symbols'
-'kicad-library-3d: for 3d models of components')
-source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
-
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
-sha512sums=('ac9a8fa4a8c43f29375a4efff49030f060ee24828c9127bc13d4260e64aed4c71737beb0cda3012f62a450a912d8ac15a7b0be8fbc1023faa977879a6f59d3bf'
-
'2d486a48bff0e9e69c653ec289c0a8d4d0180cbfefbdc945308e09de23dc4785163dd39c2b0f6dc58b54b3ab2b993bd96e906c37e28ce4bdff43093fc8008fde')
-
-prepare() {
-  cd "$srcdir/kicad-$pkgver"
-  #find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir/kicad-$pkgver"
-
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
-  -DCMAKE_INSTALL_PREFIX=/usr   \
-  -DCMAKE_INSTALL_LIBDIR=lib\
-  -DKICAD_USE_OCE=OFF   \
-  -DKICAD_USE_OCC=ON\
-  -DKICAD_SCRIPTING=ON  \
-  -DKICAD_SCRIPTING_PYTHON3=ON  \
-  -DKICAD_SCRIPTING_MODULES=ON  \
-  -DKICAD_SCRIPTING_WXPYTHON=ON \
-  -DKICAD_SCRIPTING_ACTION_MENU=ON \
-  -DKICAD_SCRIPTING_WXPYTHON_PHOENIX=ON \
-  -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
-  -DBUILD_GITHUB_PLUGIN=ON
-  make
-
-  cd "$srcdir/kicad-i18n-$pkgver"
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/kicad-$pkgver/build/Release"
-
-  make DESTDIR="$pkgdir" install
-
-  # copy updated linux icons
-  #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" 
"$pkgdir/usr/share/"
-
-  cd "$srcdir/kicad-i18n-$pkgver/build/Release"
-  make DESTDIR="$pkgdir" install
-}

Copied: kicad/repos/community-x86_64/PKGBUILD (from rev 783202, 
kicad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-23 01:05:24 UTC (rev 783203)
@@ -0,0 +1,66 @@
+# Maintainer: Kyle Keen 
+# Contributor: Marq Schneider 
+# Contributor: Nick Østergaard
+
+pkgname=kicad
+pkgver=5.1.9
+pkgrel=1
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/";
+url="http://kicad-pcb.org/";
+license=('GPL')
+depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython' 'libcloudproviders')
+# can ngspice/opencascade be an optdep?
+# opencascade vs community edition?
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
+optdepends=('kicad-library: for footprints and symbols'
+'kicad-library-3d: for 3d models of components')
+source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
+
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
+sha512sums=('1b0676c8e375578b6d06836af35dd2ceb5e35b585e12660fa22461139e2e3af2d90fe2d5787ff8eab111bdba8fbfcc5446a8aa467e54f1372351c5a975df477f'
+
'bd15e13921d98424346d8650db28d8f0c4814599ce29b1135877fe2b34bb53d5d0e974e014a579a1a801f6bdea639de02b6dd4dcabf17d437976f4de819a8969')
+
+prepare() {
+  cd "$srcdir/kicad-$pkgver"
+  #find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir/kicad-$pkgver"
+
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
+  -DCMAKE_INSTALL_PREFIX=/usr   \
+  -DCMAKE_INSTALL_LIBDIR=lib\
+  -DKICAD_USE_OCE=OFF   \
+  -DKICAD_USE_OCC=ON\
+  -DKICAD_SCRIPTING=ON  \
+  

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

2020-12-22 Thread Kyle Keen via arch-commits
Date: Wednesday, December 23, 2020 @ 01:05:05
  Author: kkeen
Revision: 783202

upgpkg: kicad 5.1.9-1

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 01:04:09 UTC (rev 783201)
+++ PKGBUILD2020-12-23 01:05:05 UTC (rev 783202)
@@ -3,8 +3,8 @@
 # Contributor: Nick Østergaard
 
 pkgname=kicad
-pkgver=5.1.8
-pkgrel=3
+pkgver=5.1.9
+pkgrel=1
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('x86_64')
 #url="http://iut-tice.ujf-grenoble.fr/kicad/";
@@ -18,8 +18,8 @@
 'kicad-library-3d: for 3d models of components')
 
source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
 
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
-sha512sums=('ac9a8fa4a8c43f29375a4efff49030f060ee24828c9127bc13d4260e64aed4c71737beb0cda3012f62a450a912d8ac15a7b0be8fbc1023faa977879a6f59d3bf'
-
'2d486a48bff0e9e69c653ec289c0a8d4d0180cbfefbdc945308e09de23dc4785163dd39c2b0f6dc58b54b3ab2b993bd96e906c37e28ce4bdff43093fc8008fde')
+sha512sums=('1b0676c8e375578b6d06836af35dd2ceb5e35b585e12660fa22461139e2e3af2d90fe2d5787ff8eab111bdba8fbfcc5446a8aa467e54f1372351c5a975df477f'
+
'bd15e13921d98424346d8650db28d8f0c4814599ce29b1135877fe2b34bb53d5d0e974e014a579a1a801f6bdea639de02b6dd4dcabf17d437976f4de819a8969')
 
 prepare() {
   cd "$srcdir/kicad-$pkgver"


[arch-commits] Commit in elinks/repos/community-x86_64 (3 files)

2020-12-21 Thread Kyle Keen via arch-commits
Date: Tuesday, December 22, 2020 @ 00:16:22
  Author: kkeen
Revision: 781688

archrelease: copy trunk to community-x86_64

Added:
  elinks/repos/community-x86_64/PKGBUILD
(from rev 781687, elinks/trunk/PKGBUILD)
Deleted:
  elinks/repos/community-x86_64/0001-enable-SSL-verification-by-default.patch
  elinks/repos/community-x86_64/PKGBUILD

---+
 0001-enable-SSL-verification-by-default.patch |   40 --
 PKGBUILD  |   92 ++--
 2 files changed, 41 insertions(+), 91 deletions(-)

Deleted: 0001-enable-SSL-verification-by-default.patch
===
--- 0001-enable-SSL-verification-by-default.patch   2020-12-22 00:16:11 UTC 
(rev 781687)
+++ 0001-enable-SSL-verification-by-default.patch   2020-12-22 00:16:22 UTC 
(rev 781688)
@@ -1,40 +0,0 @@
-From f96265f5141944e559aae2e6df6c9594b335e9e2 Mon Sep 17 00:00:00 2001
-From: Alad Wenter 
-Date: Sun, 6 Jan 2019 18:52:09 +0100
-Subject: [PATCH] enable SSL verification by default
-
-FS#57747

- doc/man/man5/elinks.conf.5 | 2 +-
- src/network/ssl/ssl.c  | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/doc/man/man5/elinks.conf.5 b/doc/man/man5/elinks.conf.5
-index f6c54d44..a708e1c7 100644
 a/doc/man/man5/elinks.conf.5
-+++ b/doc/man/man5/elinks.conf.5
-@@ -199,7 +199,7 @@ Timeout for non\-restartable connections (in seconds)\&.
- .SS "connection\&.ssl (SSL)"
- SSL options\&.
- .PP
--connection\&.ssl\&.cert_verify \fB[0|1]\fR (default: 0)
-+connection\&.ssl\&.cert_verify \fB[0|1]\fR (default: 1)
- .RS 4
- Verify the peer\'s SSL certificate\&. Note that this needs extensive 
configuration of OpenSSL by the user\&.
- .RE
-diff --git a/src/network/ssl/ssl.c b/src/network/ssl/ssl.c
-index 5ed57543..c2683e01 100644
 a/src/network/ssl/ssl.c
-+++ b/src/network/ssl/ssl.c
-@@ -114,7 +114,7 @@ done_openssl(struct module *module)
- 
- static union option_info openssl_options[] = {
-   INIT_OPT_BOOL("connection.ssl", N_("Verify certificates"),
--  "cert_verify", 0, 0,
-+  "cert_verify", 0, 1,
-   N_("Verify the peer's SSL certificate. Note that this "
-   "needs extensive configuration of OpenSSL by the user.")),
- 
--- 
-2.20.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-22 00:16:11 UTC (rev 781687)
+++ PKGBUILD2020-12-22 00:16:22 UTC (rev 781688)
@@ -1,51 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Ben 
-
-pkgname=elinks
-pkgver=0.13
-_commit="25c2850b597ee9a89bda8920e7f3d65ac3ac7e01"
-# 2017-03-06 gcc6
-pkgrel=22
-pkgdesc="An advanced and well-established feature-rich text mode web browser."
-arch=("x86_64")
-url="http://elinks.or.cz";
-license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn'
-'gc' 'tre' 'zlib')
-makedepends=('git')
-source=("git+https://repo.or.cz/elinks.git#commit=$_commit";
-   "0001-enable-SSL-verification-by-default.patch")
-md5sums=('SKIP'
- '0bdeaeed54d24415db9b59d9fdcf03f9')
-
-# todo: make it work with a modern 'js' package
-# (upstream has no interest in writing that)
-
-prepare() {
-  cd elinks
-  patch -p1 < "$srcdir"/0001-enable-SSL-verification-by-default.patch
-}
- 
-build() {
-  cd elinks
-  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
-  [ -x configure ] || sh autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --disable-smb --without-x --enable-cgi \
-  --enable-leds --enable-256-colors --enable-html-highlight \
-  --with-zlib
-  make
-}
-
-package() {
-  cd elinks
-  make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir/usr/share/locale/locale.alias"
-
-  install -D -m644 "contrib/debian/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: elinks/repos/community-x86_64/PKGBUILD (from rev 781687, 
elinks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-22 00:16:22 UTC (rev 781688)
@@ -0,0 +1,41 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Ben 
+
+pkgname=elinks
+pkgver=0.13.5
+pkgrel=1
+pkgdesc="An advanced and well-established feature-rich text mode web browser."
+arch=("x86_64")
+url="http://elinks.or.cz";
+license=('GPL')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn'
+'gc' 'tre' 'zlib')
+source=("elinks-$pkgver.tgz::https://github.com/rkd77/elinks/archive/v$pkgver.tar.gz";)
+md5sums=('76b8a68a0cc29befc117ff314c82f64c')
+
+# todo: make it work with a modern 'js' package
+# (upstream has no interest in writ

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

2020-12-21 Thread Kyle Keen via arch-commits
Date: Tuesday, December 22, 2020 @ 00:16:11
  Author: kkeen
Revision: 781687

upgpkg: elinks 0.13.5-1

Modified:
  elinks/trunk/PKGBUILD
Deleted:
  elinks/trunk/0001-enable-SSL-verification-by-default.patch

---+
 0001-enable-SSL-verification-by-default.patch |   40 
 PKGBUILD  |   22 +++--
 2 files changed, 6 insertions(+), 56 deletions(-)

Deleted: 0001-enable-SSL-verification-by-default.patch
===
--- 0001-enable-SSL-verification-by-default.patch   2020-12-22 00:02:38 UTC 
(rev 781686)
+++ 0001-enable-SSL-verification-by-default.patch   2020-12-22 00:16:11 UTC 
(rev 781687)
@@ -1,40 +0,0 @@
-From f96265f5141944e559aae2e6df6c9594b335e9e2 Mon Sep 17 00:00:00 2001
-From: Alad Wenter 
-Date: Sun, 6 Jan 2019 18:52:09 +0100
-Subject: [PATCH] enable SSL verification by default
-
-FS#57747

- doc/man/man5/elinks.conf.5 | 2 +-
- src/network/ssl/ssl.c  | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/doc/man/man5/elinks.conf.5 b/doc/man/man5/elinks.conf.5
-index f6c54d44..a708e1c7 100644
 a/doc/man/man5/elinks.conf.5
-+++ b/doc/man/man5/elinks.conf.5
-@@ -199,7 +199,7 @@ Timeout for non\-restartable connections (in seconds)\&.
- .SS "connection\&.ssl (SSL)"
- SSL options\&.
- .PP
--connection\&.ssl\&.cert_verify \fB[0|1]\fR (default: 0)
-+connection\&.ssl\&.cert_verify \fB[0|1]\fR (default: 1)
- .RS 4
- Verify the peer\'s SSL certificate\&. Note that this needs extensive 
configuration of OpenSSL by the user\&.
- .RE
-diff --git a/src/network/ssl/ssl.c b/src/network/ssl/ssl.c
-index 5ed57543..c2683e01 100644
 a/src/network/ssl/ssl.c
-+++ b/src/network/ssl/ssl.c
-@@ -114,7 +114,7 @@ done_openssl(struct module *module)
- 
- static union option_info openssl_options[] = {
-   INIT_OPT_BOOL("connection.ssl", N_("Verify certificates"),
--  "cert_verify", 0, 0,
-+  "cert_verify", 0, 1,
-   N_("Verify the peer's SSL certificate. Note that this "
-   "needs extensive configuration of OpenSSL by the user.")),
- 
--- 
-2.20.1
-

Modified: PKGBUILD
===
--- PKGBUILD2020-12-22 00:02:38 UTC (rev 781686)
+++ PKGBUILD2020-12-22 00:16:11 UTC (rev 781687)
@@ -5,10 +5,8 @@
 # Contributor: Ben 
 
 pkgname=elinks
-pkgver=0.13
-_commit="25c2850b597ee9a89bda8920e7f3d65ac3ac7e01"
-# 2017-03-06 gcc6
-pkgrel=22
+pkgver=0.13.5
+pkgrel=1
 pkgdesc="An advanced and well-established feature-rich text mode web browser."
 arch=("x86_64")
 url="http://elinks.or.cz";
@@ -15,22 +13,14 @@
 license=('GPL')
 depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn'
 'gc' 'tre' 'zlib')
-makedepends=('git')
-source=("git+https://repo.or.cz/elinks.git#commit=$_commit";
-   "0001-enable-SSL-verification-by-default.patch")
-md5sums=('SKIP'
- '0bdeaeed54d24415db9b59d9fdcf03f9')
+source=("elinks-$pkgver.tgz::https://github.com/rkd77/elinks/archive/v$pkgver.tar.gz";)
+md5sums=('76b8a68a0cc29befc117ff314c82f64c')
 
 # todo: make it work with a modern 'js' package
 # (upstream has no interest in writing that)
 
-prepare() {
-  cd elinks
-  patch -p1 < "$srcdir"/0001-enable-SSL-verification-by-default.patch
-}
- 
 build() {
-  cd elinks
+  cd elinks-$pkgver
   sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
   [ -x configure ] || sh autogen.sh
   ./configure --prefix=/usr --mandir=/usr/share/man \
@@ -42,7 +32,7 @@
 }
 
 package() {
-  cd elinks
+  cd elinks-$pkgver
   make DESTDIR="$pkgdir" install
   rm -f "$pkgdir/usr/share/locale/locale.alias"
 


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

2020-12-21 Thread Kyle Keen via arch-commits
Date: Monday, December 21, 2020 @ 22:24:14
  Author: kkeen
Revision: 781635

upgpkg: pyglet 1.5.13-1

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 21:46:08 UTC (rev 781634)
+++ PKGBUILD2020-12-21 22:24:14 UTC (rev 781635)
@@ -5,8 +5,8 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet')
-pkgver=1.5.8
-pkgrel=2
+pkgver=1.5.13
+pkgrel=1
 pkgdesc="A cross-platform windowing and multimedia library for Python"
 arch=('any')
 url="https://github.com/pyglet/pyglet";
@@ -16,7 +16,7 @@
 optdepends=('ffmpeg: provides audio&video support'
 'openal: live audio')
 
source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip";)
-md5sums=('543c5281a7d140c31c056b36842baac9')
+md5sums=('2e3eb81a32abbef484fd92bdd4f9a4e0')
 
 prepare() {
cd "$srcdir/$pkgbase-$pkgver"


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

2020-12-21 Thread Kyle Keen via arch-commits
Date: Monday, December 21, 2020 @ 22:24:25
  Author: kkeen
Revision: 781636

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 781635, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 22:24:14 UTC (rev 781635)
+++ PKGBUILD2020-12-21 22:24:25 UTC (rev 781636)
@@ -1,38 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Ryan Coyner 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=pyglet
-pkgname=('python-pyglet')
-pkgver=1.5.8
-pkgrel=2
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('any')
-url="https://github.com/pyglet/pyglet";
-license=('BSD')
-depends=('python' 'glu' 'python-future')
-makedepends=('python-setuptools')
-optdepends=('ffmpeg: provides audio&video support'
-'openal: live audio')
-source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip";)
-md5sums=('543c5281a7d140c31c056b36842baac9')
-
-prepare() {
-   cd "$srcdir/$pkgbase-$pkgver"
-
-   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
-   rm -rf pyglet/extlibs/future/
-}
-
-build() {
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py build
-}
-
-package_python-pyglet() {
-   depends=('python' 'glu' 'python-future')
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py install --root="$pkgdir" --optimize=1
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 781635, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 22:24:25 UTC (rev 781636)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Ryan Coyner 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=pyglet
+pkgname=('python-pyglet')
+pkgver=1.5.13
+pkgrel=1
+pkgdesc="A cross-platform windowing and multimedia library for Python"
+arch=('any')
+url="https://github.com/pyglet/pyglet";
+license=('BSD')
+depends=('python' 'glu' 'python-future')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: provides audio&video support'
+'openal: live audio')
+source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip";)
+md5sums=('2e3eb81a32abbef484fd92bdd4f9a4e0')
+
+prepare() {
+   cd "$srcdir/$pkgbase-$pkgver"
+
+   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
+   rm -rf pyglet/extlibs/future/
+}
+
+build() {
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py build
+}
+
+package_python-pyglet() {
+   depends=('python' 'glu' 'python-future')
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py install --root="$pkgdir" --optimize=1
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-12-20 Thread Kyle Keen via arch-commits
Date: Monday, December 21, 2020 @ 02:47:32
  Author: kkeen
Revision: 780836

archrelease: copy trunk to community-any

Added:
  jupyter-nbformat/repos/community-any/PKGBUILD
(from rev 780835, jupyter-nbformat/trunk/PKGBUILD)
Deleted:
  jupyter-nbformat/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 02:47:14 UTC (rev 780835)
+++ PKGBUILD2020-12-21 02:47:32 UTC (rev 780836)
@@ -1,23 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-nbformat
-pkgver=5.0.6
-pkgrel=3
-pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/nbformat";
-license=('BSD')
-depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz";)
-md5sums=('e7bbe3a1219c470412c28cb0693baec9')
-
-build() {
-  cd "$srcdir"
-}
-
-package() {
-  cd "$srcdir/nbformat-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-nbformat/repos/community-any/PKGBUILD (from rev 780835, 
jupyter-nbformat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 02:47:32 UTC (rev 780836)
@@ -0,0 +1,23 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-nbformat
+pkgver=5.0.8
+pkgrel=1
+pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/nbformat";
+license=('BSD')
+depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz";)
+md5sums=('473f3f80c07bb7f554cdc34cdaf151e3')
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/nbformat-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-12-20 Thread Kyle Keen via arch-commits
Date: Monday, December 21, 2020 @ 02:47:14
  Author: kkeen
Revision: 780835

upgpkg: jupyter-nbformat 5.0.8-1

Modified:
  jupyter-nbformat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 02:14:19 UTC (rev 780834)
+++ PKGBUILD2020-12-21 02:47:14 UTC (rev 780835)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-nbformat
-pkgver=5.0.6
-pkgrel=3
+pkgver=5.0.8
+pkgrel=1
 pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
 arch=('any')
 url="https://pypi.python.org/pypi/nbformat";
@@ -10,7 +10,7 @@
 depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz";)
-md5sums=('e7bbe3a1219c470412c28cb0693baec9')
+md5sums=('473f3f80c07bb7f554cdc34cdaf151e3')
 
 build() {
   cd "$srcdir"


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

2020-12-19 Thread Kyle Keen via arch-commits
Date: Sunday, December 20, 2020 @ 01:55:20
  Author: kkeen
Revision: 780070

archrelease: copy trunk to community-x86_64

Added:
  libftdi/repos/community-x86_64/PKGBUILD
(from rev 780069, libftdi/trunk/PKGBUILD)
Deleted:
  libftdi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 01:55:10 UTC (rev 780069)
+++ PKGBUILD2020-12-20 01:55:20 UTC (rev 780070)
@@ -1,49 +0,0 @@
-# Maintainer: Kyle Keen 
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.4
-pkgrel=6
-pkgdesc="A library to talk to FTDI chips, optional python bindings."
-arch=('x86_64')
-url="https://www.intra2net.com/en/developer/libftdi/download.php";
-license=('GPL2' 'LGPL2.1')
-depends=('libusb' 'confuse')
-optdepends=('python: library bindings')
-makedepends=('boost' 'cmake' 'python' 'swig')
-# doxygen for docs, confuse for eeprom
-source=(https://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('5b14cebab8168e12dd6c2b5325a29ad93ed40f3d'
-  'SKIP')
-validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
-
-prepare() {
-  cd "${pkgname}1-$pkgver"
-  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt
-  sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" 
packages/99-libftdi.rules
-}
-
-build() {
-  cd "$srcdir/${pkgname}1-$pkgver"
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
--DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
-  make
-}
-
-# needs yet unknown dependencies
-#check() {
-#  cd "$srcdir/${pkgname}1-$pkgver/build"
-#  make check
-#}
-
-package() {
-  cd "${pkgname}1-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "../packages/99-libftdi.rules" 
"$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules"
-  # FS#45053
-  cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples"
-}

Copied: libftdi/repos/community-x86_64/PKGBUILD (from rev 780069, 
libftdi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 01:55:20 UTC (rev 780070)
@@ -0,0 +1,49 @@
+# Maintainer: Kyle Keen 
+
+pkgname=libftdi
+pkgver=1.5
+pkgrel=1
+pkgdesc="A library to talk to FTDI chips, optional python bindings."
+arch=('x86_64')
+url="https://www.intra2net.com/en/developer/libftdi/download.php";
+license=('GPL2' 'LGPL2.1')
+depends=('libusb' 'confuse')
+optdepends=('python: library bindings')
+makedepends=('boost' 'cmake' 'python' 'swig')
+# doxygen for docs, confuse for eeprom
+source=(https://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('0b4dc9763342d094d2b5e74ced7d10d574b4758d'
+  'SKIP')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
+
+prepare() {
+  cd "${pkgname}1-$pkgver"
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt
+  sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" 
packages/99-libftdi.rules
+}
+
+build() {
+  cd "$srcdir/${pkgname}1-$pkgver"
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
+-DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON \
+-DFTDIPP=ON -DPYTHON_BINDINGS=ON -DLINK_PYTHON_LIBRARY=ON
+  make
+}
+
+# needs yet unknown dependencies
+#check() {
+#  cd "$srcdir/${pkgname}1-$pkgver/build"
+#  make check
+#}
+
+package() {
+  cd "${pkgname}1-$pkgver/build"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../packages/99-libftdi.rules" 
"$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules"
+  # FS#45053
+  install -d "$pkgdir/usr/share/libftdi/examples" 
+  cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples"
+}


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

2020-12-19 Thread Kyle Keen via arch-commits
Date: Sunday, December 20, 2020 @ 01:55:10
  Author: kkeen
Revision: 780069

upgpkg: libftdi 1.5-1

Modified:
  libftdi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 01:13:54 UTC (rev 780068)
+++ PKGBUILD2020-12-20 01:55:10 UTC (rev 780069)
@@ -1,11 +1,8 @@
 # Maintainer: Kyle Keen 
 
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
 pkgname=libftdi
-pkgver=1.4
-pkgrel=6
+pkgver=1.5
+pkgrel=1
 pkgdesc="A library to talk to FTDI chips, optional python bindings."
 arch=('x86_64')
 url="https://www.intra2net.com/en/developer/libftdi/download.php";
@@ -15,7 +12,7 @@
 makedepends=('boost' 'cmake' 'python' 'swig')
 # doxygen for docs, confuse for eeprom
 
source=(https://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('5b14cebab8168e12dd6c2b5325a29ad93ed40f3d'
+sha1sums=('0b4dc9763342d094d2b5e74ced7d10d574b4758d'
   'SKIP')
 validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
 
@@ -30,7 +27,8 @@
   mkdir -p build
   cd build
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
--DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
+-DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON \
+-DFTDIPP=ON -DPYTHON_BINDINGS=ON -DLINK_PYTHON_LIBRARY=ON
   make
 }
 
@@ -42,8 +40,10 @@
 
 package() {
   cd "${pkgname}1-$pkgver/build"
+
   make DESTDIR="$pkgdir" install
   install -Dm644 "../packages/99-libftdi.rules" 
"$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules"
   # FS#45053
+  install -d "$pkgdir/usr/share/libftdi/examples" 
   cp -r ../examples/* "$pkgdir/usr/share/libftdi/examples"
 }


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

2020-12-19 Thread Kyle Keen via arch-commits
Date: Saturday, December 19, 2020 @ 23:48:23
  Author: kkeen
Revision: 780064

archrelease: copy trunk to community-any

Added:
  jupyter-notebook/repos/community-any/PKGBUILD
(from rev 780063, jupyter-notebook/trunk/PKGBUILD)
Deleted:
  jupyter-notebook/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-19 23:47:19 UTC (rev 780063)
+++ PKGBUILD2020-12-19 23:48:23 UTC (rev 780064)
@@ -1,44 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-notebook
-pkgver=6.1.4
-pkgrel=3
-pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
-arch=('any')
-url="https://github.com/jupyter/notebook";
-license=('BSD')
-depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
- 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client' 'mathjax2' 'python-send2trash'
- 'jupyter-nbconvert' 'python-prometheus_client' 'python-argon2_cffi')
-# Much of their official dependency tree appears inverted and circular?
-makedepends=('python-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook export')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
-md5sums=('eb81355187dad5e8f579be098d32db08')
-
-# todo: report bug that mathjax and nbconvert is no longer optional
-
-build() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # FS45999 disable bundled mathjax
-  sed -i 's/^.*MathJax.*$//' bower.json 
-  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
-  sed -i 's/  mj(/  #mj(/' setupbase.py
-
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # needs node
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  # FS45999 use system mathjax
-  ln -s /usr/share/mathjax2 \
-  "$pkgdir/usr/lib/python3.9/site-packages/notebook/static/components/MathJax"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-notebook/repos/community-any/PKGBUILD (from rev 780063, 
jupyter-notebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-19 23:48:23 UTC (rev 780064)
@@ -0,0 +1,44 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-notebook
+pkgver=6.1.5
+pkgrel=1
+pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
+arch=('any')
+url="https://github.com/jupyter/notebook";
+license=('BSD')
+depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
+ 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
+ 'python-jupyter_client' 'mathjax2' 'python-send2trash'
+ 'jupyter-nbconvert' 'python-prometheus_client' 'python-argon2_cffi')
+# Much of their official dependency tree appears inverted and circular?
+makedepends=('python-setuptools' 'npm' 'git')
+optdepends=('pandoc: notebook export')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
+md5sums=('289c0e769270bbe33e6d956ee880e652')
+
+# todo: report bug that mathjax and nbconvert is no longer optional
+
+build() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # FS45999 disable bundled mathjax
+  sed -i 's/^.*MathJax.*$//' bower.json 
+  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
+  sed -i 's/  mj(/  #mj(/' setupbase.py
+
+  # needs node, downloads a lot of stuff
+  python3 setup.py build
+}
+
+package() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # needs node
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  # FS45999 use system mathjax
+  ln -s /usr/share/mathjax2 \
+  "$pkgdir/usr/lib/python3.9/site-packages/notebook/static/components/MathJax"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-12-19 Thread Kyle Keen via arch-commits
Date: Saturday, December 19, 2020 @ 23:47:19
  Author: kkeen
Revision: 780063

upgpkg: jupyter-notebook 6.1.5-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 23:11:18 UTC (rev 780062)
+++ PKGBUILD2020-12-19 23:47:19 UTC (rev 780063)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=6.1.4
-pkgrel=3
+pkgver=6.1.5
+pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook";
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
-md5sums=('eb81355187dad5e8f579be098d32db08')
+md5sums=('289c0e769270bbe33e6d956ee880e652')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 


[arch-commits] Commit in bsdiff/trunk (PKGBUILD e48209b03f.patch)

2020-12-19 Thread Kyle Keen via arch-commits
Date: Saturday, December 19, 2020 @ 23:10:16
  Author: kkeen
Revision: 780052

fix source url, groundwork for FS#65971

Added:
  bsdiff/trunk/e48209b03f.patch
Modified:
  bsdiff/trunk/PKGBUILD

--+
 PKGBUILD |   26 +--
 e48209b03f.patch |  119 +
 2 files changed, 140 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 23:08:41 UTC (rev 780051)
+++ PKGBUILD2020-12-19 23:10:16 UTC (rev 780052)
@@ -8,18 +8,34 @@
 license=('BSD')
 arch=('x86_64')
 depends=('bzip2')
-source=("https://www.daemonology.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+#source=("https://www.daemonology.net/bsdiff/bsdiff-$pkgver.tar.gz";
+source=("https://sources.voidlinux.org/bsdiff-$pkgver/bsdiff-$pkgver.tar.gz";
Makefile.patch
-"https://security.freebsd.org/patches/SA-16:25/bspatch.patch";)
+"https://security.freebsd.org/patches/SA-16:25/bspatch.patch";
+"https://github.com/freebsd/freebsd/commit/d0260bc283.patch";
+"https://github.com/freebsd/freebsd/commit/59381119a4.patch";
+"e48209b03f.patch"
+
"6e40d93.patch.b64::https://android-review.googlesource.com/changes/platform%2Fexternal%2Fbsdiff~961238/revisions/6/patch?download";)
 md5sums=('e6d812394f0e0ecc8d5df255aa1db22a'
  'f176d14d39c5784a2c824f6797544f4b'
- '30e8ec771baea61bd9c25adb385b06fc')
+ '30e8ec771baea61bd9c25adb385b06fc'
+ 'f0a01c90ef3a9680017eacb81fbfdf02'
+ 'eb9cddcc3fce507256990b82cc0917ee'
+ 'bc8ecaecd841d9022a88a7c35151d598'
+ '56b07d7499454403903140ef44cd1b38')
 
+# todo: get patches to apply cleanly
+
 prepare() {
   cd "$srcdir/${pkgname}-${pkgver}"
   patch -p0 < ../Makefile.patch
-  sed -i 's|usr.bin/bsdiff/bspatch/||' ../bspatch.patch
-  patch -p0 < ../bspatch.patch
+  patch -p3 < ../bspatch.patch
+  #patch -p4 < ../d0260bc283.patch
+  #patch -p4 < ../59381119a4.patch
+  base64 -d ../6e40d93.patch.b64 > ../6e40d93.patch
+  sed -i 's|bspatch.cc|bspatch.c|g' ../6e40d93.patch
+  #patch -p1 < ../6e40d93.patch
+  #patch bspatch.c ../e48209b03f.patch
 }
 
 build() {

Added: e48209b03f.patch
===
--- e48209b03f.patch(rev 0)
+++ e48209b03f.patch2020-12-19 23:10:16 UTC (rev 780052)
@@ -0,0 +1,119 @@
+@@ -27,7 +27,10 @@
+ #include 
+ __FBSDID("$FreeBSD$");
+ 
++#include 
+ #include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -63,8 +66,8 @@
+   BZFILE * cpfbz2, * dpfbz2, * epfbz2;
+   int cbz2err, dbz2err, ebz2err;
+   int fd;
+-  ssize_t oldsize,newsize;
+-  ssize_t bzctrllen,bzdatalen;
++  off_t oldsize,newsize;
++  off_t bzctrllen,bzdatalen;
+   u_char header[32],buf[8];
+   u_char *old, *new;
+   off_t oldpos,newpos;
+@@ -72,6 +75,8 @@
+   off_t lenread;
+   off_t i;
+ 
++  assert(OFF_MAX >= INT64_MAX);
++
+   if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]);
+ 
+   /* Open patch file */
+@@ -107,8 +112,10 @@
+   bzctrllen=offtin(header+8);
+   bzdatalen=offtin(header+16);
+   newsize=offtin(header+24);
+-  if((bzctrllen<0) || (bzdatalen<0) || (newsize<0))
+-  errx(1,"Corrupt patch\n");
++  if((bzctrllen<0) || (bzctrllen>OFF_MAX-32) ||
++  (bzdatalen<0) || (bzctrllen+32>OFF_MAX-bzdatalen) ||
++  (newsize<=0) || (newsize>SSIZE_MAX))
++  errx(1,"Corrupt patch\n");
+ 
+   /* Close patch file and re-open it via libbzip2 at the right places */
+   if (fclose(f))
+@@ -136,12 +143,13 @@
+   errx(1, "BZ2_bzReadOpen, bz2err = %d", ebz2err);
+ 
+   if(((fd=open(argv[1],O_RDONLY|O_BINARY,0))<0) ||
+-  ((oldsize=lseek(fd,0,SEEK_END))==-1) ||
+-  ((old=malloc(oldsize+1))==NULL) ||
++  ((oldsize=lseek(fd,0,SEEK_END))<=0) ||
++  (oldsize>SSIZE_MAX) ||
++  ((old=malloc(oldsize))==NULL) ||
+   (lseek(fd,0,SEEK_SET)!=0) ||
+   (read(fd,old,oldsize)!=oldsize) ||
+   (close(fd)==-1)) err(1,"%s",argv[1]);
+-  if((new=malloc(newsize+1))==NULL) err(1,NULL);
++  if((new=malloc(newsize))==NULL) err(1,NULL);
+ 
+   oldpos=0;newpos=0;
+   while(newposnewsize)
+-  errx(1,"Corrupt patch\n");
++  if((ctrl[0]<0) || (ctrl[0]>INT_MAX) ||
++  (newpos>OFF_MAX-ctrl[0]) || (newpos+ctrl[0]>newsize))
++  errx(1,"Corrupt patch\n");
+ 
+-  /* Read diff string */
++  /* Read diff string - 4th arg converted to int */
+   lenread = BZ2_bzRead(&dbz2err, dpfbz2, new + newpos, ctrl[0]);
+   if ((lenread < ctrl[0]) ||
+   ((dbz2err != BZ_OK) && (dbz2err != BZ_STREAM_END)))
+

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

2020-12-18 Thread Kyle Keen via arch-commits
Date: Saturday, December 19, 2020 @ 04:00:33
  Author: kkeen
Revision: 779740

archrelease: copy trunk to community-x86_64

Added:
  python2-pyzmq/repos/community-x86_64/
  python2-pyzmq/repos/community-x86_64/PKGBUILD
(from rev 779739, python2-pyzmq/trunk/PKGBUILD)
  
python2-pyzmq/repos/community-x86_64/asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch
(from rev 779739, 
python2-pyzmq/trunk/asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch)

-+
 PKGBUILD|   34 ++
 asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch |   24 +
 2 files changed, 58 insertions(+)

Copied: python2-pyzmq/repos/community-x86_64/PKGBUILD (from rev 779739, 
python2-pyzmq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-19 04:00:33 UTC (rev 779740)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen 
+pkgname=python2-pyzmq
+pkgver=19.0.2
+pkgrel=1
+pkgdesc="Python2 bindings for zeromq, written in Cython"
+arch=('x86_64')
+url="http://www.zeromq.org/bindings:python";
+license=('LGPL')
+depends=('zeromq' 'python2')
+checkdepends=('python2-nose' 'python2-tornado' 'python2-pytest' 'cython2')
+#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz";)
+#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";)
+source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";
+asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch)
+md5sums=('200abc1a75bdcfff7adf61304f46f55e'
+ '0a2106785a843c3f99411515b03f42a9')
+
+prepare() {
+  cd "$srcdir"
+
+  # https://github.com/zeromq/pyzmq/issues/1418
+  patch -Np1 -d pyzmq-${pkgver} 

+Date: Wed, 9 Sep 2020 10:16:36 +0200
+Subject: [PATCH] asyncio: wait for POLLOUT on sender in can_connect
+
+matches login in thread, because POLLOUT will only be set if connection is 
allowed
+---
+ zmq/tests/asyncio/_test_asyncio.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/zmq/tests/asyncio/_test_asyncio.py 
b/zmq/tests/asyncio/_test_asyncio.py
+index 335913f3..d631e900 100644
+--- a/zmq/tests/asyncio/_test_asyncio.py
 b/zmq/tests/asyncio/_test_asyncio.py
+@@ -463,7 +463,8 @@ def go():
+ port = server.bind_to_random_port(iface)
+ client.connect("%s:%i" % (iface, port))
+ msg = [b"Hello World"]
+-yield from server.send_multipart(msg)
++if (yield from server.poll(1000, zmq.POLLOUT)):
++yield from server.send_multipart(msg)
+ if (yield from client.poll(1000)):
+ rcvd_msg = yield from client.recv_multipart()
+ self.assertEqual(rcvd_msg, msg)


[arch-commits] Commit in (5 files)

2020-12-18 Thread Kyle Keen via arch-commits
Date: Saturday, December 19, 2020 @ 03:57:44
  Author: kkeen
Revision: 779739

pkginit: split python2-pyzmq-19.0.2

Added:
  python2-pyzmq/
  python2-pyzmq/repos/
  python2-pyzmq/trunk/
  python2-pyzmq/trunk/PKGBUILD
  python2-pyzmq/trunk/asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch

-+
 PKGBUILD|   34 ++
 asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch |   24 +
 2 files changed, 58 insertions(+)

Added: python2-pyzmq/trunk/PKGBUILD
===
--- python2-pyzmq/trunk/PKGBUILD(rev 0)
+++ python2-pyzmq/trunk/PKGBUILD2020-12-19 03:57:44 UTC (rev 779739)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen 
+pkgname=python2-pyzmq
+pkgver=19.0.2
+pkgrel=1
+pkgdesc="Python2 bindings for zeromq, written in Cython"
+arch=('x86_64')
+url="http://www.zeromq.org/bindings:python";
+license=('LGPL')
+depends=('zeromq' 'python2')
+checkdepends=('python2-nose' 'python2-tornado' 'python2-pytest' 'cython2')
+#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz";)
+#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";)
+source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";
+asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch)
+md5sums=('200abc1a75bdcfff7adf61304f46f55e'
+ '0a2106785a843c3f99411515b03f42a9')
+
+prepare() {
+  cd "$srcdir"
+
+  # https://github.com/zeromq/pyzmq/issues/1418
+  patch -Np1 -d pyzmq-${pkgver} 

+Date: Wed, 9 Sep 2020 10:16:36 +0200
+Subject: [PATCH] asyncio: wait for POLLOUT on sender in can_connect
+
+matches login in thread, because POLLOUT will only be set if connection is 
allowed
+---
+ zmq/tests/asyncio/_test_asyncio.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/zmq/tests/asyncio/_test_asyncio.py 
b/zmq/tests/asyncio/_test_asyncio.py
+index 335913f3..d631e900 100644
+--- a/zmq/tests/asyncio/_test_asyncio.py
 b/zmq/tests/asyncio/_test_asyncio.py
+@@ -463,7 +463,8 @@ def go():
+ port = server.bind_to_random_port(iface)
+ client.connect("%s:%i" % (iface, port))
+ msg = [b"Hello World"]
+-yield from server.send_multipart(msg)
++if (yield from server.poll(1000, zmq.POLLOUT)):
++yield from server.send_multipart(msg)
+ if (yield from client.poll(1000)):
+ rcvd_msg = yield from client.recv_multipart()
+ self.assertEqual(rcvd_msg, msg)


[arch-commits] Commit in python-pyzmq/repos/community-x86_64 (3 files)

2020-12-18 Thread Kyle Keen via arch-commits
Date: Saturday, December 19, 2020 @ 03:53:58
  Author: kkeen
Revision: 779738

archrelease: copy trunk to community-x86_64

Added:
  python-pyzmq/repos/community-x86_64/PKGBUILD
(from rev 779737, python-pyzmq/trunk/PKGBUILD)
Deleted:
  python-pyzmq/repos/community-x86_64/PKGBUILD
  
python-pyzmq/repos/community-x86_64/asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch

-+
 PKGBUILD|   76 --
 asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch |   24 
 2 files changed, 26 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-19 03:53:40 UTC (rev 779737)
+++ PKGBUILD2020-12-19 03:53:58 UTC (rev 779738)
@@ -1,50 +0,0 @@
-# Maintainer: Kyle Keen 
-pkgbase=python-pyzmq
-pkgname=(python-pyzmq python2-pyzmq)
-pkgver=19.0.1
-pkgrel=4
-pkgdesc="Python bindings for zeromq, written in Cython"
-arch=('x86_64')
-url="http://www.zeromq.org/bindings:python";
-license=('LGPL')
-depends=('zeromq' 'python')
-makedepends=('python' 'python2')
-checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado'
-'python-pytest' 'python2-pytest' 'cython' 'cython2')
-#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz";)
-#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";)
-source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";
-asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch)
-md5sums=('2833bd5397e4069f63ad1f9f291f1f70'
- '0a2106785a843c3f99411515b03f42a9')
-
-prepare() {
-  cd "$srcdir"
-
-  # https://github.com/zeromq/pyzmq/issues/1418
-  patch -Np1 -d pyzmq-${pkgver} 

+pkgname=python-pyzmq
+pkgver=20.0.0
+pkgrel=1
+pkgdesc="Python3 bindings for zeromq, written in Cython"
+arch=('x86_64')
+url="http://www.zeromq.org/bindings:python";
+license=('LGPL')
+depends=('zeromq' 'python')
+checkdepends=('python-nose' 'python-tornado' 'python-pytest' 'cython')
+#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz";)
+#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";)
+source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";)
+md5sums=('e5f12abd40c785941947cf00282eb0eb')
+
+check() {
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+}
+
+package() {
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+

Deleted: asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch
===
--- asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch 2020-12-19 
03:53:40 UTC (rev 779737)
+++ asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch 2020-12-19 
03:53:58 UTC (rev 779738)
@@ -1,24 +0,0 @@
-From afd72820946f544790c6f70d90ba50eb29f1c6e1 Mon Sep 17 00:00:00 2001
-From: Min RK 
-Date: Wed, 9 Sep 2020 10:16:36 +0200
-Subject: [PATCH] asyncio: wait for POLLOUT on sender in can_connect
-
-matches login in thread, because POLLOUT will only be set if connection is 
allowed

- zmq/tests/asyncio/_test_asyncio.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/zmq/tests/asyncio/_test_asyncio.py 
b/zmq/tests/asyncio/_test_asyncio.py
-index 335913f3..d631e900 100644
 a/zmq/tests/asyncio/_test_asyncio.py
-+++ b/zmq/tests/asyncio/_test_asyncio.py
-@@ -463,7 +463,8 @@ def go():
- port = server.bind_to_random_port(iface)
- client.connect("%s:%i" % (iface, port))
- msg = [b"Hello World"]
--yield from server.send_multipart(msg)
-+if (yield from server.poll(1000, zmq.POLLOUT)):
-+yield from server.send_multipart(msg)
- if (yield from client.poll(1000)):
- rcvd_msg = yield from client.recv_multipart()
- self.assertEqual(rcvd_msg, msg)


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

2020-12-18 Thread Kyle Keen via arch-commits
Date: Saturday, December 19, 2020 @ 03:53:40
  Author: kkeen
Revision: 779737

upgpkg: python-pyzmq 20.0.0-1

Modified:
  python-pyzmq/trunk/PKGBUILD
Deleted:
  python-pyzmq/trunk/asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch

-+
 PKGBUILD|   40 ++
 asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch |   24 
 2 files changed, 8 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-19 03:44:28 UTC (rev 779736)
+++ PKGBUILD2020-12-19 03:53:40 UTC (rev 779737)
@@ -1,50 +1,26 @@
 # Maintainer: Kyle Keen 
-pkgbase=python-pyzmq
-pkgname=(python-pyzmq python2-pyzmq)
-pkgver=19.0.1
-pkgrel=4
-pkgdesc="Python bindings for zeromq, written in Cython"
+pkgname=python-pyzmq
+pkgver=20.0.0
+pkgrel=1
+pkgdesc="Python3 bindings for zeromq, written in Cython"
 arch=('x86_64')
 url="http://www.zeromq.org/bindings:python";
 license=('LGPL')
 depends=('zeromq' 'python')
-makedepends=('python' 'python2')
-checkdepends=('python-nose' 'python2-nose' 'python-tornado' 'python2-tornado'
-'python-pytest' 'python2-pytest' 'cython' 'cython2')
+checkdepends=('python-nose' 'python-tornado' 'python-pytest' 'cython')
 #source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz";)
 
#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";)
-source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";
-asyncio-wait-for-POLLOUT-on-sender-in-can_connect.patch)
-md5sums=('2833bd5397e4069f63ad1f9f291f1f70'
- '0a2106785a843c3f99411515b03f42a9')
+source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz";)
+md5sums=('e5f12abd40c785941947cf00282eb0eb')
 
-prepare() {
-  cd "$srcdir"
-
-  # https://github.com/zeromq/pyzmq/issues/1418
-  patch -Np1 -d pyzmq-${pkgver} 

-Date: Wed, 9 Sep 2020 10:16:36 +0200
-Subject: [PATCH] asyncio: wait for POLLOUT on sender in can_connect
-
-matches login in thread, because POLLOUT will only be set if connection is 
allowed

- zmq/tests/asyncio/_test_asyncio.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/zmq/tests/asyncio/_test_asyncio.py 
b/zmq/tests/asyncio/_test_asyncio.py
-index 335913f3..d631e900 100644
 a/zmq/tests/asyncio/_test_asyncio.py
-+++ b/zmq/tests/asyncio/_test_asyncio.py
-@@ -463,7 +463,8 @@ def go():
- port = server.bind_to_random_port(iface)
- client.connect("%s:%i" % (iface, port))
- msg = [b"Hello World"]
--yield from server.send_multipart(msg)
-+if (yield from server.poll(1000, zmq.POLLOUT)):
-+yield from server.send_multipart(msg)
- if (yield from client.poll(1000)):
- rcvd_msg = yield from client.recv_multipart()
- self.assertEqual(rcvd_msg, msg)


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

2020-12-14 Thread Kyle Keen via arch-commits
Date: Tuesday, December 15, 2020 @ 05:55:56
  Author: kkeen
Revision: 775843

archrelease: copy trunk to community-any

Added:
  python2-traitlets/repos/community-any/
  python2-traitlets/repos/community-any/PKGBUILD
(from rev 775842, python2-traitlets/trunk/PKGBUILD)

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

Copied: python2-traitlets/repos/community-any/PKGBUILD (from rev 775842, 
python2-traitlets/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-12-15 05:55:56 UTC (rev 775843)
@@ -0,0 +1,35 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python2-traitlets
+pkgver=4.3.3
+pkgrel=6
+pkgdesc="A configuration system for Python applications."
+arch=('any')
+url="https://traitlets.readthedocs.io/en/stable/";
+license=('BSD')
+depends=('python2-decorator' 'python2-enum34')
+makedepends=('python2-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz";
+
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz";)
+md5sums=('3a4f263af65d3d79f1c279f0247077ef'
+ '5a4f9781f78466da0ea1a648f3e1f79f')
+
+# ipython_genutils does not deserve a package
+# "Pretend this doesn’t exist. Nobody should use it."
+# "Vestigial IPython utilities: DO NOT USE"
+# (still required for now though, but drop at first chance)
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  # TEMPORARY!
+  cd "$srcdir/ipython_genutils-0.2.0"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/traitlets-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2020-12-14 Thread Kyle Keen via arch-commits
Date: Tuesday, December 15, 2020 @ 05:55:29
  Author: kkeen
Revision: 775842

pkginit: python2-traitlets 4.3.3-6

Added:
  python2-traitlets/
  python2-traitlets/repos/
  python2-traitlets/trunk/
  python2-traitlets/trunk/PKGBUILD

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

Added: python2-traitlets/trunk/PKGBUILD
===
--- python2-traitlets/trunk/PKGBUILD(rev 0)
+++ python2-traitlets/trunk/PKGBUILD2020-12-15 05:55:29 UTC (rev 775842)
@@ -0,0 +1,35 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python2-traitlets
+pkgver=4.3.3
+pkgrel=6
+pkgdesc="A configuration system for Python applications."
+arch=('any')
+url="https://traitlets.readthedocs.io/en/stable/";
+license=('BSD')
+depends=('python2-decorator' 'python2-enum34')
+makedepends=('python2-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz";
+
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz";)
+md5sums=('3a4f263af65d3d79f1c279f0247077ef'
+ '5a4f9781f78466da0ea1a648f3e1f79f')
+
+# ipython_genutils does not deserve a package
+# "Pretend this doesn’t exist. Nobody should use it."
+# "Vestigial IPython utilities: DO NOT USE"
+# (still required for now though, but drop at first chance)
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  # TEMPORARY!
+  cd "$srcdir/ipython_genutils-0.2.0"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/traitlets-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-12-14 Thread Kyle Keen via arch-commits
Date: Tuesday, December 15, 2020 @ 05:51:04
  Author: kkeen
Revision: 775841

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-15 05:50:53 UTC (rev 775840)
+++ PKGBUILD2020-12-15 05:51:04 UTC (rev 775841)
@@ -1,55 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgbase=python-traitlets
-pkgname=(python-traitlets python2-traitlets)
-pkgver=4.3.3
-pkgrel=5
-pkgdesc="A configuration system for Python applications."
-arch=('any')
-url="https://traitlets.readthedocs.io/en/stable/";
-license=('BSD')
-depends=('python-decorator')
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz";
-
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz";)
-md5sums=('3a4f263af65d3d79f1c279f0247077ef'
- '9a8afbe0978adbcbfcb3b35b2d015a56')
-
-
-# ipython_genutils does not deserve a package
-# "Pretend this doesn’t exist. Nobody should use it."
-# "Vestigial IPython utilities: DO NOT USE"
-# (still required for now though, but drop at first chance)
-
-prepare() {
-  cd "$srcdir"
-  cp -r traitlets-$pkgver  python2-traitlets-$pkgver
-  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package_python-traitlets() {
-  # TEMPORARY!
-  cd "$srcdir/ipython_genutils-0.1.0"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/traitlets-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-traitlets() {
-  depends=('python2-decorator' 'python2-enum34')
-
-  # TEMPORARY!
-  cd "$srcdir/ipython2_genutils-0.1.0"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-traitlets-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-traitlets/repos/community-any/PKGBUILD (from rev 775840, 
python-traitlets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-15 05:51:04 UTC (rev 775841)
@@ -0,0 +1,36 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-traitlets
+pkgver=5.0.5
+pkgrel=1
+pkgdesc="A configuration system for Python applications."
+arch=('any')
+url="https://traitlets.readthedocs.io/en/stable/";
+license=('BSD')
+depends=('python-decorator')
+makedepends=('python-setuptools')
+
+source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz";
+
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz";)
+md5sums=('2ffe54aee5d0d87890127dd28ce3f6c4'
+ '5a4f9781f78466da0ea1a648f3e1f79f')
+
+# ipython_genutils does not deserve a package
+# "Pretend this doesn’t exist. Nobody should use it."
+# "Vestigial IPython utilities: DO NOT USE"
+# (still required for now though, but drop at first chance)
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  # TEMPORARY!
+  cd "$srcdir/ipython_genutils-0.2.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/traitlets-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2020-12-14 Thread Kyle Keen via arch-commits
Date: Tuesday, December 15, 2020 @ 05:50:53
  Author: kkeen
Revision: 775840

upgpkg: python-traitlets 5.0.5-1

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 05:26:12 UTC (rev 775839)
+++ PKGBUILD2020-12-15 05:50:53 UTC (rev 775840)
@@ -1,40 +1,32 @@
 # Maintainer: Kyle Keen 
 
-pkgbase=python-traitlets
-pkgname=(python-traitlets python2-traitlets)
-pkgver=4.3.3
-pkgrel=5
+pkgname=python-traitlets
+pkgver=5.0.5
+pkgrel=1
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/";
 license=('BSD')
 depends=('python-decorator')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
 
 
source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz";
-
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz";)
-md5sums=('3a4f263af65d3d79f1c279f0247077ef'
- '9a8afbe0978adbcbfcb3b35b2d015a56')
+
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz";)
+md5sums=('2ffe54aee5d0d87890127dd28ce3f6c4'
+ '5a4f9781f78466da0ea1a648f3e1f79f')
 
-
 # ipython_genutils does not deserve a package
 # "Pretend this doesn’t exist. Nobody should use it."
 # "Vestigial IPython utilities: DO NOT USE"
 # (still required for now though, but drop at first chance)
 
-prepare() {
-  cd "$srcdir"
-  cp -r traitlets-$pkgver  python2-traitlets-$pkgver
-  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
-}
-
 build() {
   cd "$srcdir"
 }
 
-package_python-traitlets() {
+package() {
   # TEMPORARY!
-  cd "$srcdir/ipython_genutils-0.1.0"
+  cd "$srcdir/ipython_genutils-0.2.0"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
   cd "$srcdir/traitlets-$pkgver"
@@ -42,14 +34,3 @@
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-package_python2-traitlets() {
-  depends=('python2-decorator' 'python2-enum34')
-
-  # TEMPORARY!
-  cd "$srcdir/ipython2_genutils-0.1.0"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-traitlets-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}


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

2020-12-12 Thread Kyle Keen via arch-commits
Date: Sunday, December 13, 2020 @ 03:28:13
  Author: kkeen
Revision: 773779

archrelease: copy trunk to community-x86_64

Added:
  cataclysm-dda/repos/community-x86_64/PKGBUILD
(from rev 773778, cataclysm-dda/trunk/PKGBUILD)
Deleted:
  cataclysm-dda/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-13 03:27:54 UTC (rev 773778)
+++ PKGBUILD2020-12-13 03:28:13 UTC (rev 773779)
@@ -1,76 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgbase=cataclysm-dda
-pkgname=(cataclysm-dda cataclysm-dda-tiles)
-pkgname=cataclysm-dda
-pkgver=0.E.2
-_pkgver=0.E-2
-pkgrel=1
-pkgdesc="A post-apocalyptic roguelike."
-#url="http://cataclysmrl.blogspot.com/";
-#url="http://www.cataclysm.glyphgryph.com/";
-#url="http://en.cataclysmdda.com/";
-url="https://cataclysmdda.org/";
-arch=('x86_64')
-license=("CCPL:by-sa")
-depends=('ncurses' 'lua' 'hicolor-icon-theme' 'gettext')
-makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$_pkgver.tar.gz";)
-md5sums=('599ee37f0cf1f13f76ac414a0b1bfcdf')
-
-# official docs say to use lua51
-# but makefile supports lua52?
-# lua53 works, but git HEAD detects/uses lua51?
-
-prepare() {
-  cd "Cataclysm-DDA-$_pkgver"
-  sed -i 's/-Werror//' Makefile
-  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
-  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
-  sed -i 's/shell git/shell false/' Makefile
-}
-
-build() {
-  cd "Cataclysm-DDA-$_pkgver"
-
-  # tests "ifdef TILES" so "TILES=0" will enable tiles!
-  # DYNAMIC_LINKING appears to be a windows flag?
-  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1
-  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1
-  #LUA_BINARY="/usr/bin/lua5.1"
-}
-
-package_cataclysm-dda() {
-  cd "Cataclysm-DDA-$_pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 
LUA=1 install
-
-  # Docs
-  install -d "$pkgdir/usr/share/doc/cataclysm-dda"
-  cp -r doc/* "$pkgdir/usr/share/doc/cataclysm-dda"
-  # undo symlink
-  rm "$pkgdir/usr/share/doc/cataclysm-dda/JSON_LOADING_ORDER.md"
-  cp 'data/json/LOADING_ORDER.md' 
"$pkgdir/usr/share/doc/cataclysm-dda/JSON_LOADING_ORDER.md"
-
-  # License
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_cataclysm-dda-tiles() {
-  pkgdesc="A graphical post-apocalyptic roguelike."
-  depends=('cataclysm-dda' 'sdl2_image' 'sdl2_ttf' 'freetype2' 'sdl2_mixer')
-  cd "Cataclysm-DDA-$_pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1 install
-
-  # Icon
-  install -D 'data/osx/AppIcon.iconset/icon_128x128.png' 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/cataclysm-dda.png"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # hack: remove overlapping files
-  cd "$pkgdir/../cataclysm-dda"
-  find . -type f -exec rm -f "$pkgdir"/{} \;
-  cd "$pkgdir"
-  find . -type d -empty -delete
-}

Copied: cataclysm-dda/repos/community-x86_64/PKGBUILD (from rev 773778, 
cataclysm-dda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-13 03:28:13 UTC (rev 773779)
@@ -0,0 +1,72 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=cataclysm-dda
+pkgname=(cataclysm-dda cataclysm-dda-tiles)
+pkgname=cataclysm-dda
+pkgver=0.E.3
+_pkgver=0.E-3
+pkgrel=1
+pkgdesc="A post-apocalyptic roguelike."
+#url="http://cataclysmrl.blogspot.com/";
+#url="http://www.cataclysm.glyphgryph.com/";
+#url="http://en.cataclysmdda.com/";
+url="https://cataclysmdda.org/";
+arch=('x86_64')
+license=("CCPL:by-sa")
+depends=('ncurses' 'lua' 'hicolor-icon-theme' 'gettext')
+makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$_pkgver.tar.gz";)
+md5sums=('570177e7549168b648567c11f216c6c2')
+
+prepare() {
+  cd "Cataclysm-DDA-$_pkgver"
+  sed -i 's/-Werror//' Makefile
+  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
+  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
+  sed -i 's/shell git/shell false/' Makefile
+}
+
+build() {
+  cd "Cataclysm-DDA-$_pkgver"
+
+  # tests "ifdef TILES" so "TILES=0" will enable tiles!
+  # DYNAMIC_LINKING appears to be a windows flag?
+  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1
+  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1
+  #LUA_BINARY="/usr/bin/lua5.1"
+}
+
+package_cataclysm-dda() {
+  cd "Cataclysm-DDA-$_pkgver"
+
+  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 
LUA=1 install
+
+  # Docs
+  instal

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

2020-12-12 Thread Kyle Keen via arch-commits
Date: Sunday, December 13, 2020 @ 03:27:54
  Author: kkeen
Revision: 773778

upgpkg: cataclysm-dda 0.E.3-1

Modified:
  cataclysm-dda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 01:24:16 UTC (rev 773777)
+++ PKGBUILD2020-12-13 03:27:54 UTC (rev 773778)
@@ -3,8 +3,8 @@
 pkgbase=cataclysm-dda
 pkgname=(cataclysm-dda cataclysm-dda-tiles)
 pkgname=cataclysm-dda
-pkgver=0.E.2
-_pkgver=0.E-2
+pkgver=0.E.3
+_pkgver=0.E-3
 pkgrel=1
 pkgdesc="A post-apocalyptic roguelike."
 #url="http://cataclysmrl.blogspot.com/";
@@ -16,12 +16,8 @@
 depends=('ncurses' 'lua' 'hicolor-icon-theme' 'gettext')
 makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
 
source=("$pkgname-$_pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$_pkgver.tar.gz";)
-md5sums=('599ee37f0cf1f13f76ac414a0b1bfcdf')
+md5sums=('570177e7549168b648567c11f216c6c2')
 
-# official docs say to use lua51
-# but makefile supports lua52?
-# lua53 works, but git HEAD detects/uses lua51?
-
 prepare() {
   cd "Cataclysm-DDA-$_pkgver"
   sed -i 's/-Werror//' Makefile


[arch-commits] Commit in mg/repos/community-x86_64 (PKGBUILD PKGBUILD cleanup.patch)

2020-12-12 Thread Kyle Keen via arch-commits
Date: Sunday, December 13, 2020 @ 01:24:16
  Author: kkeen
Revision: 773777

archrelease: copy trunk to community-x86_64

Added:
  mg/repos/community-x86_64/PKGBUILD
(from rev 773776, mg/trunk/PKGBUILD)
Deleted:
  mg/repos/community-x86_64/PKGBUILD
  mg/repos/community-x86_64/cleanup.patch

---+
 PKGBUILD  |   68 
 cleanup.patch |   13 --
 2 files changed, 34 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-13 01:23:58 UTC (rev 773776)
+++ PKGBUILD2020-12-13 01:24:16 UTC (rev 773777)
@@ -1,34 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Sergej Pupykin 
-# Contributor: Hannes Rist 
-
-pkgname=mg
-pkgver=20180824
-pkgrel=2
-pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by 
the OpenBSD team."
-arch=('x86_64')
-url="https://homepage.boetes.org/software/mg/";
-depends=('ncurses' 'libbsd')
-license=('custom')
-#source=("https://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz";)
-source=("mg-$pkgver.tgz::https://github.com/hboetes/mg/archive/$pkgver.tar.gz";)
-sha256sums=('a51a6ee77a1601cb3003504609a881ee9da8743efd3ddc0a8cf1371b0f93cb9c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  make prefix=/usr mandir=/usr/share/man
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir -p "$pkgdir/usr/bin"
-  make install INSTALL=install prefix=/usr mandir=/usr/share/man 
DESTDIR="$pkgdir" BINDIR=/usr/bin
-
-  mkdir -p "$pkgdir/usr/share/"
-  install -D -m0644 README "$pkgdir/usr/share/licenses/$pkgname/README"
-
-  mkdir -p "$pkgdir/usr/share/doc"
-  install -D -m0644 tutorial "$pkgdir/usr/share/doc/$pkgname/tutorial"
-}

Copied: mg/repos/community-x86_64/PKGBUILD (from rev 773776, mg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-13 01:24:16 UTC (rev 773777)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen 
+# Contributor: Sergej Pupykin 
+# Contributor: Hannes Rist 
+
+pkgname=mg
+pkgver=20200723
+pkgrel=1
+pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by 
the OpenBSD team."
+arch=('x86_64')
+url="https://homepage.boetes.org/software/mg/";
+depends=('ncurses' 'libbsd')
+license=('custom')
+#source=("https://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz";)
+source=("mg-$pkgver.tgz::https://github.com/hboetes/mg/archive/$pkgver.tar.gz";)
+sha256sums=('2ee7cf5e1ea9aee1df296840276a0f940a72f5dfa07c5d2be36cdb13236bd797')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  make prefix=/usr mandir=/usr/share/man
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p "$pkgdir/usr/bin"
+  make install INSTALL=install prefix=/usr mandir=/usr/share/man 
DESTDIR="$pkgdir" BINDIR=/usr/bin
+
+  mkdir -p "$pkgdir/usr/share/"
+  install -D -m0644 README "$pkgdir/usr/share/licenses/$pkgname/README"
+
+  mkdir -p "$pkgdir/usr/share/doc"
+  install -D -m0644 tutorial "$pkgdir/usr/share/doc/$pkgname/tutorial"
+}

Deleted: cleanup.patch
===
--- cleanup.patch   2020-12-13 01:23:58 UTC (rev 773776)
+++ cleanup.patch   2020-12-13 01:24:16 UTC (rev 773777)
@@ -1,13 +0,0 @@
-diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
 mg-20140306/Makefile   2014-02-20 02:30:17.0 +0400
-+++ mg-20140306.my/Makefile2014-03-13 13:12:46.628940661 +0400
-@@ -15,6 +15,9 @@
- #
- CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS
- 
-+CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY 
-D__dead -O2
-+LDADD+=<-->-lcurses -lutil -lclens -lbsd
-+
- SRCS= autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
-   echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
-   line.c macro.c main.c match.c modes.c paragraph.c random.c \


[arch-commits] Commit in mg/trunk (PKGBUILD cleanup.patch)

2020-12-12 Thread Kyle Keen via arch-commits
Date: Sunday, December 13, 2020 @ 01:23:58
  Author: kkeen
Revision: 773776

upgpkg: mg 20200723-1

Modified:
  mg/trunk/PKGBUILD
Deleted:
  mg/trunk/cleanup.patch

---+
 PKGBUILD  |6 +++---
 cleanup.patch |   13 -
 2 files changed, 3 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 01:01:38 UTC (rev 773775)
+++ PKGBUILD2020-12-13 01:23:58 UTC (rev 773776)
@@ -3,8 +3,8 @@
 # Contributor: Hannes Rist 
 
 pkgname=mg
-pkgver=20180824
-pkgrel=2
+pkgver=20200723
+pkgrel=1
 pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by 
the OpenBSD team."
 arch=('x86_64')
 url="https://homepage.boetes.org/software/mg/";
@@ -12,7 +12,7 @@
 license=('custom')
 #source=("https://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz";)
 source=("mg-$pkgver.tgz::https://github.com/hboetes/mg/archive/$pkgver.tar.gz";)
-sha256sums=('a51a6ee77a1601cb3003504609a881ee9da8743efd3ddc0a8cf1371b0f93cb9c')
+sha256sums=('2ee7cf5e1ea9aee1df296840276a0f940a72f5dfa07c5d2be36cdb13236bd797')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Deleted: cleanup.patch
===
--- cleanup.patch   2020-12-13 01:01:38 UTC (rev 773775)
+++ cleanup.patch   2020-12-13 01:23:58 UTC (rev 773776)
@@ -1,13 +0,0 @@
-diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
 mg-20140306/Makefile   2014-02-20 02:30:17.0 +0400
-+++ mg-20140306.my/Makefile2014-03-13 13:12:46.628940661 +0400
-@@ -15,6 +15,9 @@
- #
- CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS
- 
-+CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY 
-D__dead -O2
-+LDADD+=<-->-lcurses -lutil -lclens -lbsd
-+
- SRCS= autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
-   echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
-   line.c macro.c main.c match.c modes.c paragraph.c random.c \


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

2020-12-12 Thread Kyle Keen via arch-commits
Date: Sunday, December 13, 2020 @ 01:01:38
  Author: kkeen
Revision: 773775

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-13 00:59:29 UTC (rev 773774)
+++ PKGBUILD2020-12-13 01:01:38 UTC (rev 773775)
@@ -1,42 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-qtconsole
-pkgver=4.7.3
-pkgrel=3
-pkgdesc="Qt-based console for Jupyter with support for rich media output"
-arch=('any')
-url="https://pypi.org/project/qtconsole/";
-license=('BSD')
-depends=('python-ipykernel' 'python-jupyter_core' 'python-jupyter_client'
- 'python-traitlets' 'python-pygments' 'python-pyzmq'
- 'qt5-svg' 'python-pyqt5' 'python-sip' 'python-qtpy')
-makedepends=('python-setuptools')
-#checkdepends=('python-nose' 'python-pytest')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz";)
-md5sums=('c65c682637b2a8e470df0fd37a5e5c67')
-
-build() {
-  cd "$srcdir/qtconsole-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # tests require an active X session
-  true
-  return
-  cd "$srcdir/qtconsole-$pkgver"
-  nosetests qtconsole
-}
-
-package() {
-  cd "$srcdir/qtconsole-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd examples
-  # FS#47046 FS#57556 FS#64628 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.9/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
-jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
-}

Copied: python-qtconsole/repos/community-any/PKGBUILD (from rev 773774, 
python-qtconsole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-13 01:01:38 UTC (rev 773775)
@@ -0,0 +1,42 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-qtconsole
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="Qt-based console for Jupyter with support for rich media output"
+arch=('any')
+url="https://pypi.org/project/qtconsole/";
+license=('BSD')
+depends=('python-ipykernel' 'python-jupyter_core' 'python-jupyter_client'
+ 'python-traitlets' 'python-pygments' 'python-pyzmq'
+ 'qt5-svg' 'python-pyqt5' 'python-sip' 'python-qtpy')
+makedepends=('python-setuptools')
+#checkdepends=('python-nose' 'python-pytest')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz";)
+md5sums=('34056a772ab327f8233776e3bb398ac9')
+
+build() {
+  cd "$srcdir/qtconsole-$pkgver"
+  python setup.py build
+}
+
+check() {
+  # tests require an active X session
+  true
+  return
+  cd "$srcdir/qtconsole-$pkgver"
+  nosetests qtconsole
+}
+
+package() {
+  cd "$srcdir/qtconsole-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd examples
+  # FS#47046 FS#57556 FS#64628 fix .desktop icon
+  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.9/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
+jupyter-qtconsole.desktop
+  install -Dm644 jupyter-qtconsole.desktop \
+"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
+}


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

2020-12-12 Thread Kyle Keen via arch-commits
Date: Sunday, December 13, 2020 @ 00:59:29
  Author: kkeen
Revision: 773774

upgpkg: python-qtconsole 5.0.1-1

Modified:
  python-qtconsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 00:51:12 UTC (rev 773773)
+++ PKGBUILD2020-12-13 00:59:29 UTC (rev 773774)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=python-qtconsole
-pkgver=4.7.3
-pkgrel=3
+pkgver=5.0.1
+pkgrel=1
 pkgdesc="Qt-based console for Jupyter with support for rich media output"
 arch=('any')
 url="https://pypi.org/project/qtconsole/";
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 #checkdepends=('python-nose' 'python-pytest')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz";)
-md5sums=('c65c682637b2a8e470df0fd37a5e5c67')
+md5sums=('34056a772ab327f8233776e3bb398ac9')
 
 build() {
   cd "$srcdir/qtconsole-$pkgver"


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

2020-12-12 Thread Kyle Keen via arch-commits
Date: Sunday, December 13, 2020 @ 00:51:12
  Author: kkeen
Revision: 773773

archrelease: copy trunk to community-x86_64

Added:
  gtkwave/repos/community-x86_64/PKGBUILD
(from rev 773772, gtkwave/trunk/PKGBUILD)
  gtkwave/repos/community-x86_64/gtkwave.install
(from rev 773772, gtkwave/trunk/gtkwave.install)
Deleted:
  gtkwave/repos/community-x86_64/PKGBUILD
  gtkwave/repos/community-x86_64/gtkwave.install

-+
 PKGBUILD|   76 +++---
 gtkwave.install |   14 -
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-13 00:50:29 UTC (rev 773772)
+++ PKGBUILD2020-12-13 00:51:12 UTC (rev 773773)
@@ -1,38 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jared Casper 
-
-pkgname=gtkwave
-pkgver=3.3.104
-pkgrel=1
-pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
-arch=('x86_64')
-url='http://gtkwave.sourceforge.net'
-license=('GPL' 'MIT')
-depends=('bzip2' 'xz' 'gtk2' 'desktop-file-utils' 'dconf')
-makedepends=('gperf')
-install='gtkwave.install'
-source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz";)
-md5sums=('23879689ecf7e2cdd2cd5a91c5c601da')
-
-build() {
-  cd "$srcdir/gtkwave-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-tcl \
---disable-mime-update \
---with-gsettings
-
-  make CFLAGS="-D_LARGEFILE64_SOURCE -O"
-}
-
-package() {
-  cd "$srcdir/gtkwave-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "$srcdir/gtkwave-$pkgver/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/gtkwave/LICENSE.TXT"
-}
-

Copied: gtkwave/repos/community-x86_64/PKGBUILD (from rev 773772, 
gtkwave/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-13 00:51:12 UTC (rev 773773)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jared Casper 
+
+pkgname=gtkwave
+pkgver=3.3.107
+pkgrel=1
+pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
+arch=('x86_64')
+url='http://gtkwave.sourceforge.net'
+license=('GPL' 'MIT')
+depends=('bzip2' 'xz' 'gtk2' 'desktop-file-utils' 'dconf')
+makedepends=('gperf')
+install='gtkwave.install'
+source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz";)
+md5sums=('ef18b9b52ad5311540ba6dcc2b245916')
+
+build() {
+  cd "$srcdir/gtkwave-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-tcl \
+--disable-mime-update \
+--with-gsettings
+
+  make CFLAGS="-D_LARGEFILE64_SOURCE -O"
+}
+
+package() {
+  cd "$srcdir/gtkwave-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "$srcdir/gtkwave-$pkgver/LICENSE.TXT" \
+"$pkgdir/usr/share/licenses/gtkwave/LICENSE.TXT"
+}
+

Deleted: gtkwave.install
===
--- gtkwave.install 2020-12-13 00:50:29 UTC (rev 773772)
+++ gtkwave.install 2020-12-13 00:51:12 UTC (rev 773773)
@@ -1,7 +0,0 @@
-post_install() {
-  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
-  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
-  echo 'It contains the prefs for a good configuration that most people find'
-  echo 'ergonomic.  It is not strictly necessary however.'
-}
-

Copied: gtkwave/repos/community-x86_64/gtkwave.install (from rev 773772, 
gtkwave/trunk/gtkwave.install)
===
--- gtkwave.install (rev 0)
+++ gtkwave.install 2020-12-13 00:51:12 UTC (rev 773773)
@@ -0,0 +1,7 @@
+post_install() {
+  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
+  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
+  echo 'It contains the prefs for a good configuration that most people find'
+  echo 'ergonomic.  It is not strictly necessary however.'
+}
+


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

2020-12-12 Thread Kyle Keen via arch-commits
Date: Sunday, December 13, 2020 @ 00:50:29
  Author: kkeen
Revision: 773772

upgpkg: gtkwave 3.3.107-1

Modified:
  gtkwave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 00:33:40 UTC (rev 773771)
+++ PKGBUILD2020-12-13 00:50:29 UTC (rev 773772)
@@ -3,7 +3,7 @@
 # Contributor: Jared Casper 
 
 pkgname=gtkwave
-pkgver=3.3.104
+pkgver=3.3.107
 pkgrel=1
 pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gperf')
 install='gtkwave.install'
 source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz";)
-md5sums=('23879689ecf7e2cdd2cd5a91c5c601da')
+md5sums=('ef18b9b52ad5311540ba6dcc2b245916')
 
 build() {
   cd "$srcdir/gtkwave-$pkgver"


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

2020-12-08 Thread Kyle Keen via arch-commits
Date: Tuesday, December 8, 2020 @ 11:33:44
  Author: kkeen
Revision: 771773

archrelease: copy trunk to community-any

Added:
  kicad-library/repos/community-any/PKGBUILD
(from rev 771772, kicad-library/trunk/PKGBUILD)
Deleted:
  kicad-library/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 11:32:50 UTC (rev 771772)
+++ PKGBUILD2020-12-08 11:33:44 UTC (rev 771773)
@@ -1,47 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgbase=kicad-library
-pkgname=('kicad-library' 'kicad-library-3d')
-pkgver=5.1.7
-pkgrel=1
-pkgdesc="Kicad component and footprint libraries"
-arch=('any')
-url="https://kicad.github.io/";
-license=('GPL')
-makedepends=('cmake')
-options=('!strip')
-source=("kicad-sym.$pkgver.tgz::https://github.com/KiCad/kicad-symbols/archive/$pkgver.tar.gz";
-
"kicad-foot.$pkgver.tgz::https://github.com/KiCad/kicad-footprints/archive/$pkgver.tar.gz";
-
"kicad-3d.$pkgver.tgz::https://github.com/KiCad/kicad-packages3D/archive/$pkgver.tar.gz";)
-md5sums=('d3dc2533796564a216d80aad19fa08cd'
- '0b2bb98f7e4dd936b93ce089d81b4e5d'
- 'fb5a643646867fd92e49928b647dc3eb')
-
-build() {
-  cd "$srcdir/kicad-symbols-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd "$srcdir/kicad-footprints-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd "$srcdir/kicad-packages3D-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kicad-library() {
-  pkgdesc="Kicad component and footprint libraries"
-  cd "$srcdir/kicad-symbols-$pkgver/"
-  make DESTDIR="$pkgdir" install
-
-  cd "$srcdir/kicad-footprints-$pkgver/"
-  make DESTDIR="$pkgdir" install
-}
-
-package_kicad-library-3d() {
-  pkgdesc="Kicad 3D render model libraries"
-  cd "$srcdir/kicad-packages3D-$pkgver/"
-  make DESTDIR="$pkgdir" install
-}

Copied: kicad-library/repos/community-any/PKGBUILD (from rev 771772, 
kicad-library/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 11:33:44 UTC (rev 771773)
@@ -0,0 +1,47 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=kicad-library
+pkgname=('kicad-library' 'kicad-library-3d')
+pkgver=5.1.8
+pkgrel=1
+pkgdesc="Kicad component and footprint libraries"
+arch=('any')
+url="https://kicad.github.io/";
+license=('GPL')
+makedepends=('cmake')
+options=('!strip')
+source=("https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/$pkgver/kicad-symbols-$pkgver.tar.gz";
+
"https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/$pkgver/kicad-footprints-$pkgver.tar.gz";
+
"https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/$pkgver/kicad-packages3D-$pkgver.tar.gz";)
+md5sums=('0b188320767cbdff54936b8f80f4f34f'
+ '80a148bf8cfd42d8e3397b728f8fc5c9'
+ 'ae6febc2019c9171ab31e6966bdf2745')
+
+build() {
+  cd "$srcdir/kicad-symbols-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd "$srcdir/kicad-footprints-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd "$srcdir/kicad-packages3D-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kicad-library() {
+  pkgdesc="Kicad component and footprint libraries"
+  cd "$srcdir/kicad-symbols-$pkgver/"
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir/kicad-footprints-$pkgver/"
+  make DESTDIR="$pkgdir" install
+}
+
+package_kicad-library-3d() {
+  pkgdesc="Kicad 3D render model libraries"
+  cd "$srcdir/kicad-packages3D-$pkgver/"
+  make DESTDIR="$pkgdir" install
+}


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

2020-12-08 Thread Kyle Keen via arch-commits
Date: Tuesday, December 8, 2020 @ 11:32:50
  Author: kkeen
Revision: 771772

upgpkg: kicad-library 5.1.8-1

Modified:
  kicad-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 11:10:02 UTC (rev 771771)
+++ PKGBUILD2020-12-08 11:32:50 UTC (rev 771772)
@@ -2,7 +2,7 @@
 
 pkgbase=kicad-library
 pkgname=('kicad-library' 'kicad-library-3d')
-pkgver=5.1.7
+pkgver=5.1.8
 pkgrel=1
 pkgdesc="Kicad component and footprint libraries"
 arch=('any')
@@ -10,12 +10,12 @@
 license=('GPL')
 makedepends=('cmake')
 options=('!strip')
-source=("kicad-sym.$pkgver.tgz::https://github.com/KiCad/kicad-symbols/archive/$pkgver.tar.gz";
-
"kicad-foot.$pkgver.tgz::https://github.com/KiCad/kicad-footprints/archive/$pkgver.tar.gz";
-
"kicad-3d.$pkgver.tgz::https://github.com/KiCad/kicad-packages3D/archive/$pkgver.tar.gz";)
-md5sums=('d3dc2533796564a216d80aad19fa08cd'
- '0b2bb98f7e4dd936b93ce089d81b4e5d'
- 'fb5a643646867fd92e49928b647dc3eb')
+source=("https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/$pkgver/kicad-symbols-$pkgver.tar.gz";
+
"https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/$pkgver/kicad-footprints-$pkgver.tar.gz";
+
"https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/$pkgver/kicad-packages3D-$pkgver.tar.gz";)
+md5sums=('0b188320767cbdff54936b8f80f4f34f'
+ '80a148bf8cfd42d8e3397b728f8fc5c9'
+ 'ae6febc2019c9171ab31e6966bdf2745')
 
 build() {
   cd "$srcdir/kicad-symbols-$pkgver/"


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

2020-12-08 Thread Kyle Keen via arch-commits
Date: Tuesday, December 8, 2020 @ 10:26:35
  Author: kkeen
Revision: 771763

archrelease: copy trunk to community-x86_64

Added:
  armagetronad/repos/community-x86_64/PKGBUILD
(from rev 771762, armagetronad/trunk/PKGBUILD)
Deleted:
  armagetronad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 10:26:25 UTC (rev 771762)
+++ PKGBUILD2020-12-08 10:26:35 UTC (rev 771763)
@@ -1,48 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Mateusz Herych 
-# Contributor: Filippo 'JoeyrS' Civiletti 
-
-pkgname=armagetronad
-pkgver=0.2.9.0
-pkgrel=1
-pkgdesc='A Tron Clone in 3D.'
-arch=('x86_64')
-url='http://armagetronad.net/'
-license=('GPL')
-depends=('sdl_image' 'libxml2' 'sdl_mixer' 'ftgl')
-makedepends=('python')
-optdepends=('python: language updater')
-#source=("https://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.src.tar.gz";)
-source=("https://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.tbz";)
-md5sums=('754159a3a7817610035d1729610b4369')
-
-prepare() {
- cd "$srcdir/armagetronad-$pkgver"
- 2to3 -w language/update.py
-
- sed -i 's|FTGL.h|ftgl.h|g' configure
- sed -i 's|png_check_sig|png_sig_cmp|g' configure
-}
-
-build() {
- cd "$srcdir/armagetronad-$pkgver"
- ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---disable-games \
---enable-automakedefaults \
---disable-uninstall
- make
-}
-
-package() {
- cd "$srcdir/armagetronad-$pkgver"
- make DESTDIR="$pkgdir" install
- install -D -m 644 "desktop/armagetronad.desktop" 
"$pkgdir/usr/share/applications/armagetronad.desktop"
- install -d "$pkgdir/usr/share/pixmaps/"
- ln -s /usr/share/armagetronad/desktop/icons/large/armagetronad.png \
-   "$pkgdir/usr/share/pixmaps/armagetronad.png"
- mv "$pkgdir/usr/bin/armagetronad" "$pkgdir/usr/bin/armagetronad_bin"
- printf "#!/bin/bash\n/usr/bin/armagetronad_bin --configdir 
/etc/armagetronad --datadir /usr/share/armagetronad" > 
"$pkgdir/usr/bin/armagetronad"
- chmod +x "$pkgdir/usr/bin/armagetronad"
-}

Copied: armagetronad/repos/community-x86_64/PKGBUILD (from rev 771762, 
armagetronad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 10:26:35 UTC (rev 771763)
@@ -0,0 +1,48 @@
+# Maintainer: Kyle Keen 
+# Contributor: Mateusz Herych 
+# Contributor: Filippo 'JoeyrS' Civiletti 
+
+pkgname=armagetronad
+pkgver=0.2.9.1.0
+pkgrel=1
+pkgdesc='A Tron Clone in 3D.'
+arch=('x86_64')
+url='http://armagetronad.net/'
+license=('GPL')
+depends=('sdl_image' 'libxml2' 'sdl_mixer' 'ftgl')
+makedepends=('python')
+optdepends=('python: language updater')
+#source=("https://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.src.tar.gz";)
+source=("https://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.tbz";)
+md5sums=('038a7add2ea5868c02dbc5cea7fef533')
+
+prepare() {
+ cd "$srcdir/armagetronad-$pkgver"
+ 2to3 -w language/update.py
+
+ sed -i 's|FTGL.h|ftgl.h|g' configure
+ sed -i 's|png_check_sig|png_sig_cmp|g' configure
+}
+
+build() {
+ cd "$srcdir/armagetronad-$pkgver"
+ ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--disable-games \
+--enable-automakedefaults \
+--disable-uninstall
+ make
+}
+
+package() {
+ cd "$srcdir/armagetronad-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -D -m 644 "desktop/armagetronad.desktop" 
"$pkgdir/usr/share/applications/armagetronad.desktop"
+ install -d "$pkgdir/usr/share/pixmaps/"
+ ln -s /usr/share/armagetronad/desktop/icons/large/armagetronad.png \
+   "$pkgdir/usr/share/pixmaps/armagetronad.png"
+ mv "$pkgdir/usr/bin/armagetronad" "$pkgdir/usr/bin/armagetronad_bin"
+ printf "#!/bin/bash\n/usr/bin/armagetronad_bin --configdir 
/etc/armagetronad --datadir /usr/share/armagetronad" > 
"$pkgdir/usr/bin/armagetronad"
+ chmod +x "$pkgdir/usr/bin/armagetronad"
+}


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

2020-12-08 Thread Kyle Keen via arch-commits
Date: Tuesday, December 8, 2020 @ 10:26:23
  Author: kkeen
Revision: 771761

upgpkg: armagetronad 0.2.9.1.0-1

Modified:
  armagetronad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 10:25:19 UTC (rev 771760)
+++ PKGBUILD2020-12-08 10:26:23 UTC (rev 771761)
@@ -3,7 +3,7 @@
 # Contributor: Filippo 'JoeyrS' Civiletti 
 
 pkgname=armagetronad
-pkgver=0.2.9.0
+pkgver=0.2.9.1.0
 pkgrel=1
 pkgdesc='A Tron Clone in 3D.'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('python: language updater')
 
#source=("https://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.src.tar.gz";)
 
source=("https://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.tbz";)
-md5sums=('754159a3a7817610035d1729610b4369')
+md5sums=('038a7add2ea5868c02dbc5cea7fef533')
 
 prepare() {
  cd "$srcdir/armagetronad-$pkgver"


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

2020-12-03 Thread Kyle Keen via arch-commits
Date: Thursday, December 3, 2020 @ 10:39:03
  Author: kkeen
Revision: 769412

archrelease: copy trunk to community-x86_64

Added:
  racket/repos/community-x86_64/PKGBUILD
(from rev 769411, racket/trunk/PKGBUILD)
Deleted:
  racket/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-03 10:38:33 UTC (rev 769411)
+++ PKGBUILD2020-12-03 10:39:03 UTC (rev 769412)
@@ -1,69 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Eric Bélanger 
-
-pkgbase=racket
-pkgname=(racket racket-minimal)
-pkgver=7.9
-pkgrel=1
-pkgdesc="A full-spectrum language with DrRacket IDE.  Formerly known as PLT 
Scheme."
-arch=('x86_64')
-url="https://racket-lang.org/";
-license=('Apache' 'GPL3' 'LGPL3' 'custom')
-depends=('gtk3')
-makedepends=('gsfonts' 'sqlite')
-options=('!strip' '!emptydirs')
-conflicts=('racket-docs')
-replaces=('racket-docs')
-source=("https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz";)
-# 
"https://mirror.racket-lang.org/installers/${pkgver}/racket-minimal-${pkgver}-src.tgz";
-sha1sums=('7e44c75260a6ad5bd641ec403f1fd0f2e7f9c0ac')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-  echo "Icon=drracket" >> share/pkgs/drracket/drracket/drracket.desktop
-}
-
-build() {
-  cd "$pkgbase-$pkgver/src"
-  [ "$CARCH" == "x86_64" ] && export CFLAGS+=" -fPIC"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared
-  make
-}
-
-package_racket() {
-  cd "$pkgbase-$pkgver/src"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE*.txt
-  install -Dm644 ../share/pkgs/drracket/drracket/drracket.desktop 
"$pkgdir/usr/share/applications/drracket.desktop"
-  install -d "$pkgdir"/usr/share/icons/hicolor/scalable/apps
-  ln -s /usr/share/racket/pkgs/icons/racket-logo.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/drracket.svg"
-}
-
-package_racket-minimal() {
-  pkgdesc="Minimal Racket installation, without DrRacket/docs."
-  depends=('libffi')
-  conflicts=('racket')
-  provides=('racket')
-  replaces=()
-
-  # The -minimal tarball uses the SAME extract path.
-  # 99% identical sources anyway, manually apply the difference.
-  # Thankfully these builds happen in the given order
-  # so we can save some time and reuse the previous build.
-  cd "$pkgbase-$pkgver"
-  echo '((root "pkgs/racket-lib"))' > share/links.rktd
-  _libhash=$(grep -oP '\("racket-lib".*?#f\)\)' share/pkgs/pkgs.rktd)
-  echo "#hash($_libhash)" > share/pkgs/pkgs.rktd
-  cd share/pkgs
-  find . -not -name '.' -not -name '*pkgs.rktd' -not -regex '.*/racket-lib.*' 
-delete
-  cd ../../src
-
-  make DESTDIR="${pkgdir}" install
-
-  find "$pkgdir/usr/share/doc/" -delete
-  install -d "$pkgdir/usr/share/doc/racket/"
-  touch "$pkgdir/usr/share/doc/racket/docindex.sqlite"  # FS#60413
-
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE*.txt
-}

Copied: racket/repos/community-x86_64/PKGBUILD (from rev 769411, 
racket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-03 10:39:03 UTC (rev 769412)
@@ -0,0 +1,71 @@
+# Maintainer: Kyle Keen 
+# Contributor: Eric Bélanger 
+
+pkgbase=racket
+pkgname=(racket racket-minimal)
+pkgver=7.9
+pkgrel=2
+pkgdesc="A full-spectrum language with DrRacket IDE.  Formerly known as PLT 
Scheme."
+arch=('x86_64')
+url="https://racket-lang.org/";
+license=('Apache' 'GPL3' 'LGPL3' 'custom')
+depends=('gtk3')
+makedepends=('gsfonts' 'sqlite')
+options=('!strip' '!emptydirs')
+conflicts=('racket-docs')
+replaces=('racket-docs')
+# 7.9 was updated in place with a bugfix :-(
+# remove the cache-busting custom name next release
+source=("racket-7.9-bugfix-src.tgz::https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz";)
+# 
"https://mirror.racket-lang.org/installers/${pkgver}/racket-minimal-${pkgver}-src.tgz";
+sha1sums=('37847337ceb0515e282a348e2b93f099860a6bc0')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  echo "Icon=drracket" >> share/pkgs/drracket/drracket/drracket.desktop
+}
+
+build() {
+  cd "$pkgbase-$pkgver/src"
+  [ "$CARCH" == "x86_64" ] && export CFLAGS+=" -fPIC"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared
+  make
+}
+
+package_racket() {
+  cd "$pkgbase-$pkgver/src"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE*.txt
+  install -Dm644 ../share/pkgs/drracket/drracket/drracket.desktop 
"$pkgdir/usr/share/applications/drracket.desktop"
+  install -d "$pkgdir"/usr/share/icons/hicolor/scalable/apps
+  ln -s /usr/share/racket/pkgs/icons/racket-logo.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/drracket.svg"
+}
+
+package_racket-minimal() {
+  pkgdesc="Minimal Racket installation, without DrRacke

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

2020-12-03 Thread Kyle Keen via arch-commits
Date: Thursday, December 3, 2020 @ 10:38:33
  Author: kkeen
Revision: 769411

upgpkg: racket 7.9-2

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 10:15:36 UTC (rev 769410)
+++ PKGBUILD2020-12-03 10:38:33 UTC (rev 769411)
@@ -4,7 +4,7 @@
 pkgbase=racket
 pkgname=(racket racket-minimal)
 pkgver=7.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-spectrum language with DrRacket IDE.  Formerly known as PLT 
Scheme."
 arch=('x86_64')
 url="https://racket-lang.org/";
@@ -14,9 +14,11 @@
 options=('!strip' '!emptydirs')
 conflicts=('racket-docs')
 replaces=('racket-docs')
-source=("https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz";)
+# 7.9 was updated in place with a bugfix :-(
+# remove the cache-busting custom name next release
+source=("racket-7.9-bugfix-src.tgz::https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz";)
 # 
"https://mirror.racket-lang.org/installers/${pkgver}/racket-minimal-${pkgver}-src.tgz";
-sha1sums=('7e44c75260a6ad5bd641ec403f1fd0f2e7f9c0ac')
+sha1sums=('37847337ceb0515e282a348e2b93f099860a6bc0')
 
 prepare() {
   cd "$pkgbase-$pkgver"


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

2020-12-03 Thread Kyle Keen via arch-commits
Date: Thursday, December 3, 2020 @ 09:36:03
  Author: kkeen
Revision: 769404

archrelease: copy trunk to community-x86_64

Added:
  opencascade/repos/community-x86_64/PKGBUILD
(from rev 769403, opencascade/trunk/PKGBUILD)
  opencascade/repos/community-x86_64/cmake-fix-variable.patch
(from rev 769403, opencascade/trunk/cmake-fix-variable.patch)
  opencascade/repos/community-x86_64/fix-install-dir-references.patch
(from rev 769403, opencascade/trunk/fix-install-dir-references.patch)
  opencascade/repos/community-x86_64/opencascade.sh
(from rev 769403, opencascade/trunk/opencascade.sh)
Deleted:
  opencascade/repos/community-x86_64/PKGBUILD
  opencascade/repos/community-x86_64/cmake-fix-variable.patch
  opencascade/repos/community-x86_64/fix-install-dir-references.patch
  opencascade/repos/community-x86_64/opencascade.sh

--+
 PKGBUILD |  133 ++---
 cmake-fix-variable.patch |   24 +++---
 fix-install-dir-references.patch |   48 ++---
 opencascade.sh   |   48 ++---
 4 files changed, 127 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-03 09:35:41 UTC (rev 769403)
+++ PKGBUILD2020-12-03 09:36:03 UTC (rev 769404)
@@ -1,66 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Gabriel Souza Franco 
-# Contributor: Florian Pritz 
-# Contributor: Giuseppe Borzi 
-# Contributor: Brice Méalier 
-# Contributor: Michele Mocciola 
-
-pkgname=opencascade
-pkgver=7.5.0
-_pkgver=V7_5_0
-#_pkgver=${pkgver//_/}
-#_pkgver=V${_pkgver//./_}
-pkgrel=2
-pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
-arch=('x86_64')
-url="https://www.opencascade.org";
-license=('custom')
-depends=('tk' 'vtk' 'gl2ps' 'ffmpeg' 'freeimage' 'intel-tbb')
-makedepends=('cmake' 'qt5-base') # VTK requires Qt5 to build
-source=("opencascade-${pkgver}.tgz::https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz";
-'opencascade.sh' 'fix-install-dir-references.patch'
-'cmake-fix-variable.patch')
-sha256sums=('c8df7d23051b86064f61299a5f7af30004c115bdb479df471711bab0c7166654'
-'2064536a85d46fee368a8f1a712b2c6c77ca79c5bffcc68cba79d70d36efa2f4'
-'afb584aa453993ae8d9e2b983594558531ede735a5892754b812be30650c9fb5'
-'c7427082400b2d1ac58c59549d4dd1ee5b27d06847b7907842e9e2f2b68980fa')
-
-prepare() {
-  cd "occt-${_pkgver}"
-  patch -Np1 -i "$srcdir/fix-install-dir-references.patch"
-  patch -Np1 -i "$srcdir/cmake-fix-variable.patch"
-}
-
-build() {
-  cd "occt-${_pkgver}"
-  mkdir -p build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_RELEASE_DISABLE_EXCEPTIONS=OFF \
--DUSE_GL2PS=ON \
--DUSE_FREEIMAGE=ON \
--DUSE_FFMPEG=ON \
--DUSE_VTK=ON \
--DUSE_TBB=ON
-
-  make
-}
-
-package() {
-  cd "occt-${_pkgver}/build"
-
-  make DESTDIR="$pkgdir" install
-
-  cd ..
-
-  install -Dm755 "$srcdir/opencascade.sh" 
"$pkgdir/etc/profile.d/opencascade.sh"
-  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
-  mv "$pkgdir/usr/share/doc/opencascade/"* 
"$pkgdir/usr/share/licenses/$pkgname"
-  rm -r "$pkgdir/usr/share/doc"
-
-  rm "$pkgdir/usr/bin/"*.sh
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencascade/repos/community-x86_64/PKGBUILD (from rev 769403, 
opencascade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-03 09:36:03 UTC (rev 769404)
@@ -0,0 +1,67 @@
+# Maintainer: Kyle Keen 
+# Contributor: Gabriel Souza Franco 
+# Contributor: Florian Pritz 
+# Contributor: Giuseppe Borzi 
+# Contributor: Brice Méalier 
+# Contributor: Michele Mocciola 
+
+pkgname=opencascade
+pkgver=7.5.0
+_pkgver=V7_5_0
+#_pkgver=${pkgver//_/}
+#_pkgver=V${_pkgver//./_}
+pkgrel=3
+pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
+arch=('x86_64')
+url="https://www.opencascade.org";
+license=('custom')
+depends=('tk' 'vtk' 'gl2ps' 'ffmpeg' 'freeimage' 'intel-tbb')
+makedepends=('cmake' 'qt5-base' 'rapidjson') # VTK requires Qt5 to build
+source=("opencascade-${pkgver}.tgz::https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz";
+'opencascade.sh' 'fix-install-dir-references.patch'
+'cmake-fix-variable.patch')
+sha256sums=('c8df7d23051b86064f61299a5f7af30004c115bdb479df471711bab0c7166654'
+'2064536a85d46fee368a8f1a712b2c6c77ca79c5bffcc68cba79d70d36efa2f4'
+'afb584aa453993ae8d9e2b983594558531ede735a5892754b812be30650c9fb5'
+'c7427082400b2d1ac58c59549d4dd1ee5b27d06847b7907842e9e2f2b68980fa')
+
+prepare() {
+  cd "occt-${_pkgver}"
+  patch -Np1 -i "$srcdir/fix-install-dir-references.patch"
+  patch -Np1 -i "$srcdir/cmake-fix-variable.patch"
+}
+
+build() {
+  cd "occt-

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

2020-12-03 Thread Kyle Keen via arch-commits
Date: Thursday, December 3, 2020 @ 09:35:41
  Author: kkeen
Revision: 769403

upgpkg: opencascade 7.5.0-3  FS#68816

Modified:
  opencascade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 03:31:51 UTC (rev 769402)
+++ PKGBUILD2020-12-03 09:35:41 UTC (rev 769403)
@@ -10,13 +10,13 @@
 _pkgver=V7_5_0
 #_pkgver=${pkgver//_/}
 #_pkgver=V${_pkgver//./_}
-pkgrel=2
+pkgrel=3
 pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
 arch=('x86_64')
 url="https://www.opencascade.org";
 license=('custom')
 depends=('tk' 'vtk' 'gl2ps' 'ffmpeg' 'freeimage' 'intel-tbb')
-makedepends=('cmake' 'qt5-base') # VTK requires Qt5 to build
+makedepends=('cmake' 'qt5-base' 'rapidjson') # VTK requires Qt5 to build
 
source=("opencascade-${pkgver}.tgz::https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz";
 'opencascade.sh' 'fix-install-dir-references.patch'
 'cmake-fix-variable.patch')
@@ -43,6 +43,7 @@
 -DUSE_FREEIMAGE=ON \
 -DUSE_FFMPEG=ON \
 -DUSE_VTK=ON \
+-DUSE_RAPIDJSON=ON \
 -DUSE_TBB=ON
 
   make


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

2020-11-23 Thread Kyle Keen via arch-commits
Date: Tuesday, November 24, 2020 @ 00:42:46
  Author: kkeen
Revision: 760167

bugfix: FS#68437

Modified:
  xcursor-premium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 00:41:18 UTC (rev 760166)
+++ PKGBUILD2020-11-24 00:42:46 UTC (rev 760167)
@@ -10,8 +10,8 @@
 arch=('any')
 url="https://store.kde.org/p/999861/";
 license=('GPL')
-# https://pkgbuild.com/~kkeen/source/14485-Premium-0.3.tar.bz2
-source=("http://ftp.rz.uni-wuerzburg.de/pub/unix/linux/kde/extrafiles/khotnewstuff/mousethemes/downloads/14485-Premium-$pkgver.tar.bz2";)
+#source=("https://pkgbuild.com/~kkeen/source/14485-Premium-$pkgver.tar.bz2";)
+source=("http://distro.ibiblio.org/fatdog/source/800/14485-Premium-$pkgver.tar.bz2";)
 md5sums=('0d7b263d25a093012da2b46c11a62d06')
 
 package() {


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

2020-11-23 Thread Kyle Keen via arch-commits
Date: Monday, November 23, 2020 @ 11:19:37
  Author: kkeen
Revision: 759877

archrelease: copy trunk to community-any

Added:
  python-nest_asyncio/repos/community-any/
  python-nest_asyncio/repos/community-any/PKGBUILD
(from rev 759876, python-nest_asyncio/trunk/PKGBUILD)

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

Copied: python-nest_asyncio/repos/community-any/PKGBUILD (from rev 759876, 
python-nest_asyncio/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-11-23 11:19:37 UTC (rev 759877)
@@ -0,0 +1,24 @@
+# Maintainer: Kyle Keen 
+# Contributor: Iyán Méndez Veiga 
+pkgname=python-nest_asyncio
+_pkgname=nest_asyncio
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Patch asyncio to allow nested event loops"
+arch=('any')
+url="https://github.com/erdewit/nest_asyncio";
+license=('BSD')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/n/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+md5sums=('37b8f09494c63a888397ce8ef5c32b0e')
+
+build() {
+cd "$srcdir/$_pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$srcdir/$_pkgname-$pkgver"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2020-11-23 Thread Kyle Keen via arch-commits
Date: Monday, November 23, 2020 @ 11:18:44
  Author: kkeen
Revision: 759876

pkginit: python-nest_asyncio 1.4.3-1

Added:
  python-nest_asyncio/
  python-nest_asyncio/repos/
  python-nest_asyncio/trunk/
  python-nest_asyncio/trunk/PKGBUILD

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

Added: python-nest_asyncio/trunk/PKGBUILD
===
--- python-nest_asyncio/trunk/PKGBUILD  (rev 0)
+++ python-nest_asyncio/trunk/PKGBUILD  2020-11-23 11:18:44 UTC (rev 759876)
@@ -0,0 +1,24 @@
+# Maintainer: Kyle Keen 
+# Contributor: Iyán Méndez Veiga 
+pkgname=python-nest_asyncio
+_pkgname=nest_asyncio
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Patch asyncio to allow nested event loops"
+arch=('any')
+url="https://github.com/erdewit/nest_asyncio";
+license=('BSD')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/n/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+md5sums=('37b8f09494c63a888397ce8ef5c32b0e')
+
+build() {
+cd "$srcdir/$_pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$srcdir/$_pkgname-$pkgver"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-11-22 Thread Kyle Keen via arch-commits
Date: Monday, November 23, 2020 @ 03:22:03
  Author: kkeen
Revision: 759829

archrelease: copy trunk to community-x86_64

Added:
  opencascade/repos/community-x86_64/PKGBUILD
(from rev 759828, opencascade/trunk/PKGBUILD)
  opencascade/repos/community-x86_64/cmake-fix-variable.patch
(from rev 759828, opencascade/trunk/cmake-fix-variable.patch)
  opencascade/repos/community-x86_64/fix-install-dir-references.patch
(from rev 759828, opencascade/trunk/fix-install-dir-references.patch)
  opencascade/repos/community-x86_64/opencascade.sh
(from rev 759828, opencascade/trunk/opencascade.sh)
Deleted:
  opencascade/repos/community-x86_64/PKGBUILD
  opencascade/repos/community-x86_64/cmake-fix-variable.patch
  opencascade/repos/community-x86_64/fix-install-dir-references.patch
  opencascade/repos/community-x86_64/opencascade.sh

--+
 PKGBUILD |  131 ++---
 cmake-fix-variable.patch |   24 +++---
 fix-install-dir-references.patch |   48 ++---
 opencascade.sh   |   48 ++---
 4 files changed, 126 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-23 03:21:44 UTC (rev 759828)
+++ PKGBUILD2020-11-23 03:22:03 UTC (rev 759829)
@@ -1,65 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Gabriel Souza Franco 
-# Contributor: Florian Pritz 
-# Contributor: Giuseppe Borzi 
-# Contributor: Brice Méalier 
-# Contributor: Michele Mocciola 
-
-pkgname=opencascade
-pkgver=7.5.0
-_pkgver=V7_5_0
-#_pkgver=${pkgver//_/}
-#_pkgver=V${_pkgver//./_}
-pkgrel=1
-pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
-arch=('x86_64')
-url="https://www.opencascade.org";
-license=('custom')
-depends=('tk' 'vtk' 'gl2ps' 'ffmpeg' 'freeimage' 'intel-tbb')
-makedepends=('cmake' 'qt5-base') # VTK requires Qt5 to build
-source=("opencascade-${pkgver}.tgz::https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz";
-'opencascade.sh' 'fix-install-dir-references.patch'
-'cmake-fix-variable.patch')
-sha256sums=('c8df7d23051b86064f61299a5f7af30004c115bdb479df471711bab0c7166654'
-'2064536a85d46fee368a8f1a712b2c6c77ca79c5bffcc68cba79d70d36efa2f4'
-'afb584aa453993ae8d9e2b983594558531ede735a5892754b812be30650c9fb5'
-'c7427082400b2d1ac58c59549d4dd1ee5b27d06847b7907842e9e2f2b68980fa')
-
-prepare() {
-  cd "occt-${_pkgver}"
-  patch -Np1 -i "$srcdir/fix-install-dir-references.patch"
-  patch -Np1 -i "$srcdir/cmake-fix-variable.patch"
-}
-
-build() {
-  cd "occt-${_pkgver}"
-  mkdir -p build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_GL2PS=ON \
--DUSE_FREEIMAGE=ON \
--DUSE_FFMPEG=ON \
--DUSE_VTK=ON \
--DUSE_TBB=ON
-
-  make
-}
-
-package() {
-  cd "occt-${_pkgver}/build"
-
-  make DESTDIR="$pkgdir" install
-
-  cd ..
-
-  install -Dm755 "$srcdir/opencascade.sh" 
"$pkgdir/etc/profile.d/opencascade.sh"
-  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
-  mv "$pkgdir/usr/share/doc/opencascade/"* 
"$pkgdir/usr/share/licenses/$pkgname"
-  rm -r "$pkgdir/usr/share/doc"
-
-  rm "$pkgdir/usr/bin/"*.sh
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencascade/repos/community-x86_64/PKGBUILD (from rev 759828, 
opencascade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-23 03:22:03 UTC (rev 759829)
@@ -0,0 +1,66 @@
+# Maintainer: Kyle Keen 
+# Contributor: Gabriel Souza Franco 
+# Contributor: Florian Pritz 
+# Contributor: Giuseppe Borzi 
+# Contributor: Brice Méalier 
+# Contributor: Michele Mocciola 
+
+pkgname=opencascade
+pkgver=7.5.0
+_pkgver=V7_5_0
+#_pkgver=${pkgver//_/}
+#_pkgver=V${_pkgver//./_}
+pkgrel=2
+pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
+arch=('x86_64')
+url="https://www.opencascade.org";
+license=('custom')
+depends=('tk' 'vtk' 'gl2ps' 'ffmpeg' 'freeimage' 'intel-tbb')
+makedepends=('cmake' 'qt5-base') # VTK requires Qt5 to build
+source=("opencascade-${pkgver}.tgz::https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz";
+'opencascade.sh' 'fix-install-dir-references.patch'
+'cmake-fix-variable.patch')
+sha256sums=('c8df7d23051b86064f61299a5f7af30004c115bdb479df471711bab0c7166654'
+'2064536a85d46fee368a8f1a712b2c6c77ca79c5bffcc68cba79d70d36efa2f4'
+'afb584aa453993ae8d9e2b983594558531ede735a5892754b812be30650c9fb5'
+'c7427082400b2d1ac58c59549d4dd1ee5b27d06847b7907842e9e2f2b68980fa')
+
+prepare() {
+  cd "occt-${_pkgver}"
+  patch -Np1 -i "$srcdir/fix-install-dir-references.patch"
+  patch -Np1 -i "$srcdir/cmake-fix-variable.patch"
+}
+
+build() {
+  cd "occt-${_pkgver}"
+  mkdir -p build && cd build
+
+  cmake .. \
+

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

2020-11-22 Thread Kyle Keen via arch-commits
Date: Monday, November 23, 2020 @ 03:21:44
  Author: kkeen
Revision: 759828

upgpkg: opencascade 7.5.0-2  FS#68585

Modified:
  opencascade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-23 00:49:09 UTC (rev 759827)
+++ PKGBUILD2020-11-23 03:21:44 UTC (rev 759828)
@@ -10,7 +10,7 @@
 _pkgver=V7_5_0
 #_pkgver=${pkgver//_/}
 #_pkgver=V${_pkgver//./_}
-pkgrel=1
+pkgrel=2
 pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
 arch=('x86_64')
 url="https://www.opencascade.org";
@@ -38,6 +38,7 @@
   cmake .. \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_RELEASE_DISABLE_EXCEPTIONS=OFF \
 -DUSE_GL2PS=ON \
 -DUSE_FREEIMAGE=ON \
 -DUSE_FFMPEG=ON \


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

2020-11-22 Thread Kyle Keen via arch-commits
Date: Sunday, November 22, 2020 @ 18:15:36
  Author: kkeen
Revision: 759359

archrelease: copy trunk to community-any

Added:
  jupyterlab_pygments/repos/community-any/
  jupyterlab_pygments/repos/community-any/PKGBUILD
(from rev 759358, jupyterlab_pygments/trunk/PKGBUILD)

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

Copied: jupyterlab_pygments/repos/community-any/PKGBUILD (from rev 759358, 
jupyterlab_pygments/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-11-22 18:15:36 UTC (rev 759359)
@@ -0,0 +1,23 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyterlab_pygments
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Pygments theme using JupyterLab CSS variables"
+arch=('any')
+#url="https://pypi.org/project/jupyterlab-pygments/";
+url="https://github.com/jupyterlab/jupyterlab_pygments";
+license=('BSD')
+depends=('python-pygments')
+# NPM package @jupyterlab/codemirror ?
+makedepends=('python-setuptools')
+optdepends=()
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyterlab/$pkgname/archive/$pkgver.tar.gz";)
+md5sums=('1217dad77f63b45ae99bc9cd1d02f29d')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2020-11-22 Thread Kyle Keen via arch-commits
Date: Sunday, November 22, 2020 @ 18:14:45
  Author: kkeen
Revision: 759356

pkginit: new deps for jupyter-nbconvert

Added:
  jupyterlab_pygments/
  jupyterlab_pygments/repos/
  jupyterlab_pygments/trunk/
  jupyterlab_pygments/trunk/PKGBUILD

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

Added: jupyterlab_pygments/trunk/PKGBUILD
===
--- jupyterlab_pygments/trunk/PKGBUILD  (rev 0)
+++ jupyterlab_pygments/trunk/PKGBUILD  2020-11-22 18:14:45 UTC (rev 759356)
@@ -0,0 +1,23 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyterlab_pygments
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Pygments theme using JupyterLab CSS variables"
+arch=('any')
+#url="https://pypi.org/project/jupyterlab-pygments/";
+url="https://github.com/jupyterlab/jupyterlab_pygments";
+license=('BSD')
+depends=('python-pygments')
+# NPM package @jupyterlab/codemirror ?
+makedepends=('python-setuptools')
+optdepends=()
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyterlab/$pkgname/archive/$pkgver.tar.gz";)
+md5sums=('1217dad77f63b45ae99bc9cd1d02f29d')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-11-20 Thread Kyle Keen via arch-commits
Date: Friday, November 20, 2020 @ 19:13:39
  Author: kkeen
Revision: 758052

archrelease: copy trunk to community-x86_64

Added:
  units/repos/community-x86_64/PKGBUILD
(from rev 758051, units/trunk/PKGBUILD)
Deleted:
  units/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-20 19:13:07 UTC (rev 758051)
+++ PKGBUILD2020-11-20 19:13:39 UTC (rev 758052)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-pkgname=units
-pkgver=2.20
-pkgrel=1
-pkgdesc="converts between different units"
-arch=('x86_64')
-url="https://www.gnu.org/software/units/units.html";
-depends=('readline')
-optdepends=('python-unidecode: for live currency rates'
-'python-requests: for live currency rates')
-makedepends=('python-unidecode' 'python-requests')
-license=("GPL")
-options=('!makeflags')
-validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
-source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('c5e298c87516711f3bedb9315583bad0965c5d3d0bb587f9837a9af12a50fadc'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --datadir=/usr/share --sharedstatedir=/var/lib
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: units/repos/community-x86_64/PKGBUILD (from rev 758051, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-20 19:13:39 UTC (rev 758052)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+pkgname=units
+pkgver=2.21
+pkgrel=1
+pkgdesc="converts between different units"
+arch=('x86_64')
+url="https://www.gnu.org/software/units/units.html";
+depends=('readline')
+optdepends=('python-unidecode: for live currency rates'
+'python-requests: for live currency rates')
+makedepends=('python-unidecode' 'python-requests')
+license=("GPL")
+options=('!makeflags')
+validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
+source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('6c3e80a9f980589fd962a5852a2674642257db1c5fd5b27c4d9e664f3486cbaf'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --datadir=/usr/share --sharedstatedir=/var/lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2020-11-20 Thread Kyle Keen via arch-commits
Date: Friday, November 20, 2020 @ 19:13:06
  Author: kkeen
Revision: 758050

upgpkg: units 2.21-1

Modified:
  units/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 19:12:57 UTC (rev 758049)
+++ PKGBUILD2020-11-20 19:13:06 UTC (rev 758050)
@@ -4,7 +4,7 @@
 # Contributor: Steve Sansom 
 
 pkgname=units
-pkgver=2.20
+pkgver=2.21
 pkgrel=1
 pkgdesc="converts between different units"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 options=('!makeflags')
 validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
 source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('c5e298c87516711f3bedb9315583bad0965c5d3d0bb587f9837a9af12a50fadc'
+sha256sums=('6c3e80a9f980589fd962a5852a2674642257db1c5fd5b27c4d9e664f3486cbaf'
 'SKIP')
 
 build() {


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

2020-11-15 Thread Kyle Keen via arch-commits
Date: Sunday, November 15, 2020 @ 22:07:14
  Author: kkeen
Revision: 754831

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-15 22:06:32 UTC (rev 754830)
+++ PKGBUILD2020-11-15 22:07:14 UTC (rev 754831)
@@ -1,55 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-pkgname=gqrx
-pkgver=2.12.1
-pkgrel=3
-pkgdesc="Interactive SDR receiver waterfall for many devices."
-arch=('x86_64')
-url="http://gqrx.dk/";
-license=('GPL')
-depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
-makedepends=('boost')
-source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";)
-#source=("https://github.com/csete/gqrx/releases/download/v$pkgver/gqrx-sdr-$pkgver-src.tar.xz";)
-md5sums=('a355b630c6999c250103d04ed13edd7b')
-
-prepare() {
-  cd "$srcdir/gqrx-$pkgver"
-  echo "StartupNotify=false" >> gqrx.desktop
-
-  cd "$srcdir"
-  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
-  cd gqrx-$pkgver-alsa
-  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
-
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  make
-  cd "$srcdir/$pkgname-$pkgver-alsa"
-  rm -rf build
-  mkdir build
-  cd build
-  qmake PREFIX=/usr/ ..
-  sed -i 's|-lpthread|& -llog4cpp|' Makefile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
-
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make install INSTALL_ROOT="$pkgdir"
-
-  cd "$srcdir/$pkgname-$pkgver-alsa/build"
-  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
-}
-

Copied: gqrx/repos/community-x86_64/PKGBUILD (from rev 754830, 
gqrx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-15 22:07:14 UTC (rev 754831)
@@ -0,0 +1,55 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.13.5
+pkgrel=1
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";)
+#source=("https://github.com/csete/gqrx/releases/download/v$pkgver/gqrx-sdr-$pkgver-src.tar.xz";)
+md5sums=('01719a7743274ccf95d62080cb413c41')
+
+prepare() {
+  cd "$srcdir/gqrx-$pkgver"
+  echo "StartupNotify=false" >> gqrx.desktop
+
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  sed -i 's|-lpthread|& -llog4cpp|' Makefile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+


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

2020-11-15 Thread Kyle Keen via arch-commits
Date: Sunday, November 15, 2020 @ 22:06:22
  Author: kkeen
Revision: 754828

upgpkg: gqrx 2.13.5-1

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 22:05:45 UTC (rev 754827)
+++ PKGBUILD2020-11-15 22:06:22 UTC (rev 754828)
@@ -2,8 +2,8 @@
 # Contributor: Dominik Heidler 
 
 pkgname=gqrx
-pkgver=2.12.1
-pkgrel=3
+pkgver=2.13.5
+pkgrel=1
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('x86_64')
 url="http://gqrx.dk/";
@@ -12,7 +12,7 @@
 makedepends=('boost')
 
source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";)
 
#source=("https://github.com/csete/gqrx/releases/download/v$pkgver/gqrx-sdr-$pkgver-src.tar.xz";)
-md5sums=('a355b630c6999c250103d04ed13edd7b')
+md5sums=('01719a7743274ccf95d62080cb413c41')
 
 prepare() {
   cd "$srcdir/gqrx-$pkgver"


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

2020-11-14 Thread Kyle Keen via arch-commits
Date: Saturday, November 14, 2020 @ 11:17:10
  Author: kkeen
Revision: 754056

archrelease: copy trunk to community-x86_64

Added:
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 754055, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 754055, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 754055, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 PKGBUILD  |  146 ++--
 mozconfig |  106 ++---
 seamonkey.install |   26 -
 3 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-14 11:16:53 UTC (rev 754055)
+++ PKGBUILD2020-11-14 11:17:10 UTC (rev 754056)
@@ -1,73 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.53.3
-pkgrel=2
-pkgdesc="SeaMonkey internet suite"
-arch=('x86_64')
-license=('MPL')
-depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
- 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
- 'nss' 'sqlite' 'startup-notification')
-makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
- 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-   'libnotify: Notification integration'
-   'pulseaudio: Audio support')
-url="https://www.seamonkey-project.org/";
-source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
-"mozconfig")
-sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
-'4f371c19959a0745b33a1ef76182c26ece9bcaa6d5b04050539c6c96f4e3a6f3')
-install="$pkgname.install"
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cp ../mozconfig .mozconfig
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat >> .mozconfig <
+
+pkgname=seamonkey
+pkgver=2.53.5
+pkgrel=1
+pkgdesc="SeaMonkey internet suite"
+arch=('x86_64')
+license=('MPL')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
+ 'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
+ 'nss' 'sqlite' 'startup-notification')
+makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
+ 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip' 'nasm')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+   'libnotify: Notification integration'
+   'pulseaudio: Audio support')
+url="https://www.seamonkey-project.org/";
+source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
+"mozconfig")
+sha256sums=('ab1cef1db8e6cb725ef4be65d3cad3a5fb5019d0cdc3baa13d1c24ef53e28395'
+'5341594529a763598f979b4c84f5a7892f97a0727f4283798c94a1e8869f70fe')
+install="$pkgname.install"
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cp ../mozconfig .mozconfig
+
+  echo -n "$_google_api_key" > google-api-key
+  echo -n "$_mozilla_api_key" > mozilla-api-key
+
+  cat >> .mozconfig 

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

2020-11-14 Thread Kyle Keen via arch-commits
Date: Saturday, November 14, 2020 @ 11:16:53
  Author: kkeen
Revision: 754055

upgpkg: seamonkey 2.53.5-1

Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig

---+
 PKGBUILD  |   10 +-
 mozconfig |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-14 11:08:30 UTC (rev 754054)
+++ PKGBUILD2020-11-14 11:16:53 UTC (rev 754055)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.53.3
-pkgrel=2
+pkgver=2.53.5
+pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
 license=('MPL')
@@ -10,7 +10,7 @@
  'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
  'nss' 'sqlite' 'startup-notification')
 makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 
'python2-setuptools'
- 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
+ 'python2-psutil' 'rust' 'yasm' 'unzip' 'zip' 'nasm')
 optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support')
@@ -17,8 +17,8 @@
 url="https://www.seamonkey-project.org/";
 
source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz";
 "mozconfig")
-sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
-'4f371c19959a0745b33a1ef76182c26ece9bcaa6d5b04050539c6c96f4e3a6f3')
+sha256sums=('ab1cef1db8e6cb725ef4be65d3cad3a5fb5019d0cdc3baa13d1c24ef53e28395'
+'5341594529a763598f979b4c84f5a7892f97a0727f4283798c94a1e8869f70fe')
 install="$pkgname.install"
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)

Modified: mozconfig
===
--- mozconfig   2020-11-14 11:08:30 UTC (rev 754054)
+++ mozconfig   2020-11-14 11:16:53 UTC (rev 754055)
@@ -13,7 +13,7 @@
 ac_add_options --with-system-libevent
 #ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell
-ac_add_options --enable-system-sqlite
+#ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi
 #ac_add_options --enable-system-cairo
 ac_add_options --with-pthreads


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

2020-11-12 Thread Kyle Keen via arch-commits
Date: Thursday, November 12, 2020 @ 11:15:53
  Author: kkeen
Revision: 751564

upgpkg: opencascade 7.5.0-1

Modified:
  opencascade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 11:13:06 UTC (rev 751563)
+++ PKGBUILD2020-11-12 11:15:53 UTC (rev 751564)
@@ -6,8 +6,8 @@
 # Contributor: Michele Mocciola 
 
 pkgname=opencascade
-pkgver=7.4.0.1
-_pkgver=V7_4_0p1
+pkgver=7.5.0
+_pkgver=V7_5_0
 #_pkgver=${pkgver//_/}
 #_pkgver=V${_pkgver//./_}
 pkgrel=1
@@ -20,7 +20,7 @@
 
source=("opencascade-${pkgver}.tgz::https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz";
 'opencascade.sh' 'fix-install-dir-references.patch'
 'cmake-fix-variable.patch')
-sha256sums=('e00fedc221560fda31653c23a8f3d0eda78095c87519f338d4f4088e2ee9a9c0'
+sha256sums=('c8df7d23051b86064f61299a5f7af30004c115bdb479df471711bab0c7166654'
 '2064536a85d46fee368a8f1a712b2c6c77ca79c5bffcc68cba79d70d36efa2f4'
 'afb584aa453993ae8d9e2b983594558531ede735a5892754b812be30650c9fb5'
 'c7427082400b2d1ac58c59549d4dd1ee5b27d06847b7907842e9e2f2b68980fa')


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

2020-11-12 Thread Kyle Keen via arch-commits
Date: Thursday, November 12, 2020 @ 11:16:14
  Author: kkeen
Revision: 751565

archrelease: copy trunk to community-x86_64

Added:
  opencascade/repos/community-x86_64/PKGBUILD
(from rev 751564, opencascade/trunk/PKGBUILD)
  opencascade/repos/community-x86_64/cmake-fix-variable.patch
(from rev 751564, opencascade/trunk/cmake-fix-variable.patch)
  opencascade/repos/community-x86_64/fix-install-dir-references.patch
(from rev 751564, opencascade/trunk/fix-install-dir-references.patch)
  opencascade/repos/community-x86_64/opencascade.sh
(from rev 751564, opencascade/trunk/opencascade.sh)
Deleted:
  opencascade/repos/community-x86_64/PKGBUILD
  opencascade/repos/community-x86_64/cmake-fix-variable.patch
  opencascade/repos/community-x86_64/fix-install-dir-references.patch
  opencascade/repos/community-x86_64/opencascade.sh

--+
 PKGBUILD |  130 ++---
 cmake-fix-variable.patch |   24 +++---
 fix-install-dir-references.patch |   48 ++---
 opencascade.sh   |   48 ++---
 4 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 11:15:53 UTC (rev 751564)
+++ PKGBUILD2020-11-12 11:16:14 UTC (rev 751565)
@@ -1,65 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Gabriel Souza Franco 
-# Contributor: Florian Pritz 
-# Contributor: Giuseppe Borzi 
-# Contributor: Brice Méalier 
-# Contributor: Michele Mocciola 
-
-pkgname=opencascade
-pkgver=7.4.0.1
-_pkgver=V7_4_0p1
-#_pkgver=${pkgver//_/}
-#_pkgver=V${_pkgver//./_}
-pkgrel=1
-pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
-arch=('x86_64')
-url="https://www.opencascade.org";
-license=('custom')
-depends=('tk' 'vtk' 'gl2ps' 'ffmpeg' 'freeimage' 'intel-tbb')
-makedepends=('cmake' 'qt5-base') # VTK requires Qt5 to build
-source=("opencascade-${pkgver}.tgz::https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz";
-'opencascade.sh' 'fix-install-dir-references.patch'
-'cmake-fix-variable.patch')
-sha256sums=('e00fedc221560fda31653c23a8f3d0eda78095c87519f338d4f4088e2ee9a9c0'
-'2064536a85d46fee368a8f1a712b2c6c77ca79c5bffcc68cba79d70d36efa2f4'
-'afb584aa453993ae8d9e2b983594558531ede735a5892754b812be30650c9fb5'
-'c7427082400b2d1ac58c59549d4dd1ee5b27d06847b7907842e9e2f2b68980fa')
-
-prepare() {
-  cd "occt-${_pkgver}"
-  patch -Np1 -i "$srcdir/fix-install-dir-references.patch"
-  patch -Np1 -i "$srcdir/cmake-fix-variable.patch"
-}
-
-build() {
-  cd "occt-${_pkgver}"
-  mkdir -p build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_GL2PS=ON \
--DUSE_FREEIMAGE=ON \
--DUSE_FFMPEG=ON \
--DUSE_VTK=ON \
--DUSE_TBB=ON
-
-  make
-}
-
-package() {
-  cd "occt-${_pkgver}/build"
-
-  make DESTDIR="$pkgdir" install
-
-  cd ..
-
-  install -Dm755 "$srcdir/opencascade.sh" 
"$pkgdir/etc/profile.d/opencascade.sh"
-  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
-  mv "$pkgdir/usr/share/doc/opencascade/"* 
"$pkgdir/usr/share/licenses/$pkgname"
-  rm -r "$pkgdir/usr/share/doc"
-
-  rm "$pkgdir/usr/bin/"*.sh
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencascade/repos/community-x86_64/PKGBUILD (from rev 751564, 
opencascade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 11:16:14 UTC (rev 751565)
@@ -0,0 +1,65 @@
+# Maintainer: Kyle Keen 
+# Contributor: Gabriel Souza Franco 
+# Contributor: Florian Pritz 
+# Contributor: Giuseppe Borzi 
+# Contributor: Brice Méalier 
+# Contributor: Michele Mocciola 
+
+pkgname=opencascade
+pkgver=7.5.0
+_pkgver=V7_5_0
+#_pkgver=${pkgver//_/}
+#_pkgver=V${_pkgver//./_}
+pkgrel=1
+pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
+arch=('x86_64')
+url="https://www.opencascade.org";
+license=('custom')
+depends=('tk' 'vtk' 'gl2ps' 'ffmpeg' 'freeimage' 'intel-tbb')
+makedepends=('cmake' 'qt5-base') # VTK requires Qt5 to build
+source=("opencascade-${pkgver}.tgz::https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz";
+'opencascade.sh' 'fix-install-dir-references.patch'
+'cmake-fix-variable.patch')
+sha256sums=('c8df7d23051b86064f61299a5f7af30004c115bdb479df471711bab0c7166654'
+'2064536a85d46fee368a8f1a712b2c6c77ca79c5bffcc68cba79d70d36efa2f4'
+'afb584aa453993ae8d9e2b983594558531ede735a5892754b812be30650c9fb5'
+'c7427082400b2d1ac58c59549d4dd1ee5b27d06847b7907842e9e2f2b68980fa')
+
+prepare() {
+  cd "occt-${_pkgver}"
+  patch -Np1 -i "$srcdir/fix-install-dir-references.patch"
+  patch -Np1 -i "$srcdir/cmake-fix-variable.patch"
+}
+
+build() {
+  cd "occt-${_pkgver}"
+  mkdir -p build && cd build
+
+  cmake 

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

2020-11-06 Thread Kyle Keen via arch-commits
Date: Friday, November 6, 2020 @ 23:15:10
  Author: kkeen
Revision: 744719

archrelease: copy trunk to community-any

Added:
  python-more-itertools/repos/community-any/PKGBUILD
(from rev 744718, python-more-itertools/trunk/PKGBUILD)
Deleted:
  python-more-itertools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-06 23:13:08 UTC (rev 744718)
+++ PKGBUILD2020-11-06 23:15:10 UTC (rev 744719)
@@ -1,23 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Germán Osella Massa 
-
-pkgname=python-more-itertools
-pkgver=8.5.0
-pkgrel=1
-pkgdesc='More routines for operating on iterables, beyond itertools'
-arch=('any')
-url='https://github.com/erikrose/more-itertools'
-#url='https://pypi.python.org/pypi/more-itertools'
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
-sha512sums=('f11a4443d4d5e79fe241fc6e170ae51b08cfb1f1093dddad036e1ba043c30d03c53ab9fccbfb4de97279862c6cfe44759ae88ce6027d871515b032e7d9e435e7')
-
-package() {
-  cd "$srcdir/more-itertools-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-more-itertools/repos/community-any/PKGBUILD (from rev 744718, 
python-more-itertools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-06 23:15:10 UTC (rev 744719)
@@ -0,0 +1,23 @@
+# Maintainer: Kyle Keen 
+# Contributor: Germán Osella Massa 
+
+pkgname=python-more-itertools
+pkgver=8.6.0
+pkgrel=1
+pkgdesc='More routines for operating on iterables, beyond itertools'
+arch=('any')
+url='https://github.com/erikrose/more-itertools'
+#url='https://pypi.python.org/pypi/more-itertools'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
+sha512sums=('9fb6cbb1d303c79a1c67d1c473a161d71bc5d88c8ebaf290947c1a6e64c2a224478063c58ffc4d1dfdcb2931bcff9cd165bd8724a9e78e95c6f163000c138a5e')
+
+package() {
+  cd "$srcdir/more-itertools-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-11-06 Thread Kyle Keen via arch-commits
Date: Friday, November 6, 2020 @ 23:13:08
  Author: kkeen
Revision: 744718

upgpkg: python-more-itertools 8.6.0-1

Modified:
  python-more-itertools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-06 23:11:29 UTC (rev 744717)
+++ PKGBUILD2020-11-06 23:13:08 UTC (rev 744718)
@@ -2,7 +2,7 @@
 # Contributor: Germán Osella Massa 
 
 pkgname=python-more-itertools
-pkgver=8.5.0
+pkgver=8.6.0
 pkgrel=1
 pkgdesc='More routines for operating on iterables, beyond itertools'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
-sha512sums=('f11a4443d4d5e79fe241fc6e170ae51b08cfb1f1093dddad036e1ba043c30d03c53ab9fccbfb4de97279862c6cfe44759ae88ce6027d871515b032e7d9e435e7')
+sha512sums=('9fb6cbb1d303c79a1c67d1c473a161d71bc5d88c8ebaf290947c1a6e64c2a224478063c58ffc4d1dfdcb2931bcff9cd165bd8724a9e78e95c6f163000c138a5e')
 
 package() {
   cd "$srcdir/more-itertools-$pkgver"


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

2020-11-06 Thread Kyle Keen via arch-commits
Date: Friday, November 6, 2020 @ 18:44:28
  Author: kkeen
Revision: 744486

upgpkg: zile 2.4.15-1

Modified:
  zile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-06 18:44:27 UTC (rev 744485)
+++ PKGBUILD2020-11-06 18:44:28 UTC (rev 744486)
@@ -3,8 +3,8 @@
 # Contributor: Kevin Piche 
 
 pkgname=zile
-pkgver=2.4.14
-pkgrel=2
+pkgver=2.4.15
+pkgrel=1
 pkgdesc="A small, fast, and powerful Emacs clone"
 arch=('x86_64')
 url="https://www.gnu.org/software/zile/";
@@ -12,7 +12,7 @@
 depends=('acl' 'gc' 'ncurses')
 makedepends=('help2man')
 source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('0cfd3fb38eb4f2b867755a1c4e3bc16a222b4caa'
+sha1sums=('b09afbcefb9825e7c6c0b548d053b06c9cf69c30'
   'SKIP')
 validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00'  # Reuben Thomas
   '24093F016FFE8602EF449BB84C8EF3DA3FD37230')  # his new key?


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

2020-11-06 Thread Kyle Keen via arch-commits
Date: Friday, November 6, 2020 @ 18:44:39
  Author: kkeen
Revision: 744487

archrelease: copy trunk to community-x86_64

Added:
  zile/repos/community-x86_64/PKGBUILD
(from rev 744486, zile/trunk/PKGBUILD)
Deleted:
  zile/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-06 18:44:28 UTC (rev 744486)
+++ PKGBUILD2020-11-06 18:44:39 UTC (rev 744487)
@@ -1,29 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=zile
-pkgver=2.4.14
-pkgrel=2
-pkgdesc="A small, fast, and powerful Emacs clone"
-arch=('x86_64')
-url="https://www.gnu.org/software/zile/";
-license=('GPL3')
-depends=('acl' 'gc' 'ncurses')
-makedepends=('help2man')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('0cfd3fb38eb4f2b867755a1c4e3bc16a222b4caa'
-  'SKIP')
-validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00'  # Reuben Thomas
-  '24093F016FFE8602EF449BB84C8EF3DA3FD37230')  # his new key?
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}

Copied: zile/repos/community-x86_64/PKGBUILD (from rev 744486, 
zile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-06 18:44:39 UTC (rev 744487)
@@ -0,0 +1,29 @@
+# Maintainer: Kyle Keen 
+# Contributor: Tom Newsom 
+# Contributor: Kevin Piche 
+
+pkgname=zile
+pkgver=2.4.15
+pkgrel=1
+pkgdesc="A small, fast, and powerful Emacs clone"
+arch=('x86_64')
+url="https://www.gnu.org/software/zile/";
+license=('GPL3')
+depends=('acl' 'gc' 'ncurses')
+makedepends=('help2man')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('b09afbcefb9825e7c6c0b548d053b06c9cf69c30'
+  'SKIP')
+validpgpkeys=('92978852A62FA5E285B2A17468089F7380EE4A00'  # Reuben Thomas
+  '24093F016FFE8602EF449BB84C8EF3DA3FD37230')  # his new key?
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-11-06 Thread Kyle Keen via arch-commits
Date: Friday, November 6, 2020 @ 17:45:46
  Author: kkeen
Revision: 744407

archrelease: copy trunk to community-x86_64

Added:
  racket/repos/community-x86_64/PKGBUILD
(from rev 744406, racket/trunk/PKGBUILD)
Deleted:
  racket/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-06 17:45:22 UTC (rev 744406)
+++ PKGBUILD2020-11-06 17:45:46 UTC (rev 744407)
@@ -1,69 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Eric Bélanger 
-
-pkgbase=racket
-pkgname=(racket racket-minimal)
-pkgver=7.8
-pkgrel=2
-pkgdesc="A full-spectrum language with DrRacket IDE.  Formerly known as PLT 
Scheme."
-arch=('x86_64')
-url="https://racket-lang.org/";
-license=('Apache' 'GPL3' 'LGPL3' 'custom')
-depends=('gtk3')
-makedepends=('gsfonts' 'sqlite')
-options=('!strip' '!emptydirs')
-conflicts=('racket-docs')
-replaces=('racket-docs')
-source=("https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz";)
-# 
"https://mirror.racket-lang.org/installers/${pkgver}/racket-minimal-${pkgver}-src.tgz";
-sha1sums=('383c5d7ef1b10d919ea549102d66f05519765e14')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-  echo "Icon=drracket" >> share/pkgs/drracket/drracket/drracket.desktop
-}
-
-build() {
-  cd "$pkgbase-$pkgver/src"
-  [ "$CARCH" == "x86_64" ] && export CFLAGS+=" -fPIC"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared
-  make
-}
-
-package_racket() {
-  cd "$pkgbase-$pkgver/src"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE*.txt
-  install -Dm644 ../share/pkgs/drracket/drracket/drracket.desktop 
"$pkgdir/usr/share/applications/drracket.desktop"
-  install -d "$pkgdir"/usr/share/icons/hicolor/scalable/apps
-  ln -s /usr/share/racket/pkgs/icons/racket-logo.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/drracket.svg"
-}
-
-package_racket-minimal() {
-  pkgdesc="Minimal Racket installation, without DrRacket/docs."
-  depends=('libffi')
-  conflicts=('racket')
-  provides=('racket')
-  replaces=()
-
-  # The -minimal tarball uses the SAME extract path.
-  # 99% identical sources anyway, manually apply the difference.
-  # Thankfully these builds happen in the given order
-  # so we can save some time and reuse the previous build.
-  cd "$pkgbase-$pkgver"
-  echo '((root "pkgs/racket-lib"))' > share/links.rktd
-  _libhash=$(grep -oP '\("racket-lib".*?#f\)\)' share/pkgs/pkgs.rktd)
-  echo "#hash($_libhash)" > share/pkgs/pkgs.rktd
-  cd share/pkgs
-  find . -not -name '.' -not -name '*pkgs.rktd' -not -regex '.*/racket-lib.*' 
-delete
-  cd ../../src
-
-  make DESTDIR="${pkgdir}" install
-
-  find "$pkgdir/usr/share/doc/" -delete
-  install -d "$pkgdir/usr/share/doc/racket/"
-  touch "$pkgdir/usr/share/doc/racket/docindex.sqlite"  # FS#60413
-
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE*.txt
-}

Copied: racket/repos/community-x86_64/PKGBUILD (from rev 744406, 
racket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-06 17:45:46 UTC (rev 744407)
@@ -0,0 +1,69 @@
+# Maintainer: Kyle Keen 
+# Contributor: Eric Bélanger 
+
+pkgbase=racket
+pkgname=(racket racket-minimal)
+pkgver=7.9
+pkgrel=1
+pkgdesc="A full-spectrum language with DrRacket IDE.  Formerly known as PLT 
Scheme."
+arch=('x86_64')
+url="https://racket-lang.org/";
+license=('Apache' 'GPL3' 'LGPL3' 'custom')
+depends=('gtk3')
+makedepends=('gsfonts' 'sqlite')
+options=('!strip' '!emptydirs')
+conflicts=('racket-docs')
+replaces=('racket-docs')
+source=("https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz";)
+# 
"https://mirror.racket-lang.org/installers/${pkgver}/racket-minimal-${pkgver}-src.tgz";
+sha1sums=('7e44c75260a6ad5bd641ec403f1fd0f2e7f9c0ac')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  echo "Icon=drracket" >> share/pkgs/drracket/drracket/drracket.desktop
+}
+
+build() {
+  cd "$pkgbase-$pkgver/src"
+  [ "$CARCH" == "x86_64" ] && export CFLAGS+=" -fPIC"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared
+  make
+}
+
+package_racket() {
+  cd "$pkgbase-$pkgver/src"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE*.txt
+  install -Dm644 ../share/pkgs/drracket/drracket/drracket.desktop 
"$pkgdir/usr/share/applications/drracket.desktop"
+  install -d "$pkgdir"/usr/share/icons/hicolor/scalable/apps
+  ln -s /usr/share/racket/pkgs/icons/racket-logo.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/drracket.svg"
+}
+
+package_racket-minimal() {
+  pkgdesc="Minimal Racket installation, without DrRacket/docs."
+  depends=('libffi')
+  conflicts=('racket')
+  provides=('racket')
+  replaces=()
+
+  # The -minimal tarball uses th

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

2020-11-06 Thread Kyle Keen via arch-commits
Date: Friday, November 6, 2020 @ 17:45:22
  Author: kkeen
Revision: 744406

upgpkg: racket 7.9-1

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-06 16:41:08 UTC (rev 744405)
+++ PKGBUILD2020-11-06 17:45:22 UTC (rev 744406)
@@ -3,8 +3,8 @@
 
 pkgbase=racket
 pkgname=(racket racket-minimal)
-pkgver=7.8
-pkgrel=2
+pkgver=7.9
+pkgrel=1
 pkgdesc="A full-spectrum language with DrRacket IDE.  Formerly known as PLT 
Scheme."
 arch=('x86_64')
 url="https://racket-lang.org/";
@@ -16,7 +16,7 @@
 replaces=('racket-docs')
 
source=("https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz";)
 # 
"https://mirror.racket-lang.org/installers/${pkgver}/racket-minimal-${pkgver}-src.tgz";
-sha1sums=('383c5d7ef1b10d919ea549102d66f05519765e14')
+sha1sums=('7e44c75260a6ad5bd641ec403f1fd0f2e7f9c0ac')
 
 prepare() {
   cd "$pkgbase-$pkgver"


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

2020-11-06 Thread Kyle Keen via arch-commits
Date: Friday, November 6, 2020 @ 11:09:13
  Author: kkeen
Revision: 743955

archrelease: copy trunk to community-x86_64

Added:
  kicad/repos/community-x86_64/PKGBUILD
(from rev 743954, kicad/trunk/PKGBUILD)
Deleted:
  kicad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-06 11:08:59 UTC (rev 743954)
+++ PKGBUILD2020-11-06 11:09:13 UTC (rev 743955)
@@ -1,66 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Marq Schneider 
-# Contributor: Nick Østergaard
-
-pkgname=kicad
-pkgver=5.1.7
-pkgrel=2
-pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
-arch=('x86_64')
-#url="http://iut-tice.ujf-grenoble.fr/kicad/";
-url="http://kicad-pcb.org/";
-license=('GPL')
-depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython' 'libcloudproviders')
-# can ngspice/opencascade be an optdep?
-# opencascade vs community edition?
-makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
-optdepends=('kicad-library: for footprints and symbols'
-'kicad-library-3d: for 3d models of components')
-source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
-
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
-sha512sums=('4ae7da9e0c4c5d3b1ad196d33b7847c3c192fe5499e56be55ac706112883a14b2eb4aace65a120aac9ef3992017a6a5a0bea3b1f6c03cbd2f29ee9d6ada2b2ac'
-
'17bd8e1093809beaaa06e14db1b3517a8fef936c57b1e00edb52a5a412028ef9dfe779559c0de81679af665d8d816a4e4ee049da2e3e389a868c892108dca1ed')
-
-prepare() {
-  cd "$srcdir/kicad-$pkgver"
-  #find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir/kicad-$pkgver"
-
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
-  -DCMAKE_INSTALL_PREFIX=/usr   \
-  -DCMAKE_INSTALL_LIBDIR=lib\
-  -DKICAD_USE_OCE=OFF   \
-  -DKICAD_USE_OCC=ON\
-  -DKICAD_SCRIPTING=ON  \
-  -DKICAD_SCRIPTING_PYTHON3=ON  \
-  -DKICAD_SCRIPTING_MODULES=ON  \
-  -DKICAD_SCRIPTING_WXPYTHON=ON \
-  -DKICAD_SCRIPTING_ACTION_MENU=ON \
-  -DKICAD_SCRIPTING_WXPYTHON_PHOENIX=ON \
-  -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
-  -DBUILD_GITHUB_PLUGIN=ON
-  make
-
-  cd "$srcdir/kicad-i18n-$pkgver"
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/kicad-$pkgver/build/Release"
-
-  make DESTDIR="$pkgdir" install
-
-  # copy updated linux icons
-  #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" 
"$pkgdir/usr/share/"
-
-  cd "$srcdir/kicad-i18n-$pkgver/build/Release"
-  make DESTDIR="$pkgdir" install
-}

Copied: kicad/repos/community-x86_64/PKGBUILD (from rev 743954, 
kicad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-06 11:09:13 UTC (rev 743955)
@@ -0,0 +1,66 @@
+# Maintainer: Kyle Keen 
+# Contributor: Marq Schneider 
+# Contributor: Nick Østergaard
+
+pkgname=kicad
+pkgver=5.1.8
+pkgrel=1
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/";
+url="http://kicad-pcb.org/";
+license=('GPL')
+depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython' 'libcloudproviders')
+# can ngspice/opencascade be an optdep?
+# opencascade vs community edition?
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
+optdepends=('kicad-library: for footprints and symbols'
+'kicad-library-3d: for 3d models of components')
+source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
+
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
+sha512sums=('ac9a8fa4a8c43f29375a4efff49030f060ee24828c9127bc13d4260e64aed4c71737beb0cda3012f62a450a912d8ac15a7b0be8fbc1023faa977879a6f59d3bf'
+
'2d486a48bff0e9e69c653ec289c0a8d4d0180cbfefbdc945308e09de23dc4785163dd39c2b0f6dc58b54b3ab2b993bd96e906c37e28ce4bdff43093fc8008fde')
+
+prepare() {
+  cd "$srcdir/kicad-$pkgver"
+  #find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir/kicad-$pkgver"
+
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
+  -DCMAKE_INSTALL_PREFIX=/usr   \
+  -DCMAKE_INSTALL_LIBDIR=lib\
+  -DKICAD_USE_OCE=OFF   \
+  -DKICAD_USE_OCC=ON\
+  -DKICAD_SCRIPTING=ON  \
+  

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

2020-11-06 Thread Kyle Keen via arch-commits
Date: Friday, November 6, 2020 @ 11:08:59
  Author: kkeen
Revision: 743954

upgpkg: kicad 5.1.8-1

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-06 11:08:52 UTC (rev 743953)
+++ PKGBUILD2020-11-06 11:08:59 UTC (rev 743954)
@@ -3,8 +3,8 @@
 # Contributor: Nick Østergaard
 
 pkgname=kicad
-pkgver=5.1.7
-pkgrel=2
+pkgver=5.1.8
+pkgrel=1
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('x86_64')
 #url="http://iut-tice.ujf-grenoble.fr/kicad/";
@@ -18,8 +18,8 @@
 'kicad-library-3d: for 3d models of components')
 
source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
 
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
-sha512sums=('4ae7da9e0c4c5d3b1ad196d33b7847c3c192fe5499e56be55ac706112883a14b2eb4aace65a120aac9ef3992017a6a5a0bea3b1f6c03cbd2f29ee9d6ada2b2ac'
-
'17bd8e1093809beaaa06e14db1b3517a8fef936c57b1e00edb52a5a412028ef9dfe779559c0de81679af665d8d816a4e4ee049da2e3e389a868c892108dca1ed')
+sha512sums=('ac9a8fa4a8c43f29375a4efff49030f060ee24828c9127bc13d4260e64aed4c71737beb0cda3012f62a450a912d8ac15a7b0be8fbc1023faa977879a6f59d3bf'
+
'2d486a48bff0e9e69c653ec289c0a8d4d0180cbfefbdc945308e09de23dc4785163dd39c2b0f6dc58b54b3ab2b993bd96e906c37e28ce4bdff43093fc8008fde')
 
 prepare() {
   cd "$srcdir/kicad-$pkgver"


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

2020-11-02 Thread Kyle Keen via arch-commits
Date: Monday, November 2, 2020 @ 11:26:01
  Author: kkeen
Revision: 739459

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-02 11:25:51 UTC (rev 739458)
+++ PKGBUILD2020-11-02 11:26:01 UTC (rev 739459)
@@ -1,22 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: 
-# Contributor: Gabriel Laskar 
-
-pkgname=python-pandocfilters
-pkgver=1.4.2
-pkgrel=4
-pkgdesc="A python module for writing pandoc filters"
-arch=('any')
-url="https://pypi.python.org/pypi/pandocfilters";
-license=('BSD')
-depends=('python')
-source=("https://pypi.io/packages/source/p/pandocfilters/pandocfilters-${pkgver}.tar.gz";)
-md5sums=('dc391791ef54c7de1572d7b46b63361f')
-
-package() {
-  cd "$srcdir/pandocfilters-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pandocfilters/repos/community-any/PKGBUILD (from rev 739458, 
python-pandocfilters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-02 11:26:01 UTC (rev 739459)
@@ -0,0 +1,22 @@
+# Maintainer: Kyle Keen 
+# Contributor: 
+# Contributor: Gabriel Laskar 
+
+pkgname=python-pandocfilters
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="A python module for writing pandoc filters"
+arch=('any')
+url="https://pypi.python.org/pypi/pandocfilters";
+license=('BSD')
+depends=('python')
+source=("https://pypi.io/packages/source/p/pandocfilters/pandocfilters-${pkgver}.tar.gz";)
+md5sums=('1663f8ad167897848e23c749ce668dc8')
+
+package() {
+  cd "$srcdir/pandocfilters-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-11-02 Thread Kyle Keen via arch-commits
Date: Monday, November 2, 2020 @ 11:25:47
  Author: kkeen
Revision: 739457

upgpkg: python-pandocfilters 1.4.3-1

Modified:
  python-pandocfilters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-02 11:24:01 UTC (rev 739456)
+++ PKGBUILD2020-11-02 11:25:47 UTC (rev 739457)
@@ -3,8 +3,8 @@
 # Contributor: Gabriel Laskar 
 
 pkgname=python-pandocfilters
-pkgver=1.4.2
-pkgrel=4
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="A python module for writing pandoc filters"
 arch=('any')
 url="https://pypi.python.org/pypi/pandocfilters";
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('python')
 
source=("https://pypi.io/packages/source/p/pandocfilters/pandocfilters-${pkgver}.tar.gz";)
-md5sums=('dc391791ef54c7de1572d7b46b63361f')
+md5sums=('1663f8ad167897848e23c749ce668dc8')
 
 package() {
   cd "$srcdir/pandocfilters-$pkgver"


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

2020-11-02 Thread Kyle Keen via arch-commits
Date: Monday, November 2, 2020 @ 11:18:10
  Author: kkeen
Revision: 739445

upgpkg: fbgrab 1.4-1

Modified:
  fbgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-02 11:17:13 UTC (rev 739444)
+++ PKGBUILD2020-11-02 11:18:10 UTC (rev 739445)
@@ -3,34 +3,18 @@
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=fbgrab
-pkgver=1.3
-pkgrel=3
+pkgver=1.4
+pkgrel=1
 pkgdesc="A framebuffer screenshot grabber"
 arch=('x86_64')
-url="https://fbgrab.monells.se/";
+url="https://github.com/GunnarMonell/fbgrab";
 license=("GPL")
 depends=('libpng')
-makedepends=('libpng')
-source=("https://fbgrab.monells.se/fbgrab-$pkgver.tar.gz";)
-sha256sums=('5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed')
+source=("$pkgname-$pkgver.tgz::https://github.com/GunnarMonell/fbgrab/archive/$pkgver.tar.gz";)
+sha256sums=('62d7aa82138ac36db0921832f3b5267b4cffc0dc22c8701857ebcb997960a32e')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  # patch from Curtis McEnroe  which should fix alpha
-  patch -p1 fbgrab.c <= 0 ? inbuffer[i*4+srcAlpha] : 
0xff;
-+outbuffer[(i<<2)+Alpha] = srcAlpha >= 0 ? inbuffer[i*4+srcAlpha] : 
'\0';
- }
- }
- 
-EOF
 }
 
 build() {


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

2020-11-02 Thread Kyle Keen via arch-commits
Date: Monday, November 2, 2020 @ 11:18:24
  Author: kkeen
Revision: 739446

archrelease: copy trunk to community-x86_64

Added:
  fbgrab/repos/community-x86_64/PKGBUILD
(from rev 739445, fbgrab/trunk/PKGBUILD)
Deleted:
  fbgrab/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-02 11:18:10 UTC (rev 739445)
+++ PKGBUILD2020-11-02 11:18:24 UTC (rev 739446)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Sergej Pupykin 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=fbgrab
-pkgver=1.3
-pkgrel=3
-pkgdesc="A framebuffer screenshot grabber"
-arch=('x86_64')
-url="http://fbgrab.monells.se/";
-license=("GPL")
-depends=('libpng')
-makedepends=('libpng')
-source=("https://fbgrab.monells.se/fbgrab-$pkgver.tar.gz";)
-sha256sums=('5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # patch from Curtis McEnroe  which should fix alpha
-  patch -p1 fbgrab.c <= 0 ? inbuffer[i*4+srcAlpha] : 
0xff;
-+outbuffer[(i<<2)+Alpha] = srcAlpha >= 0 ? inbuffer[i*4+srcAlpha] : 
'\0';
- }
- }
- 
-EOF
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make install DESTDIR="$pkgdir"
-}

Copied: fbgrab/repos/community-x86_64/PKGBUILD (from rev 739445, 
fbgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-02 11:18:24 UTC (rev 739446)
@@ -0,0 +1,28 @@
+# Maintainer: Kyle Keen 
+# Contributor: Sergej Pupykin 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=fbgrab
+pkgver=1.4
+pkgrel=1
+pkgdesc="A framebuffer screenshot grabber"
+arch=('x86_64')
+url="https://github.com/GunnarMonell/fbgrab";
+license=("GPL")
+depends=('libpng')
+source=("$pkgname-$pkgver.tgz::https://github.com/GunnarMonell/fbgrab/archive/$pkgver.tar.gz";)
+sha256sums=('62d7aa82138ac36db0921832f3b5267b4cffc0dc22c8701857ebcb997960a32e')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make install DESTDIR="$pkgdir"
+}


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

2020-10-28 Thread Kyle Keen via arch-commits
Date: Thursday, October 29, 2020 @ 01:56:05
  Author: kkeen
Revision: 736461

upgpkg: pyglet 1.5.8-1

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 01:35:13 UTC (rev 736460)
+++ PKGBUILD2020-10-29 01:56:05 UTC (rev 736461)
@@ -5,7 +5,7 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet')
-pkgver=1.5.7
+pkgver=1.5.8
 pkgrel=1
 pkgdesc="A cross-platform windowing and multimedia library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('ffmpeg: provides audio&video support'
 'openal: live audio')
 
source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip";)
-md5sums=('dc86001e3c285bf88d60b604ed68cc92')
+md5sums=('543c5281a7d140c31c056b36842baac9')
 
 prepare() {
cd "$srcdir/$pkgbase-$pkgver"


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

2020-10-28 Thread Kyle Keen via arch-commits
Date: Thursday, October 29, 2020 @ 01:56:22
  Author: kkeen
Revision: 736462

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 736461, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 01:56:05 UTC (rev 736461)
+++ PKGBUILD2020-10-29 01:56:22 UTC (rev 736462)
@@ -1,38 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Ryan Coyner 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=pyglet
-pkgname=('python-pyglet')
-pkgver=1.5.7
-pkgrel=1
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('any')
-url="https://github.com/pyglet/pyglet";
-license=('BSD')
-depends=('python' 'glu' 'python-future')
-makedepends=('python-setuptools')
-optdepends=('ffmpeg: provides audio&video support'
-'openal: live audio')
-source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip";)
-md5sums=('dc86001e3c285bf88d60b604ed68cc92')
-
-prepare() {
-   cd "$srcdir/$pkgbase-$pkgver"
-
-   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
-   rm -rf pyglet/extlibs/future/
-}
-
-build() {
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py build
-}
-
-package_python-pyglet() {
-   depends=('python' 'glu' 'python-future')
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py install --root="$pkgdir" --optimize=1
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 736461, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-29 01:56:22 UTC (rev 736462)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Ryan Coyner 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=pyglet
+pkgname=('python-pyglet')
+pkgver=1.5.8
+pkgrel=1
+pkgdesc="A cross-platform windowing and multimedia library for Python"
+arch=('any')
+url="https://github.com/pyglet/pyglet";
+license=('BSD')
+depends=('python' 'glu' 'python-future')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: provides audio&video support'
+'openal: live audio')
+source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip";)
+md5sums=('543c5281a7d140c31c056b36842baac9')
+
+prepare() {
+   cd "$srcdir/$pkgbase-$pkgver"
+
+   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
+   rm -rf pyglet/extlibs/future/
+}
+
+build() {
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py build
+}
+
+package_python-pyglet() {
+   depends=('python' 'glu' 'python-future')
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py install --root="$pkgdir" --optimize=1
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-10-28 Thread Kyle Keen via arch-commits
Date: Wednesday, October 28, 2020 @ 17:47:31
  Author: kkeen
Revision: 735564

archrelease: copy trunk to community-any

Added:
  bpython/repos/community-any/PKGBUILD
(from rev 735563, bpython/trunk/PKGBUILD)
Deleted:
  bpython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 17:47:21 UTC (rev 735563)
+++ PKGBUILD2020-10-28 17:47:31 UTC (rev 735564)
@@ -1,36 +0,0 @@
-# Maintainer: Kyle Keen < keenerd at gmail >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mike Sampson 
-# Contributor: Anton Bazhenov 
-
-pkgname=bpython
-pkgver=0.19
-pkgrel=1
-pkgdesc='Fancy ncurses interface to the Python interpreter'
-arch=('any')
-url='https://bpython-interpreter.org/'
-license=('MIT')
-depends=('python-pygments' 'python-requests' 'python-curtsies' 
'python-greenlet' 'python-six')
-optdepends=('python-urwid: for bpython-urwid'
-'python-jedi: multiline completion'
-'python-watchdog: module reloading')
-makedepends=('python-distribute')
-#source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
-#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz";)  
# missing version data
-source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz";)
-md5sums=('8793712cf4aba736f2cedc7f51a798df')
-
-# python-watchdog optdep...
-
-build() {
-  cd "$srcdir/bpython-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/bpython-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=0
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
-}

Copied: bpython/repos/community-any/PKGBUILD (from rev 735563, 
bpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 17:47:31 UTC (rev 735564)
@@ -0,0 +1,36 @@
+# Maintainer: Kyle Keen < keenerd at gmail >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mike Sampson 
+# Contributor: Anton Bazhenov 
+
+pkgname=bpython
+pkgver=0.20
+pkgrel=1
+pkgdesc='Fancy ncurses interface to the Python interpreter'
+arch=('any')
+url='https://bpython-interpreter.org/'
+license=('MIT')
+depends=('python-pygments' 'python-requests' 'python-curtsies' 
'python-greenlet' 'python-six')
+optdepends=('python-urwid: for bpython-urwid'
+'python-jedi: multiline completion'
+'python-watchdog: module reloading')
+makedepends=('python-distribute')
+#source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
+#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz";)  
# missing version data
+source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz";)
+md5sums=('3649400f45611415ba398361f10b4117')
+
+# python-watchdog optdep...
+
+build() {
+  cd "$srcdir/bpython-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/bpython-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
+}


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

2020-10-28 Thread Kyle Keen via arch-commits
Date: Wednesday, October 28, 2020 @ 17:47:21
  Author: kkeen
Revision: 735563

upgpkg: bpython 0.20-1

Modified:
  bpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 17:46:23 UTC (rev 735562)
+++ PKGBUILD2020-10-28 17:47:21 UTC (rev 735563)
@@ -4,7 +4,7 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=bpython
-pkgver=0.19
+pkgver=0.20
 pkgrel=1
 pkgdesc='Fancy ncurses interface to the Python interpreter'
 arch=('any')
@@ -18,7 +18,7 @@
 #source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
 #source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz";)  
# missing version data
 
source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz";)
-md5sums=('8793712cf4aba736f2cedc7f51a798df')
+md5sums=('3649400f45611415ba398361f10b4117')
 
 # python-watchdog optdep...
 


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

2020-10-24 Thread Kyle Keen via arch-commits
Date: Sunday, October 25, 2020 @ 05:00:08
  Author: kkeen
Revision: 732162

upgpkg: kicad 5.1.7-2

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-25 04:15:14 UTC (rev 732161)
+++ PKGBUILD2020-10-25 05:00:08 UTC (rev 732162)
@@ -4,13 +4,13 @@
 
 pkgname=kicad
 pkgver=5.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('x86_64')
 #url="http://iut-tice.ujf-grenoble.fr/kicad/";
 url="http://kicad-pcb.org/";
 license=('GPL')
-depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython')
+depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython' 'libcloudproviders')
 # can ngspice/opencascade be an optdep?
 # opencascade vs community edition?
 makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')


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

2020-10-24 Thread Kyle Keen via arch-commits
Date: Sunday, October 25, 2020 @ 05:00:21
  Author: kkeen
Revision: 732163

archrelease: copy trunk to community-x86_64

Added:
  kicad/repos/community-x86_64/PKGBUILD
(from rev 732162, kicad/trunk/PKGBUILD)
Deleted:
  kicad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-25 05:00:08 UTC (rev 732162)
+++ PKGBUILD2020-10-25 05:00:21 UTC (rev 732163)
@@ -1,66 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Marq Schneider 
-# Contributor: Nick Østergaard
-
-pkgname=kicad
-pkgver=5.1.7
-pkgrel=1
-pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
-arch=('x86_64')
-#url="http://iut-tice.ujf-grenoble.fr/kicad/";
-url="http://kicad-pcb.org/";
-license=('GPL')
-depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython')
-# can ngspice/opencascade be an optdep?
-# opencascade vs community edition?
-makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
-optdepends=('kicad-library: for footprints and symbols'
-'kicad-library-3d: for 3d models of components')
-source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
-
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
-sha512sums=('4ae7da9e0c4c5d3b1ad196d33b7847c3c192fe5499e56be55ac706112883a14b2eb4aace65a120aac9ef3992017a6a5a0bea3b1f6c03cbd2f29ee9d6ada2b2ac'
-
'17bd8e1093809beaaa06e14db1b3517a8fef936c57b1e00edb52a5a412028ef9dfe779559c0de81679af665d8d816a4e4ee049da2e3e389a868c892108dca1ed')
-
-prepare() {
-  cd "$srcdir/kicad-$pkgver"
-  #find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir/kicad-$pkgver"
-
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
-  -DCMAKE_INSTALL_PREFIX=/usr   \
-  -DCMAKE_INSTALL_LIBDIR=lib\
-  -DKICAD_USE_OCE=OFF   \
-  -DKICAD_USE_OCC=ON\
-  -DKICAD_SCRIPTING=ON  \
-  -DKICAD_SCRIPTING_PYTHON3=ON  \
-  -DKICAD_SCRIPTING_MODULES=ON  \
-  -DKICAD_SCRIPTING_WXPYTHON=ON \
-  -DKICAD_SCRIPTING_ACTION_MENU=ON \
-  -DKICAD_SCRIPTING_WXPYTHON_PHOENIX=ON \
-  -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
-  -DBUILD_GITHUB_PLUGIN=ON
-  make
-
-  cd "$srcdir/kicad-i18n-$pkgver"
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/kicad-$pkgver/build/Release"
-
-  make DESTDIR="$pkgdir" install
-
-  # copy updated linux icons
-  #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" 
"$pkgdir/usr/share/"
-
-  cd "$srcdir/kicad-i18n-$pkgver/build/Release"
-  make DESTDIR="$pkgdir" install
-}

Copied: kicad/repos/community-x86_64/PKGBUILD (from rev 732162, 
kicad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-25 05:00:21 UTC (rev 732163)
@@ -0,0 +1,66 @@
+# Maintainer: Kyle Keen 
+# Contributor: Marq Schneider 
+# Contributor: Nick Østergaard
+
+pkgname=kicad
+pkgver=5.1.7
+pkgrel=2
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/";
+url="http://kicad-pcb.org/";
+license=('GPL')
+depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython' 'libcloudproviders')
+# can ngspice/opencascade be an optdep?
+# opencascade vs community edition?
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
+optdepends=('kicad-library: for footprints and symbols'
+'kicad-library-3d: for 3d models of components')
+source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
+
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
+sha512sums=('4ae7da9e0c4c5d3b1ad196d33b7847c3c192fe5499e56be55ac706112883a14b2eb4aace65a120aac9ef3992017a6a5a0bea3b1f6c03cbd2f29ee9d6ada2b2ac'
+
'17bd8e1093809beaaa06e14db1b3517a8fef936c57b1e00edb52a5a412028ef9dfe779559c0de81679af665d8d816a4e4ee049da2e3e389a868c892108dca1ed')
+
+prepare() {
+  cd "$srcdir/kicad-$pkgver"
+  #find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir/kicad-$pkgver"
+
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
+  -DCMAKE_INSTALL_PREFIX=/usr   \
+  -DCMAKE_INSTALL_LIBDIR=lib\
+  -DKICAD_USE_OCE=OFF   \
+  -DKICAD_USE_OCC=ON\
+  -DKICAD_SCRIPTING=ON  \
+  -DKICAD_SCRI

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

2020-10-22 Thread Kyle Keen via arch-commits
Date: Thursday, October 22, 2020 @ 18:29:18
  Author: kkeen
Revision: 729376

archrelease: copy trunk to community-x86_64

Added:
  ngspice/repos/community-x86_64/PKGBUILD
(from rev 729374, ngspice/trunk/PKGBUILD)
Deleted:
  ngspice/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-22 18:29:17 UTC (rev 729375)
+++ PKGBUILD2020-10-22 18:29:18 UTC (rev 729376)
@@ -1,56 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Jason Taylor 
-# Contributor: Luis Henrique 
-
-pkgname=ngspice
-pkgver=32
-pkgrel=1
-pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
-url='http://ngspice.sourceforge.net'
-license=('BSD')
-arch=('x86_64')
-depends=('libxaw' 'libedit' 'gcc-libs' 'readline')
-source=("https://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz";
-"http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf";)
-sha1sums=('a828e64ccfbf7229f9b6b97b4b909477b39f09d8'
-  '2c6c66b0a99e2522f42086e9ce6b7f3028f2bfb8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # FS#45230, create so lib
-  # shared lib sets flags and modifies headers, needs dedicated pass
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --with-readline=yes \
-  --enable-xspice \
-  --enable-cider \
-  --enable-openmp \
-  --enable-oldapps \
-  --with-ngshared
-  make
-  #strip ./src/.libs/libngspice.so.0.0.0
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --with-readline=yes \
-  --enable-xspice \
-  --enable-cider \
-  --enable-oldapps \
-  --enable-openmp
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644  "$srcdir/ngspice-$pkgver-manual.pdf" 
"$pkgdir/usr/share/doc/$pkgname/manual.pdf"
-
-  install -Dm755 src/.libs/libngspice.so.0.0.0 
"$pkgdir/usr/lib/libngspice.so.0.0.0"
-  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so.0"
-  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so"
-}

Copied: ngspice/repos/community-x86_64/PKGBUILD (from rev 729374, 
ngspice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-22 18:29:18 UTC (rev 729376)
@@ -0,0 +1,56 @@
+# Maintainer: Kyle Keen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Jason Taylor 
+# Contributor: Luis Henrique 
+
+pkgname=ngspice
+pkgver=33
+pkgrel=1
+pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
+url='http://ngspice.sourceforge.net'
+license=('BSD')
+arch=('x86_64')
+depends=('libxaw' 'libedit' 'gcc-libs' 'readline')
+source=("https://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz";
+"http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf";)
+sha1sums=('7cf0ff15564ae7f50b716cc3509c289c5bc7d214'
+  'c2303feed7efc2ca9dda90cace5c7d50f5dfe76d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # FS#45230, create so lib
+  # shared lib sets flags and modifies headers, needs dedicated pass
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-readline=yes \
+  --enable-xspice \
+  --enable-cider \
+  --enable-openmp \
+  --enable-oldapps \
+  --with-ngshared
+  make
+  #strip ./src/.libs/libngspice.so.0.0.0
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-readline=yes \
+  --enable-xspice \
+  --enable-cider \
+  --enable-oldapps \
+  --enable-openmp
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644  "$srcdir/ngspice-$pkgver-manual.pdf" 
"$pkgdir/usr/share/doc/$pkgname/manual.pdf"
+
+  install -Dm755 src/.libs/libngspice.so.0.0.0 
"$pkgdir/usr/lib/libngspice.so.0.0.0"
+  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so.0"
+  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so"
+}


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

2020-10-22 Thread Kyle Keen via arch-commits
Date: Thursday, October 22, 2020 @ 18:29:08
  Author: kkeen
Revision: 729374

upgpkg: ngspice 33-1

Modified:
  ngspice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-22 18:28:17 UTC (rev 729373)
+++ PKGBUILD2020-10-22 18:29:08 UTC (rev 729374)
@@ -4,7 +4,7 @@
 # Contributor: Luis Henrique 
 
 pkgname=ngspice
-pkgver=32
+pkgver=33
 pkgrel=1
 pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
 url='http://ngspice.sourceforge.net'
@@ -13,8 +13,8 @@
 depends=('libxaw' 'libedit' 'gcc-libs' 'readline')
 
source=("https://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz";
 "http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf";)
-sha1sums=('a828e64ccfbf7229f9b6b97b4b909477b39f09d8'
-  '2c6c66b0a99e2522f42086e9ce6b7f3028f2bfb8')
+sha1sums=('7cf0ff15564ae7f50b716cc3509c289c5bc7d214'
+  'c2303feed7efc2ca9dda90cace5c7d50f5dfe76d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-10-20 Thread Kyle Keen via arch-commits
Date: Tuesday, October 20, 2020 @ 10:12:18
  Author: kkeen
Revision: 727583

upgpkg: python-prompt_toolkit 3.0.8-1

Modified:
  python-prompt_toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 09:46:29 UTC (rev 727582)
+++ PKGBUILD2020-10-20 10:12:18 UTC (rev 727583)
@@ -4,8 +4,8 @@
 
 pkgname=python-prompt_toolkit
 _name=prompt_toolkit
-pkgver=3.0.7
-pkgrel=2
+pkgver=3.0.8
+pkgrel=1
 pkgdesc="Library for building powerful interactive command lines in Python"
 arch=('any')
 depends=('python-pygments'
@@ -16,7 +16,7 @@
 license=('BSD')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('822f4605f28f7d2ba6b0b09a31e25e140871e96364d1d377667b547bb3bf4489')
+sha256sums=('25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c')
 
 build() {
   cd "$_name-$pkgver"


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

2020-10-20 Thread Kyle Keen via arch-commits
Date: Tuesday, October 20, 2020 @ 10:12:36
  Author: kkeen
Revision: 727584

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-20 10:12:18 UTC (rev 727583)
+++ PKGBUILD2020-10-20 10:12:36 UTC (rev 727584)
@@ -1,36 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Morten Linderud 
-# Contributor: Andy Weidenbaum 
-
-pkgname=python-prompt_toolkit
-_name=prompt_toolkit
-pkgver=3.0.7
-pkgrel=2
-pkgdesc="Library for building powerful interactive command lines in Python"
-arch=('any')
-depends=('python-pygments'
- 'python-wcwidth')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-url="https://github.com/jonathanslenders/python-prompt-toolkit";
-license=('BSD')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('822f4605f28f7d2ba6b0b09a31e25e140871e96364d1d377667b547bb3bf4489')
-
-build() {
-  cd "$_name-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$_name-$pkgver"
-  python -m pytest
-}
-
-package() {
-  cd "$_name-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-prompt_toolkit/repos/community-any/PKGBUILD (from rev 727583, 
python-prompt_toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-20 10:12:36 UTC (rev 727584)
@@ -0,0 +1,36 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Morten Linderud 
+# Contributor: Andy Weidenbaum 
+
+pkgname=python-prompt_toolkit
+_name=prompt_toolkit
+pkgver=3.0.8
+pkgrel=1
+pkgdesc="Library for building powerful interactive command lines in Python"
+arch=('any')
+depends=('python-pygments'
+ 'python-wcwidth')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+url="https://github.com/jonathanslenders/python-prompt-toolkit";
+license=('BSD')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c')
+
+build() {
+  cd "$_name-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$_name-$pkgver"
+  python -m pytest
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2020-10-12 Thread Kyle Keen via arch-commits
Date: Monday, October 12, 2020 @ 09:24:22
  Author: kkeen
Revision: 723590

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-12 09:24:03 UTC (rev 723589)
+++ PKGBUILD2020-10-12 09:24:22 UTC (rev 723590)
@@ -1,39 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Angel Velasquez 
-# Contributor: Andrew Antle 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=python-markdown
-_pkgbasename=Markdown
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="Python implementation of John Gruber's Markdown."
-arch=('any')
-url='https://python-markdown.github.io/'
-license=('BSD')
-depends=('python' 'python-setuptools')
-checkdepends=('python-yaml')
-source=("https://files.pythonhosted.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz";)
-md5sums=('6e8daf1e566bf3572c137ada399fe40b')
-
-build() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  python -m unittest discover tests
-}
-
-package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=0
-  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python-markdown/LICENSE"
-}
-
-check_python-markdown() {
-  [[ $(python -c "import markdown; print(markdown.version)") == "$pkgver" ]]
-  [[ $(python -c "import markdown; print(markdown.markdown('*test*'))") == 
"test" ]]
-}

Copied: python-markdown/repos/community-any/PKGBUILD (from rev 723589, 
python-markdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-12 09:24:22 UTC (rev 723590)
@@ -0,0 +1,39 @@
+# Maintainer: Kyle Keen 
+# Contributor: Angel Velasquez 
+# Contributor: Andrew Antle 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=python-markdown
+_pkgbasename=Markdown
+pkgver=3.3
+pkgrel=1
+pkgdesc="Python implementation of John Gruber's Markdown."
+arch=('any')
+url='https://python-markdown.github.io/'
+license=('BSD')
+depends=('python' 'python-setuptools')
+checkdepends=('python-yaml')
+source=("https://files.pythonhosted.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz";)
+md5sums=('76eb34a058bb8b637ccadc4ce384bae4')
+
+build() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  python -m unittest discover tests
+}
+
+package() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python-markdown/LICENSE"
+}
+
+check_python-markdown() {
+  [[ $(python -c "import markdown; print(markdown.version)") == "$pkgver" ]]
+  [[ $(python -c "import markdown; print(markdown.markdown('*test*'))") == 
"test" ]]
+}


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

2020-10-12 Thread Kyle Keen via arch-commits
Date: Monday, October 12, 2020 @ 09:24:03
  Author: kkeen
Revision: 723589

upgpkg: python-markdown 3.3-1

Modified:
  python-markdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-12 08:14:46 UTC (rev 723588)
+++ PKGBUILD2020-10-12 09:24:03 UTC (rev 723589)
@@ -6,7 +6,7 @@
 
 pkgname=python-markdown
 _pkgbasename=Markdown
-pkgver=3.2.2
+pkgver=3.3
 pkgrel=1
 pkgdesc="Python implementation of John Gruber's Markdown."
 arch=('any')
@@ -15,7 +15,7 @@
 depends=('python' 'python-setuptools')
 checkdepends=('python-yaml')
 
source=("https://files.pythonhosted.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz";)
-md5sums=('6e8daf1e566bf3572c137ada399fe40b')
+md5sums=('76eb34a058bb8b637ccadc4ce384bae4')
 
 build() {
   cd "$srcdir/$_pkgbasename-$pkgver"


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

2020-10-11 Thread Kyle Keen via arch-commits
Date: Sunday, October 11, 2020 @ 10:23:56
  Author: kkeen
Revision: 723465

upgpkg: python-jupyter_client 6.1.7-1

Modified:
  python-jupyter_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-11 09:54:01 UTC (rev 723464)
+++ PKGBUILD2020-10-11 10:23:56 UTC (rev 723465)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=python-jupyter_client
-pkgver=6.1.6
+pkgver=6.1.7
 pkgrel=1
 pkgdesc="Jupyter protocol implementation and client libraries"
 arch=('any')
@@ -10,8 +10,9 @@
 depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
  'python-jupyter_core' 'python-dateutil')
 makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz";)
-md5sums=('324fdaf482ed5fc52a72b7cf41a44bcd')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz";)
+source=("https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz";)
+md5sums=('607468e6039c3fe5566b6d2bc33ac49a')
 
 # dep cycle with python-ipykernel
 


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

2020-10-11 Thread Kyle Keen via arch-commits
Date: Sunday, October 11, 2020 @ 10:24:07
  Author: kkeen
Revision: 723466

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-11 10:23:56 UTC (rev 723465)
+++ PKGBUILD2020-10-11 10:24:07 UTC (rev 723466)
@@ -1,27 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-jupyter_client
-pkgver=6.1.6
-pkgrel=1
-pkgdesc="Jupyter protocol implementation and client libraries"
-arch=('any')
-url="https://pypi.python.org/pypi/jupyter_client";
-license=('BSD')
-depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
- 'python-jupyter_core' 'python-dateutil')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz";)
-md5sums=('324fdaf482ed5fc52a72b7cf41a44bcd')
-
-# dep cycle with python-ipykernel
-
-build() {
-  cd "$srcdir"
-}
-
-package() {
-  cd "$srcdir/jupyter_client-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-jupyter_client/repos/community-any/PKGBUILD (from rev 723465, 
python-jupyter_client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-11 10:24:07 UTC (rev 723466)
@@ -0,0 +1,28 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-jupyter_client
+pkgver=6.1.7
+pkgrel=1
+pkgdesc="Jupyter protocol implementation and client libraries"
+arch=('any')
+url="https://pypi.python.org/pypi/jupyter_client";
+license=('BSD')
+depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
+ 'python-jupyter_core' 'python-dateutil')
+makedepends=('python-setuptools')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz";)
+source=("https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz";)
+md5sums=('607468e6039c3fe5566b6d2bc33ac49a')
+
+# dep cycle with python-ipykernel
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/jupyter_client-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2020-10-09 Thread Kyle Keen via arch-commits
Date: Friday, October 9, 2020 @ 23:37:32
  Author: kkeen
Revision: 722840

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-09 23:35:20 UTC (rev 722839)
+++ PKGBUILD2020-10-09 23:37:32 UTC (rev 722840)
@@ -1,21 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Will Shanks 
-
-pkgname=python-terminado
-_pkgname=terminado
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Terminals served to term.js using Tornado websockets"
-url="https://github.com/takluyver/terminado";
-arch=('any')
-license=('BSD')
-depends=('python-tornado' 'python-ptyprocess')
-makedepends=('python-setuptools' 'python-tornado' 'python-ptyprocess')
-source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz";)
-md5sums=('bd9162796256c1e3cd03750f5594a83e')
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
-}

Copied: python-terminado/repos/community-any/PKGBUILD (from rev 722839, 
python-terminado/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-09 23:37:32 UTC (rev 722840)
@@ -0,0 +1,21 @@
+# Maintainer: Kyle Keen 
+# Contributor: Will Shanks 
+
+pkgname=python-terminado
+_pkgname=terminado
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Terminals served to term.js using Tornado websockets"
+url="https://github.com/takluyver/terminado";
+arch=('any')
+license=('BSD')
+depends=('python-tornado' 'python-ptyprocess')
+makedepends=('python-setuptools' 'python-tornado' 'python-ptyprocess')
+source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz";)
+md5sums=('bd9162796256c1e3cd03750f5594a83e')
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
+}


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

2020-10-09 Thread Kyle Keen via arch-commits
Date: Friday, October 9, 2020 @ 23:35:05
  Author: kkeen
Revision: 722838

upgpkg: python-terminado 0.9.1-1

Modified:
  python-terminado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-09 22:54:23 UTC (rev 722837)
+++ PKGBUILD2020-10-09 23:35:05 UTC (rev 722838)
@@ -3,7 +3,7 @@
 
 pkgname=python-terminado
 _pkgname=terminado
-pkgver=0.8.3
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="Terminals served to term.js using Tornado websockets"
 url="https://github.com/takluyver/terminado";
@@ -12,7 +12,7 @@
 depends=('python-tornado' 'python-ptyprocess')
 makedepends=('python-setuptools' 'python-tornado' 'python-ptyprocess')
 
source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz";)
-md5sums=('910a09be2a9d46ddbf33747d1b1dd3d8')
+md5sums=('bd9162796256c1e3cd03750f5594a83e')
 
 package() {
   cd "$srcdir/$_pkgname-$pkgver"


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

2020-10-09 Thread Kyle Keen via arch-commits
Date: Friday, October 9, 2020 @ 23:35:20
  Author: kkeen
Revision: 722839

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-09 23:35:05 UTC (rev 722838)
+++ PKGBUILD2020-10-09 23:35:20 UTC (rev 722839)
@@ -1,21 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Will Shanks 
-
-pkgname=python-terminado
-_pkgname=terminado
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Terminals served to term.js using Tornado websockets"
-url="https://github.com/takluyver/terminado";
-arch=('any')
-license=('BSD')
-depends=('python-tornado' 'python-ptyprocess')
-makedepends=('python-setuptools' 'python-tornado' 'python-ptyprocess')
-source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz";)
-md5sums=('910a09be2a9d46ddbf33747d1b1dd3d8')
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
-}

Copied: python-terminado/repos/community-any/PKGBUILD (from rev 722838, 
python-terminado/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-09 23:35:20 UTC (rev 722839)
@@ -0,0 +1,21 @@
+# Maintainer: Kyle Keen 
+# Contributor: Will Shanks 
+
+pkgname=python-terminado
+_pkgname=terminado
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Terminals served to term.js using Tornado websockets"
+url="https://github.com/takluyver/terminado";
+arch=('any')
+license=('BSD')
+depends=('python-tornado' 'python-ptyprocess')
+makedepends=('python-setuptools' 'python-tornado' 'python-ptyprocess')
+source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz";)
+md5sums=('bd9162796256c1e3cd03750f5594a83e')
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
+}


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

2020-10-04 Thread Kyle Keen via arch-commits
Date: Sunday, October 4, 2020 @ 10:27:03
  Author: kkeen
Revision: 717515

archrelease: copy trunk to community-any

Added:
  kicad-library/repos/community-any/PKGBUILD
(from rev 717514, kicad-library/trunk/PKGBUILD)
Deleted:
  kicad-library/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-04 10:26:21 UTC (rev 717514)
+++ PKGBUILD2020-10-04 10:27:03 UTC (rev 717515)
@@ -1,47 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgbase=kicad-library
-pkgname=('kicad-library' 'kicad-library-3d')
-pkgver=5.1.6
-pkgrel=1
-pkgdesc="Kicad component and footprint libraries"
-arch=('any')
-url="https://kicad.github.io/";
-license=('GPL')
-makedepends=('cmake')
-options=('!strip')
-source=("kicad-sym.$pkgver.tgz::https://github.com/KiCad/kicad-symbols/archive/$pkgver.tar.gz";
-
"kicad-foot.$pkgver.tgz::https://github.com/KiCad/kicad-footprints/archive/$pkgver.tar.gz";
-
"kicad-3d.$pkgver.tgz::https://github.com/KiCad/kicad-packages3D/archive/$pkgver.tar.gz";)
-md5sums=('436e5436ec3b7025a2a099eb97c81ae7'
- '6f5df88bfda6ffc309c6a82381f0611d'
- 'f7bc330a4538d543972d63f1ce2e44a5')
-
-build() {
-  cd "$srcdir/kicad-symbols-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd "$srcdir/kicad-footprints-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd "$srcdir/kicad-packages3D-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kicad-library() {
-  pkgdesc="Kicad component and footprint libraries"
-  cd "$srcdir/kicad-symbols-$pkgver/"
-  make DESTDIR="$pkgdir" install
-
-  cd "$srcdir/kicad-footprints-$pkgver/"
-  make DESTDIR="$pkgdir" install
-}
-
-package_kicad-library-3d() {
-  pkgdesc="Kicad 3D render model libraries"
-  cd "$srcdir/kicad-packages3D-$pkgver/"
-  make DESTDIR="$pkgdir" install
-}

Copied: kicad-library/repos/community-any/PKGBUILD (from rev 717514, 
kicad-library/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-04 10:27:03 UTC (rev 717515)
@@ -0,0 +1,47 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=kicad-library
+pkgname=('kicad-library' 'kicad-library-3d')
+pkgver=5.1.7
+pkgrel=1
+pkgdesc="Kicad component and footprint libraries"
+arch=('any')
+url="https://kicad.github.io/";
+license=('GPL')
+makedepends=('cmake')
+options=('!strip')
+source=("kicad-sym.$pkgver.tgz::https://github.com/KiCad/kicad-symbols/archive/$pkgver.tar.gz";
+
"kicad-foot.$pkgver.tgz::https://github.com/KiCad/kicad-footprints/archive/$pkgver.tar.gz";
+
"kicad-3d.$pkgver.tgz::https://github.com/KiCad/kicad-packages3D/archive/$pkgver.tar.gz";)
+md5sums=('d3dc2533796564a216d80aad19fa08cd'
+ '0b2bb98f7e4dd936b93ce089d81b4e5d'
+ 'fb5a643646867fd92e49928b647dc3eb')
+
+build() {
+  cd "$srcdir/kicad-symbols-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd "$srcdir/kicad-footprints-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd "$srcdir/kicad-packages3D-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kicad-library() {
+  pkgdesc="Kicad component and footprint libraries"
+  cd "$srcdir/kicad-symbols-$pkgver/"
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir/kicad-footprints-$pkgver/"
+  make DESTDIR="$pkgdir" install
+}
+
+package_kicad-library-3d() {
+  pkgdesc="Kicad 3D render model libraries"
+  cd "$srcdir/kicad-packages3D-$pkgver/"
+  make DESTDIR="$pkgdir" install
+}


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

2020-10-04 Thread Kyle Keen via arch-commits
Date: Sunday, October 4, 2020 @ 10:26:03
  Author: kkeen
Revision: 717512

upgpkg: kicad-library 5.1.7-1

Modified:
  kicad-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-04 10:25:43 UTC (rev 717511)
+++ PKGBUILD2020-10-04 10:26:03 UTC (rev 717512)
@@ -2,7 +2,7 @@
 
 pkgbase=kicad-library
 pkgname=('kicad-library' 'kicad-library-3d')
-pkgver=5.1.6
+pkgver=5.1.7
 pkgrel=1
 pkgdesc="Kicad component and footprint libraries"
 arch=('any')
@@ -13,9 +13,9 @@
 
source=("kicad-sym.$pkgver.tgz::https://github.com/KiCad/kicad-symbols/archive/$pkgver.tar.gz";
 
"kicad-foot.$pkgver.tgz::https://github.com/KiCad/kicad-footprints/archive/$pkgver.tar.gz";
 
"kicad-3d.$pkgver.tgz::https://github.com/KiCad/kicad-packages3D/archive/$pkgver.tar.gz";)
-md5sums=('436e5436ec3b7025a2a099eb97c81ae7'
- '6f5df88bfda6ffc309c6a82381f0611d'
- 'f7bc330a4538d543972d63f1ce2e44a5')
+md5sums=('d3dc2533796564a216d80aad19fa08cd'
+ '0b2bb98f7e4dd936b93ce089d81b4e5d'
+ 'fb5a643646867fd92e49928b647dc3eb')
 
 build() {
   cd "$srcdir/kicad-symbols-$pkgver/"


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

2020-10-04 Thread Kyle Keen via arch-commits
Date: Sunday, October 4, 2020 @ 09:40:08
  Author: kkeen
Revision: 717502

upgpkg: kicad 5.1.7-1

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-04 09:38:11 UTC (rev 717501)
+++ PKGBUILD2020-10-04 09:40:08 UTC (rev 717502)
@@ -3,7 +3,7 @@
 # Contributor: Nick Østergaard
 
 pkgname=kicad
-pkgver=5.1.6
+pkgver=5.1.7
 pkgrel=1
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('x86_64')
@@ -18,8 +18,8 @@
 'kicad-library-3d: for 3d models of components')
 
source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
 
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
-sha512sums=('7f60dc9222e17ae44086cec3c239beaec9ca8e2c089e6b964616a7d2f14208d3b6a90a22dfff21dbb079deb0ee70cb976ddc81c60783f5f3349996b8cb123036'
-
'899e07667ac3b199b78fcfc5de928f827249bfe9cb5051cc7cfd7ac68182ab2bf0ac4fcb2109ca12bd505eda734dca6f81b2a681f184698791279f3259e06eb4')
+sha512sums=('4ae7da9e0c4c5d3b1ad196d33b7847c3c192fe5499e56be55ac706112883a14b2eb4aace65a120aac9ef3992017a6a5a0bea3b1f6c03cbd2f29ee9d6ada2b2ac'
+
'17bd8e1093809beaaa06e14db1b3517a8fef936c57b1e00edb52a5a412028ef9dfe779559c0de81679af665d8d816a4e4ee049da2e3e389a868c892108dca1ed')
 
 prepare() {
   cd "$srcdir/kicad-$pkgver"


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

2020-10-04 Thread Kyle Keen via arch-commits
Date: Sunday, October 4, 2020 @ 09:40:21
  Author: kkeen
Revision: 717503

archrelease: copy trunk to community-x86_64

Added:
  kicad/repos/community-x86_64/PKGBUILD
(from rev 717502, kicad/trunk/PKGBUILD)
Deleted:
  kicad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-04 09:40:08 UTC (rev 717502)
+++ PKGBUILD2020-10-04 09:40:21 UTC (rev 717503)
@@ -1,66 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Marq Schneider 
-# Contributor: Nick Østergaard
-
-pkgname=kicad
-pkgver=5.1.6
-pkgrel=1
-pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
-arch=('x86_64')
-#url="http://iut-tice.ujf-grenoble.fr/kicad/";
-url="http://kicad-pcb.org/";
-license=('GPL')
-depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython')
-# can ngspice/opencascade be an optdep?
-# opencascade vs community edition?
-makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
-optdepends=('kicad-library: for footprints and symbols'
-'kicad-library-3d: for 3d models of components')
-source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
-
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
-sha512sums=('7f60dc9222e17ae44086cec3c239beaec9ca8e2c089e6b964616a7d2f14208d3b6a90a22dfff21dbb079deb0ee70cb976ddc81c60783f5f3349996b8cb123036'
-
'899e07667ac3b199b78fcfc5de928f827249bfe9cb5051cc7cfd7ac68182ab2bf0ac4fcb2109ca12bd505eda734dca6f81b2a681f184698791279f3259e06eb4')
-
-prepare() {
-  cd "$srcdir/kicad-$pkgver"
-  #find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir/kicad-$pkgver"
-
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
-  -DCMAKE_INSTALL_PREFIX=/usr   \
-  -DCMAKE_INSTALL_LIBDIR=lib\
-  -DKICAD_USE_OCE=OFF   \
-  -DKICAD_USE_OCC=ON\
-  -DKICAD_SCRIPTING=ON  \
-  -DKICAD_SCRIPTING_PYTHON3=ON  \
-  -DKICAD_SCRIPTING_MODULES=ON  \
-  -DKICAD_SCRIPTING_WXPYTHON=ON \
-  -DKICAD_SCRIPTING_ACTION_MENU=ON \
-  -DKICAD_SCRIPTING_WXPYTHON_PHOENIX=ON \
-  -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
-  -DBUILD_GITHUB_PLUGIN=ON
-  make
-
-  cd "$srcdir/kicad-i18n-$pkgver"
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/kicad-$pkgver/build/Release"
-
-  make DESTDIR="$pkgdir" install
-
-  # copy updated linux icons
-  #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" 
"$pkgdir/usr/share/"
-
-  cd "$srcdir/kicad-i18n-$pkgver/build/Release"
-  make DESTDIR="$pkgdir" install
-}

Copied: kicad/repos/community-x86_64/PKGBUILD (from rev 717502, 
kicad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-04 09:40:21 UTC (rev 717503)
@@ -0,0 +1,66 @@
+# Maintainer: Kyle Keen 
+# Contributor: Marq Schneider 
+# Contributor: Nick Østergaard
+
+pkgname=kicad
+pkgver=5.1.7
+pkgrel=1
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/";
+url="http://kicad-pcb.org/";
+license=('GPL')
+depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade' 'python-wxpython')
+# can ngspice/opencascade be an optdep?
+# opencascade vs community edition?
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
+optdepends=('kicad-library: for footprints and symbols'
+'kicad-library-3d: for 3d models of components')
+source=("https://gitlab.com/kicad/code/kicad/-/archive/$pkgver/kicad-$pkgver.tar.gz";
+
"https://gitlab.com/kicad/code/kicad-i18n/-/archive/$pkgver/kicad-i18n-$pkgver.tar.gz";)
+sha512sums=('4ae7da9e0c4c5d3b1ad196d33b7847c3c192fe5499e56be55ac706112883a14b2eb4aace65a120aac9ef3992017a6a5a0bea3b1f6c03cbd2f29ee9d6ada2b2ac'
+
'17bd8e1093809beaaa06e14db1b3517a8fef936c57b1e00edb52a5a412028ef9dfe779559c0de81679af665d8d816a4e4ee049da2e3e389a868c892108dca1ed')
+
+prepare() {
+  cd "$srcdir/kicad-$pkgver"
+  #find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir/kicad-$pkgver"
+
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
+  -DCMAKE_INSTALL_PREFIX=/usr   \
+  -DCMAKE_INSTALL_LIBDIR=lib\
+  -DKICAD_USE_OCE=OFF   \
+  -DKICAD_USE_OCC=ON\
+  -DKICAD_SCRIPTING=ON  \
+  -DKICAD_SCRIPTING_PYTHON3=ON  \
+

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

2020-10-03 Thread Kyle Keen via arch-commits
Date: Saturday, October 3, 2020 @ 09:26:50
  Author: kkeen
Revision: 716473

upgpkg: units 2.20-1

Modified:
  units/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-03 08:21:13 UTC (rev 716472)
+++ PKGBUILD2020-10-03 09:26:50 UTC (rev 716473)
@@ -4,8 +4,8 @@
 # Contributor: Steve Sansom 
 
 pkgname=units
-pkgver=2.19
-pkgrel=2
+pkgver=2.20
+pkgrel=1
 pkgdesc="converts between different units"
 arch=('x86_64')
 url="https://www.gnu.org/software/units/units.html";
@@ -17,7 +17,7 @@
 options=('!makeflags')
 validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
 source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('4262136bdfc152b63ff5a9b93a7d80ce18b5e8bebdcffddc932dda769e306556'
+sha256sums=('c5e298c87516711f3bedb9315583bad0965c5d3d0bb587f9837a9af12a50fadc'
 'SKIP')
 
 build() {


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

2020-10-03 Thread Kyle Keen via arch-commits
Date: Saturday, October 3, 2020 @ 09:27:06
  Author: kkeen
Revision: 716474

archrelease: copy trunk to community-x86_64

Added:
  units/repos/community-x86_64/PKGBUILD
(from rev 716473, units/trunk/PKGBUILD)
Deleted:
  units/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-03 09:26:50 UTC (rev 716473)
+++ PKGBUILD2020-10-03 09:27:06 UTC (rev 716474)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-pkgname=units
-pkgver=2.19
-pkgrel=2
-pkgdesc="converts between different units"
-arch=('x86_64')
-url="https://www.gnu.org/software/units/units.html";
-depends=('readline')
-optdepends=('python-unidecode: for live currency rates'
-'python-requests: for live currency rates')
-makedepends=('python-unidecode' 'python-requests')
-license=("GPL")
-options=('!makeflags')
-validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
-source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('4262136bdfc152b63ff5a9b93a7d80ce18b5e8bebdcffddc932dda769e306556'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --datadir=/usr/share --sharedstatedir=/var/lib
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: units/repos/community-x86_64/PKGBUILD (from rev 716473, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-03 09:27:06 UTC (rev 716474)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+pkgname=units
+pkgver=2.20
+pkgrel=1
+pkgdesc="converts between different units"
+arch=('x86_64')
+url="https://www.gnu.org/software/units/units.html";
+depends=('readline')
+optdepends=('python-unidecode: for live currency rates'
+'python-requests: for live currency rates')
+makedepends=('python-unidecode' 'python-requests')
+license=("GPL")
+options=('!makeflags')
+validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
+source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('c5e298c87516711f3bedb9315583bad0965c5d3d0bb587f9837a9af12a50fadc'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --datadir=/usr/share --sharedstatedir=/var/lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2020-09-14 Thread Kyle Keen via arch-commits
Date: Tuesday, September 15, 2020 @ 00:26:28
  Author: kkeen
Revision: 706916

upgpkg: jupyter_console 6.2.0-1

Modified:
  jupyter_console/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-14 23:17:11 UTC (rev 706915)
+++ PKGBUILD2020-09-15 00:26:28 UTC (rev 706916)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter_console
-pkgver=6.1.0
+pkgver=6.2.0
 pkgrel=1
 pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
 arch=('any')
@@ -12,11 +12,10 @@
 makedepends=('python-setuptools')
 
#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz";)
 
source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('b4f162292cbeee24c0d1551f21c8de3a')
+md5sums=('24600923a41fc33bf8b5db699dca3c69')
 
 build() {
   cd "$srcdir/jupyter_console-$pkgver"
-
   python setup.py build
 }
 
@@ -24,8 +23,4 @@
   cd "$srcdir/jupyter_console-$pkgver"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # 6.1.0 removes the binary?
-  echo -e "#!/usr/bin/python\nfrom jupyter_console import app\nif __name__ == 
'__main__':\napp.main()" > jupyter-console
-  install -Dm755 jupyter-console "$pkgdir/usr/bin/jupyter-console"
 }


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

2020-09-14 Thread Kyle Keen via arch-commits
Date: Tuesday, September 15, 2020 @ 00:26:57
  Author: kkeen
Revision: 706917

archrelease: copy trunk to community-any

Added:
  jupyter_console/repos/community-any/PKGBUILD
(from rev 706916, jupyter_console/trunk/PKGBUILD)
Deleted:
  jupyter_console/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-15 00:26:28 UTC (rev 706916)
+++ PKGBUILD2020-09-15 00:26:57 UTC (rev 706917)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter_console
-pkgver=6.1.0
-pkgrel=1
-pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
-arch=('any')
-url="https://pypi.org/project/jupyter_console/";
-license=('BSD')
-depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
- 'python-pygments' 'python-prompt_toolkit')
-makedepends=('python-setuptools')
-#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz";)
-source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('b4f162292cbeee24c0d1551f21c8de3a')
-
-build() {
-  cd "$srcdir/jupyter_console-$pkgver"
-
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/jupyter_console-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # 6.1.0 removes the binary?
-  echo -e "#!/usr/bin/python\nfrom jupyter_console import app\nif __name__ == 
'__main__':\napp.main()" > jupyter-console
-  install -Dm755 jupyter-console "$pkgdir/usr/bin/jupyter-console"
-}

Copied: jupyter_console/repos/community-any/PKGBUILD (from rev 706916, 
jupyter_console/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-15 00:26:57 UTC (rev 706917)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter_console
+pkgver=6.2.0
+pkgrel=1
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
+arch=('any')
+url="https://pypi.org/project/jupyter_console/";
+license=('BSD')
+depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
+ 'python-pygments' 'python-prompt_toolkit')
+makedepends=('python-setuptools')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz";)
+source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('24600923a41fc33bf8b5db699dca3c69')
+
+build() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-09-07 Thread Kyle Keen via arch-commits
Date: Monday, September 7, 2020 @ 10:31:47
  Author: kkeen
Revision: 699593

archrelease: copy trunk to community-staging-x86_64

Added:
  zeromq/repos/community-staging-x86_64/
  zeromq/repos/community-staging-x86_64/PKGBUILD
(from rev 699592, zeromq/trunk/PKGBUILD)

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

Copied: zeromq/repos/community-staging-x86_64/PKGBUILD (from rev 699592, 
zeromq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-07 10:31:47 UTC (rev 699593)
@@ -0,0 +1,57 @@
+# Maintainer: Kyle Keen 
+pkgname=zeromq
+pkgver=4.3.2
+_cppver=4.6.0
+pkgrel=3
+pkgdesc="Fast messaging system built on sockets. C and C++ bindings. aka 0MQ, 
ZMQ."
+arch=('x86_64')
+url="http://www.zeromq.org";
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
+options=('staticlibs')
+# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz";
+source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz";
+
"zmq.hpp.$_cppver.tgz::https://github.com/zeromq/cppzmq/archive/v$_cppver.tar.gz";)
+
#"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp";)
+sha256sums=('ebd7b5c830d6428956b67a0454a7f8cbed1de74b3b01e5c33c5378e22740f763'
+'e9203391a0b913576153a2ad22a2dc1479b1ec325beb6c46a3237c669aef5a52')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # Needed for new libsodium
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' configure
+
+  sed -i 's/openpgm-5.1/openpgm-5.3/' configure configure.ac
+  sed -i 's/CXXFLAGS="-Wno-long-long/CXXFLAGS="-Wno-unused-function 
-Wno-long-long/' configure
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+--with-documentation --enable-static
+  make -Wno-unused-function -Wnoerror=unused-function
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # this will fail if zmq.hpp is out of date
+  LANG=C gcc -c ../cppzmq-$_cppver/zmq.hpp -L ./.libs/ -I ./include/ -o 
./test.o
+  rm -f test.o
+
+  if [[ $CARCH == 'i686' ]]; then
+return 0
+  fi
+  make -k check
+}
+
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  cd "$srcdir/cppzmq-$_cppver"
+  install -Dm644 zmq.hpp "$pkgdir/usr/include/zmq.hpp"
+  install -Dm644 zmq_addon.hpp "$pkgdir/usr/include/zmq_addon.hpp"
+}
+


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

2020-09-07 Thread Kyle Keen via arch-commits
Date: Monday, September 7, 2020 @ 10:31:37
  Author: kkeen
Revision: 699592

upgpkg: zeromq 4.3.2-3

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-07 10:30:44 UTC (rev 699591)
+++ PKGBUILD2020-09-07 10:31:37 UTC (rev 699592)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 pkgname=zeromq
 pkgver=4.3.2
-_cppver=4.4.1
-pkgrel=2
+_cppver=4.6.0
+pkgrel=3
 pkgdesc="Fast messaging system built on sockets. C and C++ bindings. aka 0MQ, 
ZMQ."
 arch=('x86_64')
 url="http://www.zeromq.org";
@@ -12,14 +12,18 @@
 options=('staticlibs')
 # "http://download.zeromq.org/$pkgname-$pkgver.tar.gz";
 
source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz";
-
"zmq.hpp.$pkgver.tgz::https://github.com/zeromq/cppzmq/archive/v$_cppver.tar.gz";)
+
"zmq.hpp.$_cppver.tgz::https://github.com/zeromq/cppzmq/archive/v$_cppver.tar.gz";)
 
#"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp";)
 sha256sums=('ebd7b5c830d6428956b67a0454a7f8cbed1de74b3b01e5c33c5378e22740f763'
-'117fc1ca24d98dbe1a60c072cde13be863d429134907797f8e03f654ce679385')
+'e9203391a0b913576153a2ad22a2dc1479b1ec325beb6c46a3237c669aef5a52')
 
 prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
   # Needed for new libsodium
-  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' configure
+
+  sed -i 's/openpgm-5.1/openpgm-5.3/' configure configure.ac
+  sed -i 's/CXXFLAGS="-Wno-long-long/CXXFLAGS="-Wno-unused-function 
-Wno-long-long/' configure
 }
 
 build() {
@@ -26,7 +30,7 @@
   cd "$srcdir/$pkgname-$pkgver"
   ./configure prefix=/usr --with-pgm --with-libsodium \
 --with-documentation --enable-static
-  make
+  make -Wno-unused-function -Wnoerror=unused-function
 }
 
 check() {


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

2020-09-07 Thread Kyle Keen via arch-commits
Date: Monday, September 7, 2020 @ 09:49:34
  Author: kkeen
Revision: 699520

upgpkg: libpgm 5.3.128-1

Modified:
  libpgm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-07 09:46:59 UTC (rev 699519)
+++ PKGBUILD2020-09-07 09:49:34 UTC (rev 699520)
@@ -3,8 +3,9 @@
 # Contributor: Vladimir Kirillov 
 
 pkgname=libpgm
-pkgver=5.2.122
-pkgrel=5
+pkgver=5.3.128
+_pkgver="${pkgver//./-}"
+pkgrel=1
 pkgdesc="OpenPGM: implementation of the Pragmatic General Multicast (PGM, 
RFC3208)"
 arch=('x86_64')
 url='https://www.freshports.org/net/openpgm/'
@@ -13,25 +14,25 @@
 makedepends=('python')
 options=(!strip)
 #source=("http://openpgm.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
-source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz";
-
libpgm-fix-pkgconfig.patch::"https://github.com/steve-o/openpgm/commit/ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch";)
-sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c'
-'4a9fc7fbb6e73e325639a895cd19c1ac6918b575f715c057caa01f826de40114')
+#source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz";)
+source=("libpgm-$pkgver.tgz::https://github.com/steve-o/openpgm/archive/release-${_pkgver}.tar.gz";)
+sha256sums=('8d707ef8dda45f4a7bc91016d7f2fed6a418637185d76c7ab30b306499c6d393')
 
-
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
-  patch -p3 -i "$srcdir"/libpgm-fix-pkgconfig.patch # Fix wrong include dir in 
pkgconfig file
+  cd "$srcdir/openpgm-release-$_pkgver/openpgm/pgm"
   2to3 -wn version_generator.py
+  # 5.3.128 is a little broken
+  cp openpgm-5.2.pc.in openpgm-5.3.pc.in
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
+  cd "$srcdir/openpgm-release-$_pkgver/openpgm/pgm"
+  ./bootstrap.sh
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
+  cd "$srcdir/openpgm-release-$_pkgver/openpgm/pgm"
   make prefix="$pkgdir/usr" install
 }


  1   2   3   4   5   6   7   8   9   10   >