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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:28:15
  Author: felixonmars
Revision: 542997

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-rebase/repos/community-staging-x86_64/PKGBUILD (from rev 
542996, haskell-rebase/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-27 14:28:15 UTC (rev 542997)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rebase
+pkgname=haskell-rebase
+pkgver=1.4.1
+pkgrel=9
+pkgdesc='A more progressive alternative to the "base" package'
+url="https://github.com/nikita-volkov/rebase;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bifunctors' 
'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-comonad' 'haskell-dlist' 
'haskell-either'
+ 'haskell-hashable' 'haskell-profunctors' 'haskell-scientific' 
'haskell-selective'
+ 'haskell-semigroupoids' 'haskell-unordered-containers' 'haskell-uuid' 
'haskell-vector'
+ 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('70bb6513e6ea6a1cd3adf077fe454cf4f1a3b220224fc76e3d63050f17c22cc2d218efa8803f269a3605cb0b95e7ea11b3e8b55ec80cd7fb2db4dbf330739a18')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e '/fail/d' -e '/semigroups/d' -i $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:27:08
  Author: felixonmars
Revision: 542995

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-selective/repos/community-staging-x86_64/PKGBUILD (from rev 
542994, haskell-selective/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-27 14:27:08 UTC (rev 542995)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=selective
+pkgname=haskell-selective
+pkgver=0.3
+pkgrel=4
+pkgdesc="Selective applicative functors"
+url="https://github.com/snowleopard/selective;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ecc5777c4692680032c2b758c0447200df3f42d4c97de0aef3d732d38c0813f85fec2d6f9825b044cf20e918631ce649b6f6cc932580277f50692ff609973dc6')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:27:00
  Author: felixonmars
Revision: 542994

upgpkg: haskell-selective 0.3-4: rebuild with tasty-expected-failure 0.11.1.2

Modified:
  haskell-selective/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 14:25:55 UTC (rev 542993)
+++ PKGBUILD2019-12-27 14:27:00 UTC (rev 542994)
@@ -3,7 +3,7 @@
 _hkgname=selective
 pkgname=haskell-selective
 pkgver=0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Selective applicative functors"
 url="https://github.com/snowleopard/selective;
 license=('MIT')


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:25:55
  Author: felixonmars
Revision: 542993

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 542992, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-27 14:25:55 UTC (rev 542993)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.50.1
+pkgrel=4
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('451aa9d841190dd8eb31f089fbebc75cb7c3a7af652dbb305d7cce9e33b3201648dd7fad0fb03a196ffa36b3d86d24d726c6a6ccc2a0214f3f35fefe89294a41')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-demos
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:25:46
  Author: felixonmars
Revision: 542992

upgpkg: haskell-brick 0.50.1-4: rebuild with tasty-expected-failure 0.11.1.2

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 14:24:48 UTC (rev 542991)
+++ PKGBUILD2019-12-27 14:25:46 UTC (rev 542992)
@@ -4,7 +4,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.50.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("BSD")


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

2019-12-27 Thread David Runge via arch-commits
Date: Friday, December 27, 2019 @ 14:24:48
  Author: dvzrv
Revision: 542991

archrelease: copy trunk to community-x86_64

Added:
  drumkv1/repos/community-x86_64/PKGBUILD
(from rev 542990, drumkv1/trunk/PKGBUILD)
Deleted:
  drumkv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-27 14:24:27 UTC (rev 542990)
+++ PKGBUILD2019-12-27 14:24:48 UTC (rev 542991)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=drumkv1
-pkgver=0.9.11
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=('x86_64')
-url="https://drumkv1.sourceforge.io/;
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libsndfile' 'qt5-base')
-makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('ea290c2e6143d2d56b32cc4dbdbf3ad3e942d1d02d4be99a2277bbe96ae7087fdf586747c9534ac474354c12f7c95a4e161c222454b03ab5e4301d1e1047cff5')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-x86_64/PKGBUILD (from rev 542990, 
drumkv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-27 14:24:48 UTC (rev 542991)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=drumkv1
+pkgver=0.9.12
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=('x86_64')
+url="https://drumkv1.sourceforge.io/;
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libsndfile' 'qt5-base')
+makedepends=('alsa-lib' 'libjack.so' 'liblo.so' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+'libjack.so: for standalone application'
+'liblo.so: for standalone application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4a2036d5b08202c8fe1c029149e5382d41cca0274e160ff089c8a22ab992bf2b91bd4cfd7e492d6bd6245a7053a1380b1b35b752ef244c99c19976c7ff14531d')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-12-27 Thread Levente Polyak via arch-commits
Date: Friday, December 27, 2019 @ 14:24:51
  Author: anthraxx
Revision: 372325

archrelease: copy trunk to extra-any

Added:
  archivetools/repos/extra-any/PKGBUILD
(from rev 372324, archivetools/trunk/PKGBUILD)
Deleted:
  archivetools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-27 14:24:23 UTC (rev 372324)
+++ PKGBUILD2019-12-27 14:24:51 UTC (rev 372325)
@@ -1,28 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=archivetools
-pkgver=2
-pkgrel=2
-pkgdesc='Arch Linux Archive Tools'
-arch=('any')
-url='https://github.com/seblu/archivetools'
-license=('GPL2')
-depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd')
-makedepends=('git')
-backup=('etc/archive.conf')
-source=("git+https://github.com/seblu/archivetools.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-package() {
-  cd $pkgname
-  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
-  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
-  # systemd stuff
-  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
-  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
-  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
-install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: archivetools/repos/extra-any/PKGBUILD (from rev 372324, 
archivetools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-27 14:24:51 UTC (rev 372325)
@@ -0,0 +1,29 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=archivetools
+pkgver=3
+pkgrel=1
+pkgdesc='Arch Linux Archive Tools'
+arch=('any')
+url='https://github.com/archlnux/archivetools'
+license=('GPL2')
+depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
+makedepends=('git')
+backup=('etc/archive.conf')
+source=("git+https://github.com/archlinux/archivetools#tag=v$pkgver;)
+md5sums=('SKIP')
+
+package() {
+  cd $pkgname
+  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
+  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
+  install -Dm755 archive-cleaner -t "$pkgdir/usr/bin"
+  # systemd stuff
+  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
+  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
+  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
+install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-27 Thread Levente Polyak via arch-commits
Date: Friday, December 27, 2019 @ 14:24:23
  Author: anthraxx
Revision: 372324

upgpkg: archivetools 3-1

Modified:
  archivetools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 09:40:44 UTC (rev 372323)
+++ PKGBUILD2019-12-27 14:24:23 UTC (rev 372324)
@@ -1,16 +1,16 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=archivetools
-pkgver=2
-pkgrel=2
+pkgver=3
+pkgrel=1
 pkgdesc='Arch Linux Archive Tools'
 arch=('any')
-url='https://github.com/seblu/archivetools'
+url='https://github.com/archlnux/archivetools'
 license=('GPL2')
-depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd')
+depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
 makedepends=('git')
 backup=('etc/archive.conf')
-source=("git+https://github.com/seblu/archivetools.git#tag=v$pkgver;)
+source=("git+https://github.com/archlinux/archivetools#tag=v$pkgver;)
 md5sums=('SKIP')
 
 package() {
@@ -17,6 +17,7 @@
   cd $pkgname
   install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
   install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
+  install -Dm755 archive-cleaner -t "$pkgdir/usr/bin"
   # systemd stuff
   install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
   install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"


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

2019-12-27 Thread David Runge via arch-commits
Date: Friday, December 27, 2019 @ 14:24:27
  Author: dvzrv
Revision: 542990

upgpkg: drumkv1 0.9.12-1: Upgrading to 0.9.12. Using library representations of 
makedepends/optdepends.

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 14:23:56 UTC (rev 542989)
+++ PKGBUILD2019-12-27 14:24:27 UTC (rev 542990)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=drumkv1
-pkgver=0.9.11
+pkgver=0.9.12
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=('x86_64')
@@ -10,12 +10,12 @@
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
 depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libsndfile' 'qt5-base')
-makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
+makedepends=('alsa-lib' 'libjack.so' 'liblo.so' 'lv2' 'qt5-tools')
 optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application')
+'libjack.so: for standalone application'
+'liblo.so: for standalone application')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('ea290c2e6143d2d56b32cc4dbdbf3ad3e942d1d02d4be99a2277bbe96ae7087fdf586747c9534ac474354c12f7c95a4e161c222454b03ab5e4301d1e1047cff5')
+sha512sums=('4a2036d5b08202c8fe1c029149e5382d41cca0274e160ff089c8a22ab992bf2b91bd4cfd7e492d6bd6245a7053a1380b1b35b752ef244c99c19976c7ff14531d')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:22:54
  Author: felixonmars
Revision: 542986

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hedgehog/repos/community-staging-x86_64/PKGBUILD (from rev 
542985, haskell-hedgehog/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-27 14:22:54 UTC (rev 542986)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hedgehog
+pkgname=haskell-hedgehog
+pkgver=1.0.1
+pkgrel=5
+pkgdesc="A modern property-based testing system"
+url="https://hedgehog.qa;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-concurrent-output'
+ 'haskell-exceptions' 'haskell-lifted-async' 'haskell-mmorph' 
'haskell-monad-control'
+ 'haskell-pretty-show' 'haskell-primitive' 'haskell-random' 
'haskell-resourcet'
+ 'haskell-transformers-base' 'haskell-wl-pprint-annotated')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('093d40be85dfdd5d063d994f62c5a32169b5d3accdc6dfb85411d3671cf84ea3deafaa92cfeda58251385ca58efd91b92a0ff48c265d9dd361f8ad75e039cef0')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e '/fail/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:22:49
  Author: felixonmars
Revision: 542985

upgpkg: uglify-js 3.7.3-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 14:22:46 UTC (rev 542984)
+++ PKGBUILD2019-12-27 14:22:49 UTC (rev 542985)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.7.2
+pkgver=3.7.3
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ba147065c00d35654baf12df34511d96da0f361102511de573e51d2681bd081a4c7129cac9603de2d737780ba307519c318e54c2af19329e2a5a9c5660342668')
+sha512sums=('eed20d9b8ebfde9b9403884290a628e1776db3e2436950bd64f45c1bc5f0f51e2784efe066050cdd310dabc205e156ad93ca828a0e0cccffdcf06e2ed8191542')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:23:56
  Author: felixonmars
Revision: 542989

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-config-ini/repos/community-staging-x86_64/
  haskell-config-ini/repos/community-staging-x86_64/PKGBUILD
(from rev 542988, haskell-config-ini/trunk/PKGBUILD)

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

Copied: haskell-config-ini/repos/community-staging-x86_64/PKGBUILD (from rev 
542988, haskell-config-ini/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-27 14:23:56 UTC (rev 542989)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=config-ini
+pkgname=haskell-config-ini
+pkgver=0.2.4.0
+pkgrel=62
+pkgdesc="A library for simple INI-based configuration files."
+url="https://github.com/aisamanra/config-ini;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-unordered-containers' 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-ini' 'haskell-hedgehog' 'haskell-doctest' 
'haskell-microlens')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('76af8bf132d545425d9db5579df2e37fa08cad479adf5f586fb3becd0712e2329eae019db1796cd24c6fda80aa958e45450ebae74a5bcbdfad9337ae44696a5e')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fenable-doctests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/aisamanra/config-ini/issues/22
+# runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:23:48
  Author: felixonmars
Revision: 542988

upgpkg: haskell-config-ini 0.2.4.0-62: rebuild with tasty-expected-failure 
0.11.1.2

Modified:
  haskell-config-ini/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 14:22:58 UTC (rev 542987)
+++ PKGBUILD2019-12-27 14:23:48 UTC (rev 542988)
@@ -4,7 +4,7 @@
 _hkgname=config-ini
 pkgname=haskell-config-ini
 pkgver=0.2.4.0
-pkgrel=61
+pkgrel=62
 pkgdesc="A library for simple INI-based configuration files."
 url="https://github.com/aisamanra/config-ini;
 license=("BSD")


[arch-commits] Commit in uglify-js/repos/community-any (4 files)

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:22:58
  Author: felixonmars
Revision: 542987

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 542986, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 542986, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   64 ++--
 uglify-js.install |   16 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-27 14:22:54 UTC (rev 542986)
+++ PKGBUILD2019-12-27 14:22:58 UTC (rev 542987)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.7.2
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ba147065c00d35654baf12df34511d96da0f361102511de573e51d2681bd081a4c7129cac9603de2d737780ba307519c318e54c2af19329e2a5a9c5660342668')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 542986, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-27 14:22:58 UTC (rev 542987)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.7.3
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('eed20d9b8ebfde9b9403884290a628e1776db3e2436950bd64f45c1bc5f0f51e2784efe066050cdd310dabc205e156ad93ca828a0e0cccffdcf06e2ed8191542')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2019-12-27 14:22:54 UTC (rev 542986)
+++ uglify-js.install   2019-12-27 14:22:58 UTC (rev 542987)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 542986, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2019-12-27 14:22:58 UTC (rev 542987)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:22:46
  Author: felixonmars
Revision: 542984

upgpkg: haskell-hedgehog 1.0.1-5: rebuild with tasty-expected-failure 0.11.1.2

Modified:
  haskell-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 14:21:25 UTC (rev 542983)
+++ PKGBUILD2019-12-27 14:22:46 UTC (rev 542984)
@@ -4,7 +4,7 @@
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
 pkgver=1.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A modern property-based testing system"
 url="https://hedgehog.qa;
 license=("BSD")


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:21:18
  Author: felixonmars
Revision: 542982

upgpkg: haskell-lifted-async 0.10.0.4-27: rebuild with tasty-expected-failure 
0.11.1.2

Modified:
  haskell-lifted-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 14:20:25 UTC (rev 542981)
+++ PKGBUILD2019-12-27 14:21:18 UTC (rev 542982)
@@ -3,7 +3,7 @@
 _hkgname=lifted-async
 pkgname=haskell-lifted-async
 pkgver=0.10.0.4
-pkgrel=26
+pkgrel=27
 pkgdesc="Run lifted IO operations asynchronously and wait for their results"
 url="https://github.com/maoe/lifted-async;
 license=('BSD')


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:21:25
  Author: felixonmars
Revision: 542983

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lifted-async/repos/community-staging-x86_64/
  haskell-lifted-async/repos/community-staging-x86_64/PKGBUILD
(from rev 542982, haskell-lifted-async/trunk/PKGBUILD)

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

Copied: haskell-lifted-async/repos/community-staging-x86_64/PKGBUILD (from rev 
542982, haskell-lifted-async/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-27 14:21:25 UTC (rev 542983)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=lifted-async
+pkgname=haskell-lifted-async
+pkgver=0.10.0.4
+pkgrel=27
+pkgdesc="Run lifted IO operations asynchronously and wait for their results"
+url="https://github.com/maoe/lifted-async;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-transformers-base')
+makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-hunit' 'haskell-tasty-th')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('88576542e9181b991bdb3e6739f6e2b0f9e789abba6da717da8677758ccfed2ed124769bcd5c84bd6c6fa0c3160db71bd428b5566f9eac7d318e0eb53f8dc6b3')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-hslua-module-text/trunk (PKGBUILD)

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:20:17
  Author: felixonmars
Revision: 542980

upgpkg: haskell-hslua-module-text 0.2.1-25: rebuild with tasty-expected-failure 
0.11.1.2

Modified:
  haskell-hslua-module-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 14:19:32 UTC (rev 542979)
+++ PKGBUILD2019-12-27 14:20:17 UTC (rev 542980)
@@ -4,7 +4,7 @@
 _hkgname=hslua-module-text
 pkgname=haskell-hslua-module-text
 pkgver=0.2.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Lua module for text"
 url="https://github.com/hslua/hslua-module-test;
 license=("MIT")


[arch-commits] Commit in haskell-hslua-module-text/repos (2 files)

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:20:25
  Author: felixonmars
Revision: 542981

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hslua-module-text/repos/community-staging-x86_64/
  haskell-hslua-module-text/repos/community-staging-x86_64/PKGBUILD
(from rev 542980, haskell-hslua-module-text/trunk/PKGBUILD)

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

Copied: haskell-hslua-module-text/repos/community-staging-x86_64/PKGBUILD (from 
rev 542980, haskell-hslua-module-text/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-27 14:20:25 UTC (rev 542981)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hslua-module-text
+pkgname=haskell-hslua-module-text
+pkgver=0.2.1
+pkgrel=25
+pkgdesc="Lua module for text"
+url="https://github.com/hslua/hslua-module-test;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hslua')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e2da17ec688c00968537e49c18d71a3e365a57bb0c8cb2639b2052d04771686ee695186726569e82f72723c78841bccdc0de33d0302e943e67f3432bd5fb9d13')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-hslua-module-system/repos (2 files)

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:19:32
  Author: felixonmars
Revision: 542979

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hslua-module-system/repos/community-staging-x86_64/
  haskell-hslua-module-system/repos/community-staging-x86_64/PKGBUILD
(from rev 542978, haskell-hslua-module-system/trunk/PKGBUILD)

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

Copied: haskell-hslua-module-system/repos/community-staging-x86_64/PKGBUILD 
(from rev 542978, haskell-hslua-module-system/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-27 14:19:32 UTC (rev 542979)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hslua-module-system
+pkgname=haskell-hslua-module-system
+pkgver=0.2.1
+pkgrel=16
+pkgdesc="Lua module wrapper around Haskell's System module"
+url="https://github.com/hslua/hslua-module-system;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-hslua' 'haskell-temporary')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('296d2ee41760d8ee6025562c408f16e78468a9ca53910982fd346a9cf7b8c6df3340fd2d0a7f6ff5fc41c98f0724a733f0ed8bd64cdd18acfb65aa044cd4a99b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-hslua-module-system/trunk (PKGBUILD)

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:19:25
  Author: felixonmars
Revision: 542978

upgpkg: haskell-hslua-module-system 0.2.1-16: rebuild with 
tasty-expected-failure 0.11.1.2

Modified:
  haskell-hslua-module-system/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 14:18:39 UTC (rev 542977)
+++ PKGBUILD2019-12-27 14:19:25 UTC (rev 542978)
@@ -3,7 +3,7 @@
 _hkgname=hslua-module-system
 pkgname=haskell-hslua-module-system
 pkgver=0.2.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Lua module wrapper around Haskell's System module"
 url="https://github.com/hslua/hslua-module-system;
 license=('MIT')


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:18:39
  Author: felixonmars
Revision: 542977

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hslua/repos/community-staging-x86_64/PKGBUILD (from rev 542976, 
haskell-hslua/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-27 14:18:39 UTC (rev 542977)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hslua
+pkgname=haskell-hslua
+pkgver=1.0.3.2
+pkgrel=8
+pkgdesc="A Lua language interpreter embedding in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'lua' 'haskell-exceptions')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e047e32a55d0c9512388445ba318d7ceec85f467c89ad825cceb2c60b5b1dce10fa5f014009cb105f71d109fd66eca0c94b88d3a5e26a85ae0dc3e327606e38')
+
+prepare() {
+sed -e '/, fail/d' \
+-e 's/pkgconfig-depends: lua5.3/pkgconfig-depends: lua53/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fsystem-lua -fpkg-config
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:18:32
  Author: felixonmars
Revision: 542976

upgpkg: haskell-hslua 1.0.3.2-8: rebuild with tasty-expected-failure 0.11.1.2

Modified:
  haskell-hslua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 14:17:22 UTC (rev 542975)
+++ PKGBUILD2019-12-27 14:18:32 UTC (rev 542976)
@@ -4,7 +4,7 @@
 _hkgname=hslua
 pkgname=haskell-hslua
 pkgver=1.0.3.2
-pkgrel=7
+pkgrel=8
 pkgdesc="A Lua language interpreter embedding in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("MIT")


[arch-commits] Commit in haskell-tasty-expected-failure/repos (2 files)

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:17:22
  Author: felixonmars
Revision: 542975

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-expected-failure/repos/community-staging-x86_64/
  haskell-tasty-expected-failure/repos/community-staging-x86_64/PKGBUILD
(from rev 542974, haskell-tasty-expected-failure/trunk/PKGBUILD)

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

Copied: haskell-tasty-expected-failure/repos/community-staging-x86_64/PKGBUILD 
(from rev 542974, haskell-tasty-expected-failure/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-27 14:17:22 UTC (rev 542975)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-expected-failure
+pkgname=haskell-tasty-expected-failure
+pkgver=0.11.1.2
+pkgrel=1
+pkgdesc="Mark tasty tests as failure expected"
+url="https://github.com/nomeata/tasty-expected-failure;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('31f89d64a1f700a2563b291d287f559e023b0b1059cf5ad35eb9a8b2d4a7d90b2ffced828017b3e86d7ece0b125787f7512e9f4745c75d38bbc688e09031aae5')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-tasty-expected-failure/trunk (PKGBUILD)

2019-12-27 Thread Felix Yan via arch-commits
Date: Friday, December 27, 2019 @ 14:17:15
  Author: felixonmars
Revision: 542974

upgpkg: haskell-tasty-expected-failure 0.11.1.2-1: rebuild with 
tasty-expected-failure 0.11.1.2

Modified:
  haskell-tasty-expected-failure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 13:43:35 UTC (rev 542973)
+++ PKGBUILD2019-12-27 14:17:15 UTC (rev 542974)
@@ -3,8 +3,8 @@
 
 _hkgname=tasty-expected-failure
 pkgname=haskell-tasty-expected-failure
-pkgver=0.11.1.1
-pkgrel=41
+pkgver=0.11.1.2
+pkgrel=1
 pkgdesc="Mark tasty tests as failure expected"
 url="https://github.com/nomeata/tasty-expected-failure;
 license=("MIT")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' 'haskell-tagged' 'haskell-tasty')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('de96c0046adfe09c66b49bcf9e6917657f49506f708ca9b5238fbfc1700748c0574a291bb15cd871663103cc21e32cae1c80edfc3b45efe959ccc8c64780f78a')
+sha512sums=('31f89d64a1f700a2563b291d287f559e023b0b1059cf5ad35eb9a8b2d4a7d90b2ffced828017b3e86d7ece0b125787f7512e9f4745c75d38bbc688e09031aae5')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *4.12/<5/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2019-12-27 Thread Morten Linderud via arch-commits
Date: Friday, December 27, 2019 @ 13:43:35
  Author: foxboron
Revision: 542973

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 542972, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-27 13:43:20 UTC (rev 542972)
+++ PKGBUILD2019-12-27 13:43:35 UTC (rev 542973)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=1.7.7
-pkgrel=3
-pkgdesc="Removable disk automounter using udisks"
-arch=("any")
-url="https://pypi.python.org/pypi/udiskie;
-license=("MIT")
-depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" 
"gtk3" "libnotify" "python-keyutils")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("libappindicator-gtk3: --appindicator support")
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
-sha256sums=('dd6f01dd43ea377838834da99a12980fcd488f9de119ad92687d8b9e94ba')
-
-build(){
-   cd "$pkgname-$pkgver"
-   python setup.py build
-   make -C doc
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
-   install -m644 completions/* "$pkgdir/usr/share/zsh/site-functions"
-}

Copied: udiskie/repos/community-any/PKGBUILD (from rev 542972, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-27 13:43:35 UTC (rev 542973)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=("any")
+url="https://pypi.python.org/pypi/udiskie;
+license=("MIT")
+depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" 
"gtk3" "libnotify" "python-keyutils")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("libappindicator-gtk3: --appindicator support")
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
+sha256sums=('3e29c138291c881aa589cd6cb9d73719bda63fc96bbde60d28f9a6a6d5cd39ea')
+
+build(){
+   cd "$pkgname-$pkgver"
+   python setup.py build
+   make -C doc
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
+   install -m644 completions/zsh/* "$pkgdir/usr/share/zsh/site-functions"
+}


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

2019-12-27 Thread Morten Linderud via arch-commits
Date: Friday, December 27, 2019 @ 13:43:20
  Author: foxboron
Revision: 542972

upgpkg: udiskie 2.0.0-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 11:21:16 UTC (rev 542971)
+++ PKGBUILD2019-12-27 13:43:20 UTC (rev 542972)
@@ -4,8 +4,8 @@
 # Contributor: Byron Clark 
 
 pkgname=udiskie
-pkgver=1.7.7
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=("any")
 url="https://pypi.python.org/pypi/udiskie;
@@ -14,7 +14,7 @@
 makedepends=("asciidoc" "python-setuptools")
 optdepends=("libappindicator-gtk3: --appindicator support")
 
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
-sha256sums=('dd6f01dd43ea377838834da99a12980fcd488f9de119ad92687d8b9e94ba')
+sha256sums=('3e29c138291c881aa589cd6cb9d73719bda63fc96bbde60d28f9a6a6d5cd39ea')
 
 build(){
cd "$pkgname-$pkgver"
@@ -29,5 +29,5 @@
install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -dm755 "$pkgdir/usr/share/zsh/site-functions"
-   install -m644 completions/* "$pkgdir/usr/share/zsh/site-functions"
+   install -m644 completions/zsh/* "$pkgdir/usr/share/zsh/site-functions"
 }


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

2019-12-27 Thread Alexander Rødseth via arch-commits
Date: Friday, December 27, 2019 @ 11:21:09
  Author: arodseth
Revision: 542970

upgpkg: hwinfo 21.67-1

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 09:41:14 UTC (rev 542969)
+++ PKGBUILD2019-12-27 11:21:09 UTC (rev 542970)
@@ -4,28 +4,28 @@
 # Contributor: champus, madeye, ranguvar and ninja_pt
 
 pkgname=hwinfo
-pkgver=21.61
+pkgver=21.67
 pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/openSUSE/hwinfo'
-license=('GPL2')
-depends=('libx86emu' 'perl')
-makedepends=('flex' 'git' 'sysfsutils')
-options=('!emptydirs')
-source=("https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz;
-'custom_ioctl.patch')
-sha256sums=('dacd5d6f058cf0f39948f96e9265054d9ccea735a6098cec6aceb22365d097b4'
+license=(GPL2)
+depends=(libx86emu perl)
+makedepends=(flex git sysfsutils)
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tgz::https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz;
+custom_ioctl.patch)
+sha256sums=('3e19447e6b7f85bc25918a15a28724529f19ab9b24d465ccfffee4aa49f4cc15'
 '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   patch -p0 -i ../custom_ioctl.patch
   echo 'touch changelog' > git2log
 }
 
 build() {
-  make -C "$pkgname-$pkgver" -j1 \
+  make -C $pkgname-$pkgver -j1 \
 HWINFO_VERSION="$pkgver" \
 CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
 LIBDIR=/usr/lib
@@ -32,7 +32,7 @@
 }
 
 package() {
-  make -C "$pkgname-$pkgver" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  make -C $pkgname-$pkgver LIBDIR=/usr/lib DESTDIR="$pkgdir" install
   mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
 }
 


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

2019-12-27 Thread Alexander Rødseth via arch-commits
Date: Friday, December 27, 2019 @ 11:21:16
  Author: arodseth
Revision: 542971

archrelease: copy trunk to community-x86_64

Added:
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 542970, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 542970, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

+
 PKGBUILD   |   80 +--
 custom_ioctl.patch |   32 ++--
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-27 11:21:09 UTC (rev 542970)
+++ PKGBUILD2019-12-27 11:21:16 UTC (rev 542971)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Kaiting Chen 
-# Contributor: Gergely Imreh 
-# Contributor: champus, madeye, ranguvar and ninja_pt
-
-pkgname=hwinfo
-pkgver=21.61
-pkgrel=1
-pkgdesc='Hardware detection tool from openSUSE'
-arch=('x86_64')
-url='https://github.com/openSUSE/hwinfo'
-license=('GPL2')
-depends=('libx86emu' 'perl')
-makedepends=('flex' 'git' 'sysfsutils')
-options=('!emptydirs')
-source=("https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz;
-'custom_ioctl.patch')
-sha256sums=('dacd5d6f058cf0f39948f96e9265054d9ccea735a6098cec6aceb22365d097b4'
-'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p0 -i ../custom_ioctl.patch
-  echo 'touch changelog' > git2log
-}
-
-build() {
-  make -C "$pkgname-$pkgver" -j1 \
-HWINFO_VERSION="$pkgver" \
-CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
-LIBDIR=/usr/lib
-}
-
-package() {
-  make -C "$pkgname-$pkgver" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
-  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
-}
-
-# getver: https://github.com/openSUSE/hwinfo/releases
-# vim: ts=2 sw=2 et:

Copied: hwinfo/repos/community-x86_64/PKGBUILD (from rev 542970, 
hwinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-27 11:21:16 UTC (rev 542971)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Kaiting Chen 
+# Contributor: Gergely Imreh 
+# Contributor: champus, madeye, ranguvar and ninja_pt
+
+pkgname=hwinfo
+pkgver=21.67
+pkgrel=1
+pkgdesc='Hardware detection tool from openSUSE'
+arch=(x86_64)
+url='https://github.com/openSUSE/hwinfo'
+license=(GPL2)
+depends=(libx86emu perl)
+makedepends=(flex git sysfsutils)
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tgz::https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz;
+custom_ioctl.patch)
+sha256sums=('3e19447e6b7f85bc25918a15a28724529f19ab9b24d465ccfffee4aa49f4cc15'
+'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../custom_ioctl.patch
+  echo 'touch changelog' > git2log
+}
+
+build() {
+  make -C $pkgname-$pkgver -j1 \
+HWINFO_VERSION="$pkgver" \
+CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
+LIBDIR=/usr/lib
+}
+
+package() {
+  make -C $pkgname-$pkgver LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
+}
+
+# getver: https://github.com/openSUSE/hwinfo/releases
+# vim: ts=2 sw=2 et:

Deleted: custom_ioctl.patch
===
--- custom_ioctl.patch  2019-12-27 11:21:09 UTC (rev 542970)
+++ custom_ioctl.patch  2019-12-27 11:21:16 UTC (rev 542971)
@@ -1,16 +0,0 @@
 src/hd/kbd.c.old   2010-03-15 23:37:52.0 +0800
-+++ src/hd/kbd.c   2010-03-22 10:50:58.0 +0800
-@@ -146,11 +146,13 @@
-   }
- 
-   if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
-+/* Removing since TIOCGDEV is not supported by the mainline kernel
- if(ioctl(fd, TIOCGDEV, ) != -1) {
-   tty_major = (u >> 8) & 0xfff;
-   tty_minor = (u & 0xff) | ((u >> 12) & 0xfff00);
-   ADD2LOG(DEV_CONSOLE ": major %u, minor %u\n", tty_major, tty_minor);
- }
-+*/
- 
- if (0)
-   ;

Copied: hwinfo/repos/community-x86_64/custom_ioctl.patch (from rev 542970, 
hwinfo/trunk/custom_ioctl.patch)
===
--- custom_ioctl.patch  (rev 0)
+++ custom_ioctl.patch  2019-12-27 11:21:16 UTC (rev 542971)
@@ -0,0 +1,16 @@
+--- src/hd/kbd.c.old   2010-03-15 23:37:52.0 +0800
 src/hd/kbd.c   2010-03-22 10:50:58.0 +0800
+@@ -146,11 +146,13 @@
+   }
+ 
+   if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
++/* Removing since TIOCGDEV is not supported by the mainline kernel
+ if(ioctl(fd, TIOCGDEV, ) != -1) {
+   tty_major = (u >> 8) & 0xfff;
+   tty_minor = (u & 0xff) | ((u >> 12) & 

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

2019-12-27 Thread Sergej Pupykin via arch-commits
Date: Friday, December 27, 2019 @ 09:20:04
  Author: spupykin
Revision: 542968

archrelease: copy trunk to community-x86_64

Added:
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 542967, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 542967, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 542967, tigervnc/trunk/vncviewer.desktop)
Deleted:
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop

---+
 PKGBUILD  |  133 +---
 vncserver.service |   58 +++---
 vncviewer.desktop |   18 +++
 3 files changed, 104 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-27 09:19:49 UTC (rev 542967)
+++ PKGBUILD2019-12-27 09:20:04 UTC (rev 542968)
@@ -1,67 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Uroš Vampl 
-
-pkgname=tigervnc
-pkgver=1.9.0
-pkgrel=3
-_xorgver=1.20.5
-pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
-arch=('x86_64')
-url="http://www.tigervnc.org;
-license=('GPL')
-depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'pixman'
-'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
-'libgl' 'libgcrypt' 'perl' 'libxdamage' 'libxfont2' 'libdrm')
-makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros' 'bigreqsproto'
-'compositeproto' 'damageproto' 'randrproto' 'resourceproto'
-'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xf86vidmodeproto'
-'xtrans' 'glproto' 'dri2proto' 'dri3proto' 'presentproto'
-'mesa' 'imagemagick' 'java-environment=8')
-optdepends=('mesa: for OpenGL functionality in Xvnc')
-conflicts=('tightvnc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v${pkgver}.tar.gz
-   
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${_xorgver}.tar.bz2
-   vncserver.service
-   vncviewer.desktop)
-sha256sums=('f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740'
-'a81d8243f37e75a03d4f8c55f96d0bc25802be6ec45c3bfa5cb614c6d01bac9d'
-'80f8fc7598d05e645ae73bc3371bbdededf07136a9f024ce6ebbfe469335b16e'
-'2ada7da1a926d78f11d2dd8ec376ac5877d2ce2bbb57a99526c13d8fcae6ddd7')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  cd unix/xserver
-  cp -r "$srcdir"/xorg-server-${_xorgver}/* .
-  patch -Np1 -i ../xserver120.patch
-}
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_JAVA=TRUE
-  make
-
-  cd unix/xserver
-  autoreconf -fiv
-  CFLAGS="$CFLAGS -I/usr/include/libdrm" ./configure --prefix=/usr \
-   --disable-static --without-dtrace \
-   --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
-   --disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
-   --disable-config-hal --disable-config-udev --with-pic \
-   --disable-unit-tests --disable-devel-docs --disable-selective-werror \
-   --disable-dri --enable-dri2 --enable-dri3 --enable-glx
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-  cd unix/xserver/hw/vnc
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 
"$srcdir"/${pkgname}-${pkgver}/contrib/systemd/user/vncserver@.service \
-"$pkgdir"/usr/lib/systemd/user/vncserver@.service
-  install -Dm0644 "$srcdir"/vncserver.service 
"$pkgdir"/usr/lib/systemd/system/vncserver.service
-  install -Dm0644 "$srcdir"/vncviewer.desktop 
"$pkgdir"/usr/share/applications/vncviewer.desktop
-}

Copied: tigervnc/repos/community-x86_64/PKGBUILD (from rev 542967, 
tigervnc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-27 09:20:04 UTC (rev 542968)
@@ -0,0 +1,66 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Uroš Vampl 
+
+pkgname=tigervnc
+pkgver=1.10.1
+pkgrel=1
+_xorgver=1.20.6
+pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
+arch=('x86_64')
+url="http://www.tigervnc.org;
+license=('GPL')
+depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'pixman'
+'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
+'libgl' 'libgcrypt' 'perl' 'libxdamage' 'libxfont2' 'libdrm')
+makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros'
+'xtrans' 'xorgproto'
+'mesa' 'imagemagick' 'java-environment=8')
+optdepends=('mesa: for OpenGL functionality in Xvnc')
+conflicts=('tightvnc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v${pkgver}.tar.gz
+   

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

2019-12-27 Thread Sergej Pupykin via arch-commits
Date: Friday, December 27, 2019 @ 09:19:49
  Author: spupykin
Revision: 542967

upgpkg: tigervnc 1.10.1-1

Modified:
  tigervnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 06:35:48 UTC (rev 542966)
+++ PKGBUILD2019-12-27 09:19:49 UTC (rev 542967)
@@ -2,9 +2,9 @@
 # Maintainer: Uroš Vampl 
 
 pkgname=tigervnc
-pkgver=1.9.0
-pkgrel=3
-_xorgver=1.20.5
+pkgver=1.10.1
+pkgrel=1
+_xorgver=1.20.6
 pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
 arch=('x86_64')
 url="http://www.tigervnc.org;
@@ -12,10 +12,8 @@
 depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'pixman'
 'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
 'libgl' 'libgcrypt' 'perl' 'libxdamage' 'libxfont2' 'libdrm')
-makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros' 'bigreqsproto'
-'compositeproto' 'damageproto' 'randrproto' 'resourceproto'
-'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xf86vidmodeproto'
-'xtrans' 'glproto' 'dri2proto' 'dri3proto' 'presentproto'
+makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros'
+'xtrans' 'xorgproto'
 'mesa' 'imagemagick' 'java-environment=8')
 optdepends=('mesa: for OpenGL functionality in Xvnc')
 conflicts=('tightvnc')
@@ -23,8 +21,8 @@

ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${_xorgver}.tar.bz2
vncserver.service
vncviewer.desktop)
-sha256sums=('f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740'
-'a81d8243f37e75a03d4f8c55f96d0bc25802be6ec45c3bfa5cb614c6d01bac9d'
+sha256sums=('19fcc80d7d35dd58115262e53cac87d8903180261d94c2a6b0c19224f50b58c4'
+'6316146304e6e8a36d5904987ae2917b5d5b195dc9fc63d67f7aca137e5a51d1'
 '80f8fc7598d05e645ae73bc3371bbdededf07136a9f024ce6ebbfe469335b16e'
 '2ada7da1a926d78f11d2dd8ec376ac5877d2ce2bbb57a99526c13d8fcae6ddd7')
 
@@ -58,6 +56,7 @@
 package() {
   cd "$srcdir"/${pkgname}-${pkgver}
   make DESTDIR="$pkgdir" install
+  install -Dm0644 java/VncViewer.jar 
"${pkgdir}"/usr/share/vnc/classes/VncViewer.jar
   cd unix/xserver/hw/vnc
   make DESTDIR="$pkgdir" install
   install -Dm0644 
"$srcdir"/${pkgname}-${pkgver}/contrib/systemd/user/vncserver@.service \


<    1   2   3   4   5