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

2018-11-28 Thread Felix Yan via arch-commits
Date: Thursday, November 29, 2018 @ 07:59:29
  Author: felixonmars
Revision: 410528

upgpkg: haskell-hakyll 4.12.4.0-77

rebuild with lrucache 1.2.0.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:57:44 UTC (rev 410527)
+++ PKGBUILD2018-11-29 07:59:29 UTC (rev 410528)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.4.0
-pkgrel=76
+pkgrel=77
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-11-28 Thread Felix Yan via arch-commits
Date: Thursday, November 29, 2018 @ 07:57:00
  Author: felixonmars
Revision: 410526

upgpkg: haskell-lrucache 1.2.0.1-1

rebuild with lrucache 1.2.0.1

Modified:
  haskell-lrucache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:38:50 UTC (rev 410525)
+++ PKGBUILD2018-11-29 07:57:00 UTC (rev 410526)
@@ -3,8 +3,8 @@
 
 _hkgname=lrucache
 pkgname=haskell-lrucache
-pkgver=1.2.0.0
-pkgrel=33
+pkgver=1.2.0.1
+pkgrel=1
 pkgdesc="a simple, pure LRU cache"
 url="https://github.com/chowells79/lrucache;
 license=("custom:BSD3")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' "haskell-contravariant")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('efbd2fe79188a0fb06cb9b3c0603d03d643cc38d7e067d9413889a8cc3546094f09928c4451efd4215d24aa8a48ce02dcb5b65b6b82b540ae86a3a8da5bd9567')
+sha512sums=('fae5c8a10bb7ee781ed84ccf9c342bd583e112eb840d07aa72803affe3fa7dd394b3d6b73212e45005ec9155a409539902c4893ce20dc0a2a0e3f4a44b2c715b')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *0.6/<1/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2018-11-28 Thread Felix Yan via arch-commits
Date: Thursday, November 29, 2018 @ 07:57:44
  Author: felixonmars
Revision: 410527

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-lrucache/repos/community-staging-x86_64/PKGBUILD (from rev 
410526, haskell-lrucache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-29 07:57:44 UTC (rev 410527)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.1
+pkgrel=1
+pkgdesc="a simple, pure LRU cache"
+url="https://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-contravariant")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fae5c8a10bb7ee781ed84ccf9c342bd583e112eb840d07aa72803affe3fa7dd394b3d6b73212e45005ec9155a409539902c4893ce20dc0a2a0e3f4a44b2c715b')
+
+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 cairo-dock-plug-ins/repos (4 files)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Thursday, November 29, 2018 @ 07:38:50
  Author: arojas
Revision: 410525

archrelease: copy trunk to community-staging-x86_64

Added:
  cairo-dock-plug-ins/repos/community-staging-x86_64/
  cairo-dock-plug-ins/repos/community-staging-x86_64/PKGBUILD
(from rev 410524, cairo-dock-plug-ins/trunk/PKGBUILD)
  
cairo-dock-plug-ins/repos/community-staging-x86_64/cairo-dock-plug-ins-mono.patch
(from rev 410524, cairo-dock-plug-ins/trunk/cairo-dock-plug-ins-mono.patch)
  
cairo-dock-plug-ins/repos/community-staging-x86_64/cairo-dock-plugins-3.4.1-time_h-confict.patch
(from rev 410524, 
cairo-dock-plug-ins/trunk/cairo-dock-plugins-3.4.1-time_h-confict.patch)

---+
 PKGBUILD  |   75 +
 cairo-dock-plug-ins-mono.patch|  106 ++
 cairo-dock-plugins-3.4.1-time_h-confict.patch |  137 
 3 files changed, 318 insertions(+)

Copied: cairo-dock-plug-ins/repos/community-staging-x86_64/PKGBUILD (from rev 
410524, cairo-dock-plug-ins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-29 07:38:50 UTC (rev 410525)
@@ -0,0 +1,75 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Tofe 
+# Contributor: zhuqin 
+# Contributor: tri1976 
+# Contributor: snoopy33 
+
+pkgname=cairo-dock-plug-ins
+pkgver=3.4.1
+pkgrel=12
+pkgdesc='Plugins for Cairo-Dock'
+arch=('x86_64')
+url='http://glx-dock.org'
+license=('GPL')
+depends=('cairo-dock')
+makedepends=('alsa-lib' 'cmake' 'dbus-sharp-glib' 'fftw' 'gnome-menus'
+ 'gtk-sharp-3' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse'
+ 'libxklavier' 'lm_sensors' 'python' 'python2' 'ruby' 'upower'
+ 'vala' 'vte3' 'zeitgeist')
+optdepends=('alsa-lib: Sound Control, Sound Effects applets'
+'dbus-sharp-glib: Mono API'
+'fftw: Impulse applet'
+'gnome-menus: Applications Menu applet'
+'gtk-sharp-3: Mono API'
+'gvfs: GVFS integration'
+'libetpan: Mail applet'
+'libexif: Slider applet'
+'libical: Clock applet'
+'libpulse: Impulse applet'
+'libxklavier: Keyboard Indicator applet'
+'lm_sensors: System Monitor applet'
+'python: Python 3 API'
+'python2: Python 2 API'
+'ruby: Ruby API'
+'upower: Power Manager applet'
+'vte3: Terminal applet'
+'wireless_tools: Wifi applet'
+'zeitgeist: Recent Events applet')
+replaces=('cairo-dock-plugins')
+source=("cairo-dock-plug-ins-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-plug-ins/archive/${pkgver}.tar.gz;
+'cairo-dock-plug-ins-mono.patch'
+cairo-dock-plugins-3.4.1-time_h-confict.patch)
+sha256sums=('321113fb8fa214d965c9827b82890651dc4cd0beb23aef0e2d3f5caf806ebdc2'
+'061115f3638c47eab04d48808d4cc61e294877643a61c82061d7af2523b4f724'
+'f5b859f9acd069cadcfc6188fa1551aa25053abaddf3aa1041cdf10cab3a8fa5')
+
+prepare() {
+  cd cairo-dock-plug-ins-${pkgver}
+
+  patch -Np1 -i ../cairo-dock-plug-ins-mono.patch
+  patch -Np1 -i ../cairo-dock-plugins-3.4.1-time_h-confict.patch
+  sed 's/gmcs/mcs/' -i CMakeLists.txt
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd cairo-dock-plug-ins-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd cairo-dock-plug-ins-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/usr/lib/{cli,mono}
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
cairo-dock-plug-ins/repos/community-staging-x86_64/cairo-dock-plug-ins-mono.patch
 (from rev 410524, cairo-dock-plug-ins/trunk/cairo-dock-plug-ins-mono.patch)
===
--- community-staging-x86_64/cairo-dock-plug-ins-mono.patch 
(rev 0)
+++ community-staging-x86_64/cairo-dock-plug-ins-mono.patch 2018-11-29 
07:38:50 UTC (rev 410525)
@@ -0,0 +1,106 @@
+diff -rupN cairo-dock-plug-ins-3.4.1.orig/CMakeLists.txt 
cairo-dock-plug-ins-3.4.1/CMakeLists.txt
+--- cairo-dock-plug-ins-3.4.1.orig/CMakeLists.txt  2015-03-12 
09:43:57.171067365 +0100
 cairo-dock-plug-ins-3.4.1/CMakeLists.txt   2015-03-12 09:46:20.717120675 
+0100
+@@ -573,11 +573,11 @@ if (enable-mono-interface)
+   if (NOT GMCS_EXECUTABLE OR NOT EXISTS ${GMCS_EXECUTABLE})
+   message (STATUS "Could not find Mono compiler gmcs, won't build 
Mono interface.")
+   else()
+-  pkg_check_modules (MONO_PACKAGE glib-sharp-2.0 ndesk-dbus-1.0 
ndesk-dbus-glib-1.0)
++  pkg_check_modules (MONO_PACKAGE dbus-sharp-2.0 
dbus-sharp-glib-2.0 glib-sharp-3.0)
+   if (NOT 

[arch-commits] Commit in cairo-dock-plug-ins/trunk (PKGBUILD)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Thursday, November 29, 2018 @ 07:38:28
  Author: arojas
Revision: 410524

lm-sensors 3.5.0 rebuild

Modified:
  cairo-dock-plug-ins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:34:51 UTC (rev 410523)
+++ PKGBUILD2018-11-29 07:38:28 UTC (rev 410524)
@@ -6,7 +6,7 @@
 
 pkgname=cairo-dock-plug-ins
 pkgver=3.4.1
-pkgrel=11
+pkgrel=12
 pkgdesc='Plugins for Cairo-Dock'
 arch=('x86_64')
 url='http://glx-dock.org'


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Thursday, November 29, 2018 @ 07:34:26
  Author: arojas
Revision: 410522

lm-sensors 3.5.0 rebuild

Modified:
  bfgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:18:30 UTC (rev 410521)
+++ PKGBUILD2018-11-29 07:34:26 UTC (rev 410522)
@@ -4,7 +4,7 @@
 
 pkgname=bfgminer
 pkgver=5.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
 arch=('x86_64')
 depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Thursday, November 29, 2018 @ 07:34:51
  Author: arojas
Revision: 410523

archrelease: copy trunk to community-staging-x86_64

Added:
  bfgminer/repos/community-staging-x86_64/
  bfgminer/repos/community-staging-x86_64/PKGBUILD
(from rev 410522, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-staging-x86_64/remove-dangerous-rpath.patch
(from rev 410522, bfgminer/trunk/remove-dangerous-rpath.patch)

--+
 PKGBUILD |   45 +
 remove-dangerous-rpath.patch |   21 +++
 2 files changed, 66 insertions(+)

Copied: bfgminer/repos/community-staging-x86_64/PKGBUILD (from rev 410522, 
bfgminer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-29 07:34:51 UTC (rev 410523)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=bfgminer
+pkgver=5.5.0
+pkgrel=2
+pkgdesc="Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining."
+arch=('x86_64')
+depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusb' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='https://bitcointalk.org/?topic=877081'
+license=('GPL3')
+source=("http://luke.dashjr.org/programs/bitcoin/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.txz;
+'remove-dangerous-rpath.patch')
+sha512sums=('d1adae473e01fcf1cd0efde74d3e8ce10609e520397d688bf4e226c1113c1606c782e3cfdba6847f1a3886cac30de6b5baa03b731aca86287d53bf01ef705cdb'
+
'087aa60d818ff37cb7a4edce7a34331a492b5e379a8e034d7a2e02b106bb6ea52b4ce6a1077f602987a2c30213bc185063990796a828ae95f60cff03c7a0bc3f')
+
+prepare() {
+  cd "${pkgname}"-"${pkgver}"
+
+  patch -p1 -i "${srcdir}"/remove-dangerous-rpath.patch
+}
+
+build() {
+  cd "${pkgname}"-"${pkgver}"
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--enable-cpumining \
+--enable-bfsb \
+--enable-metabank \
+--enable-scrypt \
+--enable-opencl \
+--with-udevrulesdir=/usr/lib/udev/rules.d
+  # --enable-knc (FS#33640)
+  make
+}
+
+package() {
+  cd "${pkgname}"-"${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: bfgminer/repos/community-staging-x86_64/remove-dangerous-rpath.patch 
(from rev 410522, bfgminer/trunk/remove-dangerous-rpath.patch)
===
--- community-staging-x86_64/remove-dangerous-rpath.patch   
(rev 0)
+++ community-staging-x86_64/remove-dangerous-rpath.patch   2018-11-29 
07:34:51 UTC (rev 410523)
@@ -0,0 +1,21 @@
+diff -Naur bfgminer-4.8.0-orig/configure bfgminer-4.8.0/configure
+--- bfgminer-4.8.0-orig/configure  2014-10-04 20:54:28.717071865 -0400
 bfgminer-4.8.0/configure   2014-10-04 20:55:50.140274445 -0400
+@@ -14111,7 +14111,7 @@
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+ 
+   libbase58_CFLAGS='-I'"${ac_abs_top_srcdir}"'/libbase58'
+-  libbase58_LIBS='-L'"${ac_abs_top_builddir}"'/libbase58/.libs 
-Wl,-rpath,\$$ORIGIN/libbase58/.libs'"$origin_LDFLAGS"'  -lbase58'
++  libbase58_LIBS='-L'"${ac_abs_top_builddir}"'/libbase58/.libs 
-Wl,-rpath,/usr/lib'"$origin_LDFLAGS"'  -lbase58'
+   libbase58_SUBDIRS=libbase58
+   libbase58_EXTRADEPS=libbase58_directory
+   BUNDLED_LIB_RULES="$BUNDLED_LIB_RULES
+@@ -14380,7 +14380,7 @@
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+ 
+   libblkmaker_CFLAGS='-I'"${ac_abs_top_srcdir}"'/libblkmaker'
+-  libblkmaker_LIBS='-L'"${ac_abs_top_builddir}"'/libblkmaker/.libs 
-Wl,-rpath,\$$ORIGIN/libblkmaker/.libs'"$origin_LDFLAGS"'  
-lblkmaker_jansson-0.1 -lblkmaker-0.1'
++  libblkmaker_LIBS='-L'"${ac_abs_top_builddir}"'/libblkmaker/.libs 
-Wl,-rpath,/usr/lib'"$origin_LDFLAGS"'  -lblkmaker_jansson-0.1 -lblkmaker-0.1'
+   libblkmaker_SUBDIRS=libblkmaker
+   libblkmaker_EXTRADEPS=libblkmaker_directory
+   BUNDLED_LIB_RULES="$BUNDLED_LIB_RULES


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Thursday, November 29, 2018 @ 07:31:08
  Author: arojas
Revision: 340598

Host sources on archlinux.org

Modified:
  dmapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:29:39 UTC (rev 340597)
+++ PKGBUILD2018-11-29 07:31:08 UTC (rev 340598)
@@ -12,7 +12,8 @@
 provides=('xfsdmapi')
 conflicts=('xfsdmapi')
 replaces=('xfsdmapi')
-source=("ftp://oss.sgi.com/projects/xfs/cmd_tars/$pkgname-$pkgver.tar.gz; 
dmapi-headers.patch)
+#source=("ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/$pkgname-$pkgver.tar.gz;
 dmapi-headers.patch)
+source=(https://sources.archlinux.org/other/packages/dmapi/dmapi-$pkgver.tar.gz
 dmapi-headers.patch)
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in x2goserver/repos (5 files)

2018-11-28 Thread Andreas Radke via arch-commits
Date: Thursday, November 29, 2018 @ 07:29:39
  Author: andyrtr
Revision: 340597

archrelease: copy trunk to testing-x86_64

Added:
  x2goserver/repos/testing-x86_64/
  x2goserver/repos/testing-x86_64/PKGBUILD
(from rev 340596, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/testing-x86_64/sysusers.d
(from rev 340596, x2goserver/trunk/sysusers.d)
  x2goserver/repos/testing-x86_64/tmpfiles.d
(from rev 340596, x2goserver/trunk/tmpfiles.d)
  x2goserver/repos/testing-x86_64/x2goserver.install
(from rev 340596, x2goserver/trunk/x2goserver.install)

+
 PKGBUILD   |  138 +++
 sysusers.d |2 
 tmpfiles.d |2 
 x2goserver.install |6 ++
 4 files changed, 148 insertions(+)

Copied: x2goserver/repos/testing-x86_64/PKGBUILD (from rev 340596, 
x2goserver/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-29 07:29:39 UTC (rev 340597)
@@ -0,0 +1,138 @@
+# Maintainer: AndyRTR 
+
+# Contributor: Gerhard Brauer 
+# Contributor: Richard Murri 
+# Contributor: Markus Opitz 
+# Contributor: Milan Knížek 
+
+pkgname=x2goserver
+pkgver=4.1.0.3
+pkgrel=1
+pkgdesc="Open source graphical Remote Desktop and terminal server based on NX 
technology"
+arch=('x86_64')
+url="https://www.x2go.org/;
+license=('GPL2')
+# https://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec
+
+# from 4.0.1.20 changelog there could be new deps on bash, xkeyboard-config, 
perl-cwd-guard
+
+depends=(#'python' 
+
+ # For x2goruncommand - for now
+ 'bc'
+ # For netstat in x2goresume-session
+ 'net-tools'
+ 'openssh'
+ 'perl-file-readbackwards'
+ # We need a database
+ 'perl-dbd-sqlite' 
+ # For killall in x2gosuspend-session
+ 'psmisc'
+ # For x2goshowblocks
+ 'lsof'
+ # For x2godbadmin
+ 'pwgen' # in community
+ # For printing, file-sharing
+ 'sshfs'
+ # For /etc/sudoers.d
+ 'sudo'
+ 'nxagent'
+ # For /etc/X11/Xresources
+ 'xorg-xinit'
+ 'xorg-fonts-misc'
+ 'xorg-xauth'
+ 'shadow'
+ 
+ # for post install actions
+ 'desktop-file-utils'
+ 'shared-mime-info'
+ 
+ 'perl-capture-tiny'
+ 'perl-config-simple'
+ 'perl-file-basedir' # FS#38551
+ 'perl-file-which' # FS#44125
+ 'perl-switch'
+ 'perl-try-tiny' # FS#58226
+
+ 'xorg-xwininfo' # FS#38558
+ 'xorg-setxkbmap' # FS#53345
+
+ 'dbus'
+
+ #x2goserver-extensions
+ #x2goserver-xsession
+ #x2goserver-fmbindings
+ #x2goserver-printing
+)
+makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
+#optdepends=('cups-x2go: printing support')
+optdepends=('perl-dbd-pg: Postgres support')
+conflicts=('x2go-agent')
+replaces=('x2go-agent')
+provides=('x2go-agent' 'x2goagent')
+options=('emptydirs')
+install=x2goserver.install
+backup=('etc/x2go/x2goserver.conf'
+'etc/x2go/desktopsharing/settings'
+# from old x2go-agent pkg now provided here
+etc/x2go/{keystrokes.cfg,x2goagent.keyboard,x2goagent.options}
+)
+# no https due to invalid certificate
+source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+   tmpfiles.d
+   sysusers.d)
+sha256sums=('6776aaa354f5a44e349f0b3c176d4988c88a618c2edf46c98a37ae89c069dcd0'
+'SKIP'
+'548d48925171aeca198494236cfba7232921a25a1c4c81f5d004a734d83d1350'
+'04d429e8d8fe02c8078d75ba63ba57774274df877b2c6ec942621312b7bf9118')
+validpgpkeys=('1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') # X2go Git 
Administrator 
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # -r option does not exist in Arch linux
+  # (However, html man pages do not get installed anyway...)
+  for Makefile in $(find . -type f -name Makefile); do
+sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN) < @g' $Makefile
+sed -i 's@ \$(MAN2HTML_SRC)/@ < \$(MAN2HTML_SRC)/@g' $Makefile
+  done
+
+  # fix some Makefile permission options
+  for Makefile in $(find . -type f -name Makefile); do
+sed -i "s:-o root -g root ::g" $Makefile
+  done
+  # Do not ship xsession - Debian specific
+  sed -i -e '/xsession/s/^/#/' Makefile
+  
+  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" PERL_INSTALLDIRS=vendor
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR="$pkgdir" install
+
+  # systemd files
+  install -Dm 644 "$srcdir/${pkgname}-${pkgver}/x2goserver.service" 
"$pkgdir/usr/lib/systemd/system/x2goserver.service"
+  # overwrite upstream systemd tmofile "x /tmp/.x2go-*" with ours
+#  install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/x2goserver.conf
+  cat 

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

2018-11-28 Thread Andreas Radke via arch-commits
Date: Thursday, November 29, 2018 @ 07:29:28
  Author: andyrtr
Revision: 340596

upgpkg: x2goserver 4.1.0.3-1

upstream update 4.1.0.3

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:10:28 UTC (rev 340595)
+++ PKGBUILD2018-11-29 07:29:28 UTC (rev 340596)
@@ -6,8 +6,8 @@
 # Contributor: Milan Knížek 
 
 pkgname=x2goserver
-pkgver=4.1.0.2
-pkgrel=2
+pkgver=4.1.0.3
+pkgrel=1
 pkgdesc="Open source graphical Remote Desktop and terminal server based on NX 
technology"
 arch=('x86_64')
 url="https://www.x2go.org/;
@@ -72,7 +72,8 @@
 provides=('x2go-agent' 'x2goagent')
 options=('emptydirs')
 install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' # 'etc/x2go/x2gosql/sql')
+backup=('etc/x2go/x2goserver.conf'
+'etc/x2go/desktopsharing/settings'
 # from old x2go-agent pkg now provided here
 etc/x2go/{keystrokes.cfg,x2goagent.keyboard,x2goagent.options}
 )
@@ -80,7 +81,7 @@
 
source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
tmpfiles.d
sysusers.d)
-sha256sums=('2b567416e7459ff39b047bdedd6648cc66652b7d6a7711a10546fa42f699af91'
+sha256sums=('6776aaa354f5a44e349f0b3c176d4988c88a618c2edf46c98a37ae89c069dcd0'
 'SKIP'
 '548d48925171aeca198494236cfba7232921a25a1c4c81f5d004a734d83d1350'
 '04d429e8d8fe02c8078d75ba63ba57774274df877b2c6ec942621312b7bf9118')


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:18:30
  Author: juergen
Revision: 410521

archrelease: copy trunk to community-x86_64

Added:
  opam/repos/community-x86_64/PKGBUILD
(from rev 410520, opam/trunk/PKGBUILD)
Deleted:
  opam/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:18:22 UTC (rev 410520)
+++ PKGBUILD2018-11-29 07:18:30 UTC (rev 410521)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Vincent B. 
-
-pkgname=opam
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='OCaml package manager'
-arch=('x86_64')
-url='https://opam.ocaml.org/'
-license=('GPL')
-depends=('bubblewrap' 'ocaml-compiler-libs' 'unzip')
-optdepends=('darcs: For downloading packages with darcs'
-'git: For downloading packages with git'
-'mercurial: For downloading packages with mercurial'
-'rsync: For downloading packages with rsync')
-source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
-sha256sums=('81f7f1b661a0c1e04642fe02d0bea5524b32aa2cbed0ecf9b18d7145324ed97c')
-
-build() {
-  cd "opam-full-$pkgver"
-  ./configure --prefix=/usr
-  make \
-OCAMLC='ocamlc -unsafe-string' \
-OCAMLOPT='ocamlopt -unsafe-string' \
-lib-ext all -j1
-}
-
-package() {
-  make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc"
-  mv "$pkgdir/usr/doc/opam-installer" "$pkgdir/usr/share/doc/opam"
-  rmdir "$pkgdir/usr/doc"
-}
-
-# getver: opam.ocaml.org
-# vim: ts=2 sw=2 et:

Copied: opam/repos/community-x86_64/PKGBUILD (from rev 410520, 
opam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:18:30 UTC (rev 410521)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Vincent B. 
+
+pkgname=opam
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='OCaml package manager'
+arch=('x86_64')
+url='https://opam.ocaml.org/'
+license=('GPL')
+depends=('bubblewrap' 'ocaml-compiler-libs' 'unzip')
+optdepends=('darcs: For downloading packages with darcs'
+'git: For downloading packages with git'
+'mercurial: For downloading packages with mercurial'
+'rsync: For downloading packages with rsync')
+source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz;)
+sha256sums=('81f7f1b661a0c1e04642fe02d0bea5524b32aa2cbed0ecf9b18d7145324ed97c')
+
+build() {
+  cd "opam-full-$pkgver"
+  ./configure --prefix=/usr
+  make \
+OCAMLC='ocamlc -unsafe-string' \
+OCAMLOPT='ocamlopt -unsafe-string' \
+lib-ext all -j1
+}
+
+package() {
+  make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc"
+  mv "$pkgdir/usr/doc/opam-installer" "$pkgdir/usr/share/doc/opam"
+  rmdir "$pkgdir/usr/doc"
+}
+
+# getver: opam.ocaml.org
+# vim: ts=2 sw=2 et:


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:18:08
  Author: juergen
Revision: 410519

archrelease: copy trunk to community-x86_64

Added:
  ocaml-yojson/repos/community-x86_64/PKGBUILD
(from rev 410518, ocaml-yojson/trunk/PKGBUILD)
Deleted:
  ocaml-yojson/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:18:00 UTC (rev 410518)
+++ PKGBUILD2018-11-29 07:18:08 UTC (rev 410519)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=yojson
-pkgname=ocaml-${_pkgname}
-pkgver=1.4.1
-pkgrel=3
-pkgdesc="An optimized parsing and printing library for JSON"
-arch=('x86_64')
-url="https://github.com/mjambon/${_pkgname};
-license=('BSD')
-options=('!strip' 'staticlibs')
-depends=('ocaml-biniou' 'ocaml-easy-format')
-makedepends=('dune' 'cppo')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c081a8cb5a03bddbcac4614f468cf5edafe11805277572af4071e362be6611fb')
-
-build() {
-cd ${_pkgname}-${pkgver}
-make all
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="$(ocamlfind 
printconf destdir)"
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-rm -r "${pkgdir}"/usr/doc
-}

Copied: ocaml-yojson/repos/community-x86_64/PKGBUILD (from rev 410518, 
ocaml-yojson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:18:08 UTC (rev 410519)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=yojson
+pkgname=ocaml-${_pkgname}
+pkgver=1.4.1
+pkgrel=4
+pkgdesc="An optimized parsing and printing library for JSON"
+arch=('x86_64')
+url="https://github.com/mjambon/${_pkgname};
+license=('BSD')
+options=('!strip' 'staticlibs')
+depends=('ocaml-biniou' 'ocaml-easy-format')
+makedepends=('dune' 'cppo')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('c081a8cb5a03bddbcac4614f468cf5edafe11805277572af4071e362be6611fb')
+
+build() {
+cd ${_pkgname}-${pkgver}
+make all
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="$(ocamlfind 
printconf destdir)"
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm -r "${pkgdir}"/usr/doc
+}


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:18:22
  Author: juergen
Revision: 410520

OCaml 4.07.1 rebuild

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:18:08 UTC (rev 410519)
+++ PKGBUILD2018-11-29 07:18:22 UTC (rev 410520)
@@ -3,7 +3,7 @@
 
 pkgname=opam
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='OCaml package manager'
 arch=('x86_64')
 url='https://opam.ocaml.org/'


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:18:00
  Author: juergen
Revision: 410518

OCaml 4.07.1 rebuild

Modified:
  ocaml-yojson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:17:43 UTC (rev 410517)
+++ PKGBUILD2018-11-29 07:18:00 UTC (rev 410518)
@@ -3,7 +3,7 @@
 _pkgname=yojson
 pkgname=ocaml-${_pkgname}
 pkgver=1.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="An optimized parsing and printing library for JSON"
 arch=('x86_64')
 url="https://github.com/mjambon/${_pkgname};


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:17:43
  Author: juergen
Revision: 410517

archrelease: copy trunk to community-x86_64

Added:
  ocaml-num/repos/community-x86_64/PKGBUILD
(from rev 410516, ocaml-num/trunk/PKGBUILD)
  ocaml-num/repos/community-x86_64/provide-findlib-install-target.patch
(from rev 410516, ocaml-num/trunk/provide-findlib-install-target.patch)
Deleted:
  ocaml-num/repos/community-x86_64/PKGBUILD
  ocaml-num/repos/community-x86_64/provide-findlib-install-target.patch

--+
 PKGBUILD |   74 +--
 provide-findlib-install-target.patch |  214 -
 2 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:17:35 UTC (rev 410516)
+++ PKGBUILD2018-11-29 07:17:43 UTC (rev 410517)
@@ -1,37 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=ocaml-num
-pkgver=1.1
-pkgrel=2
-pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
-arch=('x86_64')
-url="https://github.com/ocaml/num;
-license=('LGPL2.1')
-depends=('ocaml')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz
-provide-findlib-install-target.patch)
-sha256sums=('04ac85f6465b9b2bf99e814ddc798a25bcadb3cca2667b74c1af02b6356893f6'
-'a5d6bcb0383e6246da26137d8306c767d9ea5877f67b39db9232d35b5406322d')
-
-prepare() {
-  cd "$srcdir/num-$pkgver"
-  patch -p1 < "$srcdir/provide-findlib-install-target.patch"
-}
-
-build() {
-  cd "$srcdir/num-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/num-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" findlib-install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-num/repos/community-x86_64/PKGBUILD (from rev 410516, 
ocaml-num/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:17:43 UTC (rev 410517)
@@ -0,0 +1,37 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ocaml-num
+pkgver=1.1
+pkgrel=3
+pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
+arch=('x86_64')
+url="https://github.com/ocaml/num;
+license=('LGPL2.1')
+depends=('ocaml')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz
+provide-findlib-install-target.patch)
+sha256sums=('04ac85f6465b9b2bf99e814ddc798a25bcadb3cca2667b74c1af02b6356893f6'
+'a5d6bcb0383e6246da26137d8306c767d9ea5877f67b39db9232d35b5406322d')
+
+prepare() {
+  cd "$srcdir/num-$pkgver"
+  patch -p1 < "$srcdir/provide-findlib-install-target.patch"
+}
+
+build() {
+  cd "$srcdir/num-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/num-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" findlib-install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: provide-findlib-install-target.patch
===
--- provide-findlib-install-target.patch2018-11-29 07:17:35 UTC (rev 
410516)
+++ provide-findlib-install-target.patch2018-11-29 07:17:43 UTC (rev 
410517)
@@ -1,107 +0,0 @@
-From 12dff1ac0a8cacbda2969b560f021ebb73b16887 Mon Sep 17 00:00:00 2001
-From: David Allsopp 
-Date: Thu, 11 Jan 2018 08:10:10 +
-Subject: [PATCH] Provide findlib-install target (#6)
-
-Allows installing the entire library using ocamlfind, in an ocamlfind-managed 
directory.
-This differs from the `install` target which performs the old-style 
installation in the OCaml stdlib directory.

- .gitignore|  1 +
- Makefile  | 10 +-
- src/{META => META.in} |  4 +++-
- src/Makefile  | 17 +++--
- 4 files changed, 28 insertions(+), 4 deletions(-)
- rename src/{META => META.in} (72%)
-
-diff --git a/.gitignore b/.gitignore
-index 6acd3bc..172bf23 100644
 a/.gitignore
-+++ b/.gitignore
-@@ -8,3 +8,4 @@
- *.cmx[as]
- *.cmti
- *.annot
-+src/META
-diff --git a/Makefile b/Makefile
-index 6a5d08f..b40e588 100644
 a/Makefile
-+++ b/Makefile
-@@ -14,8 +14,16 @@ install:
-   $(MAKE) -C src install
-   $(MAKE) -C toplevel install
- 
-+findlib-install:
-+  $(MAKE) -C src findlib-install
-+  $(MAKE) -C toplevel install
-+
- uninstall:
-   $(MAKE) -C src uninstall
-   $(MAKE) -C toplevel uninstall
- 
--.PHONY: all test clean install uninstall
-+findlib-uninstall:
-+  $(MAKE) -C src findlib-uninstall
-+  $(MAKE) -C toplevel uninstall
-+
-+.PHONY: all test clean install uninstall 

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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:17:35
  Author: juergen
Revision: 410516

OCaml 4.07.1 rebuild

Modified:
  ocaml-num/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:17:22 UTC (rev 410515)
+++ PKGBUILD2018-11-29 07:17:35 UTC (rev 410516)
@@ -2,7 +2,7 @@
 
 pkgname=ocaml-num
 pkgver=1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for arbitrary-precision integer and rational arithmetic that 
used to be part of the OCaml core distribution"
 arch=('x86_64')
 url="https://github.com/ocaml/num;


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:17:22
  Author: juergen
Revision: 410515

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 410514, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:17:11 UTC (rev 410514)
+++ PKGBUILD2018-11-29 07:17:22 UTC (rev 410515)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.05
-pkgrel=7
-pkgdesc='OCaml interface to OpenGL'
-url="https://forge.ocamlcore.org/projects/lablgl/;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.0')
-makedepends=('camlp4')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
-sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 410514, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:17:22 UTC (rev 410515)
@@ -0,0 +1,47 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.05
+pkgrel=8
+pkgdesc='OCaml interface to OpenGL'
+url="https://forge.ocamlcore.org/projects/lablgl/;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.1')
+makedepends=('camlp4')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
+sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:16:52
  Author: juergen
Revision: 410513

archrelease: copy trunk to community-x86_64

Added:
  ocaml-findlib/repos/community-x86_64/PKGBUILD
(from rev 410512, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-x86_64/externalmeta6.patch
(from rev 410512, ocaml-findlib/trunk/externalmeta6.patch)
Deleted:
  ocaml-findlib/repos/community-x86_64/PKGBUILD
  ocaml-findlib/repos/community-x86_64/externalmeta6.patch

-+
 PKGBUILD|   83 --
 externalmeta6.patch |   26 +++
 2 files changed, 54 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:16:37 UTC (rev 410512)
+++ PKGBUILD2018-11-29 07:16:52 UTC (rev 410513)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-# Contributor: Alif 
-
-pkgname=ocaml-findlib
-pkgver=1.8.0
-pkgrel=2
-pkgdesc='OCaml package manager'
-arch=('x86_64')
-url='http://projects.camlcity.org/projects/findlib.html'
-license=('MIT')
-depends=('ocaml-compiler-libs')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz;)
-sha256sums=('2b7b7d6d65bb0f3f8a2c51c63c02b0bcf1fea4c23513f866140dc7dc24fe27ad')
-options=('staticlibs' '!strip' 'zipman' '!makeflags')
-
-build() {
-  cd "findlib-$pkgver"
-
-  ./configure \
--sitelib /usr/lib/ocaml \
--config /etc/findlib.conf \
--mandir /usr/share/man
-
-  make all opt
-}
-
-package () {
-  cd "findlib-$pkgver"
-
-  make prefix="$pkgdir" install
-
-  install -Dm755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/ocamlfind_opt"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ocaml-findlib/repos/community-x86_64/PKGBUILD (from rev 410512, 
ocaml-findlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:16:52 UTC (rev 410513)
@@ -0,0 +1,41 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+# Contributor: Alif 
+
+pkgname=ocaml-findlib
+pkgver=1.8.0
+pkgrel=3
+pkgdesc='OCaml package manager'
+arch=('x86_64')
+url='http://projects.camlcity.org/projects/findlib.html'
+license=('MIT')
+depends=('ocaml-compiler-libs')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz;)
+sha256sums=('2b7b7d6d65bb0f3f8a2c51c63c02b0bcf1fea4c23513f866140dc7dc24fe27ad')
+options=('staticlibs' '!strip' 'zipman' '!makeflags')
+
+build() {
+  cd "findlib-$pkgver"
+
+  ./configure \
+-sitelib /usr/lib/ocaml \
+-config /etc/findlib.conf \
+-mandir /usr/share/man
+
+  make all opt
+}
+
+package () {
+  cd "findlib-$pkgver"
+
+  make prefix="$pkgdir" install
+
+  install -Dm755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/ocamlfind_opt"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: externalmeta6.patch
===
--- externalmeta6.patch 2018-11-29 07:16:37 UTC (rev 410512)
+++ externalmeta6.patch 2018-11-29 07:16:52 UTC (rev 410513)
@@ -1,13 +0,0 @@
-Index: findlib-1.7.2/configure
-===
 findlib-1.7.2.orig/configure
-+++ findlib-1.7.2/configure
-@@ -557,7 +557,7 @@ fi
- 
- # Generate the META files now.
- 
--l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc 
$llabltk $lcamlp4 $lobuild $lcomplibs $lbytes $lspacetime"
-+l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc 
$lcomplibs $lbytes $lspacetime"
- 
- for dir in site-lib-src/*; do
- # We do not really know if $dir is a directory.

Copied: ocaml-findlib/repos/community-x86_64/externalmeta6.patch (from rev 
410512, ocaml-findlib/trunk/externalmeta6.patch)
===
--- externalmeta6.patch (rev 0)
+++ externalmeta6.patch 2018-11-29 07:16:52 UTC (rev 410513)
@@ -0,0 +1,13 @@
+Index: findlib-1.7.2/configure
+===
+--- findlib-1.7.2.orig/configure
 findlib-1.7.2/configure
+@@ -557,7 +557,7 @@ fi
+ 
+ # Generate the META files now.
+ 
+-l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc 
$llabltk $lcamlp4 $lobuild $lcomplibs $lbytes $lspacetime"
++l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc 
$lcomplibs $lbytes $lspacetime"
+ 
+ for dir in site-lib-src/*; do
+ # We do not really know if $dir is a directory.


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:16:37
  Author: juergen
Revision: 410512

OCaml 4.07.1 rebuild

Modified:
  ocaml-findlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:16:17 UTC (rev 410511)
+++ PKGBUILD2018-11-29 07:16:37 UTC (rev 410512)
@@ -8,7 +8,7 @@
 
 pkgname=ocaml-findlib
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='OCaml package manager'
 arch=('x86_64')
 url='http://projects.camlcity.org/projects/findlib.html'


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:17:11
  Author: juergen
Revision: 410514

OCaml 4.07.1 rebuild

Modified:
  ocaml-lablgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:16:52 UTC (rev 410513)
+++ PKGBUILD2018-11-29 07:17:11 UTC (rev 410514)
@@ -5,12 +5,12 @@
 
 pkgname=ocaml-lablgl
 pkgver=1.05
-pkgrel=7
+pkgrel=8
 pkgdesc='OCaml interface to OpenGL'
 url="https://forge.ocamlcore.org/projects/lablgl/;
 arch=('x86_64')
 license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.0')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.1')
 makedepends=('camlp4')
 options=('!strip' '!makeflags' 'staticlibs')
 
source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)


[arch-commits] Commit in ocaml-easy-format/trunk (PKGBUILD)

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:16:01
  Author: juergen
Revision: 410510

OCaml 4.07.1 rebuild

Modified:
  ocaml-easy-format/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:15:24 UTC (rev 410509)
+++ PKGBUILD2018-11-29 07:16:01 UTC (rev 410510)
@@ -3,7 +3,7 @@
 _pkgname=easy-format
 pkgname=ocaml-${_pkgname}
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An optimized parsing and printing library for JSON"
 arch=('x86_64')
 url="https://github.com/mjambon/${_pkgname};


[arch-commits] Commit in ocaml-easy-format/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:16:17
  Author: juergen
Revision: 410511

archrelease: copy trunk to community-x86_64

Added:
  ocaml-easy-format/repos/community-x86_64/PKGBUILD
(from rev 410510, ocaml-easy-format/trunk/PKGBUILD)
Deleted:
  ocaml-easy-format/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:16:01 UTC (rev 410510)
+++ PKGBUILD2018-11-29 07:16:17 UTC (rev 410511)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=easy-format
-pkgname=ocaml-${_pkgname}
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="An optimized parsing and printing library for JSON"
-arch=('x86_64')
-url="https://github.com/mjambon/${_pkgname};
-license=('BSD')
-options=('!strip' 'staticlibs')
-depends=('glibc')
-makedepends=('ocaml-findlib' 'dune' 'opam')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('489d55ea5de171cea2d7e2114bcd5cebd1fcbf89f839fbf3757769507502e1f0')
-
-build() {
-cd ${_pkgname}-${pkgver}
-make all
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-
-# Initialize OPAM
-export OPAMROOT="${srcdir}"/opam
-opam init -n
-
-# Work around missing install command
-OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" jbuilder 
install
-
-# Install LICENSE
-install -Dm644 "${srcdir}"/opam/system/doc/easy-format/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: ocaml-easy-format/repos/community-x86_64/PKGBUILD (from rev 410510, 
ocaml-easy-format/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:16:17 UTC (rev 410511)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=easy-format
+pkgname=ocaml-${_pkgname}
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="An optimized parsing and printing library for JSON"
+arch=('x86_64')
+url="https://github.com/mjambon/${_pkgname};
+license=('BSD')
+options=('!strip' 'staticlibs')
+depends=('glibc')
+makedepends=('dune')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('489d55ea5de171cea2d7e2114bcd5cebd1fcbf89f839fbf3757769507502e1f0')
+
+build() {
+cd ${_pkgname}-${pkgver}
+make all
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="$(ocamlfind 
printconf destdir)"
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm -r "${pkgdir}"/usr/doc
+}


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:15:24
  Author: juergen
Revision: 410509

archrelease: copy trunk to community-x86_64

Added:
  ocaml-biniou/repos/community-x86_64/PKGBUILD
(from rev 410508, ocaml-biniou/trunk/PKGBUILD)
Deleted:
  ocaml-biniou/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:15:15 UTC (rev 410508)
+++ PKGBUILD2018-11-29 07:15:24 UTC (rev 410509)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=biniou
-pkgname=ocaml-${_pkgname}
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="An optimized parsing and printing library for JSON"
-arch=('x86_64')
-url="https://github.com/mjambon/${_pkgname};
-license=('BSD')
-options=('!strip' 'staticlibs')
-depends=('ocaml-easy-format')
-makedepends=('dune')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
-
-build() {
-cd ${_pkgname}-${pkgver}
-make all
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-# Work around install command
-dune install --prefix="${pkgdir}"/usr/ --libdir="${pkgdir}$(ocamlfind 
printconf destdir)"
-rm -r "${pkgdir}"/usr/doc
-# Install LICENSE
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: ocaml-biniou/repos/community-x86_64/PKGBUILD (from rev 410508, 
ocaml-biniou/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:15:24 UTC (rev 410509)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=biniou
+pkgname=ocaml-${_pkgname}
+pkgver=1.2.0
+pkgrel=4
+pkgdesc="An optimized parsing and printing library for JSON"
+arch=('x86_64')
+url="https://github.com/mjambon/${_pkgname};
+license=('BSD')
+options=('!strip' 'staticlibs')
+depends=('ocaml-easy-format')
+makedepends=('dune')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
+
+build() {
+cd ${_pkgname}-${pkgver}
+make all
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="$(ocamlfind 
printconf destdir)"
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm -r "${pkgdir}"/usr/doc
+}


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:15:15
  Author: juergen
Revision: 410508

OCaml 4.07.1 rebuild

Modified:
  ocaml-biniou/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:14:54 UTC (rev 410507)
+++ PKGBUILD2018-11-29 07:15:15 UTC (rev 410508)
@@ -3,7 +3,7 @@
 _pkgname=biniou
 pkgname=ocaml-${_pkgname}
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An optimized parsing and printing library for JSON"
 arch=('x86_64')
 url="https://github.com/mjambon/${_pkgname};


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:14:54
  Author: juergen
Revision: 410507

archrelease: copy trunk to community-x86_64

Added:
  dune/repos/community-x86_64/PKGBUILD
(from rev 410506, dune/trunk/PKGBUILD)
Deleted:
  dune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:14:43 UTC (rev 410506)
+++ PKGBUILD2018-11-29 07:14:54 UTC (rev 410507)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Jakob Gahde 
-
-pkgname=dune
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=('x86_64')
-url="https://github.com/ocaml/dune;
-license=('Apache')
-depends=('glibc' 'ocaml' 'ocaml-findlib')
-provides=('jbuilder')
-conflicts=('jbuilder')
-replaces=('jbuilder')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('fb7fe87ab6c3b4097512a0357629ca1cb9422e0593bd61cc255ab4a1a2aaad50')
-
-build() {
-cd ${pkgname}-${pkgver}
-make release
-}
-
-# Tests requires a bunch of (currently) unpackaged dependencies
-#check() {
-#cd ${pkgname}-${pkgver/b/-beta}
-#make test
-#}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
-
-# Fix doc and man install
-rm -r "${pkgdir}"/usr/doc
-install -dm755 "${pkgdir}"/usr/share
-mv "${pkgdir}"/usr/{man,share/}
-}

Copied: dune/repos/community-x86_64/PKGBUILD (from rev 410506, 
dune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:14:54 UTC (rev 410507)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
+
+pkgname=dune
+pkgver=1.5.1
+pkgrel=2
+pkgdesc="A composable build system for OCaml (formerly jbuilder)"
+arch=('x86_64')
+url="https://github.com/ocaml/dune;
+license=('Apache')
+depends=('glibc' 'ocaml' 'ocaml-findlib')
+provides=('jbuilder')
+conflicts=('jbuilder')
+replaces=('jbuilder')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('fb7fe87ab6c3b4097512a0357629ca1cb9422e0593bd61cc255ab4a1a2aaad50')
+
+build() {
+cd ${pkgname}-${pkgver}
+make release
+}
+
+# Tests requires a bunch of (currently) unpackaged dependencies
+#check() {
+#cd ${pkgname}-${pkgver/b/-beta}
+#make test
+#}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
+
+# Fix doc and man install
+rm -r "${pkgdir}"/usr/doc
+install -dm755 "${pkgdir}"/usr/share
+mv "${pkgdir}"/usr/{man,share/}
+}


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:14:43
  Author: juergen
Revision: 410506

OCaml 4.07.1 rebuild

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:12:48 UTC (rev 410505)
+++ PKGBUILD2018-11-29 07:14:43 UTC (rev 410506)
@@ -3,7 +3,7 @@
 
 pkgname=dune
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune;


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:12:48
  Author: juergen
Revision: 410505

archrelease: copy trunk to community-x86_64

Added:
  coq/repos/community-x86_64/PKGBUILD
(from rev 410504, coq/trunk/PKGBUILD)
Deleted:
  coq/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  190 ++---
 1 file changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:12:38 UTC (rev 410504)
+++ PKGBUILD2018-11-29 07:12:48 UTC (rev 410505)
@@ -1,95 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: acieroid
-# Contributor: spider-mario 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: George Giorgidze 
-# Contributor: William J. Bowman 
-
-pkgname=('coq' 'coqide' 'coq-doc')
-pkgver=8.8.2
-pkgrel=1
-pkgdesc='Formal proof management system'
-arch=('x86_64')
-url='https://coq.inria.fr/'
-license=('GPL')
-groups=('coq')
-options=('!emptydirs')
-depends=('ocaml' 'camlp5' 'ocaml-num' 'gtk2' 'gtksourceview2')
-makedepends=('ocaml-findlib'
- 'lablgtk2' 'gendesk' # coqide
- 'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc
- 'texlive-fontsextra' 'texlive-science'
- 'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
- 'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
- 'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
-source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;)
-sha512sums=('b0f0480fe052fced6016014cf1872d4e004b0dacb779927376d797c279aca9d5f6f4ed3d0f5ee5d42748bbd5c29b43f7a69748564a12a116bcc7ba3b052d8954')
-
-prepare() {
-  gendesk -f -n --pkgname "coqide" \
---name "CoqIDE Proof Assistant" \
---pkgdesc "Graphical interface for the Coq proof assistant" \
---categories "Development;Science;Math;IDE;GTK"
-  cd "$srcdir/coq-$pkgver"
-}
-
-build() {
-  cd "$srcdir/coq-$pkgver"
-
-  ./configure \
--prefix '/usr' \
--mandir '/usr/share/man' \
--configdir '/etc/xdg/coq/' \
--coqide opt \
--with-doc yes
-
-  make world
-}
-
-package_coq() {
-  depends=('ocaml' 'camlp5')
-  optdepends=('coqide: graphical Coq IDE'
-  'coq-doc: offline documentation'
-  'coin-or-csdp: for psatz plugin')
-  # coq-nox was the old name for coq without coqide
-  replaces=('coq-nox')
-  conflicts=('coq-nox')
-
-  cd "$srcdir/coq-$pkgver"
-
-  # The second target is needed to install coqidetop.cmxs (needed for some
-  # frontend other than coqide, for instance coquille)
-  make COQINSTALLPREFIX="$pkgdir" install-coq install-ide-toploop install-meta
-  rm -f "${pkgdir}/usr/share/man/man1/coqide.1"
-  # Workaround for FS#58203
-  mkdir -p "$pkgdir/usr/lib/ocaml/"
-  ln -s /usr/lib/coq "$pkgdir/usr/lib/ocaml/coq"
-}
-
-package_coqide() {
-  pkgdesc="GTK-based graphical interface for the Coq proof assistant"
-  depends=('coq' 'ocaml' 'camlp5' 'gtk2' 'gtksourceview2')
-
-  cd "$srcdir/coq-$pkgver"
-
-  make COQINSTALLPREFIX="$pkgdir" install-coqide
-  install -D -m 644 -t "${pkgdir}/usr/share/man/man1/" man/coqide.1
-
-  # Remove toploop files installed by "install-ide-toploop" in the main package
-  rm -f "${pkgdir}/usr/lib/coq/toploop"/coqidetop.{cma,cmxs}
-  # In coq 8.7 this file is installed both by install-coq and install-coqide, 
remove the duplicate.
-  rm -f "${pkgdir}/usr/lib/coq/vernac/topfmt.cmi"
-
-  # Desktop file generated by gendesk
-  install -D -m 644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m 644 ide/coq.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}
-
-package_coq-doc() {
-  pkgdesc="HTML and PDF documentation for the Coq proof assistant"
-  depends=()
-
-  cd "$srcdir/coq-$pkgver"
-
-  make COQINSTALLPREFIX="$pkgdir" install-doc
-}

Copied: coq/repos/community-x86_64/PKGBUILD (from rev 410504, 
coq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:12:48 UTC (rev 410505)
@@ -0,0 +1,95 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: acieroid
+# Contributor: spider-mario 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: George Giorgidze 
+# Contributor: William J. Bowman 
+
+pkgname=('coq' 'coqide' 'coq-doc')
+pkgver=8.8.2
+pkgrel=2
+pkgdesc='Formal proof management system'
+arch=('x86_64')
+url='https://coq.inria.fr/'
+license=('GPL')
+groups=('coq')
+options=('!emptydirs')
+depends=('ocaml' 'camlp5' 'ocaml-num' 'gtk2' 'gtksourceview2')
+makedepends=('ocaml-findlib'
+ 'lablgtk2' 'gendesk' # coqide
+ 'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc
+ 'texlive-fontsextra' 'texlive-science'
+ 'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
+ 'python' 'python-sphinx' 

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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:12:38
  Author: juergen
Revision: 410504

OCaml 4.07.1 rebuild

Modified:
  coq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:12:16 UTC (rev 410503)
+++ PKGBUILD2018-11-29 07:12:38 UTC (rev 410504)
@@ -7,7 +7,7 @@
 
 pkgname=('coq' 'coqide' 'coq-doc')
 pkgver=8.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Formal proof management system'
 arch=('x86_64')
 url='https://coq.inria.fr/'


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:12:07
  Author: juergen
Revision: 410502

OCaml 4.07.1 rebuild

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:11:18 UTC (rev 410501)
+++ PKGBUILD2018-11-29 07:12:07 UTC (rev 410502)
@@ -10,7 +10,7 @@
 pkgname=camlp5
 pkgver=7.07
 _relname=rel707
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:12:16
  Author: juergen
Revision: 410503

archrelease: copy trunk to community-x86_64

Added:
  camlp5/repos/community-x86_64/PKGBUILD
(from rev 410502, camlp5/trunk/PKGBUILD)
Deleted:
  camlp5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:12:07 UTC (rev 410502)
+++ PKGBUILD2018-11-29 07:12:16 UTC (rev 410503)
@@ -1,43 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Matej Grabovsky 
-# Contributor: Kohei Suzuki 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Nathan Owe 
-# Contributor: George Giorgidze 
-# Contributor: Massimiliano Brocchini 
-# Contributor: Tej Chajed 
-
-pkgname=camlp5
-pkgver=7.07
-_relname=rel707
-pkgrel=1
-arch=('x86_64')
-pkgdesc='A preprocessor-pretty-printer of OCaml.'
-url='https://camlp5.github.io/'
-license=('BSD')
-depends=('ocaml')
-makedepends=('ocaml-compiler-libs')
-source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
-options=('staticlibs')
-sha256sums=('a2c493b833b217adf94d2000eb19015b990c4e441beb35cf36b1d33ed2351991')
-
-build() {
-  cd "${srcdir}/camlp5-${_relname}"
-
-  ./configure \
--prefix '/usr' \
--mandir '/usr/share/man' \
--strict
-
-  make world.opt
-}
-
-package() {
-  cd "${srcdir}/camlp5-${_relname}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 etc/META "${pkgdir}/usr/lib/ocaml/camlp5"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
-}
-

Copied: camlp5/repos/community-x86_64/PKGBUILD (from rev 410502, 
camlp5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:12:16 UTC (rev 410503)
@@ -0,0 +1,43 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Matej Grabovsky 
+# Contributor: Kohei Suzuki 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Nathan Owe 
+# Contributor: George Giorgidze 
+# Contributor: Massimiliano Brocchini 
+# Contributor: Tej Chajed 
+
+pkgname=camlp5
+pkgver=7.07
+_relname=rel707
+pkgrel=2
+arch=('x86_64')
+pkgdesc='A preprocessor-pretty-printer of OCaml.'
+url='https://camlp5.github.io/'
+license=('BSD')
+depends=('ocaml')
+makedepends=('ocaml-compiler-libs')
+source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz;)
+options=('staticlibs')
+sha256sums=('a2c493b833b217adf94d2000eb19015b990c4e441beb35cf36b1d33ed2351991')
+
+build() {
+  cd "${srcdir}/camlp5-${_relname}"
+
+  ./configure \
+-prefix '/usr' \
+-mandir '/usr/share/man' \
+-strict
+
+  make world.opt
+}
+
+package() {
+  cd "${srcdir}/camlp5-${_relname}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 etc/META "${pkgdir}/usr/lib/ocaml/camlp5"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
+}
+


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:11:18
  Author: juergen
Revision: 410501

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
(from rev 410500, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:11:07 UTC (rev 410500)
+++ PKGBUILD2018-11-29 07:11:18 UTC (rev 410501)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.07
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.06.0')
-makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#branch=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 410500, 
camlp4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:11:18 UTC (rev 410501)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.07
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.06.0')
+makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:11:07
  Author: juergen
Revision: 410500

OCaml 4.07.1 rebuild

Modified:
  camlp4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 03:38:26 UTC (rev 410499)
+++ PKGBUILD2018-11-29 07:11:07 UTC (rev 410500)
@@ -3,7 +3,7 @@
 
 pkgname=camlp4
 pkgver=4.07
-pkgrel=1
+pkgrel=2
 pkgdesc='Caml preprocessor and pretty-printer'
 arch=('x86_64')
 license=('GPL2')


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:09:44
  Author: juergen
Revision: 340591

archrelease: copy trunk to extra-x86_64

Added:
  ocaml-result/repos/extra-x86_64/PKGBUILD
(from rev 340590, ocaml-result/trunk/PKGBUILD)
Deleted:
  ocaml-result/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:09:35 UTC (rev 340590)
+++ PKGBUILD2018-11-29 07:09:44 UTC (rev 340591)
@@ -1,32 +0,0 @@
-# Maintainer: Jürgen Hötzel 
-
-_pkgname=result
-pkgname=ocaml-${_pkgname}
-pkgver=1.3
-pkgrel=1
-pkgdesc="Compatibility Result module"
-arch=('i686' 'x86_64' 'armv7h')
-url="https://github.com/janestreet/result;
-license=('BSD')
-depends=('ocaml')
-makedepends=('ocaml-findlib' 'dune')
-options=('!strip')
-source=("https://github.com/janestreet/result/archive/${pkgver}.tar.gz;)
-sha256sums=('47a4a7abca084ac844716b047d4b26eacbd96174034c8836f35cd400e84c8db4')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  jbuilder build
-}
-
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}$(ocamlfind printconf destdir)"
-  jbuilder install --prefix "${pkgdir}/usr" \
---libdir "${pkgdir}$(ocamlfind printconf destdir)"
-
-  install -Dm644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-  mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
-}

Copied: ocaml-result/repos/extra-x86_64/PKGBUILD (from rev 340590, 
ocaml-result/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:09:44 UTC (rev 340591)
@@ -0,0 +1,32 @@
+# Maintainer: Jürgen Hötzel 
+
+_pkgname=result
+pkgname=ocaml-${_pkgname}
+pkgver=1.3
+pkgrel=2
+pkgdesc="Compatibility Result module"
+arch=('i686' 'x86_64' 'armv7h')
+url="https://github.com/janestreet/result;
+license=('BSD')
+depends=('ocaml')
+makedepends=('ocaml-findlib' 'dune')
+options=('!strip')
+source=("https://github.com/janestreet/result/archive/${pkgver}.tar.gz;)
+sha256sums=('47a4a7abca084ac844716b047d4b26eacbd96174034c8836f35cd400e84c8db4')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  jbuilder build
+}
+
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}$(ocamlfind printconf destdir)"
+  jbuilder install --prefix "${pkgdir}/usr" \
+--libdir "${pkgdir}$(ocamlfind printconf destdir)"
+
+  install -Dm644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"
+}


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:09:56
  Author: juergen
Revision: 340592

OCaml 4.07.1 rebuild

Modified:
  ocaml-topkg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:09:44 UTC (rev 340591)
+++ PKGBUILD2018-11-29 07:09:56 UTC (rev 340592)
@@ -1,7 +1,7 @@
 # Maintainer:  Jürgen Hötzel 
 pkgname=ocaml-topkg
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A packager for distributing OCaml software"
 arch=('x86_64')
 url="http://erratique.ch/software/topkg;


[arch-commits] Commit in unison/repos/extra-x86_64 (6 files)

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:10:28
  Author: juergen
Revision: 340595

archrelease: copy trunk to extra-x86_64

Added:
  unison/repos/extra-x86_64/PKGBUILD
(from rev 340594, unison/trunk/PKGBUILD)
  unison/repos/extra-x86_64/desktop
(from rev 340594, unison/trunk/desktop)
  unison/repos/extra-x86_64/large.patch
(from rev 340594, unison/trunk/large.patch)
Deleted:
  unison/repos/extra-x86_64/PKGBUILD
  unison/repos/extra-x86_64/desktop
  unison/repos/extra-x86_64/large.patch

-+
 PKGBUILD|  105 --
 desktop |   22 ++--
 large.patch |   98 +++---
 3 files changed, 112 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:10:19 UTC (rev 340594)
+++ PKGBUILD2018-11-29 07:10:28 UTC (rev 340595)
@@ -1,53 +0,0 @@
-# $Id$
-#Maintainer: Gaetan Bisson 
-#Contributor: Tobias Powalowski 
-
-pkgname=unison
-pkgver=2.51.2
-pkgrel=2
-pkgdesc='File-synchronization tool'
-#url='https://github.com/bcpierce00/unison/'
-url='https://www.cis.upenn.edu/~bcpierce/unison/'
-arch=('x86_64')
-license=('GPL2')
-optdepends=('gtk2: graphical interface')
-makedepends=('ocaml' 'emacs' 'lablgtk2')
-source=("https://github.com/bcpierce00/unison/archive/v${pkgver}.tar.gz;
-'large.patch'
-'desktop')
-sha256sums=('a2efcbeab651be6df69cc9b253011a07955ecb91fb407a219719451197849d5e'
-'2a971cf17e0a7303e99a793829e2b7b03533d17041e3b2ebba53555a5bd62284'
-'b497b1c23cceb8967e9c3f9a39720e3029d370304ae410795121224f96c234a3')
-
-options=('!makeflags')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/region_of_string/region_of_bytes/' -i src/uigtk2.ml
-   patch -p0 -i ../large.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   for ui in gtk2 text; do
-   cp -a . build || true
-   pushd build
-   export CFLAGS=
-   make all UISTYLE=$ui DEBUGGING=false THREADS=true
-   mv src/unison src/unison-$ui
-   mv src/unison-* ..
-   popd
-   rm -fr build
-   done
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   install -d "${pkgdir}"/usr/bin
-   install -m755 unison-* "${pkgdir}"/usr/bin
-   ln -s unison-text "${pkgdir}"/usr/bin/unison
-
-   install -d "${pkgdir}"/usr/share/{pixmaps,applications}
-   install -m644 icons/U.32x32x16m.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-   install -m644 ../desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: unison/repos/extra-x86_64/PKGBUILD (from rev 340594, 
unison/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:10:28 UTC (rev 340595)
@@ -0,0 +1,52 @@
+#Maintainer: Gaetan Bisson 
+#Contributor: Tobias Powalowski 
+
+pkgname=unison
+pkgver=2.51.2
+pkgrel=3
+pkgdesc='File-synchronization tool'
+#url='https://github.com/bcpierce00/unison/'
+url='https://www.cis.upenn.edu/~bcpierce/unison/'
+arch=('x86_64')
+license=('GPL2')
+optdepends=('gtk2: graphical interface')
+makedepends=('ocaml' 'emacs' 'lablgtk2')
+source=("https://github.com/bcpierce00/unison/archive/v${pkgver}.tar.gz;
+'large.patch'
+'desktop')
+sha256sums=('a2efcbeab651be6df69cc9b253011a07955ecb91fb407a219719451197849d5e'
+'2a971cf17e0a7303e99a793829e2b7b03533d17041e3b2ebba53555a5bd62284'
+'b497b1c23cceb8967e9c3f9a39720e3029d370304ae410795121224f96c234a3')
+
+options=('!makeflags')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/region_of_string/region_of_bytes/' -i src/uigtk2.ml
+   patch -p0 -i ../large.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   for ui in gtk2 text; do
+   cp -a . build || true
+   pushd build
+   export CFLAGS=
+   make all UISTYLE=$ui DEBUGGING=false THREADS=true
+   mv src/unison src/unison-$ui
+   mv src/unison-* ..
+   popd
+   rm -fr build
+   done
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   install -d "${pkgdir}"/usr/bin
+   install -m755 unison-* "${pkgdir}"/usr/bin
+   ln -s unison-text "${pkgdir}"/usr/bin/unison
+
+   install -d "${pkgdir}"/usr/share/{pixmaps,applications}
+   install -m644 icons/U.32x32x16m.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+   install -m644 ../desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}

Deleted: desktop
===
--- desktop 2018-11-29 07:10:19 UTC (rev 340594)
+++ desktop 2018-11-29 07:10:28 UTC (rev 340595)
@@ -1,11 +0,0 @@
-[Desktop Entry]

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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:10:05
  Author: juergen
Revision: 340593

archrelease: copy trunk to extra-x86_64

Added:
  ocaml-topkg/repos/extra-x86_64/PKGBUILD
(from rev 340592, ocaml-topkg/trunk/PKGBUILD)
Deleted:
  ocaml-topkg/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:09:56 UTC (rev 340592)
+++ PKGBUILD2018-11-29 07:10:05 UTC (rev 340593)
@@ -1,28 +0,0 @@
-# Maintainer:  Jürgen Hötzel 
-pkgname=ocaml-topkg
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="A packager for distributing OCaml software"
-arch=('x86_64')
-url="http://erratique.ch/software/topkg;
-license=('BSD')
-depends=('ocaml' 'ocaml-result')
-makedepends=('ocaml-findlib' 'ocamlbuild' 'opam' 'ocaml-compiler-libs')
-source=("http://erratique.ch/software/topkg/releases/topkg-${pkgver}.tbz;)
-md5sums=('8978a0595db1a22e4251ec62735d4b84')
-
-build() {
-  cd "${srcdir}/topkg-${pkgver}"
-
-  pkg/pkg.ml build --pkg-name topkg
-}
-
-package() {
-  cd "${srcdir}/topkg-${pkgver}"
-
-  opam-installer --prefix="${pkgdir}/usr" \
---libdir="${pkgdir}$(ocamlc -where)" \
---docdir="${pkgdir}/usr/share/doc"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  mv "${pkgdir}/usr/share/doc/topkg/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: ocaml-topkg/repos/extra-x86_64/PKGBUILD (from rev 340592, 
ocaml-topkg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:10:05 UTC (rev 340593)
@@ -0,0 +1,28 @@
+# Maintainer:  Jürgen Hötzel 
+pkgname=ocaml-topkg
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="A packager for distributing OCaml software"
+arch=('x86_64')
+url="http://erratique.ch/software/topkg;
+license=('BSD')
+depends=('ocaml' 'ocaml-result')
+makedepends=('ocaml-findlib' 'ocamlbuild' 'opam' 'ocaml-compiler-libs')
+source=("http://erratique.ch/software/topkg/releases/topkg-${pkgver}.tbz;)
+md5sums=('8978a0595db1a22e4251ec62735d4b84')
+
+build() {
+  cd "${srcdir}/topkg-${pkgver}"
+
+  pkg/pkg.ml build --pkg-name topkg
+}
+
+package() {
+  cd "${srcdir}/topkg-${pkgver}"
+
+  opam-installer --prefix="${pkgdir}/usr" \
+--libdir="${pkgdir}$(ocamlc -where)" \
+--docdir="${pkgdir}/usr/share/doc"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  mv "${pkgdir}/usr/share/doc/topkg/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+}


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:10:19
  Author: juergen
Revision: 340594

OCaml 4.07.1 rebuild

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:10:05 UTC (rev 340593)
+++ PKGBUILD2018-11-29 07:10:19 UTC (rev 340594)
@@ -3,7 +3,7 @@
 
 pkgname=unison
 pkgver=2.51.2
-pkgrel=2
+pkgrel=3
 pkgdesc='File-synchronization tool'
 #url='https://github.com/bcpierce00/unison/'
 url='https://www.cis.upenn.edu/~bcpierce/unison/'


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:09:35
  Author: juergen
Revision: 340590

OCaml 4.07.1 rebuild

Modified:
  ocaml-result/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:09:09 UTC (rev 340589)
+++ PKGBUILD2018-11-29 07:09:35 UTC (rev 340590)
@@ -3,7 +3,7 @@
 _pkgname=result
 pkgname=ocaml-${_pkgname}
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Compatibility Result module"
 arch=('i686' 'x86_64' 'armv7h')
 url="https://github.com/janestreet/result;


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:09:09
  Author: juergen
Revision: 340589

archrelease: copy trunk to extra-x86_64

Added:
  ocaml-integers/repos/extra-x86_64/PKGBUILD
(from rev 340588, ocaml-integers/trunk/PKGBUILD)
Deleted:
  ocaml-integers/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:08:55 UTC (rev 340588)
+++ PKGBUILD2018-11-29 07:09:09 UTC (rev 340589)
@@ -1,30 +0,0 @@
-# Maintainer: Jürgen Hötzel 
-
-pkgname=ocaml-integers
-pkgver=0.2.2
-pkgrel=1
-pkgdesc='Library for binding to C libraries using pure OCaml'
-arch=('i686' 'x86_64')
-url=https://github.com/ocamllabs/ocaml-integers
-license=('custom')
-options=('!strip')
-makedepends=('ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs' 'ocamlbuild' 
'opam')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('f966342ad19682d4d5ade1e202388a81')
-
-
-build() {
-  cd ${pkgname}-$pkgver
-  make
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-
-  opam-installer --prefix="${pkgdir}/usr" \
---libdir="${pkgdir}$(ocamlc -where)" \
---docdir="${pkgdir}/usr/share/doc" \
---stubsdir="${pkgdir}$(ocamlc -where)/stublibs"
-
-  install -Dm644 LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE.md
-}

Copied: ocaml-integers/repos/extra-x86_64/PKGBUILD (from rev 340588, 
ocaml-integers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:09:09 UTC (rev 340589)
@@ -0,0 +1,30 @@
+# Maintainer: Jürgen Hötzel 
+
+pkgname=ocaml-integers
+pkgver=0.2.2
+pkgrel=2
+pkgdesc='Library for binding to C libraries using pure OCaml'
+arch=('i686' 'x86_64')
+url=https://github.com/ocamllabs/ocaml-integers
+license=('custom')
+options=('!strip')
+makedepends=('ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs' 'ocamlbuild' 
'opam')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/$pkgname/archive/v$pkgver.tar.gz;)
+md5sums=('f966342ad19682d4d5ade1e202388a81')
+
+
+build() {
+  cd ${pkgname}-$pkgver
+  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+
+  opam-installer --prefix="${pkgdir}/usr" \
+--libdir="${pkgdir}$(ocamlc -where)" \
+--docdir="${pkgdir}/usr/share/doc" \
+--stubsdir="${pkgdir}$(ocamlc -where)/stublibs"
+
+  install -Dm644 LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE.md
+}


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:08:55
  Author: juergen
Revision: 340588

OCaml 4.07.1 rebuild

Modified:
  ocaml-integers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:08:35 UTC (rev 340587)
+++ PKGBUILD2018-11-29 07:08:55 UTC (rev 340588)
@@ -2,7 +2,7 @@
 
 pkgname=ocaml-integers
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for binding to C libraries using pure OCaml'
 arch=('i686' 'x86_64')
 url=https://github.com/ocamllabs/ocaml-integers


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:08:35
  Author: juergen
Revision: 340587

archrelease: copy trunk to extra-x86_64

Added:
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD
(from rev 340586, ocaml-ctypes/trunk/PKGBUILD)
Deleted:
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:08:26 UTC (rev 340586)
+++ PKGBUILD2018-11-29 07:08:35 UTC (rev 340587)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Armin K. 
-
-pkgname=ocaml-ctypes
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Library for binding to C libraries using pure OCaml"
-arch=('x86_64')
-url="https://github.com/ocamllabs/ocaml-ctypes;
-license=('MIT')
-depends=('ocaml>=4.07.0' 'libffi' 'ocaml-integers')
-makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('e97aea533b3ce254747dcec39c92f0ca74859b9fe29533d2f391598105693a7f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-x86_64/PKGBUILD (from rev 340586, 
ocaml-ctypes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:08:35 UTC (rev 340587)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Armin K. 
+
+pkgname=ocaml-ctypes
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="Library for binding to C libraries using pure OCaml"
+arch=('x86_64')
+url="https://github.com/ocamllabs/ocaml-ctypes;
+license=('MIT')
+depends=('ocaml>=4.07.0' 'libffi' 'ocaml-integers')
+makedepends=('ocaml-findlib' 'ocaml-compiler-libs')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('e97aea533b3ce254747dcec39c92f0ca74859b9fe29533d2f391598105693a7f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:08:09
  Author: juergen
Revision: 340585

archrelease: copy trunk to extra-x86_64

Added:
  ocamlbuild/repos/extra-x86_64/PKGBUILD
(from rev 340584, ocamlbuild/trunk/PKGBUILD)
Deleted:
  ocamlbuild/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:07:59 UTC (rev 340584)
+++ PKGBUILD2018-11-29 07:08:09 UTC (rev 340585)
@@ -1,26 +0,0 @@
-# Maintainer: Jürgen Hötzel 
-
-pkgname=ocamlbuild
-pkgver=0.13.1
-pkgrel=1
-pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/ocamlbuild/releases'
-depends=('ocaml>=4.04.0')
-options=('!makeflags')
-source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz;)
-sha1sums=('092907719d184ca5ada87958eea1866e83b0fd51')
-
-build() {
-  cd $pkgname-$pkgver
-  make configure
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-

Copied: ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 340584, 
ocamlbuild/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:08:09 UTC (rev 340585)
@@ -0,0 +1,26 @@
+# Maintainer: Jürgen Hötzel 
+
+pkgname=ocamlbuild
+pkgver=0.13.1
+pkgrel=2
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.04.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz;)
+sha1sums=('092907719d184ca5ada87958eea1866e83b0fd51')
+
+build() {
+  cd $pkgname-$pkgver
+  make configure
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:08:26
  Author: juergen
Revision: 340586

OCaml 4.07.1 rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:08:09 UTC (rev 340585)
+++ PKGBUILD2018-11-29 07:08:26 UTC (rev 340586)
@@ -3,7 +3,7 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:07:59
  Author: juergen
Revision: 340584

OCaml 4.07.1 rebuild

Modified:
  ocamlbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:06:22 UTC (rev 340583)
+++ PKGBUILD2018-11-29 07:07:59 UTC (rev 340584)
@@ -2,7 +2,7 @@
 
 pkgname=ocamlbuild
 pkgver=0.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
 arch=('x86_64')
 license=('GPL2')


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:06:22
  Author: juergen
Revision: 340583

archrelease: copy trunk to extra-x86_64

Added:
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 340582, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/llvm-config.h
(from rev 340582, llvm/trunk/llvm-config.h)
Deleted:
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/llvm-config.h

---+
 PKGBUILD  |  242 
 llvm-config.h |   18 ++--
 2 files changed, 130 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:04:43 UTC (rev 340582)
+++ PKGBUILD2018-11-29 07:06:22 UTC (rev 340583)
@@ -1,121 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=('llvm' 'llvm-libs' 'llvm-ocaml')
-pkgver=7.0.0
-pkgrel=2
-_ocaml_ver=4.07.1
-arch=('x86_64')
-url="https://llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2' 
'python-sphinx'
- "ocaml=$_ocaml_ver" 'ocaml-ctypes' 'ocaml-findlib')
-options=('staticlibs')
-source=(https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
-llvm-config.h)
-sha256sums=('8bc1f844e6cbde1b652c19c1edebc1864456fd9c78b8c1bea038e51b363fe222'
-'SKIP'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-prepare() {
-  cd "$srcdir/llvm-$pkgver.src"
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/llvm-$pkgver.src/build"
-
-  cmake .. -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_HOST_TRIPLE=$CHOST \
--DLLVM_BUILD_LLVM_DYLIB=ON \
--DLLVM_LINK_LLVM_DYLIB=ON \
--DLLVM_INSTALL_UTILS=ON \
--DLLVM_ENABLE_RTTI=ON \
--DLLVM_ENABLE_FFI=ON \
--DLLVM_BUILD_TESTS=ON \
--DLLVM_BUILD_DOCS=ON \
--DLLVM_ENABLE_SPHINX=ON \
--DLLVM_ENABLE_DOXYGEN=OFF \
--DSPHINX_WARNINGS_AS_ERRORS=OFF \
--DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
--DLLVM_BINUTILS_INCDIR=/usr/include
-  ninja all ocaml_doc
-}
-
-check() {
-  cd "$srcdir/llvm-$pkgver.src/build"
-  ninja check
-}
-
-package_llvm() {
-  pkgdesc="Collection of modular and reusable compiler and toolchain 
technologies"
-  depends=('llvm-libs' 'perl')
-  optdepends=('python-setuptools: for using lit (LLVM Integrated Tester)')
-
-  cd "$srcdir/llvm-$pkgver.src/build"
-
-  DESTDIR="$pkgdir" ninja install
-
-  # Include lit for running lit-based tests in other projects
-  pushd ../utils/lit
-  python3 setup.py install --root="$pkgdir" -O1
-  popd
-
-  # Remove documentation sources
-  rm -r "$pkgdir"/usr/share/doc/$pkgname/html/{_sources,.buildinfo}
-
-  # The runtime libraries go into llvm-libs
-  mv -f "$pkgdir"/usr/lib/lib{LLVM,LTO}*.so* "$srcdir"
-  mv -f "$pkgdir"/usr/lib/LLVMgold.so "$srcdir"
-
-  # OCaml bindings go to a separate package
-  rm -rf "$srcdir"/ocaml.{lib,doc}
-  mv "$pkgdir/usr/lib/ocaml" "$srcdir/ocaml.lib"
-  mv "$pkgdir/usr/share/doc/$pkgname/ocaml-html" "$srcdir/ocaml.doc"
-
-  if [[ $CARCH == x86_64 ]]; then
-# Needed for multilib (https://bugs.archlinux.org/task/29951)
-# Header stub is taken from Fedora
-mv "$pkgdir/usr/include/llvm/Config/llvm-config"{,-64}.h
-cp "$srcdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config.h"
-  fi
-
-  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_llvm-libs() {
-  pkgdesc="LLVM runtime libraries"
-  depends=('gcc-libs' 'zlib' 'libffi' 'libedit' 'ncurses' 'libxml2')
-
-  install -d "$pkgdir/usr/lib"
-  cp -P \
-"$srcdir"/lib{LLVM,LTO}*.so* \
-"$srcdir"/LLVMgold.so \
-"$pkgdir/usr/lib/"
-
-  # Symlink LLVMgold.so from /usr/lib/bfd-plugins
-  # https://bugs.archlinux.org/task/28479
-  install -d "$pkgdir/usr/lib/bfd-plugins"
-  ln -s ../LLVMgold.so "$pkgdir/usr/lib/bfd-plugins/LLVMgold.so"
-
-  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_llvm-ocaml() {
-  pkgdesc="OCaml bindings for LLVM"
-  depends=('llvm' "ocaml=$_ocaml_ver" 'ocaml-ctypes')
-
-  install -d "$pkgdir"/{usr/lib,usr/share/doc/$pkgname}
-  cp -a "$srcdir/ocaml.lib" "$pkgdir/usr/lib/ocaml"
-  cp -a "$srcdir/ocaml.doc" "$pkgdir/usr/share/doc/$pkgname/html"
-
-  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: llvm/repos/extra-x86_64/PKGBUILD (from rev 340582, llvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:06:22 UTC (rev 340583)
@@ -0,0 +1,121 @@
+# Maintainer: 

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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:04:43
  Author: juergen
Revision: 340582

archrelease: copy trunk to extra-x86_64

Added:
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 340581, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/llvm-config.h
(from rev 340581, llvm/trunk/llvm-config.h)
Deleted:
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/llvm-config.h

---+
 PKGBUILD  |  242 
 llvm-config.h |   18 ++--
 2 files changed, 130 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:04:22 UTC (rev 340581)
+++ PKGBUILD2018-11-29 07:04:43 UTC (rev 340582)
@@ -1,121 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=('llvm' 'llvm-libs' 'llvm-ocaml')
-pkgver=7.0.0
-pkgrel=1
-_ocaml_ver=4.07.0
-arch=('x86_64')
-url="https://llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2' 
'python-sphinx'
- "ocaml=$_ocaml_ver" 'ocaml-ctypes' 'ocaml-findlib')
-options=('staticlibs')
-source=(https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
-llvm-config.h)
-sha256sums=('8bc1f844e6cbde1b652c19c1edebc1864456fd9c78b8c1bea038e51b363fe222'
-'SKIP'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-prepare() {
-  cd "$srcdir/llvm-$pkgver.src"
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/llvm-$pkgver.src/build"
-
-  cmake .. -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_HOST_TRIPLE=$CHOST \
--DLLVM_BUILD_LLVM_DYLIB=ON \
--DLLVM_LINK_LLVM_DYLIB=ON \
--DLLVM_INSTALL_UTILS=ON \
--DLLVM_ENABLE_RTTI=ON \
--DLLVM_ENABLE_FFI=ON \
--DLLVM_BUILD_TESTS=ON \
--DLLVM_BUILD_DOCS=ON \
--DLLVM_ENABLE_SPHINX=ON \
--DLLVM_ENABLE_DOXYGEN=OFF \
--DSPHINX_WARNINGS_AS_ERRORS=OFF \
--DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
--DLLVM_BINUTILS_INCDIR=/usr/include
-  ninja all ocaml_doc
-}
-
-check() {
-  cd "$srcdir/llvm-$pkgver.src/build"
-  ninja check
-}
-
-package_llvm() {
-  pkgdesc="Collection of modular and reusable compiler and toolchain 
technologies"
-  depends=('llvm-libs' 'perl')
-  optdepends=('python-setuptools: for using lit (LLVM Integrated Tester)')
-
-  cd "$srcdir/llvm-$pkgver.src/build"
-
-  DESTDIR="$pkgdir" ninja install
-
-  # Include lit for running tests with clang and friends
-  pushd ../utils/lit
-  python3 setup.py install --root="$pkgdir" -O1
-  popd
-
-  # Remove documentation sources
-  rm -r "$pkgdir"/usr/share/doc/$pkgname/html/{_sources,.buildinfo}
-
-  # The runtime libraries go into llvm-libs
-  mv -f "$pkgdir"/usr/lib/lib{LLVM,LTO}*.so* "$srcdir"
-  mv -f "$pkgdir"/usr/lib/LLVMgold.so "$srcdir"
-
-  # OCaml bindings go to a separate package
-  rm -rf "$srcdir"/ocaml.{lib,doc}
-  mv "$pkgdir/usr/lib/ocaml" "$srcdir/ocaml.lib"
-  mv "$pkgdir/usr/share/doc/$pkgname/ocaml-html" "$srcdir/ocaml.doc"
-
-  if [[ $CARCH == x86_64 ]]; then
-# Needed for multilib (https://bugs.archlinux.org/task/29951)
-# Header stub is taken from Fedora
-mv "$pkgdir/usr/include/llvm/Config/llvm-config"{,-64}.h
-cp "$srcdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config.h"
-  fi
-
-  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_llvm-libs() {
-  pkgdesc="LLVM runtime libraries"
-  depends=('gcc-libs' 'zlib' 'libffi' 'libedit' 'ncurses' 'libxml2')
-
-  install -d "$pkgdir/usr/lib"
-  cp -P \
-"$srcdir"/lib{LLVM,LTO}*.so* \
-"$srcdir"/LLVMgold.so \
-"$pkgdir/usr/lib/"
-
-  # Symlink LLVMgold.so from /usr/lib/bfd-plugins
-  # https://bugs.archlinux.org/task/28479
-  install -d "$pkgdir/usr/lib/bfd-plugins"
-  ln -s ../LLVMgold.so "$pkgdir/usr/lib/bfd-plugins/LLVMgold.so"
-
-  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_llvm-ocaml() {
-  pkgdesc="OCaml bindings for LLVM"
-  depends=('llvm' "ocaml=$_ocaml_ver" 'ocaml-ctypes')
-
-  install -d "$pkgdir"/{usr/lib,usr/share/doc/$pkgname}
-  cp -a "$srcdir/ocaml.lib" "$pkgdir/usr/lib/ocaml"
-  cp -a "$srcdir/ocaml.doc" "$pkgdir/usr/share/doc/$pkgname/html"
-
-  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: llvm/repos/extra-x86_64/PKGBUILD (from rev 340581, llvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:04:43 UTC (rev 340582)
@@ -0,0 +1,121 @@
+# Maintainer: 

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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:04:22
  Author: juergen
Revision: 340581

OCaml 4.07.1 rebuild

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:04:01 UTC (rev 340580)
+++ PKGBUILD2018-11-29 07:04:22 UTC (rev 340581)
@@ -3,8 +3,8 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml')
 pkgver=7.0.0
-pkgrel=1
-_ocaml_ver=4.07.0
+pkgrel=2
+_ocaml_ver=4.07.1
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:04:01
  Author: juergen
Revision: 340580

archrelease: copy trunk to extra-x86_64

Added:
  lablgtk2/repos/extra-x86_64/PKGBUILD
(from rev 340579, lablgtk2/trunk/PKGBUILD)
Deleted:
  lablgtk2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:03:48 UTC (rev 340579)
+++ PKGBUILD2018-11-29 07:04:01 UTC (rev 340580)
@@ -1,36 +0,0 @@
-# $Id$
-#Maintainer: Juergen Hoetzel 
-
-pkgname=lablgtk2
-pkgver=2.18.6
-pkgrel=2
-pkgdesc="An Objective Caml interface to gtk2"
-arch=(x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/;
-depends=('gtk2' 'librsvg' 'gtksourceview2')
-makedepends=('ocaml-compiler-libs>=4.0.7' 'camlp4>=4.07')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=("https://forge.ocamlcore.org/frs/download.php/1726/lablgtk-2.18.6.tar.gz;)
-md5sums=('30e9eef159eb88db0dce2438a60a6402')
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr \
---without-glade \
---without-gnomeui \
---without-gnomecanvas \
---without-panel \
---without-gtkspell \
---without-gtksourceview
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}

Copied: lablgtk2/repos/extra-x86_64/PKGBUILD (from rev 340579, 
lablgtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:04:01 UTC (rev 340580)
@@ -0,0 +1,35 @@
+#Maintainer: Juergen Hoetzel 
+
+pkgname=lablgtk2
+pkgver=2.18.6
+pkgrel=3
+pkgdesc="An Objective Caml interface to gtk2"
+arch=(x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/;
+depends=('gtk2' 'librsvg' 'gtksourceview2')
+makedepends=('ocaml-compiler-libs>=4.0.7' 'camlp4>=4.07')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=("https://forge.ocamlcore.org/frs/download.php/1726/lablgtk-2.18.6.tar.gz;)
+md5sums=('30e9eef159eb88db0dce2438a60a6402')
+options=(!makeflags staticlibs)
+
+build() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  ./configure --prefix=/usr \
+--without-glade \
+--without-gnomeui \
+--without-gnomecanvas \
+--without-panel \
+--without-gtkspell \
+--without-gtksourceview
+  make world
+  make opt
+}
+
+package() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  make DESTDIR=${pkgdir} old-install
+  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
+}


[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:03:27
  Author: juergen
Revision: 340578

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 340577, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 340577, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 340577, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  113 -
 ghostscript918.patch |   36 +++
 install  |   24 +-
 3 files changed, 86 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:03:16 UTC (rev 340577)
+++ PKGBUILD2018-11-29 07:03:27 UTC (rev 340578)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.40.1
-pkgrel=13
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-
-# http://www.graphviz.org/Download_source.php
-source=("https://graphviz.gitlab.io/pub/graphviz/stable/SOURCES/graphviz.tar.gz;
-'ghostscript918.patch')
-sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   export LIBPOSTFIX=/
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 340577, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:03:27 UTC (rev 340578)
@@ -0,0 +1,56 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=14
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# http://www.graphviz.org/Download_source.php
+source=("https://graphviz.gitlab.io/pub/graphviz/stable/SOURCES/graphviz.tar.gz;
+'ghostscript918.patch')
+sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   export LIBPOSTFIX=/
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # Deduplicates TCL libraries
+   cd "${pkgdir}/usr/lib/tcl8.6"
+   rm -fr graphviz
+   ln -s ../graphviz/tcl graphviz
+}

Deleted: ghostscript918.patch
===
--- ghostscript918.patch2018-11-29 07:03:16 UTC (rev 340577)
+++ ghostscript918.patch2018-11-29 07:03:27 UTC (rev 340578)
@@ -1,18 +0,0 @@
-diff -uprb graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c 
graphviz-2.38.0/plugin/gs/gvloadimage_gs.c
 

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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:03:48
  Author: juergen
Revision: 340579

OCaml 4.07.1 rebuild

Modified:
  lablgtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:03:27 UTC (rev 340578)
+++ PKGBUILD2018-11-29 07:03:48 UTC (rev 340579)
@@ -2,7 +2,7 @@
 
 pkgname=lablgtk2
 pkgver=2.18.6
-pkgrel=2
+pkgrel=3
 pkgdesc="An Objective Caml interface to gtk2"
 arch=(x86_64)
 license=('LGPL')


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Thursday, November 29, 2018 @ 07:02:59
  Author: arojas
Revision: 340576

archrelease: copy trunk to extra-x86_64

Added:
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 340575, plasma-desktop/trunk/PKGBUILD)
Deleted:
  plasma-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:02:35 UTC (rev 340575)
+++ PKGBUILD2018-11-29 07:02:59 UTC (rev 340576)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.14.4
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=(polkit-kde-agent libxkbfile kmenuedit appstream-qt systemsettings 
ksysguard kpeople baloo)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim kdesignerplugin)
-groups=(plasma)
-sha256sums=('721c684085268726591a93c11db251cddf13b2ea094d8d1f7aa9beadfc42b049'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-  'powerdevil: power management'
-  'ibus: kimpanel IBUS support'
-  'scim: kimpanel SCIM support'
-  'discover: manage applications installation from the launcher')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 340575, 
plasma-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:02:59 UTC (rev 340576)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.14.4
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-401508.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=9b1f3e7e;)
+depends=(polkit-kde-agent libxkbfile kmenuedit appstream-qt systemsettings 
ksysguard kpeople baloo)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('721c684085268726591a93c11db251cddf13b2ea094d8d1f7aa9beadfc42b049'
+'SKIP'
+'ab336b9566706e49303d5dd9af5048ae2fa589133a044a3cce9995c514766d04')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-401508.patch # Fix task manager groups
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management'
+  'ibus: kimpanel IBUS support'
+  'scim: kimpanel SCIM support'
+  'discover: manage applications installation from the launcher')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Split knetattach
+  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
+}
+

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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:03:16
  Author: juergen
Revision: 340577

OCaml 4.07.1 rebuild

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:02:59 UTC (rev 340576)
+++ PKGBUILD2018-11-29 07:03:16 UTC (rev 340577)
@@ -4,7 +4,7 @@
 
 pkgname=graphviz
 pkgver=2.40.1
-pkgrel=13
+pkgrel=14
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('EPL')


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Thursday, November 29, 2018 @ 07:02:35
  Author: arojas
Revision: 340575

Fix regression in task manager groups

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 07:01:17 UTC (rev 340574)
+++ PKGBUILD2018-11-29 07:02:35 UTC (rev 340575)
@@ -5,18 +5,20 @@
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
 pkgver=5.14.4
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-401508.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=9b1f3e7e;)
 depends=(polkit-kde-agent libxkbfile kmenuedit appstream-qt systemsettings 
ksysguard kpeople baloo)
 makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
  libibus scim kdesignerplugin)
 groups=(plasma)
 sha256sums=('721c684085268726591a93c11db251cddf13b2ea094d8d1f7aa9beadfc42b049'
-'SKIP')
+'SKIP'
+'ab336b9566706e49303d5dd9af5048ae2fa589133a044a3cce9995c514766d04')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

@@ -24,6 +26,9 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-401508.patch # Fix task manager groups
 }
 
 build() {


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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:01:17
  Author: juergen
Revision: 340574

archrelease: copy trunk to extra-x86_64

Added:
  ocaml/repos/extra-x86_64/PKGBUILD
(from rev 340573, ocaml/trunk/PKGBUILD)
Deleted:
  ocaml/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:01:02 UTC (rev 340573)
+++ PKGBUILD2018-11-29 07:01:17 UTC (rev 340574)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgbase='ocaml'
-pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.07.0
-pkgrel=1
-pkgdesc="A functional language with OO extensions"
-arch=('x86_64')
-license=('LGPL2.1' 'custom: QPL-1.0')
-url="http://caml.inria.fr/;
-depends=('gdbm')
-makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
-optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('9dd56728f2ceea4784e6d574612fbcee2aa4c611')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure -prefix /usr -x11include /usr/include
-  make world.opt
-}
-
-package_ocaml() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
-
-  # Save >10MB with this one, makepkg only strips debug symbols.
-  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  # remove compiler libs
-  rm -rf "${pkgdir}/usr/lib/ocaml/compiler-libs"
-}
-
-package_ocaml-compiler-libs() {
-pkgdesc="Several modules used internally by the OCaml compiler"
-license=('custom: QPL-1.0')
-depends=('ocaml')
-optdepends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  # from Makefile
-  BYTESTART=driver/main.cmo
-  TOPLEVELSTART=toplevel/topstart.cmo
-  mkdir -p "${pkgdir}/usr/lib/ocaml/compiler-libs"
-  cp utils/*.cmi utils/*.cmt utils/*.cmti utils/*.mli \
- parsing/*.cmi parsing/*.cmt parsing/*.cmti parsing/*.mli \
- typing/*.cmi typing/*.cmt typing/*.cmti typing/*.mli \
- bytecomp/*.cmi bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
- driver/*.cmi driver/*.cmt driver/*.cmti driver/*.mli \
- toplevel/*.cmi toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
- "${pkgdir}/usr/lib/ocaml/compiler-libs"
-  cp compilerlibs/* ${BYTESTART} ${TOPLEVELSTART} \
-  "${pkgdir}/usr/lib/ocaml/compiler-libs"
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: ocaml/repos/extra-x86_64/PKGBUILD (from rev 340573, 
ocaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:01:17 UTC (rev 340574)
@@ -0,0 +1,63 @@
+# Maintainer: Tobias Powalowski 
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.07.1
+pkgrel=1
+pkgdesc="A functional language with OO extensions"
+arch=('x86_64')
+license=('LGPL2.1' 'custom: QPL-1.0')
+url="http://caml.inria.fr/;
+depends=('gdbm')
+makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('4f6457627a034e3b58c88a5ee6cc69aebd306746')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure -prefix /usr -x11include /usr/include
+  make world.opt
+}
+
+package_ocaml() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
+
+  # Save >10MB with this one, makepkg only strips debug symbols.
+  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
+
+  # install license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  # remove compiler libs
+  rm -rf "${pkgdir}/usr/lib/ocaml/compiler-libs"
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc="Several modules used internally by the OCaml compiler"
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  # from Makefile
+  BYTESTART=driver/main.cmo
+  TOPLEVELSTART=toplevel/topstart.cmo
+  mkdir -p "${pkgdir}/usr/lib/ocaml/compiler-libs"
+  cp utils/*.cmi utils/*.cmt utils/*.cmti utils/*.mli \
+ parsing/*.cmi parsing/*.cmt parsing/*.cmti parsing/*.mli \
+ typing/*.cmi typing/*.cmt typing/*.cmti typing/*.mli \
+ bytecomp/*.cmi bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
+   

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

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:01:02
  Author: juergen
Revision: 340573

update to OCaml 4.07.1

Modified:
  ocaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 22:58:16 UTC (rev 340572)
+++ PKGBUILD2018-11-29 07:01:02 UTC (rev 340573)
@@ -2,7 +2,7 @@
 
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.07.0
+pkgver=4.07.1
 pkgrel=1
 pkgdesc="A functional language with OO extensions"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
 optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
 
source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('9dd56728f2ceea4784e6d574612fbcee2aa4c611')
+sha1sums=('4f6457627a034e3b58c88a5ee6cc69aebd306746')
 options=('!makeflags' '!emptydirs' 'staticlibs')
 
 build() {


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

2018-11-28 Thread Eli Schwartz via arch-commits
Date: Thursday, November 29, 2018 @ 03:38:26
  Author: eschwartz
Revision: 410499

archrelease: copy trunk to community-staging-x86_64

Added:
  code/repos/community-staging-x86_64/PKGBUILD
(from rev 410498, code/trunk/PKGBUILD)
  code/repos/community-staging-x86_64/code-liveshare.diff
(from rev 410498, code/trunk/code-liveshare.diff)
  code/repos/community-staging-x86_64/code.js
(from rev 410498, code/trunk/code.js)
  code/repos/community-staging-x86_64/code.sh
(from rev 410498, code/trunk/code.sh)
  code/repos/community-staging-x86_64/product_json.diff
(from rev 410498, code/trunk/product_json.diff)
Deleted:
  code/repos/community-staging-x86_64/PKGBUILD
  code/repos/community-staging-x86_64/code-liveshare.diff
  code/repos/community-staging-x86_64/code.js
  code/repos/community-staging-x86_64/code.sh
  code/repos/community-staging-x86_64/product_json.diff

-+
 PKGBUILD|  239 +-
 code-liveshare.diff |   24 ++---
 code.js |   58 ++--
 code.sh |6 -
 product_json.diff   |   42 
 5 files changed, 186 insertions(+), 183 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 03:38:02 UTC (rev 410498)
+++ PKGBUILD2018-11-29 03:38:26 UTC (rev 410499)
@@ -1,118 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-pkgver=1.29.1
-pkgrel=2
-arch=('x86_64')
-url='https://github.com/Microsoft/vscode'
-license=('MIT')
-depends=('electron' 'libsecret' 'libxkbfile')
-# doesn't build without old nodejs: 
https://github.com/Microsoft/vscode/issues/49292
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-carbon')
-source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver;
-'code.js'
-'code.sh'
-'product_json.diff'
-'code-liveshare.diff')
-sha512sums=('SKIP'
-
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
-
'3c4bf0942ba9f1ba33937cc08e87caa8d6c030b862f99b2bac9ce6665739dd6a5f5a255b617c3f27ffd49df35563efa32f2c1a6240f9e19f16356bb12edac891'
-
'0bd10ca06dea22854e47fc45d833756ee8d7bf714c88f63feef44e0b0b5da052fba3c27d001865e3389f391cd7b888d92dc0ba44029fa5c736225da3cf2f9a46')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p1 < ../product_json.diff
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # See https://github.com/MicrosoftDocs/live-share/issues/262 for details
-  patch -p1 < ../code-liveshare.diff
-
-  # Build native modules for system electron
-  local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
-  mkdir -p path
-  ln -sf /usr/bin/python2 path/python
-  export PATH="$PWD/path:$PATH"
-
-  cd $pkgname
-
-  yarn install --arch=$_vscode_arch
-
-  # The default memory limit may be too low for current versions of node
-  # to successfully build vscode. Change it if this number still doesn't
-  # work for your system.
-  mem_limit="--max_old_space_size=4096"
-
-  if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
-  then
-  echo
-  echo "*** NOTE: If the build failed due to running out of file handles 
(EMFILE),"
-  echo "*** you will need to raise your max open file limit."
-  echo "*** You can check this for more information on how to increase 
this limit:"
-  echo "***
https://ro-che.info/articles/2017-03-26-increase-open-files-limit;
-  exit 1
-  fi
-}
-
-package() {
-  # Install resource files
-  install -dm 755 "$pkgdir"/usr/lib/$pkgname
-  cp -r --no-preserve=ownership --preserve=mode 
VSCode-linux-$_vscode_arch/resources/app/* "$pkgdir"/usr/lib/$pkgname/
-
-  # Install binary
-  install -Dm 755 code.sh "$pkgdir"/usr/bin/code-oss
-  install -Dm 755 code.js "$pkgdir"/usr/lib/$pkgname/code.js
-  ln -sf /usr/bin/code-oss "$pkgdir"/usr/bin/code
-
-  # Install appdata and desktop file
-  install -Dm 644 

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

2018-11-28 Thread Eli Schwartz via arch-commits
Date: Thursday, November 29, 2018 @ 03:38:02
  Author: eschwartz
Revision: 410498

upgpkg: code 1.29.1-3

use system ripgrep

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 02:07:37 UTC (rev 410497)
+++ PKGBUILD2018-11-29 03:38:02 UTC (rev 410498)
@@ -5,11 +5,11 @@
 pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 pkgver=1.29.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://github.com/Microsoft/vscode'
 license=('MIT')
-depends=('electron' 'libsecret' 'libxkbfile')
+depends=('electron' 'libsecret' 'libxkbfile' 'ripgrep')
 # doesn't build without old nodejs: 
https://github.com/Microsoft/vscode/issues/49292
 makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-carbon')
 source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver;
@@ -102,6 +102,9 @@
   install -dm 755 "$pkgdir"/usr/lib/$pkgname
   cp -r --no-preserve=ownership --preserve=mode 
VSCode-linux-$_vscode_arch/resources/app/* "$pkgdir"/usr/lib/$pkgname/
 
+  # replace statically included binary with system copy
+  ln -sf /usr/bin/rg 
"$pkgdir"/usr/lib/code/node_modules.asar.unpacked/vscode-ripgrep/bin/rg
+
   # Install binary
   install -Dm 755 code.sh "$pkgdir"/usr/bin/code-oss
   install -Dm 755 code.js "$pkgdir"/usr/lib/$pkgname/code.js


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

2018-11-28 Thread Eli Schwartz via arch-commits
Date: Thursday, November 29, 2018 @ 02:07:37
  Author: eschwartz
Revision: 410497

archrelease: copy trunk to community-staging-x86_64

Added:
  code/repos/community-staging-x86_64/
  code/repos/community-staging-x86_64/PKGBUILD
(from rev 410496, code/trunk/PKGBUILD)
  code/repos/community-staging-x86_64/code-liveshare.diff
(from rev 410496, code/trunk/code-liveshare.diff)
  code/repos/community-staging-x86_64/code.js
(from rev 410496, code/trunk/code.js)
  code/repos/community-staging-x86_64/code.sh
(from rev 410496, code/trunk/code.sh)
  code/repos/community-staging-x86_64/product_json.diff
(from rev 410496, code/trunk/product_json.diff)

-+
 PKGBUILD|  118 ++
 code-liveshare.diff |   12 +
 code.js |   29 
 code.sh |3 +
 product_json.diff   |   21 
 5 files changed, 183 insertions(+)

Copied: code/repos/community-staging-x86_64/PKGBUILD (from rev 410496, 
code/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-29 02:07:37 UTC (rev 410497)
@@ -0,0 +1,118 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michael Hansen 
+# Contributor: Francisco Magalhães 
+
+pkgname=code
+pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
+pkgver=1.29.1
+pkgrel=2
+arch=('x86_64')
+url='https://github.com/Microsoft/vscode'
+license=('MIT')
+depends=('electron' 'libsecret' 'libxkbfile')
+# doesn't build without old nodejs: 
https://github.com/Microsoft/vscode/issues/49292
+makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-carbon')
+source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver;
+'code.js'
+'code.sh'
+'product_json.diff'
+'code-liveshare.diff')
+sha512sums=('SKIP'
+
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
+
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
+
'3c4bf0942ba9f1ba33937cc08e87caa8d6c030b862f99b2bac9ce6665739dd6a5f5a255b617c3f27ffd49df35563efa32f2c1a6240f9e19f16356bb12edac891'
+
'0bd10ca06dea22854e47fc45d833756ee8d7bf714c88f63feef44e0b0b5da052fba3c27d001865e3389f391cd7b888d92dc0ba44029fa5c736225da3cf2f9a46')
+
+# Even though we don't officially support other archs, let's
+# allow the user to use this PKGBUILD to compile the package
+# for his architecture
+case "$CARCH" in
+  i686)
+_vscode_arch=ia32
+;;
+  x86_64)
+_vscode_arch=x64
+;;
+  armv7h)
+_vscode_arch=arm
+;;
+  *)
+# Needed for mksrcinfo
+_vscode_arch=DUMMY
+;;
+esac
+
+prepare() {
+  cd $pkgname
+
+  # This patch no longer contains proprietary modifications.
+  # See https://github.com/Microsoft/vscode/issues/31168 for details.
+  patch -p1 < ../product_json.diff
+
+  # Set the commit and build date
+  local _commit=$(git rev-parse HEAD)
+  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
+  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
+
+  # See https://github.com/MicrosoftDocs/live-share/issues/262 for details
+  patch -p1 < ../code-liveshare.diff
+
+  # Build native modules for system electron
+  local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
+  mkdir -p path
+  ln -sf /usr/bin/python2 path/python
+  export PATH="$PWD/path:$PATH"
+
+  cd $pkgname
+
+  yarn install --arch=$_vscode_arch
+
+  # The default memory limit may be too low for current versions of node
+  # to successfully build vscode. Change it if this number still doesn't
+  # work for your system.
+  mem_limit="--max_old_space_size=4096"
+
+  if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
+  then
+  echo
+  echo "*** NOTE: If the build failed due to running out of file handles 
(EMFILE),"
+  echo "*** you will need to raise your max open file limit."
+  echo "*** You can check this for more information on how to increase 
this limit:"
+  echo "***
https://ro-che.info/articles/2017-03-26-increase-open-files-limit;
+  exit 1
+  fi
+}
+
+package() {
+  # Install resource files
+  install -dm 755 "$pkgdir"/usr/lib/$pkgname
+  cp -r --no-preserve=ownership --preserve=mode 
VSCode-linux-$_vscode_arch/resources/app/* "$pkgdir"/usr/lib/$pkgname/
+
+  # Install binary
+  install -Dm 755 code.sh "$pkgdir"/usr/bin/code-oss
+  install -Dm 755 code.js "$pkgdir"/usr/lib/$pkgname/code.js
+  ln -sf /usr/bin/code-oss "$pkgdir"/usr/bin/code
+
+  # Install appdata and desktop file
+  install -Dm 644 code/resources/linux/code.appdata.xml 
"$pkgdir"/usr/share/metainfo/code-oss.appdata.xml
+  install -Dm 644 code/resources/linux/code.desktop 

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

2018-11-28 Thread Eli Schwartz via arch-commits
Date: Thursday, November 29, 2018 @ 02:07:15
  Author: eschwartz
Revision: 410496

upgpkg: code 1.29.1-2

electron 3 rebuild

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 01:33:23 UTC (rev 410495)
+++ PKGBUILD2018-11-29 02:07:15 UTC (rev 410496)
@@ -5,7 +5,7 @@
 pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 pkgver=1.29.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://github.com/Microsoft/vscode'
 license=('MIT')
@@ -116,4 +116,3 @@
   install -Dm 644 VSCode-linux-$_vscode_arch/resources/app/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
   install -Dm 644 
VSCode-linux-$_vscode_arch/resources/app/ThirdPartyNotices.txt 
"$pkgdir"/usr/share/licenses/$pkgname/ThirdPartyNotices.txt
 }
-


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

2018-11-28 Thread Eli Schwartz via arch-commits
Date: Thursday, November 29, 2018 @ 01:33:23
  Author: eschwartz
Revision: 410495

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 410494, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code-liveshare.diff
(from rev 410494, code/trunk/code-liveshare.diff)
  code/repos/community-x86_64/code.js
(from rev 410494, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 410494, code/trunk/code.sh)
  code/repos/community-x86_64/product_json.diff
(from rev 410494, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code-liveshare.patch
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/product_json.patch

--+
 PKGBUILD |  232 +
 code-liveshare.diff  |   12 ++
 code-liveshare.patch |   11 --
 code.js  |   52 ++
 code.sh  |6 -
 product_json.diff|   21 
 product_json.patch   |   19 
 7 files changed, 184 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 01:32:16 UTC (rev 410494)
+++ PKGBUILD2018-11-29 01:33:23 UTC (rev 410495)
@@ -1,113 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-pkgver=1.27.2
-pkgrel=1
-arch=('x86_64')
-url='https://github.com/Microsoft/vscode'
-license=('MIT')
-depends=('electron' 'libsecret' 'libxkbfile')
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn')
-source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver;
-'code.js'
-'code.sh'
-'product_json.patch'
-'code-liveshare.patch')
-sha512sums=('SKIP'
-
'd6d76d745372466936e516af7cacd146e7c90def5bba2eb03223b740675b810de00fff79a3f1cc8d29277f1d215ead5096aebb5ebeb52d25d8055e9c0d802bb9'
-
'a857b52b5075bed2df9860da4a9a7772351a1f4226e1bcac4578c31801caec61c785d30f49785c8816709a8d0b11c12696a49c4942c26d130a10618ce2c73d6b'
-
'7f85387542987c45a6d0e23424eda9e702dc9c6a789cde96ed6e5d386bd294eae8a6c7b32c7ae18d8071063e83a1033c215d0f5f5e0b1040466ce4b7c3969f2c'
-
'6080b9d30b2c852a831d4fa98be94e42eb7d94dfd5813bbe28410d031191c20563e4288d6b0062c74b635a962c3eba3533fcebeff1f67b4a8005a167c2f7fbf2')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p0 < ../product_json.patch
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # See https://github.com/MicrosoftDocs/live-share/issues/262 for details
-  patch -p1 < ../code-liveshare.patch
-
-  # Build native modules for system electron
-  local _target=$(https://ro-che.info/articles/2017-03-26-increase-open-files-limit;
-  exit 1
-  fi
-}
-
-package() {
-  # Install resource files
-  install -dm 755 "$pkgdir"/usr/lib/$pkgname
-  cp -r --no-preserve=ownership --preserve=mode 
VSCode-linux-$_vscode_arch/resources/app/* "$pkgdir"/usr/lib/$pkgname/
-
-  # Install binary
-  install -Dm 755 code.sh "$pkgdir"/usr/bin/code-oss
-  install -Dm 755 code.js "$pkgdir"/usr/lib/$pkgname/code.js
-  ln -sf /usr/bin/code-oss "$pkgdir"/usr/bin/code
-
-  # Install appdata and desktop file
-  install -Dm 644 code/resources/linux/code.appdata.xml 
"$pkgdir"/usr/share/metainfo/code-oss.appdata.xml
-  install -Dm 644 code/resources/linux/code.desktop 
"$pkgdir"/usr/share/applications/code-oss.desktop
-  install -Dm 644 
VSCode-linux-$_vscode_arch/resources/app/resources/linux/code.png 
"$pkgdir"/usr/share/pixmaps/code-oss.png
-
-  # Install license files
-  install -Dm 644 VSCode-linux-$_vscode_arch/resources/app/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm 644 
VSCode-linux-$_vscode_arch/resources/app/ThirdPartyNotices.txt 
"$pkgdir"/usr/share/licenses/$pkgname/ThirdPartyNotices.txt
-}
-

Copied: code/repos/community-x86_64/PKGBUILD (from rev 410494, 
code/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 01:33:23 UTC (rev 410495)
@@ -0,0 +1,119 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# 

[arch-commits] Commit in code/trunk (6 files)

2018-11-28 Thread Eli Schwartz via arch-commits
Date: Thursday, November 29, 2018 @ 01:32:16
  Author: eschwartz
Revision: 410494

upgpkg: code 1.29.1-1

upstream release
fixes FTBFS
Resolve FS#60132 - [code] App should start in background unless using the "-w" 
(wait) cli flag 

Added:
  code/trunk/code-liveshare.diff
  code/trunk/product_json.diff
Modified:
  code/trunk/PKGBUILD
  code/trunk/code.sh
Deleted:
  code/trunk/code-liveshare.patch
  code/trunk/product_json.patch

--+
 PKGBUILD |   26 --
 code-liveshare.diff  |   12 
 code-liveshare.patch |   11 ---
 code.sh  |2 +-
 product_json.diff|   21 +
 product_json.patch   |   19 ---
 6 files changed, 50 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 23:32:04 UTC (rev 410493)
+++ PKGBUILD2018-11-29 01:32:16 UTC (rev 410494)
@@ -4,23 +4,24 @@
 
 pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-pkgver=1.27.2
+pkgver=1.29.1
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/Microsoft/vscode'
 license=('MIT')
 depends=('electron' 'libsecret' 'libxkbfile')
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn')
+# doesn't build without old nodejs: 
https://github.com/Microsoft/vscode/issues/49292
+makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-carbon')
 source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver;
 'code.js'
 'code.sh'
-'product_json.patch'
-'code-liveshare.patch')
+'product_json.diff'
+'code-liveshare.diff')
 sha512sums=('SKIP'
-
'd6d76d745372466936e516af7cacd146e7c90def5bba2eb03223b740675b810de00fff79a3f1cc8d29277f1d215ead5096aebb5ebeb52d25d8055e9c0d802bb9'
-
'a857b52b5075bed2df9860da4a9a7772351a1f4226e1bcac4578c31801caec61c785d30f49785c8816709a8d0b11c12696a49c4942c26d130a10618ce2c73d6b'
-
'7f85387542987c45a6d0e23424eda9e702dc9c6a789cde96ed6e5d386bd294eae8a6c7b32c7ae18d8071063e83a1033c215d0f5f5e0b1040466ce4b7c3969f2c'
-
'6080b9d30b2c852a831d4fa98be94e42eb7d94dfd5813bbe28410d031191c20563e4288d6b0062c74b635a962c3eba3533fcebeff1f67b4a8005a167c2f7fbf2')
+
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
+
'0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
+
'3c4bf0942ba9f1ba33937cc08e87caa8d6c030b862f99b2bac9ce6665739dd6a5f5a255b617c3f27ffd49df35563efa32f2c1a6240f9e19f16356bb12edac891'
+
'0bd10ca06dea22854e47fc45d833756ee8d7bf714c88f63feef44e0b0b5da052fba3c27d001865e3389f391cd7b888d92dc0ba44029fa5c736225da3cf2f9a46')
 
 # Even though we don't officially support other archs, let's
 # allow the user to use this PKGBUILD to compile the package
@@ -46,7 +47,7 @@
 
   # This patch no longer contains proprietary modifications.
   # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p0 < ../product_json.patch
+  patch -p1 < ../product_json.diff
 
   # Set the commit and build date
   local _commit=$(git rev-parse HEAD)
@@ -54,7 +55,7 @@
   sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
 
   # See https://github.com/MicrosoftDocs/live-share/issues/262 for details
-  patch -p1 < ../code-liveshare.patch
+  patch -p1 < ../code-liveshare.diff
 
   # Build native modules for system electron
   local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
+  mkdir -p path
+  ln -sf /usr/bin/python2 path/python
+  export PATH="$PWD/path:$PATH"
+
   cd $pkgname
 
   yarn install --arch=$_vscode_arch

Added: code-liveshare.diff
===
--- code-liveshare.diff (rev 0)
+++ code-liveshare.diff 2018-11-29 01:32:16 UTC (rev 410494)
@@ -0,0 +1,12 @@
+diff --git a/product.json b/product.json
+index b250c66fc4..8a9befcfbb 100644
+--- a/product.json
 b/product.json
+@@ -19,6 +19,7 @@
+   "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new;,
+   "urlProtocol": "code-oss",
+   "extensionAllowedProposedApi": [
++  "ms-vsliveshare.vsliveshare",
+   "ms-vscode.references-view"
+   ],
+   "quality": "stable",

Deleted: code-liveshare.patch
===
--- code-liveshare.patch2018-11-28 23:32:04 UTC (rev 410493)
+++ code-liveshare.patch2018-11-29 01:32:16 UTC (rev 410494)
@@ -1,11 +0,0 @@
-diff -rupN a/product.json b/product.json
 a/product.json 2018-05-08 09:26:25.61804 -0700
-+++ b/product.json 2018-05-08 09:26:47.388338276 -0700
-@@ -17,6 +17,7 @@
-   "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new;,
-   

[arch-commits] Commit in psensor/repos (community-staging-x86_64 staging-x86_64)

2018-11-28 Thread Robin Broda via arch-commits
Date: Wednesday, November 28, 2018 @ 23:32:04
  Author: coderobe
Revision: 410493

move psensor staging->community-staging

Added:
  psensor/repos/community-staging-x86_64/
Deleted:
  psensor/repos/staging-x86_64/


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

2018-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 28, 2018 @ 22:58:16
  Author: felixonmars
Revision: 340572

fix test PYTHONPATH

Modified:
  python-pycurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 21:24:17 UTC (rev 340571)
+++ PKGBUILD2018-11-28 22:58:16 UTC (rev 340572)
@@ -46,7 +46,7 @@
   # We don't have HTTP2 enabled
 
   cd "$srcdir"/pycurl-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" make test || 
warning "Tests failed"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.7:$PYTHONPATH" make test || 
warning "Tests failed"
 
   cd "$srcdir"/pycurl-$pkgver-py2
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make PYTHON=python2 
NOSETESTS=nosetests2 test || warning "Tests failed"


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

2018-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 28, 2018 @ 22:12:11
  Author: felixonmars
Revision: 410491

upgpkg: python-awkward 0.5.0-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 21:59:49 UTC (rev 410490)
+++ PKGBUILD2018-11-28 22:12:11 UTC (rev 410491)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.4.5
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-h5py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('4fc23334f2be6eb3a8b816d6ba1db03a069465c94e48da224d5bf72c4e6391f521becc1a5c6eb93edf63d0883557c7a2d8d577e1725c9ce91566fa713a0032af')
+sha512sums=('ac962d2934f11a117c626a0bf35beb5dc61427acc1b2b98815dce7569cf728e67d9a2c11910b81afa4ec1f3c47ec55d37c83cf539c2c9c58723d69554f9c8aef')
 
 build() {
   cd awkward-array-$pkgver


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

2018-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 28, 2018 @ 22:12:29
  Author: felixonmars
Revision: 410492

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 22:12:11 UTC (rev 410491)
+++ PKGBUILD2018-11-28 22:12:29 UTC (rev 410492)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-awkward
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
-url="https://github.com/scikit-hep/awkward-array;
-license=('BSD')
-arch=('any')
-depends=('python-numpy')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-h5py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('4fc23334f2be6eb3a8b816d6ba1db03a069465c94e48da224d5bf72c4e6391f521becc1a5c6eb93edf63d0883557c7a2d8d577e1725c9ce91566fa713a0032af')
-
-build() {
-  cd awkward-array-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd awkward-array-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd awkward-array-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/README.rst
-}

Copied: python-awkward/repos/community-any/PKGBUILD (from rev 410491, 
python-awkward/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 22:12:29 UTC (rev 410492)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-awkward
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
+url="https://github.com/scikit-hep/awkward-array;
+license=('BSD')
+arch=('any')
+depends=('python-numpy')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-h5py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
+sha512sums=('ac962d2934f11a117c626a0bf35beb5dc61427acc1b2b98815dce7569cf728e67d9a2c11910b81afa4ec1f3c47ec55d37c83cf539c2c9c58723d69554f9c8aef')
+
+build() {
+  cd awkward-array-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd awkward-array-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd awkward-array-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm "$pkgdir"/usr/README.rst
+}


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

2018-11-28 Thread Robin Broda via arch-commits
Date: Wednesday, November 28, 2018 @ 21:59:38
  Author: coderobe
Revision: 410489

upgpkg: psensor 1.2.0-6

lm_sensors 3.5.0 rebuild

Modified:
  psensor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 21:50:28 UTC (rev 410488)
+++ PKGBUILD2018-11-28 21:59:38 UTC (rev 410489)
@@ -5,7 +5,7 @@
 
 pkgname=psensor
 pkgver=1.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc='A graphical hardware temperature monitor for Linux'
 arch=('x86_64')
 url='https://wpitchoune.net/psensor'


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

2018-11-28 Thread Robin Broda via arch-commits
Date: Wednesday, November 28, 2018 @ 21:59:49
  Author: coderobe
Revision: 410490

archrelease: copy trunk to staging-x86_64

Added:
  psensor/repos/staging-x86_64/
  psensor/repos/staging-x86_64/PKGBUILD
(from rev 410489, psensor/trunk/PKGBUILD)
  psensor/repos/staging-x86_64/is_error.patch
(from rev 410489, psensor/trunk/is_error.patch)

+
 PKGBUILD   |   38 ++
 is_error.patch |   26 ++
 2 files changed, 64 insertions(+)

Copied: psensor/repos/staging-x86_64/PKGBUILD (from rev 410489, 
psensor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-28 21:59:49 UTC (rev 410490)
@@ -0,0 +1,38 @@
+# Maintainer: Robin Broda 
+# Contributor: X0rg
+# Contributor: marlock 
+# Contributor: Diogo Leal 
+
+pkgname=psensor
+pkgver=1.2.0
+pkgrel=6
+pkgdesc='A graphical hardware temperature monitor for Linux'
+arch=('x86_64')
+url='https://wpitchoune.net/psensor'
+license=('GPL2')
+depends=('lm_sensors' 'dconf' 'gtk3' 'udisks2' 'curl' 'libgtop' 'libnotify'
+ 'libxnvctrl' 'json-c' 'libmicrohttpd')
+makedepends=('help2man')
+source=("https://wpitchoune.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;
+'is_error.patch')
+sha512sums=('274928190a53f3603f7db4ea81057497bfa01b9d0f8b4eb2f5f5094fd944ee384aff8f9c21b9c85ea001cbe877e7dc020963c0570f000ef42b302cb54b038e4d'
+
'fa1f0a8cdbd75fba2ad980a5beb1807e533ef12154db1f0cc97c9130080584cb0251e29a56068b0400f152e540f326a7b16749bf11b1e844d1d519d7bb0e71ed')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/is_error.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: psensor/repos/staging-x86_64/is_error.patch (from rev 410489, 
psensor/trunk/is_error.patch)
===
--- staging-x86_64/is_error.patch   (rev 0)
+++ staging-x86_64/is_error.patch   2018-11-28 21:59:49 UTC (rev 410490)
@@ -0,0 +1,26 @@
+--- a/src/rsensor.c2016-12-20 00:39:54.0 +0100
 b/src/rsensor.c2018-01-05 19:30:09.089759050 +0100
+@@ -133,7 +133,7 @@
+ 
+   obj = get_json_object(url);
+ 
+-  if (obj && !is_error(obj)) {
++  if (obj && (obj != NULL)) {
+   n = json_object_array_length(obj);
+   sensors = malloc((n + 1) * sizeof(struct psensor *));
+ 
+@@ -168,12 +168,12 @@
+ 
+   obj = get_json_object(get_url(s));
+ 
+-  if (obj && !is_error(obj)) {
++  if (obj && (obj != NULL)) {
+   json_object *om;
+ 
+   json_object_object_get_ex(obj, "last_measure", );
+ 
+-  if (!is_error(obj)) {
++  if (obj != NULL) {
+   json_object *ov, *ot;
+   struct timeval tv;
+ 


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

2018-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 28, 2018 @ 21:50:10
  Author: felixonmars
Revision: 410487

upgpkg: npm 6.4.1-2

rebuild with new marked-man to produce good man pages

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 21:45:09 UTC (rev 410486)
+++ PKGBUILD2018-11-28 21:50:10 UTC (rev 410487)
@@ -2,7 +2,7 @@
 
 pkgname=npm
 pkgver=6.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A package manager for javascript'
 arch=('any')
 url='https://www.npmjs.com/'


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

2018-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 28, 2018 @ 21:50:28
  Author: felixonmars
Revision: 410488

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 21:50:10 UTC (rev 410487)
+++ PKGBUILD2018-11-28 21:50:28 UTC (rev 410488)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=6.4.1
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'node-gyp' 'semver')
-makedepends=('procps-ng' 'marked-man')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('a43e1ce34bd1107fffb2bf3d08448ea30c1c1342caa3f0f181d28f057b3a1069a4e2decf23f0c6f740c20a2e0a5abe15f2c1eec019c9b59f13a7fe457bb64abb')
-
-prepare() {
-  cd cli-$pkgver
-  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
-}
-
-build() {
-  cd cli-$pkgver
-  make
-}
-
-package() {
-  cd cli-$pkgver
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # 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"
-
-  # Experimental dedup
-  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
-  rm -r "$_npmdir"/node_modules/{,.bin/}semver
-  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
-  sed -i '/node-gyp.js/c\  exec /usr/bin/node-gyp "$@"' \
-"$_npmdir"/node_modules/npm-lifecycle/node-gyp-bin/node-gyp \
-"$_npmdir"/bin/node-gyp-bin/node-gyp
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
-
-  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 410487, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 21:50:28 UTC (rev 410488)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=6.4.1
+pkgrel=2
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'node-gyp' 'semver')
+makedepends=('procps-ng' 'marked-man')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
+sha512sums=('a43e1ce34bd1107fffb2bf3d08448ea30c1c1342caa3f0f181d28f057b3a1069a4e2decf23f0c6f740c20a2e0a5abe15f2c1eec019c9b59f13a7fe457bb64abb')
+
+prepare() {
+  cd cli-$pkgver
+  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
+}
+
+build() {
+  cd cli-$pkgver
+  make
+}
+
+package() {
+  cd cli-$pkgver
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # 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"
+
+  # Experimental dedup
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
+  sed -i '/node-gyp.js/c\  exec /usr/bin/node-gyp "$@"' \
+"$_npmdir"/node_modules/npm-lifecycle/node-gyp-bin/node-gyp \
+"$_npmdir"/bin/node-gyp-bin/node-gyp
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
+
+  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (lib32-libstdc++5)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 21:45:09
  Author: arojas
Revision: 410486

Deleted:
  lib32-libstdc++5/


[arch-commits] Commit in (sopcast)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 21:44:12
  Author: arojas
Revision: 410484

Deleted:
  sopcast/


[arch-commits] Commit in (qsopcast)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 21:43:24
  Author: arojas
Revision: 410480

Deleted:
  qsopcast/


[arch-commits] Commit in (gsopcast)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 21:43:52
  Author: arojas
Revision: 410482

Deleted:
  gsopcast/


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

2018-11-28 Thread Jan Steffens via arch-commits
Date: Wednesday, November 28, 2018 @ 21:41:40
  Author: heftig
Revision: 410477

0.3.0+2+gceb2249-1: Upgrade to master; fixes NPM manpages (e.g. 1 npm-update)

Modified:
  marked-man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 21:09:28 UTC (rev 410476)
+++ PKGBUILD2018-11-28 21:41:40 UTC (rev 410477)
@@ -1,20 +1,25 @@
 # Maintainer: Felix Yan 
 
 pkgname=marked-man
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.3.0+2+gceb2249
+pkgrel=1
 pkgdesc="Wrapper adding manpage output to 'marked', inspired by 'ronn'"
 arch=('any')
 url='https://github.com/kapouer/marked-man'
 license=('MIT')
 depends=('nodejs' 'marked')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e2d55fd1b3a65f9e285d2d3b08d7cea39f6e82d2e08b3d45976828b217e6698e280c56acdc3ba941d627487d188865fdef5c5840bf875368a32164a6152611e2')
+makedepends=('npm' 'git')
+_commit=ceb224979cfff8d87d1dabd7dcecffd8cdd26303  # master
+source=("git+https://github.com/kapouer/marked-man#commit=$_commit;)
+sha512sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  npm install -g --user root --prefix "$pkgdir"/usr 
"git+file://$srcdir/$pkgname"
   install -d "$pkgdir"/usr/share/licenses/$pkgname
   ln -s ../../../lib/node_modules/marked-man/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 


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

2018-11-28 Thread Jan Steffens via arch-commits
Date: Wednesday, November 28, 2018 @ 21:41:53
  Author: heftig
Revision: 410478

archrelease: copy trunk to community-any

Added:
  marked-man/repos/community-any/PKGBUILD
(from rev 410477, marked-man/trunk/PKGBUILD)
Deleted:
  marked-man/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 21:41:40 UTC (rev 410477)
+++ PKGBUILD2018-11-28 21:41:53 UTC (rev 410478)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=marked-man
-pkgver=0.2.1
-pkgrel=2
-pkgdesc="Wrapper adding manpage output to 'marked', inspired by 'ronn'"
-arch=('any')
-url='https://github.com/kapouer/marked-man'
-license=('MIT')
-depends=('nodejs' 'marked')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e2d55fd1b3a65f9e285d2d3b08d7cea39f6e82d2e08b3d45976828b217e6698e280c56acdc3ba941d627487d188865fdef5c5840bf875368a32164a6152611e2')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/marked-man/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in marked; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: marked-man/repos/community-any/PKGBUILD (from rev 410477, 
marked-man/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 21:41:53 UTC (rev 410478)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=marked-man
+pkgver=0.3.0+2+gceb2249
+pkgrel=1
+pkgdesc="Wrapper adding manpage output to 'marked', inspired by 'ronn'"
+arch=('any')
+url='https://github.com/kapouer/marked-man'
+license=('MIT')
+depends=('nodejs' 'marked')
+makedepends=('npm' 'git')
+_commit=ceb224979cfff8d87d1dabd7dcecffd8cdd26303  # master
+source=("git+https://github.com/kapouer/marked-man#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"git+file://$srcdir/$pkgname"
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked-man/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in marked; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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

2018-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 28, 2018 @ 21:24:17
  Author: felixonmars
Revision: 340571

archrelease: copy trunk to testing-any

Added:
  python-pip/repos/testing-any/
  python-pip/repos/testing-any/PKGBUILD
(from rev 340570, python-pip/trunk/PKGBUILD)

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

Copied: python-pip/repos/testing-any/PKGBUILD (from rev 340570, 
python-pip/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-11-28 21:24:17 UTC (rev 340571)
@@ -0,0 +1,86 @@
+# Maintainer: Dan McGee 
+# Contributor: Eli Schwartz 
+# Contributor: Sebastien Binet 
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=18.1
+pkgrel=1
+pkgdesc="The PyPA recommended tool for installing Python packages"
+url="https://pip.pypa.io/;
+arch=('any')
+license=('MIT')
+_deps=('setuptools' 'appdirs' 'cachecontrol' 'colorama' 'distlib' 'distro' 
'html5lib' 'lockfile'
+   'msgpack' 'six' 'packaging' 'pep517' 'progress' 'pytoml' 'retrying' 
'requests' 'urllib3'
+   'webencodings')
+makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 
'python2-ipaddress' 'python-sphinx')
+checkdepends=('python-pytest-runner' 'python-scripttest' 'python-virtualenv' 
'python-pretend'
+  'python-yaml' 'python-mock' 'python-freezegun')
+source=("pip-${pkgver}.tar.gz::https://github.com/pypa/pip/archive/${pkgver}.tar.gz;)
+sha512sums=('ddb67ad52c2b4f0cae89e11bd90dbd20275fce0ee34a8e0929210a8907cd61c2298221a4ddf1e7b196b0274241eb88097decbbb84196ab30dd4e979e7378d91f')
+
+shopt -s extglob
+prepare() {
+  cd "$srcdir/pip-$pkgver"
+
+  rm -rf src/pip/_vendor/!(__init__.py)
+  sed -i -e 's/DEBUNDLED = False/DEBUNDLED = True/' \
+ -e '/cachecontrol/a\vendored("pep517")' \
+src/pip/_vendor/__init__.py
+}
+
+build() {
+  cd "$srcdir/pip-$pkgver"
+
+  python setup.py build
+  python2 setup.py build
+
+  cd docs/
+  PYTHONPATH="$srcdir/pip-$pkgver/src/" sphinx-build -W -b man -d 
build/doctrees/man man build/man -c html
+  mkdir -p build/man-pip2
+  cd build/man
+  for manfile in *; do
+sed 's/pip/pip2/g;s/PIP/PIP2/g' $manfile > ../man-pip2/${manfile/pip/pip2}
+  done
+}
+
+check() {
+  cd "$srcdir/pip-$pkgver"
+  python setup.py pytest || warning "Tests failed"
+}
+
+package_python-pip() {
+  depends=("${_deps[@]/#/python-}")
+
+  cd "$srcdir/pip-$pkgver"
+  python setup.py install --prefix=/usr --root="$pkgdir"
+
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/build/man/*
+
+  PYTHONPATH="$pkgdir"/usr/lib/python3.7/site-packages "$pkgdir"/usr/bin/pip 
completion --bash \
+| install -Dm644 /dev/stdin 
"$pkgdir"/usr/share/bash-completion/completions/pip
+}
+
+package_python2-pip() {
+  depends=("${_deps[@]/#/python2-}" 'python2-ipaddress')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd "$srcdir/pip-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+  mv "$pkgdir/usr/bin/pip" "$pkgdir/usr/bin/pip2"
+  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+
+  install -D -m644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/build/man-pip2/*
+
+  PYTHONPATH="$pkgdir"/usr/lib/python2.7/site-packages "$pkgdir"/usr/bin/pip2 
completion --bash \
+| install -Dm644 /dev/stdin 
"$pkgdir"/usr/share/bash-completion/completions/pip2
+}


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

2018-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 28, 2018 @ 21:24:01
  Author: felixonmars
Revision: 340570

upgpkg: python-pip 18.1-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 21:03:26 UTC (rev 340569)
+++ PKGBUILD2018-11-28 21:24:01 UTC (rev 340570)
@@ -3,18 +3,20 @@
 # Contributor: Sebastien Binet 
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=18.0
+pkgver=18.1
 pkgrel=1
 pkgdesc="The PyPA recommended tool for installing Python packages"
 url="https://pip.pypa.io/;
 arch=('any')
 license=('MIT')
-_deps=('setuptools' 'appdirs' 'cachecontrol' 'colorama' 'distlib' 'distro'
-   'html5lib' 'lockfile' 'msgpack' 'packaging' 'progress' 'pyparsing' 
'pytoml'
-   'requests' 'retrying' 'six' 'webencodings')
+_deps=('setuptools' 'appdirs' 'cachecontrol' 'colorama' 'distlib' 'distro' 
'html5lib' 'lockfile'
+   'msgpack' 'six' 'packaging' 'pep517' 'progress' 'pytoml' 'retrying' 
'requests' 'urllib3'
+   'webencodings')
 makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 
'python2-ipaddress' 'python-sphinx')
+checkdepends=('python-pytest-runner' 'python-scripttest' 'python-virtualenv' 
'python-pretend'
+  'python-yaml' 'python-mock' 'python-freezegun')
 
source=("pip-${pkgver}.tar.gz::https://github.com/pypa/pip/archive/${pkgver}.tar.gz;)
-sha512sums=('c8cedd6def77e9f96b79a1493d30ae8d95df7d06547980de0d105db0c8a5eff7710a1e55438834e97392b6a78702a8b3169cca8127572981129c30534646f975')
+sha512sums=('ddb67ad52c2b4f0cae89e11bd90dbd20275fce0ee34a8e0929210a8907cd61c2298221a4ddf1e7b196b0274241eb88097decbbb84196ab30dd4e979e7378d91f')
 
 shopt -s extglob
 prepare() {
@@ -21,7 +23,9 @@
   cd "$srcdir/pip-$pkgver"
 
   rm -rf src/pip/_vendor/!(__init__.py)
-  sed -i 's/DEBUNDLED = False/DEBUNDLED = True/' src/pip/_vendor/__init__.py
+  sed -i -e 's/DEBUNDLED = False/DEBUNDLED = True/' \
+ -e '/cachecontrol/a\vendored("pep517")' \
+src/pip/_vendor/__init__.py
 }
 
 build() {
@@ -31,7 +35,7 @@
   python2 setup.py build
 
   cd docs/
-  PYTHONPATH="$srcdir/pip-$pkgver/src/" make man
+  PYTHONPATH="$srcdir/pip-$pkgver/src/" sphinx-build -W -b man -d 
build/doctrees/man man build/man -c html
   mkdir -p build/man-pip2
   cd build/man
   for manfile in *; do
@@ -39,6 +43,11 @@
   done
 }
 
+check() {
+  cd "$srcdir/pip-$pkgver"
+  python setup.py pytest || warning "Tests failed"
+}
+
 package_python-pip() {
   depends=("${_deps[@]/#/python-}")
 
@@ -50,7 +59,7 @@
 
   install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/build/man/*
 
-  PYTHONPATH="$pkgdir"/usr/lib/python3.6/site-packages "$pkgdir"/usr/bin/pip 
completion --bash \
+  PYTHONPATH="$pkgdir"/usr/lib/python3.7/site-packages "$pkgdir"/usr/bin/pip 
completion --bash \
 | install -Dm644 /dev/stdin 
"$pkgdir"/usr/share/bash-completion/completions/pip
 }
 


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

2018-11-28 Thread Sergej Pupykin via arch-commits
Date: Wednesday, November 28, 2018 @ 21:09:28
  Author: spupykin
Revision: 410476

archrelease: copy trunk to community-x86_64

Added:
  scantailor/repos/community-x86_64/PKGBUILD
(from rev 410475, scantailor/trunk/PKGBUILD)
  scantailor/repos/community-x86_64/build-fix.patch
(from rev 410475, scantailor/trunk/build-fix.patch)
  scantailor/repos/community-x86_64/scantailor.desktop
(from rev 410475, scantailor/trunk/scantailor.desktop)
Deleted:
  scantailor/repos/community-x86_64/PKGBUILD
  scantailor/repos/community-x86_64/build-fix.patch
  scantailor/repos/community-x86_64/scantailor.desktop

+
 PKGBUILD   |   86 +
 build-fix.patch|  170 +++
 scantailor.desktop |   22 +++---
 3 files changed, 66 insertions(+), 212 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 21:09:12 UTC (rev 410475)
+++ PKGBUILD2018-11-28 21:09:28 UTC (rev 410476)
@@ -1,42 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Denis Terskov aka neurosurgeon 
-
-pkgname=scantailor
-pkgver=0.9.12.2
-pkgrel=3
-#_realver=EXPERIMENTAL_2016_02_22
-_commit=c808c9c44b98614ec1fa69ed89083610945e91ef
-pkgdesc="Interactive post-processing tool for scanned pages"
-arch=(x86_64)
-url="http://scantailor.org/;
-license=("GPL")
-depends=('qt5-base' 'libtiff' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('cmake' 'qt5-tools' 'eigen' 'boost' 'git')
-#source=($pkgname-$_realver.tar.gz::https://github.com/Tulon/$pkgname/archive/$_realver.tar.gz
-source=(git://github.com/Tulon/scantailor.git#commit=${_commit}
-scantailor.desktop
-build-fix.patch)
-sha256sums=('SKIP'
-'3c191c0380f991709bd38a0ace6adbf351fca441a2c5fd432e56a0da6b68a728'
-'bee514197cef9195847d25820ee2633567a9ae4da87536fb6827fed7aac5ec9b')
-
-prepare() {
-  cd "$srcdir"/$pkgname
-  patch -p1 -i "$srcdir"/build-fix.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname
-  cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   .
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "resources/appicon.svg" 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/scantailor.svg"
-  install -Dm0644 "$srcdir/scantailor.desktop" 
"$pkgdir/usr/share/applications/scantailor.desktop"
-}

Copied: scantailor/repos/community-x86_64/PKGBUILD (from rev 410475, 
scantailor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 21:09:28 UTC (rev 410476)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Denis Terskov aka neurosurgeon 
+
+pkgname=scantailor
+pkgver=0.9.12.2
+pkgrel=4
+#_realver=EXPERIMENTAL_2016_02_22
+# use experimental branch
+_commit=ce74e53f89883b35bb12ec7ed4fd654c016e71e4
+pkgdesc="Interactive post-processing tool for scanned pages"
+arch=(x86_64)
+url="http://scantailor.org/;
+license=("GPL")
+depends=('qt5-base' 'libtiff' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('cmake' 'qt5-tools' 'eigen' 'boost' 'git')
+#source=($pkgname-$_realver.tar.gz::https://github.com/Tulon/$pkgname/archive/$_realver.tar.gz
+source=(git://github.com/Tulon/scantailor.git#commit=${_commit}
+scantailor.desktop
+build-fix.patch)
+sha256sums=('SKIP'
+'3c191c0380f991709bd38a0ace6adbf351fca441a2c5fd432e56a0da6b68a728'
+'e21ec75ed1302fadffd53989f4f262f05ef2236261861fd88db9b3c8867b2671')
+
+prepare() {
+#  cd "$srcdir"/$pkgname-${_realver}
+  cd "$srcdir"/$pkgname
+  patch -p1 -i "$srcdir"/build-fix.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   .
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 "resources/appicon.svg" 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/scantailor.svg"
+  install -Dm0644 "$srcdir/scantailor.desktop" 
"$pkgdir/usr/share/applications/scantailor.desktop"
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2018-11-28 21:09:12 UTC (rev 410475)
+++ build-fix.patch 2018-11-28 21:09:28 UTC (rev 410476)
@@ -1,159 +0,0 @@
-diff -wbBur scantailor/filters/deskew/Filter.cpp 
scantailor.my/filters/deskew/Filter.cpp
 scantailor/filters/deskew/Filter.cpp   2018-11-16 15:30:37.542900262 
+0300
-+++ scantailor.my/filters/deskew/Filter.cpp2018-11-16 15:23:20.859572011 
+0300
-@@ -83,9 +83,9 @@
-   
-   QDomElement filter_el(doc.createElement("deskew"));
-   writer.enumPages(
--  bind(
-+  boost::lambda::bind(
-   ::writePageSettings,
--  this, boost::ref(doc), var(filter_el), _1, _2
-+  this, 

[arch-commits] Commit in scantailor/trunk (PKGBUILD build-fix.patch)

2018-11-28 Thread Sergej Pupykin via arch-commits
Date: Wednesday, November 28, 2018 @ 21:09:12
  Author: spupykin
Revision: 410475

upgpkg: scantailor 0.9.12.2-4

Modified:
  scantailor/trunk/PKGBUILD
  scantailor/trunk/build-fix.patch

-+
 PKGBUILD|8 +-
 build-fix.patch |  148 --
 2 files changed, 5 insertions(+), 151 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 20:54:00 UTC (rev 410474)
+++ PKGBUILD2018-11-28 21:09:12 UTC (rev 410475)
@@ -3,9 +3,10 @@
 
 pkgname=scantailor
 pkgver=0.9.12.2
-pkgrel=3
+pkgrel=4
 #_realver=EXPERIMENTAL_2016_02_22
-_commit=c808c9c44b98614ec1fa69ed89083610945e91ef
+# use experimental branch
+_commit=ce74e53f89883b35bb12ec7ed4fd654c016e71e4
 pkgdesc="Interactive post-processing tool for scanned pages"
 arch=(x86_64)
 url="http://scantailor.org/;
@@ -18,9 +19,10 @@
 build-fix.patch)
 sha256sums=('SKIP'
 '3c191c0380f991709bd38a0ace6adbf351fca441a2c5fd432e56a0da6b68a728'
-'bee514197cef9195847d25820ee2633567a9ae4da87536fb6827fed7aac5ec9b')
+'e21ec75ed1302fadffd53989f4f262f05ef2236261861fd88db9b3c8867b2671')
 
 prepare() {
+#  cd "$srcdir"/$pkgname-${_realver}
   cd "$srcdir"/$pkgname
   patch -p1 -i "$srcdir"/build-fix.patch
 }

Modified: build-fix.patch
===
--- build-fix.patch 2018-11-28 20:54:00 UTC (rev 410474)
+++ build-fix.patch 2018-11-28 21:09:12 UTC (rev 410475)
@@ -1,89 +1,3 @@
-diff -wbBur scantailor/filters/deskew/Filter.cpp 
scantailor.my/filters/deskew/Filter.cpp
 scantailor/filters/deskew/Filter.cpp   2018-11-16 15:30:37.542900262 
+0300
-+++ scantailor.my/filters/deskew/Filter.cpp2018-11-16 15:23:20.859572011 
+0300
-@@ -83,9 +83,9 @@
-   
-   QDomElement filter_el(doc.createElement("deskew"));
-   writer.enumPages(
--  bind(
-+  boost::lambda::bind(
-   ::writePageSettings,
--  this, boost::ref(doc), var(filter_el), _1, _2
-+  this, boost::ref(doc), var(filter_el), 
boost::lambda::_1, boost::lambda::_2
-   )
-   );
-   
-diff -wbBur scantailor/filters/fix_orientation/Filter.cpp 
scantailor.my/filters/fix_orientation/Filter.cpp
 scantailor/filters/fix_orientation/Filter.cpp  2018-11-16 
15:30:37.542900262 +0300
-+++ scantailor.my/filters/fix_orientation/Filter.cpp   2018-11-16 
15:21:07.436240246 +0300
-@@ -98,9 +98,9 @@
-   
-   QDomElement filter_el(doc.createElement("fix-orientation"));
-   writer.enumImages(
--  bind(
-+  boost::lambda::bind(
-   ::writeImageSettings,
--  this, boost::ref(doc), var(filter_el), _1, _2
-+  this, boost::ref(doc), var(filter_el), 
boost::lambda::_1, boost::lambda::_2
-   )
-   );
-   
-diff -wbBur scantailor/filters/output/ChangeDewarpingDialog.cpp 
scantailor.my/filters/output/ChangeDewarpingDialog.cpp
 scantailor/filters/output/ChangeDewarpingDialog.cpp2018-11-16 
15:30:37.616233595 +0300
-+++ scantailor.my/filters/output/ChangeDewarpingDialog.cpp 2018-11-16 
14:27:12.996278059 +0300
-@@ -20,6 +20,7 @@
- #include "ChangeDewarpingDialog.moc"
- #include "PageSelectionAccessor.h"
- #include "QtSignalForwarder.h"
-+#include 
- #include 
- #include 
- 
-diff -wbBur scantailor/filters/output/Filter.cpp 
scantailor.my/filters/output/Filter.cpp
 scantailor/filters/output/Filter.cpp   2018-11-16 15:30:37.546233596 
+0300
-+++ scantailor.my/filters/output/Filter.cpp2018-11-16 14:24:31.816279912 
+0300
-@@ -91,9 +91,9 @@
-   
-   QDomElement filter_el(doc.createElement("output"));
-   writer.enumPages(
--  bind(
-+  boost::lambda::bind(
-   ::writePageSettings,
--  this, boost::ref(doc), var(filter_el), _1, _2
-+  this, boost::ref(doc), var(filter_el), 
boost::lambda::_1, boost::lambda::_2
-   )
-   );
-   
-diff -wbBur scantailor/filters/page_layout/Filter.cpp 
scantailor.my/filters/page_layout/Filter.cpp
 scantailor/filters/page_layout/Filter.cpp  2018-11-16 15:30:37.549566930 
+0300
-+++ scantailor.my/filters/page_layout/Filter.cpp   2018-11-16 
15:24:58.396237535 +0300
-@@ -134,9 +134,9 @@
-   
-   QDomElement filter_el(doc.createElement("page-layout"));
-   writer.enumPages(
--  bind(
-+  boost::lambda::bind(
-   ::writePageSettings,
--  this, boost::ref(doc), var(filter_el), _1, _2
-+  this, boost::ref(doc), var(filter_el), 
boost::lambda::_1, boost::lambda::_2
-   )
-   );
-   
-diff -wbBur scantailor/filters/page_split/Filter.cpp 
scantailor.my/filters/page_split/Filter.cpp
 

[arch-commits] Commit in mono-tools/repos/extra-x86_64 (6 files)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 21:03:26
  Author: arojas
Revision: 340569

archrelease: copy trunk to extra-x86_64

Added:
  mono-tools/repos/extra-x86_64/PKGBUILD
(from rev 340568, mono-tools/trunk/PKGBUILD)
  mono-tools/repos/extra-x86_64/mono-tools.install
(from rev 340568, mono-tools/trunk/mono-tools.install)
  mono-tools/repos/extra-x86_64/monodoc.xml
(from rev 340568, mono-tools/trunk/monodoc.xml)
Deleted:
  mono-tools/repos/extra-x86_64/PKGBUILD
  mono-tools/repos/extra-x86_64/mono-tools.install
  mono-tools/repos/extra-x86_64/monodoc.xml

+
 PKGBUILD   |   91 +--
 mono-tools.install |   12 +++---
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 21:02:58 UTC (rev 340568)
+++ PKGBUILD2018-11-28 21:03:26 UTC (rev 340569)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: Brice Carpentier 
-
-# The mono-tool package now calls make-search-index by post_install().
-# Whenever a package is installed which places doc-sources into:
-# /usr/lib/monodoc/sources it should call --make-search-index with
-# post_install() and with post remove. mond-tools itself deletes the index
-# file pre_remove(), so pacman finds the directory empty an removes it
-# properly.
-
-pkgname=mono-tools
-pkgver=4.2
-pkgrel=1
-pkgdesc="collection of testing and development tools for use with mono 
(including monodoc browser)"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.mono-project.com/;
-depends=('gtk-sharp-2')
-makedepends=('git' 'zip')
-install=$pkgname.install
-options=('!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mono/mono-tools/archive/$pkgver.tar.gz
-   monodoc.xml)
-sha256sums=('104f7a7e98202c44cd4f025ab8a922bd193e83ce874a48e50ffb401128ca73a8'
-'80de1af405556addbb481d9ac123e5f94b08ad7869c90fb469d71eb08c941480')
-
-prepare() {
-  cd $pkgname-$pkgver
-  mv configure.in configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-  glib-gettextize --force
-  autoreconf -fi
-  GMCS=/usr/bin/dmcs ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 "${srcdir}"/monodoc.xml 
"${pkgdir}"/usr/lib/monodoc/monodoc.xml
-}

Copied: mono-tools/repos/extra-x86_64/PKGBUILD (from rev 340568, 
mono-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 21:03:26 UTC (rev 340569)
@@ -0,0 +1,46 @@
+# Maintainer: Daniel Isenmann 
+# Contributor: Brice Carpentier 
+
+# The mono-tool package now calls make-search-index by post_install().
+# Whenever a package is installed which places doc-sources into:
+# /usr/lib/monodoc/sources it should call --make-search-index with
+# post_install() and with post remove. mond-tools itself deletes the index
+# file pre_remove(), so pacman finds the directory empty an removes it
+# properly.
+
+pkgname=mono-tools
+pkgver=4.2
+pkgrel=2
+pkgdesc="collection of testing and development tools for use with mono 
(including monodoc browser)"
+arch=(x86_64)
+license=('GPL')
+url="http://www.mono-project.com/;
+depends=('gtk-sharp-2')
+makedepends=('git' 'zip')
+install=$pkgname.install
+options=('!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mono/mono-tools/archive/$pkgver.tar.gz
+   monodoc.xml)
+sha256sums=('104f7a7e98202c44cd4f025ab8a922bd193e83ce874a48e50ffb401128ca73a8'
+'80de1af405556addbb481d9ac123e5f94b08ad7869c90fb469d71eb08c941480')
+
+prepare() {
+  cd $pkgname-$pkgver
+  mv configure.in configure.ac
+
+  sed -e 's/-warnaserror+//' -i gendarme/options.make # Fix build with newer 
mono
+}
+
+build() {
+  cd $pkgname-$pkgver
+  glib-gettextize --force
+  autoreconf -fi
+  GMCS=/usr/bin/dmcs ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 "${srcdir}"/monodoc.xml 
"${pkgdir}"/usr/lib/monodoc/monodoc.xml
+}

Deleted: mono-tools.install
===
--- mono-tools.install  2018-11-28 21:02:58 UTC (rev 340568)
+++ mono-tools.install  2018-11-28 21:03:26 UTC (rev 340569)
@@ -1,6 +0,0 @@
-post_remove() {
-  rm -f  /usr/lib/monodoc/monodoc.index
-  rm -rf /usr/lib/monodoc/search_index
-}
-
-# vim: ft=sh

Copied: mono-tools/repos/extra-x86_64/mono-tools.install (from rev 340568, 
mono-tools/trunk/mono-tools.install)
===
--- mono-tools.install  (rev 0)
+++ mono-tools.install  2018-11-28 21:03:26 UTC (rev 340569)
@@ -0,0 +1,6 @@
+post_remove() {
+  rm -f  /usr/lib/monodoc/monodoc.index
+  rm -rf /usr/lib/monodoc/search_index
+}
+
+# vim: ft=sh

Deleted: monodoc.xml

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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 21:02:58
  Author: arojas
Revision: 340568

PIE rebuild

Modified:
  mono-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 20:49:18 UTC (rev 340567)
+++ PKGBUILD2018-11-28 21:02:58 UTC (rev 340568)
@@ -10,7 +10,7 @@
 
 pkgname=mono-tools
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="collection of testing and development tools for use with mono 
(including monodoc browser)"
 arch=(x86_64)
 license=('GPL')
@@ -27,6 +27,8 @@
 prepare() {
   cd $pkgname-$pkgver
   mv configure.in configure.ac
+
+  sed -e 's/-warnaserror+//' -i gendarme/options.make # Fix build with newer 
mono
 }
 
 build() {


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

2018-11-28 Thread Johannes Löthberg via arch-commits
Date: Wednesday, November 28, 2018 @ 20:54:00
  Author: demize
Revision: 410474

archrelease: copy trunk to community-x86_64

Added:
  gx-go/repos/community-x86_64/PKGBUILD
(from rev 410473, gx-go/trunk/PKGBUILD)
Deleted:
  gx-go/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 20:53:56 UTC (rev 410473)
+++ PKGBUILD2018-11-28 20:54:00 UTC (rev 410474)
@@ -1,44 +0,0 @@
-# Contributor: Johannes Löthberg 
-# Maintainer: Jakub "Kubuxu" Sztandera  
-
-pkgname=gx-go
-pkgver=1.7.0
-pkgrel=1
-
-pkgdesc="A tool to use with the gx package manager for packages written in go"
-url="https://github.com/whyrusleeping/gx-go;
-arch=('x86_64')
-license=('MIT')
-
-makedepends=('git' 'go-pie')
-depends=('glibc' 'go')
-
-source=("git+https://github.com/whyrusleeping/gx-go.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
-  ln -fs "$srcdir/gx-go" "$srcdir"/src/github.com/whyrusleeping/gx-go
-}
-
-build() {
-  # Required for go get
-  export GOPATH="$srcdir"
-  export GOBIN="$GOPATH/bin"
-  cd "$srcdir"/src/github.com/whyrusleeping/gx-go
-
-  msg2 'Installing dependencies...'
-  go get -v
-
-  msg2 'Building binary...'
-  go install -v
-}
-
-package() {
-  msg2 'Packaging binary...'
-  install -Dm 755 bin/gx-go "${pkgdir}/usr/bin/gx-go"
-
-  msg2 'Packaging auxiliary files...'
-  cd gx-go
-  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx-go" LICENSE
-}

Copied: gx-go/repos/community-x86_64/PKGBUILD (from rev 410473, 
gx-go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 20:54:00 UTC (rev 410474)
@@ -0,0 +1,37 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Jakub "Kubuxu" Sztandera  
+
+pkgname=gx-go
+pkgver=1.9.0
+pkgrel=1
+
+pkgdesc="A tool to use with the gx package manager for packages written in go"
+url="https://github.com/whyrusleeping/gx-go;
+arch=('x86_64')
+license=('MIT')
+
+makedepends=('git' 'go-pie')
+depends=('glibc')
+
+source=("git+https://github.com/whyrusleeping/gx-go.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p "$srcdir"/src/github.com/whyrusleeping/
+  ln -fs "$srcdir/gx-go" "$srcdir"/src/github.com/whyrusleeping/gx-go
+}
+
+build() {
+  # Required for go get
+  export GOPATH="$srcdir"
+  export GOBIN="$GOPATH/bin"
+  cd "$srcdir"/src/github.com/whyrusleeping/gx-go
+
+  go get -v
+  go install -v
+}
+
+package() {
+  install -Dm 755 bin/gx-go "${pkgdir}/usr/bin/gx-go"
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx-go" gx-go/LICENSE
+}


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

2018-11-28 Thread Johannes Löthberg via arch-commits
Date: Wednesday, November 28, 2018 @ 20:53:56
  Author: demize
Revision: 410473

upgpkg: gx-go 1.9.0-1

Modified:
  gx-go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 20:49:48 UTC (rev 410472)
+++ PKGBUILD2018-11-28 20:53:56 UTC (rev 410473)
@@ -1,8 +1,8 @@
-# Contributor: Johannes Löthberg 
-# Maintainer: Jakub "Kubuxu" Sztandera  
+# Maintainer: Johannes Löthberg 
+# Contributor: Jakub "Kubuxu" Sztandera  
 
 pkgname=gx-go
-pkgver=1.7.0
+pkgver=1.9.0
 pkgrel=1
 
 pkgdesc="A tool to use with the gx package manager for packages written in go"
@@ -11,7 +11,7 @@
 license=('MIT')
 
 makedepends=('git' 'go-pie')
-depends=('glibc' 'go')
+depends=('glibc')
 
 source=("git+https://github.com/whyrusleeping/gx-go.git#tag=v$pkgver;)
 md5sums=('SKIP')
@@ -27,18 +27,11 @@
   export GOBIN="$GOPATH/bin"
   cd "$srcdir"/src/github.com/whyrusleeping/gx-go
 
-  msg2 'Installing dependencies...'
   go get -v
-
-  msg2 'Building binary...'
   go install -v
 }
 
 package() {
-  msg2 'Packaging binary...'
   install -Dm 755 bin/gx-go "${pkgdir}/usr/bin/gx-go"
-
-  msg2 'Packaging auxiliary files...'
-  cd gx-go
-  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx-go" LICENSE
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx-go" gx-go/LICENSE
 }


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

2018-11-28 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 28, 2018 @ 20:49:48
  Author: jelle
Revision: 410472

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 410471, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 20:49:34 UTC (rev 410471)
+++ PKGBUILD2018-11-28 20:49:48 UTC (rev 410472)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="cURL for humans"
-url="https://github.com/jakubroztocil/httpie;
-depends=('python-requests' 'python-pygments' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('0470bda0eb5aff60ec48b0728eeec01987e92794')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-
-  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
-  # TODO: add zsh support
-  install -d $pkgdir/usr/share/bash-completion/completions
-  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python3 setup.py test
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 410471, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 20:49:48 UTC (rev 410472)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jakubroztocil/httpie;
+depends=('python-requests' 'python-pygments' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-httpbin' 'python-mock')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
+sha1sums=('f41cc049b4a0cda463ffbd7c686e321d631dece7')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/httpie/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+
+  # Fix upstream, inclide them in MANIFEST.in and use data_files in setup.py 
to install them automatically
+  # TODO: add zsh support
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -Dm644 extras/httpie-completion.bash 
$pkgdir/usr/share/bash-completion/completions/http
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python3 setup.py test
+}


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

2018-11-28 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 28, 2018 @ 20:49:34
  Author: jelle
Revision: 410471

upgpkg: httpie 1.0.2-1

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 20:33:15 UTC (rev 410470)
+++ PKGBUILD2018-11-28 20:49:34 UTC (rev 410471)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=httpie
-pkgver=1.0.0
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="cURL for humans"
 url="https://github.com/jakubroztocil/httpie;
@@ -13,7 +13,7 @@
 license=('BSD')
 arch=('any')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz;)
-sha1sums=('0470bda0eb5aff60ec48b0728eeec01987e92794')
+sha1sums=('f41cc049b4a0cda463ffbd7c686e321d631dece7')
 
 build() {
   cd $pkgname-$pkgver


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

2018-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 28, 2018 @ 20:49:18
  Author: felixonmars
Revision: 340567

archrelease: copy trunk to extra-any

Added:
  python-pep517/repos/extra-any/
  python-pep517/repos/extra-any/PKGBUILD
(from rev 340566, python-pep517/trunk/PKGBUILD)

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

Copied: python-pep517/repos/extra-any/PKGBUILD (from rev 340566, 
python-pep517/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2018-11-28 20:49:18 UTC (rev 340567)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pep517
+pkgname=('python-pep517' 'python2-pep517')
+pkgver=0.3
+pkgrel=1
+pkgdesc="Wrappers to build Python packages using PEP 517 hooks"
+arch=('any')
+license=('MIT')
+url="https://github.com/takluyver/pep517;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytoml' 
'python2-pytoml')
+checkdepends=('python-pytest' 'python2-pytest' 'python-testpath')
+source=("https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz;)
+sha512sums=('137fd97d13bd535e2a2340c7762bd8121dfff92db165b2f63330a624d0dcc75b7a2af309a808800f72ecce13e2cc6ad35e879b261a8d45c79966b6b42dbc256a')
+
+prepare() {
+  cp -a pep517-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pep517-$pkgver
+  python setup.py build
+ 
+  cd "$srcdir"/pep517-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pep517-$pkgver
+  pytest
+
+  cd "$srcdir"/pep517-$pkgver-py2
+  # No python2-testpath
+  # pytest2
+}
+ 
+package_python-pep517() {
+  depends=('python-pytoml')
+ 
+  cd pep517-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-pep517() {
+  depends=('python2-pytoml')
+ 
+  cd pep517-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-11-28 Thread Felix Yan via arch-commits
Date: Wednesday, November 28, 2018 @ 20:48:59
  Author: felixonmars
Revision: 340566

addpkg: python-pep517 0.3-1

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

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

Added: python-pep517/trunk/PKGBUILD
===
--- python-pep517/trunk/PKGBUILD(rev 0)
+++ python-pep517/trunk/PKGBUILD2018-11-28 20:48:59 UTC (rev 340566)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pep517
+pkgname=('python-pep517' 'python2-pep517')
+pkgver=0.3
+pkgrel=1
+pkgdesc="Wrappers to build Python packages using PEP 517 hooks"
+arch=('any')
+license=('MIT')
+url="https://github.com/takluyver/pep517;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytoml' 
'python2-pytoml')
+checkdepends=('python-pytest' 'python2-pytest' 'python-testpath')
+source=("https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz;)
+sha512sums=('137fd97d13bd535e2a2340c7762bd8121dfff92db165b2f63330a624d0dcc75b7a2af309a808800f72ecce13e2cc6ad35e879b261a8d45c79966b6b42dbc256a')
+
+prepare() {
+  cp -a pep517-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pep517-$pkgver
+  python setup.py build
+ 
+  cd "$srcdir"/pep517-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pep517-$pkgver
+  pytest
+
+  cd "$srcdir"/pep517-$pkgver-py2
+  # No python2-testpath
+  # pytest2
+}
+ 
+package_python-pep517() {
+  depends=('python-pytoml')
+ 
+  cd pep517-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-pep517() {
+  depends=('python2-pytoml')
+ 
+  cd pep517-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:47:11
  Author: arojas
Revision: 340565

archrelease: copy trunk to extra-any

Added:
  java-bcel/repos/extra-any/PKGBUILD
(from rev 340564, java-bcel/trunk/PKGBUILD)
Deleted:
  java-bcel/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 20:46:48 UTC (rev 340564)
+++ PKGBUILD2018-11-28 20:47:11 UTC (rev 340565)
@@ -1,21 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-_libname=bcel
-pkgname=java-${_libname}
-pkgver=6.0
-pkgrel=1
-pkgdesc="Java library to analyze, create, and manipulate (binary) Java class 
files"
-arch=('any')
-url='https://commons.apache.org/proper/commons-bcel/'
-license=('APACHE')
-depends=('java-runtime-headless')
-makedepends=('apache-ant' 'junit')
-source=(https://www.apache.org/dist/commons/bcel/binaries/bcel-6.0-bin.tar.gz{,.asc})
-validpgpkeys=('CD5464315F0B98C77E6E8ECD9DAADC1C9FCC82D0') # Benedikt Ritter 
(CODE SIGNING KEY)
-sha256sums=('f7244e1fba5bd0fc2900e641290e4fec73b69fd03ddc30fc4193e8722e3a2dba'
-'SKIP')
-
-package() {
-  install -D -m 644 ${srcdir}/${_libname}-${pkgver}/${_libname}-${pkgver}.jar \
--t ${pkgdir}/usr/share/java
-  ln -s ${_libname}-${pkgver}.jar ${pkgdir}/usr/share/java/${_libname}.jar
-}

Copied: java-bcel/repos/extra-any/PKGBUILD (from rev 340564, 
java-bcel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 20:47:11 UTC (rev 340565)
@@ -0,0 +1,22 @@
+# Maintainer: Guillaume ALAUX 
+_libname=bcel
+pkgname=java-${_libname}
+pkgver=6.2
+pkgrel=1
+pkgdesc="Java library to analyze, create, and manipulate (binary) Java class 
files"
+arch=('any')
+url='https://commons.apache.org/proper/commons-bcel/'
+license=('APACHE')
+depends=('java-runtime-headless')
+makedepends=('apache-ant' 'junit')
+source=(https://www.apache.org/dist/commons/bcel/binaries/bcel-$pkgver-bin.tar.gz{,.asc})
+validpgpkeys=('CD5464315F0B98C77E6E8ECD9DAADC1C9FCC82D0'  # Benedikt Ritter 
(CODE SIGNING KEY)
+  '2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB') # Gary David Gregory 
(Code signing key) 
+sha256sums=('e5963ed50ef1f243f852a27efaf898c050a3b39721d147ccda8418c0b7255955'
+'SKIP')
+
+package() {
+  install -D -m 644 ${srcdir}/${_libname}-${pkgver}/${_libname}-${pkgver}.jar \
+-t ${pkgdir}/usr/share/java
+  ln -s ${_libname}-${pkgver}.jar ${pkgdir}/usr/share/java/${_libname}.jar
+}


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:46:48
  Author: arojas
Revision: 340564

PIE rebuild

Modified:
  java-bcel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 20:43:20 UTC (rev 340563)
+++ PKGBUILD2018-11-28 20:46:48 UTC (rev 340564)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 _libname=bcel
 pkgname=java-${_libname}
-pkgver=6.0
+pkgver=6.2
 pkgrel=1
 pkgdesc="Java library to analyze, create, and manipulate (binary) Java class 
files"
 arch=('any')
@@ -9,9 +9,10 @@
 license=('APACHE')
 depends=('java-runtime-headless')
 makedepends=('apache-ant' 'junit')
-source=(https://www.apache.org/dist/commons/bcel/binaries/bcel-6.0-bin.tar.gz{,.asc})
-validpgpkeys=('CD5464315F0B98C77E6E8ECD9DAADC1C9FCC82D0') # Benedikt Ritter 
(CODE SIGNING KEY)
-sha256sums=('f7244e1fba5bd0fc2900e641290e4fec73b69fd03ddc30fc4193e8722e3a2dba'
+source=(https://www.apache.org/dist/commons/bcel/binaries/bcel-$pkgver-bin.tar.gz{,.asc})
+validpgpkeys=('CD5464315F0B98C77E6E8ECD9DAADC1C9FCC82D0'  # Benedikt Ritter 
(CODE SIGNING KEY)
+  '2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB') # Gary David Gregory 
(Code signing key) 
+sha256sums=('e5963ed50ef1f243f852a27efaf898c050a3b39721d147ccda8418c0b7255955'
 'SKIP')
 
 package() {


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:43:20
  Author: arojas
Revision: 340563

archrelease: copy trunk to extra-any

Added:
  java-jline/repos/extra-any/PKGBUILD
(from rev 340562, java-jline/trunk/PKGBUILD)
Deleted:
  java-jline/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 20:42:49 UTC (rev 340562)
+++ PKGBUILD2018-11-28 20:43:20 UTC (rev 340563)
@@ -1,41 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-_libname=jline
-pkgname=("java-${_libname}")
-pkgver=1.0
-pkgrel=3
-pkgdesc="Java library for handling console input"
-arch=('any')
-url="http://jline.sourceforge.net/;
-license=('BSD')
-depends=('java-runtime-headless')
-makedepends=('maven')
-checkdepends=('maven')
-source=(http://downloads.sourceforge.net/project/${_libname}/${_libname}/${pkgver}/${_libname}-${pkgver}.zip)
-md5sums=('811dc1c8a351a2e928524bd79eb9e798')
-_M2_REPO=$(mktemp -d)
-
-build() {
-  cd "${srcdir}/${_libname}-${pkgver}/src"
-
-  mvn -Dmaven.repo.local=${_M2_REPO} \
-clean \
-package \
--Dmaven.test.skip=true
-}
-
-check() {
-  cd "${srcdir}/${_libname}-${pkgver}/src"
-
-  mvn -Dmaven.repo.local=${_M2_REPO} \
-test
-}
-
-package() {
-  cd "${srcdir}/${_libname}-${pkgver}"
-
-  install -Dm644 src/target/${_libname}-${pkgver}.jar \
- "${pkgdir}"/usr/share/java/${_libname}-${pkgver}.jar
-  ln -s ${_libname}-${pkgver}.jar "${pkgdir}"/usr/share/java/${_libname}.jar
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: java-jline/repos/extra-any/PKGBUILD (from rev 340562, 
java-jline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 20:43:20 UTC (rev 340563)
@@ -0,0 +1,42 @@
+# Maintainer: Guillaume ALAUX 
+_libname=jline
+pkgname=("java-${_libname}")
+pkgver=1.0
+pkgrel=5
+pkgdesc="Java library for handling console input"
+arch=('any')
+url="http://jline.sourceforge.net/;
+license=('BSD')
+makedepends=('maven' 'java-environment=8')
+checkdepends=('maven')
+source=(http://downloads.sourceforge.net/project/${_libname}/${_libname}/${pkgver}/${_libname}-${pkgver}.zip)
+md5sums=('811dc1c8a351a2e928524bd79eb9e798')
+_M2_REPO=$(mktemp -d)
+
+build() {
+  cd "${srcdir}/${_libname}-${pkgver}/src"
+
+  mvn -Dmaven.repo.local=${_M2_REPO} \
+clean \
+package \
+-Dmaven.test.skip=true
+}
+
+check() {
+  cd "${srcdir}/${_libname}-${pkgver}/src"
+
+  mvn -Dmaven.repo.local=${_M2_REPO} \
+test
+}
+
+package() {
+  depends=('java-runtime-headless')
+
+  cd "${srcdir}/${_libname}-${pkgver}"
+
+  install -Dm644 src/target/${_libname}-${pkgver}.jar \
+ "${pkgdir}"/usr/share/java/${_libname}-${pkgver}.jar
+  ln -s ${_libname}-${pkgver}.jar "${pkgdir}"/usr/share/java/${_libname}.jar
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:42:49
  Author: arojas
Revision: 340562

PIE rebuild

Modified:
  java-jline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 20:36:39 UTC (rev 340561)
+++ PKGBUILD2018-11-28 20:42:49 UTC (rev 340562)
@@ -2,13 +2,12 @@
 _libname=jline
 pkgname=("java-${_libname}")
 pkgver=1.0
-pkgrel=3
+pkgrel=5
 pkgdesc="Java library for handling console input"
 arch=('any')
 url="http://jline.sourceforge.net/;
 license=('BSD')
-depends=('java-runtime-headless')
-makedepends=('maven')
+makedepends=('maven' 'java-environment=8')
 checkdepends=('maven')
 
source=(http://downloads.sourceforge.net/project/${_libname}/${_libname}/${pkgver}/${_libname}-${pkgver}.zip)
 md5sums=('811dc1c8a351a2e928524bd79eb9e798')
@@ -31,6 +30,8 @@
 }
 
 package() {
+  depends=('java-runtime-headless')
+
   cd "${srcdir}/${_libname}-${pkgver}"
 
   install -Dm644 src/target/${_libname}-${pkgver}.jar \


[arch-commits] Commit in java-commons-daemon/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:36:39
  Author: arojas
Revision: 340561

archrelease: copy trunk to extra-x86_64

Added:
  java-commons-daemon/repos/extra-x86_64/PKGBUILD
(from rev 340560, java-commons-daemon/trunk/PKGBUILD)
Deleted:
  java-commons-daemon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 20:36:16 UTC (rev 340560)
+++ PKGBUILD2018-11-28 20:36:39 UTC (rev 340561)
@@ -1,49 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=('java-commons-daemon' 'java-jsvc')
-pkgbase=java-commons-daemon
-pkgver=1.0.15
-pkgrel=3
-arch=('i686' 'x86_64')
-url='https://commons.apache.org/proper/commons-daemon/'
-license=('APACHE')
-_libname=commons-daemon
-source=(https://archive.apache.org/dist/commons/daemon/source/${_libname}-${pkgver}-src.tar.gz{,.asc})
-validpgpkeys=('F7DA48BB64BCB84ECBA7EE6935CD23C10D498E23') # Mladen Turk 
(Default signing key)
-sha256sums=('11ee57d2c6b281589c1497b2f88180553f06d5ac1560ce1841e05f89f0342432'
-'SKIP')
-makedepends=('apache-ant' 'docbook2x' 'docbook-xsl')
-
-build() {
-  # commons-daemon.jar
-  cd "${srcdir}/${_libname}-${pkgver}-src"
-  ant
-
-  # jsvc
-  cd "${srcdir}/${_libname}-${pkgver}-src/src/native/unix"
-  JAVA_HOME=/usr/lib/jvm/default ./configure
-  make
-  docbook2man man/jsvc.1.xml
-}
-
-package_java-commons-daemon() {
-  pkgdesc='Alternative invocation mechanism for unix-daemon-like java code'
-  depends=('java-runtime')
-
-  cd "${srcdir}/${_libname}-${pkgver}-src"
-
-  install -Dm644 dist/${_libname}-${pkgver}.jar \
- ${pkgdir}/usr/share/java/${_libname}-${pkgver}.jar
-  ln -s ${_libname}-${pkgver}.jar \
-${pkgdir}/usr/share/java/${_libname}.jar
-}
-
-package_java-jsvc() {
-  pkgdesc='Apache application for making Java applications run on UNIX more 
easily'
-  depends=("java-${_libname}" 'libcap')
-
-  cd "${srcdir}/${_libname}-${pkgver}-src/src/native/unix"
-
-  install -Dm755 jsvc ${pkgdir}/usr/bin/jsvc
-  install -Dm644 JSVC.1 ${pkgdir}/usr/share/man/man1/JSVC.1
-}
-

Copied: java-commons-daemon/repos/extra-x86_64/PKGBUILD (from rev 340560, 
java-commons-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 20:36:39 UTC (rev 340561)
@@ -0,0 +1,49 @@
+# Maintainer: Guillaume ALAUX 
+pkgname=('java-commons-daemon' 'java-jsvc')
+pkgbase=java-commons-daemon
+pkgver=1.0.15
+pkgrel=4
+arch=('x86_64')
+url='https://commons.apache.org/proper/commons-daemon/'
+license=('APACHE')
+_libname=commons-daemon
+source=(https://archive.apache.org/dist/commons/daemon/source/${_libname}-${pkgver}-src.tar.gz{,.asc})
+validpgpkeys=('F7DA48BB64BCB84ECBA7EE6935CD23C10D498E23') # Mladen Turk 
(Default signing key)
+sha256sums=('11ee57d2c6b281589c1497b2f88180553f06d5ac1560ce1841e05f89f0342432'
+'SKIP')
+makedepends=('ant' 'docbook2x' 'docbook-xsl' 'java-environment=8')
+
+build() {
+  # commons-daemon.jar
+  cd "${srcdir}/${_libname}-${pkgver}-src"
+  ant
+
+  # jsvc
+  cd "${srcdir}/${_libname}-${pkgver}-src/src/native/unix"
+  JAVA_HOME=/usr/lib/jvm/default ./configure
+  make
+  docbook2man man/jsvc.1.xml
+}
+
+package_java-commons-daemon() {
+  pkgdesc='Alternative invocation mechanism for unix-daemon-like java code'
+  depends=('java-runtime')
+
+  cd "${srcdir}/${_libname}-${pkgver}-src"
+
+  install -Dm644 dist/${_libname}-${pkgver}.jar \
+ ${pkgdir}/usr/share/java/${_libname}-${pkgver}.jar
+  ln -s ${_libname}-${pkgver}.jar \
+${pkgdir}/usr/share/java/${_libname}.jar
+}
+
+package_java-jsvc() {
+  pkgdesc='Apache application for making Java applications run on UNIX more 
easily'
+  depends=("java-${_libname}" 'libcap')
+
+  cd "${srcdir}/${_libname}-${pkgver}-src/src/native/unix"
+
+  install -Dm755 jsvc ${pkgdir}/usr/bin/jsvc
+  install -Dm644 JSVC.1 ${pkgdir}/usr/share/man/man1/JSVC.1
+}
+


[arch-commits] Commit in java-commons-daemon/trunk (PKGBUILD)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:36:16
  Author: arojas
Revision: 340560

PIE rebuild

Modified:
  java-commons-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 20:30:14 UTC (rev 340559)
+++ PKGBUILD2018-11-28 20:36:16 UTC (rev 340560)
@@ -2,7 +2,7 @@
 pkgname=('java-commons-daemon' 'java-jsvc')
 pkgbase=java-commons-daemon
 pkgver=1.0.15
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://commons.apache.org/proper/commons-daemon/'
 license=('APACHE')
@@ -11,7 +11,7 @@
 validpgpkeys=('F7DA48BB64BCB84ECBA7EE6935CD23C10D498E23') # Mladen Turk 
(Default signing key)
 sha256sums=('11ee57d2c6b281589c1497b2f88180553f06d5ac1560ce1841e05f89f0342432'
 'SKIP')
-makedepends=('apache-ant' 'docbook2x' 'docbook-xsl')
+makedepends=('ant' 'docbook2x' 'docbook-xsl' 'java-environment=8')
 
 build() {
   # commons-daemon.jar


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

2018-11-28 Thread David Runge via arch-commits
Date: Wednesday, November 28, 2018 @ 20:33:15
  Author: dvzrv
Revision: 410470

Adding xorg-server-xvfb to checkdepends to be able to use xvfb-run in check().

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 20:11:54 UTC (rev 410469)
+++ PKGBUILD2018-11-28 20:33:15 UTC (rev 410470)
@@ -13,6 +13,7 @@
 groups=('pro-audio')
 depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg' 
'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'yaml-cpp')
 makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
+checkdepends=('xorg-server-xvfb')
 optdepends=('emacs: emacs interface'
 'gedit: gedit interface'
 'sc3-plugins: additional extension plugins for scsynth')
@@ -49,12 +50,10 @@
   make VERBOSE=1
 }
 
-## too many tests dependent on X11:
-## https://github.com/supercollider/supercollider/issues/3555
-#check() {
-#  cd "${pkgname}-${pkgver}/build"
-#  make test ARGS="-V"
-#}
+check() {
+  cd "${pkgname}-${pkgver}/build"
+  xvfb-run make test ARGS="-V" || warning "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555;
+}
 
 package() {
   cd "${pkgname}-${pkgver}/build"


[arch-commits] Commit in eclipse-ecj/repos/extra-any (8 files)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:30:14
  Author: arojas
Revision: 340559

archrelease: copy trunk to extra-any

Added:
  eclipse-ecj/repos/extra-any/01-ecj-include-props.patch
(from rev 340558, eclipse-ecj/trunk/01-ecj-include-props.patch)
  eclipse-ecj/repos/extra-any/02-buildxml-fix-manifest.patch
(from rev 340558, eclipse-ecj/trunk/02-buildxml-fix-manifest.patch)
  eclipse-ecj/repos/extra-any/PKGBUILD
(from rev 340558, eclipse-ecj/trunk/PKGBUILD)
  eclipse-ecj/repos/extra-any/ecj
(from rev 340558, eclipse-ecj/trunk/ecj)
Deleted:
  eclipse-ecj/repos/extra-any/01-ecj-include-props.patch
  eclipse-ecj/repos/extra-any/02-buildxml-fix-manifest.patch
  eclipse-ecj/repos/extra-any/PKGBUILD
  eclipse-ecj/repos/extra-any/ecj

+
 01-ecj-include-props.patch |   30 +-
 02-buildxml-fix-manifest.patch |   22 +++
 PKGBUILD   |  108 +--
 ecj|8 +-
 4 files changed, 89 insertions(+), 79 deletions(-)

Deleted: 01-ecj-include-props.patch
===
--- 01-ecj-include-props.patch  2018-11-28 20:29:46 UTC (rev 340558)
+++ 01-ecj-include-props.patch  2018-11-28 20:30:14 UTC (rev 340559)
@@ -1,15 +0,0 @@
 build.xml  2012-09-14 18:22:48.0 +
-+++ build.xml.patched  2013-01-09 10:19:28.414079935 +
-@@ -46,9 +46,10 @@
-   
-   
-   
-+  
-   
-   
-   
-   
-   
--
-\ No newline at end of file
-+

Copied: eclipse-ecj/repos/extra-any/01-ecj-include-props.patch (from rev 
340558, eclipse-ecj/trunk/01-ecj-include-props.patch)
===
--- 01-ecj-include-props.patch  (rev 0)
+++ 01-ecj-include-props.patch  2018-11-28 20:30:14 UTC (rev 340559)
@@ -0,0 +1,15 @@
+--- build.xml  2012-09-14 18:22:48.0 +
 build.xml.patched  2013-01-09 10:19:28.414079935 +
+@@ -46,9 +46,10 @@
+   
+   
+   
++  
+   
+   
+   
+   
+   
+-
+\ No newline at end of file
++

Deleted: 02-buildxml-fix-manifest.patch
===
--- 02-buildxml-fix-manifest.patch  2018-11-28 20:29:46 UTC (rev 340558)
+++ 02-buildxml-fix-manifest.patch  2018-11-28 20:30:14 UTC (rev 340559)
@@ -1,11 +0,0 @@
 build.xml.orig 2013-10-03 13:55:28.579003290 +
-+++ build.xml  2013-10-03 13:57:52.971400439 +
-@@ -39,8 +39,6 @@
-   
-   
- 
--  
--  
-   
-   
-   

Copied: eclipse-ecj/repos/extra-any/02-buildxml-fix-manifest.patch (from rev 
340558, eclipse-ecj/trunk/02-buildxml-fix-manifest.patch)
===
--- 02-buildxml-fix-manifest.patch  (rev 0)
+++ 02-buildxml-fix-manifest.patch  2018-11-28 20:30:14 UTC (rev 340559)
@@ -0,0 +1,11 @@
+--- build.xml.orig 2013-10-03 13:55:28.579003290 +
 build.xml  2013-10-03 13:57:52.971400439 +
+@@ -39,8 +39,6 @@
+   
+   
+ 
+-  
+-  
+   
+   
+   

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 20:29:46 UTC (rev 340558)
+++ PKGBUILD2018-11-28 20:30:14 UTC (rev 340559)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Jan de Groot 
-# Contributor: Allan McRae 
-
-pkgname=eclipse-ecj
-pkgver=4.6.1
-pkgrel=1
-_date=201609071200
-pkgdesc='Eclipse java bytecode compiler'
-arch=('any')
-license=('EPL')
-url='http://www.eclipse.org/'
-depends=('java-runtime')
-makedepends=('apache-ant' 'java-environment')
-_base_url=http://download.eclipse.org/eclipse/downloads/drops4
-_sum_file_url=${_base_url}/R-${pkgver}-${_date}/checksum/eclipse-${pkgver}-SUMSSHA512
-_source_file_name=ecjsrc-${pkgver}.jar
-source=(${_base_url}/R-${pkgver}-${_date}/${_source_file_name}
-${_sum_file_url}{,.asc}
-01-ecj-include-props.patch
-02-buildxml-fix-manifest.patch
-ecj)
-validpgpkeys=('869FF7E31C98FBCFCF167CDE01D81CA560A48EFD') # Eclipse Project
-
-_source_file_sum=$(curl ${_sum_file_url} | grep -m 1 ${_source_file_name} | 
cut -d ' ' -f 1)
-sha512sums=(${_source_file_sum}
-
'ae98861af1ab9d2a90a3d1660700de2c5654a272f1c3d0af0698dc6d1827d3a2e2ccda4690eff706836f87bf0d5e1fbe283121ab41da7087c8618fc3fecb4d27'
-'SKIP'
-

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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:29:46
  Author: arojas
Revision: 340558

PIE rebuild

Modified:
  eclipse-ecj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 20:24:39 UTC (rev 340557)
+++ PKGBUILD2018-11-28 20:29:46 UTC (rev 340558)
@@ -3,15 +3,14 @@
 # Contributor: Allan McRae 
 
 pkgname=eclipse-ecj
-pkgver=4.6.1
+pkgver=4.6.3
 pkgrel=1
-_date=201609071200
+_date=201703010400
 pkgdesc='Eclipse java bytecode compiler'
 arch=('any')
 license=('EPL')
 url='https://www.eclipse.org/'
-depends=('java-runtime')
-makedepends=('apache-ant' 'java-environment')
+makedepends=('ant' 'java-environment=8')
 
_base_url=https://archive.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}
 _source_file_name=ecjsrc-${pkgver}.jar
 _sha_file_name=eclipse-${pkgver}-SUMSSHA512
@@ -22,8 +21,8 @@
 ecj)
 validpgpkeys=('869FF7E31C98FBCFCF167CDE01D81CA560A48EFD') # Eclipse Project
 
-sha512sums=('945f3029d6f7085e0e7daba3360d978c3e5648d8fd47165eab31c8879ae108fad50a8d52e191f05a1950c28b30bb6c851aced002e6163dfb8317cfe03c06fce8'
-
'ae98861af1ab9d2a90a3d1660700de2c5654a272f1c3d0af0698dc6d1827d3a2e2ccda4690eff706836f87bf0d5e1fbe283121ab41da7087c8618fc3fecb4d27'
+sha512sums=('a509b6d1fd7e5218ca6d9748b6c899c8c57a9d016d01e3f1d2116876f3aab796f792e1b1733189a436b6251caf8c208ec3928e3978cd0803c1449b29eae1891d'
+
'2965df1005362bb4e6e17b5048ca17c0b583c746f8ac05c46451ff603707816d7eb7b9e4ffc398fadaa18229ef0d41993f3126802c22fa2c6d488dc03797557a'
 'SKIP'
 
'72c8a2437333e8068e60e1a035bf4e5e9b66881fc06936600a6867dc7e4eb4670f94c4b2392634ebb28f85f8fdf88248ccb9cc315717e257ce336b495c2f2d68'
 
'11ca94869d71842401e48acca72fd89e339ba65c81909cf8501bb243457caa21dc659d268b98c42ac77a1834fb7de46138787e8ea0966d96324c8de829fe563c'
@@ -50,6 +49,8 @@
 }
 
 package() {
+  depends=('java-runtime')
+
   install -Dm644 "${srcdir}/ecj.jar" 
"${pkgdir}/usr/share/java/eclipse-ecj-${pkgver}.jar"
   ln -s eclipse-ecj-${pkgver}.jar "${pkgdir}/usr/share/java/ecj.jar"
   ln -s eclipse-ecj-${pkgver}.jar "${pkgdir}/usr/share/java/eclipse-ecj.jar"


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:24:39
  Author: arojas
Revision: 340557

archrelease: copy trunk to extra-x86_64

Added:
  swt/repos/extra-x86_64/PKGBUILD
(from rev 340556, swt/trunk/PKGBUILD)
  swt/repos/extra-x86_64/build-swt.xml
(from rev 340556, swt/trunk/build-swt.xml)
Deleted:
  swt/repos/extra-x86_64/PKGBUILD
  swt/repos/extra-x86_64/build-swt.xml

---+
 PKGBUILD  |  100 +++-
 build-swt.xml |   34 +--
 2 files changed, 66 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 20:24:17 UTC (rev 340556)
+++ PKGBUILD2018-11-28 20:24:39 UTC (rev 340557)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-pkgname=swt
-# http://download.eclipse.org/eclipse/downloads/drops4
-pkgver=4.6.2
-pkgrel=3
-_date=201611241400
-pkgdesc='An open source widget toolkit for Java'
-arch=('i686' 'x86_64')
-url='http://www.eclipse.org/swt/'
-license=('EPL')
-depends=('java-runtime>=7' 'libxtst')
-makedepends=('jdk8-openjdk' 'glu' 'unzip' 'pkgconfig' 'gtk2' 'gtk3' 
'apache-ant')
-optdepends=('glu' 'gtk2' 'gtk3')
-
-# Source isn't distributed separately from the binaries; we're not using the 
latter
-source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
-build-swt.xml)
-sha256sums=('3315827460e3bbb44812ed7639743ae42886c48c96c44dd06d8d4c319f5f7d50'
-'3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')
-
-# These examples don't even run anymore (Try Tux Guitar instead)!
-# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
-# http://download.eclipse.org/eclipse/downloads/
-
-# 
http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
-
-build() {
-  unzip -oq src.zip -d src
-
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-
-  # SWT jar
-  . /etc/profile.d/apache-ant.sh
-  ant -f build-swt.xml compile
-  ant -f build-swt.xml jar
-
-  # Not building shared objects here as -gtk-all clobbers
-}
-
-package() {
-  cd src
-
-  # SWT jar
-  install -Dm644 ../swt.jar "$pkgdir/usr/share/java/swt-$pkgver.jar"
-  ln -s swt-$pkgver.jar "$pkgdir/usr/share/java/swt.jar"
-
-  # Shared objects
-  install -d "$pkgdir/usr/lib"
-  OUTPUT_DIR="$pkgdir/usr/lib" ./build.sh -gtk-all install
-}

Copied: swt/repos/extra-x86_64/PKGBUILD (from rev 340556, swt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 20:24:39 UTC (rev 340557)
@@ -0,0 +1,49 @@
+# Maintainer: Guillaume ALAUX 
+pkgname=swt
+# http://download.eclipse.org/eclipse/downloads/drops4
+pkgver=4.6.3
+pkgrel=1
+_date=201703010400
+pkgdesc='An open source widget toolkit for Java'
+arch=('x86_64')
+url='http://www.eclipse.org/swt/'
+license=('EPL')
+depends=('java-runtime>=7' 'libxtst')
+makedepends=('jdk8-openjdk' 'glu' 'unzip' 'pkgconfig' 'gtk2' 'gtk3' 'ant')
+optdepends=('glu' 'gtk2' 'gtk3')
+
+# Source isn't distributed separately from the binaries; we're not using the 
latter
+source=(http://archive.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
+build-swt.xml)
+sha256sums=('005dd6bfb20919f9fe7c681864d3f30a5b3eae112da8bdab2bf418978bbbd7aa'
+'3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')
+
+# These examples don't even run anymore (Try Tux Guitar instead)!
+# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
+# http://download.eclipse.org/eclipse/downloads/
+
+# 
http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
+
+build() {
+  unzip -oq src.zip -d src
+
+  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
+
+  # SWT jar
+  ant -f build-swt.xml compile
+  ant -f build-swt.xml jar
+
+  # Not building shared objects here as -gtk-all clobbers
+}
+
+package() {
+  cd src
+
+  # SWT jar
+  install -Dm644 ../swt.jar "$pkgdir/usr/share/java/swt-$pkgver.jar"
+  ln -s swt-$pkgver.jar "$pkgdir/usr/share/java/swt.jar"
+
+  # Shared objects
+  install -d "$pkgdir/usr/lib"
+  OUTPUT_DIR="$pkgdir/usr/lib" ./build.sh -gtk-all install
+}

Deleted: build-swt.xml
===
--- build-swt.xml   2018-11-28 20:24:17 UTC (rev 340556)
+++ build-swt.xml   2018-11-28 20:24:39 UTC (rev 340557)
@@ -1,17 +0,0 @@
-
-   
-   
-
-   
-  
-  
-   
-
-   
-  
-   
-
-   
-  
-   
-

Copied: swt/repos/extra-x86_64/build-swt.xml (from rev 340556, 
swt/trunk/build-swt.xml)
===
--- build-swt.xml   (rev 0)
+++ build-swt.xml   2018-11-28 20:24:39 UTC (rev 340557)
@@ -0,0 +1,17 @@
+
+   
+   
+
+   
+  
+  

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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:24:17
  Author: arojas
Revision: 340556

PIE rebuild

Modified:
  swt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 20:15:17 UTC (rev 340555)
+++ PKGBUILD2018-11-28 20:24:17 UTC (rev 340556)
@@ -1,21 +1,21 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=swt
 # http://download.eclipse.org/eclipse/downloads/drops4
-pkgver=4.6.2
-pkgrel=3
-_date=201611241400
+pkgver=4.6.3
+pkgrel=1
+_date=201703010400
 pkgdesc='An open source widget toolkit for Java'
 arch=('x86_64')
 url='http://www.eclipse.org/swt/'
 license=('EPL')
 depends=('java-runtime>=7' 'libxtst')
-makedepends=('jdk8-openjdk' 'glu' 'unzip' 'pkgconfig' 'gtk2' 'gtk3' 
'apache-ant')
+makedepends=('jdk8-openjdk' 'glu' 'unzip' 'pkgconfig' 'gtk2' 'gtk3' 'ant')
 optdepends=('glu' 'gtk2' 'gtk3')
 
 # Source isn't distributed separately from the binaries; we're not using the 
latter
-source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
+source=(http://archive.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip
 build-swt.xml)
-sha256sums=('3315827460e3bbb44812ed7639743ae42886c48c96c44dd06d8d4c319f5f7d50'
+sha256sums=('005dd6bfb20919f9fe7c681864d3f30a5b3eae112da8bdab2bf418978bbbd7aa'
 '3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')
 
 # These examples don't even run anymore (Try Tux Guitar instead)!
@@ -30,7 +30,6 @@
   export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
 
   # SWT jar
-  . /etc/profile.d/apache-ant.sh
   ant -f build-swt.xml compile
   ant -f build-swt.xml jar
 


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:15:17
  Author: arojas
Revision: 340555

archrelease: copy trunk to extra-x86_64

Added:
  ncftp/repos/extra-x86_64/PKGBUILD
(from rev 340554, ncftp/trunk/PKGBUILD)
Deleted:
  ncftp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-28 20:14:53 UTC (rev 340554)
+++ PKGBUILD2018-11-28 20:15:17 UTC (rev 340555)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Andrea Scarpino 
-# Contributor: Paul Mattal 
-# Contributor: Tom Newsom 
-
-pkgname=ncftp
-pkgver=3.2.6
-pkgrel=1
-pkgdesc="A set of free application programs implementing FTP"
-url="http://www.ncftp.com/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('ncurses')
-makedepends=('inetutils')
-source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.xz;)
-md5sums=('9e42d4696754ed49e002b8f719f07d92')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  # FS#39211
-  unset CPPFLAGS
-
-  CPP=/usr/bin/cpp ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share"
-  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
-  install -Dm644 doc/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncftp/repos/extra-x86_64/PKGBUILD (from rev 340554, 
ncftp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-28 20:15:17 UTC (rev 340555)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrea Scarpino 
+# Contributor: Paul Mattal 
+# Contributor: Tom Newsom 
+
+pkgname=ncftp
+pkgver=3.2.6
+pkgrel=2
+pkgdesc="A set of free application programs implementing FTP"
+url="http://www.ncftp.com/;
+arch=('x86_64')
+license=('custom')
+depends=('ncurses')
+makedepends=('inetutils')
+source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.xz;)
+md5sums=('42d0f896d69a4d603ec097546444245f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # FS#39211
+  unset CPPFLAGS
+
+  CPP=/usr/bin/cpp ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -d "${pkgdir}/usr/share"
+  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
+  install -Dm644 doc/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 20:14:53
  Author: arojas
Revision: 340554

PIE rebuild

Modified:
  ncftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 19:03:52 UTC (rev 340553)
+++ PKGBUILD2018-11-28 20:14:53 UTC (rev 340554)
@@ -5,7 +5,7 @@
 
 pkgname=ncftp
 pkgver=3.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of free application programs implementing FTP"
 url="http://www.ncftp.com/;
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses')
 makedepends=('inetutils')
 source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.xz;)
-md5sums=('9e42d4696754ed49e002b8f719f07d92')
+md5sums=('42d0f896d69a4d603ec097546444245f')
 
 build() {
   cd "${pkgname}-${pkgver}"


  1   2   >