[arch-commits] Commit in keepass/repos (7 files)

2019-09-13 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 14, 2019 @ 01:44:19
  Author: grazzolini
Revision: 510451

archrelease: copy trunk to community-staging-any

Added:
  keepass/repos/community-staging-any/
  keepass/repos/community-staging-any/PKGBUILD
(from rev 510450, keepass/trunk/PKGBUILD)
  keepass/repos/community-staging-any/keepass
(from rev 510450, keepass/trunk/keepass)
  keepass/repos/community-staging-any/keepass.1
(from rev 510450, keepass/trunk/keepass.1)
  keepass/repos/community-staging-any/keepass.desktop
(from rev 510450, keepass/trunk/keepass.desktop)
  keepass/repos/community-staging-any/keepass.install
(from rev 510450, keepass/trunk/keepass.install)
  keepass/repos/community-staging-any/keepass.xml
(from rev 510450, keepass/trunk/keepass.xml)

-+
 PKGBUILD|   84 ++
 keepass |2 +
 keepass.1   |   23 ++
 keepass.desktop |   12 +++
 keepass.install |   14 +
 5 files changed, 135 insertions(+)

Copied: keepass/repos/community-staging-any/PKGBUILD (from rev 510450, 
keepass/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-09-14 01:44:19 UTC (rev 510451)
@@ -0,0 +1,84 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.43
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='https://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"http://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
+'keepass'
+'keepass.1'
+'keepass.desktop'
+'keepass.xml')
+
+md5sums=('2ca6c20533c10777ab5afccc89e35ae1'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('ecec1babd44210e46816ebaf8fb67668509e5a68'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('6b25bbfda0f3875ec75559d5890163acf11d59011e1cb908bc21a391cd89013c'
+'SKIP'
+'05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
+'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
+'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
+'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
+validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
+
+prepare() {
+  # Extract icons
+  icotool -x KeePass/KeePass.ico
+
+  pushd Build &>/dev/null
+  LANG=en_US.UTF-8 bash PrepMonoDev.sh
+  popd &>/dev/null
+}
+
+build() {
+  xbuild /target:KeePass /property:Configuration=Release
+  cp Ext/KeePass.exe.config Build/KeePass/Release/
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin
+  install -dm755 "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
+  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
+  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
+  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
+
+  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
+
+  # Proper installation of .desktop file
+  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
+
+  # Install icons
+  for size in 16 32 48 256; do
+install -Dm644 \
+KeePass_*_${size}x${size}x32.png \
+"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
+  done
+
+  # Needed for postinst with xdg-utils
+  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
+}

Copied: keepass/repos/community-staging-any/keepass (from rev 510450, 
keepass/trunk/keepass)
===
--- community-staging-any/keepass   (rev 0)
+++ community-staging-any/keepass   2019-09-14 01:44:19 UTC (rev 510451)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono --verify-all /usr/share/keepass/KeePass.exe "$@"

Copied: 

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

2019-09-13 Thread Giancarlo Razzolini via arch-commits
Date: Saturday, September 14, 2019 @ 01:43:22
  Author: grazzolini
Revision: 510450

upgpkg: keepass 2.43-1

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 01:03:50 UTC (rev 510449)
+++ PKGBUILD2019-09-14 01:43:22 UTC (rev 510450)
@@ -4,8 +4,8 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname=keepass
-pkgver=2.42.1
-pkgrel=4
+pkgver=2.43
+pkgrel=1
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
 url='https://keepass.info/'
@@ -22,19 +22,19 @@
 'keepass.desktop'
 'keepass.xml')
 
-md5sums=('09e3034224d7c82c1822ab3b015f1495'
+md5sums=('2ca6c20533c10777ab5afccc89e35ae1'
  'SKIP'
  '628e383dbfcaeefa996e4677dca35ff1'
  'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
  'e910fabacfd7a5f7caa7c1fac0b5254e'
  'cc97882563fbaa0d5db44c9089990f12')
-sha1sums=('b40e5469a1d9e086f084442cf350e9d33233cfea'
+sha1sums=('ecec1babd44210e46816ebaf8fb67668509e5a68'
   'SKIP'
   '3142e80316feb67d687da993b919a634e89e6b1b'
   '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
   '22fab942358986679549e5263e1d4dabd23085f5'
   '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
-sha256sums=('415654e62e1e03f1bc3d0ae7e5d447c9ddbcc23cb039452424dc5def141976c1'
+sha256sums=('6b25bbfda0f3875ec75559d5890163acf11d59011e1cb908bc21a391cd89013c'
 'SKIP'
 '05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
 'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'


[arch-commits] Commit in intel-compute-runtime/repos/community-x86_64 (2 files)

2019-09-13 Thread Daniel Bermond via arch-commits
Date: Saturday, September 14, 2019 @ 01:03:50
  Author: dbermond
Revision: 510449

archrelease: copy trunk to community-x86_64

Added:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD
(from rev 510448, intel-compute-runtime/trunk/PKGBUILD)
Deleted:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 01:03:27 UTC (rev 510448)
+++ PKGBUILD2019-09-14 01:03:50 UTC (rev 510449)
@@ -1,38 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-_srcname=compute-runtime
-pkgname=intel-${_srcname}
-pkgver=19.35.13977
-pkgrel=1
-pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
-arch=(x86_64)
-url="https://01.org/compute-runtime;
-license=(MIT)
-depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva)
-optdepends=('libva: for cl_intel_va_api_media_sharing'
-'libdrm: for cl_intel_va_api_media_sharing')
-provides=(opencl-driver)
-source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('4f148d4c752e47fa9bb5aa20e154dc49920795378c0e4894747485ac10608a93')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${_srcname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DNEO_DRIVER_VERSION=${pkgver}
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-compute-runtime/repos/community-x86_64/PKGBUILD (from rev 510448, 
intel-compute-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 01:03:50 UTC (rev 510449)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=compute-runtime
+pkgname=intel-${_srcname}
+pkgver=19.36.14103
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver)
+source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('f3622fe35662dc2508e02d02c7fbacebc93b11b99918ffc7fa61a05e43c69e4d')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${_srcname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_DRIVER_VERSION=${pkgver}
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-09-13 Thread Daniel Bermond via arch-commits
Date: Saturday, September 14, 2019 @ 01:03:27
  Author: dbermond
Revision: 510448

upgpkg: intel-compute-runtime 19.36.14103-1

Updated to version 19.36.14103

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 00:01:18 UTC (rev 510447)
+++ PKGBUILD2019-09-14 01:03:27 UTC (rev 510448)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.35.13977
+pkgver=19.36.14103
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('4f148d4c752e47fa9bb5aa20e154dc49920795378c0e4894747485ac10608a93')
+sha256sums=('f3622fe35662dc2508e02d02c7fbacebc93b11b99918ffc7fa61a05e43c69e4d')
 
 prepare() {
 mkdir -p build


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

2019-09-13 Thread Gaëtan Bisson via arch-commits
Date: Saturday, September 14, 2019 @ 00:01:18
  Author: bisson
Revision: 510447

prepare for upstream update

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 22:41:23 UTC (rev 510446)
+++ PKGBUILD2019-09-14 00:01:18 UTC (rev 510447)
@@ -3,9 +3,9 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.1.3
+pkgver=2.2
 _commit=5b3e83120d2c0baeed4e14d5581c3cba29f8c605
-pkgrel=2
+pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'
 license=('GPL')
@@ -12,18 +12,17 @@
 arch=('x86_64')
 depends=('python-pyqt5' 'python-mutagen')
 optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup')
-makedepends=('python-discid' 'git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;
-
'https://github.com/metabrainz/picard/pull/1183/commits/6f3e32f7119938042fec4fc82514eea65eaaccb2.patch')
-sha256sums=('SKIP'
-'16e760a195f071614e8b5fc49cce5cba9230850a5f941d2330112a82659568ff')
+'python-discid: cd lookup'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 build() {
cd "${srcdir}/${pkgname}"
sed "s/‘/'/g" -i setup.cfg
python setup.py config
-   patch -p1 -i ../6f3e32f7119938042fec4fc82514eea65eaaccb2.patch # 
FS#60400
 }
 
 package() {


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 22:38:43
  Author: heftig
Revision: 510429

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-wm/repos/community-staging-x86_64/
  deepin-wm/repos/community-staging-x86_64/PKGBUILD
(from rev 510428, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-staging-x86_64/vala-0.46.diff
(from rev 510428, deepin-wm/trunk/vala-0.46.diff)

+
 PKGBUILD   |   40 ++
 vala-0.46.diff |   71 +++
 2 files changed, 111 insertions(+)

Copied: deepin-wm/repos/community-staging-x86_64/PKGBUILD (from rev 510428, 
deepin-wm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 22:38:43 UTC (rev 510429)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.9.38
+pkgrel=2
+pkgdesc='Deepin Window Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
+ 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;
+vala-0.46.diff)
+sha512sums=('3eb4e47856611e0dc257ab079eff3166ed643aa8b55686519c917c3184cd5f238d01c3c8960d715a81264ff1337aa5d7c809a6559eab82e9decb1b9b8a33917d'
+
'408db4f180b241e2e5982e1945546d7e4c731d1c7a748b6949257175652048986b6dccfdadae49c82462e25e69e212b03b0af89ec2b370be60c0b64f2b0abe19')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../vala-0.46.diff
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 src/Background/BackgroundSource.vala
+}
+
+build() {
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+
+  cd $pkgname-$pkgver
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: deepin-wm/repos/community-staging-x86_64/vala-0.46.diff (from rev 
510428, deepin-wm/trunk/vala-0.46.diff)
===
--- community-staging-x86_64/vala-0.46.diff (rev 0)
+++ community-staging-x86_64/vala-0.46.diff 2019-09-13 22:38:43 UTC (rev 
510429)
@@ -0,0 +1,71 @@
+diff -u -r deepin-wm-1.9.38/plugins/notify/Notification.vala 
deepin-wm-1.9.38-v/plugins/notify/Notification.vala
+--- deepin-wm-1.9.38/plugins/notify/Notification.vala  2019-04-03 
08:12:21.0 +
 deepin-wm-1.9.38-v/plugins/notify/Notification.vala2019-09-13 
22:24:04.446499116 +
+@@ -75,7 +75,7 @@
+   }
+   }
+ 
+-  public Notification (uint32 id, Gdk.Pixbuf? icon, 
NotificationUrgency urgency,
++  Notification (uint32 id, Gdk.Pixbuf? icon, NotificationUrgency 
urgency,
+   int32 expire_timeout)
+   {
+   Object (
+diff -u -r deepin-wm-1.9.38/src/Deepin/DeepinWindowBaseContainer.vala 
deepin-wm-1.9.38-v/src/Deepin/DeepinWindowBaseContainer.vala
+--- deepin-wm-1.9.38/src/Deepin/DeepinWindowBaseContainer.vala 2019-04-03 
08:12:21.0 +
 deepin-wm-1.9.38-v/src/Deepin/DeepinWindowBaseContainer.vala   
2019-09-13 22:23:50.932977243 +
+@@ -68,7 +68,7 @@
+   public abstract void do_select_clone (DeepinWindowClone 
window_clone, bool select,
+   
  bool animate = true);
+ 
+-  public DeepinWindowBaseContainer (Workspace workspace)
++  DeepinWindowBaseContainer (Workspace workspace)
+   {
+   Object (workspace: workspace);
+   }
+diff -u -r deepin-wm-1.9.38/src/Deepin/DeepinWindowClone.vala 
deepin-wm-1.9.38-v/src/Deepin/DeepinWindowClone.vala
+--- deepin-wm-1.9.38/src/Deepin/DeepinWindowClone.vala 2019-04-03 
08:12:21.0 +
 deepin-wm-1.9.38-v/src/Deepin/DeepinWindowClone.vala   2019-09-13 
22:32:00.885495180 +
+@@ -374,13 +374,13 @@
+   position.x = outer_rect.x - offset_x;
+   position.y = outer_rect.y - offset_y;
+   var position_value = GLib.Value (typeof 
(Point));
+-  position_value.set_boxed (position);
++  position_value.set_boxed ((void*)position);
+ 
+   var size = Size.alloc ();
+   size.width = outer_rect.width;
+   size.height 

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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 22:38:45
  Author: heftig
Revision: 510430

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-mutter/repos/community-staging-x86_64/
  deepin-mutter/repos/community-staging-x86_64/PKGBUILD
(from rev 510428, deepin-mutter/trunk/PKGBUILD)

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

Copied: deepin-mutter/repos/community-staging-x86_64/PKGBUILD (from rev 510428, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 22:38:45 UTC (rev 510430)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.20.38
+pkgrel=2
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-mutter;
+license=('GPL3')
+depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
+sha512sums=('19aa7c56bfde874ba58622c8c6928999020dcfce9dc30d7982ea53ef4d91f06ec90ed605d6ff4eaa6bd81181c52e8d5e693a4f4aecd9e790c3bc5d34464e6cce')
+
+prepare() {
+  cd deepin-mutter-$pkgver
+  sed -i '/SCANNERFLAGS/s/ --warn-error//' src/Makefile.am
+}
+
+build() {
+  cd deepin-mutter-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in deepin-wm/trunk (PKGBUILD vala-0.46.diff)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 22:38:23
  Author: heftig
Revision: 510428

1.9.38-2

Added:
  deepin-wm/trunk/vala-0.46.diff
Modified:
  deepin-wm/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++
 vala-0.46.diff |   71 +++
 2 files changed, 79 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 22:36:36 UTC (rev 510427)
+++ PKGBUILD2019-09-13 22:38:23 UTC (rev 510428)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-wm
 pkgver=1.9.38
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Window Manager'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-wm;
@@ -12,12 +12,15 @@
 depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
  'gnome-desktop' 'libgee')
 makedepends=('gnome-common' 'intltool' 'vala')
-options=(debug)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('3eb4e47856611e0dc257ab079eff3166ed643aa8b55686519c917c3184cd5f238d01c3c8960d715a81264ff1337aa5d7c809a6559eab82e9decb1b9b8a33917d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;
+vala-0.46.diff)
+sha512sums=('3eb4e47856611e0dc257ab079eff3166ed643aa8b55686519c917c3184cd5f238d01c3c8960d715a81264ff1337aa5d7c809a6559eab82e9decb1b9b8a33917d'
+
'408db4f180b241e2e5982e1945546d7e4c731d1c7a748b6949257175652048986b6dccfdadae49c82462e25e69e212b03b0af89ec2b370be60c0b64f2b0abe19')
 
 prepare() {
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../vala-0.46.diff
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 src/Background/BackgroundSource.vala
 }
 
 build() {

Added: vala-0.46.diff
===
--- vala-0.46.diff  (rev 0)
+++ vala-0.46.diff  2019-09-13 22:38:23 UTC (rev 510428)
@@ -0,0 +1,71 @@
+diff -u -r deepin-wm-1.9.38/plugins/notify/Notification.vala 
deepin-wm-1.9.38-v/plugins/notify/Notification.vala
+--- deepin-wm-1.9.38/plugins/notify/Notification.vala  2019-04-03 
08:12:21.0 +
 deepin-wm-1.9.38-v/plugins/notify/Notification.vala2019-09-13 
22:24:04.446499116 +
+@@ -75,7 +75,7 @@
+   }
+   }
+ 
+-  public Notification (uint32 id, Gdk.Pixbuf? icon, 
NotificationUrgency urgency,
++  Notification (uint32 id, Gdk.Pixbuf? icon, NotificationUrgency 
urgency,
+   int32 expire_timeout)
+   {
+   Object (
+diff -u -r deepin-wm-1.9.38/src/Deepin/DeepinWindowBaseContainer.vala 
deepin-wm-1.9.38-v/src/Deepin/DeepinWindowBaseContainer.vala
+--- deepin-wm-1.9.38/src/Deepin/DeepinWindowBaseContainer.vala 2019-04-03 
08:12:21.0 +
 deepin-wm-1.9.38-v/src/Deepin/DeepinWindowBaseContainer.vala   
2019-09-13 22:23:50.932977243 +
+@@ -68,7 +68,7 @@
+   public abstract void do_select_clone (DeepinWindowClone 
window_clone, bool select,
+   
  bool animate = true);
+ 
+-  public DeepinWindowBaseContainer (Workspace workspace)
++  DeepinWindowBaseContainer (Workspace workspace)
+   {
+   Object (workspace: workspace);
+   }
+diff -u -r deepin-wm-1.9.38/src/Deepin/DeepinWindowClone.vala 
deepin-wm-1.9.38-v/src/Deepin/DeepinWindowClone.vala
+--- deepin-wm-1.9.38/src/Deepin/DeepinWindowClone.vala 2019-04-03 
08:12:21.0 +
 deepin-wm-1.9.38-v/src/Deepin/DeepinWindowClone.vala   2019-09-13 
22:32:00.885495180 +
+@@ -374,13 +374,13 @@
+   position.x = outer_rect.x - offset_x;
+   position.y = outer_rect.y - offset_y;
+   var position_value = GLib.Value (typeof 
(Point));
+-  position_value.set_boxed (position);
++  position_value.set_boxed ((void*)position);
+ 
+   var size = Size.alloc ();
+   size.width = outer_rect.width;
+   size.height = outer_rect.height;
+   var size_value = GLib.Value (typeof (Size));
+-  size_value.set_boxed (size);
++  size_value.set_boxed ((void*)size);
+ 
+ unowned AnimationSettings animation_settings = 
AnimationSettings.get_default ();
+   DeepinUtils.start_animation_group (this, 
"window-slot",
+@@ -433,13 +433,13 @@
+  

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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 22:36:36
  Author: heftig
Revision: 510427

3.20.38-2

Modified:
  deepin-mutter/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 22:34:45 UTC (rev 510426)
+++ PKGBUILD2019-09-13 22:36:36 UTC (rev 510427)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-mutter
 pkgver=3.20.38
-pkgrel=1
+pkgrel=2
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-mutter;
@@ -17,6 +17,11 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
 
sha512sums=('19aa7c56bfde874ba58622c8c6928999020dcfce9dc30d7982ea53ef4d91f06ec90ed605d6ff4eaa6bd81181c52e8d5e693a4f4aecd9e790c3bc5d34464e6cce')
 
+prepare() {
+  cd deepin-mutter-$pkgver
+  sed -i '/SCANNERFLAGS/s/ --warn-error//' src/Makefile.am
+}
+
 build() {
   cd deepin-mutter-$pkgver
   ./autogen.sh \
@@ -30,6 +35,7 @@
 --disable-static \
 --disable-schemas-compile \
 --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2019-09-13 Thread Fabio Castelli via arch-commits
Date: Friday, September 13, 2019 @ 22:34:29
  Author: muflone
Revision: 510425

upgpkg: gscan2pdf 2.5.6-1

Modified:
  gscan2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 22:18:37 UTC (rev 510424)
+++ PKGBUILD2019-09-13 22:34:29 UTC (rev 510425)
@@ -6,7 +6,7 @@
 # Contributor: Olaf Leidinger 
 
 pkgname=gscan2pdf
-pkgver=2.5.5
+pkgver=2.5.6
 pkgrel=1
 pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
 arch=('any')
@@ -24,7 +24,7 @@
 'tesseract: OCR support'
 'cuneiform: OCR support')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('68570af787b04f8425091a1cfe5a53f34dab0384b28a2907151d22737695d03d')
+sha256sums=('df55f6ca8381af5bec77c5a62363c1328d937b5511cbca97badec912b50de872')
 options=('!emptydirs')
 
 build() {


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

2019-09-13 Thread Fabio Castelli via arch-commits
Date: Friday, September 13, 2019 @ 22:34:45
  Author: muflone
Revision: 510426

archrelease: copy trunk to community-any

Added:
  gscan2pdf/repos/community-any/PKGBUILD
(from rev 510425, gscan2pdf/trunk/PKGBUILD)
Deleted:
  gscan2pdf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 22:34:29 UTC (rev 510425)
+++ PKGBUILD2019-09-13 22:34:45 UTC (rev 510426)
@@ -1,47 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Tristelune  
-# Contributor: LeCrayonVert 
-# Contributor: yugrotavele 
-# Contributor: Sven Salzwedel 
-# Contributor: Olaf Leidinger 
-
-pkgname=gscan2pdf
-pkgver=2.5.5
-pkgrel=1
-pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
-arch=('any')
-url='http://gscan2pdf.sourceforge.net/'
-license=('GPL')
-depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
- 'perl-gtk3-simplelist' 'perl-data-uuid'
- 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
- 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
- 'perl-proc-processtable' 'perl-readonly' 'perl-image-sane' 
'perl-set-intspan'
- 'perl-try-tiny' 'unpaper')
-optdepends=('djvulibre: DjVu image format'
-'gocr: OCR support'
-'xdg-utils: email as PDF'
-'tesseract: OCR support'
-'cuneiform: OCR support')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('68570af787b04f8425091a1cfe5a53f34dab0384b28a2907151d22737695d03d')
-options=('!emptydirs')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: gscan2pdf/repos/community-any/PKGBUILD (from rev 510425, 
gscan2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 22:34:45 UTC (rev 510426)
@@ -0,0 +1,47 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Tristelune  
+# Contributor: LeCrayonVert 
+# Contributor: yugrotavele 
+# Contributor: Sven Salzwedel 
+# Contributor: Olaf Leidinger 
+
+pkgname=gscan2pdf
+pkgver=2.5.6
+pkgrel=1
+pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
+arch=('any')
+url='http://gscan2pdf.sourceforge.net/'
+license=('GPL')
+depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
+ 'perl-gtk3-simplelist' 'perl-data-uuid'
+ 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
+ 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
+ 'perl-proc-processtable' 'perl-readonly' 'perl-image-sane' 
'perl-set-intspan'
+ 'perl-try-tiny' 'unpaper')
+optdepends=('djvulibre: DjVu image format'
+'gocr: OCR support'
+'xdg-utils: email as PDF'
+'tesseract: OCR support'
+'cuneiform: OCR support')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('df55f6ca8381af5bec77c5a62363c1328d937b5511cbca97badec912b50de872')
+options=('!emptydirs')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}


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

2019-09-13 Thread Alexander Rødseth via arch-commits
Date: Friday, September 13, 2019 @ 22:18:29
  Author: arodseth
Revision: 510423

upgpkg: catfish 1.4.10-1

Modified:
  catfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 22:18:09 UTC (rev 510422)
+++ PKGBUILD2019-09-13 22:18:29 UTC (rev 510423)
@@ -5,8 +5,8 @@
 # Contributor: loqs 
 
 pkgname=catfish
-pkgver=1.4.9
-pkgrel=2
+pkgver=1.4.10
+pkgrel=1
 pkgdesc='Versatile file searching tool'
 arch=(any)
 url='https://git.xfce.org/apps/catfish/about/'


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

2019-09-13 Thread Alexander Rødseth via arch-commits
Date: Friday, September 13, 2019 @ 22:18:37
  Author: arodseth
Revision: 510424

archrelease: copy trunk to community-any

Added:
  catfish/repos/community-any/PKGBUILD
(from rev 510423, catfish/trunk/PKGBUILD)
  catfish/repos/community-any/catfish.install
(from rev 510423, catfish/trunk/catfish.install)
Deleted:
  catfish/repos/community-any/PKGBUILD
  catfish/repos/community-any/catfish.install

-+
 PKGBUILD|   92 +++---
 catfish.install |   10 ++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 22:18:29 UTC (rev 510423)
+++ PKGBUILD2019-09-13 22:18:37 UTC (rev 510424)
@@ -1,46 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-# Contributor: loqs 
-
-pkgname=catfish
-pkgver=1.4.9
-pkgrel=2
-pkgdesc='Versatile file searching tool'
-arch=(any)
-url='https://git.xfce.org/apps/catfish/about/'
-license=(GPL)
-install=$pkgname.install
-depends=(gtk3 python-cairo python-gobject python-pexpect
- python-ptyprocess python-xdg xdg-utils python-dbus)
-makedepends=(git intltool python-distutils-extra)
-optdepends=('mlocate: filename search'
-'zeitgeist: integration with zeitgeist')
-source=("git+https://git.xfce.org/apps/catfish/#tag=catfish-$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  # Patch for FS#62864
-  sed -i 's/monitor_at_window(s.get_active/monitor_at_window(s.get_root/g' \
-"$pkgname/$pkgname/CatfishWindow.py"
-}
-
-build() {
-  cd "$pkgname"
-
-  python setup.py build
-}
-
-package () {
-  cd "$pkgname"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -d "$pkgdir/usr/share/pixmaps"
-  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
-"$pkgdir/usr/share/pixmaps/$pkgname.svg"
-}
-
-# getver: git.xfce.org/apps/catfish/plain/catfish.1
-# vim: ts=2 sw=2 et:

Copied: catfish/repos/community-any/PKGBUILD (from rev 510423, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 22:18:37 UTC (rev 510424)
@@ -0,0 +1,46 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+# Contributor: loqs 
+
+pkgname=catfish
+pkgver=1.4.10
+pkgrel=1
+pkgdesc='Versatile file searching tool'
+arch=(any)
+url='https://git.xfce.org/apps/catfish/about/'
+license=(GPL)
+install=$pkgname.install
+depends=(gtk3 python-cairo python-gobject python-pexpect
+ python-ptyprocess python-xdg xdg-utils python-dbus)
+makedepends=(git intltool python-distutils-extra)
+optdepends=('mlocate: filename search'
+'zeitgeist: integration with zeitgeist')
+source=("git+https://git.xfce.org/apps/catfish/#tag=catfish-$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  # Patch for FS#62864
+  sed -i 's/monitor_at_window(s.get_active/monitor_at_window(s.get_root/g' \
+"$pkgname/$pkgname/CatfishWindow.py"
+}
+
+build() {
+  cd "$pkgname"
+
+  python setup.py build
+}
+
+package () {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -d "$pkgdir/usr/share/pixmaps"
+  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
+"$pkgdir/usr/share/pixmaps/$pkgname.svg"
+}
+
+# getver: git.xfce.org/apps/catfish/plain/catfish.1
+# vim: ts=2 sw=2 et:

Deleted: catfish.install
===
--- catfish.install 2019-09-13 22:18:29 UTC (rev 510423)
+++ catfish.install 2019-09-13 22:18:37 UTC (rev 510424)
@@ -1,5 +0,0 @@
-post_install() {
-  echo 'One of the optional file search engines must be installed for catfish 
to work.'
-}
-
-# vim: ts=2 sw=2 et:

Copied: catfish/repos/community-any/catfish.install (from rev 510423, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2019-09-13 22:18:37 UTC (rev 510424)
@@ -0,0 +1,5 @@
+post_install() {
+  echo 'One of the optional file search engines must be installed for catfish 
to work.'
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-13 Thread Christian Hesse via arch-commits
Date: Friday, September 13, 2019 @ 22:17:23
  Author: eworm
Revision: 510417

upgpkg: wireguard-lts 0.0.20190913-1

new upstream release, built for linux-lts-4.19.72-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 22:16:47 UTC (rev 510416)
+++ PKGBUILD2019-09-13 22:17:23 UTC (rev 510417)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Hesse 
 
 pkgname='wireguard-lts'
-pkgver=0.0.20190905
+pkgver=0.0.20190913
 pkgrel=1
 _linux_major=4
 _linux_minor=19


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

2019-09-13 Thread Christian Hesse via arch-commits
Date: Friday, September 13, 2019 @ 22:17:26
  Author: eworm
Revision: 510418

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: wireguard-lts/repos/community-testing-x86_64/PKGBUILD (from rev 510417, 
wireguard-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-09-13 22:17:26 UTC (rev 510418)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname='wireguard-lts'
+pkgver=0.0.20190913
+pkgrel=1
+_linux_major=4
+_linux_minor=19
+arch=('x86_64')
+url='https://www.wireguard.com/'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux-lts>=$_linux_cur" "linux-lts<$_linux_next"
+ "linux-lts-headers>=$_linux_cur" "linux-lts-headers<$_linux_next"
+ "wireguard-dkms>=$pkgver")
+
+_extramodules="extramodules-${_linux_major}.${_linux_minor}-lts"
+
+package_wireguard-lts() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Wireguard module for LTS Kernel'
+  license=('GPL')
+  depends=("linux-lts>=$_linux_cur" "linux-lts<$_linux_next")
+  conflicts=('wireguard-dkms')
+  provides=('WIREGUARD-MODULE')
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}


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

2019-09-13 Thread Christian Hesse via arch-commits
Date: Friday, September 13, 2019 @ 22:16:44
  Author: eworm
Revision: 510415

upgpkg: wireguard-arch 0.0.20190913-1

new upstream release, built for linux-5.2.14.arch2-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 22:13:16 UTC (rev 510414)
+++ PKGBUILD2019-09-13 22:16:44 UTC (rev 510415)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=wireguard-arch
-pkgver=0.0.20190905
-pkgrel=4
+pkgver=0.0.20190913
+pkgrel=1
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-09-13 Thread Christian Hesse via arch-commits
Date: Friday, September 13, 2019 @ 22:16:47
  Author: eworm
Revision: 510416

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: wireguard-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
510415, wireguard-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-09-13 22:16:47 UTC (rev 510416)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20190913
+pkgrel=1
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+_extramodules='extramodules-ARCH'
+
+package() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


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

2019-09-13 Thread Christian Hesse via arch-commits
Date: Friday, September 13, 2019 @ 22:13:13
  Author: eworm
Revision: 510413

upgpkg: wireguard 0.0.20190913-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 22:04:45 UTC (rev 510412)
+++ PKGBUILD2019-09-13 22:13:13 UTC (rev 510413)
@@ -3,7 +3,7 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20190905
+pkgver=0.0.20190913
 pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('git' 'libmnl')
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

 
source=("https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar"{.xz,.asc})
-sha256sums=('78767ceeb5286beaa851145f072d920a340a9f1b771a2943b8efd638cee1a8f6'
+sha256sums=('997327185d2d1b597dc118f737c0c165e2a2c21453387ea02659f1159d148518'
 'SKIP')
 
 prepare() {


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

2019-09-13 Thread Christian Hesse via arch-commits
Date: Friday, September 13, 2019 @ 22:13:16
  Author: eworm
Revision: 510414

archrelease: copy trunk to community-testing-x86_64

Added:
  wireguard/repos/community-testing-x86_64/
  wireguard/repos/community-testing-x86_64/PKGBUILD
(from rev 510413, wireguard/trunk/PKGBUILD)

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

Copied: wireguard/repos/community-testing-x86_64/PKGBUILD (from rev 510413, 
wireguard/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-09-13 22:13:16 UTC (rev 510414)
@@ -0,0 +1,61 @@
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20190913
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64')
+url='http://www.wireguard.com/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

+source=("https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar"{.xz,.asc})
+sha256sums=('997327185d2d1b597dc118f737c0c165e2a2c21453387ea02659f1159d148518'
+'SKIP')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl')
+   optdepends=('openresolv: for DNS functionality'
+   'wireguard-dkms: wireguard module, built by dkms'
+   'wireguard-arch: wireguard module for linux'
+   'wireguard-lts: wireguard module for linux-lts')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+


[arch-commits] Commit in budgie-desktop/trunk (3 files)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 22:04:34
  Author: heftig
Revision: 510411

10.5-3

Added:
  budgie-desktop/trunk/gnome-3.34.patch
  budgie-desktop/trunk/vala-0.46.patch
Modified:
  budgie-desktop/trunk/PKGBUILD

--+
 PKGBUILD |   17 
 gnome-3.34.patch |12773 +
 vala-0.46.patch  |   23 
 3 files changed, 12811 insertions(+), 2 deletions(-)

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


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 22:04:45
  Author: heftig
Revision: 510412

archrelease: copy trunk to community-staging-x86_64

Added:
  budgie-desktop/repos/community-staging-x86_64/
  
budgie-desktop/repos/community-staging-x86_64/00_budgie-desktop.gschema.override
(from rev 510411, budgie-desktop/trunk/00_budgie-desktop.gschema.override)
  budgie-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 510411, budgie-desktop/trunk/PKGBUILD)
  budgie-desktop/repos/community-staging-x86_64/gnome-3.32.patch
(from rev 510411, budgie-desktop/trunk/gnome-3.32.patch)
  budgie-desktop/repos/community-staging-x86_64/gnome-3.34.patch
(from rev 510411, budgie-desktop/trunk/gnome-3.34.patch)
  budgie-desktop/repos/community-staging-x86_64/vala-0.46.patch
(from rev 510411, budgie-desktop/trunk/vala-0.46.patch)

+
 00_budgie-desktop.gschema.override |2 
 PKGBUILD   |   64 
 gnome-3.32.patch   |16310 +++
 gnome-3.34.patch   |12773 +++
 vala-0.46.patch|   23 
 5 files changed, 29172 insertions(+)

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


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

2019-09-13 Thread Jelle van der Waa via arch-commits
Date: Friday, September 13, 2019 @ 21:52:04
  Author: jelle
Revision: 362611

archrelease: copy trunk to extra-x86_64

Added:
  alertmanager/repos/extra-x86_64/PKGBUILD
(from rev 362610, alertmanager/trunk/PKGBUILD)
  alertmanager/repos/extra-x86_64/alertmanager.service
(from rev 362610, alertmanager/trunk/alertmanager.service)
  alertmanager/repos/extra-x86_64/alertmanager.sysusers
(from rev 362610, alertmanager/trunk/alertmanager.sysusers)
Deleted:
  alertmanager/repos/extra-x86_64/PKGBUILD
  alertmanager/repos/extra-x86_64/alertmanager.service
  alertmanager/repos/extra-x86_64/alertmanager.sysusers

---+
 PKGBUILD  |  110 
 alertmanager.service  |   47 
 alertmanager.sysusers |2 
 3 files changed, 84 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 21:51:54 UTC (rev 362610)
+++ PKGBUILD2019-09-13 21:52:04 UTC (rev 362611)
@@ -1,55 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=alertmanager
-pkgver=0.18.0
-pkgrel=2
-pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
-url="https://github.com/prometheus/alertmanager;
-arch=(x86_64)
-depends=(glibc)
-license=('Apache')
-makedepends=(go-pie git)
-backup=('etc/alertmanager/alertmanager.yml')
-source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
-sha512sums=('59faec308abaac3d2b59198fef25109b208de1a807b38803dc10722ff0caf1bac9d9795005fefb3b4e2acda62be136bfcafe7b9702ae52565021a424f99fa730'
-
'3d99e1781488bba6cab6e13b0ec7f441efd1070b3deaad648fefd11ae18e28da8bea46af30b3459bb0935fd786c2e4045c5cd15d8ab3fb638c6827ba4e2fac92'
-
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
-
-build() {
-  cd $pkgname-$pkgver
-  go build \
--gcflags "all=-trimpath=$GOPATH" \
--asmflags "all=-trimpath=$GOPATH" \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-./cmd/alertmanager
-
-  go build \
--gcflags "all=-trimpath=$GOPATH" \
--asmflags "all=-trimpath=$GOPATH" \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-./cmd/amtool
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm755 amtool "$pkgdir/usr/bin/amtool"
-
-  install -Dm644 examples/ha/${pkgname}.yml 
"${pkgdir}/etc/${pkgname}/${pkgname}.yml"
-  install -d -m755 "${pkgdir}/etc/${pkgname}/template/"
-
-  install -d -m755 -o 211 -g 211 "${pkgdir}/var/lib/${pkgname}"
-
-  install -Dm0644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  install -Dm644 "$srcdir/alertmanager.sysusers" 
"$pkgdir/usr/lib/sysusers.d/alertmanager.conf"
-}

Copied: alertmanager/repos/extra-x86_64/PKGBUILD (from rev 362610, 
alertmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 21:52:04 UTC (rev 362611)
@@ -0,0 +1,55 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=alertmanager
+pkgver=0.18.0
+pkgrel=3
+pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
+url="https://github.com/prometheus/alertmanager;
+arch=(x86_64)
+depends=(glibc)
+license=('Apache')
+makedepends=(go-pie git)
+backup=('etc/alertmanager/alertmanager.yml')
+source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
+sha512sums=('59faec308abaac3d2b59198fef25109b208de1a807b38803dc10722ff0caf1bac9d9795005fefb3b4e2acda62be136bfcafe7b9702ae52565021a424f99fa730'
+
'e814d4aca46c2e243a2fe137b2ca102d5adfc18a5d4ab1d316ae593e60a256f8f7f699eb2d8c28b74e6f26fd17b682df927517db4819b167ab0269aa3f76894e'
+
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
+
+build() {
+  cd $pkgname-$pkgver
+  go build \
+-gcflags 

[arch-commits] Commit in alertmanager/trunk (PKGBUILD alertmanager.service)

2019-09-13 Thread Jelle van der Waa via arch-commits
Date: Friday, September 13, 2019 @ 21:51:54
  Author: jelle
Revision: 362610

upgpkg: alertmanager 0.18.0-3

Add more hardening to alertmanager

Modified:
  alertmanager/trunk/PKGBUILD
  alertmanager/trunk/alertmanager.service

--+
 PKGBUILD |4 ++--
 alertmanager.service |9 +
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 21:19:44 UTC (rev 362609)
+++ PKGBUILD2019-09-13 21:51:54 UTC (rev 362610)
@@ -2,7 +2,7 @@
 
 pkgname=alertmanager
 pkgver=0.18.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
 url="https://github.com/prometheus/alertmanager;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 backup=('etc/alertmanager/alertmanager.yml')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
 
sha512sums=('59faec308abaac3d2b59198fef25109b208de1a807b38803dc10722ff0caf1bac9d9795005fefb3b4e2acda62be136bfcafe7b9702ae52565021a424f99fa730'
-
'3d99e1781488bba6cab6e13b0ec7f441efd1070b3deaad648fefd11ae18e28da8bea46af30b3459bb0935fd786c2e4045c5cd15d8ab3fb638c6827ba4e2fac92'
+
'e814d4aca46c2e243a2fe137b2ca102d5adfc18a5d4ab1d316ae593e60a256f8f7f699eb2d8c28b74e6f26fd17b682df927517db4819b167ab0269aa3f76894e'
 
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
 
 build() {

Modified: alertmanager.service
===
--- alertmanager.service2019-09-13 21:19:44 UTC (rev 362609)
+++ alertmanager.service2019-09-13 21:51:54 UTC (rev 362610)
@@ -13,7 +13,16 @@
 ProtectHome=true
 ProtectSystem=full
 ProtectHostname=true
+ProtectControlGroups=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
 LockPersonality=true
+PrivateTmp=true
+PrivateDevices=True
+RestrictRealtime=true
+CapabilityBoundingSet=
+SystemCallArchitectures=native
+MemoryDenyWriteExecute=true
 
 [Install]
 WantedBy=multi-user.target


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:44:47
  Author: heftig
Revision: 510410

archrelease: copy trunk to community-staging-x86_64

Added:
  almanah/repos/community-staging-x86_64/
  almanah/repos/community-staging-x86_64/PKGBUILD
(from rev 510409, almanah/trunk/PKGBUILD)

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

Copied: almanah/repos/community-staging-x86_64/PKGBUILD (from rev 510409, 
almanah/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 21:44:47 UTC (rev 510410)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.11.0+219+g1790486
+pkgrel=1
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('x86_64')
+url="https://wiki.gnome.org/AlmanahDiary;
+license=('GPL')
+depends=('evolution' 'libcryptui' 'gtkspell3' 'gtksourceview3')
+makedepends=('git' 'meson')
+_commit=179048616b1c9a7a35308a3c118ca6b6c5d78d8d  # master
+source=("git+https://gitlab.gnome.org/GNOME/almanah.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:44:35
  Author: heftig
Revision: 510409

0.11.0+219+g1790486-1

Modified:
  almanah/trunk/PKGBUILD
Deleted:
  almanah/trunk/0001-Fix-AppStream-metadata-validation.patch

--+
 0001-Fix-AppStream-metadata-validation.patch |   99 -
 PKGBUILD |   39 +
 2 files changed, 20 insertions(+), 118 deletions(-)

Deleted: 0001-Fix-AppStream-metadata-validation.patch
===
--- 0001-Fix-AppStream-metadata-validation.patch2019-09-13 21:35:08 UTC 
(rev 510408)
+++ 0001-Fix-AppStream-metadata-validation.patch2019-09-13 21:44:35 UTC 
(rev 510409)
@@ -1,99 +0,0 @@
-From 45971f9b492b366989ae0afd89243218be9b5fb1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=C3=81lvaro=20Pe=C3=B1a?= 
-Date: Sat, 7 Mar 2015 20:54:43 +0100
-Subject: [PATCH] data: Updated the AppData format
-
-Included the fields "name" and "summary".

- data/almanah.appdata.xml.in | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/data/almanah.appdata.xml.in b/data/almanah.appdata.xml.in
-index 17a0a7d..31db07d 100644
 a/data/almanah.appdata.xml.in
-+++ b/data/almanah.appdata.xml.in
-@@ -4,6 +4,8 @@
-   almanah.desktop
-   CC0-1.0
-   GPL-3.0+
-+  Almanah Diary
-+  <_summary>Keep a diary of your life
-   
- <_p>
-   Almanah Diary is an application to allow you to keep a diary of your 
life.
--- 
-2.18.1
-
-From b33b67f48587f40adaa1c1e1e34882cafce540e9 Mon Sep 17 00:00:00 2001
-From: Richard Hughes 
-Date: Fri, 22 Jan 2016 19:10:04 +
-Subject: [PATCH] Update the AppData file to version 0.7+
-

- data/almanah.appdata.xml.in | 21 +++--
- 1 file changed, 15 insertions(+), 6 deletions(-)
-
-diff --git a/data/almanah.appdata.xml.in b/data/almanah.appdata.xml.in
-index 31db07d..df93a75 100644
 a/data/almanah.appdata.xml.in
-+++ b/data/almanah.appdata.xml.in
-@@ -1,10 +1,10 @@
- 
- 
--
--  almanah.desktop
-+
-+  almanah.desktop
-   CC0-1.0
-   GPL-3.0+
--  Almanah Diary
-+  <_name>Almanah Diary
-   <_summary>Keep a diary of your life
-   
- <_p>
-@@ -18,8 +18,17 @@
- 
-   
-   
--https://wiki.gnome.org/Apps/Almanah_Diary?action=AttachFiledo=gettarget=screenshot-almanah-diary.png
-+
-+  
https://wiki.gnome.org/Apps/Almanah_Diary?action=AttachFiledo=gettarget=screenshot-almanah-diary.png
-+
-   
-   https://wiki.gnome.org/Apps/Almanah_Diary
--  alvaropg_at_gmail.com
--
-+  https://bugzilla.gnome.org/enter_bug.cgi?product=almanah
-+  http://www.gnome.org/friends/
-+  alvaropg_at_gmail.com
-+  GNOME
-+  
-+AppMenu
-+ModernToolkit
-+  
-+
--- 
-2.18.1
-
-From 9c94abafe29415dbac1b6460af17c5af254e5859 Mon Sep 17 00:00:00 2001
-From: Richard Hughes 
-Date: Mon, 25 Jan 2016 15:12:21 +
-Subject: [PATCH] Add a missing tag to the AppData file
-

- data/almanah.appdata.xml.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/data/almanah.appdata.xml.in b/data/almanah.appdata.xml.in
-index df93a75..d50f20c 100644
 a/data/almanah.appdata.xml.in
-+++ b/data/almanah.appdata.xml.in
-@@ -31,4 +31,5 @@
- AppMenu
- ModernToolkit
-   
-+  almanah
- 
--- 
-2.18.1
-

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 21:35:08 UTC (rev 510408)
+++ PKGBUILD2019-09-13 21:44:35 UTC (rev 510409)
@@ -1,35 +1,36 @@
 # Maintainer: Balló György 
 
 pkgname=almanah
-pkgver=0.11.1
-pkgrel=10
+pkgver=0.11.0+219+g1790486
+pkgrel=1
 pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
 arch=('x86_64')
 url="https://wiki.gnome.org/AlmanahDiary;
 license=('GPL')
-depends=('evolution' 'libcryptui')
-makedepends=('intltool' 'python')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-0001-Fix-AppStream-metadata-validation.patch)
-sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc'
-'e2601efa189a12dd639ed070ff3fea41454b0e845716ab8a4c84f0adbd2845c5')
+depends=('evolution' 'libcryptui' 'gtkspell3' 'gtksourceview3')
+makedepends=('git' 'meson')
+_commit=179048616b1c9a7a35308a3c118ca6b6c5d78d8d  # master
+source=("git+https://gitlab.gnome.org/GNOME/almanah.git#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
 prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix AppStream metadata validation
-  patch -Np1 -i ../0001-Fix-AppStream-metadata-validation.patch
-  sed -i 's|${datadir}/appdata|${datadir}/metainfo|' configure
+  cd $pkgname
 }
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  cd $pkgname-$pkgver
-  make 

[arch-commits] Commit in gnome-initial-setup/repos (2 files)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:35:07
  Author: heftig
Revision: 510406

archrelease: copy trunk to community-staging-x86_64

Added:
  gnome-initial-setup/repos/community-staging-x86_64/
  gnome-initial-setup/repos/community-staging-x86_64/PKGBUILD
(from rev 510405, gnome-initial-setup/trunk/PKGBUILD)

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

Copied: gnome-initial-setup/repos/community-staging-x86_64/PKGBUILD (from rev 
510405, gnome-initial-setup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 21:35:07 UTC (rev 510406)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-initial-setup
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Simple, easy, and safe way to prepare a new system"
+arch=('x86_64')
+url="https://www.gnome.org/;
+license=('GPL')
+depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 
'libgweather'
+ 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd'
+ 'libpackagekit-glib' 'geoclue')
+makedepends=('meson')
+optdepends=('gdm: GDM Initial Setup mode'
+'gnome-getting-started-docs: GNOME Welcome Tour')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4ca3855c526f520a6c93f9338779c20f0b404b65c21bb820a472ef2373479ea6')
+
+build() {
+  arch-meson $pkgname-$pkgver build -D region-page=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+
+  # Setup system user and group
+  echo 'u gnome-initial-setup - "GNOME Initial Setup" 
/run/gnome-initial-setup' |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  echo 'd /run/gnome-initial-setup 0700 gnome-initial-setup 
gnome-initial-setup -' |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}


[arch-commits] Commit in gnome-flashback/trunk (PKGBUILD gettext.diff)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:34:57
  Author: heftig
Revision: 510405

3.34.0-1

Added:
  gnome-flashback/trunk/gettext.diff
Modified:
  gnome-flashback/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 gettext.diff |   12 
 2 files changed, 22 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 21:32:55 UTC (rev 510404)
+++ PKGBUILD2019-09-13 21:34:57 UTC (rev 510405)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-flashback
-pkgver=3.32.0
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="GNOME Flashback session"
 arch=('x86_64')
@@ -13,11 +13,13 @@
 'gnome-control-center: System settings'
 'gnome-screensaver: Lock screen'
 'network-manager-applet: Network management')
-_commit=3dd159c787a0e87b9b84f3504b572ca164a4afd9  # tags/3.32.0^0
+_commit=58cf1160cc2716a0e1530165922a6bda42e40825  # tags/3.34.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-flashback.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
+gettext.diff)
 sha256sums=('SKIP'
-'SKIP')
+'SKIP'
+'e947f51efca2efcae36755406f1b9a191981fc09a819fe148bc41451a08341d4')
 
 pkgver() {
   cd $pkgname
@@ -26,8 +28,11 @@
 
 prepare() {
   cd $pkgname
+  patch -Np1 -i ../gettext.diff  # Unbreak build with gettext 0.20
+
+  git submodule init
   git config --local submodule.gnome-flashback/libsound-applet/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update --init
+  git submodule update
 
   NOCONFIGURE=1 ./autogen.sh
 }

Added: gettext.diff
===
--- gettext.diff(rev 0)
+++ gettext.diff2019-09-13 21:34:57 UTC (rev 510405)
@@ -0,0 +1,12 @@
+diff --git i/configure.ac w/configure.ac
+index 5dbd86d..0e586c1 100644
+--- i/configure.ac
 w/configure.ac
+@@ -71,6 +71,7 @@ dnl 
**
+ 
+ AM_GNU_GETTEXT([external])
+ AM_GNU_GETTEXT_VERSION([0.19.4])
++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.4])
+ 
+ GETTEXT_PACKAGE=gnome-flashback
+ AC_SUBST([GETTEXT_PACKAGE])


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:35:08
  Author: heftig
Revision: 510408

archrelease: copy trunk to community-staging-x86_64

Added:
  gnome-flashback/repos/community-staging-x86_64/
  gnome-flashback/repos/community-staging-x86_64/PKGBUILD
(from rev 510405, gnome-flashback/trunk/PKGBUILD)
  gnome-flashback/repos/community-staging-x86_64/gettext.diff
(from rev 510405, gnome-flashback/trunk/gettext.diff)

--+
 PKGBUILD |   55 +++
 gettext.diff |   12 
 2 files changed, 67 insertions(+)

Copied: gnome-flashback/repos/community-staging-x86_64/PKGBUILD (from rev 
510405, gnome-flashback/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 21:35:08 UTC (rev 510408)
@@ -0,0 +1,55 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-flashback
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="GNOME Flashback session"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomeFlashback;
+license=('GPL')
+depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 
'gnome-settings-daemon' 'gnome-themes-standard' 'libibus' 'metacity')
+makedepends=('autoconf-archive' 'git' 'intltool' 'python')
+optdepends=('gnome-backgrounds: Default background'
+'gnome-control-center: System settings'
+'gnome-screensaver: Lock screen'
+'network-manager-applet: Network management')
+_commit=58cf1160cc2716a0e1530165922a6bda42e40825  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-flashback.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
+gettext.diff)
+sha256sums=('SKIP'
+'SKIP'
+'e947f51efca2efcae36755406f1b9a191981fc09a819fe148bc41451a08341d4')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../gettext.diff  # Unbreak build with gettext 0.20
+
+  git submodule init
+  git config --local submodule.gnome-flashback/libsound-applet/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile --enable-compile-warnings=minimum 
--enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-flashback/repos/community-staging-x86_64/gettext.diff (from rev 
510405, gnome-flashback/trunk/gettext.diff)
===
--- community-staging-x86_64/gettext.diff   (rev 0)
+++ community-staging-x86_64/gettext.diff   2019-09-13 21:35:08 UTC (rev 
510408)
@@ -0,0 +1,12 @@
+diff --git i/configure.ac w/configure.ac
+index 5dbd86d..0e586c1 100644
+--- i/configure.ac
 w/configure.ac
+@@ -71,6 +71,7 @@ dnl 
**
+ 
+ AM_GNU_GETTEXT([external])
+ AM_GNU_GETTEXT_VERSION([0.19.4])
++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.4])
+ 
+ GETTEXT_PACKAGE=gnome-flashback
+ AC_SUBST([GETTEXT_PACKAGE])


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:35:08
  Author: heftig
Revision: 510407

archrelease: copy trunk to community-staging-x86_64

Added:
  gnome-applets/repos/community-staging-x86_64/
  gnome-applets/repos/community-staging-x86_64/PKGBUILD
(from rev 510405, gnome-applets/trunk/PKGBUILD)

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

Copied: gnome-applets/repos/community-staging-x86_64/PKGBUILD (from rev 510405, 
gnome-applets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 21:35:08 UTC (rev 510407)
@@ -0,0 +1,47 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-applets
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Small applications for the GNOME Panel"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomeApplets;
+license=('GPL')
+depends=('dbus-glib' 'gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
+makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 
'python' 'yelp-tools')
+_commit=5dffba205cb6137b935547739c1170ccfc03814c  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-applets.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Use correct D-Bus config location
+  sed -i '/^dbus_confdir =/ s/sysconfdir/datadir/' 
cpufreq/src/cpufreq-selector/Makefile.am
+
+  # Disable buggy applets
+  # https://gitlab.gnome.org/GNOME/gnome-applets/issues/6
+  sed -i '/window-buttons/d
+  /window-title/d' Makefile.am
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:32:55
  Author: heftig
Revision: 510404

3.34.0-1

Modified:
  gnome-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 21:29:15 UTC (rev 510403)
+++ PKGBUILD2019-09-13 21:32:55 UTC (rev 510404)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-applets
-pkgver=3.32.0
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="Small applications for the GNOME Panel"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('dbus-glib' 'gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
 makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 
'python' 'yelp-tools')
-_commit=cbb0b5e93da5b63bfb93ce685c97cf56f21d9bcb  # tags/3.32.0^0
+_commit=5dffba205cb6137b935547739c1170ccfc03814c  # tags/3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-applets.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,9 +22,6 @@
 prepare() {
   cd $pkgname
 
-  # Fix build
-  git cherry-pick -n 61551aea549f6f9bda12f39d5ffbec3e1064aa5a
-
   # Use correct D-Bus config location
   sed -i '/^dbus_confdir =/ s/sysconfdir/datadir/' 
cpufreq/src/cpufreq-selector/Makefile.am
 


[arch-commits] Commit in gnome-initial-setup/trunk (PKGBUILD)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:29:15
  Author: heftig
Revision: 510403

3.34.0-1

Modified:
  gnome-initial-setup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 21:26:56 UTC (rev 510402)
+++ PKGBUILD2019-09-13 21:29:15 UTC (rev 510403)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-initial-setup
-pkgver=3.32.1
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="Simple, easy, and safe way to prepare a new system"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('gdm: GDM Initial Setup mode'
 'gnome-getting-started-docs: GNOME Welcome Tour')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3ea709826ee87e837518e316bc72334dc8dc6e65c6a82b96fe8879aadab990bf')
+sha256sums=('4ca3855c526f520a6c93f9338779c20f0b404b65c21bb820a472ef2373479ea6')
 
 build() {
   arch-meson $pkgname-$pkgver build -D region-page=true


[arch-commits] Commit in gnome-phone-manager/repos (4 files)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:26:56
  Author: heftig
Revision: 510402

archrelease: copy trunk to community-staging-x86_64

Added:
  gnome-phone-manager/repos/community-staging-x86_64/
  
gnome-phone-manager/repos/community-staging-x86_64/0001-Port-to-GSettings.patch
(from rev 510400, gnome-phone-manager/trunk/0001-Port-to-GSettings.patch)
  gnome-phone-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 510400, gnome-phone-manager/trunk/PKGBUILD)
  
gnome-phone-manager/repos/community-staging-x86_64/gnome-phone-manager-0.68-eds.patch
(from rev 510400, 
gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch)

+
 0001-Port-to-GSettings.patch   | 2124 +++
 PKGBUILD   |   43 
 gnome-phone-manager-0.68-eds.patch |  470 +++
 3 files changed, 2637 insertions(+)

Copied: 
gnome-phone-manager/repos/community-staging-x86_64/0001-Port-to-GSettings.patch 
(from rev 510400, gnome-phone-manager/trunk/0001-Port-to-GSettings.patch)
===
--- community-staging-x86_64/0001-Port-to-GSettings.patch   
(rev 0)
+++ community-staging-x86_64/0001-Port-to-GSettings.patch   2019-09-13 
21:26:56 UTC (rev 510402)
@@ -0,0 +1,2124 @@
+From db12bc35b7242be3cb3574aa3cd9de6b20ed040b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sun, 2 Sep 2018 23:16:18 +0200
+Subject: [PATCH] Port to GSettings
+
+---
+ configure.in |   16 +-
+ cut-n-paste/Makefile.am  |2 +-
+ cut-n-paste/gconf-bridge/Makefile.am |   13 -
+ cut-n-paste/gconf-bridge/gconf-bridge.c  | 1259 --
+ cut-n-paste/gconf-bridge/gconf-bridge.h  |  116 --
+ data/Makefile.am |   17 +-
+ data/gnome-phone-manager.schemas.in  |  112 --
+ data/org.gnome.phone-manager.gschema.xml |   39 +
+ gnome-bluetooth/phonemgr.c   |   41 +-
+ libgsm/phonemgr-utils.c  |2 +-
+ po/POTFILES.in   |1 -
+ src/Makefile.am  |8 +-
+ src/app.h|3 +-
+ src/connection.c |   21 +-
+ src/main.c   |8 +-
+ src/phonemgr-conf.h  |4 -
+ src/ui.c |   86 +-
+ 17 files changed, 123 insertions(+), 1625 deletions(-)
+ delete mode 100644 cut-n-paste/gconf-bridge/Makefile.am
+ delete mode 100644 cut-n-paste/gconf-bridge/gconf-bridge.c
+ delete mode 100644 cut-n-paste/gconf-bridge/gconf-bridge.h
+ delete mode 100644 data/gnome-phone-manager.schemas.in
+ create mode 100644 data/org.gnome.phone-manager.gschema.xml
+
+diff --git a/configure.in b/configure.in
+index d11a2c5..b6cd958 100644
+--- a/configure.in
 b/configure.in
+@@ -35,8 +35,7 @@ AM_GLIB_GNU_GETTEXT
+ 
+ # 
+ 
+-AC_PATH_PROG(GCONFTOOL, gconftool-2)
+-AM_GCONF_SOURCE_2
++GLIB_GSETTINGS
+ 
+ dnl Evolution address book
+ PKG_CHECK_MODULES(TMP_EVO, libebook-1.2,
+@@ -46,9 +45,9 @@ PKG_CHECK_MODULES(TMP_EVO, libebook-1.2,
+ PKG_CHECK_MODULES(LIBGSM, glib-2.0 gobject-2.0 $GNOKII_REQS gthread-2.0 bluez 
$evo_pc_file)
+ 
+ PKG_CHECK_MODULES(PHONEMGR, gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0
+-  libcanberra-gtk3 gconf-2.0
++  libcanberra-gtk3
+   $GNOME_BLUETOOTH_REQS $evo_pc_file libedataserverui-3.0
+-  gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1
++  gmodule-2.0 dbus-glib-1
+ )
+ 
+ DBUSLIBDIR="`$PKG_CONFIG dbus-glib-1 --variable=libdir`"
+@@ -96,7 +95,7 @@ AC_ARG_ENABLE(bluetooth-plugin,
+   [ENABLE_BLUETOOTH_PLUGIN=yes]) dnl Default value
+ 
+ if test x$ENABLE_BLUETOOTH_PLUGIN = "xyes" ; then
+-  PKG_CHECK_MODULES(BLUETOOTH_PLUGIN, gnome-bluetooth-1.0 >= 2.27.6 
gconf-2.0,
++  PKG_CHECK_MODULES(BLUETOOTH_PLUGIN, gnome-bluetooth-1.0 >= 2.27.6,
+   [HAVE_BLUETOOTH_PLUGIN=yes], [HAVE_BLUETOOTH_PLUGIN=no])
+ fi
+ if test x$HAVE_BLUETOOTH_PLUGIN = "xyes"; then
+@@ -107,12 +106,6 @@ AM_CONDITIONAL(HAVE_BLUETOOTH_PLUGIN, test 
x$HAVE_BLUETOOTH_PLUGIN = "xyes")
+ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal, no)
+ AC_SUBST(GLIB_GENMARSHAL)
+ 
+-AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
+-
+-if test x"$GCONFTOOL" = xno; then
+-  AC_MSG_ERROR([gconftool-2 executable not found in your path - should be 
installed with GConf])
+-fi
+-
+ dnl 
+ dnl set up data dir
+ if test "x${datadir}" = 'x${prefix}/share'; then
+@@ -144,7 +137,6 @@ data/icons/24x24/Makefile
+ libgsm/Makefile
+ cut-n-paste/Makefile
+ cut-n-paste/e-contact-entry/Makefile
+-cut-n-paste/gconf-bridge/Makefile
+ src/Makefile
+ gnome-bluetooth/Makefile
+ telepathy/Makefile
+diff --git a/cut-n-paste/Makefile.am b/cut-n-paste/Makefile.am
+index f184896..371725a 100644
+--- a/cut-n-paste/Makefile.am
 

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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:26:55
  Author: heftig
Revision: 510401

archrelease: copy trunk to community-staging-x86_64

Added:
  gnome-panel/repos/community-staging-x86_64/
  gnome-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 510400, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-staging-x86_64/gettext.diff
(from rev 510400, gnome-panel/trunk/gettext.diff)

--+
 PKGBUILD |   46 ++
 gettext.diff |   12 
 2 files changed, 58 insertions(+)

Copied: gnome-panel/repos/community-staging-x86_64/PKGBUILD (from rev 510400, 
gnome-panel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 21:26:55 UTC (rev 510401)
@@ -0,0 +1,46 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-panel
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Panel of GNOME Flashback"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel;
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libgdm' 
'libwnck3' 'nautilus' 'polkit')
+makedepends=('intltool' 'itstool' 'python' 'git' 'gtk-doc' 'yelp-tools' 
'autoconf-archive')
+optdepends=('alacarte: Main menu editor'
+'gnome-applets: Extra applets for the panel')
+_commit=e78941f27e5edd560338da44e76cadfc0fc6ce9b  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-panel.git#commit=$_commit;
+gettext.diff)
+sha256sums=('SKIP'
+'0049e87e4d671ad4890239d3cb9a8652eabc616c2597a5930bcdd2ee31162127')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../gettext.diff  # Unbreak build with gettext 0.20
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile --enable-compile-warnings=minimum 
--enable-gtk-doc
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-panel/repos/community-staging-x86_64/gettext.diff (from rev 
510400, gnome-panel/trunk/gettext.diff)
===
--- community-staging-x86_64/gettext.diff   (rev 0)
+++ community-staging-x86_64/gettext.diff   2019-09-13 21:26:55 UTC (rev 
510401)
@@ -0,0 +1,12 @@
+diff --git i/configure.ac w/configure.ac
+index 873907512..fa39e0d31 100644
+--- i/configure.ac
 w/configure.ac
+@@ -79,6 +79,7 @@ dnl 
**
+ 
+ AM_GNU_GETTEXT([external])
+ AM_GNU_GETTEXT_VERSION([0.19.8])
++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
+ 
+ GETTEXT_PACKAGE=gnome-panel
+ AC_SUBST([GETTEXT_PACKAGE])


[arch-commits] Commit in gnome-phone-manager/trunk (PKGBUILD)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:26:39
  Author: heftig
Revision: 510400

0.69-13

Modified:
  gnome-phone-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 21:26:15 UTC (rev 510399)
+++ PKGBUILD2019-09-13 21:26:39 UTC (rev 510400)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-phone-manager
 pkgver=0.69
-pkgrel=12
+pkgrel=13
 pkgdesc="Control your mobile phone from your GNOME desktop"
 arch=('x86_64')
 url="https://wiki.gnome.org/PhoneManager;


[arch-commits] Commit in gnome-panel/trunk (PKGBUILD gettext.diff)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:26:15
  Author: heftig
Revision: 510399

3.34.0-1

Added:
  gnome-panel/trunk/gettext.diff
Modified:
  gnome-panel/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 gettext.diff |   12 
 2 files changed, 19 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 21:25:11 UTC (rev 510398)
+++ PKGBUILD2019-09-13 21:26:15 UTC (rev 510399)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-panel
-pkgver=3.32.0
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="Panel of GNOME Flashback"
 arch=('x86_64')
@@ -12,9 +12,11 @@
 makedepends=('intltool' 'itstool' 'python' 'git' 'gtk-doc' 'yelp-tools' 
'autoconf-archive')
 optdepends=('alacarte: Main menu editor'
 'gnome-applets: Extra applets for the panel')
-_commit=10f757b147c2ef8fb92bcb9114c96ca6e5e71117  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-panel.git#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=e78941f27e5edd560338da44e76cadfc0fc6ce9b  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-panel.git#commit=$_commit;
+gettext.diff)
+sha256sums=('SKIP'
+'0049e87e4d671ad4890239d3cb9a8652eabc616c2597a5930bcdd2ee31162127')
 
 pkgver() {
   cd $pkgname
@@ -23,6 +25,7 @@
 
 prepare() {
   cd $pkgname
+  patch -Np1 -i ../gettext.diff  # Unbreak build with gettext 0.20
   NOCONFIGURE=1 ./autogen.sh
 }
 

Added: gettext.diff
===
--- gettext.diff(rev 0)
+++ gettext.diff2019-09-13 21:26:15 UTC (rev 510399)
@@ -0,0 +1,12 @@
+diff --git i/configure.ac w/configure.ac
+index 873907512..fa39e0d31 100644
+--- i/configure.ac
 w/configure.ac
+@@ -79,6 +79,7 @@ dnl 
**
+ 
+ AM_GNU_GETTEXT([external])
+ AM_GNU_GETTEXT_VERSION([0.19.8])
++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
+ 
+ GETTEXT_PACKAGE=gnome-panel
+ AC_SUBST([GETTEXT_PACKAGE])


[arch-commits] Commit in gnome-screensaver/repos (10 files)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:25:11
  Author: heftig
Revision: 510398

archrelease: copy trunk to community-staging-x86_64

Added:
  gnome-screensaver/repos/community-staging-x86_64/
  gnome-screensaver/repos/community-staging-x86_64/PKGBUILD
(from rev 510397, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-staging-x86_64/fix-autoconf.patch
(from rev 510397, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-staging-x86_64/fix-systemd-support.patch
(from rev 510397, gnome-screensaver/trunk/fix-systemd-support.patch)
  gnome-screensaver/repos/community-staging-x86_64/gnome-screensaver.pam
(from rev 510397, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-staging-x86_64/lightdm_switch_user.patch
(from rev 510397, gnome-screensaver/trunk/lightdm_switch_user.patch)
  gnome-screensaver/repos/community-staging-x86_64/lock_screen_on_suspend.patch
(from rev 510397, gnome-screensaver/trunk/lock_screen_on_suspend.patch)
  gnome-screensaver/repos/community-staging-x86_64/move-desktop-file.patch
(from rev 510397, gnome-screensaver/trunk/move-desktop-file.patch)
  gnome-screensaver/repos/community-staging-x86_64/recenter.patch
(from rev 510397, gnome-screensaver/trunk/recenter.patch)
  
gnome-screensaver/repos/community-staging-x86_64/use-screensaver-background.patch
(from rev 510397, gnome-screensaver/trunk/use-screensaver-background.patch)

--+
 PKGBUILD |   77 
 fix-autoconf.patch   |   12 
 fix-systemd-support.patch|   91 +
 gnome-screensaver.pam|3 +
 lightdm_switch_user.patch|  100 +
 lock_screen_on_suspend.patch |   51 ++
 move-desktop-file.patch  |   34 
 recenter.patch   |   16 +
 use-screensaver-background.patch |   53 +++
 9 files changed, 437 insertions(+)

Copied: gnome-screensaver/repos/community-staging-x86_64/PKGBUILD (from rev 
510397, gnome-screensaver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 21:25:11 UTC (rev 510398)
@@ -0,0 +1,77 @@
+# Maintainer: Balló György 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-screensaver
+pkgver=3.6.1
+pkgrel=16
+pkgdesc="Legacy GNOME screensaver"
+arch=('x86_64')
+license=('GPL')
+url="https://wiki.gnome.org/Projects/GnomeScreensaver;
+backup=(etc/pam.d/gnome-screensaver)
+depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop')
+makedepends=('intltool' 'gnome-common')
+optdepends=('gnome-backgrounds: default background')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+   gnome-screensaver.pam
+   move-desktop-file.patch
+   fix-autoconf.patch
+   fix-systemd-support.patch
+   lock_screen_on_suspend.patch
+   lightdm_switch_user.patch
+   use-screensaver-background.patch
+   recenter.patch)
+sha256sums=('f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
+'4bb96f62aa069c83b629204a79a3f63b146bcaf773569aee8b5dd23fbcd88974'
+'c4da9c18b543ecbc781c1f103321b324a855bdd0979fd36b437f6033736ad4bb'
+'8aa387578c1756e573f6558a66be25fc96d7e8567fb7bee580159479841f5f45'
+'516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8'
+'5d40bd6e1843150912dc52932eaa94c0f6d57931fd45a3769ef40e2335fe3c6f'
+'7161ff962801d9e34ea564c372de4b5f93b30180b83c13aadbc9a8a1cd73ff65'
+'6c428b9296376e4b5e2aaf503a754a1ba58333aab50c82279b7c5615d8dd9e69')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Upstream patch that moves gnome-screensaver desktop file out of autostart
+  patch -Np1 -i ../move-desktop-file.patch
+
+  # Fix build
+  patch -Np1 -i ../fix-autoconf.patch
+
+  # Fix systemd support
+  patch -Np1 -i ../fix-systemd-support.patch
+
+  # Lock screen on suspend with systemd
+  patch -Np1 -i ../lock_screen_on_suspend.patch
+
+  # Add support for user switch with LightDM
+  patch -Np1 -i ../lightdm_switch_user.patch
+
+  # Honour background setting of the lock screen
+  patch -Np1 -i ../use-screensaver-background.patch
+
+  # Restore the original position after shake
+  patch -Np1 -i ../recenter.patch
+
+  # Fix build with systemd support
+  sed -i 's/libsystemd-login libsystemd-daemon/libsystemd/' configure.ac
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -Wno-error=return-type"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --with-mit-ext 

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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:24:48
  Author: heftig
Revision: 510397

3.6.1-16

Modified:
  gnome-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 21:19:43 UTC (rev 510396)
+++ PKGBUILD2019-09-13 21:24:48 UTC (rev 510397)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-screensaver
 pkgver=3.6.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Legacy GNOME screensaver"
 arch=('x86_64')
 license=('GPL')


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:19:43
  Author: heftig
Revision: 510396

archrelease: copy trunk to community-staging-x86_64

Added:
  glabels/repos/community-staging-x86_64/
  glabels/repos/community-staging-x86_64/PKGBUILD
(from rev 510395, glabels/trunk/PKGBUILD)

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

Copied: glabels/repos/community-staging-x86_64/PKGBUILD (from rev 510395, 
glabels/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 21:19:43 UTC (rev 510396)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+# Contributor: yugrotavele 
+# Contributor: Damir Perisa 
+
+pkgname=glabels
+pkgver=3.4.1
+pkgrel=4
+pkgdesc="Creating labels and business cards the very easy way"
+arch=('x86_64')
+url="https://glabels.org/;
+license=('GPL' 'LGPL')
+depends=('evolution-data-server' 'iec16022' 'qrencode' 'zint')
+makedepends=('intltool' 'itstool' 'python')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18e457298abb1c617187361109eeae769317686303fc07726af31e11519c5938')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Don't use legacy path for AppStream metainfo file
+  # https://gitlab.gnome.org/GNOME/glabels/merge_requests/2
+  sed -i 's|appdatadir = $(datadir)/appdata|appdatadir = $(datadir)/metainfo|' 
data/appdata/Makefile.{am,in}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:19:44
  Author: heftig
Revision: 362609

archrelease: copy trunk to extra-x86_64

Added:
  srt/repos/extra-x86_64/PKGBUILD
(from rev 362608, srt/trunk/PKGBUILD)
  srt/repos/extra-x86_64/no-rpath.diff
(from rev 362608, srt/trunk/no-rpath.diff)
Deleted:
  srt/repos/extra-x86_64/PKGBUILD
  srt/repos/extra-x86_64/no-rpath.diff

---+
 PKGBUILD  |   98 
 no-rpath.diff |   24 ++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 21:19:28 UTC (rev 362608)
+++ PKGBUILD2019-09-13 21:19:44 UTC (rev 362609)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=srt
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="Secure Reliable Transport library"
-url="https://www.srtalliance.org/;
-arch=(x86_64)
-license=(MPL2)
-depends=(openssl)
-makedepends=(git cmake ninja)
-_commit=196df3d32120669f9ebeaed1263fe3e4ac77aa33  # tags/v1.3.4
-source=("git+https://github.com/Haivision/srt#commit=$_commit;
-no-rpath.diff)
-sha256sums=('SKIP'
-'ce9a97d661d796da85a7e4faf9c70c27368d00eb505f85c03a31bba8f22e6847')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../no-rpath.diff
-}
-
-build() {
-  cmake -Hsrt -Bbuild -GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_BINDIR=bin \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_INCLUDEDIR=include \
--DENABLE_TESTING=True
-  cmake --build build
-}
-
-check() {
-  cd build
-  ./uriparser-test
-  ./utility-test
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-  rm "$pkgdir"/usr/bin/{uriparser,utility}-test
-}
-
-# vim:set ts=2 sw=2:

Copied: srt/repos/extra-x86_64/PKGBUILD (from rev 362608, srt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 21:19:44 UTC (rev 362609)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=srt
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Secure Reliable Transport library"
+url="https://www.srtalliance.org/;
+arch=(x86_64)
+license=(MPL2)
+depends=(openssl)
+makedepends=(git cmake)
+_commit=32070d05d11413513ecac5b61314fc5570936449  # tags/v1.4.0
+source=("git+https://github.com/Haivision/srt#commit=$_commit;
+no-rpath.diff)
+sha256sums=('SKIP'
+'ce9a97d661d796da85a7e4faf9c70c27368d00eb505f85c03a31bba8f22e6847')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../no-rpath.diff
+}
+
+build() {
+  cmake -Hsrt -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_BINDIR=bin \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_INCLUDEDIR=include \
+-DENABLE_TESTING=True
+  cmake --build build
+}
+
+check() {
+  cd build
+  ./uriparser-test
+  ./utility-test
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+  rm "$pkgdir"/usr/bin/{uriparser,utility}-test
+}
+
+# vim:set ts=2 sw=2:

Deleted: no-rpath.diff
===
--- no-rpath.diff   2019-09-13 21:19:28 UTC (rev 362608)
+++ no-rpath.diff   2019-09-13 21:19:44 UTC (rev 362609)
@@ -1,12 +0,0 @@
-diff --git i/CMakeLists.txt w/CMakeLists.txt
-index e913122..2cc3c3d 100644
 i/CMakeLists.txt
-+++ w/CMakeLists.txt
-@@ -634,7 +634,6 @@ macro(srt_make_application name)
-   # be placed into the binrary directory anyway.
-   # XXX not sure about Mac.
-   # See this name used already in install(${TARGET_srt} LIBRARY 
DESTINATION...).
--  set(FORCE_RPATH LINK_FLAGS 
-Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE 
INSTALL_RPATH_USE_LINK_PATH TRUE)
-   endif()
- 
-   # We state that Darwin always uses CLANG compiler, which honors this 
flag the same way.

Copied: srt/repos/extra-x86_64/no-rpath.diff (from rev 362608, 
srt/trunk/no-rpath.diff)
===
--- no-rpath.diff   (rev 0)
+++ no-rpath.diff   2019-09-13 21:19:44 UTC (rev 362609)
@@ -0,0 +1,12 @@
+diff --git i/CMakeLists.txt w/CMakeLists.txt
+index e913122..2cc3c3d 100644
+--- i/CMakeLists.txt
 w/CMakeLists.txt
+@@ -634,7 +634,6 @@ macro(srt_make_application name)
+   # be placed into the binrary directory anyway.
+   # XXX not sure about Mac.
+   # See this name used already in install(${TARGET_srt} LIBRARY 
DESTINATION...).
+-  set(FORCE_RPATH LINK_FLAGS 
-Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE 
INSTALL_RPATH_USE_LINK_PATH TRUE)
+   endif()
+ 
+   # We state that Darwin always 

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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:19:28
  Author: heftig
Revision: 362608

1.4.0-1

Modified:
  srt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 21:01:00 UTC (rev 362607)
+++ PKGBUILD2019-09-13 21:19:28 UTC (rev 362608)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=srt
-pkgver=1.3.4
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Secure Reliable Transport library"
 url="https://www.srtalliance.org/;
@@ -8,8 +8,8 @@
 arch=(x86_64)
 license=(MPL2)
 depends=(openssl)
-makedepends=(git cmake ninja)
-_commit=196df3d32120669f9ebeaed1263fe3e4ac77aa33  # tags/v1.3.4
+makedepends=(git cmake)
+_commit=32070d05d11413513ecac5b61314fc5570936449  # tags/v1.4.0
 source=("git+https://github.com/Haivision/srt#commit=$_commit;
 no-rpath.diff)
 sha256sums=('SKIP'
@@ -26,7 +26,7 @@
 }
 
 build() {
-  cmake -Hsrt -Bbuild -GNinja \
+  cmake -Hsrt -Bbuild \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_BINDIR=bin \
 -DCMAKE_INSTALL_LIBDIR=lib \


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:19:16
  Author: heftig
Revision: 510395

3.4.1-4

Modified:
  glabels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 21:17:30 UTC (rev 510394)
+++ PKGBUILD2019-09-13 21:19:16 UTC (rev 510395)
@@ -4,7 +4,7 @@
 
 pkgname=glabels
 pkgver=3.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Creating labels and business cards the very easy way"
 arch=('x86_64')
 url="https://glabels.org/;
@@ -26,6 +26,7 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:17:30
  Author: heftig
Revision: 510394

archrelease: copy trunk to community-x86_64

Added:
  metacity/repos/community-x86_64/PKGBUILD
(from rev 510393, metacity/trunk/PKGBUILD)
Deleted:
  metacity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 21:17:22 UTC (rev 510393)
+++ PKGBUILD2019-09-13 21:17:30 UTC (rev 510394)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=metacity
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Window manager of GNOME Flashback"
-arch=('x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool')
-url="https://wiki.gnome.org/Projects/Metacity;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f65b2cdc3587880d578b0f06e72922a3f90f2143691d9da7ceec7aac3aaed9c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: metacity/repos/community-x86_64/PKGBUILD (from rev 510393, 
metacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 21:17:30 UTC (rev 510394)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=metacity
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="Window manager of GNOME Flashback"
+arch=('x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool')
+url="https://wiki.gnome.org/Projects/Metacity;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('22053f332e2baeaadca99d8daa5cd789df7d315465807b14bce69bc22b2d0946')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:17:22
  Author: heftig
Revision: 510393

3.34.0-1

Modified:
  metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 19:13:12 UTC (rev 510392)
+++ PKGBUILD2019-09-13 21:17:22 UTC (rev 510393)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=metacity
-pkgver=3.32.0
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="Window manager of GNOME Flashback"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('intltool')
 url="https://wiki.gnome.org/Projects/Metacity;
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f65b2cdc3587880d578b0f06e72922a3f90f2143691d9da7ceec7aac3aaed9c')
+sha256sums=('22053f332e2baeaadca99d8daa5cd789df7d315465807b14bce69bc22b2d0946')
 
 build() {
   cd $pkgname-$pkgver


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

2019-09-13 Thread Jelle van der Waa via arch-commits
Date: Friday, September 13, 2019 @ 21:01:00
  Author: jelle
Revision: 362607

Remove python2-audit

Python2 is dead \o/

Modified:
  audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 20:50:35 UTC (rev 362606)
+++ PKGBUILD2019-09-13 21:01:00 UTC (rev 362607)
@@ -7,13 +7,13 @@
 # Contributor: henning mueller 
 
 pkgbase=audit
-pkgname=('audit' 'python2-audit' 'python-audit')
+pkgname=('audit' 'python-audit')
 pkgver=2.8.5
 pkgrel=3
 pkgdesc='Userspace components of the audit framework'
 url='https://people.redhat.com/sgrubb/audit'
 arch=('x86_64')
-makedepends=('krb5' 'libcap-ng' 'libldap' 'swig' 'linux-headers' 'python' 
'python2')
+makedepends=('krb5' 'libcap-ng' 'libldap' 'swig' 'linux-headers' 'python')
 license=('GPL')
 options=('emptydirs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgbase}-${pkgver}.tar.gz)
@@ -26,7 +26,6 @@
 
 build() {
   cd ${pkgbase}-${pkgver}
-  export PYTHON=/usr/bin/python2
   ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \
@@ -73,20 +72,11 @@
   chmod 644 usr/lib/systemd/system/auditd.service
 }
 
-package_python2-audit() {
-  depends=('python2' 'audit')
-  pkgdesc+=' (python2 bindings)'
-  cd ${pkgbase}-${pkgver}
-  make -C bindings DESTDIR="${pkgdir}" INSTALL='install -p' install
-  rm -rf "${pkgdir}"/usr/lib/python3*
-}
-
 package_python-audit() {
   depends=('python' 'audit')
   pkgdesc+=' (python bindings)'
   cd ${pkgbase}-${pkgver}
   make -C bindings DESTDIR="${pkgdir}" INSTALL='install -p' install
-  rm -rf "${pkgdir}"/usr/lib/python2*
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in perl-alien-build/repos/extra-any (PKGBUILD PKGBUILD)

2019-09-13 Thread Felix Yan via arch-commits
Date: Friday, September 13, 2019 @ 20:50:35
  Author: felixonmars
Revision: 362606

archrelease: copy trunk to extra-any

Added:
  perl-alien-build/repos/extra-any/PKGBUILD
(from rev 362605, perl-alien-build/trunk/PKGBUILD)
Deleted:
  perl-alien-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 20:50:09 UTC (rev 362605)
+++ PKGBUILD2019-09-13 20:50:35 UTC (rev 362606)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-alien-build
-pkgver=1.85
-pkgrel=1
-pkgdesc="Build external dependencies for use in CPAN"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Alien-Build;
-depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
- 'perl-path-tiny')
-makedepends=('perl-test2-suite')
-checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
-  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
-sha512sums=('8150d99191d8b5ec15c428bc544050af2eed86c60246c5d3f103ef17e11f3a3e6f5412b734ad7333d977f6b48946b9b15dbb1bfefce1e5f40c0e824f2464ad3f')
-
-build() {
-  cd Alien-Build-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Alien-Build-$pkgver
-  make test
-}
-
-package() {
-  cd Alien-Build-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-alien-build/repos/extra-any/PKGBUILD (from rev 362605, 
perl-alien-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 20:50:35 UTC (rev 362606)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-alien-build
+pkgver=1.86
+pkgrel=1
+pkgdesc="Build external dependencies for use in CPAN"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Alien-Build;
+depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
+ 'perl-path-tiny')
+makedepends=('perl-test2-suite')
+checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
+  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
+sha512sums=('79994ac25b3845b1424efd209775a2d51d91dc8b5b587232975d6f138483e3d26665bf738c07fbf268062832466cd5cb091b8ecab06b68218db22292ae257578')
+
+build() {
+  cd Alien-Build-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Alien-Build-$pkgver
+  make test
+}
+
+package() {
+  cd Alien-Build-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-alien-build/trunk (PKGBUILD)

2019-09-13 Thread Felix Yan via arch-commits
Date: Friday, September 13, 2019 @ 20:50:09
  Author: felixonmars
Revision: 362605

upgpkg: perl-alien-build 1.86-1

Modified:
  perl-alien-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 20:23:12 UTC (rev 362604)
+++ PKGBUILD2019-09-13 20:50:09 UTC (rev 362605)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-alien-build
-pkgver=1.85
+pkgver=1.86
 pkgrel=1
 pkgdesc="Build external dependencies for use in CPAN"
 arch=('any')
@@ -14,7 +14,7 @@
   'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
-sha512sums=('8150d99191d8b5ec15c428bc544050af2eed86c60246c5d3f103ef17e11f3a3e6f5412b734ad7333d977f6b48946b9b15dbb1bfefce1e5f40c0e824f2464ad3f')
+sha512sums=('79994ac25b3845b1424efd209775a2d51d91dc8b5b587232975d6f138483e3d26665bf738c07fbf268062832466cd5cb091b8ecab06b68218db22292ae257578')
 
 build() {
   cd Alien-Build-$pkgver


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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 20:23:01
  Author: anthraxx
Revision: 362603

upgpkg: cmake 3.15.3-2 (jsoncpp 1.9.1 rebuild)

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 20:01:13 UTC (rev 362602)
+++ PKGBUILD2019-09-13 20:23:01 UTC (rev 362603)
@@ -4,12 +4,12 @@
 
 pkgname=cmake
 pkgver=3.15.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform open-source make system'
 arch=('x86_64')
 url="https://www.cmake.org/;
 license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libuv' 'rhash')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libjsoncpp.so' 
'libuv' 'rhash')
 makedepends=('qt5-base' 'python-sphinx' 'emacs')
 optdepends=('qt5-base: cmake-gui')
 source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;


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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 20:23:12
  Author: anthraxx
Revision: 362604

archrelease: copy trunk to staging-x86_64

Added:
  cmake/repos/staging-x86_64/
  cmake/repos/staging-x86_64/PKGBUILD
(from rev 362603, cmake/trunk/PKGBUILD)
  cmake/repos/staging-x86_64/rebuild.list
(from rev 362603, cmake/trunk/rebuild.list)

--+
 PKGBUILD |   59 +
 rebuild.list |2 +
 2 files changed, 61 insertions(+)

Copied: cmake/repos/staging-x86_64/PKGBUILD (from rev 362603, 
cmake/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-09-13 20:23:12 UTC (rev 362604)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.15.3
+pkgrel=2
+pkgdesc='A cross-platform open-source make system'
+arch=('x86_64')
+url="https://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libjsoncpp.so' 
'libuv' 'rhash')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui')
+source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;
+
cmake-default-libdir.patch::"https://gitlab.kitware.com/cmake/cmake/commit/18365587.diff;)
+sha512sums=('7d0abf2f7c661c6b555a7e93a2fce5ab5610c653b0aa4949bed6e97bfbe6523fd0665f67115d3944d3729cbe07ae3aaf780ee673b06dd80f90018cec8a999658'
+
'9e9fcb9cb104fd1c679c41d0c7ac6c7184ef7fb9c44bfe807926f96b1f4afd3c86a7bbe486d306c1384f27c9141363543a2a9e63bc585e30f09731d9f7533b08')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../cmake-default-libdir.patch # Set lib as default LIBDIR
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.elc \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: cmake/repos/staging-x86_64/rebuild.list (from rev 362603, 
cmake/trunk/rebuild.list)
===
--- staging-x86_64/rebuild.list (rev 0)
+++ staging-x86_64/rebuild.list 2019-09-13 20:23:12 UTC (rev 362604)
@@ -0,0 +1,2 @@
+cmake-fedora
+uranium


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 19:50:27
  Author: arojas
Revision: 362601

archrelease: copy trunk to testing-x86_64

Added:
  iputils/repos/testing-x86_64/
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 362600, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils.install
(from rev 362600, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 362600, iputils/trunk/tftp.xinetd)

-+
 PKGBUILD|   43 +++
 iputils.install |9 +
 tftp.xinetd |   10 ++
 3 files changed, 62 insertions(+)

Copied: iputils/repos/testing-x86_64/PKGBUILD (from rev 362600, 
iputils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-13 19:50:27 UTC (rev 362601)
@@ -0,0 +1,43 @@
+# Maintainer: Stéphane Gaudreault 
+# Maintainer: Tobias Powalowski 
+# Contributor: Aaron Griffin 
+
+pkgname=iputils
+# Commit date + git rev-parse --short origin/master
+_rev=13e0084
+pkgver=20190709
+pkgrel=1
+pkgdesc="Network monitoring tools, including ping"
+arch=('x86_64')
+license=('GPL')
+url="http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'libcap' 'libidn2')
+optdepends=('xinetd: for tftpd')
+makedepends=('perl-sgmls' 'git' 'docbook-xsl' 'meson')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=("git+https://github.com/iputils/iputils.git#commit=${_rev};
+tftp.xinetd)
+sha1sums=('SKIP'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+
+build() {
+  mkdir -p build
+  cd build
+
+  arch-meson ../$pkgname -DBUILD_RARPD=true
+  ninja
+}
+
+package() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+
+  # FS#24768
+  install -dm755 "${pkgdir}"/etc/xinetd.d/
+  install -m644 "${srcdir}"/tftp.xinetd "${pkgdir}"/etc/xinetd.d/tftp
+}

Copied: iputils/repos/testing-x86_64/iputils.install (from rev 362600, 
iputils/trunk/iputils.install)
===
--- testing-x86_64/iputils.install  (rev 0)
+++ testing-x86_64/iputils.install  2019-09-13 19:50:27 UTC (rev 362601)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap cap_net_raw=ep usr/bin/ping  2>/dev/null || chmod +s usr/bin/ping 
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: iputils/repos/testing-x86_64/tftp.xinetd (from rev 362600, 
iputils/trunk/tftp.xinetd)
===
--- testing-x86_64/tftp.xinetd  (rev 0)
+++ testing-x86_64/tftp.xinetd  2019-09-13 19:50:27 UTC (rev 362601)
@@ -0,0 +1,10 @@
+service tftp
+{
+   socket_type = dgram
+   protocol= udp
+   wait= yes
+   user= nobody
+   server  = /usr/sbin/tftpd
+   server_args = /var/tftpboot
+   disable = yes
+}


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 19:50:05
  Author: arojas
Revision: 362600

Update to 20190709

Modified:
  iputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 19:30:40 UTC (rev 362599)
+++ PKGBUILD2019-09-13 19:50:05 UTC (rev 362600)
@@ -4,9 +4,9 @@
 
 pkgname=iputils
 # Commit date + git rev-parse --short origin/master
-_rev=f6aac8d
-pkgver=20180629.${_rev}
-pkgrel=4
+_rev=13e0084
+pkgver=20190709
+pkgrel=1
 pkgdesc="Network monitoring tools, including ping"
 arch=('x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
 groups=('base')
 depends=('openssl' 'libcap' 'libidn2')
 optdepends=('xinetd: for tftpd')
-makedepends=('perl-sgmls' 'git' 'docbook-xsl')
+makedepends=('perl-sgmls' 'git' 'docbook-xsl' 'meson')
 conflicts=('netkit-base' 'arping' 'netkit-tftpd')
 replaces=('netkit-base')
 backup=(etc/xinetd.d/tftp)
@@ -25,25 +25,18 @@
   'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
 
 build() {
-  cd "${srcdir}/${pkgname}"
+  mkdir -p build
+  cd build
 
-  make USE_NETTLE=no USE_GNUTLS=no CCOPTOPT="$CFLAGS"
-  # fix perl-sgmls
-  sed -i -e 's#sgmlspl#sgmlspl.pl#g' "${srcdir}/${pkgname}/doc/Makefile"
-  make -C doc man
+  arch-meson ../$pkgname -DBUILD_RARPD=true
+  ninja
 }
 
 package() {
-  cd "${srcdir}/${pkgname}"
+  cd build
 
-  install -dm755 "${pkgdir}"/usr/bin
+  DESTDIR="$pkgdir" ninja install
 
-  install -m755 arping clockdiff ping rarpd rdisc tftpd tracepath 
"${pkgdir}"/usr/bin/
-
-  install -dm755 "${pkgdir}"/usr/share/man/man8
-  install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- "${pkgdir}"/usr/share/man/man8/
-
   # FS#24768
   install -dm755 "${pkgdir}"/etc/xinetd.d/
   install -m644 "${srcdir}"/tftp.xinetd "${pkgdir}"/etc/xinetd.d/tftp


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 19:30:40
  Author: arojas
Revision: 362599

archrelease: copy trunk to testing-x86_64

Added:
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 362598, xfsprogs/trunk/PKGBUILD)

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

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 362598, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-13 19:30:40 UTC (rev 362599)
@@ -0,0 +1,33 @@
+#
+pkgname=xfsprogs
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('x86_64')
+license=('LGPL')
+url="https://xfs.org;
+groups=('base')
+depends=('sh' 'libutil-linux' 'readline' 'icu' 'device-mapper')
+makedepends=('git')
+options=('!makeflags')
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-dev"
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-dev"
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 19:30:20
  Author: arojas
Revision: 362598

Update to 5.2.1

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 19:21:33 UTC (rev 362597)
+++ PKGBUILD2019-09-13 19:30:20 UTC (rev 362598)
@@ -1,13 +1,13 @@
 #
 pkgname=xfsprogs
-pkgver=4.20.0
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')
 license=('LGPL')
 url="https://xfs.org;
 groups=('base')
-depends=('sh' 'libutil-linux' 'readline')
+depends=('sh' 'libutil-linux' 'readline' 'icu' 'device-mapper')
 makedepends=('git')
 options=('!makeflags')
 
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver};)


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 19:21:06
  Author: arojas
Revision: 362596

Update to 2019.06.03

Modified:
  wireless-regdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 19:15:05 UTC (rev 362595)
+++ PKGBUILD2019-09-13 19:21:06 UTC (rev 362596)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=wireless-regdb
-pkgver=2019.03.01
+pkgver=2019.06.03
 pkgrel=1
 pkgdesc="Central Regulatory Domain Database"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('crda')
 
source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
 crda.conf.d)
-sha256sums=('3a4e6f7006599bc5764f86e1e86422710da13ad80e0242147b61c6855ebc915f'
+sha256sums=('cd917ed86b63ce8d93947979f1f18948f03a4ac0ad89ec25227b36ac00dc54bf'
 'SKIP'
 '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
 validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') #Seth Forshee 



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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 19:21:33
  Author: arojas
Revision: 362597

archrelease: copy trunk to testing-any

Added:
  wireless-regdb/repos/testing-any/
  wireless-regdb/repos/testing-any/PKGBUILD
(from rev 362596, wireless-regdb/trunk/PKGBUILD)
  wireless-regdb/repos/testing-any/crda.conf.d
(from rev 362596, wireless-regdb/trunk/crda.conf.d)
  wireless-regdb/repos/testing-any/wireless-regdb.install
(from rev 362596, wireless-regdb/trunk/wireless-regdb.install)

+
 PKGBUILD   |   48 +++
 crda.conf.d|4 +++
 wireless-regdb.install |   13 
 3 files changed, 65 insertions(+)

Copied: wireless-regdb/repos/testing-any/PKGBUILD (from rev 362596, 
wireless-regdb/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-09-13 19:21:33 UTC (rev 362597)
@@ -0,0 +1,48 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=wireless-regdb
+pkgver=2019.06.03
+pkgrel=1
+pkgdesc="Central Regulatory Domain Database"
+arch=('any')
+url="https://wireless.kernel.org/en/developers/Regulatory;
+backup=(etc/conf.d/wireless-regdom)
+license=('custom')
+depends=('sh')
+makedepends=('crda')
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
+crda.conf.d)
+sha256sums=('cd917ed86b63ce8d93947979f1f18948f03a4ac0ad89ec25227b36ac00dc54bf'
+'SKIP'
+'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
+validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') #Seth Forshee 

+
+package() {
+  # Install and verify regulatory.bin file
+  msg "Installing and verifying the regulatory.bin file ..."
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.bin 
"${pkgdir}"/usr/lib/crda/regulatory.bin
+  # This creates a depend/makedepend loop:
+  # crda depends on wireless-regdb (but strictly doesn't makedepend on it)
+  # wireless-regdb makedepends on crda
+  if /usr/bin/regdbdump "${pkgdir}"/usr/lib/crda/regulatory.bin > /dev/null; 
then
+msg "Regulatory database verification was succesful."
+  else
+error "Regulatory database verification failed."
+return 1
+  fi
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/sforshee.key.pub.pem 
"${pkgdir}"/usr/lib/crda/pubkeys/sforshee.key.pub.pem
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}"/usr/share/licenses/wireless-regdb/LICENSE
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.bin.5 
"${pkgdir}"/usr/share/man/man5/regulatory.bin.5
+ install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.db 
"${pkgdir}"/usr/lib/firmware/regulatory.db
+ install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.db.p7s 
"${pkgdir}"/usr/lib/firmware/regulatory.db.p7s
+ install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.db.5 
"${pkgdir}"/usr/share/man/man5/regulatory.db.5
+  msg "Installing /etc/conf.d/wireless-regdom ..."
+  install -D -m644 "${srcdir}"/crda.conf.d 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  for dom in $(grep ^country "${srcdir}"/${pkgname}-${pkgver}/db.txt | cut -d' 
' -f2 | sed 's|:||g'); do
+echo "#WIRELESS_REGDOM=\"${dom}\"" >> 
"${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+  done
+  sort -u "${pkgdir}"/etc/conf.d/wireless-regdom.tmp >> 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  rm "${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: wireless-regdb/repos/testing-any/crda.conf.d (from rev 362596, 
wireless-regdb/trunk/crda.conf.d)
===
--- testing-any/crda.conf.d (rev 0)
+++ testing-any/crda.conf.d 2019-09-13 19:21:33 UTC (rev 362597)
@@ -0,0 +1,4 @@
+#
+# Wireless regulatory domain configuration
+#
+

Copied: wireless-regdb/repos/testing-any/wireless-regdb.install (from rev 
362596, wireless-regdb/trunk/wireless-regdb.install)
===
--- testing-any/wireless-regdb.install  (rev 0)
+++ testing-any/wireless-regdb.install  2019-09-13 19:21:33 UTC (rev 362597)
@@ -0,0 +1,13 @@
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  # If crda is installed, we verify the integrity of the database
+  # If not, we skip this step silently
+  if [ -x /usr/bin/regdbdump ]; then
+if ! /usr/bin/regdbdump /usr/lib/crda/regulatory.bin > /dev/null; then
+  echo "Failed to verify the integrity of the wireless regulatory 
database, CRDA will not work."
+fi
+  fi
+}


[arch-commits] Commit in prometheus-blackbox-exporter/repos/extra-x86_64 (4 files)

2019-09-13 Thread Jelle van der Waa via arch-commits
Date: Friday, September 13, 2019 @ 19:15:05
  Author: jelle
Revision: 362595

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
(from rev 362594, prometheus-blackbox-exporter/trunk/PKGBUILD)
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service
(from rev 362594, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
Deleted:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service

--+
 PKGBUILD |   78 -
 prometheus-blackbox-exporter.service |   46 +++
 2 files changed, 65 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 19:14:20 UTC (rev 362594)
+++ PKGBUILD2019-09-13 19:15:05 UTC (rev 362595)
@@ -1,39 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-blackbox-exporter
-pkgver=0.14.0
-pkgrel=4
-pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
-arch=('x86_64')
-url="https://github.com/prometheus/blackbox_exporter;
-license=('Apache')
-depends=(glibc)
-makedepends=(go-pie git)
-source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
-sha512sums=('58f379cdeef671376105532450ffb3a6fef0ea071d493fbef40d761c6cbaec47bb49c9c2e5c070f3d0e598396d7ad9b2c5af100c9a69aee04877442c7bdaf120'
-
'3d8c060bda4baf6ae56f162fd6b3f8668bae8e80a7cd40a40cca007fe565c5872142dac8c1821944aa146d52b55720b9cc3e4b3e3ec77f76241f0cdbf01532b3')
-
-check() {
-  cd blackbox_exporter-$pkgver
-  go test ./...
-}
-
-build() {
-  cd blackbox_exporter-$pkgver
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-package() {
-  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
-  cd blackbox_exporter-$pkgver
-  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
-}

Copied: prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD (from rev 
362594, prometheus-blackbox-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 19:15:05 UTC (rev 362595)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-blackbox-exporter
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
+arch=('x86_64')
+url="https://github.com/prometheus/blackbox_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go-pie git)
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
+sha512sums=('dff23d51292ed7b56f403d9a70c02a4d4e1f2a43f0bd6763598b310c07c7564d39fbed29c7b2b03b1848d33c3779b4922396212a3c9252c8149fdd9208d8a3b7'
+
'd50d40d3b8de03967a467db5d0ead3f8a9c770464c6028580022b60651384075d9437a3efb98b6f8d5e6df967ade09f839552e8d67c254d590016fc51b11def9')
+
+check() {
+  cd blackbox_exporter-$pkgver
+  go test ./...
+}
+
+build() {
+  cd blackbox_exporter-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
+  cd blackbox_exporter-$pkgver
+  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
+}

Deleted: prometheus-blackbox-exporter.service
===
--- prometheus-blackbox-exporter.service2019-09-13 19:14:20 UTC (rev 
362594)
+++ prometheus-blackbox-exporter.service2019-09-13 19:15:05 UTC (rev 
362595)
@@ -1,20 +0,0 @@
-[Unit]
-Description=Prometheus blackbox Exporter
-After=network.target
-
-[Service]

[arch-commits] Commit in prometheus-blackbox-exporter/repos (community-x86_64)

2019-09-13 Thread Jelle van der Waa via arch-commits
Date: Friday, September 13, 2019 @ 19:14:20
  Author: jelle
Revision: 362594

derp

Deleted:
  prometheus-blackbox-exporter/repos/community-x86_64/


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 19:13:12
  Author: arojas
Revision: 510392

archrelease: copy trunk to community-x86_64

Added:
  sakura/repos/community-x86_64/PKGBUILD
(from rev 510391, sakura/trunk/PKGBUILD)
Deleted:
  sakura/repos/community-x86_64/PKGBUILD
  sakura/repos/community-x86_64/segfault.patch

+
 PKGBUILD   |   80 ++-
 segfault.patch |   62 --
 2 files changed, 38 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 19:12:55 UTC (rev 510391)
+++ PKGBUILD2019-09-13 19:13:12 UTC (rev 510392)
@@ -1,42 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Dmitry N. Shilov 
-
-pkgname=sakura
-pkgver=3.6.0
-pkgrel=2
-pkgdesc="A terminal emulator based on GTK and VTE"
-arch=('x86_64')
-url="https://launchpad.net/sakura;
-license=('GPL')
-depends=('vte3' 'libxft')
-makedepends=('cmake')
-source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
 "segfault.patch")
-sha256sums=('a1161f3cedde20a7e1bc5981b3e6ab3b91d2cd3a5ffe35c792a7fa402a1e86e0'
-'bc9f2364a85261ac7f6e031556b9a3bb71a2be3384ef3f049806df03b12936c7')
-
-prepare() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  # Set default font size a bit smaller
-  sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define 
DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c
-
-  # segfault fix FS#60100
-  patch -Np0 -i ${srcdir}/segfault.patch
-}
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
-  make 
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
-  awk '/^Keybindings/{f="'${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS"} 
f{print > f} /^END/' \
-"${pkgdir}"/usr/share/doc/${pkgname}/INSTALL
-  rm "${pkgdir}/usr/share/doc/${pkgname}/INSTALL"
-}

Copied: sakura/repos/community-x86_64/PKGBUILD (from rev 510391, 
sakura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 19:13:12 UTC (rev 510392)
@@ -0,0 +1,38 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Dmitry N. Shilov 
+
+pkgname=sakura
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="A terminal emulator based on GTK and VTE"
+arch=('x86_64')
+url="https://launchpad.net/sakura;
+license=('GPL')
+depends=('vte3' 'libxft')
+makedepends=('cmake')
+source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('b554dd21dc14d11ce14bb3110ca9fc567437cb3883e84b241b1a97ed8b9cfa95')
+
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define 
DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c
+}
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr . 
+  make 
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f="'${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS"} 
f{print > f} /^END/' \
+"${pkgdir}"/usr/share/doc/${pkgname}/INSTALL
+  rm "${pkgdir}/usr/share/doc/${pkgname}/INSTALL"
+}

Deleted: segfault.patch
===
--- segfault.patch  2019-09-13 19:12:55 UTC (rev 510391)
+++ segfault.patch  2019-09-13 19:13:12 UTC (rev 510392)
@@ -1,62 +0,0 @@
-=== modified file 'src/sakura.c'
 src/sakura.c   2018-05-02 19:22:43 +
-+++ src/sakura.c   2018-09-16 13:26:19 +
-@@ -339,6 +339,7 @@
-   bool label_set_byuser;
-   GtkBorder padding;   /* inner-property data */
-   int colorset;
-+  gulong exit_handler_id;
- };
- 
- 
-@@ -984,31 +985,6 @@
-   if (npages==1) {
-   sakura_config_done();
-   }
--
--  /* Workaround for libvte strange behaviour. There is not child-exited 
signal for
-- the last terminal, so we need to kill it here.  Check with libvte 
authors about
-- child-exited/eof signals */
--  if (gtk_notebook_get_current_page(GTK_NOTEBOOK(sakura.notebook))==0) {
--
--  term = sakura_get_page_term(sakura, 0);
--
--  if (option_hold==TRUE) {
--  SAY("hold option has been activated");
--  return;
--  }
--
--//SAY("waiting for terminal pid (in eof) %d", term->pid);
--//waitpid(term->pid, , WNOHANG);
--  /* TODO: check wait return */
--  /* Child should be automatically reaped because we don't use 

[arch-commits] Commit in sakura/trunk (PKGBUILD segfault.patch)

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 19:12:55
  Author: arojas
Revision: 510391

Update to 3.7.0

Modified:
  sakura/trunk/PKGBUILD
Deleted:
  sakura/trunk/segfault.patch

+
 PKGBUILD   |   14 
 segfault.patch |   62 ---
 2 files changed, 5 insertions(+), 71 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:57:23 UTC (rev 510390)
+++ PKGBUILD2019-09-13 19:12:55 UTC (rev 510391)
@@ -2,8 +2,8 @@
 # Contributor: Dmitry N. Shilov 
 
 pkgname=sakura
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.7.0
+pkgrel=1
 pkgdesc="A terminal emulator based on GTK and VTE"
 arch=('x86_64')
 url="https://launchpad.net/sakura;
@@ -10,9 +10,8 @@
 license=('GPL')
 depends=('vte3' 'libxft')
 makedepends=('cmake')
-source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
 "segfault.patch")
-sha256sums=('a1161f3cedde20a7e1bc5981b3e6ab3b91d2cd3a5ffe35c792a7fa402a1e86e0'
-'bc9f2364a85261ac7f6e031556b9a3bb71a2be3384ef3f049806df03b12936c7')
+source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('b554dd21dc14d11ce14bb3110ca9fc567437cb3883e84b241b1a97ed8b9cfa95')
 
 prepare() {
   cd "$srcdir/${pkgname}-${pkgver}"
@@ -19,15 +18,12 @@
 
   # Set default font size a bit smaller
   sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define 
DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c
-
-  # segfault fix FS#60100
-  patch -Np0 -i ${srcdir}/segfault.patch
 }
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver}"
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr . 
   make 
 }
 

Deleted: segfault.patch
===
--- segfault.patch  2019-09-13 18:57:23 UTC (rev 510390)
+++ segfault.patch  2019-09-13 19:12:55 UTC (rev 510391)
@@ -1,62 +0,0 @@
-=== modified file 'src/sakura.c'
 src/sakura.c   2018-05-02 19:22:43 +
-+++ src/sakura.c   2018-09-16 13:26:19 +
-@@ -339,6 +339,7 @@
-   bool label_set_byuser;
-   GtkBorder padding;   /* inner-property data */
-   int colorset;
-+  gulong exit_handler_id;
- };
- 
- 
-@@ -984,31 +985,6 @@
-   if (npages==1) {
-   sakura_config_done();
-   }
--
--  /* Workaround for libvte strange behaviour. There is not child-exited 
signal for
-- the last terminal, so we need to kill it here.  Check with libvte 
authors about
-- child-exited/eof signals */
--  if (gtk_notebook_get_current_page(GTK_NOTEBOOK(sakura.notebook))==0) {
--
--  term = sakura_get_page_term(sakura, 0);
--
--  if (option_hold==TRUE) {
--  SAY("hold option has been activated");
--  return;
--  }
--
--//SAY("waiting for terminal pid (in eof) %d", term->pid);
--//waitpid(term->pid, , WNOHANG);
--  /* TODO: check wait return */
--  /* Child should be automatically reaped because we don't use 
G_SPAWN_DO_NOT_REAP_CHILD flag */
--  g_spawn_close_pid(term->pid);
--
--  sakura_del_tab(0);
--
--  npages = 
gtk_notebook_get_n_pages(GTK_NOTEBOOK(sakura.notebook));
--  if (npages==0)
--  sakura_destroy();
--  }   
- }
- 
- /* This handler is called when window title changes, and is used to change 
window and notebook pages titles */
-@@ -3167,7 +3143,7 @@
-   g_signal_connect(G_OBJECT(term->vte), "bell", G_CALLBACK(sakura_beep), 
NULL);
-   g_signal_connect(G_OBJECT(term->vte), "increase-font-size", 
G_CALLBACK(sakura_increase_font), NULL);
-   g_signal_connect(G_OBJECT(term->vte), "decrease-font-size", 
G_CALLBACK(sakura_decrease_font), NULL);
--  g_signal_connect(G_OBJECT(term->vte), "child-exited", 
G_CALLBACK(sakura_child_exited), NULL);
-+  term->exit_handler_id = g_signal_connect(G_OBJECT(term->vte), 
"child-exited", G_CALLBACK(sakura_child_exited), NULL);
-   g_signal_connect(G_OBJECT(term->vte), "eof", G_CALLBACK(sakura_eof), 
NULL);
-   g_signal_connect(G_OBJECT(term->vte), "window-title-changed", 
G_CALLBACK(sakura_title_changed), NULL);
-   g_signal_connect_swapped(G_OBJECT(term->vte), "button-press-event", 
G_CALLBACK(sakura_button_press), sakura.menu);
-@@ -3366,6 +3342,7 @@
-   }
- 
-   gtk_widget_hide(term->hbox);
-+  g_signal_handler_disconnect (term->vte, term->exit_handler_id);
-   gtk_notebook_remove_page(GTK_NOTEBOOK(sakura.notebook), page);
- 
-   /* Find the next page, if it exists, and grab focus */
-
-


[arch-commits] Commit in prometheus-blackbox-exporter/trunk (2 files)

2019-09-13 Thread Jelle van der Waa via arch-commits
Date: Friday, September 13, 2019 @ 19:11:38
  Author: jelle
Revision: 362592

upgpkg: prometheus-blackbox-exporter 0.15.0-1

Update to 0.15 and add more security hardening.

Modified:
  prometheus-blackbox-exporter/trunk/PKGBUILD
  prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service

--+
 PKGBUILD |8 
 prometheus-blackbox-exporter.service |8 +++-
 2 files changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 19:06:30 UTC (rev 362591)
+++ PKGBUILD2019-09-13 19:11:38 UTC (rev 362592)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=prometheus-blackbox-exporter
-pkgver=0.14.0
-pkgrel=4
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
 arch=('x86_64')
 url="https://github.com/prometheus/blackbox_exporter;
@@ -10,8 +10,8 @@
 depends=(glibc)
 makedepends=(go-pie git)
 
source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
-sha512sums=('58f379cdeef671376105532450ffb3a6fef0ea071d493fbef40d761c6cbaec47bb49c9c2e5c070f3d0e598396d7ad9b2c5af100c9a69aee04877442c7bdaf120'
-
'3d8c060bda4baf6ae56f162fd6b3f8668bae8e80a7cd40a40cca007fe565c5872142dac8c1821944aa146d52b55720b9cc3e4b3e3ec77f76241f0cdbf01532b3')
+sha512sums=('dff23d51292ed7b56f403d9a70c02a4d4e1f2a43f0bd6763598b310c07c7564d39fbed29c7b2b03b1848d33c3779b4922396212a3c9252c8149fdd9208d8a3b7'
+
'd50d40d3b8de03967a467db5d0ead3f8a9c770464c6028580022b60651384075d9437a3efb98b6f8d5e6df967ade09f839552e8d67c254d590016fc51b11def9')
 
 check() {
   cd blackbox_exporter-$pkgver

Modified: prometheus-blackbox-exporter.service
===
--- prometheus-blackbox-exporter.service2019-09-13 19:06:30 UTC (rev 
362591)
+++ prometheus-blackbox-exporter.service2019-09-13 19:11:38 UTC (rev 
362592)
@@ -7,7 +7,7 @@
 ExecReload=/bin/kill -HUP $MAINPID
 DynamicUser=true
 
-NoNewPrivilieges=true
+NoNewPrivileges=true
 ProtectSystem=full
 ProtectKernelModules=true
 ProtectKernelTunables=true
@@ -14,7 +14,13 @@
 PrivateTmp=true
 LockPersonality=true
 ProtectHostname=true
+ProtectHome=true
 ProtectControlGroups=true
+PrivateDevices=true
+PrivateUsers=true
+RestrictRealtime=true
+CapabilityBoundingSet=
+MemoryDenyWriteExecute=true
 
 [Install]
 WantedBy=multi-user.target


[arch-commits] Commit in prometheus-blackbox-exporter/repos (3 files)

2019-09-13 Thread Jelle van der Waa via arch-commits
Date: Friday, September 13, 2019 @ 19:11:45
  Author: jelle
Revision: 362593

archrelease: copy trunk to community-x86_64

Added:
  prometheus-blackbox-exporter/repos/community-x86_64/
  prometheus-blackbox-exporter/repos/community-x86_64/PKGBUILD
(from rev 362592, prometheus-blackbox-exporter/trunk/PKGBUILD)
  
prometheus-blackbox-exporter/repos/community-x86_64/prometheus-blackbox-exporter.service
(from rev 362592, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)

--+
 PKGBUILD |   39 +
 prometheus-blackbox-exporter.service |   26 ++
 2 files changed, 65 insertions(+)

Copied: prometheus-blackbox-exporter/repos/community-x86_64/PKGBUILD (from rev 
362592, prometheus-blackbox-exporter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-09-13 19:11:45 UTC (rev 362593)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-blackbox-exporter
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
+arch=('x86_64')
+url="https://github.com/prometheus/blackbox_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go-pie git)
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
+sha512sums=('dff23d51292ed7b56f403d9a70c02a4d4e1f2a43f0bd6763598b310c07c7564d39fbed29c7b2b03b1848d33c3779b4922396212a3c9252c8149fdd9208d8a3b7'
+
'd50d40d3b8de03967a467db5d0ead3f8a9c770464c6028580022b60651384075d9437a3efb98b6f8d5e6df967ade09f839552e8d67c254d590016fc51b11def9')
+
+check() {
+  cd blackbox_exporter-$pkgver
+  go test ./...
+}
+
+build() {
+  cd blackbox_exporter-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
+  cd blackbox_exporter-$pkgver
+  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
+}

Copied: 
prometheus-blackbox-exporter/repos/community-x86_64/prometheus-blackbox-exporter.service
 (from rev 362592, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
===
--- community-x86_64/prometheus-blackbox-exporter.service   
(rev 0)
+++ community-x86_64/prometheus-blackbox-exporter.service   2019-09-13 
19:11:45 UTC (rev 362593)
@@ -0,0 +1,26 @@
+[Unit]
+Description=Prometheus blackbox Exporter
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/prometheus-blackbox-exporter 
--config.file="/etc/prometheus/blackbox.yml"
+ExecReload=/bin/kill -HUP $MAINPID
+DynamicUser=true
+
+NoNewPrivileges=true
+ProtectSystem=full
+ProtectKernelModules=true
+ProtectKernelTunables=true
+PrivateTmp=true
+LockPersonality=true
+ProtectHostname=true
+ProtectHome=true
+ProtectControlGroups=true
+PrivateDevices=true
+PrivateUsers=true
+RestrictRealtime=true
+CapabilityBoundingSet=
+MemoryDenyWriteExecute=true
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in bdf-unifont/repos/extra-any (4 files)

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 19:06:30
  Author: arojas
Revision: 362591

archrelease: copy trunk to extra-any

Added:
  bdf-unifont/repos/extra-any/LICENSE
(from rev 362590, bdf-unifont/trunk/LICENSE)
  bdf-unifont/repos/extra-any/PKGBUILD
(from rev 362590, bdf-unifont/trunk/PKGBUILD)
Deleted:
  bdf-unifont/repos/extra-any/LICENSE
  bdf-unifont/repos/extra-any/PKGBUILD

--+
 LICENSE  |  120 ++---
 PKGBUILD |   43 +++--
 2 files changed, 82 insertions(+), 81 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-09-13 19:06:05 UTC (rev 362590)
+++ LICENSE 2019-09-13 19:06:30 UTC (rev 362591)
@@ -1,60 +0,0 @@
-CENSE

-Roman Czyborra released his work (Perl scripts and font .hex files)
-under the following terms:
-
- All of my works you find here are freeware. You may
- freely copy, use, quote, modify or redistribute them
- as long as you properly attribute my contribution and
- have given a quick thought about whether Roman might
- perhaps be interested to read what you did with his
- stuff. Horizontal rules don't apply.
-
-David Starner released what in this package is named "hex2bdf-split"
-under the same license as Roman Czyborra's work.
-
-License for all of Paul Hardy's work (except "johab2ucs2" and
-"blanks.hex", mentioned separately), Makefile and debian/ mods
-by Anthony Fok, and modified software from Luis Gonzalez Miranda
-(with permission granted to Paul Hardy):
-
- These are released under the terms of the GNU General Public
- License version 2, or (at your option) a later version.
-
-License for Fonts:
-
- Any fonts using glyphs from the "wqy-cjk.hex" file (including
- the default TrueType font) are bound by the terms of the Wen
- Quan Yi font license.  Those fonts are released under the terms
- of the GNU General Public License (GPL) versionn 2, with the
- exception that embedding the font in a document does not by
- itself bind that document to the terms of the GNU GPL.
-
- Any fonts that do not use glyphs from the "wqy-cjk.hex" file
- fall under the above "License for all of Roman Czyborra's work".
-
- The fonts in "./font/precompiled" do use wqy-cjk.hex, and so
- are licensed under the GNU GPL version 2, with the exception
- that embedding the font in a document does not in itself bind
- that document to the terms of the GNU GPL.  The following
- paragraphs explaining the exception is taken from the Wen
- Quan Yi font distribution:
-
-  ** GPL v2.0 license with font embedding exception:
-
-  As a special exception, if you create a document which
-  uses this font, and embed this font or unaltered portions
-  of this font into the document, this font does not by
-  itself cause the resulting document to be covered by
-  the GNU General Public License. This exception does not
-  however invalidate any other reasons why the document
-  might be covered by the GNU General Public License.
-  If you modify this font, you may extend this exception
-  to your version of the font, but you are not obligated
-  to do so. If you do not wish to do so, delete this
-  exception statement from your version.
-
-License for "blanks.hex":
-
- There is one exception to the above rules: Paul Hardy earlier
- released the "blanks.hex" file into the public domain.

Copied: bdf-unifont/repos/extra-any/LICENSE (from rev 362590, 
bdf-unifont/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-09-13 19:06:30 UTC (rev 362591)
@@ -0,0 +1,60 @@
+CENSE
+---
+Roman Czyborra released his work (Perl scripts and font .hex files)
+under the following terms:
+
+ All of my works you find here are freeware. You may
+ freely copy, use, quote, modify or redistribute them
+ as long as you properly attribute my contribution and
+ have given a quick thought about whether Roman might
+ perhaps be interested to read what you did with his
+ stuff. Horizontal rules don't apply.
+
+David Starner released what in this package is named "hex2bdf-split"
+under the same license as Roman Czyborra's work.
+
+License for all of Paul Hardy's work (except "johab2ucs2" and
+"blanks.hex", mentioned separately), Makefile and debian/ mods
+by Anthony Fok, and modified software from Luis Gonzalez Miranda
+(with permission granted to Paul Hardy):
+
+ These are released under the terms of the GNU General Public
+ License version 2, or (at your option) a later version.
+
+License for Fonts:
+
+ Any fonts using glyphs from the "wqy-cjk.hex" file (including
+ the default TrueType font) are bound by the terms of the Wen
+ Quan Yi font license.  Those 

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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 19:06:05
  Author: arojas
Revision: 362590

Update to 12.1.03

Modified:
  bdf-unifont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:42:56 UTC (rev 362589)
+++ PKGBUILD2019-09-13 19:06:05 UTC (rev 362590)
@@ -1,7 +1,7 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=bdf-unifont
-pkgver=12.1.01
+pkgver=12.1.03
 pkgrel=1
 pkgdesc="GNU Unifont Glyphs"
 arch=('any')
@@ -10,11 +10,12 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 
source=("https://ftp.gnu.org/gnu/unifont/unifont-${pkgver}/unifont-${pkgver}.bdf.gz"{,.sig}
 "LICENSE")
 validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy
-sha256sums=('862f01724ed3d61918d58c3a87b8658c7ea5262aaa22e4c9b9f76fae864abc49'
+sha256sums=('6067bda8daa1f3c49d8876107992e19fc9ab905ad54c01c3131b9649977c3746'
 'SKIP'
 'b301a70ea554b471ca22f9654d8fe0573a93c1ecae3f59f17026f12e58f31e3a')
 
 package() {
+  gzip -d --force "$srcdir"/unifont-${pkgver}.bdf.gz
   install -Dm644 "${srcdir}/unifont-${pkgver}.bdf" \
 "${pkgdir}/usr/share/fonts/misc/unifont.bdf"
   install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


[arch-commits] Commit in lib32-gdk-pixbuf2/repos/multilib-x86_64 (6 files)

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 18:57:23
  Author: arojas
Revision: 510390

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
(from rev 510389, lib32-gdk-pixbuf2/trunk/PKGBUILD)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf-query-loaders-32.hook
(from rev 510389, lib32-gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders-32.hook)
  lib32-gdk-pixbuf2/repos/multilib-x86_64/lib32-gdk-pixbuf2.install
(from rev 510389, lib32-gdk-pixbuf2/trunk/lib32-gdk-pixbuf2.install)
Deleted:
  lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD
  lib32-gdk-pixbuf2/repos/multilib-x86_64/gdk-pixbuf-query-loaders-32.hook
  lib32-gdk-pixbuf2/repos/multilib-x86_64/lib32-gdk-pixbuf2.install

--+
 PKGBUILD |  110 ++---
 gdk-pixbuf-query-loaders-32.hook |   22 +++
 lib32-gdk-pixbuf2.install|6 +-
 3 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 18:56:49 UTC (rev 510389)
+++ PKGBUILD2019-09-13 18:57:23 UTC (rev 510390)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-gdk-pixbuf2
-pkgver=2.38.1
-pkgrel=1
-pkgdesc="An image loading library (32-bit)"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/GdkPixbuf;
-license=(LGPL2.1)
-depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11 
gdk-pixbuf2)
-makedepends=(gtk-doc gobject-introspection git docbook-xsl meson)
-install=lib32-gdk-pixbuf2.install
-_commit=2bb565093b8a93b35a2be61d6f4a01352fe94af6  # tags/2.38.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit;
-gdk-pixbuf-query-loaders-32.hook)
-sha256sums=('SKIP'
-'3fed95ad7075698313caba78c84b4f7eb9935cc5c8cc99412fc56d8d34ef700f')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gdk-pixbuf
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
-
-  arch-meson gdk-pixbuf build \
---libdir /usr/lib32 \
--D installed_tests=false
-  ninja -C build
-}
-
-check() {
-  cd build
-  # pixbuf-randomly-modified fails randomly
-  meson test -t 3 || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -rf "$pkgdir"/usr/{include,lib,share}
-  find "$pkgdir/usr/bin" -type f -not -name gdk-pixbuf-query-loaders -delete
-  mv "$pkgdir"/usr/bin/gdk-pixbuf-query-loaders{,-32}
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gdk-pixbuf2/repos/multilib-x86_64/PKGBUILD (from rev 510389, 
lib32-gdk-pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 18:57:23 UTC (rev 510390)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-gdk-pixbuf2
+pkgver=2.38.2
+pkgrel=1
+pkgdesc="An image loading library (32-bit)"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/GdkPixbuf;
+license=(LGPL2.1)
+depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11 
gdk-pixbuf2)
+makedepends=(gtk-doc gobject-introspection git docbook-xsl meson)
+install=lib32-gdk-pixbuf2.install
+_commit=ab27f7c5b8a0d2fb899130082dcd3ec310478222  # tags/2.38.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit;
+gdk-pixbuf-query-loaders-32.hook)
+sha256sums=('SKIP'
+'3fed95ad7075698313caba78c84b4f7eb9935cc5c8cc99412fc56d8d34ef700f')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
+
+  arch-meson gdk-pixbuf build \
+--libdir /usr/lib32 \
+-D installed_tests=false
+  ninja -C build
+}
+
+check() {
+  cd build
+  # pixbuf-randomly-modified fails randomly
+  meson test -t 3 || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  rm -rf "$pkgdir"/usr/{include,lib,share}
+  find "$pkgdir/usr/bin" -type f -not -name gdk-pixbuf-query-loaders -delete
+  mv "$pkgdir"/usr/bin/gdk-pixbuf-query-loaders{,-32}
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gdk-pixbuf-query-loaders-32.hook
===
--- gdk-pixbuf-query-loaders-32.hook2019-09-13 18:56:49 UTC (rev 510389)
+++ gdk-pixbuf-query-loaders-32.hook2019-09-13 18:57:23 UTC (rev 510390)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/*.so
-
-[Action]

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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 18:56:49
  Author: arojas
Revision: 510389

Update to 2.38.2

Modified:
  lib32-gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:36:00 UTC (rev 510388)
+++ PKGBUILD2019-09-13 18:56:49 UTC (rev 510389)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-gdk-pixbuf2
-pkgver=2.38.1
+pkgver=2.38.2
 pkgrel=1
 pkgdesc="An image loading library (32-bit)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(lib32-glib2 lib32-libpng lib32-libtiff lib32-libjpeg lib32-libx11 
gdk-pixbuf2)
 makedepends=(gtk-doc gobject-introspection git docbook-xsl meson)
 install=lib32-gdk-pixbuf2.install
-_commit=2bb565093b8a93b35a2be61d6f4a01352fe94af6  # tags/2.38.1^0
+_commit=ab27f7c5b8a0d2fb899130082dcd3ec310478222  # tags/2.38.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit;
 gdk-pixbuf-query-loaders-32.hook)
 sha256sums=('SKIP'


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 18:42:56
  Author: arojas
Revision: 362589

archrelease: copy trunk to testing-x86_64

Added:
  pyqtwebengine/repos/testing-x86_64/
  pyqtwebengine/repos/testing-x86_64/PKGBUILD
(from rev 362588, pyqtwebengine/trunk/PKGBUILD)

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

Copied: pyqtwebengine/repos/testing-x86_64/PKGBUILD (from rev 362588, 
pyqtwebengine/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-13 18:42:56 UTC (rev 362589)
@@ -0,0 +1,60 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqtwebengine
+pkgname=(python-pyqtwebengine python2-pyqtwebengine pyqtwebengine-common)
+pkgver=5.13.1
+pkgrel=1
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro;
+license=(GPL)
+makedepends=(sip qt5-webengine python-pyqt5 python2-pyqt5)
+source=("https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/$pkgver/PyQtWebEngine_gpl-$pkgver.tar.gz;)
+sha256sums=('8d8c1262005d8465653a848bf67327fb338e0d3c2d26090a6f7eb071dbb42092')
+
+prepare() {
+  cp -a PyQtWebEngine_gpl-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PyQtWebEngine_gpl-$pkgver
+  python configure.py
+  make
+
+  cd "$srcdir"/PyQtWebEngine_gpl-$pkgver-py2
+  python2 configure.py
+  make
+}
+
+package_pyqtwebengine-common(){
+  pkgdesc="Common files shared between python-pyqtwebengine and 
python2-pyqtwebengine"
+  depends=(qt5-webengine)
+
+  cd PyQtWebEngine_gpl-$pkgver
+  install -Dm644 PyQtWebEngine.api -t "$pkgdir"/usr/share/qt/qsci/api/python
+
+  install -d "$pkgdir"/usr/share/sip/PyQt5
+  cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
+}
+
+package_python-pyqtwebengine(){
+  pkgdesc="Python 3 bindings for QtWebEngine"
+  depends=(python-pyqt5 pyqtwebengine-common)
+
+  cd PyQtWebEngine_gpl-$pkgver
+  make INSTALL_ROOT="$pkgdir" install -j1
+
+  # Provided by pyqtwebengine-common
+  rm -r "$pkgdir"/usr/share
+}
+
+package_python2-pyqtwebengine(){
+  pkgdesc="Python 2 bindings for QtWebEngine"
+  depends=(python2-pyqt5 pyqtwebengine-common)
+
+  cd PyQtWebEngine_gpl-$pkgver-py2
+  make INSTALL_ROOT="$pkgdir" install -j1
+
+  # Provided by pyqtwebengine-common
+  rm -r "$pkgdir"/usr/share
+}


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 18:42:40
  Author: arojas
Revision: 362588

Update to 5.13.1

Modified:
  pyqtwebengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:40:19 UTC (rev 362587)
+++ PKGBUILD2019-09-13 18:42:40 UTC (rev 362588)
@@ -3,7 +3,7 @@
 
 pkgbase=pyqtwebengine
 pkgname=(python-pyqtwebengine python2-pyqtwebengine pyqtwebengine-common)
-pkgver=5.13.0
+pkgver=5.13.1
 pkgrel=1
 arch=(x86_64)
 url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro;
@@ -10,7 +10,7 @@
 license=(GPL)
 makedepends=(sip qt5-webengine python-pyqt5 python2-pyqt5)
 
source=("https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/$pkgver/PyQtWebEngine_gpl-$pkgver.tar.gz;)
-sha256sums=('bb6cabcc454ed1394aedfb42eb35dbee3ca324cf582e8c0ca5e8c8af0b00e325')
+sha256sums=('8d8c1262005d8465653a848bf67327fb338e0d3c2d26090a6f7eb071dbb42092')
 
 prepare() {
   cp -a PyQtWebEngine_gpl-$pkgver{,-py2}


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 18:40:02
  Author: arojas
Revision: 362586

Update to 5.13.1

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:25:05 UTC (rev 362585)
+++ PKGBUILD2019-09-13 18:40:02 UTC (rev 362586)
@@ -6,7 +6,7 @@
 
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.13.0
+pkgver=5.13.1
 pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro;
@@ -15,7 +15,7 @@
  'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-multimedia' 
'qt5-tools' 'qt5-serialport' 'qt5-svg'
  'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 
'qt5-xmlpatterns' 'qt5-remoteobjects')
 
source=("https://www.riverbankcomputing.com/static/Downloads/PyQt5/$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
-sha256sums=('0cdbffe5135926527b61cc3692dd301cd0328dd87eeaf1313e610787c46faff9')
+sha256sums=('54b7f456341b89eeb3930e786837762ea67f235e886512496c4152ebe106d4af')
 
 prepare() {
   cp -a PyQt5_gpl-$pkgver{,-py2}


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 18:40:19
  Author: arojas
Revision: 362587

archrelease: copy trunk to testing-x86_64

Added:
  pyqt5/repos/testing-x86_64/
  pyqt5/repos/testing-x86_64/PKGBUILD
(from rev 362586, pyqt5/trunk/PKGBUILD)

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

Copied: pyqt5/repos/testing-x86_64/PKGBUILD (from rev 362586, 
pyqt5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-13 18:40:19 UTC (rev 362587)
@@ -0,0 +1,121 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Yichao Yu 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai  Ben 
+
+pkgbase=pyqt5
+pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
+pkgver=5.13.1
+pkgrel=1
+arch=('x86_64')
+url="https://riverbankcomputing.com/software/pyqt/intro;
+license=('GPL')
+makedepends=('python-sip-pyqt5' 'python2-sip-pyqt5' 'sip' 'python-opengl' 
'python2-opengl' 'python2-enum34'
+ 'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-multimedia' 
'qt5-tools' 'qt5-serialport' 'qt5-svg'
+ 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 
'qt5-xmlpatterns' 'qt5-remoteobjects')
+source=("https://www.riverbankcomputing.com/static/Downloads/PyQt5/$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
+sha256sums=('54b7f456341b89eeb3930e786837762ea67f235e886512496c4152ebe106d4af')
+
+prepare() {
+  cp -a PyQt5_gpl-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PyQt5_gpl-$pkgver
+  python configure.py \
+--confirm-license \
+--no-sip-files \
+--qsci-api
+  make
+
+  cd "$srcdir"/PyQt5_gpl-$pkgver-py2
+  python2 configure.py \
+--confirm-license \
+--no-sip-files \
+--qsci-api
+  make
+}
+
+package_pyqt5-common(){
+  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
+  depends=('qt5-base')
+
+  cd PyQt5_gpl-$pkgver
+  install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
+
+  install -d "$pkgdir"/usr/share/sip/PyQt5
+  cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
+}
+
+package_python-pyqt5(){
+  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
+  depends=('python-sip-pyqt5' 'pyqt5-common')
+  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'python-dbus: for python-dbus mainloop support'
+  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+  'qt5-tools: QtHelp, QtDesigner'
+  'qt5-svg: QtSvg'
+  'qt5-webkit: QtWebKit, QtWebKitWidgets'
+  'qt5-xmlpatterns: QtXmlPatterns'
+  'qt5-declarative: QtQml, qmlplugin'
+  'qt5-serialport: QtSerialPort'
+  'qt5-websockets: QtWebSockets'
+  'qt5-connectivity: QtNfc, QtBluetooth'
+  'qt5-x11extras: QtX11Extras'
+  'qt5-networkauth: QtNetworkAuth'
+  'qt5-remoteobjects: QtRemoteObjects')
+
+  cd PyQt5_gpl-$pkgver
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install -j1
+
+  # Remove unused py2 version of uic modules:
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v2
+
+  # compile Python bytecode
+  python -m compileall -d / "$pkgdir"/usr/lib
+  python -O -m compileall -d / "$pkgdir"/usr/lib
+
+  # Provided by pyqt-common
+  rm "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
+}
+
+package_python2-pyqt5(){
+  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
+  depends=('python2-sip-pyqt5' 'pyqt5-common' 'python2-enum34')
+  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'python-dbus: for python-dbus mainloop support'
+  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+  'qt5-tools: QtHelp, QtDesigner'
+  'qt5-svg: QtSvg'
+  'qt5-webkit: QtWebKit, QtWebKitWidgets'
+  'qt5-xmlpatterns: QtXmlPatterns'
+  'qt5-declarative: QtQml, qmlplugin'
+  'qt5-serialport: QtSerialPort'
+  'qt5-websockets: QtWebSockets'
+  'qt5-connectivity: QtNfc, QtBluetooth'
+  'qt5-x11extras: QtX11Extras'
+  'qt5-networkauth: QtNetworkAuth'
+  'qt5-remoteobjects: QtRemoteObjects')
+
+  cd PyQt5_gpl-$pkgver-py2
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install -j1
+
+  # Remove unused py3 version of uic modules:
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v3
+
+  # compile Python bytecode
+  python2 -m compileall -d / "$pkgdir"/usr/lib
+  python2 -O -m compileall -d / "$pkgdir"/usr/lib
+
+  # Fix conflicts with python-pyqt5
+  mv "$pkgdir"/usr/bin/{,python2-}pyuic5
+  mv 

[arch-commits] Commit in bs1770gain/trunk (PKGBUILD remove-hate.patch)

2019-09-13 Thread Jelle van der Waa via arch-commits
Date: Friday, September 13, 2019 @ 18:35:52
  Author: jelle
Revision: 510387

upgpkg: bs1770gain 0.6.0-2

Remove racial bullshit.

Added:
  bs1770gain/trunk/remove-hate.patch
Modified:
  bs1770gain/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +---
 remove-hate.patch |   20 
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:21:54 UTC (rev 510386)
+++ PKGBUILD2019-09-13 18:35:52 UTC (rev 510387)
@@ -2,15 +2,21 @@
 
 pkgname=bs1770gain
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
 arch=(x86_64)
 url="http://bs1770gain.sourceforge.net;
 license=(GPL)
 depends=(ffmpeg)
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('d0372bb5946a34c7cad145e2d406b4e99751df229694acad10f1f4c1778fd85a')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 remove-hate.patch)
+sha256sums=('d0372bb5946a34c7cad145e2d406b4e99751df229694acad10f1f4c1778fd85a'
+'71cd58f8c3546485decd135992039bf9df266f5c2c0c478c32771ab5e0f0b314')
 
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -Np1 -i ${srcdir}/remove-hate.patch
+}
+
 build() {
 cd ${pkgname}-${pkgver}
 ./configure --prefix=/usr

Added: remove-hate.patch
===
--- remove-hate.patch   (rev 0)
+++ remove-hate.patch   2019-09-13 18:35:52 UTC (rev 510387)
@@ -0,0 +1,20 @@
+diff -aur bs1770gain-0.6.0/libbg/bgx.c bs1770gain-0.6.0.new/libbg/bgx.c
+--- bs1770gain-0.6.0/libbg/bgx.c   2019-08-13 08:09:47.0 +0200
 bs1770gain-0.6.0.new/libbg/bgx.c   2019-09-13 20:13:48.828606603 +0200
+@@ -37,16 +37,12 @@
+  * turn with "libff.a".) finally serving as bs1770gain's implementation.
+  */
+ #if 1 // [
+-#if 1 // [
+ #define BS1770GAIN_TEAM_WHITE \
+ " #TeamWhite"
+ #else // ] [
+ #define BS1770GAIN_TEAM_WHITE \
+ ""
+ #endif // ]
+-#define BS1770GAIN_NANOS_GIGANTUM_HUMERIS_INSIDENTES \
+-"Nanos gigantum humeris insidentes." BS1770GAIN_TEAM_WHITE "\n"
+-#endif // ]
+ 
+ 
///
+ static const ffchar_t *bg_version(const ffchar_t *path, FILE *f)


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

2019-09-13 Thread Jelle van der Waa via arch-commits
Date: Friday, September 13, 2019 @ 18:36:00
  Author: jelle
Revision: 510388

archrelease: copy trunk to community-x86_64

Added:
  bs1770gain/repos/community-x86_64/PKGBUILD
(from rev 510387, bs1770gain/trunk/PKGBUILD)
  bs1770gain/repos/community-x86_64/remove-hate.patch
(from rev 510387, bs1770gain/trunk/remove-hate.patch)
Deleted:
  bs1770gain/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |   52 +---
 remove-hate.patch |   20 
 2 files changed, 49 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 18:35:52 UTC (rev 510387)
+++ PKGBUILD2019-09-13 18:36:00 UTC (rev 510388)
@@ -1,23 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=bs1770gain
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
-arch=(x86_64)
-url="http://bs1770gain.sourceforge.net;
-license=(GPL)
-depends=(ffmpeg)
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('d0372bb5946a34c7cad145e2d406b4e99751df229694acad10f1f4c1778fd85a')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: bs1770gain/repos/community-x86_64/PKGBUILD (from rev 510387, 
bs1770gain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 18:36:00 UTC (rev 510388)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=bs1770gain
+pkgver=0.6.0
+pkgrel=2
+pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
+arch=(x86_64)
+url="http://bs1770gain.sourceforge.net;
+license=(GPL)
+depends=(ffmpeg)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 remove-hate.patch)
+sha256sums=('d0372bb5946a34c7cad145e2d406b4e99751df229694acad10f1f4c1778fd85a'
+'71cd58f8c3546485decd135992039bf9df266f5c2c0c478c32771ab5e0f0b314')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+patch -Np1 -i ${srcdir}/remove-hate.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: bs1770gain/repos/community-x86_64/remove-hate.patch (from rev 510387, 
bs1770gain/trunk/remove-hate.patch)
===
--- remove-hate.patch   (rev 0)
+++ remove-hate.patch   2019-09-13 18:36:00 UTC (rev 510388)
@@ -0,0 +1,20 @@
+diff -aur bs1770gain-0.6.0/libbg/bgx.c bs1770gain-0.6.0.new/libbg/bgx.c
+--- bs1770gain-0.6.0/libbg/bgx.c   2019-08-13 08:09:47.0 +0200
 bs1770gain-0.6.0.new/libbg/bgx.c   2019-09-13 20:13:48.828606603 +0200
+@@ -37,16 +37,12 @@
+  * turn with "libff.a".) finally serving as bs1770gain's implementation.
+  */
+ #if 1 // [
+-#if 1 // [
+ #define BS1770GAIN_TEAM_WHITE \
+ " #TeamWhite"
+ #else // ] [
+ #define BS1770GAIN_TEAM_WHITE \
+ ""
+ #endif // ]
+-#define BS1770GAIN_NANOS_GIGANTUM_HUMERIS_INSIDENTES \
+-"Nanos gigantum humeris insidentes." BS1770GAIN_TEAM_WHITE "\n"
+-#endif // ]
+ 
+ 
///
+ static const ffchar_t *bg_version(const ffchar_t *path, FILE *f)


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 18:24:45
  Author: arojas
Revision: 362584

Update to 4.19.19

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:19:03 UTC (rev 362583)
+++ PKGBUILD2019-09-13 18:24:45 UTC (rev 362584)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.18
+pkgver=4.19.19
 pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('c0bd863800ed9b15dcad477c4017cdb73fa805c25908b0240564add74d697e1e')
+sha256sums=('5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 18:25:05
  Author: arojas
Revision: 362585

archrelease: copy trunk to testing-x86_64

Added:
  sip/repos/testing-x86_64/
  sip/repos/testing-x86_64/PKGBUILD
(from rev 362584, sip/trunk/PKGBUILD)

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

Copied: sip/repos/testing-x86_64/PKGBUILD (from rev 362584, sip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-13 18:25:05 UTC (rev 362585)
@@ -0,0 +1,92 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
+pkgver=4.19.19
+pkgrel=1
+arch=('x86_64')
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
+sha256sums=('5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44')
+
+prepare() {
+  mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
+}
+
+build() {
+  cd "$srcdir"/build
+  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/build-py2
+  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/build-pyqt5
+  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
+  make
+
+  cd "$srcdir"/build-pyqt5-py2
+  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd build
+  make DESTDIR="$pkgdir" install -C sipgen
+# move sip.h to /usr/include
+  mv "$pkgdir"/usr/include/{python*/sip.h,}
+  rm -r "$pkgdir"/usr/include/python*
+
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('python')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
+
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
+  depends=('python2')
+
+  cd build-py2
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
+
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip-pyqt5() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries (PyQt5 version)"
+  depends=('python')
+
+  cd build-pyqt5
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip-pyqt5() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 version)"
+  depends=('python2')
+
+  cd build-pyqt5-py2
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in switchboard-plug-user-accounts/trunk (PKGBUILD)

2019-09-13 Thread Maxime Gauduin via arch-commits
Date: Friday, September 13, 2019 @ 18:21:50
  Author: alucryd
Revision: 510385

GNOME 3.34: switchboard-plug-user-accounts 2.2.1-2

Modified:
  switchboard-plug-user-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:18:39 UTC (rev 510384)
+++ PKGBUILD2019-09-13 18:21:50 UTC (rev 510385)
@@ -2,7 +2,7 @@
 
 pkgname=switchboard-plug-user-accounts
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Switchboard User Accounts Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-useraccounts
@@ -27,9 +27,15 @@
   meson
   vala
 )
-source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=${pkgver})
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=4a0f2432b1d034b183b15d54474470d709238257)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd switchboard-plug-user-accounts
+
+  git describe --tags
+}
+
 build() {
   arch-meson switchboard-plug-user-accounts build
   ninja -C build


[arch-commits] Commit in switchboard-plug-user-accounts/repos (2 files)

2019-09-13 Thread Maxime Gauduin via arch-commits
Date: Friday, September 13, 2019 @ 18:21:54
  Author: alucryd
Revision: 510386

archrelease: copy trunk to community-staging-x86_64

Added:
  switchboard-plug-user-accounts/repos/community-staging-x86_64/
  switchboard-plug-user-accounts/repos/community-staging-x86_64/PKGBUILD
(from rev 510385, switchboard-plug-user-accounts/trunk/PKGBUILD)

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

Copied: switchboard-plug-user-accounts/repos/community-staging-x86_64/PKGBUILD 
(from rev 510385, switchboard-plug-user-accounts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 18:21:54 UTC (rev 510386)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-user-accounts
+pkgver=2.2.1
+pkgrel=2
+pkgdesc='Switchboard User Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-useraccounts
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  cairo
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libpwquality
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=4a0f2432b1d034b183b15d54474470d709238257)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-user-accounts
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-user-accounts build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-locale/trunk (PKGBUILD)

2019-09-13 Thread Maxime Gauduin via arch-commits
Date: Friday, September 13, 2019 @ 18:18:35
  Author: alucryd
Revision: 510383

GNOME 3.34: switchboard-plug-locale 2.4.1-2

Modified:
  switchboard-plug-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:15:40 UTC (rev 510382)
+++ PKGBUILD2019-09-13 18:18:35 UTC (rev 510383)
@@ -2,7 +2,7 @@
 
 pkgname=switchboard-plug-locale
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Switchboard Locale Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-locale
@@ -23,9 +23,15 @@
   meson
   vala
 )
-source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${pkgver})
+source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=358c04898602fc332a821f589b183da2a56c92fe)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd switchboard-plug-locale
+
+  git describe --tags
+}
+
 build() {
   arch-meson switchboard-plug-locale build
   ninja -C build


[arch-commits] Commit in switchboard-plug-locale/repos (2 files)

2019-09-13 Thread Maxime Gauduin via arch-commits
Date: Friday, September 13, 2019 @ 18:18:39
  Author: alucryd
Revision: 510384

archrelease: copy trunk to community-staging-x86_64

Added:
  switchboard-plug-locale/repos/community-staging-x86_64/
  switchboard-plug-locale/repos/community-staging-x86_64/PKGBUILD
(from rev 510383, switchboard-plug-locale/trunk/PKGBUILD)

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

Copied: switchboard-plug-locale/repos/community-staging-x86_64/PKGBUILD (from 
rev 510383, switchboard-plug-locale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 18:18:39 UTC (rev 510384)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-locale
+pkgver=2.4.1
+pkgrel=2
+pkgdesc='Switchboard Locale Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-locale
+license=(GPL3)
+depends=(
+  accountsservice
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libibus
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=358c04898602fc332a821f589b183da2a56c92fe)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-locale
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-locale build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 18:18:59
  Author: anthraxx
Revision: 362582

upgpkg: jsoncpp 1.9.1-1

Modified:
  jsoncpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 17:58:32 UTC (rev 362581)
+++ PKGBUILD2019-09-13 18:18:59 UTC (rev 362582)
@@ -5,8 +5,8 @@
 
 pkgbase=jsoncpp
 pkgname=('jsoncpp' 'jsoncpp-doc')
-pkgver=1.8.4
-pkgrel=2
+pkgver=1.9.1
+pkgrel=1
 pkgdesc='C++ library for interacting with JSON'
 url='https://github.com/open-source-parsers/jsoncpp'
 arch=('x86_64')
@@ -13,22 +13,18 @@
 license=('MIT' 'custom:Public_Domain')
 makedepends=('gcc-libs' 'doxygen' 'graphviz' 'python' 'meson')
 options=('staticlibs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/open-source-parsers/${pkgbase}/archive/${pkgver}.tar.gz)
-sha256sums=('c49deac9e0933bcb7044f08516861a2d560988540b23de2ac1ad443b219afdb6')
-sha512sums=('f70361a3263dd8b9441374a9a409462be1426c0d6587c865171a80448ab73b3f69de2b4d70d2f0c541764e1e6727dd53178347901f625ec6fb54fb94f4f1')
+source=(https://github.com/open-source-parsers/${pkgbase}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('c7b40f5605dd972108f503f031b20186f5e5bca2b65cd4b8bd6c3e4ba8126697')
+sha512sums=('4a8352e1d32c0ba8a0aea4df1663279cb2256b334643c5b62be37dfb5951e06900ba38c010d1201511fcf7de09137d6a4b886edbb2b99160d2f62b5f4679f766')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
-  mkdir -p build
+  echo "${pkgver}" > version
+  sed -E "s|(version : )'1.9.0'|\1'${pkgver}'|" -i meson.build
 }
 
 build() {
   cd ${pkgbase}-${pkgver}
-  msg2 "Building docs..."
-  python doxybuild.py \
---doxygen="$(which doxygen)" \
---with-dot
-
   msg2 "Building shared library..."
   arch-meson --default-library shared build
   ninja -C build
@@ -36,6 +32,11 @@
   msg2 "Building static library..."
   arch-meson --default-library static build-static
   ninja -C build-static
+
+  msg2 "Building docs..."
+  python doxybuild.py \
+--doxygen="$(command -v doxygen)" \
+--with-dot
 }
 
 check() {
@@ -49,6 +50,7 @@
 package_jsoncpp() {
   depends=('gcc-libs')
   optdepends=('jsoncpp-doc: documentation')
+  provides=('libjsoncpp.so')
 
   cd ${pkgbase}-${pkgver}
   DESTDIR="${pkgdir}" ninja -C build install


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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 18:19:03
  Author: anthraxx
Revision: 362583

archrelease: copy trunk to staging-x86_64

Added:
  jsoncpp/repos/staging-x86_64/
  jsoncpp/repos/staging-x86_64/PKGBUILD
(from rev 362582, jsoncpp/trunk/PKGBUILD)

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

Copied: jsoncpp/repos/staging-x86_64/PKGBUILD (from rev 362582, 
jsoncpp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-09-13 18:19:03 UTC (rev 362583)
@@ -0,0 +1,72 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgbase=jsoncpp
+pkgname=('jsoncpp' 'jsoncpp-doc')
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+arch=('x86_64')
+license=('MIT' 'custom:Public_Domain')
+makedepends=('gcc-libs' 'doxygen' 'graphviz' 'python' 'meson')
+options=('staticlibs')
+source=(https://github.com/open-source-parsers/${pkgbase}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('c7b40f5605dd972108f503f031b20186f5e5bca2b65cd4b8bd6c3e4ba8126697')
+sha512sums=('4a8352e1d32c0ba8a0aea4df1663279cb2256b334643c5b62be37dfb5951e06900ba38c010d1201511fcf7de09137d6a4b886edbb2b99160d2f62b5f4679f766')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  echo "${pkgver}" > version
+  sed -E "s|(version : )'1.9.0'|\1'${pkgver}'|" -i meson.build
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  msg2 "Building shared library..."
+  arch-meson --default-library shared build
+  ninja -C build
+
+  msg2 "Building static library..."
+  arch-meson --default-library static build-static
+  ninja -C build-static
+
+  msg2 "Building docs..."
+  python doxybuild.py \
+--doxygen="$(command -v doxygen)" \
+--with-dot
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  ninja -C build test
+  cd test
+  python runjsontests.py ../build/jsontestrunner
+  python rununittests.py ../build/jsoncpp_test
+}
+
+package_jsoncpp() {
+  depends=('gcc-libs')
+  optdepends=('jsoncpp-doc: documentation')
+  provides=('libjsoncpp.so')
+
+  cd ${pkgbase}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  DESTDIR="${pkgdir}" ninja -C build-static install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_jsoncpp-doc() {
+  pkgdesc+=' (documentation)'
+  optdepends=('jsoncpp')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -dm 755 "${pkgdir}/usr/share/doc/${pkgbase}"
+  cp -a dist/doxygen/jsoncpp-api-html-${pkgver} 
"${pkgdir}/usr/share/doc/${pkgbase}/html"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-desktop/repos (2 files)

2019-09-13 Thread Maxime Gauduin via arch-commits
Date: Friday, September 13, 2019 @ 18:15:40
  Author: alucryd
Revision: 510382

archrelease: copy trunk to community-staging-x86_64

Added:
  switchboard-plug-desktop/repos/community-staging-x86_64/
  switchboard-plug-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 510381, switchboard-plug-desktop/trunk/PKGBUILD)

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

Copied: switchboard-plug-desktop/repos/community-staging-x86_64/PKGBUILD (from 
rev 510381, switchboard-plug-desktop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 18:15:40 UTC (rev 510382)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-desktop
+pkgver=2.8.1
+pkgrel=1
+pkgdesc='Switchboard Desktop Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-pantheon-shell
+license=(GPL3)
+groups=(pantheon-unstable)
+depends=(
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgexiv2
+  libgranite.so
+  libswitchboard-2.0.so
+  plank
+  tumbler
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=65316fe4896a19a2727c7b7af18f227b2e0a6f65)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-desktop
+
+  git describe --tags
+}
+
+prepare() {
+  sed 's|/usr/share/backgrounds|/usr/share/backgrounds/elementary|' -i 
switchboard-plug-desktop/src/Views/Wallpaper.vala
+}
+
+build() {
+  arch-meson switchboard-plug-desktop build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-13 Thread Maxime Gauduin via arch-commits
Date: Friday, September 13, 2019 @ 18:15:35
  Author: alucryd
Revision: 510381

GNOME 3.34: switchboard-plug-desktop 2.8.1-1

Modified:
  switchboard-plug-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:10:25 UTC (rev 510380)
+++ PKGBUILD2019-09-13 18:15:35 UTC (rev 510381)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-desktop
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc='Switchboard Desktop Plug'
 arch=(x86_64)
@@ -25,9 +25,15 @@
   meson
   vala
 )
-source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=${pkgver})
+source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=65316fe4896a19a2727c7b7af18f227b2e0a6f65)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd switchboard-plug-desktop
+
+  git describe --tags
+}
+
 prepare() {
   sed 's|/usr/share/backgrounds|/usr/share/backgrounds/elementary|' -i 
switchboard-plug-desktop/src/Views/Wallpaper.vala
 }


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

2019-09-13 Thread Maxime Gauduin via arch-commits
Date: Friday, September 13, 2019 @ 18:10:21
  Author: alucryd
Revision: 510379

GNOME 3.34: pantheon-calendar 5.0.r112.26275ba6-1

Modified:
  pantheon-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 17:49:30 UTC (rev 510378)
+++ PKGBUILD2019-09-13 18:10:21 UTC (rev 510379)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-calendar
-pkgver=5.0
-pkgrel=2
+pkgver=5.0.r112.26275ba6
+pkgrel=1
 pkgdesc='The Pantheon Calendar'
 arch=(x86_64)
 url=https://github.com/elementary/calendar
@@ -28,9 +28,22 @@
   meson
   vala
 )
-source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${pkgver})
-sha256sums=('SKIP')
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=26275ba6215610aa17a31f3e6d50b27dc214f731)
+sha256sums=(SKIP)
 
+pkgver() {
+  cd pantheon-calendar
+
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+prepare() {
+  cd pantheon-calendar
+
+  # libecal-2.0
+  git cherry-pick -n 54a1df3d49dcbca40db5ae6841a576f818bc7582
+}
+
 build() {
   arch-meson pantheon-calendar build
   ninja -C build


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

2019-09-13 Thread Maxime Gauduin via arch-commits
Date: Friday, September 13, 2019 @ 18:10:25
  Author: alucryd
Revision: 510380

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-calendar/repos/community-staging-x86_64/
  pantheon-calendar/repos/community-staging-x86_64/PKGBUILD
(from rev 510379, pantheon-calendar/trunk/PKGBUILD)

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

Copied: pantheon-calendar/repos/community-staging-x86_64/PKGBUILD (from rev 
510379, pantheon-calendar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 18:10:25 UTC (rev 510380)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calendar
+pkgver=5.0.r112.26275ba6
+pkgrel=1
+pkgdesc='The Pantheon Calendar'
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  evolution-data-server
+  folks
+  gdk-pixbuf2
+  geoclue
+  geocode-glib
+  glib2
+  gtk3
+  libchamplain
+  libgee
+  libgranite.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=26275ba6215610aa17a31f3e6d50b27dc214f731)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-calendar
+
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+prepare() {
+  cd pantheon-calendar
+
+  # libecal-2.0
+  git cherry-pick -n 54a1df3d49dcbca40db5ae6841a576f818bc7582
+}
+
+build() {
+  arch-meson pantheon-calendar build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:58:27
  Author: anthraxx
Revision: 362580

upgpkg: lsof 4.93.2-1

Modified:
  lsof/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 17:10:48 UTC (rev 362579)
+++ PKGBUILD2019-09-13 17:58:27 UTC (rev 362580)
@@ -1,48 +1,42 @@
-# Maintainer: Tom Gundersen 
-# Contributor: Angel Velasquez  
+# Maintainer: Levente Polyak 
+# Contributor: Tom Gundersen 
+# Contributor: Angel Velasquez 
 # Contributor: Daniel J Griffiths 
 # Contributor: Aaron Griffin 
 # Contributor: Jochem Kossen 
 
 pkgname=lsof
-pkgver=4.91
+pkgver=4.93.2
 pkgrel=1
-pkgdesc="Lists open files for running Unix processes"
+pkgdesc='Lists open files for running Unix processes'
+url='https://github.com/lsof-org/lsof'
 arch=('x86_64')
-url="https://people.freebsd.org/~abe/;
 license=('custom')
-depends=('glibc')
-source=(ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_$pkgver.tar.bz2
+depends=('glibc' 'libtirpc')
+source=(https://github.com/lsof-org/lsof/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 license.txt)
-sha1sums=('da6f9883d00f200671f6e47cf838bb9b6b9c6f01'
-  'db6b6d90ce895e4053f91ad25c7761fbf9a37dd6')
-#validpgpkeys=(9AFD62A840BD3D55) It is PGP-2 key
+sha512sums=('3c4a4d503391b1a648a08a4947c2e72a9629b169eddf50738b16a16a82f2a26967e4db2902e4a9157de5a73ae638db48e392117ffbd591e9fafd6b1725cd01a0'
+
'3bdbc8f213e9bdba946636498d21486e2b79d8ae44a45b284b4dff8875e76f992ab0977e3ed510525a8f74203028acb6b15315fda963666012874be4ce4fdd93')
 
 prepare() {
-   cd lsof_$pkgver
-   tar xf lsof_${pkgver}_src.tar
-   cd lsof_${pkgver}_src
-   sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
+  cd lsof-${pkgver}
+  sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
+  sed -i "s|.so ./version|.ds VN ${pkgver}|" -i Lsof.8
 }
 
 build() {
-   cd lsof_$pkgver/lsof_${pkgver}_src
-   ./Configure -n linux
-   make 
+  cd lsof-${pkgver}
+  ./Configure -n linux
+  make CC="cc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
 }
 
-check() {
-   cd lsof_$pkgver/lsof_${pkgver}_src/tests
-   sed 's/END=0/exit 0/' -i CkTestDB
-   make all
-}
-
 package() {
-   cd lsof_$pkgver/lsof_${pkgver}_src
+  cd lsof-${pkgver}
 
-   install -Dm0755 lsof "$pkgdir"/usr/bin/lsof 
-   install -Dm0644 lsof.8 "$pkgdir"/usr/share/man/man8/lsof.8 
-   
-   install -D -m0644 "$srcdir"/license.txt \
-"$pkgdir"/usr/share/licenses/lsof/LICENSE 
+  install -Dm 755 lsof -t "${pkgdir}"/usr/bin
+  install -Dm 644 Lsof.8 "${pkgdir}"/usr/share/man/man8/lsof.8
+  install -Dm 644 "${srcdir}"/license.txt \
+   "${pkgdir}"/usr/share/licenses/lsof/LICENSE
 }
+
+# vim: ts=2 sw=2 et:


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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:58:32
  Author: anthraxx
Revision: 362581

archrelease: copy trunk to extra-x86_64

Added:
  lsof/repos/extra-x86_64/PKGBUILD
(from rev 362580, lsof/trunk/PKGBUILD)
  lsof/repos/extra-x86_64/license.txt
(from rev 362580, lsof/trunk/license.txt)
Deleted:
  lsof/repos/extra-x86_64/PKGBUILD
  lsof/repos/extra-x86_64/license.txt

-+
 PKGBUILD|   91 ++
 license.txt |   54 +-
 2 files changed, 69 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 17:58:27 UTC (rev 362580)
+++ PKGBUILD2019-09-13 17:58:32 UTC (rev 362581)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Angel Velasquez  
-# Contributor: Daniel J Griffiths 
-# Contributor: Aaron Griffin 
-# Contributor: Jochem Kossen 
-
-pkgname=lsof
-pkgver=4.91
-pkgrel=1
-pkgdesc="Lists open files for running Unix processes"
-arch=('x86_64')
-url="http://people.freebsd.org/~abe/;
-license=('custom')
-depends=('glibc')
-source=(ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_$pkgver.tar.bz2
-license.txt)
-sha1sums=('da6f9883d00f200671f6e47cf838bb9b6b9c6f01'
-  'db6b6d90ce895e4053f91ad25c7761fbf9a37dd6')
-#validpgpkeys=(9AFD62A840BD3D55) It is PGP-2 key
-
-prepare() {
-   cd lsof_$pkgver
-   tar xf lsof_${pkgver}_src.tar
-   cd lsof_${pkgver}_src
-   sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
-}
-
-build() {
-   cd lsof_$pkgver/lsof_${pkgver}_src
-   ./Configure -n linux
-   make 
-}
-
-check() {
-   cd lsof_$pkgver/lsof_${pkgver}_src/tests
-   sed 's/END=0/exit 0/' -i CkTestDB
-   make all
-}
-
-package() {
-   cd lsof_$pkgver/lsof_${pkgver}_src
-
-   install -Dm0755 lsof "$pkgdir"/usr/bin/lsof 
-   install -Dm0644 lsof.8 "$pkgdir"/usr/share/man/man8/lsof.8 
-   
-   install -D -m0644 "$srcdir"/license.txt \
-"$pkgdir"/usr/share/licenses/lsof/LICENSE 
-}

Copied: lsof/repos/extra-x86_64/PKGBUILD (from rev 362580, lsof/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 17:58:32 UTC (rev 362581)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Tom Gundersen 
+# Contributor: Angel Velasquez 
+# Contributor: Daniel J Griffiths 
+# Contributor: Aaron Griffin 
+# Contributor: Jochem Kossen 
+
+pkgname=lsof
+pkgver=4.93.2
+pkgrel=1
+pkgdesc='Lists open files for running Unix processes'
+url='https://github.com/lsof-org/lsof'
+arch=('x86_64')
+license=('custom')
+depends=('glibc' 'libtirpc')
+source=(https://github.com/lsof-org/lsof/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+license.txt)
+sha512sums=('3c4a4d503391b1a648a08a4947c2e72a9629b169eddf50738b16a16a82f2a26967e4db2902e4a9157de5a73ae638db48e392117ffbd591e9fafd6b1725cd01a0'
+
'3bdbc8f213e9bdba946636498d21486e2b79d8ae44a45b284b4dff8875e76f992ab0977e3ed510525a8f74203028acb6b15315fda963666012874be4ce4fdd93')
+
+prepare() {
+  cd lsof-${pkgver}
+  sed -i 's|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|' 
dialects/linux/machine.h
+  sed -i "s|.so ./version|.ds VN ${pkgver}|" -i Lsof.8
+}
+
+build() {
+  cd lsof-${pkgver}
+  ./Configure -n linux
+  make CC="cc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd lsof-${pkgver}
+
+  install -Dm 755 lsof -t "${pkgdir}"/usr/bin
+  install -Dm 644 Lsof.8 "${pkgdir}"/usr/share/man/man8/lsof.8
+  install -Dm 644 "${srcdir}"/license.txt \
+   "${pkgdir}"/usr/share/licenses/lsof/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2019-09-13 17:58:27 UTC (rev 362580)
+++ license.txt 2019-09-13 17:58:32 UTC (rev 362581)
@@ -1,27 +0,0 @@
-Copyright 2002 Purdue Research Foundation, West Lafayette,
-Indiana 47907.  All rights reserved.
-
-Written by Victor A. Abell
-
-This software is not subject to any license of the American
-Telephone and Telegraph Company or the Regents of the
-University of California.
-
-Permission is granted to anyone to use this software for
-any purpose on any computer system, and to alter it and
-redistribute it freely, subject to the following
-restrictions:
-
-1. Neither the authors nor Purdue University are responsible
-   for any consequences of the use of this software.
-
-2. The origin of this software must not be misrepresented,
-   either by explicit claim or by omission.  Credit to the
-   authors and Purdue University must appear in documentation
-   and sources.
-
-3. Altered versions must be plainly marked as such, and must
-   not be misrepresented as being the original software.
-
-4. This notice may not be removed or altered.
-   

Copied: lsof/repos/extra-x86_64/license.txt (from rev 

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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:49:30
  Author: anthraxx
Revision: 510378

archrelease: copy trunk to community-any

Added:
  python-flask-migrate/repos/community-any/PKGBUILD
(from rev 510377, python-flask-migrate/trunk/PKGBUILD)
Deleted:
  python-flask-migrate/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 17:49:26 UTC (rev 510377)
+++ PKGBUILD2019-09-13 17:49:30 UTC (rev 510378)
@@ -1,67 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anthony25 
-
-_pkgname=Flask-Migrate
-pkgbase=python-flask-migrate
-pkgname=('python-flask-migrate' 'python2-flask-migrate')
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
-url='https://github.com/miguelgrinberg/Flask-Migrate/'
-arch=('any')
-license=('MIT')
-makedepends=('python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy' 'python-setuptools' 'python-sphinx'
- 'python2-alembic' 'python2-flask' 'python2-flask-script' 
'python2-flask-sqlalchemy' 'python2-setuptools' 'python2-sphinx')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}.tar.gz)
-sha256sums=('507ad1d83be82efc923c951921843050044098908ead0b76ee52fffef552471e')
-sha512sums=('aec265c506483af5117c4866f96e9fc95c779e7a96461bd8a816638836b6e8b66bd75e4bb7e1ce06729411b0be9b7cb6f6971be7b5649619cd9087a09f70a5ca')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  msg2 "Building python..."
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -j1 -C docs man text SPHINXBUILD=sphinx-build
-  )
-  msg2 "Building python2..."
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -j1 -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  msg2 "Checking python..."
-  (cd ${_pkgname}-${pkgver}
-python setup.py test
-  )
-  msg2 "Checking python2..."
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py test
-  )
-}
-
-package_python-flask-migrate() {
-  depends=('python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy' 'python-setuptools')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-migrate.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-migrate() {
-  depends=('python2-alembic' 'python2-flask' 'python2-flask-script' 
'python2-flask-sqlalchemy' 'python2-setuptools')
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-migrate.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-migrate/repos/community-any/PKGBUILD (from rev 510377, 
python-flask-migrate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 17:49:30 UTC (rev 510378)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anthony25 
+
+_pkgname=Flask-Migrate
+pkgbase=python-flask-migrate
+pkgname=('python-flask-migrate' 'python2-flask-migrate')
+pkgver=2.5.2
+pkgrel=1
+pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
+url='https://github.com/miguelgrinberg/Flask-Migrate/'
+arch=('any')
+license=('MIT')
+makedepends=('python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy' 'python-setuptools' 'python-sphinx'
+ 'python2-alembic' 'python2-flask' 'python2-flask-script' 
'python2-flask-sqlalchemy' 'python2-setuptools' 'python2-sphinx')
+source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('ddf53166d92f29c5b6aca4abf6371d2e596dcd22a03ecaa8ba6a2393adf222eb')
+sha512sums=('f7355bfa41972c93b8975e37dc8ab01935ff71fcced7198cf9db015f9f88df07b82b1841e938611fe3272a3f7df2fb878568ba0d17fdb87e81b46dec03bc2565')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  msg2 "Building python..."
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -j1 -C docs man text SPHINXBUILD=sphinx-build
+  )
+  msg2 "Building python2..."
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -j1 -C docs man 

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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:49:26
  Author: anthraxx
Revision: 510377

upgpkg: python-flask-migrate 2.5.2-1

Modified:
  python-flask-migrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 17:44:41 UTC (rev 510376)
+++ PKGBUILD2019-09-13 17:49:26 UTC (rev 510377)
@@ -4,7 +4,7 @@
 _pkgname=Flask-Migrate
 pkgbase=python-flask-migrate
 pkgname=('python-flask-migrate' 'python2-flask-migrate')
-pkgver=2.4.0
+pkgver=2.5.2
 pkgrel=1
 pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
 url='https://github.com/miguelgrinberg/Flask-Migrate/'
@@ -12,9 +12,9 @@
 license=('MIT')
 makedepends=('python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy' 'python-setuptools' 'python-sphinx'
  'python2-alembic' 'python2-flask' 'python2-flask-script' 
'python2-flask-sqlalchemy' 'python2-setuptools' 'python2-sphinx')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}.tar.gz)
-sha256sums=('507ad1d83be82efc923c951921843050044098908ead0b76ee52fffef552471e')
-sha512sums=('aec265c506483af5117c4866f96e9fc95c779e7a96461bd8a816638836b6e8b66bd75e4bb7e1ce06729411b0be9b7cb6f6971be7b5649619cd9087a09f70a5ca')
+source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('ddf53166d92f29c5b6aca4abf6371d2e596dcd22a03ecaa8ba6a2393adf222eb')
+sha512sums=('f7355bfa41972c93b8975e37dc8ab01935ff71fcced7198cf9db015f9f88df07b82b1841e938611fe3272a3f7df2fb878568ba0d17fdb87e81b46dec03bc2565')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}
@@ -48,7 +48,7 @@
   depends=('python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy' 'python-setuptools')
   cd ${_pkgname}-${pkgver}
   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/man/flask-migrate.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
@@ -58,7 +58,7 @@
   depends=('python2-alembic' 'python2-flask' 'python2-flask-script' 
'python2-flask-sqlalchemy' 'python2-setuptools')
   cd ${_pkgname}-${pkgver}
   python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/man/flask-migrate.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"


[arch-commits] Commit in python-flask-sqlalchemy/repos/community-any (2 files)

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:44:41
  Author: anthraxx
Revision: 510376

archrelease: copy trunk to community-any

Added:
  python-flask-sqlalchemy/repos/community-any/PKGBUILD
(from rev 510375, python-flask-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-flask-sqlalchemy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 17:44:37 UTC (rev 510375)
+++ PKGBUILD2019-09-13 17:44:41 UTC (rev 510376)
@@ -1,66 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Serge Victor 
-# Contributor: Kevin Azzam 
-
-_pyname=flask-sqlalchemy
-pkgbase=python-flask-sqlalchemy
-pkgname=('python-flask-sqlalchemy' 'python2-flask-sqlalchemy')
-pkgver=2.3.2
-pkgrel=2
-pkgdesc='Adds SQLAlchemy support to your Flask application'
-url='http://flask-sqlalchemy.pocoo.org/'
-arch=('any')
-license=('BSD')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-sqlalchemy'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-sqlalchemy')
-checkdepends=('python-pytest' 'python-blinker'
-  'python2-pytest' 'python2-blinker')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/flask-sqlalchemy/archive/${pkgver}.tar.gz)
-sha512sums=('0dda35dbdd0a2bd87aeaad72c44bdbc80f47fcda519c072f235fe0cc5d64d46278fa6d4cedce66e0731035423f3adb5fc2c20d631d70cc1b3c3e2289bdd1cbd1')
-
-prepare() {
-  sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -j1 -C docs man text SPHINXBUILD=sphinx-build PYTHONPATH=..
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -j1 -C docs man text SPHINXBUILD=sphinx-build2 PYTHONPATH=..
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-PYTHONPATH=".:${PYTHONPATH}" py.test
-  )
-  (cd ${_pyname}-${pkgver}-py2
-PYTHONPATH=".:${PYTHONPATH}" py.test2
-  )
-}
-
-package_python-flask-sqlalchemy() {
-  depends=('python-flask' 'python-sqlalchemy')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README  -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
-  install -Dm 644 docs/_build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-sqlalchemy() {
-  depends=('python2-flask' 'python2-sqlalchemy')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README  -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
-  install -Dm 644 docs/_build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-sqlalchemy/repos/community-any/PKGBUILD (from rev 510375, 
python-flask-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 17:44:41 UTC (rev 510376)
@@ -0,0 +1,68 @@
+# Maintainer: Levente Polyak 
+# Contributor: Serge Victor 
+# Contributor: Kevin Azzam 
+
+_pyname=flask-sqlalchemy
+pkgbase=python-flask-sqlalchemy
+pkgname=('python-flask-sqlalchemy' 'python2-flask-sqlalchemy')
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Adds SQLAlchemy support to your Flask application'
+url='http://flask-sqlalchemy.pocoo.org/'
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python-flask' 'python-sqlalchemy'
+ 'python2-setuptools' 'python2-flask' 'python2-sqlalchemy'
+ 'python-sphinx' 'python-pallets-sphinx-themes' 
'python-sphinx-issues')
+checkdepends=('python-pytest' 'python-blinker' 'python-mock'
+  'python2-pytest' 'python2-blinker' 'python2-mock')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/flask-sqlalchemy/archive/${pkgver}.tar.gz)
+sha256sums=('bf8c585851e6c8971751a6d23fa7a3f9bf26d8a4b0c1eff08583224a7ed62b2f')
+sha512sums=('4a5f247527ea07d58004d532365c955364c0999a0214b63fa1a96f3baf17e86e4a7a0d8f911e83fe965e5e9b23427c315ecfa83634379bf70c7b028f526518d5')
+
+prepare() {
+  sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+make -j1 -C docs man text SPHINXBUILD=sphinx-build PYTHONPATH=..
+  )
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py build
+make -j1 -C docs man text SPHINXBUILD=sphinx-build PYTHONPATH=..
+  )
+}
+
+check() {
+  (cd 

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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:44:37
  Author: anthraxx
Revision: 510375

upgpkg: python-flask-sqlalchemy 2.4.0-1

Modified:
  python-flask-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 17:37:32 UTC (rev 510374)
+++ PKGBUILD2019-09-13 17:44:37 UTC (rev 510375)
@@ -5,18 +5,20 @@
 _pyname=flask-sqlalchemy
 pkgbase=python-flask-sqlalchemy
 pkgname=('python-flask-sqlalchemy' 'python2-flask-sqlalchemy')
-pkgver=2.3.2
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc='Adds SQLAlchemy support to your Flask application'
 url='http://flask-sqlalchemy.pocoo.org/'
 arch=('any')
 license=('BSD')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-sqlalchemy'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-sqlalchemy')
-checkdepends=('python-pytest' 'python-blinker'
-  'python2-pytest' 'python2-blinker')
+makedepends=('python-setuptools' 'python-flask' 'python-sqlalchemy'
+ 'python2-setuptools' 'python2-flask' 'python2-sqlalchemy'
+ 'python-sphinx' 'python-pallets-sphinx-themes' 
'python-sphinx-issues')
+checkdepends=('python-pytest' 'python-blinker' 'python-mock'
+  'python2-pytest' 'python2-blinker' 'python2-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/flask-sqlalchemy/archive/${pkgver}.tar.gz)
-sha512sums=('0dda35dbdd0a2bd87aeaad72c44bdbc80f47fcda519c072f235fe0cc5d64d46278fa6d4cedce66e0731035423f3adb5fc2c20d631d70cc1b3c3e2289bdd1cbd1')
+sha256sums=('bf8c585851e6c8971751a6d23fa7a3f9bf26d8a4b0c1eff08583224a7ed62b2f')
+sha512sums=('4a5f247527ea07d58004d532365c955364c0999a0214b63fa1a96f3baf17e86e4a7a0d8f911e83fe965e5e9b23427c315ecfa83634379bf70c7b028f526518d5')
 
 prepare() {
   sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
@@ -30,7 +32,7 @@
   )
   (cd ${_pyname}-${pkgver}-py2
 python2 setup.py build
-make -j1 -C docs man text SPHINXBUILD=sphinx-build2 PYTHONPATH=..
+make -j1 -C docs man text SPHINXBUILD=sphinx-build PYTHONPATH=..
   )
 }
 
@@ -47,8 +49,8 @@
   depends=('python-flask' 'python-sqlalchemy')
   cd ${_pyname}-${pkgver}
   python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README  -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
   install -Dm 644 docs/_build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
@@ -57,8 +59,8 @@
   depends=('python2-flask' 'python2-sqlalchemy')
   cd ${_pyname}-${pkgver}-py2
   python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README  -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
   install -Dm 644 docs/_build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }


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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:37:32
  Author: anthraxx
Revision: 510374

archrelease: copy trunk to community-any

Added:
  python-sphinx-issues/repos/community-any/
  python-sphinx-issues/repos/community-any/PKGBUILD
(from rev 510373, python-sphinx-issues/trunk/PKGBUILD)

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

Copied: python-sphinx-issues/repos/community-any/PKGBUILD (from rev 510373, 
python-sphinx-issues/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-09-13 17:37:32 UTC (rev 510374)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-sphinx-issues
+_pyname=${pkgname/python-/}
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Sphinx extension for linking to your project's issue tracker"
+url='https://github.com/sloria/sphinx-issues'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=(https://github.com/sloria/sphinx-issues/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('8814e910b111f0b241bc40a93de8b6ff1acd24437f1b014b24691b3bbaaadaadaded82175067d8992bb482f4bfcdec570cdd26b4c6858d7af60d5dd3f0638b64')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH=. py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:37:27
  Author: anthraxx
Revision: 510373

addpkg: python-sphinx-issues 1.2.0-1

Added:
  python-sphinx-issues/
  python-sphinx-issues/repos/
  python-sphinx-issues/trunk/
  python-sphinx-issues/trunk/PKGBUILD

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

Added: python-sphinx-issues/trunk/PKGBUILD
===
--- python-sphinx-issues/trunk/PKGBUILD (rev 0)
+++ python-sphinx-issues/trunk/PKGBUILD 2019-09-13 17:37:27 UTC (rev 510373)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-sphinx-issues
+_pyname=${pkgname/python-/}
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Sphinx extension for linking to your project's issue tracker"
+url='https://github.com/sloria/sphinx-issues'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=(https://github.com/sloria/sphinx-issues/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('8814e910b111f0b241bc40a93de8b6ff1acd24437f1b014b24691b3bbaaadaadaded82175067d8992bb482f4bfcdec570cdd26b4c6858d7af60d5dd3f0638b64')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH=. py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in nextcloud-app-tasks/repos/community-any (PKGBUILD PKGBUILD)

2019-09-13 Thread Sergej Pupykin via arch-commits
Date: Friday, September 13, 2019 @ 17:23:00
  Author: spupykin
Revision: 510372

archrelease: copy trunk to community-any

Added:
  nextcloud-app-tasks/repos/community-any/PKGBUILD
(from rev 510371, nextcloud-app-tasks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-tasks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 17:22:45 UTC (rev 510371)
+++ PKGBUILD2019-09-13 17:23:00 UTC (rev 510372)
@@ -1,22 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Enhanced task app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/tasks;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('f63ab9b045e4f53303da8edfe44e0b7a0c72458a5c5af4a3cb0a53ceb3f285c87474ef2e302b48a73f6a5512ff06e7d60010eaa16082e318588d24eac5473d8a')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
-}

Copied: nextcloud-app-tasks/repos/community-any/PKGBUILD (from rev 510371, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 17:23:00 UTC (rev 510372)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Enhanced task app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/tasks;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/$pkgver/tasks.tar.gz;)
+sha512sums=('0ded49aeeaa21fc20e2abbcdaf508db70ba38a4102e7945accd074c350a16e2afdd487bc13f81dcba5f47d2964dd869472e249edbfb17aed65312519457a77be')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+}


[arch-commits] Commit in nextcloud-app-tasks/trunk (PKGBUILD)

2019-09-13 Thread Sergej Pupykin via arch-commits
Date: Friday, September 13, 2019 @ 17:22:45
  Author: spupykin
Revision: 510371

upgpkg: nextcloud-app-tasks 0.11.2-1

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 17:16:10 UTC (rev 510370)
+++ PKGBUILD2019-09-13 17:22:45 UTC (rev 510371)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-tasks
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc="Enhanced task app for NextCloud"
 arch=('any')
@@ -13,8 +13,8 @@
 makedepends=()
 options=('!strip')
 
#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('f63ab9b045e4f53303da8edfe44e0b7a0c72458a5c5af4a3cb0a53ceb3f285c87474ef2e302b48a73f6a5512ff06e7d60010eaa16082e318588d24eac5473d8a')
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/$pkgver/tasks.tar.gz;)
+sha512sums=('0ded49aeeaa21fc20e2abbcdaf508db70ba38a4102e7945accd074c350a16e2afdd487bc13f81dcba5f47d2964dd869472e249edbfb17aed65312519457a77be')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:16:06
  Author: anthraxx
Revision: 510369

upgpkg: python-flask-talisman 0.7.0-1

Modified:
  python-flask-talisman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 17:09:40 UTC (rev 510368)
+++ PKGBUILD2019-09-13 17:16:06 UTC (rev 510369)
@@ -1,8 +1,9 @@
 # Maintainer: Jelle van der Waa 
+# Maintainer: Levente Polyak 
 
-_pyname=flask-talisman
 pkgname=python-flask-talisman
-pkgver=0.6.0
+_pyname=${pkgname/python-/}
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='HTTP security headers for Flask'
 url='https://github.com/GoogleCloudPlatform/flask-talisman'
@@ -9,23 +10,26 @@
 arch=('any')
 license=('APACHE')
 depends=('python-flask' 'python-six')
-makedepends=('python-setuptools' 'python-flask' 'python-six')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest')
-source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}.tar.gz)
-sha256sums=('bfa74e9a6172ca877e087ba6c832182d93e7da96010f4951a1f95dfddd064505')
+source=(https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('b34cd6c61bd8417ef6ac9628d0768e43505dbb5e07b11efd913a17d5ac5394ad')
 
-package() {
+build() {
   cd ${_pyname}-${pkgver}
-
-  python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  python setup.py build
 }
 
 check() {
   cd ${_pyname}-${pkgver}
-
   pytest flask_talisman
 }
 
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
 # vim: ts=2 sw=2 et:


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

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:16:10
  Author: anthraxx
Revision: 510370

archrelease: copy trunk to community-any

Added:
  python-flask-talisman/repos/community-any/PKGBUILD
(from rev 510369, python-flask-talisman/trunk/PKGBUILD)
Deleted:
  python-flask-talisman/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 17:16:06 UTC (rev 510369)
+++ PKGBUILD2019-09-13 17:16:10 UTC (rev 510370)
@@ -1,42 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_pyname=flask-talisman
-pkgbase=python-flask-talisman
-pkgname=('python-flask-talisman' 'python2-flask-talisman')
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='HTTP security headers for Flask'
-url='https://github.com/GoogleCloudPlatform/flask-talisman'
-arch=('any')
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask' 'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose')
-source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}.tar.gz)
-sha256sums=('bfa74e9a6172ca877e087ba6c832182d93e7da96010f4951a1f95dfddd064505')
-
-package_python-flask-talisman() {
-  depends=('python-flask' 'python-six')
-  cd ${_pyname}-${pkgver}
-
-  python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-flask-talisman() {
-  depends=('python2-flask' 'python2-six')
-  cd ${_pyname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-
-  nosetests flask_talisman
-  nosetests2 flask_talisman
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-talisman/repos/community-any/PKGBUILD (from rev 510369, 
python-flask-talisman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 17:16:10 UTC (rev 510370)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Levente Polyak 
+
+pkgname=python-flask-talisman
+_pyname=${pkgname/python-/}
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='HTTP security headers for Flask'
+url='https://github.com/GoogleCloudPlatform/flask-talisman'
+arch=('any')
+license=('APACHE')
+depends=('python-flask' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=(https://github.com/GoogleCloudPlatform/flask-talisman/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('b34cd6c61bd8417ef6ac9628d0768e43505dbb5e07b11efd913a17d5ac5394ad')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  pytest flask_talisman
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in cronie/trunk (0001-do-not-log-carriage-return.patch PKGBUILD)

2019-09-13 Thread Christian Hesse via arch-commits
Date: Friday, September 13, 2019 @ 17:10:39
  Author: eworm
Revision: 362578

upgpkg: cronie 1.5.4-2

do not log carriage return

Added:
  cronie/trunk/0001-do-not-log-carriage-return.patch
Modified:
  cronie/trunk/PKGBUILD

---+
 0001-do-not-log-carriage-return.patch |   35 
 PKGBUILD  |9 +++-
 2 files changed, 43 insertions(+), 1 deletion(-)

Added: 0001-do-not-log-carriage-return.patch
===
--- 0001-do-not-log-carriage-return.patch   (rev 0)
+++ 0001-do-not-log-carriage-return.patch   2019-09-13 17:10:39 UTC (rev 
362578)
@@ -0,0 +1,35 @@
+From cdc44c2b78ae88bf62bb870969ba814d3a79e71c Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 9 Sep 2019 10:17:32 +0200
+Subject: [PATCH 1/1] do not log carriage return
+
+Some commands (like ssh) end their output with carriage return (\r) and
+new line (\n). Just cutting the new line before sending to syslog may
+have undesired effects of unprintable characters. Reading cronie logs
+with journalctl I can see:
+
+Sep 06 16:50:01 linux CROND[152575]: [96B blob data]
+
+Adding switch --all for unprintable characters it shows:
+
+Sep 06 16:50:01 linux CROND[152575]: (root) CMDOUT (Warning: Permanently
+added '10.52.33.217' (ED25519) to the list of known hosts.^M)
+
+Just skip carriage return for syslog to prevent this.
+---
+ src/do_command.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/do_command.c b/src/do_command.c
+index 45c49f7..ed56775 100644
+--- a/src/do_command.c
 b/src/do_command.c
+@@ -506,6 +506,8 @@ static int child_process(entry * e, char **jobenv) {
+*/
+ 
+   while (EOF != (ch = getc(in))) {
++  if (ch == '\r')
++  continue;
+   bytes++;
+   if (mail)
+   putc(ch, mail);

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 13:57:20 UTC (rev 362577)
+++ PKGBUILD2019-09-13 17:10:39 UTC (rev 362578)
@@ -3,7 +3,7 @@
 
 pkgname='cronie'
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
 url='https://github.com/cronie-crond/cronie/'
 license=('custom:BSD')
@@ -12,10 +12,12 @@
 optdepends=('smtp-server: send job output via email'
 'smtp-forwarder: forward job output to email server')
 
source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}-final/${pkgname}-${pkgver}.tar.gz;
+'0001-do-not-log-carriage-return.patch'
 'service'
 'pam.d'
 'deny')
 sha256sums=('af8970559cad4262f8ffd7ec72abf682d2dcce04fdfb8f206a71d96566aba882'
+'595e96997afe506ad93a98896830f3651667f56406a5ae67f4bcf513cfcb45ad'
 'ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1'
 '00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c'
 'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')
@@ -28,6 +30,11 @@
 conflicts=('cron')
 provides=('cron')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -Np1 < ../0001-do-not-log-carriage-return.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \


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

2019-09-13 Thread Christian Hesse via arch-commits
Date: Friday, September 13, 2019 @ 17:10:48
  Author: eworm
Revision: 362579

archrelease: copy trunk to testing-x86_64

Added:
  cronie/repos/testing-x86_64/
  cronie/repos/testing-x86_64/0001-do-not-log-carriage-return.patch
(from rev 362578, cronie/trunk/0001-do-not-log-carriage-return.patch)
  cronie/repos/testing-x86_64/PKGBUILD
(from rev 362578, cronie/trunk/PKGBUILD)
  cronie/repos/testing-x86_64/deny
(from rev 362578, cronie/trunk/deny)
  cronie/repos/testing-x86_64/pam.d
(from rev 362578, cronie/trunk/pam.d)
  cronie/repos/testing-x86_64/service
(from rev 362578, cronie/trunk/service)

---+
 0001-do-not-log-carriage-return.patch |   35 
 PKGBUILD  |   70 
 deny  |1 
 pam.d |   10 
 service   |   11 +
 5 files changed, 127 insertions(+)

Copied: cronie/repos/testing-x86_64/0001-do-not-log-carriage-return.patch (from 
rev 362578, cronie/trunk/0001-do-not-log-carriage-return.patch)
===
--- testing-x86_64/0001-do-not-log-carriage-return.patch
(rev 0)
+++ testing-x86_64/0001-do-not-log-carriage-return.patch2019-09-13 
17:10:48 UTC (rev 362579)
@@ -0,0 +1,35 @@
+From cdc44c2b78ae88bf62bb870969ba814d3a79e71c Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 9 Sep 2019 10:17:32 +0200
+Subject: [PATCH 1/1] do not log carriage return
+
+Some commands (like ssh) end their output with carriage return (\r) and
+new line (\n). Just cutting the new line before sending to syslog may
+have undesired effects of unprintable characters. Reading cronie logs
+with journalctl I can see:
+
+Sep 06 16:50:01 linux CROND[152575]: [96B blob data]
+
+Adding switch --all for unprintable characters it shows:
+
+Sep 06 16:50:01 linux CROND[152575]: (root) CMDOUT (Warning: Permanently
+added '10.52.33.217' (ED25519) to the list of known hosts.^M)
+
+Just skip carriage return for syslog to prevent this.
+---
+ src/do_command.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/do_command.c b/src/do_command.c
+index 45c49f7..ed56775 100644
+--- a/src/do_command.c
 b/src/do_command.c
+@@ -506,6 +506,8 @@ static int child_process(entry * e, char **jobenv) {
+*/
+ 
+   while (EOF != (ch = getc(in))) {
++  if (ch == '\r')
++  continue;
+   bytes++;
+   if (mail)
+   putc(ch, mail);

Copied: cronie/repos/testing-x86_64/PKGBUILD (from rev 362578, 
cronie/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-09-13 17:10:48 UTC (rev 362579)
@@ -0,0 +1,70 @@
+# Contributor: Kaiting Chen 
+# Maintainer: Gaetan Bisson 
+
+pkgname='cronie'
+pkgver=1.5.4
+pkgrel=2
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://github.com/cronie-crond/cronie/'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('pam' 'bash' 'run-parts')
+optdepends=('smtp-server: send job output via email'
+'smtp-forwarder: forward job output to email server')
+source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}-final/${pkgname}-${pkgver}.tar.gz;
+'0001-do-not-log-carriage-return.patch'
+'service'
+'pam.d'
+'deny')
+sha256sums=('af8970559cad4262f8ffd7ec72abf682d2dcce04fdfb8f206a71d96566aba882'
+'595e96997afe506ad93a98896830f3651667f56406a5ae67f4bcf513cfcb45ad'
+'ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1'
+'00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c'
+'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')
+
+backup=('etc/cron.deny'
+'etc/pam.d/crond'
+'etc/cron.d/0hourly'
+'etc/anacrontab')
+
+conflicts=('cron')
+provides=('cron')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -Np1 < ../0001-do-not-log-carriage-return.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --enable-anacron \
+   --with-inotify \
+   --with-pam \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   chmod u+s "${pkgdir}"/usr/bin/crontab
+   install -d "${pkgdir}"/var/spool/{ana,}cron
+   install -d 

[arch-commits] Commit in python-pallets-sphinx-themes/repos (2 files)

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:09:40
  Author: anthraxx
Revision: 510368

archrelease: copy trunk to community-any

Added:
  python-pallets-sphinx-themes/repos/community-any/
  python-pallets-sphinx-themes/repos/community-any/PKGBUILD
(from rev 510367, python-pallets-sphinx-themes/trunk/PKGBUILD)

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

Copied: python-pallets-sphinx-themes/repos/community-any/PKGBUILD (from rev 
510367, python-pallets-sphinx-themes/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-09-13 17:09:40 UTC (rev 510368)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-pallets-sphinx-themes
+_pyname=${pkgname/python-/}
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Sphinx themes for Pallets and related projects'
+url='https://github.com/pallets/pallets-sphinx-themes'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-sphinx')
+makedepends=('python-setuptools')
+source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('3e4a1c278179e1595b40541eeabf9d2e642d5693d802a7e775829d96b8ed1031ebb08b608c688e8ec9e6a9c41f72523006a77948f93f938f265c5da26eb7d478')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2019-09-13 Thread Levente Polyak via arch-commits
Date: Friday, September 13, 2019 @ 17:09:33
  Author: anthraxx
Revision: 510367

addpkg: python-pallets-sphinx-themes 1.2.2-1

Added:
  python-pallets-sphinx-themes/
  python-pallets-sphinx-themes/repos/
  python-pallets-sphinx-themes/trunk/
  python-pallets-sphinx-themes/trunk/PKGBUILD

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

Added: python-pallets-sphinx-themes/trunk/PKGBUILD
===
--- python-pallets-sphinx-themes/trunk/PKGBUILD (rev 0)
+++ python-pallets-sphinx-themes/trunk/PKGBUILD 2019-09-13 17:09:33 UTC (rev 
510367)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-pallets-sphinx-themes
+_pyname=${pkgname/python-/}
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Sphinx themes for Pallets and related projects'
+url='https://github.com/pallets/pallets-sphinx-themes'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-sphinx')
+makedepends=('python-setuptools')
+source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('3e4a1c278179e1595b40541eeabf9d2e642d5693d802a7e775829d96b8ed1031ebb08b608c688e8ec9e6a9c41f72523006a77948f93f938f265c5da26eb7d478')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 17:02:35
  Author: arojas
Revision: 510366

archrelease: copy trunk to community-staging-x86_64

Added:
  eclib/repos/community-staging-x86_64/PKGBUILD
(from rev 510365, eclib/trunk/PKGBUILD)
Deleted:
  eclib/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-13 17:02:20 UTC (rev 510365)
+++ PKGBUILD2019-09-13 17:02:35 UTC (rev 510366)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=eclib
-pkgver=20190909
-pkgrel=2
-pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
-arch=(x86_64)
-url="https://github.com/JohnCremona/eclib/;
-license=(GPL)
-depends=(flint pari boost-libs)
-makedepends=(boost autoconf-archive)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
-sha256sums=('20e5a7486fb92304ba3ffc87d5b5b918616c073f21b8c63d2f515cd36d16f8d4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --with-flint=/usr --with-boost
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: eclib/repos/community-staging-x86_64/PKGBUILD (from rev 510365, 
eclib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-13 17:02:35 UTC (rev 510366)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20190909
+pkgrel=4
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost autoconf-archive)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+sha256sums=('695e45e14aa521a3eab15d6fcc58e2aa014d601acca9b573388b3660d57c1320')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr --with-boost
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 17:02:20
  Author: arojas
Revision: 510365

boost 1.71 rebuild

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 17:00:24 UTC (rev 510364)
+++ PKGBUILD2019-09-13 17:02:20 UTC (rev 510365)
@@ -2,7 +2,7 @@
 
 pkgname=eclib
 pkgver=20190909
-pkgrel=3
+pkgrel=4
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(x86_64)
 url="https://github.com/JohnCremona/eclib/;


  1   2   3   4   5   >