[arch-commits] Commit in gtk3/repos/extra-x86_64 (12 files)

2019-03-19 Thread Jan Steffens via arch-commits
Date: Wednesday, March 20, 2019 @ 05:40:58
  Author: heftig
Revision: 348750

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 348749, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 348749, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 348749, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 348749, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 348749, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 348749, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

--+
 PKGBUILD |  165 -
 gtk-query-immodules-3.0.hook |   22 ++---
 gtk-update-icon-cache.hook   |   26 +++---
 gtk-update-icon-cache.script |   20 ++--
 gtk3.install |6 -
 settings.ini |8 -
 6 files changed, 124 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-20 05:40:32 UTC (rev 348749)
+++ PKGBUILD2019-03-20 05:40:58 UTC (rev 348750)
@@ -1,82 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.7+19+g91f2ad4a2f
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/";
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra fribidi)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
-license=(LGPL)
-_commit=91f2ad4a2fc5c6027d3fa72f1344aecde2230509  # gtk-3-24
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit";
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend \
---enable-gtk-doc
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_gtk3() {
-  depends+=(gtk-update-icon-cache)
-  provides=(gtk3-print-backends)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-  install=gtk3.install
-
-  DESTDIR="$pkgdir" make -C gtk install
-
-  install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-query-immodules-3.0.hook
-
-  # split this out to use with gtk2 too
-  mv "$pkgdir/usr/bin/gtk-update-icon-cache" "$srcdir"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  install -Dt "$pkgdir/usr/bin" gtk-update-icon-cache
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-update-icon-cache.hook
-  install -D gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 348749, gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-20 05:40:58 UTC (rev 348750)
@@ -0,0 +1,83 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.24.7+11+g3a959e984f
+pkgrel=1
+epoch=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/";
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
+ libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
li

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

2019-03-19 Thread Jan Steffens via arch-commits
Date: Wednesday, March 20, 2019 @ 05:40:32
  Author: heftig
Revision: 348749

3.24.7+11+g3a959e984f-1: FS#62083 session broke

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-20 05:12:20 UTC (rev 348748)
+++ PKGBUILD2019-03-20 05:40:32 UTC (rev 348749)
@@ -3,8 +3,9 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.7+19+g91f2ad4a2f
+pkgver=3.24.7+11+g3a959e984f
 pkgrel=1
+epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
 url="https://www.gtk.org/";
@@ -14,7 +15,7 @@
  cantarell-fonts colord rest libcups libcanberra fribidi)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
 license=(LGPL)
-_commit=91f2ad4a2fc5c6027d3fa72f1344aecde2230509  # gtk-3-24
+_commit=3a959e984f558d763db03f6bee53cc5bb9470a26  # merge-requests/647/head~3
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit";
 settings.ini
 gtk-query-immodules-3.0.hook


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

2019-03-19 Thread Jan Steffens via arch-commits
Date: Wednesday, March 20, 2019 @ 05:12:07
  Author: heftig
Revision: 348747

archrelease: copy trunk to extra-x86_64

Added:
  firefox/repos/extra-x86_64/0001-bz-1468911.patch
(from rev 348746, firefox/trunk/0001-bz-1468911.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 348746, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 348746, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 348746, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 348746, firefox/trunk/upload-symbol-archive)
Deleted:
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/upload-symbol-archive

---+
 0001-bz-1468911.patch |26961 
 PKGBUILD  |  338 
 firefox-symbolic.svg  |  128 
 firefox.desktop   |  622 -
 upload-symbol-archive |   48 
 5 files changed, 27532 insertions(+), 565 deletions(-)

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


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

2019-03-19 Thread Jan Steffens via arch-commits
Date: Wednesday, March 20, 2019 @ 05:12:20
  Author: heftig
Revision: 348748

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  480 ++---
 1 file changed, 240 insertions(+), 240 deletions(-)

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

[arch-commits] Commit in firefox/trunk (0001-bz-1468911.patch PKGBUILD)

2019-03-19 Thread Jan Steffens via arch-commits
Date: Wednesday, March 20, 2019 @ 05:07:32
  Author: heftig
Revision: 348746

66.0-1

Added:
  firefox/trunk/0001-bz-1468911.patch
Modified:
  firefox/trunk/PKGBUILD

---+
 0001-bz-1468911.patch |26961 
 PKGBUILD  |   10 
 2 files changed, 26969 insertions(+), 2 deletions(-)

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


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

2019-03-19 Thread Konstantin Gizdov via arch-commits
Date: Wednesday, March 20, 2019 @ 02:50:51
  Author: kgizdov
Revision: 442831

archrelease: copy trunk to community-testing-x86_64

Added:
  bazel/repos/community-testing-x86_64/
  bazel/repos/community-testing-x86_64/PKGBUILD
(from rev 442830, bazel/trunk/PKGBUILD)

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

Copied: bazel/repos/community-testing-x86_64/PKGBUILD (from rev 442830, 
bazel/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-03-20 02:50:51 UTC (rev 442831)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Co-Maintainer: Konstantin Gizdov 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.23.0
+pkgrel=3
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip";
+
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig";)
+sha512sums=('e53cd008552d61eab00f94a73458b6ada5c0bcb659f6fc748d4178b6b7371f625def17f983b09b9e920710153e6fd1e15b53ca71d424e2b0a79cdd4c815af3bf'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
+  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
+  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
+  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
+  mkdir -p "${pkgdir}/opt/bazel"
+  for d in examples third_party tools; do
+cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
+  done
+}
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in bazel/trunk (9 files)

2019-03-19 Thread Konstantin Gizdov via arch-commits
Date: Wednesday, March 20, 2019 @ 02:50:12
  Author: kgizdov
Revision: 442830

do not override protobuf version

Modified:
  bazel/trunk/PKGBUILD
Deleted:
  bazel/trunk/com_google_protobuf_java.BUILD
  bazel/trunk/main_protobuf_build.patch
  bazel/trunk/protobuf_build.patch
  bazel/trunk/protobuf_examples.patch
  bazel/trunk/protobuf_googletest.patch
  bazel/trunk/protobuf_util_python.patch
  bazel/trunk/protobuf_version.patch
  bazel/trunk/workspace.patch

+
 PKGBUILD   |   99 +--
 com_google_protobuf_java.BUILD |   12 ---
 main_protobuf_build.patch  |   11 ---
 protobuf_build.patch   |  122 ---
 protobuf_examples.patch|   17 -
 protobuf_googletest.patch  |   15 
 protobuf_util_python.patch |   17 -
 protobuf_version.patch |   11 ---
 workspace.patch|   13 
 9 files changed, 5 insertions(+), 312 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-20 01:21:06 UTC (rev 442829)
+++ PKGBUILD2019-03-20 02:50:12 UTC (rev 442830)
@@ -5,110 +5,21 @@
 
 pkgname=bazel
 pkgver=0.23.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
 license=('Apache')
 url='https://bazel.io/'
 depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python' 'maven' 'gcc-libs'
- 'zlib' 'python-setuptools' 'python2-setuptools')
+makedepends=('git' 'protobuf' 'python')
 options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig
-
"protobuf-3.7.0.tgz::https://github.com/protocolbuffers/protobuf/archive/v3.7.0.tar.gz";
-
"gtest-1.8.0.tar.gz::https://github.com/google/googletest/archive/release-1.8.0.tar.gz";
-
"gtest-BUILD.bazel::https://raw.githubusercontent.com/google/googletest/v1.8.x/BUILD.bazel";
-
"gtest-WORKSPACE::https://raw.githubusercontent.com/google/googletest/v1.8.x/WORKSPACE";
-protobuf_build.patch
-protobuf_examples.patch
-protobuf_googletest.patch
-protobuf_util_python.patch
-protobuf_version.patch
-main_protobuf_build.patch
-workspace.patch)
+source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip";
+
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig";)
 
sha512sums=('e53cd008552d61eab00f94a73458b6ada5c0bcb659f6fc748d4178b6b7371f625def17f983b09b9e920710153e6fd1e15b53ca71d424e2b0a79cdd4c815af3bf'
-'SKIP'
-
'c570ece1d42706982dd87f601af6b3dd1d788d1b150b543190d10d2f070c67f0d006726ec4eafd3b9234a679e7ef77ac9d97749414f53f619287a1f23a0b739c'
-
'1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d'
-
'104ed7a953e6f5edbc9ba83dfc89f7f8140b17533800bf42bb043cb8bdeb46aaffa8baad29b4498a91f6f9504b6cc6e734462f7586e4d227a531a26264893973'
-
'8feab77750d869ee21ea0c18dc0e2941acfdab816d3ab13e80b7fecb8f5923c87ab6563ad48711dc1c7ed29fc7776010507dcd47f1e21da486cd7f6870da173d'
-
'f32084c8e00a411782df07b5a625faf0a3177efd8bd59d07479e46d2a9c4716209b4119ad49144e0b36aba4a63979ed356e07e30ed87a0d78d3c2ea20cbcaee5'
-
'196ff5f816c9d835aed92a678670ee24cdbd586e92303abad6a1d6a7a5c1e14d08a003d898176adb00f65d1372a599d2e6e2bd9ba97064292dbb3ae89c194012'
-
'1adb79496c3306bf21f70deebca8aa710c6664dbee0c50e04f90f7bb4b01d76751a95593002238fc784fd72eaca49e123c5e7cb0545dad8352c5970a53fca67a'
-
'37aaca6d300318cd92d8e4333a43dd11a0228c96d5140e1c32f01178342493875740c84cc4527013898d10fa451e3805d1948c53b5419dd4a35e6733d8c6b14e'
-
'7da0920cbd531c59092a021d6f19285ac5d043432942d80cfe4806ff07f4396740b56a53331b066092aa592d1c477dd1021c1e8e5170d62ea649fab65c86333f'
-
'd061b8164654eb3c3872cb1824ea854cdacf5c94c1483209747e8bc13d0d40a78f913ac988b72317c757c2ed14b3d9edbe82f366c71fa29517a236f142d3a101'
-
'88cc6bc4e7bb1850bbc4eea8b578720b12ca765e6287b0e262f1aaf8b9403e88e316ff714ac11580f42c033f91966903ef77950ca166c8da513b97f0559ea9d2')
+'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 
-prepare() {
-  ## First stage of
-  # Update protobuf as per instructions in
-  # 
https://github.com/bazelbuild/bazel/blob/master/third_party/protobuf/README.md
-  # with few modifications:
-  #  - build Java protobuf modules with maven
-  #  - use patches for consistency
-
-  mkdir "${srcdir}/third_party/protobuf/3.7.0"
-  cp -r "${srcdir}/protobuf-3.7.0"/* "${srcdir}/third_party/protobuf/3.7.0"
-  cp -r "${srcdir}/googletest-release-1.8.0/googletest" 
"${srcdi

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

2019-03-19 Thread Balló György via arch-commits
Date: Wednesday, March 20, 2019 @ 00:08:43
  Author: bgyorgy
Revision: 442828

Add optional dependencies (FS#62066)

Modified:
  kupfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 21:06:07 UTC (rev 442827)
+++ PKGBUILD2019-03-20 00:08:43 UTC (rev 442828)
@@ -12,6 +12,8 @@
 license=('GPL3')
 depends=('libkeybinder3' 'libwnck3' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-xdg')
 makedepends=('gnome-doc-utils' 'intltool' 'python-docutils')
+optdepends=('gvfs: Trash plugin'
+'xautomation: Send Keys plugin')
 
source=(https://github.com/kupferlauncher/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.xz{,.sig})
 validpgpkeys=('2578ABA1F9023159DFF211B7368712C4D7A5') # Ulrik Sverdrup
 sha256sums=('22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31'


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (12 files)

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 23:28:04
  Author: anthraxx
Revision: 348745

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 348744, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 348744, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 348744, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 348744, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 348744, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 348744, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  504 -
 config.x86_64 |19718 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10161 insertions(+), 10161 deletions(-)

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


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 23:27:56
  Author: anthraxx
Revision: 348744

upgpkg: linux-hardened 4.20.17.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 23:05:31 UTC (rev 348743)
+++ PKGBUILD2019-03-19 23:27:56 UTC (rev 348744)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=4.20.16
+_pkgver=4.20.17
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,11 +23,11 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('5e6427b368880e958c05467967b001426cb00e1c5984f5eaf73ca7ee1d54fc96'
+sha256sums=('d011245629b980d4c15febf080b54804aaf215167b514a3577feddb2495f8a3e'
 'SKIP'
-'20d5f07f24b34a096dba70d73b04ebe8f808160f23c79370c74dd3ce4d66ad72'
+'ccc0845614ff8a17bf5367baac62d1695d636a639913d1c944d3627d1d9089e2'
 'SKIP'
-'b4cc0de20f4095b6e95c150d3cb3d9b41b3a5c5ba12c44f71fdb38b496177843'
+'75e4629b94f01ebe851c37a8e22ea11d8b7aee70224b86cf323573ff2ffb07f5'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===
--- config.x86_64   2019-03-19 23:05:31 UTC (rev 348743)
+++ config.x86_64   2019-03-19 23:27:56 UTC (rev 348744)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.20.15 Kernel Configuration
+# Linux/x86 4.20.17 Kernel Configuration
 #
 
 #


[arch-commits] Commit in linux-zen/repos/testing-x86_64 (12 files)

2019-03-19 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 23:05:31
  Author: heftig
Revision: 348743

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/60-linux.hook
(from rev 348742, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/testing-x86_64/90-linux.hook
(from rev 348742, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 348742, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 348742, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 348742, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 348742, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-x86_64/60-linux.hook
  linux-zen/repos/testing-x86_64/90-linux.hook
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/config
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  486 -
 config|19910 
 linux.install |   24 
 linux.preset  |   28 
 6 files changed, 10247 insertions(+), 10247 deletions(-)

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


[arch-commits] Commit in linux-zen/trunk (PKGBUILD config)

2019-03-19 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 23:05:03
  Author: heftig
Revision: 348742

5.0.3.zen1-2: Disable default threadirqs

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |4 ++--
 config   |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 21:51:03 UTC (rev 348741)
+++ PKGBUILD2019-03-19 23:05:03 UTC (rev 348742)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcver=5.0.3-zen1
 pkgver=${_srcver//-/.}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://github.com/zen-kernel/zen-kernel/commits/v$_srcver";
 license=(GPL2)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'3dd15b468e6e2026005c45bdb7d33652e493c95ae64be85ff251ddd5aee2bc89'
+'ebd9983ebf1ad13504ea8b1549a13942757493297865dda6b364391fc6e3ec71'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2019-03-19 21:51:03 UTC (rev 348741)
+++ config  2019-03-19 23:05:03 UTC (rev 348742)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.0.0-zen1 Kernel Configuration
+# Linux/x86 5.0.3-zen1 Kernel Configuration
 #
 
 #
@@ -65,7 +65,7 @@
 CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
 CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
 CONFIG_IRQ_FORCED_THREADING=y
-CONFIG_IRQ_FORCED_THREADING_DEFAULT=y
+# CONFIG_IRQ_FORCED_THREADING_DEFAULT is not set
 CONFIG_SPARSE_IRQ=y
 # CONFIG_GENERIC_IRQ_DEBUGFS is not set
 CONFIG_CLOCKSOURCE_WATCHDOG=y


[arch-commits] Commit in nautilus/repos/extra-x86_64 (3 files)

2019-03-19 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 21:51:00
  Author: heftig
Revision: 348740

archrelease: copy trunk to extra-x86_64

Added:
  nautilus/repos/extra-x86_64/PKGBUILD
(from rev 348739, nautilus/trunk/PKGBUILD)
  nautilus/repos/extra-x86_64/thumbnail-fixes.diff
(from rev 348739, nautilus/trunk/thumbnail-fixes.diff)
Deleted:
  nautilus/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  137 +
 thumbnail-fixes.diff |   37 +
 2 files changed, 108 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 21:50:37 UTC (rev 348739)
+++ PKGBUILD2019-03-19 21:51:00 UTC (rev 348740)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.32.0
-pkgrel=2
-pkgdesc="Default file manager for GNOME"
-url="https://wiki.gnome.org/Apps/Nautilus";
-arch=(x86_64)
-license=(GPL)
-depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar
- gst-plugins-base-libs tracker-miners)
-makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
-options=(!emptydirs)
-_commit=a241f8f6f37220ccec78a40b015967188490b1df  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libgd.git";)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D packagekit=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split libnautilus-extension
-
-  mkdir -p libne/{lib,share}
-  mv "$pkgdir"/usr/include libne
-  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-  mv libne "$pkgdir/usr"
-}
-
-# vim:set sw=2 et:

Copied: nautilus/repos/extra-x86_64/PKGBUILD (from rev 348739, 
nautilus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 21:51:00 UTC (rev 348740)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.32.0+5+g73876bdcd
+pkgrel=1
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Nautilus";
+arch=(x86_64)
+license=(GPL)
+depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar
+ gst-plugins-base-libs tracker-miners)
+makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
+options=(!emptydirs)
+_commit=73876bdcdf2d0e5fe3513132770f06eddf9fd606  # master
+source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libgd.git";
+thumbnail-fixes.diff)
+sha256sums=('SKIP'
+'SKIP'
+'6777571a8e096d8dc86765405576d4392cddeb4f21c17cf23f0e92b42c63214a')
+
+prepare() {
+  cd $pkgbase
+
+  # Port fixes to thumbnail code from gnome-desktop
+  git apply -3 ../thumbnail-fixes.diff
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D packagekit=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split libnautilus-extension
+
+  mkdir -p libne/{lib,share}
+  mv "$pkgdir"/usr/include libne
+  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+  mv libne "$pkgdir/usr"
+}
+
+# vim:set sw=2 et:

Copied: nautilus/repos/extra-x86_64/thumbnail-fixes.diff (from rev 348739, 
nautilus/trunk/thumbnail-fixes.diff)
===
--- thumbnail-fixes.diff(rev 0)
+++ thumbnail-fixes.diff2019-03-19 21:51:00 UTC (rev 348740)
@@ -0,0 +1,37 @@
+ src/gnome-desktop/gnome-desktop-thumbnail-script.c | 5 +
+ src/gnome-des

[arch-commits] Commit in gtk3/repos/extra-x86_64 (12 files)

2019-03-19 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 21:51:03
  Author: heftig
Revision: 348741

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 348739, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 348739, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 348739, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 348739, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 348739, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 348740, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

--+
 PKGBUILD |  164 -
 gtk-query-immodules-3.0.hook |   22 ++---
 gtk-update-icon-cache.hook   |   26 +++---
 gtk-update-icon-cache.script |   20 ++---
 gtk3.install |6 -
 settings.ini |8 +-
 6 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 21:51:00 UTC (rev 348740)
+++ PKGBUILD2019-03-19 21:51:03 UTC (rev 348741)
@@ -1,82 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.7
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/";
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra fribidi)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
-license=(LGPL)
-_commit=d9a382d689b9159daca09e33510ea229a17d37be  # tags/3.24.7^0
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit";
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend \
---enable-gtk-doc
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_gtk3() {
-  depends+=(gtk-update-icon-cache)
-  provides=(gtk3-print-backends)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-  install=gtk3.install
-
-  DESTDIR="$pkgdir" make -C gtk install
-
-  install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-query-immodules-3.0.hook
-
-  # split this out to use with gtk2 too
-  mv "$pkgdir/usr/bin/gtk-update-icon-cache" "$srcdir"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  install -Dt "$pkgdir/usr/bin" gtk-update-icon-cache
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-update-icon-cache.hook
-  install -D gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 348739, gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 21:51:03 UTC (rev 348741)
@@ -0,0 +1,82 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.24.7+19+g91f2ad4a2f
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/";
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
+ libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
+   

[arch-commits] Commit in nautilus/trunk (PKGBUILD thumbnail-fixes.diff)

2019-03-19 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 21:50:37
  Author: heftig
Revision: 348739

3.32.0+5+g73876bdcd-1

Added:
  nautilus/trunk/thumbnail-fixes.diff
Modified:
  nautilus/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 thumbnail-fixes.diff |   37 +
 2 files changed, 47 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 21:49:34 UTC (rev 348738)
+++ PKGBUILD2019-03-19 21:50:37 UTC (rev 348739)
@@ -3,8 +3,8 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.32.0
-pkgrel=2
+pkgver=3.32.0+5+g73876bdcd
+pkgrel=1
 pkgdesc="Default file manager for GNOME"
 url="https://wiki.gnome.org/Apps/Nautilus";
 arch=(x86_64)
@@ -13,15 +13,20 @@
  gst-plugins-base-libs tracker-miners)
 makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
 options=(!emptydirs)
-_commit=a241f8f6f37220ccec78a40b015967188490b1df  # tags/3.32.0^0
+_commit=73876bdcdf2d0e5fe3513132770f06eddf9fd606  # master
 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libgd.git";)
+"git+https://gitlab.gnome.org/GNOME/libgd.git";
+thumbnail-fixes.diff)
 sha256sums=('SKIP'
-'SKIP')
+'SKIP'
+'6777571a8e096d8dc86765405576d4392cddeb4f21c17cf23f0e92b42c63214a')
 
 prepare() {
   cd $pkgbase
 
+  # Port fixes to thumbnail code from gnome-desktop
+  git apply -3 ../thumbnail-fixes.diff
+
   git submodule init
   git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
   git submodule update

Added: thumbnail-fixes.diff
===
--- thumbnail-fixes.diff(rev 0)
+++ thumbnail-fixes.diff2019-03-19 21:50:37 UTC (rev 348739)
@@ -0,0 +1,37 @@
+ src/gnome-desktop/gnome-desktop-thumbnail-script.c | 5 +
+ src/gnome-desktop/gnome-desktop-thumbnail.c| 6 --
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+diff --git c/src/gnome-desktop/gnome-desktop-thumbnail-script.c 
i/src/gnome-desktop/gnome-desktop-thumbnail-script.c
+index 525766388..d51e97ecb 100644
+--- c/src/gnome-desktop/gnome-desktop-thumbnail-script.c
 i/src/gnome-desktop/gnome-desktop-thumbnail-script.c
+@@ -565,6 +565,11 @@ add_bwrap (GPtrArray   *array,
+ }
+ }
+ 
++  /* fontconfig cache if necessary */
++#define FONTCONFIG_CACHE_PATH "/var/cache/fontconfig"
++  if (!g_str_has_prefix (FONTCONFIG_CACHE_PATH, "/usr/"))
++add_args (array, "--ro-bind-try", FONTCONFIG_CACHE_PATH, 
FONTCONFIG_CACHE_PATH, NULL);
++
+   add_args (array,
+   "--proc", "/proc",
+   "--dev", "/dev",
+diff --git c/src/gnome-desktop/gnome-desktop-thumbnail.c 
i/src/gnome-desktop/gnome-desktop-thumbnail.c
+index f48fd461a..566fbeb84 100644
+--- c/src/gnome-desktop/gnome-desktop-thumbnail.c
 i/src/gnome-desktop/gnome-desktop-thumbnail.c
+@@ -967,8 +967,10 @@ get_preview_thumbnail (const char *uri,
+ if (file_info == NULL)
+   return NULL;
+ 
+-object = g_object_ref (g_file_info_get_attribute_object (file_info,
+- 
G_FILE_ATTRIBUTE_PREVIEW_ICON));
++object = g_file_info_get_attribute_object (file_info,
++   G_FILE_ATTRIBUTE_PREVIEW_ICON);
++if (object)
++g_object_ref (object);
+ g_object_unref (file_info);
+ 
+ if (!object)


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

2019-03-19 Thread Jan Steffens via arch-commits
Date: Tuesday, March 19, 2019 @ 21:49:34
  Author: heftig
Revision: 348738

3.24.7+19+g91f2ad4a2f-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 21:45:02 UTC (rev 348737)
+++ PKGBUILD2019-03-19 21:49:34 UTC (rev 348738)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.7
+pkgver=3.24.7+19+g91f2ad4a2f
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
@@ -14,7 +14,7 @@
  cantarell-fonts colord rest libcups libcanberra fribidi)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
 license=(LGPL)
-_commit=d9a382d689b9159daca09e33510ea229a17d37be  # tags/3.24.7^0
+_commit=91f2ad4a2fc5c6027d3fa72f1344aecde2230509  # gtk-3-24
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit";
 settings.ini
 gtk-query-immodules-3.0.hook


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 21:45:02
  Author: anthraxx
Revision: 348737

archrelease: copy trunk to extra-x86_64

Added:
  qwt/repos/extra-x86_64/PKGBUILD
(from rev 348736, qwt/trunk/PKGBUILD)
Deleted:
  qwt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 21:44:56 UTC (rev 348736)
+++ PKGBUILD2019-03-19 21:45:02 UTC (rev 348737)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Ronald van Haren 
-
-pkgname=qwt
-pkgver=6.1.4
-pkgrel=1
-pkgdesc='Qt Widgets for Technical Applications'
-url='https://qwt.sourceforge.net/'
-arch=('x86_64')
-depends=('qt5-base' 'qt5-svg')
-optdepends=('qt5-tools: For Designer plugin')
-makedepends=('qt5-tools')
-license=("custom:${pkgname}")
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('6135ce47fd4f9ff5b705193fc1f7410cfd5a0b84931bb17db750f6a5486ae810c261dae32431bd52838c36eadee02487148e1efa71c465c63aa43062eec160da')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \
-  -e '/^QWT_INSTALL_DOCS/ s|/doc|/share/doc/qwt|' \
-  -e '/^QWT_INSTALL_HEADERS/ s|include|&/qwt|' \
-  -e '/^QWT_INSTALL_PLUGINS/ s|plugins/designer|lib/qt/&|' \
-  -e '/^QWT_INSTALL_FEATURES/ s|features|lib/qt/mkspecs/&|' \
-  -i qwtconfig.pri
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  qmake-qt5 qwt.pro
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  mv "${pkgdir}/usr/share/doc/qwt/man" "${pkgdir}/usr/share"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: qwt/repos/extra-x86_64/PKGBUILD (from rev 348736, qwt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 21:45:02 UTC (rev 348737)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Ronald van Haren 
+
+pkgname=qwt
+pkgver=6.1.4
+pkgrel=2
+pkgdesc='Qt Widgets for Technical Applications'
+url='https://qwt.sourceforge.io/'
+arch=('x86_64')
+depends=('qt5-base' 'qt5-svg')
+optdepends=('qt5-tools: For Designer plugin')
+makedepends=('qt5-tools')
+license=("custom:${pkgname}")
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('6135ce47fd4f9ff5b705193fc1f7410cfd5a0b84931bb17db750f6a5486ae810c261dae32431bd52838c36eadee02487148e1efa71c465c63aa43062eec160da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \
+  -e '/^QWT_INSTALL_DOCS/ s|/doc|/share/doc/qwt|' \
+  -e '/^QWT_INSTALL_HEADERS/ s|include|&/qwt|' \
+  -e '/^QWT_INSTALL_PLUGINS/ s|plugins/designer|lib/qt/&|' \
+  -e '/^QWT_INSTALL_FEATURES/ s|features|lib/qt/mkspecs/&|' \
+  -i qwtconfig.pri
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  qmake-qt5 qwt.pro
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mv "${pkgdir}/usr/share/doc/qwt/man" "${pkgdir}/usr/share"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 21:44:56
  Author: anthraxx
Revision: 348736

upgpkg: qwt 6.1.4-2 fix url

FS#62080

Modified:
  qwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 21:06:05 UTC (rev 348735)
+++ PKGBUILD2019-03-19 21:44:56 UTC (rev 348736)
@@ -3,9 +3,9 @@
 
 pkgname=qwt
 pkgver=6.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt Widgets for Technical Applications'
-url='https://qwt.sourceforge.net/'
+url='https://qwt.sourceforge.io/'
 arch=('x86_64')
 depends=('qt5-base' 'qt5-svg')
 optdepends=('qt5-tools: For Designer plugin')


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 21:03:39
  Author: anthraxx
Revision: 442825

upgpkg: pgadmin4 4.3-1

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 20:55:25 UTC (rev 442824)
+++ PKGBUILD2019-03-19 21:03:39 UTC (rev 442825)
@@ -2,26 +2,26 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=4.2
+pkgver=4.3
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
 arch=('x86_64')
 license=('custom')
-depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme'
- 'python' 'python-blinker' 'python-extras' 'python-fixtures'
- 'python-flask' 'python-flask-login' 'python-flask-migrate'
- 'python-flask-sqlalchemy' 'python-flask-wtf' 'python-html5lib'
- 'python-passlib' 'python-mimeparse' 'python-pytz' 'python-simplejson'
- 'python-six' 'python-speaklater' 'python-sqlparse' 'python-wtforms'
- 'python-psutil' 'python-jinja' 'python-paramiko' 'python-psycopg2'
+depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' 'python'
+ 'python-blinker' 'python-flask' 'python-flask-login'
+ 'python-flask-migrate' 'python-flask-sqlalchemy' 'python-flask-wtf'
+ 'python-passlib' 'python-pytz' 'python-simplejson' 'python-six'
+ 'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil'
+ 'python-jinja' 'python-paramiko' 'python-psycopg2'
  'python-cryptography' 'python-sqlalchemy' 'python-testtools'
  'python-webencodings' 'python-werkzeug' 'python-dateutil'
- 'python-pyrsistent' 'python-pbr' 'python-flask-gravatar'
- 'python-flask-mail' 'python-flask-principal' 'python-flask-paranoid'
- 'python-htmlmin' 'python-flask-htmlmin' 'python-sshtunnel'
- 'python-flask-security')
-makedepends=('python-setuptools' 'python-sphinx' 'imagemagick')
+ 'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
+ 'python-flask-paranoid' 'python-htmlmin' 'python-flask-htmlmin'
+ 'python-sshtunnel' 'python-flask-security')
+makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
+ 'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
+ 'imagemagick')
 
source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
 pgAdmin4.desktop
 config_distro.py
@@ -28,7 +28,7 @@
 config_local.py
 pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('d3d242904c65f0af871890954c24005b4849b88599cde9a7cb82e077ff5db5a8c5f015c4af0b135d68f02daad42492af71373831c2212a36672af8d7621c3b2a'
+sha512sums=('db072bab1dcd0a18b9c423b95847c7873b9f458168ebaaf6473a9de5b44b3134e39f5b84aeba0a6ada42b1e867e359e44bda84bf55377cb0abc169c7455852b6'
 'SKIP'
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
@@ -49,16 +49,13 @@
   sed -E -i requirements.txt \
 -e '/blinker>?=/d' \
 -e '/extras>?=/d' \
--e '/fixtures>?=/d' \
 -e '/Flask>?=/d' \
 -e '/Flask-Login>?=/d' \
 -e '/Flask-Migrate>?=/d' \
 -e '/Flask-SQLAlchemy>?=/d' \
 -e '/Flask-WTF>?=/d' \
--e '/html5lib>?=/d' \
 -e '/pycrypto>?=/d' \
 -e '/passlib>?=/d' \
--e '/python-mimeparse>?=/d' \
 -e '/pytz>?=/d' \
 -e '/simplejson>?=/d' \
 -e '/six>?=/d' \
@@ -69,9 +66,6 @@
 -e '/psycopg2>?=/d' \
 -e '/python-dateutil>?=/d' \
 -e '/SQLAlchemy>?=/d' \
--e '/pyrsistent>?=/d' \
--e '/pbr>?=/d' \
--e '/linecache2>?=/d' \
 -e '/Flask-Gravatar>?=/d' \
 -e '/Flask-Mail>?=/d' \
 -e '/Flask-Principal>?=/d' \


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 21:03:47
  Author: anthraxx
Revision: 442826

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  246 +--
 config_distro.py   |4 
 pgAdmin4.desktop   |   22 +-
 pgadmin4-python-de-vendor-venv-paths.patch |   66 +++
 4 files changed, 166 insertions(+), 172 deletions(-)

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

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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:55:18
  Author: anthraxx
Revision: 442823

upgpkg: python-flask-migrate 2.4.0-1

Modified:
  python-flask-migrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 20:44:23 UTC (rev 442822)
+++ PKGBUILD2019-03-19 20:55:18 UTC (rev 442823)
@@ -4,7 +4,7 @@
 _pkgname=Flask-Migrate
 pkgbase=python-flask-migrate
 pkgname=('python-flask-migrate' 'python2-flask-migrate')
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
 url='https://github.com/miguelgrinberg/Flask-Migrate/'
@@ -13,8 +13,8 @@
 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=('92b61640f000ed5e9a72d0f71f357802e27e517d8dc0fbf92ba5dde2e3a9f014')
-sha512sums=('6557235350a286141e946def30f117a2beab4c71009c09a46bb683704b475fb23028b01028c4429913fdafbd5245b4ba3cad785274ebbe42fa6695bc4d16b087')
+sha256sums=('507ad1d83be82efc923c951921843050044098908ead0b76ee52fffef552471e')
+sha512sums=('aec265c506483af5117c4866f96e9fc95c779e7a96461bd8a816638836b6e8b66bd75e4bb7e1ce06729411b0be9b7cb6f6971be7b5649619cd9087a09f70a5ca')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:55:25
  Author: anthraxx
Revision: 442824

archrelease: copy trunk to community-any

Added:
  python-flask-migrate/repos/community-any/PKGBUILD
(from rev 442823, 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-03-19 20:55:18 UTC (rev 442823)
+++ PKGBUILD2019-03-19 20:55:25 UTC (rev 442824)
@@ -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.3.1
-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=('92b61640f000ed5e9a72d0f71f357802e27e517d8dc0fbf92ba5dde2e3a9f014')
-sha512sums=('6557235350a286141e946def30f117a2beab4c71009c09a46bb683704b475fb23028b01028c4429913fdafbd5245b4ba3cad785274ebbe42fa6695bc4d16b087')
-
-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 442823, 
python-flask-migrate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 20:55:25 UTC (rev 442824)
@@ -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.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 

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

2019-03-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 19, 2019 @ 20:49:28
  Author: arojas
Revision: 348734

archrelease: copy trunk to testing-x86_64

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

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

Copied: pyqtwebengine/repos/testing-x86_64/PKGBUILD (from rev 348733, 
pyqtwebengine/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-19 20:49:28 UTC (rev 348734)
@@ -0,0 +1,60 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqtwebengine
+pkgname=(python-pyqtwebengine python2-pyqtwebengine pyqtwebengine-common)
+pkgver=5.12.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/PyQtWebEngine_gpl-$pkgver.tar.gz";)
+sha256sums=('860704672ea1b616e1347be1f347bc1c749e64ed378370863fe209e84e9bd473')
+
+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-03-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 19, 2019 @ 20:49:03
  Author: arojas
Revision: 348733

Update to 5.12.1

Modified:
  pyqtwebengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 20:44:15 UTC (rev 348732)
+++ PKGBUILD2019-03-19 20:49:03 UTC (rev 348733)
@@ -3,14 +3,14 @@
 
 pkgbase=pyqtwebengine
 pkgname=(python-pyqtwebengine python2-pyqtwebengine pyqtwebengine-common)
-pkgver=5.12
-pkgrel=2
+pkgver=5.12.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/PyQtWebEngine_gpl-$pkgver.tar.gz";)
-sha256sums=('b6ea036e7e406aeb7728318fb2980f23bd8d4086b431277faec1c09df9fb3f49')
+sha256sums=('860704672ea1b616e1347be1f347bc1c749e64ed378370863fe209e84e9bd473')
 
 prepare() {
   cp -a PyQtWebEngine_gpl-$pkgver{,-py2}


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

2019-03-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 19, 2019 @ 20:44:15
  Author: arojas
Revision: 348732

archrelease: copy trunk to testing-x86_64

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

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

Copied: pyqt5/repos/testing-x86_64/PKGBUILD (from rev 348731, 
pyqt5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-19 20:44:15 UTC (rev 348732)
@@ -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.12.1
+pkgrel=1
+arch=('x86_64')
+url="http://riverbankcomputing.co.uk/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/PyQt5_gpl-$pkgver.tar.gz";)
+sha256sums=('3718ce847d824090fd5f95ff3f13847ee75c2507368d4cbaeb48338f506e59bf')
+
+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 "$pkgdir"/usr/

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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:44:23
  Author: anthraxx
Revision: 442822

archrelease: copy trunk to community-x86_64

Added:
  mtd-utils/repos/community-x86_64/PKGBUILD
(from rev 442821, mtd-utils/trunk/PKGBUILD)
Deleted:
  mtd-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 20:44:16 UTC (rev 442821)
+++ PKGBUILD2019-03-19 20:44:23 UTC (rev 442822)
@@ -1,29 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Phil Pirozhkov 
-
-pkgname=mtd-utils
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Utilities for dealing with MTD devices'
-arch=('x86_64')
-url='http://www.linux-mtd.infradead.org/'
-license=('GPL2')
-depends=('lzo' 'util-linux')
-source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2{,.asc})
-sha512sums=('5e8e8159a0aef719193e4248b3ed22aa37bacc26e8fa0cceb7501b0bf05881f5fa1c87599a6fd78a677fe168df3fbae14fa6f3ccaae7c25dbe3c892db243d9a4'
-'SKIP')
-validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: mtd-utils/repos/community-x86_64/PKGBUILD (from rev 442821, 
mtd-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 20:44:23 UTC (rev 442822)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Phil Pirozhkov 
+
+pkgname=mtd-utils
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Utilities for dealing with MTD devices'
+url='http://www.linux-mtd.infradead.org/'
+arch=('x86_64')
+license=('GPL2')
+depends=('lzo' 'util-linux')
+source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha512sums=('256ac62f8b042bc4e6a1e5ec8e2975c8abfb4d52afae62cdd25bb975d2ea6bc5219fe36a614c90ed8f417985996bfb6a6babfce6e4254f12f305ca1994adf4fb'
+'SKIP')
+validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:44:16
  Author: anthraxx
Revision: 442821

upgpkg: mtd-utils 2.1.0-1

Modified:
  mtd-utils/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 20:26:46 UTC (rev 442820)
+++ PKGBUILD2019-03-19 20:44:16 UTC (rev 442821)
@@ -1,29 +1,36 @@
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: Phil Pirozhkov 
 
 pkgname=mtd-utils
-pkgver=2.0.2
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Utilities for dealing with MTD devices'
+url='http://www.linux-mtd.infradead.org/'
 arch=('x86_64')
-url='http://www.linux-mtd.infradead.org/'
 license=('GPL2')
 depends=('lzo' 'util-linux')
-source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2{,.asc})
-sha512sums=('5e8e8159a0aef719193e4248b3ed22aa37bacc26e8fa0cceb7501b0bf05881f5fa1c87599a6fd78a677fe168df3fbae14fa6f3ccaae7c25dbe3c892db243d9a4'
+source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha512sums=('256ac62f8b042bc4e6a1e5ec8e2975c8abfb4d52afae62cdd25bb975d2ea6bc5219fe36a614c90ed8f417985996bfb6a6babfce6e4254f12f305ca1994adf4fb'
 'SKIP')
 validpgpkeys=('13063F723C9E584AEACD5B9BBCE5DC3C741A02D1')
 
 build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin
   make
 }
 
 check() {
-  make -C $pkgname-$pkgver check
+  cd ${pkgname}-${pkgver}
+  make check
 }
 
 package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 19, 2019 @ 20:42:48
  Author: arojas
Revision: 348731

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5/repos/extra-x86_64/PKGBUILD
(from rev 348730, pyqt5/trunk/PKGBUILD)
Deleted:
  pyqt5/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 20:42:23 UTC (rev 348730)
+++ PKGBUILD2019-03-19 20:42:48 UTC (rev 348731)
@@ -1,121 +0,0 @@
-# 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.12
-pkgrel=2
-arch=('x86_64')
-url="http://riverbankcomputing.co.uk/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/PyQt5_gpl-$pkgver.tar.gz";)
-sha256sums=('d9e70065b5980afde5f2b9bc900910050331604e02c70666c45fcfc66b0d4f34')
-
-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 "$pkgdir"/usr/bin/{,python2-}pylupdate5
-  mv "$pkgdir"/usr/bin/{,python2-}pyrcc5

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

2019-03-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 19, 2019 @ 20:42:23
  Author: arojas
Revision: 348730

Update to 5.12.1

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 20:12:31 UTC (rev 348729)
+++ PKGBUILD2019-03-19 20:42:23 UTC (rev 348730)
@@ -6,8 +6,8 @@
 
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.12
-pkgrel=2
+pkgver=5.12.1
+pkgrel=1
 arch=('x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro";
 license=('GPL')
@@ -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/PyQt5_gpl-$pkgver.tar.gz";)
-sha256sums=('d9e70065b5980afde5f2b9bc900910050331604e02c70666c45fcfc66b0d4f34')
+sha256sums=('3718ce847d824090fd5f95ff3f13847ee75c2507368d4cbaeb48338f506e59bf')
 
 prepare() {
   cp -a PyQt5_gpl-$pkgver{,-py2}


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:26:46
  Author: anthraxx
Revision: 442820

archrelease: copy trunk to community-x86_64

Added:
  hcxdumptool/repos/community-x86_64/PKGBUILD
(from rev 442819, hcxdumptool/trunk/PKGBUILD)
Deleted:
  hcxdumptool/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 20:26:40 UTC (rev 442819)
+++ PKGBUILD2019-03-19 20:26:46 UTC (rev 442820)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxdumptool
-_gitcommit=a703613e98da075dbc1b193f7d5631647c477b89
-pkgver=5.1.3
-pkgrel=1
-pkgdesc='Small tool to capture packets from wlan devices'
-url='https://github.com/ZerBea/hcxdumptool'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/ZerBea/hcxdumptool#commit=${_gitcommit}";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 
's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||'
-}
-
-build() {
-  cd ${pkgname}
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxdumptool/repos/community-x86_64/PKGBUILD (from rev 442819, 
hcxdumptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 20:26:46 UTC (rev 442820)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxdumptool
+pkgver=5.1.4
+pkgrel=1
+pkgdesc='Small tool to capture packets from wlan devices'
+url='https://github.com/ZerBea/hcxdumptool'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('2e0eed2de167c4d1cb9ff804e3272dc072ede45aa82bd8cdca020a3375b976df55e5620689d0b0a142eb29e40b82334e8b59a5c0a93ced66e98d5f0b5d532397'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:26:40
  Author: anthraxx
Revision: 442819

upgpkg: hcxdumptool 5.1.4-1

Modified:
  hcxdumptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 20:21:49 UTC (rev 442818)
+++ PKGBUILD2019-03-19 20:26:40 UTC (rev 442819)
@@ -1,8 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxdumptool
-_gitcommit=a703613e98da075dbc1b193f7d5631647c477b89
-pkgver=5.1.3
+pkgver=5.1.4
 pkgrel=1
 pkgdesc='Small tool to capture packets from wlan devices'
 url='https://github.com/ZerBea/hcxdumptool'
@@ -9,22 +8,19 @@
 arch=('x86_64')
 license=('MIT')
 depends=('glibc')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/ZerBea/hcxdumptool#commit=${_gitcommit}";)
-sha512sums=('SKIP')
+source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('2e0eed2de167c4d1cb9ff804e3272dc072ede45aa82bd8cdca020a3375b976df55e5620689d0b0a142eb29e40b82334e8b59a5c0a93ced66e98d5f0b5d532397'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 
-pkgver() {
-  cd ${pkgname}
-  git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 
's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||'
-}
-
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" PREFIX=/usr install
   install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:21:49
  Author: anthraxx
Revision: 442818

archrelease: copy trunk to community-x86_64

Added:
  hcxtools/repos/community-x86_64/PKGBUILD
(from rev 442817, hcxtools/trunk/PKGBUILD)
Deleted:
  hcxtools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 20:21:42 UTC (rev 442817)
+++ PKGBUILD2019-03-19 20:21:49 UTC (rev 442818)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxtools
-_gitcommit=a8b9b6128f3cd46d365eaa5f9618ba09a10b847c
-pkgver=5.1.3
-pkgrel=1
-pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
-url='https://github.com/ZerBea/hcxtools'
-arch=('x86_64')
-license=('MIT')
-depends=('curl' 'libpcap' 'zlib' 'openssl')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/ZerBea/hcxtools#commit=${_gitcommit}";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 
's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||'
-}
-
-build() {
-  cd ${pkgname}
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxtools/repos/community-x86_64/PKGBUILD (from rev 442817, 
hcxtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 20:21:49 UTC (rev 442818)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxtools
+pkgver=5.1.4
+pkgrel=1
+pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
+url='https://github.com/ZerBea/hcxtools'
+arch=('x86_64')
+license=('MIT')
+depends=('curl' 'libpcap' 'zlib' 'openssl')
+source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('30e18fd522a488112580a2f9187a933c0d44cdabb3cfed038756edeae05c1371ce99839c02562adfa9dc0067522de9dc7553228ae371902e41fc982e69cffb28'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:21:42
  Author: anthraxx
Revision: 442817

upgpkg: hcxtools 5.1.4-1

Modified:
  hcxtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 20:14:25 UTC (rev 442816)
+++ PKGBUILD2019-03-19 20:21:42 UTC (rev 442817)
@@ -1,8 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxtools
-_gitcommit=a8b9b6128f3cd46d365eaa5f9618ba09a10b847c
-pkgver=5.1.3
+pkgver=5.1.4
 pkgrel=1
 pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
 url='https://github.com/ZerBea/hcxtools'
@@ -9,22 +8,19 @@
 arch=('x86_64')
 license=('MIT')
 depends=('curl' 'libpcap' 'zlib' 'openssl')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/ZerBea/hcxtools#commit=${_gitcommit}";)
-sha512sums=('SKIP')
+source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('30e18fd522a488112580a2f9187a933c0d44cdabb3cfed038756edeae05c1371ce99839c02562adfa9dc0067522de9dc7553228ae371902e41fc982e69cffb28'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 
-pkgver() {
-  cd ${pkgname}
-  git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 
's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||'
-}
-
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" PREFIX=/usr install
   install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-03-19 Thread Andrew Crerar via arch-commits
Date: Tuesday, March 19, 2019 @ 20:14:25
  Author: andrewsc
Revision: 442816

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 442815, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:56:30 UTC (rev 442815)
+++ PKGBUILD2019-03-19 20:14:25 UTC (rev 442816)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=67.0b2
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('93ec8fa3df5737b559c2427609baa419855c8cadadd0a372d0971daa682fb0eeaba446aa0dbd40df88d4600da1ae1313fb7e83ca61fe087cddfe6d126bfed9d8'
-
'9eb441e9f1dd5d16ec391868489fa96ce9de31641ad42a1ce71f3eb6fbd92cabbf29a40f5e06f20daadf0bbab8117cba9e97c900e9c06c6bae504f59ea52e6ca'
-
'ee1a93a19d71ed1c25a044a9c33720471b93c0d2ee524088d7634bfc2d882684769f20ecc17de52f18e19bf1aff3cad35d21f289d4ada3c9ecc9648557a67dbc'
-
'dd3e3a073e30e79414d7923f6719bc26d2abe3b59e263a3ce6107af7a6ad9a0d1b01d39c63da7bd7c19dcc349022c5ecda6f9d6795c87429b4382d90a7d610df'
-
'f7a365f7e0f3858279a9ea838289fcaab4418e16ce74d151f9b72fe2fedd50ecaa4b10bdb2b1ee0b59750ebdc07628f74e604237b3b0a60ec1769e5445ce9629'
-
'b924ae2bc86c1a1a27c9f39118edbd96f4a39e3523de6d8f1c937cba315d0f4b06dc850c42640864a7b88626f3004a95ff25b2ad2fb928809c87f78422944664'
-
'1bba90884ee95f430af8f92b831b7f336c385d40ce2473d3c16

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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:12:24
  Author: anthraxx
Revision: 348728

upgpkg: avidemux 2.7.2-1

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 20:05:36 UTC (rev 348727)
+++ PKGBUILD2019-03-19 20:12:24 UTC (rev 348728)
@@ -3,8 +3,8 @@
 
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.7.1
-pkgrel=7
+pkgver=2.7.2
+pkgrel=1
 pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
 url='http://fixounet.free.fr/avidemux/'
 arch=('x86_64')
@@ -15,19 +15,13 @@
  'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'twolame' 
'libfdk-aac' 'libass')
 options=('!emptydirs')
 source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha256sums=('3ccd784a329c8957c6741923549fdfb70f3b96d087aeb514f3d52e1cd281e995')
-sha512sums=('85a690a36cad827f176818d6f566d897b4e46b2a272c8fb18bd64672d92f106d2706ac214b3e3ac3a836c5c98f81f7d5feca1229c3f3f2152ab715a3565008be')
+sha256sums=('6804b48b7d76b6cf7b67360c0dff474edc8d9b4952b6197f64c7d248fcf8cd1d')
+sha512sums=('40d023a1dadfadd9dc8ecfd3368f0e1ad27edd45fe33f7cf8245ab2c7b6038e12c2c05b975b515fc4686e7b8043e75016a5b617a827f8d23a5e40b870c718d1b')
 
 prepare() {
   cd ${pkgbase}_${pkgver}
   sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
   sed -e 's|0.19|1.0|' -i avidemux_plugins/ADM_videoFilters6/ass/CMakeLists.txt
-  cp avidemux2.desktop avidemux-qt.desktop
-  sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
-  sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
-
-  # https://sourceforge.net/p/avidemux/bugs/77/
-  sed -e 's|pow10f|exp10f|g' -i 
avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp
 }
 
 build() {
@@ -73,7 +67,7 @@
   cd ${pkgbase}_${pkgver}
   make -C buildQt5 DESTDIR="${pkgdir}" install
   make -C buildPluginsQt5 DESTDIR="${pkgdir}" install
-  install -Dm 644 avidemux-qt.desktop -t "${pkgdir}/usr/share/applications"
+  #install -Dm 644 avidemux-qt.desktop -t "${pkgdir}/usr/share/applications"
 }
 
 # vim: ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:12:31
  Author: anthraxx
Revision: 348729

archrelease: copy trunk to extra-x86_64

Added:
  avidemux/repos/extra-x86_64/PKGBUILD
(from rev 348728, avidemux/trunk/PKGBUILD)
Deleted:
  avidemux/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  152 +
 1 file changed, 73 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 20:12:24 UTC (rev 348728)
+++ PKGBUILD2019-03-19 20:12:31 UTC (rev 348729)
@@ -1,79 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgbase=avidemux
-pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.7.1
-pkgrel=7
-pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
-url='http://fixounet.free.fr/avidemux/'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
- 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'x265' 
'libsamplerate'
- 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltool' 'sqlite'
- 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'twolame' 
'libfdk-aac' 'libass')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha256sums=('3ccd784a329c8957c6741923549fdfb70f3b96d087aeb514f3d52e1cd281e995')
-sha512sums=('85a690a36cad827f176818d6f566d897b4e46b2a272c8fb18bd64672d92f106d2706ac214b3e3ac3a836c5c98f81f7d5feca1229c3f3f2152ab715a3565008be')
-
-prepare() {
-  cd ${pkgbase}_${pkgver}
-  sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
-  sed -e 's|0.19|1.0|' -i avidemux_plugins/ADM_videoFilters6/ass/CMakeLists.txt
-  cp avidemux2.desktop avidemux-qt.desktop
-  sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
-  sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
-
-  # https://sourceforge.net/p/avidemux/bugs/77/
-  sed -e 's|pow10f|exp10f|g' -i 
avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp
-}
-
-build() {
-  cd ${pkgbase}_${pkgver}
-  bash bootStrap.bash --with-core --with-cli --with-plugins
-}
-
-package_avidemux-cli() {
-  depends=('libxml2' 'fontconfig' 'sqlite' 'libvpx' 'libva' 'libvdpau')
-  optdepends=('lame: for the corresponding audio encoder plugin'
-  'faac: for the corresponding audio encoder plugin'
-  'faad2: for the corresponding audio decoder plugin'
-  'opus: for the corresponding audio decoder plugin'
-  'opencore-amr: for the corresponding audio decoder plugin'
-  'jack: for the corresponding audio device plugin'
-  'libpulse: for the corresponding audio device plugin'
-  'x264: for the corresponding video encoder plugin'
-  'libx264: for the corresponding video encoder plugin'
-  'x265: for the corresponding video encoder plugin'
-  'xvidcore: for the corresponding video encoder plugin'
-  'qt5-base: for the QtScript scripting support'
-  'libdca: for the corresponding audio decoder plugin'
-  'libfdk-aac: for the corresponding audio decoder plugin'
-  'twolame: for the corresponding audio decoder plugin'
-  'libass: for the corresponding video filter plugin'
-  'fribidi: for the corresponding video filter plugin')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildCli DESTDIR="${pkgdir}" install
-  make -C buildCore DESTDIR="${pkgdir}" install
-  make -C buildPluginsCLI DESTDIR="${pkgdir}" install
-  make -C buildPluginsCommon DESTDIR="${pkgdir}" install
-
-  install -Dm 644 avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png"
-  install -Dm 644 man/avidemux.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-package_avidemux-qt() {
-  pkgdesc='Graphical tool to edit video (filter/re-encode/split) - Qt GUI'
-  depends=("avidemux-cli=${pkgver}" 'qt5-base' 'x264' 'x265' 'glu' 'libxv' 
'desktop-file-utils')
-  replaces=('avidemux-gtk')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildQt5 DESTDIR="${pkgdir}" install
-  make -C buildPluginsQt5 DESTDIR="${pkgdir}" install
-  install -Dm 644 avidemux-qt.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: avidemux/repos/extra-x86_64/PKGBUILD (from rev 348728, 
avidemux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 20:12:31 UTC (rev 348729)
@@ -0,0 +1,73 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-qt')
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
+url='http://fixounet.free.fr/avidemux/'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'lib

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

2019-03-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 19, 2019 @ 20:05:36
  Author: arojas
Revision: 348727

archrelease: copy trunk to testing-x86_64

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

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

Copied: sip/repos/testing-x86_64/PKGBUILD (from rev 348726, sip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-19 20:05:36 UTC (rev 348727)
@@ -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.15
+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/sip-$pkgver.tar.gz";)
+sha256sums=('2b5c0b2c0266b467b365c21376d50dde61a3236722ab87ff1e8dacec283eb610')
+
+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 sip/trunk (PKGBUILD)

2019-03-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 19, 2019 @ 20:05:08
  Author: arojas
Revision: 348726

Update to 4.19.15

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 20:01:04 UTC (rev 348725)
+++ PKGBUILD2019-03-19 20:05:08 UTC (rev 348726)
@@ -5,22 +5,17 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.14
-pkgrel=2
+pkgver=4.19.15
+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/sip-$pkgver.tar.gz";
-
sip-qt4.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/7bd4d19479ad";)
-sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87'
-'1454250769202ced369fcaed42f88b19392e83ced2e62fcd5bf32e64259374e3')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz";)
+sha256sums=('2b5c0b2c0266b467b365c21376d50dde61a3236722ab87ff1e8dacec283eb610')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
-
-  cd sip-$pkgver
-  patch -p1 -i ../sip-qt4.patch # Fix qt4 code generation
 }
 
 build() {


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:01:04
  Author: anthraxx
Revision: 348725

archrelease: copy trunk to extra-x86_64

Added:
  qwt/repos/extra-x86_64/PKGBUILD
(from rev 348724, qwt/trunk/PKGBUILD)
Deleted:
  qwt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 20:00:57 UTC (rev 348724)
+++ PKGBUILD2019-03-19 20:01:04 UTC (rev 348725)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Ronald van Haren 
-
-pkgname=qwt
-pkgver=6.1.3
-pkgrel=4
-pkgdesc='Qt Widgets for Technical Applications'
-url='http://qwt.sourceforge.net/'
-arch=('x86_64')
-depends=('qt5-base' 'qt5-svg')
-optdepends=('qt5-tools: For Designer plugin')
-makedepends=('qt5-tools')
-license=("custom:${pkgname}")
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('d4a73e9e7ddcb7c16c508920a298784935be2eddc8f7585993d9fffe1bb01e1787a0d5d7ea4f220398b94ea2b211a19009dccaeadce56a84410357124bcb051a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \
-  -e '/^QWT_INSTALL_DOCS/ s|/doc|/share/doc/qwt|' \
-  -e '/^QWT_INSTALL_HEADERS/ s|include|&/qwt|' \
-  -e '/^QWT_INSTALL_PLUGINS/ s|plugins/designer|lib/qt/&|' \
-  -e '/^QWT_INSTALL_FEATURES/ s|features|lib/qt/mkspecs/&|' \
-  -i qwtconfig.pri
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  qmake-qt5 qwt.pro
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  # move man pages
-  mv "${pkgdir}/usr/share/doc/qwt/man" "${pkgdir}/usr/share"
-
-  # install licence
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: qwt/repos/extra-x86_64/PKGBUILD (from rev 348724, qwt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 20:01:04 UTC (rev 348725)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Ronald van Haren 
+
+pkgname=qwt
+pkgver=6.1.4
+pkgrel=1
+pkgdesc='Qt Widgets for Technical Applications'
+url='https://qwt.sourceforge.net/'
+arch=('x86_64')
+depends=('qt5-base' 'qt5-svg')
+optdepends=('qt5-tools: For Designer plugin')
+makedepends=('qt5-tools')
+license=("custom:${pkgname}")
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('6135ce47fd4f9ff5b705193fc1f7410cfd5a0b84931bb17db750f6a5486ae810c261dae32431bd52838c36eadee02487148e1efa71c465c63aa43062eec160da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \
+  -e '/^QWT_INSTALL_DOCS/ s|/doc|/share/doc/qwt|' \
+  -e '/^QWT_INSTALL_HEADERS/ s|include|&/qwt|' \
+  -e '/^QWT_INSTALL_PLUGINS/ s|plugins/designer|lib/qt/&|' \
+  -e '/^QWT_INSTALL_FEATURES/ s|features|lib/qt/mkspecs/&|' \
+  -i qwtconfig.pri
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  qmake-qt5 qwt.pro
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mv "${pkgdir}/usr/share/doc/qwt/man" "${pkgdir}/usr/share"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 20:00:57
  Author: anthraxx
Revision: 348724

upgpkg: qwt 6.1.4-1

Modified:
  qwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:29:50 UTC (rev 348723)
+++ PKGBUILD2019-03-19 20:00:57 UTC (rev 348724)
@@ -2,10 +2,10 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=qwt
-pkgver=6.1.3
-pkgrel=4
+pkgver=6.1.4
+pkgrel=1
 pkgdesc='Qt Widgets for Technical Applications'
-url='http://qwt.sourceforge.net/'
+url='https://qwt.sourceforge.net/'
 arch=('x86_64')
 depends=('qt5-base' 'qt5-svg')
 optdepends=('qt5-tools: For Designer plugin')
@@ -12,7 +12,7 @@
 makedepends=('qt5-tools')
 license=("custom:${pkgname}")
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('d4a73e9e7ddcb7c16c508920a298784935be2eddc8f7585993d9fffe1bb01e1787a0d5d7ea4f220398b94ea2b211a19009dccaeadce56a84410357124bcb051a')
+sha512sums=('6135ce47fd4f9ff5b705193fc1f7410cfd5a0b84931bb17db750f6a5486ae810c261dae32431bd52838c36eadee02487148e1efa71c465c63aa43062eec160da')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -33,14 +33,10 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-
   make INSTALL_ROOT="${pkgdir}" install
 
-  # move man pages
   mv "${pkgdir}/usr/share/doc/qwt/man" "${pkgdir}/usr/share"
-
-  # install licence
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


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

2019-03-19 Thread Andrew Crerar via arch-commits
Date: Tuesday, March 19, 2019 @ 19:56:30
  Author: andrewsc
Revision: 442815

upgpkg: firefox-developer-edition-i18n 67.0b3-1

firefox-developer-edition-i18n: Updating to 67.0b3

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:47:19 UTC (rev 442814)
+++ PKGBUILD2019-03-19 19:56:30 UTC (rev 442815)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=67.0b2
+pkgver=67.0b3
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('93ec8fa3df5737b559c2427609baa419855c8cadadd0a372d0971daa682fb0eeaba446aa0dbd40df88d4600da1ae1313fb7e83ca61fe087cddfe6d126bfed9d8'
-
'9eb441e9f1dd5d16ec391868489fa96ce9de31641ad42a1ce71f3eb6fbd92cabbf29a40f5e06f20daadf0bbab8117cba9e97c900e9c06c6bae504f59ea52e6ca'
-
'ee1a93a19d71ed1c25a044a9c33720471b93c0d2ee524088d7634bfc2d882684769f20ecc17de52f18e19bf1aff3cad35d21f289d4ada3c9ecc9648557a67dbc'
-
'dd3e3a073e30e79414d7923f6719bc26d2abe3b59e263a3ce6107af7a6ad9a0d1b01d39c63da7bd7c19dcc349022c5ecda6f9d6795c87429b4382d90a7d610df'
-
'f7a365f7e0f3858279a9ea838289fcaab4418e16ce74d151f9b72fe2fedd50ecaa4b10bdb2b1ee0b59750ebdc07628f74e604237b3b0a60ec1769e5445ce9629'
-
'b924ae2bc86c1a1a27c9f39118edbd96f4a39e3523de6d8f1c937cba315d0f4b06dc850c42640864a7b88626f3004a95ff25b2ad2fb928809c87f78422944664'
-
'1bba90884ee95f430af8f92b831b7f336c385d40ce2473d3c16fc7b8ff937333bcf43ea82eeb98be68825a3d7f680c36179648718c5c761e980484a99f04c744'
-
'3877558bfab74910acf8531ad9994b1ea81af40ba05c13c777e55fb2fca5162a309fd46fa8c1f39ec9ad8b71a1ef956bebd63d5c06e6a9a471d685b7072fd6a4'
-
'405a68d839f91c3aede1d61c4aa98ea1db487ac5e9f05de5d1a868e0f84548ffaf356c8a23199adf31aa8c0ff37aefa861cdee6bee4809199f2ff938eaf31d92'
-
'1e7ba81f10762bbc1b86d88d25f96eb3480085ed19decf157f65fba446cac92e935062e716cdf0a01ff411cbf4b2ae606c8f7f8de1a9d68967ac939f57274dd1'
-
'b7fa00583f753c902bd45aea8dea60b7ce5c3e7a63435cb3e4cc29c1bd5249b892686ae634d23b4c7c8862be7287b1d83fdbd50b480a25e54d4c3552193cf4a2'
-
'37650594226cee024b5cdebe98419f7b886074c6f4cd5b1c4bcfe3999bf419c92f349752f5e86cd2da6e27c6c2ad2f8b70a303e63500415456d17e5b11a75b1c'
-
'269d1bc33c554e94da3d82b72d91f7a1937b944eb262455d0705a0f8195b07779b22d4d5bb483de08580f167214b415b3a8dbc3f6ed50ce38544edb21f4de462'
-
'ecb307e3d086f7bb459c7a551e3096f702d4065075a6daf8650787c87c5275d07e4971ef5313e702a9b4004e21b54c2be034fbe425062dae1fd4b2c36d9a6231'
-
'57d02497e42fad61a9486f156f8663b7739c11d74dd6235d0dfabfcbec7af1885f299e7f1b54e40d9e0d933eb10c3611e82c5a2a21c98a47f200b86904088ac1'
-
'03d9c4dd243bbef577bcc741c056a5793a18e8910345106aa2844b473b7bde842e0eae21806e34348defa850b7f2db2891368bf7916b978a1afad2dd655e21c3'
-
'596aa07ba0b9557cd1798ce672924d3da7946ebbbdd073157336be0ca4458f9b9d065b55527cb0738989238467d53d9242816fd535fada59e99d22a4b9868ef8'
-
'8334ffb8b5805f3be56e1b01b69ad25a15366f27ce50ab4497411e910fa54e6c96efb4518e1d24ee77451522ae1c613655055026a8135e2e517f40d638d240ab'
-
'601d8968594b1730cd68efe4b79d350df58fed73d2dd9ef617cfcb802510020331bf78b2534b227023f8162476d04b2ddf14032ca653dd764637e8863973836f'
-
'f292620ac5a57511b210b3407ab4dc4fdd732268146c056863e896625a8244e49337c0498e03616e19fc2db3ef43d1f31c5651dac9e534c6c284429bde643912'
-
'54c01d2ca41de980922d34e3c6b370d5eecb80047a23efbef4edbe88947d9c1503071aef71081995711a9cdf876573733b0692277df6ad8fb8a8b5abc6774f2f'
-
'73806002a7d33182d2a3fc696423c78de6e002c241e58b96e068ad1da221520dbaeac0e974a3bdc74ea828a383a176d52d07583996b4350806a03803bd8c966c'
-
'3f1dba87e8499cd3543fe5f7417d3bb5031a4e795bdc99892942958c9a2e1ed2b1ac8623114a86b6bd96869c434905558f66a653ba8fada88a33f1460bc9'
-
'8af3594004b552e4e8fc841b10c6b88b6577391be2b9287dcd6d008389dc22ee53393b79bcfde695a35b1d1596d6ce2f0dbe9ac262ae6e0c59e14cf155578d6c'
-
'b5d7f4b0214eca50ba7922f0701d1c7bd3fc61e69be694d8dce78536d36f972b5f15ac2af5553bc93b7f5fc1ae2fd43646291bed647e550476a397a28cca2f92'
-
'6f8ce6815f3c00d528223ed86d005019974bd7e01a091bbd254c3703de98f81983f5d82dc665b4707a5a8eb495eb37a13c0cab40d369c403918f42bbaa4c1850'
-
'61a651382ca0a69b1bd4939456ee76c84afa9abd150d33d8b5c4fbc61ba64775cd6f446ad1e751c425ad97bd832be45e221c782e2336769cbe82ac0d05375c70'
-
'27923d7d955c79d57187c43051bf25a92f65af0c16e248921d3022f239cce8f25792440eacb653698eadd5e8662cb329c45b728b3844b2c602a5d35be2c9b733'
-
'a2c634a784

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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:47:19
  Author: anthraxx
Revision: 442814

archrelease: copy trunk to community-any

Added:
  vicious/repos/community-any/PKGBUILD
(from rev 442813, vicious/trunk/PKGBUILD)
Deleted:
  vicious/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:47:13 UTC (rev 442813)
+++ PKGBUILD2019-03-19 19:47:19 UTC (rev 442814)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sébastien Luttringer
-
-pkgname=vicious
-pkgver=2.3.2
-pkgrel=1
-pkgdesc='Widgets for the Awesome window manager'
-url='https://github.com/Mic92/vicious'
-arch=('any')
-license=('GPL2')
-depends=('lua')
-optdepends=(
-  'hddtemp: for the HDD Temp widget type'
-  'alsa-utils: for the Volume widget type'
-  'wireless_tools: for the Wireless widget type'
-  'curl: for widget types accessing network resources'
-)
-source=(https://github.com/Mic92/vicious/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('696d5d114bbda7864662447b5abcadc4112890975937365282bfe0749e1bd673')
-sha512sums=('6977df7fee3ff1754459edc5be70b6f23590f69a0e46aaeec70aefcac3e4db48bdc89880557555a542584681ac2ab4982c7abd6f0b40f0ccd66d9925ff129755')
-
-package() {
-  cd ${pkgname}-$pkgver
-  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}"
-  install -Dm 644 widgets/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/widgets"
-  install -Dm 644 contrib/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/contrib"
-  install -Dm 644 README.md Changes.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vicious/repos/community-any/PKGBUILD (from rev 442813, 
vicious/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 19:47:19 UTC (rev 442814)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.3.3
+pkgrel=1
+pkgdesc='Widgets for the Awesome window manager'
+url='https://github.com/Mic92/vicious'
+arch=('any')
+license=('GPL2')
+depends=('lua')
+optdepends=(
+  'hddtemp: for the HDD Temp widget type'
+  'alsa-utils: for the Volume widget type'
+  'wireless_tools: for the Wireless widget type'
+  'curl: for widget types accessing network resources'
+)
+source=(https://github.com/Mic92/vicious/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('062f0e8c802a07b58d094fcc66aba7a7de242726733d31ee607a483c20c4957c')
+sha512sums=('2549fa168a8c8cebcb9ecf1eafbc7658213b6a5487839e8acbc2aaed18f0d0b8081550ee7beb93770ae7e600158e12b99b9e1c29af8a8807bb200cc1cdf75807')
+
+package() {
+  cd ${pkgname}-$pkgver
+  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}"
+  install -Dm 644 widgets/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/widgets"
+  install -Dm 644 contrib/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/contrib"
+  install -Dm 644 README.md Changes.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:47:13
  Author: anthraxx
Revision: 442813

upgpkg: vicious 2.3.3-1

Modified:
  vicious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:45:54 UTC (rev 442812)
+++ PKGBUILD2019-03-19 19:47:13 UTC (rev 442813)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 url='https://github.com/Mic92/vicious'
@@ -16,8 +16,8 @@
   'curl: for widget types accessing network resources'
 )
 
source=(https://github.com/Mic92/vicious/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('696d5d114bbda7864662447b5abcadc4112890975937365282bfe0749e1bd673')
-sha512sums=('6977df7fee3ff1754459edc5be70b6f23590f69a0e46aaeec70aefcac3e4db48bdc89880557555a542584681ac2ab4982c7abd6f0b40f0ccd66d9925ff129755')
+sha256sums=('062f0e8c802a07b58d094fcc66aba7a7de242726733d31ee607a483c20c4957c')
+sha512sums=('2549fa168a8c8cebcb9ecf1eafbc7658213b6a5487839e8acbc2aaed18f0d0b8081550ee7beb93770ae7e600158e12b99b9e1c29af8a8807bb200cc1cdf75807')
 
 package() {
   cd ${pkgname}-$pkgver


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:45:54
  Author: anthraxx
Revision: 442812

archrelease: copy trunk to community-x86_64

Added:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
(from rev 442811, teamspeak3-server/trunk/PERMISSION.eml)
  teamspeak3-server/repos/community-x86_64/PKGBUILD
(from rev 442811, teamspeak3-server/trunk/PKGBUILD)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
(from rev 442811, teamspeak3-server/trunk/teamspeak3-server.ini)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
(from rev 442811, teamspeak3-server/trunk/teamspeak3-server.install)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service
(from rev 442811, teamspeak3-server/trunk/teamspeak3-server.service)
Deleted:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
  teamspeak3-server/repos/community-x86_64/PKGBUILD
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service

---+
 PKGBUILD  |  114 ++--
 teamspeak3-server.ini |   40 +++
 teamspeak3-server.install |   12 ++--
 teamspeak3-server.service |   62 +++
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3-server/repos/community-x86_64/PERMISSION.eml (from rev 
442811, teamspeak3-server/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:45:46 UTC (rev 442811)
+++ PKGBUILD2019-03-19 19:45:54 UTC (rev 442812)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: nyyu 
-# Contributor: Malte Rabenseifner 
-# Contributor: EnteEnteEnte 
-
-pkgname=teamspeak3-server
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
-url='https://www.teamspeak.com/en/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-optdepends=('mariadb-connector-c: for MariaDB backend')
-backup=(etc/teamspeak3-server.ini
-etc/tsdns_settings.ini)
-install=teamspeak3-server.install
-source=(teamspeak3-server.ini
-teamspeak3-server.service
-PERMISSION.eml)
-source_i686=(http://dl.4players.de/ts/releases/${pkgver}/teamspeak3-server_linux_x86-${pkgver}.tar.bz2)
-source_x86_64=(http://dl.4players.de/ts/releases/${pkgver}/teamspeak3-server_linux_amd64-${pkgver}.tar.bz2)
-sha256sums=('c678f5d657772920260c4ea4718677e6b00ef28ad74c317e05632a01d33b3ca5'
-'73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
-'98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('07c9680064ae64851269fbdbce159006e547b30bb5fa16b355230ddfdc59f671')
-
-if [ "${CARCH}" == "x86_64" ]; then
-  _TSARCH='amd64'
-elif [ "${CARCH}" == "i686" ]; then
-  _TSARCH='x86'
-fi
-
-package() {
-  install -Dm 644 teamspeak3-server.ini -t "${pkgdir}/etc"
-  install -Dm 644 
teamspeak3-server_linux_${_TSARCH}/tsdns/tsdns_settings.ini.sample 
"${pkgdir}/etc/tsdns_settings.ini"
-  install -Dm 644 teamspeak3-server.service -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/ts3server -t 
"${pkgdir}/usr/bin"
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/tsdns/tsdnsserver -t 
"${pkgdir}/usr/bin"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/*.so -t 
"${pkgdir}/usr/lib"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/LICENSE -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/doc/teamspeak3-server" \
-"${pkgdir}/usr/share/teamspeak3-server"
-
-  cp -a teamspeak3-server_linux_${_TSARCH}/doc 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/serverquerydocs 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/sql 
"${pkgdir}/usr/share/teamspeak3-server"
-
-  find "${pkgdir}/usr/share/teamspeak3-server" -type d -exec chmod 755 {} \;
-  find "${pkgdir}/usr/share/teamspeak3-server" -type f -exec chmod 644 {} \;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type d -exec chmod 755 {} 
\;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type f -exec chmod 644 {} 
\;
-}
-
-# vim: ts=2 sw=2 et:

Copied: teamspeak3-server/repos/community-x86_64/PKGBUILD (from rev 442811, 
teamspeak3-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 19:45:54 UTC (rev 442812)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: nyyu 
+# Contributor: Malte Ra

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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:45:46
  Author: anthraxx
Revision: 442811

upgpkg: teamspeak3-server 3.7.0-1

Modified:
  teamspeak3-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:45:40 UTC (rev 442810)
+++ PKGBUILD2019-03-19 19:45:46 UTC (rev 442811)
@@ -4,7 +4,7 @@
 # Contributor: EnteEnteEnte 
 
 pkgname=teamspeak3-server
-pkgver=3.6.1
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
 url='https://www.teamspeak.com/en/'
@@ -23,7 +23,7 @@
 sha256sums=('c678f5d657772920260c4ea4718677e6b00ef28ad74c317e05632a01d33b3ca5'
 '73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
 '98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('07c9680064ae64851269fbdbce159006e547b30bb5fa16b355230ddfdc59f671')
+sha256sums_x86_64=('6abcbaf3697c28220375cf681e46fe379b4d82102f1ec6d201363c6ee73f205d')
 
 if [ "${CARCH}" == "x86_64" ]; then
   _TSARCH='amd64'


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:45:40
  Author: anthraxx
Revision: 442810

archrelease: copy trunk to community-any

Added:
  sqlmap/repos/community-any/PKGBUILD
(from rev 442809, sqlmap/trunk/PKGBUILD)
Deleted:
  sqlmap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:45:33 UTC (rev 442809)
+++ PKGBUILD2019-03-19 19:45:40 UTC (rev 442810)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evan Teitelman 
-# Contributor: fxbru 
-
-pkgname=sqlmap
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Automatic SQL injection and database takeover tool'
-url='http://sqlmap.org'
-arch=('any')
-license=('GPL2')
-depends=('python2' 'sh')
-backup=('etc/sqlmap.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha256sums=('2dccff07b918dac1473f83041c5de4252160e30ec03cf5803288915b91cf65a9')
-sha512sums=('e4a649f7f73a1b443ad5ec384fae7f66543bb52e5878b34bf7aecae4375886174db7014c5040b783744f2d7b9938fc2383c399b2544cd597e4fd5dddeee07660')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 -m compileall .
-  python2 -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/etc"
-  install -d "${pkgdir}/usr/bin"
-  install -d "${pkgdir}/opt/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-
-  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
-  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
-  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
-  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
-
-  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmap.py "\$@"
-EOF
-  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmapapi.py "\$@"
-EOF
-
-  chmod 755 "${pkgdir}/usr/bin/sqlmap"
-  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlmap/repos/community-any/PKGBUILD (from rev 442809, 
sqlmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 19:45:40 UTC (rev 442810)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evan Teitelman 
+# Contributor: fxbru 
+
+pkgname=sqlmap
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='Automatic SQL injection and database takeover tool'
+url='http://sqlmap.org'
+arch=('any')
+license=('GPL2')
+depends=('python2' 'sh')
+backup=('etc/sqlmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
+sha256sums=('78ff33df51d1deb726458b310e303df5105121ed733d7ee7cf865c6c835dbb18')
+sha512sums=('c17b1615f52f45c58c240ea933270b4c1515ac61637f913c48b611f210370ab08e585a714d8abaa93e5a9f9f4555b2a16b74250b5937ccff79cfa7d1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 -m compileall .
+  python2 -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/etc"
+  install -d "${pkgdir}/usr/bin"
+  install -d "${pkgdir}/opt/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc"
+
+  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
+  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
+  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
+  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
+
+  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmap.py "\$@"
+EOF
+  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmapapi.py "\$@"
+EOF
+
+  chmod 755 "${pkgdir}/usr/bin/sqlmap"
+  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:45:33
  Author: anthraxx
Revision: 442809

upgpkg: sqlmap 1.3.3-1

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:42:51 UTC (rev 442808)
+++ PKGBUILD2019-03-19 19:45:33 UTC (rev 442809)
@@ -3,7 +3,7 @@
 # Contributor: fxbru 
 
 pkgname=sqlmap
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -12,8 +12,8 @@
 depends=('python2' 'sh')
 backup=('etc/sqlmap.conf')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha256sums=('2dccff07b918dac1473f83041c5de4252160e30ec03cf5803288915b91cf65a9')
-sha512sums=('e4a649f7f73a1b443ad5ec384fae7f66543bb52e5878b34bf7aecae4375886174db7014c5040b783744f2d7b9938fc2383c399b2544cd597e4fd5dddeee07660')
+sha256sums=('78ff33df51d1deb726458b310e303df5105121ed733d7ee7cf865c6c835dbb18')
+sha512sums=('c17b1615f52f45c58c240ea933270b4c1515ac61637f913c48b611f210370ab08e585a714d8abaa93e5a9f9f4555b2a16b74250b5937ccff79cfa7d1')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:42:51
  Author: anthraxx
Revision: 442808

archrelease: copy trunk to community-x86_64

Added:
  lsd/repos/community-x86_64/PKGBUILD
(from rev 442807, lsd/trunk/PKGBUILD)
Deleted:
  lsd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:42:44 UTC (rev 442807)
+++ PKGBUILD2019-03-19 19:42:51 UTC (rev 442808)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Julien Nicoulaud 
-
-pkgname=lsd
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Modern ls with a lot of pretty colors and awesome icons'
-url='https://github.com/Peltoche/lsd'
-arch=('x86_64')
-license=('Apache')
-depends=('gcc-libs' 'awesome-terminal-fonts')
-makedepends=('rust' 'cargo')
-source=(https://github.com/Peltoche/lsd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b1d04a6e10549f1394c7d9478cea5e3e3104a1c2aa20ba7a87098e04e608daa6')
-sha512sums=('c55b0f6595b157a591bdd252432cd8d6aa63efe9cfae7f84602ec759e60b11cd08298f7dc792d59162e0ef3b84b8f2ff7caaacefd686b67c9d5ab81bea808cd9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lsd/repos/community-x86_64/PKGBUILD (from rev 442807, 
lsd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 19:42:51 UTC (rev 442808)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Julien Nicoulaud 
+
+pkgname=lsd
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Modern ls with a lot of pretty colors and awesome icons'
+url='https://github.com/Peltoche/lsd'
+arch=('x86_64')
+license=('Apache')
+depends=('gcc-libs' 'awesome-terminal-fonts')
+makedepends=('rust' 'cargo')
+source=(https://github.com/Peltoche/lsd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('ac30347c0a1826c37f5f2629a3bd12a4c1cec42428ea15d0d86d56841eaf6998')
+sha512sums=('f1c17b63769f7c390a36e2ff99caf6d1da326fefc041a992986f756614a70db5aae4c87a0a33e416a6096d8ce65f0c0cbed50d168a8d0ca6dc2e97f0065593a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:42:40
  Author: anthraxx
Revision: 442806

archrelease: copy trunk to community-any

Added:
  lynis/repos/community-any/PKGBUILD
(from rev 442805, lynis/trunk/PKGBUILD)
Deleted:
  lynis/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:42:34 UTC (rev 442805)
+++ PKGBUILD2019-03-19 19:42:40 UTC (rev 442806)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sébastien Luttringer 
-
-pkgname=lynis
-pkgver=2.7.1
-pkgrel=1
-pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
-url='https://cisofy.com/lynis/'
-arch=('any')
-license=('GPL3')
-backup=('etc/lynis/default.prf')
-depends=('sh' 'awk')
-optdepends=('net-tools: networking tests'
-'bind-tools: nameserver tests'
-'iptables: firewall tests'
-'bash-completion: completion for bash')
-source=(https://downloads.cisofy.com/lynis/lynis-${pkgver}.tar.gz{,.asc})
-sha512sums=('4ad1d9b79bbb7e74f3b171b9ee76eced1bb7812c560df4ac5a8445d4a6a5a0a46d9fc3fa7969509ba54d6658c466809f3286a59c91be69e40f03e7fd5902917b'
-'SKIP')
-validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software 
Signing Key) 
-
-prepare() {
-  cd ${pkgname}
-  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
-}
-
-package() {
-  cd ${pkgname}
-
-  # application
-  install -Dm 755 lynis -t "${pkgdir}/usr/bin"
-  install -Dm 644 default.prf -t "${pkgdir}/etc/${pkgname}"
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
-
-  # doc files
-  install -Dm 644 README INSTALL CHANGELOG.md FAQ \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
-
-  # completion
-  install -Dm 644 extras/bash_completion.d/${pkgname} \
--t "${pkgdir}/usr/share/bash-completion/completions"
-
-  # systemd
-  install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
--t "${pkgdir}/usr/lib/systemd/system"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lynis/repos/community-any/PKGBUILD (from rev 442805, 
lynis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 19:42:40 UTC (rev 442806)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer 
+
+pkgname=lynis
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+arch=('any')
+license=('GPL3')
+backup=('etc/lynis/default.prf')
+depends=('sh' 'awk')
+optdepends=('net-tools: networking tests'
+'bind-tools: nameserver tests'
+'iptables: firewall tests'
+'bash-completion: completion for bash')
+source=(https://downloads.cisofy.com/lynis/lynis-${pkgver}.tar.gz{,.asc})
+sha512sums=('95c7a9209d1bd8896894f226549a7c4ef1f35c5ae0e354bed1c2e10d33b59c682ef9e0e5ec9837ba60d43cfee4e8f922235ca8d9b0c45c98c3fae2ced014b9c8'
+'SKIP')
+validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software 
Signing Key) 
+
+prepare() {
+  cd ${pkgname}
+  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+  cd ${pkgname}
+
+  # application
+  install -Dm 755 lynis -t "${pkgdir}/usr/bin"
+  install -Dm 644 default.prf -t "${pkgdir}/etc/${pkgname}"
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
+
+  # doc files
+  install -Dm 644 README INSTALL CHANGELOG.md FAQ \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
+
+  # completion
+  install -Dm 644 extras/bash_completion.d/${pkgname} \
+-t "${pkgdir}/usr/share/bash-completion/completions"
+
+  # systemd
+  install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
+-t "${pkgdir}/usr/lib/systemd/system"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:42:44
  Author: anthraxx
Revision: 442807

upgpkg: lsd 0.14.0-1

Modified:
  lsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:42:40 UTC (rev 442806)
+++ PKGBUILD2019-03-19 19:42:44 UTC (rev 442807)
@@ -2,7 +2,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=lsd
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc='Modern ls with a lot of pretty colors and awesome icons'
 url='https://github.com/Peltoche/lsd'
@@ -11,8 +11,8 @@
 depends=('gcc-libs' 'awesome-terminal-fonts')
 makedepends=('rust' 'cargo')
 
source=(https://github.com/Peltoche/lsd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b1d04a6e10549f1394c7d9478cea5e3e3104a1c2aa20ba7a87098e04e608daa6')
-sha512sums=('c55b0f6595b157a591bdd252432cd8d6aa63efe9cfae7f84602ec759e60b11cd08298f7dc792d59162e0ef3b84b8f2ff7caaacefd686b67c9d5ab81bea808cd9')
+sha256sums=('ac30347c0a1826c37f5f2629a3bd12a4c1cec42428ea15d0d86d56841eaf6998')
+sha512sums=('f1c17b63769f7c390a36e2ff99caf6d1da326fefc041a992986f756614a70db5aae4c87a0a33e416a6096d8ce65f0c0cbed50d168a8d0ca6dc2e97f0065593a0')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:42:34
  Author: anthraxx
Revision: 442805

upgpkg: lynis 2.7.2-1

Modified:
  lynis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:40:41 UTC (rev 442804)
+++ PKGBUILD2019-03-19 19:42:34 UTC (rev 442805)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=lynis
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
 url='https://cisofy.com/lynis/'
@@ -15,7 +15,7 @@
 'iptables: firewall tests'
 'bash-completion: completion for bash')
 source=(https://downloads.cisofy.com/lynis/lynis-${pkgver}.tar.gz{,.asc})
-sha512sums=('4ad1d9b79bbb7e74f3b171b9ee76eced1bb7812c560df4ac5a8445d4a6a5a0a46d9fc3fa7969509ba54d6658c466809f3286a59c91be69e40f03e7fd5902917b'
+sha512sums=('95c7a9209d1bd8896894f226549a7c4ef1f35c5ae0e354bed1c2e10d33b59c682ef9e0e5ec9837ba60d43cfee4e8f922235ca8d9b0c45c98c3fae2ced014b9c8'
 'SKIP')
 validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software 
Signing Key) 
 


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

2019-03-19 Thread Daniel M. Capella via arch-commits
Date: Tuesday, March 19, 2019 @ 19:40:41
  Author: polyzen
Revision: 442804

archrelease: copy trunk to community-x86_64

Added:
  skim/repos/community-x86_64/PKGBUILD
(from rev 442803, skim/trunk/PKGBUILD)
Deleted:
  skim/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:40:12 UTC (rev 442803)
+++ PKGBUILD2019-03-19 19:40:41 UTC (rev 442804)
@@ -1,34 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: fenuks
-
-pkgname=skim
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Fuzzy Finder in rust!'
-arch=('x86_64')
-depends=('ncurses')
-makedepends=('rust')
-url=https://github.com/lotabout/skim
-license=('MIT')
-source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('7fba58012cdce94f8d55afbde1ca8a4adcf07a2e4bf86da58b54cdc31fe700824ac7a16e1ea9558bd5f74ed21f8fda25a50237c68c4ca8ded9e9935570386ad1')
-
-build() {
-  cd skim-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd skim-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd skim-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 shell/skim.1
-  install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
-  install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
-  install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
-}

Copied: skim/repos/community-x86_64/PKGBUILD (from rev 442803, 
skim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 19:40:41 UTC (rev 442804)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: fenuks
+
+pkgname=skim
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Fuzzy Finder in rust!'
+arch=('x86_64')
+depends=('ncurses')
+makedepends=('rust')
+url=https://github.com/lotabout/skim
+license=('MIT')
+source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
+sha512sums=('47c89b9f6bdbbc3c470c4edb5b23fcf94165cb34ab7be4de6113b4eb4433d81064395c5495d2129c7877dd8ed3bea9067f1d2b965fd7683c39aec1bb070b7b3d')
+
+build() {
+  cd skim-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd skim-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd skim-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 shell/skim.1
+  install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
+  install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
+  install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
+}


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

2019-03-19 Thread Daniel M. Capella via arch-commits
Date: Tuesday, March 19, 2019 @ 19:40:12
  Author: polyzen
Revision: 442803

upgpkg: skim 0.6.2-1

Modified:
  skim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:26:33 UTC (rev 442802)
+++ PKGBUILD2019-03-19 19:40:12 UTC (rev 442803)
@@ -2,7 +2,7 @@
 # Contributor: fenuks
 
 pkgname=skim
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc='Fuzzy Finder in rust!'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url=https://github.com/lotabout/skim
 license=('MIT')
 source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('7fba58012cdce94f8d55afbde1ca8a4adcf07a2e4bf86da58b54cdc31fe700824ac7a16e1ea9558bd5f74ed21f8fda25a50237c68c4ca8ded9e9935570386ad1')
+sha512sums=('47c89b9f6bdbbc3c470c4edb5b23fcf94165cb34ab7be4de6113b4eb4433d81064395c5495d2129c7877dd8ed3bea9067f1d2b965fd7683c39aec1bb070b7b3d')
 
 build() {
   cd skim-$pkgver


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:29:44
  Author: anthraxx
Revision: 348721

archrelease: copy trunk to extra-x86_64

Added:
  jasper/repos/extra-x86_64/PKGBUILD
(from rev 348720, jasper/trunk/PKGBUILD)
  jasper/repos/extra-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 348720, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
Deleted:
  jasper/repos/extra-x86_64/PKGBUILD
  jasper/repos/extra-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch

---+
 PKGBUILD  |  150 ++--
 jasper-1.900.1-fix-filename-buffer-overflow.patch |   74 -
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:29:38 UTC (rev 348720)
+++ PKGBUILD2019-03-19 19:29:44 UTC (rev 348721)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgbase=jasper
-pkgname=('jasper' 'jasper-doc')
-pkgver=2.0.14
-pkgrel=1
-pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
-url='http://www.ece.uvic.ca/~mdadams/jasper/'
-arch=('i686' 'x86_64')
-license=('custom:JasPer2.0')
-makedepends=('libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
-jasper-1.900.1-fix-filename-buffer-overflow.patch)
-sha512sums=('6b270cb1eb55f777f30016f3258e5e2297627e7d086334814c308464f5a4552c23241b0fdbc81ea715a6f4746294657f96c1cb6ceb320629ce57db7e81d84940'
-
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
-
-prepare() {
-  cd ${pkgbase}-version-${pkgver}
-  patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
-  sed -r 's|(CMAKE_SKIP_BUILD_RPATH) FALSE|\1 TRUE|g' -i CMakeLists.txt
-  mkdir -p build-shared build-static
-}
-
-build() {
-  cd ${pkgbase}-version-${pkgver}
-  local options=(
--DCMAKE_INSTALL_PREFIX=/usr
--DCMAKE_INSTALL_LIBDIR=lib
--DCMAKE_BUILD_TYPE=Release
--DJAS_ENABLE_OPENGL=ON
--DJAS_ENABLE_LIBJPEG=ON
--DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=OFF
--DCMAKE_SKIP_RPATH=ON
-  )
-  msg2 "Building static lib..."
-  (cd build-static
-cmake ${options[@]} -DJAS_ENABLE_SHARED=OFF ..
-make
-  )
-  msg2 "Building shared lib..."
-  (cd build-shared
-cmake ${options[@]} -DJAS_ENABLE_SHARED=ON ..
-make
-  )
-}
-
-check() {
-  cd ${pkgbase}-version-${pkgver}/build-static
-  make -j1 test
-}
-
-package_jasper() {
-  depends=('libjpeg')
-  optdepends=('jasper-doc: documentation'
-  'freeglut: jiv support'
-  'glu: jiv support')
-  cd ${pkgbase}-version-${pkgver}
-  make -C build-static DESTDIR="${pkgdir}" install
-  make -C build-shared DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -r "${pkgdir}/usr/share/doc"
-}
-
-package_jasper-doc() {
-  pkgdesc+=' (documentation)'
-  optdepends=('jasper')
-  cd ${pkgbase}-version-${pkgver}
-  make -C build-shared DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -rf "${pkgdir}/usr/"{bin,include,lib,share/man}
-}
-
-# vim: ts=2 sw=2 et:

Copied: jasper/repos/extra-x86_64/PKGBUILD (from rev 348720, 
jasper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 19:29:44 UTC (rev 348721)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=jasper
+pkgname=('jasper' 'jasper-doc')
+pkgver=2.0.16
+pkgrel=1
+pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
+url='http://www.ece.uvic.ca/~mdadams/jasper/'
+arch=('x86_64')
+license=('custom:JasPer2.0')
+makedepends=('libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
+jasper-1.900.1-fix-filename-buffer-overflow.patch)
+sha512sums=('b3bca227f833567c9061c4a29c0599784ed6a131b5cceddfd1696542d19add821eda445ce6d83782b454b266723b24d0f028cbc644a25c0e3a75304e615b34ee'
+
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
+
+prepare() {
+  cd ${pkgbase}-version-${pkgver}
+  patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
+  sed -r 's|(CMAKE_SKIP_BUILD_RPATH) FALSE|\1 TRUE|g' -i CMakeLists.txt
+  mkdir -p build-shared build-static
+}
+
+build() {
+  cd ${pkgbase}-version-${pkgver}
+  local options=(
+-DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_LIBDIR=lib
+-DCMAKE_B

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

2019-03-19 Thread Christian Hesse via arch-commits
Date: Tuesday, March 19, 2019 @ 19:29:45
  Author: eworm
Revision: 348722

upgpkg: iproute2 5.0.0-1

new upstream release

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:29:44 UTC (rev 348721)
+++ PKGBUILD2019-03-19 19:29:45 UTC (rev 348722)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=iproute2
-pkgver=4.20.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc='IP Routing Utilities'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
 
source=("https://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign}
 '0001-make-iproute2-fhs-compliant.patch')
-sha256sums=('c8adaa6a40f888476b23acb283cfa30c0dd55f07b5aa20663ed5ba2ef1f6fda8'
+sha256sums=('df047302a39650ef832c07e8dab5df7a23218cd398bd310c8628e386161d20ba'
 'SKIP'
 'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3')
 


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

2019-03-19 Thread Christian Hesse via arch-commits
Date: Tuesday, March 19, 2019 @ 19:29:50
  Author: eworm
Revision: 348723

archrelease: copy trunk to testing-x86_64

Added:
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch
(from rev 348722, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 348722, iproute2/trunk/PKGBUILD)

+
 0001-make-iproute2-fhs-compliant.patch |  101 +++
 PKGBUILD   |   58 +
 2 files changed, 159 insertions(+)

Copied: iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch 
(from rev 348722, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
===
--- testing-x86_64/0001-make-iproute2-fhs-compliant.patch   
(rev 0)
+++ testing-x86_64/0001-make-iproute2-fhs-compliant.patch   2019-03-19 
19:29:50 UTC (rev 348723)
@@ -0,0 +1,101 @@
+From f0624f6cc656cb177b64e2664f2a806221bfab58 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Thu, 28 Jul 2016 08:49:20 +0200
+Subject: [PATCH 1/1] make iproute2 fhs compliant
+
+Signed-off-by: Christian Hesse 
+---
+ Makefile   |  2 +-
+ netem/Makefile |  4 ++--
+ tc/q_netem.c   |  2 +-
+ tc/tc_util.c   | 15 +++
+ tc/tc_util.h   |  1 +
+ 5 files changed, 20 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index eb571a5..db0a04c 100644
+--- a/Makefile
 b/Makefile
+@@ -14,7 +14,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
+ 
+ SHARED_LIBS = y
+ 
+-DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\"
++DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\" -DDATADIR=\"$(DATADIR)\"
+ ifneq ($(SHARED_LIBS),y)
+ DEFINES+= -DNO_SHARED_LIBS
+ endif
+diff --git a/netem/Makefile b/netem/Makefile
+index e52e125..5b4d283 100644
+--- a/netem/Makefile
 b/netem/Makefile
+@@ -20,9 +20,9 @@ stats: stats.c
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(DATADIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(DATADIR)/tc; \
+   done
+ 
+ clean:
+diff --git a/tc/q_netem.c b/tc/q_netem.c
+index 8fe2204..a15a5c7 100644
+--- a/tc/q_netem.c
 b/tc/q_netem.c
+@@ -113,7 +113,7 @@ static int get_distribution(const char *type, __s16 *data, 
int maxdata)
+   char *line = NULL;
+   char name[128];
+ 
+-  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type);
++  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_datadir(), type);
+   if ((f = fopen(name, "r")) == NULL) {
+   fprintf(stderr, "No distribution data for %s (%s: %s)\n",
+   type, name, strerror(errno));
+diff --git a/tc/tc_util.c b/tc/tc_util.c
+index afc4cf5..728b854 100644
+--- a/tc/tc_util.c
 b/tc/tc_util.c
+@@ -32,6 +32,10 @@
+ #define LIBDIR "/usr/lib"
+ #endif
+ 
++#ifndef DATADIR
++#define DATADIR "/usr/share"
++#endif
++
+ static struct db_names *cls_names;
+ 
+ #define NAMES_DB "/etc/iproute2/tc_cls"
+@@ -73,6 +77,17 @@ const char *get_tc_lib(void)
+   return lib_dir;
+ }
+ 
++const char *get_tc_datadir(void)
++{
++  const char *data_dir;
++
++  data_dir = getenv("TC_DATA_DIR");
++  if (!data_dir)
++  data_dir = DATADIR "/tc/";
++
++  return data_dir;
++}
++
+ int get_qdisc_handle(__u32 *h, const char *str)
+ {
+   __u32 maj;
+diff --git a/tc/tc_util.h b/tc/tc_util.h
+index 61e60b1..6d448de 100644
+--- a/tc/tc_util.h
 b/tc/tc_util.h
+@@ -55,6 +55,7 @@ struct exec_util {
+ };
+ 
+ const char *get_tc_lib(void);
++const char *get_tc_datadir(void);
+ 
+ struct qdisc_util *get_qdisc_kind(const char *str);
+ struct filter_util *get_filter_kind(const char *str);

Copied: iproute2/repos/testing-x86_64/PKGBUILD (from rev 348722, 
iproute2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-19 19:29:50 UTC (rev 348723)
@@ -0,0 +1,58 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgname=iproute2
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='IP Routing Utilities'
+arch=('x86_64')
+license=('GPL2')
+url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
+depends=('glibc' 'iptables' 'libelf')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+backup=('etc/iproute2/ematch_map'
+'etc/iproute2/rt_dsfield'
+'etc/iproute2/rt_protos'
+'etc/iproute2/rt_realms'
+'etc/iproute2/rt_scopes'
+'etc/iproute2/rt_tables')
+makedepends=('linux-atm')
+options=('staticlibs')
+validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
+source=("https://www.kerne

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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:29:38
  Author: anthraxx
Revision: 348720

upgpkg: jasper 2.0.16-1

Modified:
  jasper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:58:57 UTC (rev 348719)
+++ PKGBUILD2019-03-19 19:29:38 UTC (rev 348720)
@@ -3,7 +3,7 @@
 
 pkgbase=jasper
 pkgname=('jasper' 'jasper-doc')
-pkgver=2.0.14
+pkgver=2.0.16
 pkgrel=1
 pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
 url='http://www.ece.uvic.ca/~mdadams/jasper/'
@@ -13,7 +13,7 @@
 options=('staticlibs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
 jasper-1.900.1-fix-filename-buffer-overflow.patch)
-sha512sums=('6b270cb1eb55f777f30016f3258e5e2297627e7d086334814c308464f5a4552c23241b0fdbc81ea715a6f4746294657f96c1cb6ceb320629ce57db7e81d84940'
+sha512sums=('b3bca227f833567c9061c4a29c0599784ed6a131b5cceddfd1696542d19add821eda445ce6d83782b454b266723b24d0f028cbc644a25c0e3a75304e615b34ee'
 
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
 
 prepare() {


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2019-03-19 Thread Andrew Crerar via arch-commits
Date: Tuesday, March 19, 2019 @ 19:26:33
  Author: andrewsc
Revision: 442802

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 442799, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 442801, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 442801, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 442801, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  358 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 596 insertions(+), 596 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:17:08 UTC (rev 442801)
+++ PKGBUILD2019-03-19 19:26:33 UTC (rev 442802)
@@ -1,179 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=67.0b2
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer";
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rustup' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
-  rustup default 1.32.0
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export CC=clang
-export CXX=clang++
-export AR=llvm-ar
-export NM=llvm-nm
-export RANLIB=llvm-ranlib
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_APP_REMOTINGNAME=$pkgname
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options 
--with-google-location-service-api-keyfile=${PWD@Q}/google-api-key

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

2019-03-19 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 19, 2019 @ 19:17:08
  Author: jelle
Revision: 442801

archrelease: copy trunk to community-x86_64

Added:
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 442800, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 442800, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 442800, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.service
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf

-+
 PKGBUILD|   94 +++---
 mosquitto.service   |   36 -
 sysusers_mosquitto.conf |2 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:17:01 UTC (rev 442800)
+++ PKGBUILD2019-03-19 19:17:08 UTC (rev 442801)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.5.6
-pkgrel=1
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('x86_64')
-url="https://mosquitto.org/";
-depends=('openssl' 'c-ares' 'libwebsockets' 'libutil-linux')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
-"$pkgname.service"
-"sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('d5bdc13cc668350026376d57fc14de10aaee029f6840707677637d15e0751a40'
-'SKIP'
-'539b6aa2f88bba25fead1a5cbb285f18470c244391c0dfcac8d3f59e99a0652d'
-'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-
-  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}

Copied: mosquitto/repos/community-x86_64/PKGBUILD (from rev 442800, 
mosquitto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 19:17:08 UTC (rev 442801)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.5.8
+pkgrel=1
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('x86_64')
+url="https://mosquitto.org/";
+depends=('openssl' 'c-ares' 'libwebsockets' 'libutil-linux')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
+"$pkgname.service"
+"sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4'
+'SKIP'
+'539b6aa2f88bba25fead1a5cbb285f18470c244391c0dfcac8d3f59e99a0652d'
+'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
+
+  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
+}

Deleted: mosquitto.service
===
--- mosquitto.service   2019-03-19 19:17:01 UTC (rev 442800)
+++ mosquitto.service   2019-03-19 19:17:08 UTC (rev 442801)
@@ -1,18 +0,0 @@
-[Unit]
-Description=Mosquitto MQTT Broker daemon
-Requires=network.target
-
-[Service]
-User=mosquitto
-ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-failure
-
-NoNewPrivileges=yes
-ProtectSystem=full
-ProtectHome=true
-PrivateTmp=true
-PrivateDevices=true
-

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

2019-03-19 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 19, 2019 @ 19:17:01
  Author: jelle
Revision: 442800

upgpkg: mosquitto 1.5.8-1

Modified:
  mosquitto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:12:06 UTC (rev 442799)
+++ PKGBUILD2019-03-19 19:17:01 UTC (rev 442800)
@@ -3,7 +3,7 @@
 # Contributor: Dan Anderson 
 
 pkgname=mosquitto
-pkgver=1.5.6
+pkgver=1.5.8
 pkgrel=1
 pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 "$pkgname.service"
 "sysusers_mosquitto.conf")
 backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('d5bdc13cc668350026376d57fc14de10aaee029f6840707677637d15e0751a40'
+sha256sums=('78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4'
 'SKIP'
 '539b6aa2f88bba25fead1a5cbb285f18470c244391c0dfcac8d3f59e99a0652d'
 '7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:12:06
  Author: anthraxx
Revision: 442799

archrelease: copy trunk to community-any

Added:
  volatility/repos/community-any/PKGBUILD
(from rev 442798, volatility/trunk/PKGBUILD)
Deleted:
  volatility/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 19:11:23 UTC (rev 442798)
+++ PKGBUILD2019-03-19 19:12:06 UTC (rev 442799)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Limao Luo 
-# Contributor: Wes Brown 
-
-pkgname=volatility
-pkgver=2.6
-pkgrel=2
-pkgdesc='Advanced memory forensics framework'
-url='https://github.com/volatilityfoundation/volatility/wiki'
-arch=('any')
-license=('GPL2')
-depends=('python2-distorm' 'python2-crypto' 'python2-ujson')
-optdepends=(
-  'python2-yara: classify malware support'
-  'python2-pillow: screenshots plugin support'
-  'python2-pytz: timezone conversion support'
-  'ipython2: enhanced volshell support'
-  'python2-libforensic1394: firewire live analysis support'
-  'libraw1394: alternative firewire live analysis support'
-  'python2-openpyxl: Excel xlsx/xlsm files support'
-)
-makedepends=('python2-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/volatilityfoundation/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('7f71ae5aac38d66dd1e3ff830d0859d7da72d65c5f729bb2d73a374088c3116cdf8a69a419749ee3c92cd084c9a4cf3e20da5de94588a4c0424ca55a55c1e793')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's/env python$/env python2/g' -i tools/vtype_diff.py 
tools/mac/convert.py
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py install -O1 --prefix=/usr --root="${pkgdir}"
-  ln -s /usr/bin/vol.py "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  mv "${pkgdir}/usr/tools" "${pkgdir}/usr/share/${pkgname}"
-  mv "${pkgdir}/usr/contrib" "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: volatility/repos/community-any/PKGBUILD (from rev 442798, 
volatility/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 19:12:06 UTC (rev 442799)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Limao Luo 
+# Contributor: Wes Brown 
+
+pkgname=volatility
+pkgver=2.6.1
+pkgrel=1
+pkgdesc='Advanced memory forensics framework'
+url='https://github.com/volatilityfoundation/volatility/wiki'
+arch=('any')
+license=('GPL2')
+depends=('python2-distorm' 'python2-crypto' 'python2-ujson')
+optdepends=(
+  'python2-yara: classify malware support'
+  'python2-pillow: screenshots plugin support'
+  'python2-pytz: timezone conversion support'
+  'ipython2: enhanced volshell support'
+  'python2-libforensic1394: firewire live analysis support'
+  'libraw1394: alternative firewire live analysis support'
+  'python2-openpyxl: Excel xlsx/xlsm files support'
+)
+makedepends=('python2-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/volatilityfoundation/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('64d49de21a87fb6152ad430126466bf66bca06457f3fa2d54cee29b0e4a2eee53ab658570b6cbc782e85ca558f45fac5cf6e6625ebd85aa3ffc9f69768cfa844')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/env python$/env python2/g' -i tools/vtype_diff.py 
tools/mac/convert.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install -O1 --prefix=/usr --root="${pkgdir}"
+  ln -s /usr/bin/vol.py "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  mv "${pkgdir}/usr/tools" "${pkgdir}/usr/share/${pkgname}"
+  mv "${pkgdir}/usr/contrib" "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Levente Polyak via arch-commits
Date: Tuesday, March 19, 2019 @ 19:11:23
  Author: anthraxx
Revision: 442798

upgpkg: volatility 2.6.1-1

Modified:
  volatility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 19:06:24 UTC (rev 442797)
+++ PKGBUILD2019-03-19 19:11:23 UTC (rev 442798)
@@ -3,8 +3,8 @@
 # Contributor: Wes Brown 
 
 pkgname=volatility
-pkgver=2.6
-pkgrel=2
+pkgver=2.6.1
+pkgrel=1
 pkgdesc='Advanced memory forensics framework'
 url='https://github.com/volatilityfoundation/volatility/wiki'
 arch=('any')
@@ -21,7 +21,7 @@
 )
 makedepends=('python2-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/volatilityfoundation/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('7f71ae5aac38d66dd1e3ff830d0859d7da72d65c5f729bb2d73a374088c3116cdf8a69a419749ee3c92cd084c9a4cf3e20da5de94588a4c0424ca55a55c1e793')
+sha512sums=('64d49de21a87fb6152ad430126466bf66bca06457f3fa2d54cee29b0e4a2eee53ab658570b6cbc782e85ca558f45fac5cf6e6625ebd85aa3ffc9f69768cfa844')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2019-03-19 Thread Andrew Crerar via arch-commits
Date: Tuesday, March 19, 2019 @ 19:06:24
  Author: andrewsc
Revision: 442797

upgpkg: firefox-developer-edition 67.0b3-1

firefox-developer-edition: Updating to 67.0b3

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 18:36:37 UTC (rev 442796)
+++ PKGBUILD2019-03-19 19:06:24 UTC (rev 442797)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=67.0b2
+pkgver=67.0b3
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2019-03-19 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, March 19, 2019 @ 18:21:35
  Author: jlichtblau
Revision: 442795

archrelease: copy trunk to community-x86_64

Added:
  homebank/repos/community-x86_64/PKGBUILD
(from rev 442794, homebank/trunk/PKGBUILD)
  homebank/repos/community-x86_64/homebank.changelog
(from rev 442794, homebank/trunk/homebank.changelog)
Deleted:
  homebank/repos/community-x86_64/PKGBUILD
  homebank/repos/community-x86_64/homebank.changelog

+
 PKGBUILD   |   58 +++
 homebank.changelog |  193 +--
 2 files changed, 127 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 18:21:24 UTC (rev 442794)
+++ PKGBUILD2019-03-19 18:21:35 UTC (rev 442795)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: William Rea 
-
-pkgname=homebank
-pkgver=5.2.2
-pkgrel=1
-pkgdesc="Free, easy, personal accounting for everyone"
-arch=('x86_64')
-url="http://homebank.free.fr/";
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
- 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('acc8221fffbbe4b6ddc23fe845fa061cae2ecf7643f2ed858adc9a2e6e2295a5')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: homebank/repos/community-x86_64/PKGBUILD (from rev 442794, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 18:21:35 UTC (rev 442795)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=homebank
+pkgver=5.2.3
+pkgrel=1
+pkgdesc="Free, easy, personal accounting for everyone"
+arch=('x86_64')
+url="http://homebank.free.fr/";
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
+ 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('6a64cc9a54e2b2dce9750797598995b54f430ea438455b474d2c83c69f41aff1')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2019-03-19 18:21:24 UTC (rev 442794)
+++ homebank.changelog  2019-03-19 18:21:35 UTC (rev 442795)
@@ -1,95 +0,0 @@
-2018-10-07 Jaroslav Lichtblau 
-   * homebank 5.2.2-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * homebank 5.2.1-1
-
-2018-09-13 Jaroslav Lichtblau 
-   * homebank 5.2-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * homebank 5.1.8-1
-
-2018-01-07 Jaroslav Lichtblau 
-   * homebank 5.1.7-1
-
-2017-09-16 Jaroslav Lichtblau 
-   * homebank 5.1.6-1
-
-2017-05-11 Jaroslav Lichtblau 
-   * homebank 5.1.5-1
-
-2017-02-16 Jaroslav Lichtblau 
-   * homebank 5.1.4-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * homebank 5.1.3-1
-
-2016-12-08 Jaroslav Lichtblau 
-   * homebank 5.1.2-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * homebank 5.1.1-1
-
-2016-10-17 Jaroslav Lichtblau 
-   * homebank 5.1-1
-
-2016-07-25 Jaroslav Lichtblau 
-   * homebank 5.0.9-1
-
-2016-05-22 Jaroslav Lichtblau 
-   * homebank 5.0.8-1
-
-2016-05-09 Jaroslav Lichtblau 
-   * homebank 5.0.7-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * homebank 5.0.6-2 pacman hooks rebuild
-
-2015-11-01 Jaroslav Lichtblau 
-   * homebank 5.0.6-1
-
-2015-09-26 Jaroslav Lichtblau 
-   * homebank 5.0.5-1
-
-2015-06-15 Jaroslav Lichtblau 
-   * homebank 5.0.3-1
-
-2015-05-14 Jaroslav Lichtblau 
-   * homebank 5.0.2-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * homebank 5.0.1-1
-
-2015-02-08 Jaroslav Lichtblau 
-   * homebank 5.0.0-1
-
-2014-08-10 Jaroslav Lichtblau 
-   * homebank 4.6.3-1
-
-2014-07-29 Jaroslav Lichtblau 
-   * homebank 4.6.2-1
-
-2014-06-28 Jaroslav Lichtblau 
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau 
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau 
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau 
-   * homebank 4.5.4-1
-
-2013-09-28 Jaroslav Lichtblau 
-   * homebank 4.5.3-1
-
-2013-09-02 Jaroslav Lichtblau 
-   * homebank 4.5.2-1
-
-2013-08-08 Jaroslav Lichtblau 
-   * homebank 4.5.1-1
-
-2013-01-18 Jaroslav Lichtblau 
-   * homebank 4.5-1

Copied: homebank/repos/community-x86_64/homebank.changelog (from rev 442794, 
homebank/trunk/homebank.changelog)
==

[arch-commits] Commit in homebank/trunk (PKGBUILD homebank.changelog)

2019-03-19 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, March 19, 2019 @ 18:21:24
  Author: jlichtblau
Revision: 442794

upgpkg: homebank 5.2.3-1 - new upstream release

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

+
 PKGBUILD   |4 ++--
 homebank.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 18:20:40 UTC (rev 442793)
+++ PKGBUILD2019-03-19 18:21:24 UTC (rev 442794)
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.2.2
+pkgver=5.2.3
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('acc8221fffbbe4b6ddc23fe845fa061cae2ecf7643f2ed858adc9a2e6e2295a5')
+sha256sums=('6a64cc9a54e2b2dce9750797598995b54f430ea438455b474d2c83c69f41aff1')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: homebank.changelog
===
--- homebank.changelog  2019-03-19 18:20:40 UTC (rev 442793)
+++ homebank.changelog  2019-03-19 18:21:24 UTC (rev 442794)
@@ -1,3 +1,6 @@
+2019-03-19 Jaroslav Lichtblau 
+   * homebank 5.2.3-1
+
 2018-10-07 Jaroslav Lichtblau 
* homebank 5.2.2-1
 


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

2019-03-19 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, March 19, 2019 @ 18:20:40
  Author: jlichtblau
Revision: 442793

archrelease: copy trunk to community-x86_64

Added:
  kid3/repos/community-x86_64/PKGBUILD
(from rev 442792, kid3/trunk/PKGBUILD)
  kid3/repos/community-x86_64/kid3.changelog
(from rev 442792, kid3/trunk/kid3.changelog)
Deleted:
  kid3/repos/community-x86_64/PKGBUILD
  kid3/repos/community-x86_64/kid3.changelog

+
 PKGBUILD   |  142 ++--
 kid3.changelog |  271 +++
 2 files changed, 208 insertions(+), 205 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 18:20:30 UTC (rev 442792)
+++ PKGBUILD2019-03-19 18:20:40 UTC (rev 442793)
@@ -1,71 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgbase=kid3
-pkgname=('kid3' 'kid3-qt')
-pkgver=3.7.0
-pkgrel=2
-arch=('x86_64')
-url="http://kid3.sourceforge.net/";
-license=('GPL')
-makedepends=('qt5-tools' 'qt5-multimedia' 'qt5-declarative' 'chromaprint'
-'id3lib' 'taglib' 'libmp4v2' 'kio' 'hicolor-icon-theme' 
'docbook-xml'
-'kdoctools' 'extra-cmake-modules' 'python')
-changelog=$pkgbase.changelog
-source=(https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.asc})
-validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
-sha256sums=('1d7459b4b517b096eae016b3d3f5c4b2bf56fbfa92f59503baeed109139e44ae'
-'SKIP')
-
-prepare() {
-  cd "${srcdir}"
-
-  [[ ! -d build ]] && mkdir build
-  mkdir build-qt
-}
-
-build() {
-#kid3
-  cd "${srcdir}"/build
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;KDE" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-
-#kid3-qt
-  cd "$srcdir"/build-qt
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;Qt" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-}
-
-package_kid3() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
-depends=('qt5-multimedia' 'phonon-qt5' 'chromaprint' 'id3lib' 'taglib'
- 'libmp4v2' 'kio' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('qt5-declarative: QmlCommand extension')
-conflicts=('kid3-qt')
-
-  cd "$srcdir"/build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kid3-qt() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, Qt version"
-depends=('qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 'libmp4v2'
- 'desktop-file-utils' 'hicolor-icon-theme' 'qt5-declarative')
-conflicts=('kid3')
-provides=('kid3')
-
-  cd "$srcdir"/build-qt
-  make DESTDIR="${pkgdir}" install
-}

Copied: kid3/repos/community-x86_64/PKGBUILD (from rev 442792, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 18:20:40 UTC (rev 442793)
@@ -0,0 +1,71 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
+pkgver=3.7.1
+pkgrel=1
+arch=('x86_64')
+url="http://kid3.sourceforge.net/";
+license=('GPL')
+makedepends=('qt5-tools' 'qt5-multimedia' 'qt5-declarative' 'chromaprint'
+'id3lib' 'taglib' 'libmp4v2' 'kio' 'hicolor-icon-theme' 
'docbook-xml'
+'kdoctools' 'extra-cmake-modules' 'python')
+changelog=$pkgbase.changelog
+source=(https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.asc})
+validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
+sha256sums=('a82db841d023a28636652086905f29678d8c041dc238099165e88fbcb2d47976'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}"
+
+  [[ ! -d build ]] && mkdir build
+  mkdir build-qt
+}
+
+build() {
+#kid3
+  cd "${srcdir}"/build
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;KDE" \
+-DWITH_MP4V2=ON \
+-DWITH_FFMPEG=ON \
+-DWITH_GSTREAMER=ON
+
+#kid3-qt
+  cd "$srcdir"/build-qt
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;Qt" \
+-DWITH_MP4V2=ON \
+-DWITH_FFMPEG=ON \
+-DWITH_GSTREAMER=ON
+}
+
+package_kid3() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
+depends=('qt5-multimedia' 'phonon-qt5' 'chromaprint' 'id3lib' 'taglib'
+ 'libmp4v2' 'kio' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('qt5-declarative: QmlCommand extension')
+conflicts=('kid3-qt')
+
+  cd "$srcdir"/build
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kid3-qt() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, Qt version"
+depends=('qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 'libmp4v2'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'qt5-declarative')
+conflicts=('kid3')
+provides=('kid3')
+
+  cd "$srcdir"/buil

[arch-commits] Commit in kid3/trunk (PKGBUILD kid3.changelog)

2019-03-19 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, March 19, 2019 @ 18:20:30
  Author: jlichtblau
Revision: 442792

upgpkg: kid3 3.7.1-1 - new upstream release

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog

+
 PKGBUILD   |6 +++---
 kid3.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 18:10:22 UTC (rev 442791)
+++ PKGBUILD2019-03-19 18:20:30 UTC (rev 442792)
@@ -3,8 +3,8 @@
 
 pkgbase=kid3
 pkgname=('kid3' 'kid3-qt')
-pkgver=3.7.0
-pkgrel=2
+pkgver=3.7.1
+pkgrel=1
 arch=('x86_64')
 url="http://kid3.sourceforge.net/";
 license=('GPL')
@@ -14,7 +14,7 @@
 changelog=$pkgbase.changelog
 
source=(https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz{,.asc})
 validpgpkeys=('7D09794C2812F62194B081C14CAD34426E354DD2') # Urs Fleisch
-sha256sums=('1d7459b4b517b096eae016b3d3f5c4b2bf56fbfa92f59503baeed109139e44ae'
+sha256sums=('a82db841d023a28636652086905f29678d8c041dc238099165e88fbcb2d47976'
 'SKIP')
 
 prepare() {

Modified: kid3.changelog
===
--- kid3.changelog  2019-03-19 18:10:22 UTC (rev 442791)
+++ kid3.changelog  2019-03-19 18:20:30 UTC (rev 442792)
@@ -1,3 +1,6 @@
+2019-03-19 Jaroslav Lichtblau 
+   * kid3 3.7.1-1
+
 2018-12-25 Jaroslav Lichtblau 
* kid3 3.7.0-1
 


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

2019-03-19 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, March 19, 2019 @ 18:10:11
  Author: jlichtblau
Revision: 442790

upgpkg: youtube-dl 2019.03.18-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:51:46 UTC (rev 442789)
+++ PKGBUILD2019-03-19 18:10:11 UTC (rev 442790)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2019.03.01
+pkgver=2019.03.18
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('ae523a75bf41b3faa40d6f7dd44c7b8e1bc6919a91956b2528bbddeb9b32b32f'
+sha256sums=('074688b416e97aff5ae9ce3764e313b9d6433bb34a16b206775fbc37e4c16164'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2019-03-19 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, March 19, 2019 @ 18:10:22
  Author: jlichtblau
Revision: 442791

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 442790, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 18:10:11 UTC (rev 442790)
+++ PKGBUILD2019-03-19 18:10:22 UTC (rev 442791)
@@ -1,35 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2019.03.01
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="https://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('ae523a75bf41b3faa40d6f7dd44c7b8e1bc6919a91956b2528bbddeb9b32b32f'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 442790, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 18:10:22 UTC (rev 442791)
@@ -0,0 +1,35 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2019.03.18
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="https://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('074688b416e97aff5ae9ce3764e313b9d6433bb34a16b206775fbc37e4c16164'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in xf86-video-amdgpu/repos (2 files)

2019-03-19 Thread Laurent Carlier via arch-commits
Date: Tuesday, March 19, 2019 @ 17:58:57
  Author: lcarlier
Revision: 348719

archrelease: copy trunk to testing-x86_64

Added:
  xf86-video-amdgpu/repos/testing-x86_64/
  xf86-video-amdgpu/repos/testing-x86_64/PKGBUILD
(from rev 348718, xf86-video-amdgpu/trunk/PKGBUILD)

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

Copied: xf86-video-amdgpu/repos/testing-x86_64/PKGBUILD (from rev 348718, 
xf86-video-amdgpu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-19 17:58:57 UTC (rev 348719)
@@ -0,0 +1,45 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-video-amdgpu
+pkgver=19.0.1
+pkgrel=1
+pkgdesc="X.org amdgpu video driver"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('systemd-libs' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=24.0')
+conflicts=('xorg-server<1.20.0' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('dda04e3ccee140354f59e04895cf50cd7dc06a105c40ce35069613c5b5fbe083cab6833fd293d96334f64dde1a0c4af6154d473594a144f37404188ae7f37dd5'
+'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-video-amdgpu/trunk (PKGBUILD)

2019-03-19 Thread Laurent Carlier via arch-commits
Date: Tuesday, March 19, 2019 @ 17:58:49
  Author: lcarlier
Revision: 348718

upgpkg: xf86-video-amdgpu 19.0.1-1

upstream update 19.0.1

Modified:
  xf86-video-amdgpu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:46:36 UTC (rev 348717)
+++ PKGBUILD2019-03-19 17:58:49 UTC (rev 348718)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-video-amdgpu
-pkgver=19.0.0
+pkgver=19.0.1
 pkgrel=1
 pkgdesc="X.org amdgpu video driver"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 conflicts=('xorg-server<1.20.0' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
 groups=('xorg-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('6a30fc03185816307f16693cd6b07f13694ca1b6b1327c58a951bccc8082f112bb768ab610229dc1040617eef860fc1ab17a7e6bf635c5a4e454e252f3addca8'
+sha512sums=('dda04e3ccee140354f59e04895cf50cd7dc06a105c40ce35069613c5b5fbe083cab6833fd293d96334f64dde1a0c4af6154d473594a144f37404188ae7f37dd5'
 'SKIP')
 validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 


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

2019-03-19 Thread Eli Schwartz via arch-commits
Date: Tuesday, March 19, 2019 @ 17:51:46
  Author: eschwartz
Revision: 442789

archrelease: copy trunk to community-x86_64

Added:
  keybase/repos/community-x86_64/0001-Don-t-use-electron-to-build.patch
(from rev 442788, keybase/trunk/0001-Don-t-use-electron-to-build.patch)
  keybase/repos/community-x86_64/PKGBUILD
(from rev 442788, keybase/trunk/PKGBUILD)
  keybase/repos/community-x86_64/keybase-gui
(from rev 442788, keybase/trunk/keybase-gui)
Deleted:
  keybase/repos/community-x86_64/0001-Don-t-use-electron-to-build.patch
  keybase/repos/community-x86_64/PKGBUILD
  keybase/repos/community-x86_64/keybase-gui

+
 0001-Don-t-use-electron-to-build.patch |  136 +-
 PKGBUILD   |  226 +++
 keybase-gui|8 -
 3 files changed, 185 insertions(+), 185 deletions(-)

Deleted: 0001-Don-t-use-electron-to-build.patch
===
--- 0001-Don-t-use-electron-to-build.patch  2019-03-19 17:50:48 UTC (rev 
442788)
+++ 0001-Don-t-use-electron-to-build.patch  2019-03-19 17:51:46 UTC (rev 
442789)
@@ -1,68 +0,0 @@
-From 8149b6244c6b9043b5e8fa391a453c2484582ba7 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 21 Jun 2018 05:00:37 -0400
-Subject: [PATCH] Don't use electron to build
-

- shared/desktop/package.desktop.js   | 4 ++--
- shared/desktop/yarn-helper/index.js | 2 --
- shared/package.json | 1 -
- 3 files changed, 2 insertions(+), 5 deletions(-)
-
-diff --git a/shared/desktop/package.desktop.js 
b/shared/desktop/package.desktop.js
-index 1ceb5e1ac4..3c6dc3961b 100644
 a/shared/desktop/package.desktop.js
-+++ b/shared/desktop/package.desktop.js
-@@ -86,7 +86,7 @@ function main() {
-   // use the same version as the currently-installed electron
-   console.log('Finding electron version')
-   try {
--packagerOpts.electronVersion = 
require('../package.json').devDependencies.electron
-+packagerOpts.electronVersion = 'unused string'
- console.log('Found electron version:', packagerOpts.electronVersion)
-   } catch (err) {
- console.log("Couldn't parse yarn list to find electron:", err)
-@@ -136,7 +136,7 @@ function startPack() {
- .catch(postPackError)
- })
-   })
--} else {
-+} else if (false) {
-   pack(platform, arch)
- .then(postPack(platform, arch))
- .catch(postPackError)
-diff --git a/shared/desktop/yarn-helper/index.js 
b/shared/desktop/yarn-helper/index.js
-index 425346cbb7..29d1ee6b54 100644
 a/shared/desktop/yarn-helper/index.js
-+++ b/shared/desktop/yarn-helper/index.js
-@@ -1,7 +1,6 @@
- // @flow
- // Helper for cross platform yarn run script commands
- import buildCommands from './build'
--import electronComands from './electron'
- import fontCommands from './font'
- import prettierCommands from './prettier'
- import {execSync} from 'child_process'
-@@ -13,7 +12,6 @@ const [, , command, ...rest] = process.argv
- const commands = {
-   ...buildCommands,
-   ...fontCommands,
--  ...electronComands,
-   ...prettierCommands,
-   help: {
- code: () => {
-diff --git a/shared/package.json b/shared/package.json
-index 09e8732402..fdcc2f9c9c 100644
 a/shared/package.json
-+++ b/shared/package.json
-@@ -204,7 +204,6 @@
- "cross-env": "5.2.0",
- "css-loader": "2.1.0",
- "del": "3.0.0",
--"electron": "4.0.1",
- "electron-packager": "13.0.1",
- "eslint": "5.12.0",
- "eslint-config-standard": "12.0.0",
--- 
-2.20.1
-

Copied: keybase/repos/community-x86_64/0001-Don-t-use-electron-to-build.patch 
(from rev 442788, keybase/trunk/0001-Don-t-use-electron-to-build.patch)
===
--- 0001-Don-t-use-electron-to-build.patch  (rev 0)
+++ 0001-Don-t-use-electron-to-build.patch  2019-03-19 17:51:46 UTC (rev 
442789)
@@ -0,0 +1,68 @@
+From 8149b6244c6b9043b5e8fa391a453c2484582ba7 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 21 Jun 2018 05:00:37 -0400
+Subject: [PATCH] Don't use electron to build
+
+---
+ shared/desktop/package.desktop.js   | 4 ++--
+ shared/desktop/yarn-helper/index.js | 2 --
+ shared/package.json | 1 -
+ 3 files changed, 2 insertions(+), 5 deletions(-)
+
+diff --git a/shared/desktop/package.desktop.js 
b/shared/desktop/package.desktop.js
+index 1ceb5e1ac4..3c6dc3961b 100644
+--- a/shared/desktop/package.desktop.js
 b/shared/desktop/package.desktop.js
+@@ -86,7 +86,7 @@ function main() {
+   // use the same version as the currently-installed electron
+   console.log('Finding electron version')
+   try {
+-packagerOpts.electronVersion = 
require('../package.json').devDependencies.electron
++packagerOpts.electronVersion = 'unused string'
+ console.log('Found electron version:', packagerOpts.electronVers

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

2019-03-19 Thread Eli Schwartz via arch-commits
Date: Tuesday, March 19, 2019 @ 17:50:48
  Author: eschwartz
Revision: 442788

upgpkg: keybase 3.1.2-1

upstream release

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:39:28 UTC (rev 442787)
+++ PKGBUILD2019-03-19 17:50:48 UTC (rev 442788)
@@ -5,7 +5,7 @@
 pkgbase=keybase
 pkgname=('keybase' 'kbfs' 'keybase-gui')
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=3.0.0
+pkgver=3.1.2
 pkgrel=1
 arch=('x86_64')
 url='https://keybase.io/'
@@ -15,7 +15,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/keybase/client/archive/v${pkgver}.tar.gz";
 "keybase-gui"
 "0001-Don-t-use-electron-to-build.patch")
-sha512sums=('40ddbd6fc5201bbca087490022b021e6abc201dc428327e8974953d0e5cd403324cebf1ace29a22126eee0d1e36f84e85d443a236a7271ccdd79605abfe6fa72'
+sha512sums=('7082a74d14d3c0b2ccf5211507a53efb1d6aa2a0b69757c3a8352c3506d6a1bf2b1b440df2f1fa4606a2f6bcb37924c34a140893c9c8e97a1bd31958ec03a0ac'
 
'd9aa6a9f9cfcb951cb4ab5da8a8daadd0b1ff34dff6f23891b75c01b600b6fd98656ec5db4154ec0db9e62469b1b8f865e8b4515e190b510258233e20dba9de2'
 
'b721dc0c40cf23602424d2ca024524a0eef5210a7cdca0209b89eab5c17c3fcb3cc48d91940a4c88d2416d0a19a7fb3deba92e90244251c4338b0fd640befdcd')
 


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

2019-03-19 Thread Andreas Radke via arch-commits
Date: Tuesday, March 19, 2019 @ 17:46:36
  Author: andyrtr
Revision: 348717

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 348716, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 348716, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 348716, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 348716, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 348716, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 348716, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 348716, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  232 
 config  | 9793 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 7 files changed, 10175 insertions(+)

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


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

2019-03-19 Thread Andreas Radke via arch-commits
Date: Tuesday, March 19, 2019 @ 17:46:15
  Author: andyrtr
Revision: 348716

upgpkg: linux-lts 4.19.30-1

upstream update 4.19.30

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:38:50 UTC (rev 348715)
+++ PKGBUILD2019-03-19 17:46:15 UTC (rev 348716)
@@ -3,7 +3,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.19
-pkgver=4.19.29
+pkgver=4.19.30
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/";
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
 'SKIP'
-'7615c07849acdc9c901b238ca9dbc4c92dc837c694a3f54341a773f8c5b38b64'
+'0924f32b6d26fbf7feb4d5165e4bba14bba81c4cdc51b5e241e1ef6799705bdf'
 '2dbe737dd5d186ca0b3b1753ad3d7a4a722b3eb03ec224dc24b49dd491c18cf1'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:39:11
  Author: felixonmars
Revision: 442786

upgpkg: deepin-control-center 4.9.8-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:38:25 UTC (rev 442785)
+++ PKGBUILD2019-03-19 17:39:11 UTC (rev 442786)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.9.7
+pkgver=4.9.8
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('5960634822eb4b6aa0927e5430ef01fc8d7557367e4a56c6969a989ceed7260b7b513ae5abb0e8f3c4a6a7c3f6380d77b81968728c81f5faa41e680e7bcac609')
+sha512sums=('9f8e6777ad7a84151bac685235da600e395c2adb54df1f074547a9bcce3c02b0fb139f73f1208bd1d45c007ad33727ec349ed26ff729acc7b6efc343d4ac096a')
 
 prepare() {
   mkdir -p build


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:39:28
  Author: felixonmars
Revision: 442787

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-control-center/repos/community-testing-x86_64/
  deepin-control-center/repos/community-testing-x86_64/PKGBUILD
(from rev 442786, deepin-control-center/trunk/PKGBUILD)

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

Copied: deepin-control-center/repos/community-testing-x86_64/PKGBUILD (from rev 
442786, deepin-control-center/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-03-19 17:39:28 UTC (rev 442787)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=4.9.8
+pkgrel=1
+pkgdesc='New control center for linux deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-control-center";
+license=('GPL3')
+depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
+ 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
+ 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
+makedepends=('deepin-dock' 'cmake' 'qt5-tools')
+optdepends=('redshift: automatic color temperature support'
+'networkmanager-openconnect: for OpenConnect support'
+'networkmanager-openvpn: for OpenVPN support'
+'networkmanager-pptp: for PPTP support'
+'networkmanager-strongswan: for StrongSwan support'
+'networkmanager-vpnc: for VPNC support'
+'network-manager-sstp: for SSTP support')
+# Not packaged: network-manager-l2tp
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
+sha512sums=('9f8e6777ad7a84151bac685235da600e395c2adb54df1f074547a9bcce3c02b0fb139f73f1208bd1d45c007ad33727ec349ed26ff729acc7b6efc343d4ac096a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DDISABLE_SYS_UPDATE=YES -DCMAKE_INSTALL_PREFIX=/usr \
+../dde-control-center-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in xf86-video-ati/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-03-19 Thread Laurent Carlier via arch-commits
Date: Tuesday, March 19, 2019 @ 17:38:50
  Author: lcarlier
Revision: 348715

archrelease: copy trunk to testing-x86_64

Added:
  xf86-video-ati/repos/testing-x86_64/
  xf86-video-ati/repos/testing-x86_64/PKGBUILD
(from rev 348714, xf86-video-ati/trunk/PKGBUILD)

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

Copied: xf86-video-ati/repos/testing-x86_64/PKGBUILD (from rev 348714, 
xf86-video-ati/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-19 17:38:50 UTC (rev 348715)
@@ -0,0 +1,46 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+pkgver=19.0.1
+pkgrel=1
+epoch=1
+pkgdesc="X.org ati video driver"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/";
+license=('custom')
+depends=('systemd-libs' 'mesa')
+makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=24.0')
+conflicts=('xorg-server<1.20.0' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('e04c5395e3a49d81b8f7a4b0e11fe8c9ebd17af056a4eab4541873796dce05b103c93fb185f3a00873010df0655cd7311e6d27e177aeb7345c4c8017bbd1eb17'
+'SKIP')
+validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make "DESTDIR=${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in perl-net-dns-sec/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:38:25
  Author: felixonmars
Revision: 442785

archrelease: copy trunk to community-x86_64

Added:
  perl-net-dns-sec/repos/community-x86_64/PKGBUILD
(from rev 442784, perl-net-dns-sec/trunk/PKGBUILD)
Deleted:
  perl-net-dns-sec/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 17:37:58 UTC (rev 442784)
+++ PKGBUILD2019-03-19 17:38:25 UTC (rev 442785)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John D Jones III 
-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-net-dns-sec
-pkgver=1.11
-pkgrel=1
-pkgdesc="DNSSEC extensions to Net::DNS"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
-checkdepends=('perl-test-pod')
-url='http://search.mcpan.org/dist/Net-DNS-SEC'
-options=('!emptydirs')
-source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz";)
-sha512sums=('5887eb34f9810d593e067a6f8d75c2bc0a4796961f26cddc036046b65d27e303c2c096a96ddf843b741ca70df506079001c16f5887054ad07742a55129676e90')
-_distdir="Net-DNS-SEC-$pkgver"
-
-build() {
-  cd "$srcdir/$_distdir"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-net-dns-sec/repos/community-x86_64/PKGBUILD (from rev 442784, 
perl-net-dns-sec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 17:38:25 UTC (rev 442785)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: John D Jones III 
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-dns-sec
+pkgver=1.12
+pkgrel=1
+pkgdesc="DNSSEC extensions to Net::DNS"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl-crypt-openssl-bignum' 'perl-crypt-openssl-dsa' 
'perl-crypt-openssl-rsa' 'perl-digest-bubblebabble' 'perl-mime-base32' 
'perl-net-dns' 'perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Net-DNS-SEC'
+options=('!emptydirs')
+source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz";)
+sha512sums=('718a640241cd4181c904ca2280c708bcf6c209d133cd2e40cd9001d2038c1fdd3967f1d6ff24ccede3e44fb701ca269db4dff86a84bd4e53bb3cf0f32b3fb927')
+_distdir="Net-DNS-SEC-$pkgver"
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xf86-video-ati/trunk (PKGBUILD glamor_revert.patch)

2019-03-19 Thread Laurent Carlier via arch-commits
Date: Tuesday, March 19, 2019 @ 17:38:40
  Author: lcarlier
Revision: 348714

upgpkg: xf86-video-ati 1:19.0.1-1

upstream update 19.0.1

Modified:
  xf86-video-ati/trunk/PKGBUILD
Deleted:
  xf86-video-ati/trunk/glamor_revert.patch

-+
 PKGBUILD|   18 +-
 glamor_revert.patch |   32 
 2 files changed, 5 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:34:42 UTC (rev 348713)
+++ PKGBUILD2019-03-19 17:38:40 UTC (rev 348714)
@@ -2,8 +2,8 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-video-ati
-pkgver=19.0.0
-pkgrel=2
+pkgver=19.0.1
+pkgrel=1
 epoch=1
 pkgdesc="X.org ati video driver"
 arch=('x86_64')
@@ -13,19 +13,11 @@
 makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=24.0')
 conflicts=('xorg-server<1.20.0' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
 groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
-glamor_revert.patch)
-sha512sums=('0674c8befa926fd3b431ce80d90f2cd0de17314efe7fd3a5ed0d78018d6cd32625b514bf68436a47eb15e5ad4b50317f3c09fd687b77e69a067d1210ee459827'
-'SKIP'
-
'08b121e165f20c994648100077a5477a164d48de7a7c5656da5268b97e5e3f454d359c1bee046bbf7ab5ac9c281db7a091fb12662b30a9d498c05c4d1b019e7b')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('e04c5395e3a49d81b8f7a4b0e11fe8c9ebd17af056a4eab4541873796dce05b103c93fb185f3a00873010df0655cd7311e6d27e177aeb7345c4c8017bbd1eb17'
+'SKIP')
 validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix glitches seen in i3-wm at status bar and window titles
-  patch -Np1 -R -i ../glamor_revert.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 

Deleted: glamor_revert.patch
===
--- glamor_revert.patch 2019-03-19 17:34:42 UTC (rev 348713)
+++ glamor_revert.patch 2019-03-19 17:38:40 UTC (rev 348714)
@@ -1,32 +0,0 @@
-From 274703087f80342f51fa69c935bb9a1cb0c4ae47 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Michel=20D=C3=A4nzer?= 
-Date: Mon, 28 Jan 2019 18:06:50 +0100
-Subject: glamor: Avoid glamor_create_pixmap for pixmaps backing windows
-
-If the compositing manager uses direct rendering (as is usually the case
-these days), the storage of a pixmap allocated by glamor_create_pixmap
-needs to be reallocated for sharing it with the compositing manager.
-Instead, allocate pixmap storage which can be shared directly.
-
-(Ported from amdgpu commit bf326f2ea19daa6c8da23d6788ff301ae70b8e69)

- src/radeon_glamor.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/radeon_glamor.c b/src/radeon_glamor.c
-index f109838..3e676f2 100644
 a/src/radeon_glamor.c
-+++ b/src/radeon_glamor.c
-@@ -238,7 +238,7 @@ radeon_glamor_create_pixmap(ScreenPtr screen, int w, int 
h, int depth,
-   if (info->shadow_primary) {
-   if (usage != CREATE_PIXMAP_USAGE_BACKING_PIXMAP)
-   return fbCreatePixmap(screen, w, h, depth, 
usage);
--  } else {
-+  } else if (usage != CREATE_PIXMAP_USAGE_BACKING_PIXMAP) {
-   pixmap = glamor_create_pixmap(screen, w, h, depth, 
usage);
-   if (pixmap)
-   return pixmap;
--- 
-cgit v1.1
-
-


[arch-commits] Commit in perl-net-dns-sec/trunk (PKGBUILD)

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:37:58
  Author: felixonmars
Revision: 442784

upgpkg: perl-net-dns-sec 1.12-1

Modified:
  perl-net-dns-sec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:35:32 UTC (rev 442783)
+++ PKGBUILD2019-03-19 17:37:58 UTC (rev 442784)
@@ -3,7 +3,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-net-dns-sec
-pkgver=1.11
+pkgver=1.12
 pkgrel=1
 pkgdesc="DNSSEC extensions to Net::DNS"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 url='http://search.mcpan.org/dist/Net-DNS-SEC'
 options=('!emptydirs')
 
source=("http://search.mcpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-$pkgver.tar.gz";)
-sha512sums=('5887eb34f9810d593e067a6f8d75c2bc0a4796961f26cddc036046b65d27e303c2c096a96ddf843b741ca70df506079001c16f5887054ad07742a55129676e90')
+sha512sums=('718a640241cd4181c904ca2280c708bcf6c209d133cd2e40cd9001d2038c1fdd3967f1d6ff24ccede3e44fb701ca269db4dff86a84bd4e53bb3cf0f32b3fb927')
 _distdir="Net-DNS-SEC-$pkgver"
 
 build() {


[arch-commits] Commit in wire-desktop/repos/community-staging-x86_64 (4 files)

2019-03-19 Thread Maxim Baz via arch-commits
Date: Tuesday, March 19, 2019 @ 17:35:32
  Author: maximbaz
Revision: 442783

archrelease: copy trunk to community-staging-x86_64

Added:
  wire-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 442782, wire-desktop/trunk/PKGBUILD)
  wire-desktop/repos/community-staging-x86_64/wire-desktop.desktop
(from rev 442782, wire-desktop/trunk/wire-desktop.desktop)
Deleted:
  wire-desktop/repos/community-staging-x86_64/PKGBUILD
  wire-desktop/repos/community-staging-x86_64/wire-desktop.desktop

--+
 PKGBUILD |  114 -
 wire-desktop.desktop |   26 +--
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 17:35:03 UTC (rev 442782)
+++ PKGBUILD2019-03-19 17:35:32 UTC (rev 442783)
@@ -1,57 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Conor Anderson 
-
-pkgname=wire-desktop
-pkgver=3.7.2891
-pkgrel=2
-pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
-arch=('x86_64')
-url='https://wire.com/'
-license=('GPL3')
-depends=('electron' 'xdg-utils')
-makedepends=('git' 'npm' 'yarn')
-optdepends=('emoji-font: colorful emoji')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz";
-
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig";
-"${pkgname}.desktop")
-sha256sums=('162ebb6c8642edfd74fc02b494dbea912b727fadc91db93c137ee35e0e81dba5'
-'SKIP'
-'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
-validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
-
-prepare() {
-# Remove "node-addressbook" dependency as it's only for macOS
-sed -i '/node-addressbook/d' 
"${pkgname}-linux-${pkgver}/electron/package.json"
-
-# Create launcher script
-cat << EOF > "${pkgname}"
-#!/usr/bin/env sh
-
-electron "/usr/lib/${pkgname}" "\$@"
-EOF
-}
-
-build() {
-cd "${pkgname}-linux-${pkgver}"
-yarn
-yarn build:ts
-BUILD_NUMBER="${pkgver##*.}" npx grunt 'linux-prod-package'
-}
-
-package() {
-# Place files
-install -d "${pkgdir}/usr/lib/${pkgname}"
-cp -a "${pkgname}-linux-${pkgver}/electron/"* 
"${pkgdir}/usr/lib/${pkgname}"
-
-# Place launcher script
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-
-# Place desktop entry and icon
-desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"
-local res
-for res in 32x32 256x256; do
-install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" 
"${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
-done
-}
-
-# vim:set ts=4 sw=4 et:

Copied: wire-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 442782, 
wire-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 17:35:32 UTC (rev 442783)
@@ -0,0 +1,57 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Conor Anderson 
+
+pkgname=wire-desktop
+pkgver=3.7.2891
+pkgrel=2
+pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
+arch=('x86_64')
+url='https://wire.com/'
+license=('GPL3')
+depends=('electron' 'xdg-utils')
+makedepends=('git' 'npm' 'yarn')
+optdepends=('emoji-font: colorful emoji')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz";
+
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig";
+"${pkgname}.desktop")
+sha256sums=('162ebb6c8642edfd74fc02b494dbea912b727fadc91db93c137ee35e0e81dba5'
+'SKIP'
+'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
+validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
+
+prepare() {
+# Remove "node-addressbook" dependency as it's only for macOS
+sed -i '/node-addressbook/d' 
"${pkgname}-linux-${pkgver}/electron/package.json"
+
+# Create launcher script
+cat << EOF > "${pkgname}"
+#!/usr/bin/env sh
+
+electron "/usr/lib/${pkgname}" "\$@"
+EOF
+}
+
+build() {
+cd "${pkgname}-linux-${pkgver}"
+yarn
+yarn build:ts
+BUILD_NUMBER="${pkgver##*.}" npx grunt 'linux-prod-package'
+}
+
+package() {
+# Place files
+install -d "${pkgdir}/usr/lib/${pkgname}"
+cp -a "${pkgname}-linux-${pkgver}/electron/"* 
"${pkgdir}/usr/lib/${pkgname}"
+
+# Place launcher script
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+
+# Place desktop entry and icon
+desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"

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

2019-03-19 Thread Maxim Baz via arch-commits
Date: Tuesday, March 19, 2019 @ 17:34:58
  Author: maximbaz
Revision: 442781

wire-desktop: electron 4 rebuild

just in case, since the last release there are no more native extensions

Modified:
  wire-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:34:47 UTC (rev 442780)
+++ PKGBUILD2019-03-19 17:34:58 UTC (rev 442781)
@@ -3,7 +3,7 @@
 
 pkgname=wire-desktop
 pkgver=3.7.2891
-pkgrel=1
+pkgrel=2
 pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
 arch=('x86_64')
 url='https://wire.com/'


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:34:47
  Author: felixonmars
Revision: 442780

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 17:34:29 UTC (rev 442779)
+++ PKGBUILD2019-03-19 17:34:47 UTC (rev 442780)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-toposort
-pkgname=('python-toposort' 'python2-toposort')
-pkgver=1.5
-pkgrel=2
-pkgdesc='Implements a topological sort algorithm'
-arch=('any')
-license=('Apache')
-url='https://bitbucket.org/ericvsmith/toposort'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/ericvsmith/toposort/get/$pkgver.tar.bz2";)
-sha512sums=('f79ee4a04b157db164e484be054bed6d310023722cd13469454022eb96ccd3ff5bf6dc570384d3ca790c819b67afa4a96c716da2b99c458d8ddfe2e56e5222a0')
-
-prepare() {
-  mv ericvsmith-toposort-* toposort-$pkgver
-  cp -a toposort-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/toposort-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/toposort-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/toposort-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/toposort-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-toposort() {
-  depends=('python')
-
-  cd toposort-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-toposort() {
-  depends=('python2')
-
-  cd toposort-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-toposort/repos/community-any/PKGBUILD (from rev 442779, 
python-toposort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 17:34:47 UTC (rev 442780)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-toposort
+pkgver=1.5
+pkgrel=3
+pkgdesc='Implements a topological sort algorithm'
+arch=('any')
+license=('Apache')
+url='https://bitbucket.org/ericvsmith/toposort'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/ericvsmith/toposort/get/$pkgver.tar.bz2";)
+sha512sums=('f79ee4a04b157db164e484be054bed6d310023722cd13469454022eb96ccd3ff5bf6dc570384d3ca790c819b67afa4a96c716da2b99c458d8ddfe2e56e5222a0')
+
+prepare() {
+  mv ericvsmith-toposort-* toposort-$pkgver
+}
+
+build() {
+  cd toposort-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd toposort-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd toposort-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-03-19 Thread Maxim Baz via arch-commits
Date: Tuesday, March 19, 2019 @ 17:35:03
  Author: maximbaz
Revision: 442782

archrelease: copy trunk to community-staging-x86_64

Added:
  wire-desktop/repos/community-staging-x86_64/
  wire-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 442781, wire-desktop/trunk/PKGBUILD)
  wire-desktop/repos/community-staging-x86_64/wire-desktop.desktop
(from rev 442781, wire-desktop/trunk/wire-desktop.desktop)

--+
 PKGBUILD |   57 +
 wire-desktop.desktop |   13 +++
 2 files changed, 70 insertions(+)

Copied: wire-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 442781, 
wire-desktop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-19 17:35:03 UTC (rev 442782)
@@ -0,0 +1,57 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Conor Anderson 
+
+pkgname=wire-desktop
+pkgver=3.7.2891
+pkgrel=2
+pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
+arch=('x86_64')
+url='https://wire.com/'
+license=('GPL3')
+depends=('electron' 'xdg-utils')
+makedepends=('git' 'npm' 'yarn')
+optdepends=('emoji-font: colorful emoji')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz";
+
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig";
+"${pkgname}.desktop")
+sha256sums=('162ebb6c8642edfd74fc02b494dbea912b727fadc91db93c137ee35e0e81dba5'
+'SKIP'
+'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
+validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
+
+prepare() {
+# Remove "node-addressbook" dependency as it's only for macOS
+sed -i '/node-addressbook/d' 
"${pkgname}-linux-${pkgver}/electron/package.json"
+
+# Create launcher script
+cat << EOF > "${pkgname}"
+#!/usr/bin/env sh
+
+electron "/usr/lib/${pkgname}" "\$@"
+EOF
+}
+
+build() {
+cd "${pkgname}-linux-${pkgver}"
+yarn
+yarn build:ts
+BUILD_NUMBER="${pkgver##*.}" npx grunt 'linux-prod-package'
+}
+
+package() {
+# Place files
+install -d "${pkgdir}/usr/lib/${pkgname}"
+cp -a "${pkgname}-linux-${pkgver}/electron/"* 
"${pkgdir}/usr/lib/${pkgname}"
+
+# Place launcher script
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+
+# Place desktop entry and icon
+desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"
+local res
+for res in 32x32 256x256; do
+install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" 
"${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
+done
+}
+
+# vim:set ts=4 sw=4 et:

Copied: wire-desktop/repos/community-staging-x86_64/wire-desktop.desktop (from 
rev 442781, wire-desktop/trunk/wire-desktop.desktop)
===
--- community-staging-x86_64/wire-desktop.desktop   
(rev 0)
+++ community-staging-x86_64/wire-desktop.desktop   2019-03-19 17:35:03 UTC 
(rev 442782)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=Wire
+Comment=The most secure collaboration platform.
+Exec=wire-desktop %U
+Terminal=false
+Type=Application
+Icon=wire-desktop
+StartupWMClass=Wire
+Categories=Network;
+GenericName=Secure messenger
+Keywords=chat;encrypt;e2e;messenger;videocall
+MimeType=x-scheme-handler/wire
+Version=1.1


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

2019-03-19 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, March 19, 2019 @ 17:34:42
  Author: bisson
Revision: 348713

drop old stuff

Modified:
  gnupg/trunk/PKGBUILD
  gnupg/trunk/install

--+
 PKGBUILD |4 
 install  |   10 --
 2 files changed, 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:19:41 UTC (rev 348712)
+++ PKGBUILD2019-03-19 17:34:42 UTC (rev 348713)
@@ -27,10 +27,6 @@
 
 install=install
 
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in

Modified: install
===
--- install 2019-03-19 17:19:41 UTC (rev 348712)
+++ install 2019-03-19 17:34:42 UTC (rev 348713)
@@ -26,16 +26,6 @@
_global_units enable
 }
 
-post_upgrade() {
-   if (( $(vercmp $2 2.1.13-1) < 0 )); then
-   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
-   fi
-
-   if (( $(vercmp $2 2.1.21-3) < 0 )); then
-   _global_units enable
-   fi
-}
-
 pre_remove() {
_global_units disable
 }


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:34:29
  Author: felixonmars
Revision: 442779

upgpkg: python-toposort 1.5-3

remove python2 sibling

Modified:
  python-toposort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:30:52 UTC (rev 442778)
+++ PKGBUILD2019-03-19 17:34:29 UTC (rev 442779)
@@ -1,51 +1,33 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-toposort
-pkgname=('python-toposort' 'python2-toposort')
+pkgname=python-toposort
 pkgver=1.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Implements a topological sort algorithm'
 arch=('any')
 license=('Apache')
 url='https://bitbucket.org/ericvsmith/toposort'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/ericvsmith/toposort/get/$pkgver.tar.bz2";)
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/ericvsmith/toposort/get/$pkgver.tar.bz2";)
 
sha512sums=('f79ee4a04b157db164e484be054bed6d310023722cd13469454022eb96ccd3ff5bf6dc570384d3ca790c819b67afa4a96c716da2b99c458d8ddfe2e56e5222a0')
 
 prepare() {
   mv ericvsmith-toposort-* toposort-$pkgver
-  cp -a toposort-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/toposort-$pkgver
+  cd toposort-$pkgver
   python setup.py build
-
-  cd "$srcdir"/toposort-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/toposort-$pkgver
+  cd toposort-$pkgver
   python setup.py test
-
-  cd "$srcdir"/toposort-$pkgver-py2
-  python2 setup.py test
 }
 
-package_python-toposort() {
-  depends=('python')
-
+package() {
   cd toposort-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-toposort() {
-  depends=('python2')
-
-  cd toposort-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:30:52
  Author: felixonmars
Revision: 442778

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 17:30:34 UTC (rev 442777)
+++ PKGBUILD2019-03-19 17:30:52 UTC (rev 442778)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('c436dbc6fb840a301d1b3f5461f5614759ee7a81923d00d71c8e60f12c7bee1523710c516a38da0b482eedd282b371db77c9ff9abad3d42bc29db22f1081a6bc')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 442777, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 17:30:52 UTC (rev 442778)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cinderclient
+pkgver=4.1.0
+pkgrel=2
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('c436dbc6fb840a301d1b3f5461f5614759ee7a81923d00d71c8e60f12c7bee1523710c516a38da0b482eedd282b371db77c9ff9abad3d42bc29db22f1081a6bc')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:30:34
  Author: felixonmars
Revision: 442777

upgpkg: python-cinderclient 4.1.0-2

remove python2 sibling

Modified:
  python-cinderclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:25:14 UTC (rev 442776)
+++ PKGBUILD2019-03-19 17:30:34 UTC (rev 442777)
@@ -1,62 +1,36 @@
 # Maintainer: Felix Yan 
 # Contributor: Daniel Wallace 
 
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
+pkgname=python-cinderclient
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenStack Block Storage API Client Library"
 arch=('any')
 url="http://docs.openstack.org/developer/python-cinderclient";
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
 
sha512sums=('c436dbc6fb840a301d1b3f5461f5614759ee7a81923d00d71c8e60f12c7bee1523710c516a38da0b482eedd282b371db77c9ff9abad3d42bc29db22f1081a6bc')
 
+export PBR_VERSION=$pkgver
+
 prepare() {
   sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
 }
 
 build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
+  cd python-cinderclient-$pkgver
   python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 stestr2 run
+  cd python-cinderclient-$pkgver
+  stestr run
 }
 
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
+package() {
+  cd python-cinderclient-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:25:14
  Author: felixonmars
Revision: 442776

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 17:24:58 UTC (rev 442775)
+++ PKGBUILD2019-03-19 17:25:14 UTC (rev 442776)
@@ -1,67 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstackclient
-pkgname=(python-openstackclient python2-openstackclient)
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="OpenStack Command-line Client"
-arch=('any')
-url="https://docs.openstack.org/python-openstackclient/latest/";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-cliff' 'python2-cliff' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-keystoneauth1' 
'python2-keystoneauth1'
- 'python-osc-lib' 'python2-osc-lib' 'python-oslo-utils' 
'python2-oslo-utils'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-openstacksdk' 
'python2-openstacksdk'
- 'python-glanceclient' 'python2-glanceclient' 'python-novaclient' 
'python2-novaclient'
- 'python-cinderclient' 'python2-cinderclient')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-testrepository' 'python2-testrepository')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstackclient/archive/$pkgver.tar.gz";)
-sha512sums=('0b3b70649ce063155df85d4132be1cf598e97e734acfe24976b3dfaf91a6c8c9b982aff959beca8ed5deebbc9d33e1aeac6577ce85823fe7bfdf01fd5644a62d')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  cp -a python-openstackclient-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-openstackclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-openstackclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstackclient-$pkgver
-  python setup.py testr || warning "Tests failed: 
https://storyboard.openstack.org/#!/story/2003143";
-
-  cd "$srcdir"/python-openstackclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed: 
https://storyboard.openstack.org/#!/story/2003143";
-}
-
-package_python-openstackclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneclient'
-   'python-keystoneauth1' 'python-osc-lib' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-openstacksdk' 'python-glanceclient' 'python-novaclient' 
'python-cinderclient')
-
-  cd "$srcdir"/python-openstackclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstackclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneclient'
-   'python2-keystoneauth1' 'python2-osc-lib' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-openstacksdk' 'python2-glanceclient' 'python2-novaclient'
-   'python2-cinderclient')
-
-  cd "$srcdir"/python-openstackclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstackclient/repos/community-any/PKGBUILD (from rev 442775, 
python-openstackclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 17:25:14 UTC (rev 442776)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-openstackclient
+pkgver=3.18.0
+pkgrel=2
+pkgdesc="OpenStack Command-line Client"
+arch=('any')
+url="https://docs.openstack.org/python-openstackclient/latest/";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneclient'
+ 'python-keystoneauth1' 'python-osc-lib' 'python-oslo-utils' 
'python-oslo-i18n'
+ 'python-openstacksdk' 'python-glanceclient' 'python-novaclient' 
'python-cinderclient')
+checkdepends=('python-oslotest' 'python-requests-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-openstackclient/archive/$pkgver.tar.gz";)
+sha512sums=('0b3b70649ce063155df85d4132be1cf598e97e734acfe24976b3dfaf91a6c8c9b982aff959beca8ed5deebbc9d33e1aeac6577ce85823fe7bfdf01fd5644a62d')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-openstackclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-openstackclient-$pkgver
+  stestr run || warning "Tests failed: 
https://storyboard.openstack.org/#!/story/2003143";
+}

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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:24:58
  Author: felixonmars
Revision: 442775

upgpkg: python-openstackclient 3.18.0-2

remove python2 sibling

Modified:
  python-openstackclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:15:05 UTC (rev 442774)
+++ PKGBUILD2019-03-19 17:24:58 UTC (rev 442775)
@@ -1,67 +1,33 @@
 # Maintainer: Felix Yan 
 # Contributor: Daniel Wallace 
 
-pkgbase=python-openstackclient
-pkgname=(python-openstackclient python2-openstackclient)
+pkgname=python-openstackclient
 pkgver=3.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenStack Command-line Client"
 arch=('any')
 url="https://docs.openstack.org/python-openstackclient/latest/";
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-cliff' 'python2-cliff' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-keystoneauth1' 
'python2-keystoneauth1'
- 'python-osc-lib' 'python2-osc-lib' 'python-oslo-utils' 
'python2-oslo-utils'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-openstacksdk' 
'python2-openstacksdk'
- 'python-glanceclient' 'python2-glanceclient' 'python-novaclient' 
'python2-novaclient'
- 'python-cinderclient' 'python2-cinderclient')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-testrepository' 'python2-testrepository')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-openstackclient/archive/$pkgver.tar.gz";)
+depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneclient'
+ 'python-keystoneauth1' 'python-osc-lib' 'python-oslo-utils' 
'python-oslo-i18n'
+ 'python-openstacksdk' 'python-glanceclient' 'python-novaclient' 
'python-cinderclient')
+checkdepends=('python-oslotest' 'python-requests-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-openstackclient/archive/$pkgver.tar.gz";)
 
sha512sums=('0b3b70649ce063155df85d4132be1cf598e97e734acfe24976b3dfaf91a6c8c9b982aff959beca8ed5deebbc9d33e1aeac6577ce85823fe7bfdf01fd5644a62d')
 
 export PBR_VERSION=$pkgver
 
-prepare() {
-  cp -a python-openstackclient-$pkgver{,-py2}
-}
-
 build() {
-  cd "$srcdir"/python-openstackclient-$pkgver
+  cd python-openstackclient-$pkgver
   python setup.py build
-
-  cd "$srcdir"/python-openstackclient-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/python-openstackclient-$pkgver
-  python setup.py testr || warning "Tests failed: 
https://storyboard.openstack.org/#!/story/2003143";
-
-  cd "$srcdir"/python-openstackclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed: 
https://storyboard.openstack.org/#!/story/2003143";
+  cd python-openstackclient-$pkgver
+  stestr run || warning "Tests failed: 
https://storyboard.openstack.org/#!/story/2003143";
 }
 
-package_python-openstackclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneclient'
-   'python-keystoneauth1' 'python-osc-lib' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-openstacksdk' 'python-glanceclient' 'python-novaclient' 
'python-cinderclient')
-
-  cd "$srcdir"/python-openstackclient-$pkgver
+package() {
+  cd python-openstackclient-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-openstackclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneclient'
-   'python2-keystoneauth1' 'python2-osc-lib' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-openstacksdk' 'python2-glanceclient' 'python2-novaclient'
-   'python2-cinderclient')
-
-  cd "$srcdir"/python-openstackclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack{,2}
-}
-
-# vim:set ts=2 sw=2 et:


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

2019-03-19 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, March 19, 2019 @ 17:19:41
  Author: bisson
Revision: 348712

archrelease: copy trunk to testing-x86_64

Added:
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 348711, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 348711, gnupg/trunk/install)

--+
 PKGBUILD |   67 +
 install  |   41 +
 2 files changed, 108 insertions(+)

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 348711, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-19 17:19:41 UTC (rev 348712)
@@ -0,0 +1,67 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.14
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('1bf9ed46dc1ec5d8cfa13ba1ad47f94981f3b6a7ec16ad9123cc2549c4cbf87b'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg "${pkgdir}"/usr/bin/gpg2
+   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
+}

Copied: gnupg/repos/testing-x86_64/install (from rev 348711, 
gnupg/trunk/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2019-03-19 17:19:41 UTC (rev 348712)
@@ -0,0 +1,41 @@
+_global_units() {
+   _units=(dirmngr.socket gpg-agent.socket 
gpg-agent-{browser,extra,ssh}.socket)
+   _dir=/etc/systemd/user/sockets.target.wants
+
+   case $1 in
+   enable)
+   mkdir -p $_dir
+   for _u in "${_units[@]}"; do
+   ln -sf /usr/lib/systemd/user/$_u $_dir/$_u
+   done
+   ;;
+   disable)
+   for _u in "${_units[@]}"; do
+   rm -f $_dir/$_u
+   done
+   rmdir -p --ignore-fail-on-non-empty $_dir
+   ;;
+   esac
+}
+
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null
+
+   # Let systemd supervise daemons by default
+   _global_units enable
+}
+
+post_upgrade() {
+   if (( $(vercmp $2 2.1.13-1) < 0 )); then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+
+   if (( $(vercmp $2 2.1.21-3) < 0 )); then
+   _global_units enable
+   fi
+}
+
+pre_remove() {
+   _global_units disable
+}


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

2019-03-19 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, March 19, 2019 @ 17:19:23
  Author: bisson
Revision: 348711

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 16:45:49 UTC (rev 348710)
+++ PKGBUILD2019-03-19 17:19:23 UTC (rev 348711)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.2.13
+pkgver=2.2.14
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='https://www.gnupg.org/'
@@ -22,7 +22,7 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('76c787a955f9e6e0ead47c9be700bfb9d454f955a7b7c7e697aa719bac7b11d8'
+sha256sums=('1bf9ed46dc1ec5d8cfa13ba1ad47f94981f3b6a7ec16ad9123cc2549c4cbf87b'
 'SKIP')
 
 install=install


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:15:05
  Author: felixonmars
Revision: 442774

archrelease: copy trunk to community-x86_64

Added:
  z3/repos/community-x86_64/PKGBUILD
(from rev 442773, z3/trunk/PKGBUILD)
Deleted:
  z3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 17:14:47 UTC (rev 442773)
+++ PKGBUILD2019-03-19 17:15:05 UTC (rev 442774)
@@ -1,69 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-# Contributor: rudy.matela
-
-pkgbase=z3
-pkgname=('z3' 'python-z3' 'python2-z3')
-pkgver=4.8.4
-pkgrel=1
-pkgdesc='High-performance theorem prover'
-url='https://github.com/Z3Prover/z3'
-arch=('x86_64')
-license=('MIT')
- # 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
-makedepends=('cmake' 'python2' 'python2-setuptools' 'python' 
'python-setuptools' 'gcc-libs' 'gmp')
-optdepends=('python2-setuptools: bindings for python2')
-source=(https://github.com/Z3Prover/z3/archive/${pkgbase}-${pkgver}.tar.gz)
-sha512sums=('4660ba6ab33a6345b2e8396c332d4afcfc73eda66ceb2595a39f152df4d62a9ea0f349b0f9212389ba84ecba6bdae6ad9b62b376ba44dc4d9c74f80d7a818bf4')
-
-prepare() {
-  cd ${pkgbase}-${pkgbase}-${pkgver}
-  mkdir -p build
-}
-
-build() {
-  cd ${pkgbase}-${pkgbase}-${pkgver}/build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_PYTHON_BINDINGS=1 \
--DPYTHON_EXECUTABLE=/usr/bin/python \
--DUSE_LIB_GMP=1
-  make
-}
-
-package_z3() {
-  depends=('gcc-libs' 'gmp')
-  provides=('libz3' 'libz3.so')
-  cd ${pkgbase}-${pkgbase}-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -r "${pkgdir}"/usr/lib/python*
-}
-
-package_python-z3() {
-  depends=('python' 'libz3')
-  cd ${pkgbase}-${pkgbase}-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  cd "${pkgdir}"
-  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
-  python -m compileall .
-  python -O -m compileall .
-}
-
-package_python2-z3() {
-  depends=('python2' 'libz3')
-  cd ${pkgbase}-${pkgbase}-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  cd "${pkgdir}"
-  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
-  mv usr/lib/python* usr/lib/python2.7
-  [ -n "${SOURCE_DATE_EPOCH}" ] && find . -exec touch -h -d 
@$SOURCE_DATE_EPOCH {} +
-  python2 -m compileall .
-  python2 -O -m compileall .
-}
-
-# vim: ts=2 sw=2 et:

Copied: z3/repos/community-x86_64/PKGBUILD (from rev 442773, z3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 17:15:05 UTC (rev 442774)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor: rudy.matela
+
+pkgbase=z3
+pkgname=('z3' 'python-z3')
+pkgver=4.8.4
+pkgrel=2
+pkgdesc='High-performance theorem prover'
+url='https://github.com/Z3Prover/z3'
+arch=('x86_64')
+license=('MIT')
+ # 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
+makedepends=('cmake' 'python' 'python-setuptools' 'gcc-libs' 'gmp')
+source=(https://github.com/Z3Prover/z3/archive/${pkgbase}-${pkgver}.tar.gz)
+sha512sums=('4660ba6ab33a6345b2e8396c332d4afcfc73eda66ceb2595a39f152df4d62a9ea0f349b0f9212389ba84ecba6bdae6ad9b62b376ba44dc4d9c74f80d7a818bf4')
+
+prepare() {
+  cd ${pkgbase}-${pkgbase}-${pkgver}
+  mkdir -p build
+}
+
+build() {
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_PYTHON_BINDINGS=1 \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
+-DUSE_LIB_GMP=1
+  make
+}
+
+package_z3() {
+  depends=('gcc-libs' 'gmp')
+  provides=('libz3' 'libz3.so')
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -r "${pkgdir}"/usr/lib/python*
+}
+
+package_python-z3() {
+  depends=('python' 'libz3')
+  cd ${pkgbase}-${pkgbase}-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd "${pkgdir}"
+  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
+  python -m compileall .
+  python -O -m compileall .
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:14:47
  Author: felixonmars
Revision: 442773

upgpkg: z3 4.8.4-2

remove python2 sibling

Modified:
  z3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:12:16 UTC (rev 442772)
+++ PKGBUILD2019-03-19 17:14:47 UTC (rev 442773)
@@ -3,16 +3,15 @@
 # Contributor: rudy.matela
 
 pkgbase=z3
-pkgname=('z3' 'python-z3' 'python2-z3')
+pkgname=('z3' 'python-z3')
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc='High-performance theorem prover'
 url='https://github.com/Z3Prover/z3'
 arch=('x86_64')
 license=('MIT')
  # 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
-makedepends=('cmake' 'python2' 'python2-setuptools' 'python' 
'python-setuptools' 'gcc-libs' 'gmp')
-optdepends=('python2-setuptools: bindings for python2')
+makedepends=('cmake' 'python' 'python-setuptools' 'gcc-libs' 'gmp')
 source=(https://github.com/Z3Prover/z3/archive/${pkgbase}-${pkgver}.tar.gz)
 
sha512sums=('4660ba6ab33a6345b2e8396c332d4afcfc73eda66ceb2595a39f152df4d62a9ea0f349b0f9212389ba84ecba6bdae6ad9b62b376ba44dc4d9c74f80d7a818bf4')
 
@@ -53,17 +52,4 @@
   python -O -m compileall .
 }
 
-package_python2-z3() {
-  depends=('python2' 'libz3')
-  cd ${pkgbase}-${pkgbase}-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  cd "${pkgdir}"
-  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
-  mv usr/lib/python* usr/lib/python2.7
-  [ -n "${SOURCE_DATE_EPOCH}" ] && find . -exec touch -h -d 
@$SOURCE_DATE_EPOCH {} +
-  python2 -m compileall .
-  python2 -O -m compileall .
-}
-
 # vim: ts=2 sw=2 et:


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:11:59
  Author: felixonmars
Revision: 442771

upgpkg: glider 0.7.0-1

Modified:
  glider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:09:03 UTC (rev 442770)
+++ PKGBUILD2019-03-19 17:11:59 UTC (rev 442771)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=glider
-pkgver=0.6.11
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="A forward proxy with multiple protocols support"
 arch=('x86_64')
 url="https://github.com/nadoo/glider";
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz";)
-sha512sums=('c6488dd309d3df5c578f8fe54c3d4e79e1ef437d5d49fd9149e97275e2199f7586092194e11399a70262c8108d24b0fbae475c3ec1c86c4ceb1657dfe051c8b6')
+sha512sums=('28a1d4002958993f4f669d23ecc039e1255c16a09a32cb71894b67675b5d0dc2b37763052ef3d8d487c3b318eae61f7dec2f2a6388d3cc463ba4e9261a513b8a')
 
 prepare() {
   mkdir .gopath
@@ -32,7 +32,7 @@
 
 package() {
   cd glider-$pkgver
-  install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
+  install -Dm755 glider "$pkgdir"/usr/bin/glider
   install -Dm644 config/glider.conf.example 
"$pkgdir"/etc/glider/glider.conf.example
   install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
 }


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:12:16
  Author: felixonmars
Revision: 442772

archrelease: copy trunk to community-x86_64

Added:
  glider/repos/community-x86_64/PKGBUILD
(from rev 442771, glider/trunk/PKGBUILD)
Deleted:
  glider/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 17:11:59 UTC (rev 442771)
+++ PKGBUILD2019-03-19 17:12:16 UTC (rev 442772)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=glider
-pkgver=0.6.11
-pkgrel=2
-pkgdesc="A forward proxy with multiple protocols support"
-arch=('x86_64')
-url="https://github.com/nadoo/glider";
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz";)
-sha512sums=('c6488dd309d3df5c578f8fe54c3d4e79e1ef437d5d49fd9149e97275e2199f7586092194e11399a70262c8108d24b0fbae475c3ec1c86c4ceb1657dfe051c8b6')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/nadoo
-  ln -sf "$srcdir"/glider-$pkgver "$GOPATH"/src/github.com/nadoo/glider
-
-  go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core 
github.com/sun8911879/shadowsocksR
-}
-
-build() {
-  cd glider-$pkgver
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}"
-
-}
-
-package() {
-  cd glider-$pkgver
-  install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
-  install -Dm644 config/glider.conf.example 
"$pkgdir"/etc/glider/glider.conf.example
-  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
-}

Copied: glider/repos/community-x86_64/PKGBUILD (from rev 442771, 
glider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 17:12:16 UTC (rev 442772)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=glider
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="A forward proxy with multiple protocols support"
+arch=('x86_64')
+url="https://github.com/nadoo/glider";
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz";)
+sha512sums=('28a1d4002958993f4f669d23ecc039e1255c16a09a32cb71894b67675b5d0dc2b37763052ef3d8d487c3b318eae61f7dec2f2a6388d3cc463ba4e9261a513b8a')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/nadoo
+  ln -sf "$srcdir"/glider-$pkgver "$GOPATH"/src/github.com/nadoo/glider
+
+  go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core 
github.com/sun8911879/shadowsocksR
+}
+
+build() {
+  cd glider-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}"
+
+}
+
+package() {
+  cd glider-$pkgver
+  install -Dm755 glider "$pkgdir"/usr/bin/glider
+  install -Dm644 config/glider.conf.example 
"$pkgdir"/etc/glider/glider.conf.example
+  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
+}


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:09:03
  Author: felixonmars
Revision: 442770

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 17:08:43 UTC (rev 442769)
+++ PKGBUILD2019-03-19 17:09:03 UTC (rev 442770)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-vine
-pkgname=('python-vine' 'python2-vine')
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Promises, promises, promises"
-arch=('any')
-license=('BSD')
-url="https://github.com/celery/vine";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-case' 
'python2-case')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/vine/archive/v$pkgver.tar.gz";)
-sha512sums=('7b80d268bac6915ed30f9f25382b2a22534a9a182a88092b651abb94e95ec740aa2465cd13488f16c3636e3ee51b77fdef7f79a8f5a72e93964d3a72d5fe3e3c')
-
-prepare() {
-  cp -a vine-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/vine-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/vine-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/vine-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/vine-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-vine() {
-  depends=('python-case')
-
-  cd vine-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-vine() {
-  depends=('python2-case')
-
-  cd vine-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-vine/repos/community-any/PKGBUILD (from rev 442769, 
python-vine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 17:09:03 UTC (rev 442770)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-vine
+pkgname=('python-vine' 'python2-vine')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Promises, promises, promises"
+arch=('any')
+license=('BSD')
+url="https://github.com/celery/vine";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-case' 
'python2-case')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/vine/archive/v$pkgver.tar.gz";)
+sha512sums=('cb6ee9fcfcd7e7e23e894fce646c9e8b2300622fcc1811c1547bda90e3756de248ac01e4f812ecbb31dd1798734219d0b8f986354ae16014a7e5d949ab5d994f')
+
+prepare() {
+  cp -a vine-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/vine-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/vine-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/vine-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/vine-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-vine() {
+  depends=('python-case')
+
+  cd vine-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-vine() {
+  depends=('python2-case')
+
+  cd vine-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:08:34
  Author: felixonmars
Revision: 442768

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   44 ++--
 jake.install |   22 +++---
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 17:08:15 UTC (rev 442767)
+++ PKGBUILD2019-03-19 17:08:34 UTC (rev 442768)
@@ -1,22 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=jake
-pkgver=8.0.19
-pkgrel=1
-pkgdesc="JavaScript build tool, similar to Make or Rake"
-arch=('any')
-url="http://jakejs.com";
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8a294976e602530c51a87ddf2776f870fe6ba9e878de918cf0e4bad8b0f0a0a091a1e6008f8b7f28902d049e2372c54a10e3c9d63360e28d6c2a26e4dd99d553')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-}

Copied: jake/repos/community-any/PKGBUILD (from rev 442767, jake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 17:08:34 UTC (rev 442768)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan 
+
+pkgname=jake
+pkgver=8.1.1
+pkgrel=1
+pkgdesc="JavaScript build tool, similar to Make or Rake"
+arch=('any')
+url="http://jakejs.com";
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('4495160dab39c6ee2b3fa09b08faa454ff7ebe094c3d38616488f4f04b634a2501a7046d56385284f288a444f2121cbf67584493deea213c5b64af965ed4b2cf')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+}

Deleted: jake.install
===
--- jake.install2019-03-19 17:08:15 UTC (rev 442767)
+++ jake.install2019-03-19 17:08:34 UTC (rev 442768)
@@ -1,11 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
-/usr/lib/node_modules/jake/node_modules \
-/usr/lib/node_modules/jake/node_modules/.bin \
-/usr/lib/node_modules/jake/node_modules/filelist/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: jake/repos/community-any/jake.install (from rev 442767, 
jake/trunk/jake.install)
===
--- jake.install(rev 0)
+++ jake.install2019-03-19 17:08:34 UTC (rev 442768)
@@ -0,0 +1,11 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+/usr/lib/node_modules/jake/node_modules \
+/usr/lib/node_modules/jake/node_modules/.bin \
+/usr/lib/node_modules/jake/node_modules/filelist/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:08:43
  Author: felixonmars
Revision: 442769

upgpkg: python-vine 1.3.0-1

Modified:
  python-vine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 17:08:34 UTC (rev 442768)
+++ PKGBUILD2019-03-19 17:08:43 UTC (rev 442769)
@@ -2,7 +2,7 @@
 
 pkgbase=python-vine
 pkgname=('python-vine' 'python2-vine')
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Promises, promises, promises"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-case' 
'python2-case')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/vine/archive/v$pkgver.tar.gz";)
-sha512sums=('7b80d268bac6915ed30f9f25382b2a22534a9a182a88092b651abb94e95ec740aa2465cd13488f16c3636e3ee51b77fdef7f79a8f5a72e93964d3a72d5fe3e3c')
+sha512sums=('cb6ee9fcfcd7e7e23e894fce646c9e8b2300622fcc1811c1547bda90e3756de248ac01e4f812ecbb31dd1798734219d0b8f986354ae16014a7e5d949ab5d994f')
 
 prepare() {
   cp -a vine-$pkgver{,-py2}


  1   2   3   >