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

2019-06-20 Thread Christian Hesse via arch-commits
Date: Friday, June 21, 2019 @ 05:33:53
  Author: eworm
Revision: 482565

upgpkg: hidapi 0.9.0-1

new upstream release

Modified:
  hidapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 02:45:33 UTC (rev 482564)
+++ PKGBUILD2019-06-21 05:33:53 UTC (rev 482565)
@@ -4,20 +4,19 @@
 # Contributor: Emmanuel Gil Peyrot 
 
 pkgname=hidapi
-pkgver=0.8.0rc1
-_hidapiver=0.8.0-rc1
-pkgrel=3
-pkgdesc="Simple library for communicating with USB and Bluetooth HID devices"
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Simple library for communicating with USB and Bluetooth HID devices'
 arch=(x86_64)
-url="http://www.signal11.us/oss/hidapi/;
+url='https://github.com/libusb/hidapi'
 license=('GPL3' 'BSD' 'custom')
 depends=('libusb')
 conflicts=('hidapi-git')
-source=("https://github.com/signal11/hidapi/archive/hidapi-${_hidapiver}.tar.gz;)
-sha256sums=('3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61')
+source=("https://github.com/libusb/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652')
 
 build() {
-  cd "${srcdir}/hidapi-hidapi-${_hidapiver}"
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
 
   ./bootstrap
   ./configure --prefix=/usr
@@ -25,11 +24,11 @@
 }
 
 package() {
-  cd "${srcdir}/hidapi-hidapi-${_hidapiver}"
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
 
   make DESTDIR="${pkgdir}/" install
 
   mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
   rm -f "${pkgdir}/usr/share/doc/hidapi/"LICENSE*
-  install -m644 LICENSE.txt LICENSE-bsd.txt LICENSE-orig.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m0644 LICENSE.txt LICENSE-bsd.txt LICENSE-orig.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/"
 }


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

2019-06-20 Thread Christian Hesse via arch-commits
Date: Friday, June 21, 2019 @ 05:34:00
  Author: eworm
Revision: 482566

archrelease: copy trunk to community-x86_64

Added:
  hidapi/repos/community-x86_64/PKGBUILD
(from rev 482565, hidapi/trunk/PKGBUILD)
Deleted:
  hidapi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 05:33:53 UTC (rev 482565)
+++ PKGBUILD2019-06-21 05:34:00 UTC (rev 482566)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Niels Martignène 
-# Contributor: Nicolas Avrutin 
-# Contributor: Emmanuel Gil Peyrot 
-
-pkgname=hidapi
-pkgver=0.8.0rc1
-_hidapiver=0.8.0-rc1
-pkgrel=3
-pkgdesc="Simple library for communicating with USB and Bluetooth HID devices"
-arch=(x86_64)
-url="http://www.signal11.us/oss/hidapi/;
-license=('GPL3' 'BSD' 'custom')
-depends=('libusb')
-conflicts=('hidapi-git')
-source=("https://github.com/signal11/hidapi/archive/hidapi-${_hidapiver}.tar.gz;)
-sha256sums=('3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61')
-
-build() {
-  cd "${srcdir}/hidapi-hidapi-${_hidapiver}"
-
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/hidapi-hidapi-${_hidapiver}"
-
-  make DESTDIR="${pkgdir}/" install
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -f "${pkgdir}/usr/share/doc/hidapi/"LICENSE*
-  install -m644 LICENSE.txt LICENSE-bsd.txt LICENSE-orig.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: hidapi/repos/community-x86_64/PKGBUILD (from rev 482565, 
hidapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 05:34:00 UTC (rev 482566)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Niels Martignène 
+# Contributor: Nicolas Avrutin 
+# Contributor: Emmanuel Gil Peyrot 
+
+pkgname=hidapi
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Simple library for communicating with USB and Bluetooth HID devices'
+arch=(x86_64)
+url='https://github.com/libusb/hidapi'
+license=('GPL3' 'BSD' 'custom')
+depends=('libusb')
+conflicts=('hidapi-git')
+source=("https://github.com/libusb/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+
+  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -f "${pkgdir}/usr/share/doc/hidapi/"LICENSE*
+  install -m0644 LICENSE.txt LICENSE-bsd.txt LICENSE-orig.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-06-20 Thread Felix Yan via arch-commits
Date: Friday, June 21, 2019 @ 02:45:33
  Author: felixonmars
Revision: 482564

archrelease: copy trunk to community-x86_64

Added:
  haskell-dec/repos/community-x86_64/
  haskell-dec/repos/community-x86_64/PKGBUILD
(from rev 482563, haskell-dec/trunk/PKGBUILD)

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

Copied: haskell-dec/repos/community-x86_64/PKGBUILD (from rev 482563, 
haskell-dec/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-06-21 02:45:33 UTC (rev 482564)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=dec
+pkgname=haskell-dec
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="Decidable propositions"
+url="https://github.com/phadej/dec;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-void')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('446911a59287b48d8b98acf588671e6ed19fc12ed8adeabdab8f21c1fefb80cac7b59b9fea52a4671b997aa63d2eadda5181490e6901e99e9882de572abdc595')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2019-06-20 Thread Felix Yan via arch-commits
Date: Friday, June 21, 2019 @ 02:45:21
  Author: felixonmars
Revision: 482563

addpkg: haskell-dec 0.0.3-1

Added:
  haskell-dec/
  haskell-dec/repos/
  haskell-dec/trunk/
  haskell-dec/trunk/PKGBUILD

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

Added: haskell-dec/trunk/PKGBUILD
===
--- haskell-dec/trunk/PKGBUILD  (rev 0)
+++ haskell-dec/trunk/PKGBUILD  2019-06-21 02:45:21 UTC (rev 482563)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=dec
+pkgname=haskell-dec
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="Decidable propositions"
+url="https://github.com/phadej/dec;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-void')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('446911a59287b48d8b98acf588671e6ed19fc12ed8adeabdab8f21c1fefb80cac7b59b9fea52a4671b997aa63d2eadda5181490e6901e99e9882de572abdc595')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-20 Thread Andrew Crerar via arch-commits
Date: Friday, June 21, 2019 @ 02:09:27
  Author: andrewsc
Revision: 482562

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 02:09:04 UTC (rev 482561)
+++ PKGBUILD2019-06-21 02:09:27 UTC (rev 482562)
@@ -1,224 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=68.0b11
-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"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  '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 (Canada)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  '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"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  '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=('e26c50ec607c243a72c1c96918ff1d52e40ddc16a509c9d644a0405699b40708df804bc6ca656e656c9e0fd5601713ade3be41c27bed23ffa9a54bcd7062c321'
-
'90bc0f9335f23c769fc403ee7aa6156726334316f7786d51a4d75ac49fb96a95f2cc15842d00e507fa933cedab52cce186afd24cdb0546ee5d78bc3e9b0470eb'
-
'bd70f877f7237c528200820e15cab561db9a18817efe9e12dd74dc8e6570ae8e68e813bddf3bd4ad1355cb51eca4882eec9ae207dac89a009e2b0b979447b6ed'
-
'60f6dc54b7bc242cf8e7a771093842388cf129c2554a136aef3a630f52924c474b348b443674c45118fe530e1b6ac8c381999af7e9f86853f68a911094a6a5a7'
-
'a657e0a6a320681658a23a9bd24400dfbfc1d808f57d28ad8ded16cacfbaca100eb4b8ad5026431cfd588a607513e92f3286545a1bc95e84ae42bdfb55b5523b'
-
'3414276ec8b8b942b32f6d395240f06154ff8d3c161ba754a860e95af963e7fd32f84c025363fed978c60bbfec834f94c64477f5e028b400fc4cebacd5f29335'
-
'd908898220661ba2b4c4f30f434d689320eb327b88b6e498611aaef6dbbf39466147b2418f6d872044b8a126e8405cc7e208be72b0561e42259593fffc27a670'
-

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

2019-06-20 Thread Andrew Crerar via arch-commits
Date: Friday, June 21, 2019 @ 02:09:04
  Author: andrewsc
Revision: 482561

upgpkg: firefox-developer-edition-i18n 68.0b12-1

firefox-developer-edition-i18n: Updating to 68.0b12

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 02:01:47 UTC (rev 482560)
+++ PKGBUILD2019-06-21 02:09:04 UTC (rev 482561)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=68.0b11
+pkgver=68.0b12
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('e26c50ec607c243a72c1c96918ff1d52e40ddc16a509c9d644a0405699b40708df804bc6ca656e656c9e0fd5601713ade3be41c27bed23ffa9a54bcd7062c321'
-
'90bc0f9335f23c769fc403ee7aa6156726334316f7786d51a4d75ac49fb96a95f2cc15842d00e507fa933cedab52cce186afd24cdb0546ee5d78bc3e9b0470eb'
-
'bd70f877f7237c528200820e15cab561db9a18817efe9e12dd74dc8e6570ae8e68e813bddf3bd4ad1355cb51eca4882eec9ae207dac89a009e2b0b979447b6ed'
-
'60f6dc54b7bc242cf8e7a771093842388cf129c2554a136aef3a630f52924c474b348b443674c45118fe530e1b6ac8c381999af7e9f86853f68a911094a6a5a7'
-
'a657e0a6a320681658a23a9bd24400dfbfc1d808f57d28ad8ded16cacfbaca100eb4b8ad5026431cfd588a607513e92f3286545a1bc95e84ae42bdfb55b5523b'
-
'3414276ec8b8b942b32f6d395240f06154ff8d3c161ba754a860e95af963e7fd32f84c025363fed978c60bbfec834f94c64477f5e028b400fc4cebacd5f29335'
-
'd908898220661ba2b4c4f30f434d689320eb327b88b6e498611aaef6dbbf39466147b2418f6d872044b8a126e8405cc7e208be72b0561e42259593fffc27a670'
-
'756a13682274f9cfe1a3aa5267e0bdb60f658f9d399f5b0e54a38e4a28fb614c783a031872eacc448f00a2d3bda9253fc58ecbdbb063c71cca145885c24d'
-
'fea6c56879e8627cfee0c2966c089c3c167cbb20bc7b62577fc33761a0f568de76b1a87691a6639621d2af1dce65dbb97dda26954f487727fc0b8cfc88e1e258'
-
'0aadafa823ac9680156acee52a8edc000bc1b53ba2e2e6bdd07736b900914cee0a4eaac0eb61353dc5e818b897fc4c92340bb8537f281448b67b7fb281aa5193'
-
'61f649dbbce5a087506e31ffcaf3e01b772b3ac973f3f09e608fcc2c309ec9352a93e00e3accbe53664ce8805c0ece751fb7befa2ead036715b1d83fc50ebfcd'
-
'e283a2c6dd5db16805896036e71859125585fb8961f526c0e5fe440dd25083924a8c0b4a60a16458cf69d423edd3bc037c1f105f649524b0a17bbcd2a0b8ac78'
-
'11875330814979685e643a96b559819f6e8cea5d45ebc644817069499b55b6971d72116d9c164ff2d99dc3cdc1bebc4770cf789b1d91ebc8444cc7bf372673d9'
-
'a1df42307a74800f677ff42a3dbcd82f919ff10f2c73f8a204785d5dd26184bbc54a0892b50e18e319720af223230c3e05af84439ad130fb52ff5d9a5bca2e68'
-
'f771c80c8556a15dec12d645cf19fa111279690dc8bd5fc6b04c76e54d63e6bfa9be17cd42c86d17545a3739ccfd0350fb20e48187d948cf523316ca8abd5421'
-
'105007b2467d1cf46e3a2d3589641b044f91329f48695cd63aa59ecbdd93a0135a9cdb893942202e8eda6a0fe6cc55087d9065220ea9b985b327f839a2b9773f'
-
'd369f80f1df58419bbabafb997b9c492284eb6850cd1ff8851ce8c9f482f911d9a1b8a31822d1755449513fb52e6172bf4881ee03e49e140675b0e5760bae43f'
-
'37589cdc3d89a2971885fa314ef4576c7843410aba8032f4d71df7e121a2ef69dac848e2bbe4a61a67e59a0a90734f2a0e5d98e67f888c2b021b4d571fcf4161'
-
'5987a1762c388f2bf30626f93a9487dd350827b0107382e22dbfeb081b0f1abb1a68b2822781b4d087192d653e34b385d335a86231eca9fea30be5698b858463'
-
'f745ec565e115673fb2f12efcf1cd57790247088733ac503114a1a3f257641e85da7711e7bdc8557bdc0576f86c2fa68bbf54b60ce1f7d9e5290134572af8da3'
-
'41fed890c16bd97934c6f3abd5f8c45764056ffe9bff429f9246d44f8dcded0f4deee0892683ba39bf48b75ea3419ac818241b8bfefd3ec082e1837042adb529'
-
'7ec365f887dc41bab1f31be50018611a0bad6e9c6bb550bac2ec9f8a778d869b3b8d0a00ef2c46213ced1dd1a94745bad0e135d555e16fca4eba1f1f2d52b336'
-
'14fd227b9d73be166a49b9fb7b2c8d2779f0a607c6a69fec4c2635e3189a98570238abeb9472cef482194f790c3f1ebb42a34c7497346ecdb3b5ecbc9465d1f7'
-
'c7cd7c30e0be53d45df850cc52d268bdef1f9ea2072cff79f6459eb561cacdef21dad496c366e6f4edfae631a7fb29dcbc85701a77b8e831fee52b5bfc907ff9'
-
'31d0b3c16d0c77ad5c4c65640c7e1d083fd3d5a2d73b4056c578c1734a5d32bdb6d6463d9edefc03d27702a2e8d2bc273b653ebf45f2ba0169944ca8bc09'
-
'85e36e85724cf1840a144cf16df76354055ba560e1b75923aae43d784b23b0348d31a16b40d0629d48867d54d17026e579bb625a35b2eca6431f73994d6bbed9'
-
'79ee80ff2abff2b109b65deac445f19f4680dd58f3505fcea75531f6f0ba5653c0cffadc8664ea5a2c548b0196f6142f70f613fd26e1f7efb8304aad8550d823'
-
'651f55a6f52716c4ca09b625681dbc51fa15f5cfcf79a00c8efc1c2a5f1fb3c7b7278f13fdcdbb8a07c2cffec451b01410846d35706028ced247a4f3d0df6ad8'
-

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

2019-06-20 Thread Andrew Crerar via arch-commits
Date: Friday, June 21, 2019 @ 02:01:47
  Author: andrewsc
Revision: 482560

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 482559, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 482559, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 482559, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 482559, 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  |  354 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 594 insertions(+), 594 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 02:01:20 UTC (rev 482559)
+++ PKGBUILD2019-06-21 02:01:47 UTC (rev 482560)
@@ -1,177 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=68.0b11
-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' 'rust' '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
-
-  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 MOZ_PGO=1
-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
-ac_add_options 

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

2019-06-20 Thread Andrew Crerar via arch-commits
Date: Friday, June 21, 2019 @ 02:01:20
  Author: andrewsc
Revision: 482559

upgpkg: firefox-developer-edition 68.0b12-1

firefox-developer-edition: Updating to 68.0b12

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 01:52:14 UTC (rev 482558)
+++ PKGBUILD2019-06-21 02:01:20 UTC (rev 482559)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=68.0b11
+pkgver=68.0b12
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


[arch-commits] Commit in fcgiwrap/repos/community-x86_64 (7 files)

2019-06-20 Thread Lukas Fleischer via arch-commits
Date: Friday, June 21, 2019 @ 01:52:14
  Author: lfleischer
Revision: 482558

archrelease: copy trunk to community-x86_64

Added:
  fcgiwrap/repos/community-x86_64/LICENSE
(from rev 482557, fcgiwrap/trunk/LICENSE)
  fcgiwrap/repos/community-x86_64/PKGBUILD
(from rev 482557, fcgiwrap/trunk/PKGBUILD)
  fcgiwrap/repos/community-x86_64/dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch
(from rev 482557, 
fcgiwrap/trunk/dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch)
  
fcgiwrap/repos/community-x86_64/link-with-libsystemd-instead-of-libsystemd-daemon.patch
(from rev 482557, 
fcgiwrap/trunk/link-with-libsystemd-instead-of-libsystemd-daemon.patch)
Deleted:
  fcgiwrap/repos/community-x86_64/LICENSE
  fcgiwrap/repos/community-x86_64/PKGBUILD
  
fcgiwrap/repos/community-x86_64/link-with-libsystemd-instead-of-libsystemd-daemon.patch

-+
 LICENSE |   48 +++
 PKGBUILD|   95 +++---
 dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch  |   22 +++
 link-with-libsystemd-instead-of-libsystemd-daemon.patch |   52 +++
 4 files changed, 122 insertions(+), 95 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-06-21 01:52:02 UTC (rev 482557)
+++ LICENSE 2019-06-21 01:52:14 UTC (rev 482558)
@@ -1,24 +0,0 @@
-/*
- * Copyright (c) 2007-2010 Grzegorz Nosek
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use,
- * copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following
- * conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- * OTHER DEALINGS IN THE SOFTWARE.
- */

Copied: fcgiwrap/repos/community-x86_64/LICENSE (from rev 482557, 
fcgiwrap/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-06-21 01:52:14 UTC (rev 482558)
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2007-2010 Grzegorz Nosek
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 01:52:02 UTC (rev 482557)
+++ PKGBUILD2019-06-21 01:52:14 UTC (rev 482558)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Bull Schaefer 
-# Contributor: Ron Huang 
-
-pkgname=fcgiwrap
-pkgver=1.1.0
-pkgrel=5
-pkgdesc='A simple server for running CGI applications over FastCGI.'
-arch=('x86_64')
-url='http://nginx.localdomain.pl/wiki/FcgiWrap'
-license=('MIT')
-depends=('fcgi' 'systemd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gnosek/fcgiwrap/archive/${pkgver}.tar.gz;
-'link-with-libsystemd-instead-of-libsystemd-daemon.patch'
-'LICENSE')
-md5sums=('d14f56bda6758a6e02aa7b3fb125cbce'
- 'b2428010802d80c577553ee8c0fd8d7a'
- '5aee62c27b4308f25ab32f05da387366')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # 

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

2019-06-20 Thread Lukas Fleischer via arch-commits
Date: Friday, June 21, 2019 @ 01:52:02
  Author: lfleischer
Revision: 482557

upgpkg: fcgiwrap 1.1.0-6

Apply upstream bug fix.

Added:
  fcgiwrap/trunk/dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch
Modified:
  fcgiwrap/trunk/PKGBUILD

+
 PKGBUILD   |7 ++-
 dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch |   22 ++
 2 files changed, 28 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 01:50:08 UTC (rev 482556)
+++ PKGBUILD2019-06-21 01:52:02 UTC (rev 482557)
@@ -4,7 +4,7 @@
 
 pkgname=fcgiwrap
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc='A simple server for running CGI applications over FastCGI.'
 arch=('x86_64')
 url='http://nginx.localdomain.pl/wiki/FcgiWrap'
@@ -12,9 +12,11 @@
 depends=('fcgi' 'systemd')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gnosek/fcgiwrap/archive/${pkgver}.tar.gz;
 'link-with-libsystemd-instead-of-libsystemd-daemon.patch'
+'dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch'
 'LICENSE')
 md5sums=('d14f56bda6758a6e02aa7b3fb125cbce'
  'b2428010802d80c577553ee8c0fd8d7a'
+ '3d573f45fac637a1076388683bd0beaf'
  '5aee62c27b4308f25ab32f05da387366')
 
 prepare() {
@@ -23,6 +25,9 @@
   # https://github.com/gnosek/fcgiwrap/pull/37
   patch -Np1 -i ../link-with-libsystemd-instead-of-libsystemd-daemon.patch
 
+  # fix kill() parameters
+  patch -Np1 -i ../dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch
+
   autoreconf -vi
 }
 

Added: dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch
===
--- dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch  
(rev 0)
+++ dc0c3b14f0d7bb014a9a4c6c17eb55a123496365.patch  2019-06-21 01:52:02 UTC 
(rev 482557)
@@ -0,0 +1,22 @@
+From dc0c3b14f0d7bb014a9a4c6c17eb55a123496365 Mon Sep 17 00:00:00 2001
+From: "D.pz" 
+Date: Mon, 28 Aug 2017 23:54:08 +0800
+Subject: [PATCH] 1.fix: kill() parameter sequence wrong
+
+---
+ fcgiwrap.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/fcgiwrap.c b/fcgiwrap.c
+index b44d8aa..bfd9a90 100644
+--- a/fcgiwrap.c
 b/fcgiwrap.c
+@@ -205,7 +205,7 @@ static void fcgi_finish(struct fcgi_context *fc, const 
char* msg)
+   if (fc->fd_stderr >= 0) close(fc->fd_stderr);
+ 
+   if (fc->cgi_pid)
+-  kill(SIGTERM, fc->cgi_pid);
++  kill(fc->cgi_pid, SIGTERM);
+ }
+ 
+ static const char * fcgi_pass_fd(struct fcgi_context *fc, int *fdp, FCGI_FILE 
*ffp, char *buf, size_t bufsize)


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

2019-06-20 Thread Felix Yan via arch-commits
Date: Friday, June 21, 2019 @ 01:49:15
  Author: felixonmars
Revision: 482555

upgpkg: wine 4.10-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 01:16:38 UTC (rev 482554)
+++ PKGBUILD2019-06-21 01:49:15 UTC (rev 482555)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=4.9
+pkgver=4.10
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
source=(https://dl.winehq.org/wine/source/4.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('bf750af9569b0c564cd9581b9de8c399f6e42227eb6e79338ec6ba70f135fe3388b0792ff013add97341c488ed906227cdf93cc275e362ba232df78afaaab66d'
+sha512sums=('cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
@@ -105,7 +105,7 @@
   # Allow ccache to work
   mv $pkgname-$_pkgbasever $pkgname
 
-  # https://bugs.winehq.org/show_bug.cgi?id=43530
+  # Doesn't compile without remove these flags as of 4.10
   export CFLAGS="${CFLAGS/-fno-plt/}"
   export LDFLAGS="${LDFLAGS/,-z,now/}"
 


[arch-commits] Commit in wine/repos/multilib-x86_64 (8 files)

2019-06-20 Thread Felix Yan via arch-commits
Date: Friday, June 21, 2019 @ 01:50:08
  Author: felixonmars
Revision: 482556

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 482555, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 482555, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 482555, wine/trunk/wine-binfmt.conf)
  wine/repos/multilib-x86_64/wine.install
(from rev 482555, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine-binfmt.conf
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  350 
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 4 files changed, 204 insertions(+), 204 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2019-06-21 01:49:15 UTC (rev 482555)
+++ 30-win32-aliases.conf   2019-06-21 01:50:08 UTC (rev 482556)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 482555, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2019-06-21 01:50:08 UTC (rev 482556)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 01:49:15 UTC (rev 482555)
+++ PKGBUILD2019-06-21 01:50:08 UTC (rev 482556)
@@ -1,175 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=4.9
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/4.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('bf750af9569b0c564cd9581b9de8c399f6e42227eb6e79338ec6ba70f135fe3388b0792ff013add97341c488ed906227cdf93cc275e362ba232df78afaaab66d'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  faudio  lib32-faudio
-  desktop-file-utils
-)
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  vkd3d lib32-vkd3d
-  sdl2  lib32-sdl2
-  libgphoto2
-  sane
-  gsm
-  vulkan-headers
-  samba
-  opencl-headers
-)
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openal   

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

2019-06-20 Thread Kyle Keen via arch-commits
Date: Friday, June 21, 2019 @ 01:16:25
  Author: kkeen
Revision: 482553

upgpkg: python-ipykernel 5.1.1-1

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 00:37:13 UTC (rev 482552)
+++ PKGBUILD2019-06-21 01:16:25 UTC (rev 482553)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=python-ipykernel
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
@@ -10,8 +10,8 @@
   depends=('python-traitlets' 'python-tornado' 'ipython' 
'python-jupyter_client')
 makedepends=('python-setuptools' 'ipython' 'python-jupyter_client')
 checkdepends=('python-pytest' 'python-mock' 'python-nose')
-source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz;)
-md5sums=('476cf347209ff1ff0bc79a34789ce572')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz;)
+md5sums=('0338f21f36718d6c4261c560ebfb2f2a')
 
 # dep cycle with python-jupyter_client
 


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

2019-06-20 Thread Kyle Keen via arch-commits
Date: Friday, June 21, 2019 @ 01:16:38
  Author: kkeen
Revision: 482554

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 01:16:25 UTC (rev 482553)
+++ PKGBUILD2019-06-21 01:16:38 UTC (rev 482554)
@@ -1,34 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-ipykernel
-pkgver=5.1.0
-pkgrel=1
-pkgdesc="The ipython kernel for Jupyter"
-arch=('any')
-url="https://pypi.org/project/ipykernel/;
-license=('BSD')
-  depends=('python-traitlets' 'python-tornado' 'ipython' 
'python-jupyter_client')
-makedepends=('python-setuptools' 'ipython' 'python-jupyter_client')
-checkdepends=('python-pytest' 'python-mock' 'python-nose')
-source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz;)
-md5sums=('476cf347209ff1ff0bc79a34789ce572')
-
-# dep cycle with python-jupyter_client
-
-build() {
-  cd "$srcdir/ipykernel-$pkgver"
-  python3 setup.py build
-}
-
-check() {
-  cd "$srcdir/ipykernel-$pkgver"
-  #python3 -m pytest
-  # tests fail both locally and in a chroot, for different reasons
-}
-
-package() {
-  cd "$srcdir/ipykernel-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-ipykernel/repos/community-any/PKGBUILD (from rev 482553, 
python-ipykernel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 01:16:38 UTC (rev 482554)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-ipykernel
+pkgver=5.1.1
+pkgrel=1
+pkgdesc="The ipython kernel for Jupyter"
+arch=('any')
+url="https://pypi.org/project/ipykernel/;
+license=('BSD')
+  depends=('python-traitlets' 'python-tornado' 'ipython' 
'python-jupyter_client')
+makedepends=('python-setuptools' 'ipython' 'python-jupyter_client')
+checkdepends=('python-pytest' 'python-mock' 'python-nose')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz;)
+md5sums=('0338f21f36718d6c4261c560ebfb2f2a')
+
+# dep cycle with python-jupyter_client
+
+build() {
+  cd "$srcdir/ipykernel-$pkgver"
+  python3 setup.py build
+}
+
+check() {
+  cd "$srcdir/ipykernel-$pkgver"
+  #python3 -m pytest
+  # tests fail both locally and in a chroot, for different reasons
+}
+
+package() {
+  cd "$srcdir/ipykernel-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in pdfmixtool (3 files)

2019-06-20 Thread Balló György via arch-commits
Date: Friday, June 21, 2019 @ 00:37:13
  Author: bgyorgy
Revision: 482552

archrelease: copy trunk to community-x86_64

Added:
  pdfmixtool/repos/
  pdfmixtool/repos/community-x86_64/
  pdfmixtool/repos/community-x86_64/PKGBUILD
(from rev 482551, pdfmixtool/trunk/PKGBUILD)

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

Copied: pdfmixtool/repos/community-x86_64/PKGBUILD (from rev 482551, 
pdfmixtool/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-06-21 00:37:13 UTC (rev 482552)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+# Contributor: Marco Scarpetta 
+
+pkgname=pdfmixtool
+pkgver=0.3.4
+pkgrel=3
+pkgdesc='Application to split, merge, rotate and mix PDF files'
+arch=(x86_64)
+url='https://scarpetta.eu/pdfmixtool/'
+license=(GPL3)
+depends=(hicolor-icon-theme podofo qt5-base)
+makedepends=(cmake qt5-tools)
+source=("https://gitlab.com/scarpetta/pdfmixtool/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
+sha256sums=('93a03cbe017ebd23f241724c6366c903bc4f95f7786eaf800fdae5f1817516a1')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-v$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-20 Thread Balló György via arch-commits
Date: Friday, June 21, 2019 @ 00:35:52
  Author: bgyorgy
Revision: 482551

Move pdfmixtool from AUR

Added:
  pdfmixtool/
  pdfmixtool/trunk/
  pdfmixtool/trunk/PKGBUILD

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

Added: pdfmixtool/trunk/PKGBUILD
===
--- pdfmixtool/trunk/PKGBUILD   (rev 0)
+++ pdfmixtool/trunk/PKGBUILD   2019-06-21 00:35:52 UTC (rev 482551)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+# Contributor: Marco Scarpetta 
+
+pkgname=pdfmixtool
+pkgver=0.3.4
+pkgrel=3
+pkgdesc='Application to split, merge, rotate and mix PDF files'
+arch=(x86_64)
+url='https://scarpetta.eu/pdfmixtool/'
+license=(GPL3)
+depends=(hicolor-icon-theme podofo qt5-base)
+makedepends=(cmake qt5-tools)
+source=("https://gitlab.com/scarpetta/pdfmixtool/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
+sha256sums=('93a03cbe017ebd23f241724c6366c903bc4f95f7786eaf800fdae5f1817516a1')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-v$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


Property changes on: pdfmixtool/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in (gvmd gvmd/repos gvmd/repos/community-testing-x86_64)

2019-06-20 Thread Christian Rebischke via arch-commits
Date: Thursday, June 20, 2019 @ 23:51:58
  Author: shibumi
Revision: 482550

archrelease: copy trunk to community-testing-x86_64

Added:
  gvmd/
  gvmd/repos/
  gvmd/repos/community-testing-x86_64/


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

2019-06-20 Thread Christian Rebischke via arch-commits
Date: Thursday, June 20, 2019 @ 23:31:35
  Author: shibumi
Revision: 482548

upgpkg: virt-manager 2.2.0-1

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 23:27:37 UTC (rev 482547)
+++ PKGBUILD2019-06-20 23:31:35 UTC (rev 482548)
@@ -1,11 +1,12 @@
-# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
 # Contributor: Daniel Micay 
 # Contributor: Jonathan Wiersma 
 
 pkgbase=virt-manager
 pkgname=(virt-install virt-manager)
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="Console user interface for managing virtual machines"
 arch=('any')
 url="https://virt-manager.org/;
@@ -13,7 +14,7 @@
 depends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests')
 makedepends=('intltool')
 
source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
-sha512sums=('48590ff58246e13b73c7ab741ca854bfebae27fb90a891168db5d3fac1d066cce603f83b8d993e70e387624f911fc8503abe488e7992bc50f49d7e980aed5afb')
+sha512sums=('09975f7628ee302687eb6572b5f35797b4710aaae60c17542ee9edd72c65e80e93d7bbc7a2050667a9280effdbab28272886ae155b3ba73c104153ae3c048d99')
 
 build() {
   cd "$srcdir/$pkgbase-$pkgver"
@@ -30,9 +31,9 @@
   [[ -d $srcdir/virt-manager ]] && rm -r "$srcdir/virt-manager/"
   mkdir "$srcdir"/virt-manager
   mv "$pkgdir"/usr/bin/virt-manager \
- "$pkgdir"/usr/share/{appdata,applications,glib-2.0,icons}/ \
- "$pkgdir"/usr/share/man/man1/virt-manager.1 \
- "$srcdir/virt-manager/"
+"$pkgdir"/usr/share/{appdata,applications,glib-2.0,icons}/ \
+"$pkgdir"/usr/share/man/man1/virt-manager.1 \
+"$srcdir/virt-manager/"
 }
 
 package_virt-manager() {


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

2019-06-20 Thread Christian Rebischke via arch-commits
Date: Thursday, June 20, 2019 @ 23:31:41
  Author: shibumi
Revision: 482549

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 482548, virt-manager/trunk/PKGBUILD)
Deleted:
  virt-manager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 23:31:35 UTC (rev 482548)
+++ PKGBUILD2019-06-20 23:31:41 UTC (rev 482549)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=virt-manager
-pkgname=(virt-install virt-manager)
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="Console user interface for managing virtual machines"
-arch=('any')
-url="http://virt-manager.org/;
-license=('GPL')
-depends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests')
-makedepends=('intltool')
-source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
-sha512sums=('48590ff58246e13b73c7ab741ca854bfebae27fb90a891168db5d3fac1d066cce603f83b8d993e70e387624f911fc8503abe488e7992bc50f49d7e980aed5afb')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py build
-}
-
-package_virt-install() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
-  python -m compileall "${pkgdir}/usr/share/virt-manager"
-  python -O -m compileall "${pkgdir}/usr/share/virt-manager"
-
-  # Split virt-manager
-  [[ -d $srcdir/virt-manager ]] && rm -r "$srcdir/virt-manager/"
-  mkdir "$srcdir"/virt-manager
-  mv "$pkgdir"/usr/bin/virt-manager \
- "$pkgdir"/usr/share/{appdata,applications,glib-2.0,icons}/ \
- "$pkgdir"/usr/share/man/man1/virt-manager.1 \
- "$srcdir/virt-manager/"
-}
-
-package_virt-manager() {
-  pkgdesc="Desktop user interface for managing virtual machines"
-  depends=("virt-install=$pkgver" 'gtk-vnc' 'libvirt-glib' 'spice-gtk' 'vte3' 
'python-cairo')
-
-  cd "$srcdir"/virt-manager
-  mkdir -p "$pkgdir"/usr/{bin,share/man/man1}
-  mv virt-manager "$pkgdir/usr/bin"
-  mv appdata applications glib-2.0 icons "$pkgdir"/usr/share
-  mv virt-manager.1 "$pkgdir"/usr/share/man/man1
-}

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 482548, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 23:31:41 UTC (rev 482549)
@@ -0,0 +1,48 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=virt-manager
+pkgname=(virt-install virt-manager)
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Console user interface for managing virtual machines"
+arch=('any')
+url="https://virt-manager.org/;
+license=('GPL')
+depends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests')
+makedepends=('intltool')
+source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
+sha512sums=('09975f7628ee302687eb6572b5f35797b4710aaae60c17542ee9edd72c65e80e93d7bbc7a2050667a9280effdbab28272886ae155b3ba73c104153ae3c048d99')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py build
+}
+
+package_virt-install() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
+  python -m compileall "${pkgdir}/usr/share/virt-manager"
+  python -O -m compileall "${pkgdir}/usr/share/virt-manager"
+
+  # Split virt-manager
+  [[ -d $srcdir/virt-manager ]] && rm -r "$srcdir/virt-manager/"
+  mkdir "$srcdir"/virt-manager
+  mv "$pkgdir"/usr/bin/virt-manager \
+"$pkgdir"/usr/share/{appdata,applications,glib-2.0,icons}/ \
+"$pkgdir"/usr/share/man/man1/virt-manager.1 \
+"$srcdir/virt-manager/"
+}
+
+package_virt-manager() {
+  pkgdesc="Desktop user interface for managing virtual machines"
+  depends=("virt-install=$pkgver" 'gtk-vnc' 'libvirt-glib' 'spice-gtk' 'vte3' 
'python-cairo')
+
+  cd "$srcdir"/virt-manager
+  mkdir -p "$pkgdir"/usr/{bin,share/man/man1}
+  mv virt-manager "$pkgdir/usr/bin"
+  mv appdata applications glib-2.0 icons "$pkgdir"/usr/share
+  mv virt-manager.1 "$pkgdir"/usr/share/man/man1
+}


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

2019-06-20 Thread Christian Rebischke via arch-commits
Date: Thursday, June 20, 2019 @ 23:27:17
  Author: shibumi
Revision: 482546

upgpkg: libvirt-python 5.3.0-1

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 23:14:39 UTC (rev 482545)
+++ PKGBUILD2019-06-20 23:27:17 UTC (rev 482546)
@@ -1,4 +1,3 @@
-# ${Id}: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin ${}
 # Maintainer: Christian Rebischke 
 # Contributor: Sergej Pupykin 
 # Contributor: Jonathan Wiersma 
@@ -5,7 +4,7 @@
 
 pkgbase=libvirt-python
 pkgname=('libvirt-python2' 'libvirt-python')
-pkgver=5.0.0
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('x86_64')
@@ -15,7 +14,7 @@
 options=('emptydirs')
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 source=("http://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
-sha512sums=('318ae32f4c59b6cd278c8d07566e5e5f34759167084d4c722687d3cbf19efecea3a0c2a4ee37f42e58aa3f42f07fdd50bd9dd0539002388a7f79b138ad434dff')
+sha512sums=('442cca3a47be90470442912a482d95bb7e5589b867648fc9570da235bfc4507e7dbec7e807ba5dfb68fe7ff1b67552ec8b5ac81b1fcdb12c15553f376531da3d')
 
 package_libvirt-python2() {
   depends=('python2' 'libvirt')


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

2019-06-20 Thread Christian Rebischke via arch-commits
Date: Thursday, June 20, 2019 @ 23:27:37
  Author: shibumi
Revision: 482547

archrelease: copy trunk to community-x86_64

Added:
  libvirt-python/repos/community-x86_64/PKGBUILD
(from rev 482546, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-x86_64/libvirt-python.install
(from rev 482546, libvirt-python/trunk/libvirt-python.install)
Deleted:
  libvirt-python/repos/community-x86_64/PKGBUILD
  libvirt-python/repos/community-x86_64/libvirt-python.install

+
 PKGBUILD   |   67 +++
 libvirt-python.install |6 ++--
 2 files changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 23:27:17 UTC (rev 482546)
+++ PKGBUILD2019-06-20 23:27:37 UTC (rev 482547)
@@ -1,34 +0,0 @@
-# ${Id}: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin ${}
-# Maintainer: Christian Rebischke 
-# Contributor: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=libvirt-python
-pkgname=('libvirt-python2' 'libvirt-python')
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="libvirt python binding"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/libvirt-python;
-license=('LGPL')
-makedepends=('python' 'python2' 'libvirt')
-options=('emptydirs')
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-source=("http://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
-sha512sums=('318ae32f4c59b6cd278c8d07566e5e5f34759167084d4c722687d3cbf19efecea3a0c2a4ee37f42e58aa3f42f07fdd50bd9dd0539002388a7f79b138ad434dff')
-
-package_libvirt-python2() {
-  depends=('python2' 'libvirt')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python2 setup.py clean
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_libvirt-python() {
-  depends=('python' 'libvirt')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py clean
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: libvirt-python/repos/community-x86_64/PKGBUILD (from rev 482546, 
libvirt-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 23:27:37 UTC (rev 482547)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=libvirt-python
+pkgname=('libvirt-python2' 'libvirt-python')
+pkgver=5.3.0
+pkgrel=1
+pkgdesc="libvirt python binding"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/libvirt-python;
+license=('LGPL')
+makedepends=('python' 'python2' 'libvirt')
+options=('emptydirs')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+source=("http://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
+sha512sums=('442cca3a47be90470442912a482d95bb7e5589b867648fc9570da235bfc4507e7dbec7e807ba5dfb68fe7ff1b67552ec8b5ac81b1fcdb12c15553f376531da3d')
+
+package_libvirt-python2() {
+  depends=('python2' 'libvirt')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python2 setup.py clean
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_libvirt-python() {
+  depends=('python' 'libvirt')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py clean
+  python setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: libvirt-python.install
===
--- libvirt-python.install  2019-06-20 23:27:17 UTC (rev 482546)
+++ libvirt-python.install  2019-06-20 23:27:37 UTC (rev 482547)
@@ -1,3 +0,0 @@
-post_remove() {
-   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
-}

Copied: libvirt-python/repos/community-x86_64/libvirt-python.install (from rev 
482546, libvirt-python/trunk/libvirt-python.install)
===
--- libvirt-python.install  (rev 0)
+++ libvirt-python.install  2019-06-20 23:27:37 UTC (rev 482547)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}


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

2019-06-20 Thread Antonio Rojas via arch-commits
Date: Thursday, June 20, 2019 @ 23:14:39
  Author: arojas
Revision: 482545

archrelease: copy trunk to community-x86_64

Added:
  clipgrab/repos/community-x86_64/PKGBUILD
(from rev 482544, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-x86_64/clipgrab.desktop
(from rev 482544, clipgrab/trunk/clipgrab.desktop)
Deleted:
  clipgrab/repos/community-x86_64/PKGBUILD
  clipgrab/repos/community-x86_64/clipgrab.desktop

--+
 PKGBUILD |   74 ++---
 clipgrab.desktop |   26 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 23:14:16 UTC (rev 482544)
+++ PKGBUILD2019-06-20 23:14:39 UTC (rev 482545)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alois Nespor 
-# Contributor: kikadf 
-# Contributor: Stefan Husmann 
-# Contributor: thacrazze 
-
-pkgname=clipgrab
-pkgver=3.8.2
-pkgrel=1
-pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
-arch=(x86_64)
-url='https://clipgrab.org'
-license=(GPL3)
-depends=(qt5-webengine)
-optdepends=('ffmpeg: for the conversion functionality')
-source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
-$pkgname.desktop)
-sha256sums=('ad95bd33cffa776e1456ad8b6e61b03b46035b97b39a1a4b29aedc466bd81136'
-'840910097d8c129ea12c395c4a33f562591e878e521c98fde8a7b3f9403aa23f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake \
-QMAKE_CFLAGS_RELEASE="$CPPFLAGS $CFLAGS" \
-QMAKE_CXXFLAGS_RELEASE="$CPPFLAGS $CXXFLAGS" \
-QMAKE_LFLAGS_RELEASE="$LDFLAGS" \
-clipgrab.pro
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
-  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir"/$pkgname.desktop -t 
"$pkgdir"/usr/share/applications/
-}

Copied: clipgrab/repos/community-x86_64/PKGBUILD (from rev 482544, 
clipgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 23:14:39 UTC (rev 482545)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alois Nespor 
+# Contributor: kikadf 
+# Contributor: Stefan Husmann 
+# Contributor: thacrazze 
+
+pkgname=clipgrab
+pkgver=3.8.3
+pkgrel=1
+pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
+arch=(x86_64)
+url='https://clipgrab.org'
+license=(GPL3)
+depends=(qt5-webengine)
+optdepends=('ffmpeg: for the conversion functionality')
+source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+sha256sums=('ee03fe7fbac15c8ed7f8e6fd577c8d9372472ac0317dc5bf7fc363f930dd1bed'
+'840910097d8c129ea12c395c4a33f562591e878e521c98fde8a7b3f9403aa23f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake \
+QMAKE_CFLAGS_RELEASE="$CPPFLAGS $CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CPPFLAGS $CXXFLAGS" \
+QMAKE_LFLAGS_RELEASE="$LDFLAGS" \
+clipgrab.pro
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
+  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir"/$pkgname.desktop -t 
"$pkgdir"/usr/share/applications/
+}

Deleted: clipgrab.desktop
===
--- clipgrab.desktop2019-06-20 23:14:16 UTC (rev 482544)
+++ clipgrab.desktop2019-06-20 23:14:39 UTC (rev 482545)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=ClipGrab
-GenericName=Video Downloader
-GenericName[de]=Video-Downloader
-Comment=Download videos and convert it
-Comment[de]=Videos herunterladen und konvertieren
-Icon=/usr/share/pixmaps/clipgrab.png
-Exec=clipgrab
-TryExec=clipgrab
-Terminal=false
-Categories=Qt;AudioVideo;Audio;Video;

Copied: clipgrab/repos/community-x86_64/clipgrab.desktop (from rev 482544, 
clipgrab/trunk/clipgrab.desktop)
===
--- clipgrab.desktop(rev 0)
+++ clipgrab.desktop2019-06-20 23:14:39 UTC (rev 482545)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=ClipGrab
+GenericName=Video Downloader
+GenericName[de]=Video-Downloader
+Comment=Download videos and convert it
+Comment[de]=Videos herunterladen und konvertieren
+Icon=/usr/share/pixmaps/clipgrab.png
+Exec=clipgrab
+TryExec=clipgrab
+Terminal=false
+Categories=Qt;AudioVideo;Audio;Video;


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

2019-06-20 Thread Antonio Rojas via arch-commits
Date: Thursday, June 20, 2019 @ 23:14:16
  Author: arojas
Revision: 482544

Update to 3.8.3

Modified:
  clipgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 23:08:16 UTC (rev 482543)
+++ PKGBUILD2019-06-20 23:14:16 UTC (rev 482544)
@@ -5,7 +5,7 @@
 # Contributor: thacrazze 
 
 pkgname=clipgrab
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 optdepends=('ffmpeg: for the conversion functionality')
 source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
 $pkgname.desktop)
-sha256sums=('ad95bd33cffa776e1456ad8b6e61b03b46035b97b39a1a4b29aedc466bd81136'
+sha256sums=('ee03fe7fbac15c8ed7f8e6fd577c8d9372472ac0317dc5bf7fc363f930dd1bed'
 '840910097d8c129ea12c395c4a33f562591e878e521c98fde8a7b3f9403aa23f')
 
 build() {


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

2019-06-20 Thread Christian Rebischke via arch-commits
Date: Thursday, June 20, 2019 @ 23:08:16
  Author: shibumi
Revision: 482543

archrelease: copy trunk to community-x86_64

Added:
  leatherman/repos/community-x86_64/PKGBUILD
(from rev 482542, leatherman/trunk/PKGBUILD)
Deleted:
  leatherman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 23:08:10 UTC (rev 482542)
+++ PKGBUILD2019-06-20 23:08:16 UTC (rev 482543)
@@ -1,50 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Jonathan Steel 
-
-pkgname=leatherman
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Collection of C++ and CMake utility libraries"
-arch=('x86_64')
-url="https://github.com/puppetlabs/leatherman;
-license=('APACHE')
-makedepends=('boost' 'cmake' 'rapidjson')
-checkdepends=('ruby')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/puppetlabs/leatherman/archive/${pkgver}.tar.gz;)
-sha512sums=('d0d22b60db2c164183268d29fe1bc1ee9ed16797d38174849eaa74841f801869d038e5672664aae89517487811a70f689a345a2c87d3a2f0a04d55214e7f9eaa')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
-  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
-$( grep -rl rb_data_object_alloc ruby )
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  # Do not treat warnings as errors
-  CXXFLAGS+=' -Wno-error'
-
-  # Work around hang in leatherman_test
-  CXXFLAGS+=' -fno-strict-overflow'
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make install DESTDIR="${pkgdir}"
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
-}

Copied: leatherman/repos/community-x86_64/PKGBUILD (from rev 482542, 
leatherman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 23:08:16 UTC (rev 482543)
@@ -0,0 +1,50 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('x86_64')
+url="https://github.com/puppetlabs/leatherman;
+license=('APACHE')
+makedepends=('boost' 'cmake' 'rapidjson')
+checkdepends=('ruby')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/puppetlabs/leatherman/archive/${pkgver}.tar.gz;)
+sha512sums=('d7a475ecc6bea3e2239482e96c673ca3cded21c4538c9416241f8cf402ab70189cc4e4ff86c5b9daf7d74b864f292feeaf380289b347c54adf8afcf43c83e788')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby)
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # Do not treat warnings as errors
+  CXXFLAGS+=' -Wno-error'
+
+  # Work around hang in leatherman_test
+  CXXFLAGS+=' -fno-strict-overflow'
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+}


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

2019-06-20 Thread Christian Rebischke via arch-commits
Date: Thursday, June 20, 2019 @ 23:08:10
  Author: shibumi
Revision: 482542

upgpkg: leatherman 1.7.0-1

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 22:59:32 UTC (rev 482541)
+++ PKGBUILD2019-06-20 23:08:10 UTC (rev 482542)
@@ -2,7 +2,7 @@
 # Contributor: Jonathan Steel 
 
 pkgname=leatherman
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('boost' 'cmake' 'rapidjson')
 checkdepends=('ruby')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/puppetlabs/leatherman/archive/${pkgver}.tar.gz;)
-sha512sums=('d0d22b60db2c164183268d29fe1bc1ee9ed16797d38174849eaa74841f801869d038e5672664aae89517487811a70f689a345a2c87d3a2f0a04d55214e7f9eaa')
+sha512sums=('d7a475ecc6bea3e2239482e96c673ca3cded21c4538c9416241f8cf402ab70189cc4e4ff86c5b9daf7d74b864f292feeaf380289b347c54adf8afcf43c83e788')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -18,7 +18,7 @@
 
   # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
   sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
-$( grep -rl rb_data_object_alloc ruby )
+$( grep -rl rb_data_object_alloc ruby)
 }
 
 build() {


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

2019-06-20 Thread Christian Rebischke via arch-commits
Date: Thursday, June 20, 2019 @ 22:59:32
  Author: shibumi
Revision: 482541

archrelease: copy trunk to community-x86_64

Added:
  kubectl/repos/community-x86_64/PKGBUILD
(from rev 482540, kubectl/trunk/PKGBUILD)
Deleted:
  kubectl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 22:59:24 UTC (rev 482540)
+++ PKGBUILD2019-06-20 22:59:32 UTC (rev 482541)
@@ -1,30 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: Ivan Shapovalov 
-# Contributor: larte 
-# Contributor: Maxwell Pray a.k.a. Synthead 
-# Contributor: gun1x 
-
-pkgname=kubectl
-pkgdesc="Kubernetes.io client binary"
-pkgver=1.14.3
-pkgrel=1
-arch=('x86_64')
-url="http://kubernetes.io;
-license=('Apache')
-makedepends=('go-pie' 'rsync')
-#source=("git+https://github.com/kubernetes/kubernetes#tag=v${pkgver};)
-source=("kubernetes-$pkgver.tar.gz::https://dl.k8s.io/v$pkgver/kubernetes-src.tar.gz;)
-sha512sums=('58db2d138b1a0575dfdc9be1a742788c56626275f588d262ab64840627e4055c68480f3b2b96c0059967e13f53028cc0bae5882f4abf1767bfcea15ebb761c73')
-
-build() {
-  make WHAT=cmd/kubectl
-  hack/generate-docs.sh
-}
-
-package() {
-  install -Dm755 _output/bin/kubectl -t "$pkgdir/usr/bin"
-  install -Dm644 docs/man/man1/* -t "$pkgdir/usr/share/man/man1"
-
-  "$pkgdir/usr/bin/kubectl" completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/kubectl"
-  "$pkgdir/usr/bin/kubectl" completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_kubectl"
-}

Copied: kubectl/repos/community-x86_64/PKGBUILD (from rev 482540, 
kubectl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 22:59:32 UTC (rev 482541)
@@ -0,0 +1,30 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Ivan Shapovalov 
+# Contributor: larte 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: gun1x 
+
+pkgname=kubectl
+pkgdesc="Kubernetes.io client binary"
+pkgver=1.15.0
+pkgrel=1
+arch=('x86_64')
+url="http://kubernetes.io;
+license=('Apache')
+makedepends=('go-pie' 'rsync')
+#source=("git+https://github.com/kubernetes/kubernetes#tag=v${pkgver};)
+source=("kubernetes-$pkgver.tar.gz::https://dl.k8s.io/v$pkgver/kubernetes-src.tar.gz;)
+sha512sums=('a682c88539b46741f6f3b2fa27017d52e88149e0cf0fe49c5a84ff30018cfa18922772a49828091364910570cf5f6b4089a128b400f48a278d6ac7b18ef84635')
+
+build() {
+  make WHAT=cmd/kubectl
+  hack/generate-docs.sh
+}
+
+package() {
+  install -Dm755 _output/bin/kubectl -t "$pkgdir/usr/bin"
+  install -Dm644 docs/man/man1/* -t "$pkgdir/usr/share/man/man1"
+
+  "$pkgdir/usr/bin/kubectl" completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/kubectl"
+  "$pkgdir/usr/bin/kubectl" completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_kubectl"
+}


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

2019-06-20 Thread Christian Rebischke via arch-commits
Date: Thursday, June 20, 2019 @ 22:59:24
  Author: shibumi
Revision: 482540

upgpkg: kubectl 1.15.0-1

Modified:
  kubectl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 22:22:03 UTC (rev 482539)
+++ PKGBUILD2019-06-20 22:59:24 UTC (rev 482540)
@@ -6,7 +6,7 @@
 
 pkgname=kubectl
 pkgdesc="Kubernetes.io client binary"
-pkgver=1.14.3
+pkgver=1.15.0
 pkgrel=1
 arch=('x86_64')
 url="http://kubernetes.io;
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'rsync')
 #source=("git+https://github.com/kubernetes/kubernetes#tag=v${pkgver};)
 
source=("kubernetes-$pkgver.tar.gz::https://dl.k8s.io/v$pkgver/kubernetes-src.tar.gz;)
-sha512sums=('58db2d138b1a0575dfdc9be1a742788c56626275f588d262ab64840627e4055c68480f3b2b96c0059967e13f53028cc0bae5882f4abf1767bfcea15ebb761c73')
+sha512sums=('a682c88539b46741f6f3b2fa27017d52e88149e0cf0fe49c5a84ff30018cfa18922772a49828091364910570cf5f6b4089a128b400f48a278d6ac7b18ef84635')
 
 build() {
   make WHAT=cmd/kubectl


[arch-commits] Commit in pdftricks (7 files)

2019-06-20 Thread Balló György via arch-commits
Date: Thursday, June 20, 2019 @ 22:22:03
  Author: bgyorgy
Revision: 482539

archrelease: copy trunk to community-x86_64

Added:
  pdftricks/repos/
  pdftricks/repos/community-x86_64/
  pdftricks/repos/community-x86_64/0001-Fix-build-with-vala-0.44.patch
(from rev 482538, pdftricks/trunk/0001-Fix-build-with-vala-0.44.patch)
  
pdftricks/repos/community-x86_64/0001-Fix-message-dialog-about-ImageMagick-Policies.patch
(from rev 482538, 
pdftricks/trunk/0001-Fix-message-dialog-about-ImageMagick-Policies.patch)
  pdftricks/repos/community-x86_64/0001-Fix-non-ascii-error.patch
(from rev 482538, pdftricks/trunk/0001-Fix-non-ascii-error.patch)
  pdftricks/repos/community-x86_64/0001-Remove-incompatible-option.patch
(from rev 482538, pdftricks/trunk/0001-Remove-incompatible-option.patch)
  pdftricks/repos/community-x86_64/PKGBUILD
(from rev 482538, pdftricks/trunk/PKGBUILD)

--+
 0001-Fix-build-with-vala-0.44.patch  |   25 +
 0001-Fix-message-dialog-about-ImageMagick-Policies.patch |   36 +++
 0001-Fix-non-ascii-error.patch   |   62 +
 0001-Remove-incompatible-option.patch|   25 +
 PKGBUILD |   50 ++
 5 files changed, 198 insertions(+)

Copied: pdftricks/repos/community-x86_64/0001-Fix-build-with-vala-0.44.patch 
(from rev 482538, pdftricks/trunk/0001-Fix-build-with-vala-0.44.patch)
===
--- repos/community-x86_64/0001-Fix-build-with-vala-0.44.patch  
(rev 0)
+++ repos/community-x86_64/0001-Fix-build-with-vala-0.44.patch  2019-06-20 
22:22:03 UTC (rev 482539)
@@ -0,0 +1,25 @@
+From 431c3891898a1696c6b497c633ee8d0a404a9d5d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 20 Jun 2019 20:44:15 +0200
+Subject: [PATCH] Fix build with vala 0.44
+
+---
+ src/Widgets/MergePDF.vala | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Widgets/MergePDF.vala b/src/Widgets/MergePDF.vala
+index 389b0a9..0777ef8 100644
+--- a/src/Widgets/MergePDF.vala
 b/src/Widgets/MergePDF.vala
+@@ -59,7 +59,7 @@ namespace pdftricks {
+ view = new Gtk.TreeView.with_model (list_store);
+ view.hexpand = true;
+ view.vexpand = true;
+-view.enable_model_drag_source( Gdk.BUTTON1_MASK,
++view.enable_model_drag_source(Gdk.ModifierType.BUTTON1_MASK,
+ targets,
+ Gdk.DragAction.MOVE);
+ view.enable_model_drag_dest(targets,
+-- 
+2.22.0
+

Copied: 
pdftricks/repos/community-x86_64/0001-Fix-message-dialog-about-ImageMagick-Policies.patch
 (from rev 482538, 
pdftricks/trunk/0001-Fix-message-dialog-about-ImageMagick-Policies.patch)
===
--- 
repos/community-x86_64/0001-Fix-message-dialog-about-ImageMagick-Policies.patch 
(rev 0)
+++ 
repos/community-x86_64/0001-Fix-message-dialog-about-ImageMagick-Policies.patch 
2019-06-20 22:22:03 UTC (rev 482539)
@@ -0,0 +1,36 @@
+From 5fdc432976ea725f880645cca7fce023eeab54af Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 20 Jun 2019 20:49:11 +0200
+Subject: [PATCH] Fix message dialog about ImageMagick Policies
+
+---
+ src/Widgets/MergePDF.vala | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/Widgets/MergePDF.vala b/src/Widgets/MergePDF.vala
+index 389b0a9..9437ddc 100644
+--- a/src/Widgets/MergePDF.vala
 b/src/Widgets/MergePDF.vala
+@@ -241,6 +241,10 @@ namespace pdftricks {
+ var file_pdf = (string) cell1;
+ if(!file_pdf.contains(".pdf")){
+ file_pdf = convert_to_pdf(file_pdf);
++if (file_pdf == ""){
++files_pdf = "";
++return true;
++}
+ }
+ files_pdf = files_pdf + " " + file_pdf.replace(" ", "\\ ");
+ return false;
+@@ -283,7 +287,7 @@ namespace pdftricks {
+ if(output.contains("Error")){
+ return "";
+ }
+-if(stderr.contains("not authorized")){
++if(stderr.contains("not allowed")){
+ var message_dialog = new 
Granite.MessageDialog.with_image_from_icon_name (_("ImageMagick Policies"), 
_("Change the ImageMagick security policies that prevent this operation and try 
again."), "process-stop", Gtk.ButtonsType.CLOSE);
+ message_dialog.set_transient_for(window);
+ message_dialog.show_all ();
+-- 
+2.22.0
+

Copied: pdftricks/repos/community-x86_64/0001-Fix-non-ascii-error.patch (from 
rev 482538, 

[arch-commits] Commit in (7 files)

2019-06-20 Thread Balló György via arch-commits
Date: Thursday, June 20, 2019 @ 22:20:51
  Author: bgyorgy
Revision: 482538

Add pdftricks

Added:
  pdftricks/
  pdftricks/trunk/
  pdftricks/trunk/0001-Fix-build-with-vala-0.44.patch
  pdftricks/trunk/0001-Fix-message-dialog-about-ImageMagick-Policies.patch
  pdftricks/trunk/0001-Fix-non-ascii-error.patch
  pdftricks/trunk/0001-Remove-incompatible-option.patch
  pdftricks/trunk/PKGBUILD

--+
 0001-Fix-build-with-vala-0.44.patch  |   25 +
 0001-Fix-message-dialog-about-ImageMagick-Policies.patch |   36 +++
 0001-Fix-non-ascii-error.patch   |   62 +
 0001-Remove-incompatible-option.patch|   25 +
 PKGBUILD |   50 ++
 5 files changed, 198 insertions(+)

Added: pdftricks/trunk/0001-Fix-build-with-vala-0.44.patch
===
--- pdftricks/trunk/0001-Fix-build-with-vala-0.44.patch 
(rev 0)
+++ pdftricks/trunk/0001-Fix-build-with-vala-0.44.patch 2019-06-20 22:20:51 UTC 
(rev 482538)
@@ -0,0 +1,25 @@
+From 431c3891898a1696c6b497c633ee8d0a404a9d5d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 20 Jun 2019 20:44:15 +0200
+Subject: [PATCH] Fix build with vala 0.44
+
+---
+ src/Widgets/MergePDF.vala | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Widgets/MergePDF.vala b/src/Widgets/MergePDF.vala
+index 389b0a9..0777ef8 100644
+--- a/src/Widgets/MergePDF.vala
 b/src/Widgets/MergePDF.vala
+@@ -59,7 +59,7 @@ namespace pdftricks {
+ view = new Gtk.TreeView.with_model (list_store);
+ view.hexpand = true;
+ view.vexpand = true;
+-view.enable_model_drag_source( Gdk.BUTTON1_MASK,
++view.enable_model_drag_source(Gdk.ModifierType.BUTTON1_MASK,
+ targets,
+ Gdk.DragAction.MOVE);
+ view.enable_model_drag_dest(targets,
+-- 
+2.22.0
+

Added: pdftricks/trunk/0001-Fix-message-dialog-about-ImageMagick-Policies.patch
===
--- pdftricks/trunk/0001-Fix-message-dialog-about-ImageMagick-Policies.patch
(rev 0)
+++ pdftricks/trunk/0001-Fix-message-dialog-about-ImageMagick-Policies.patch
2019-06-20 22:20:51 UTC (rev 482538)
@@ -0,0 +1,36 @@
+From 5fdc432976ea725f880645cca7fce023eeab54af Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 20 Jun 2019 20:49:11 +0200
+Subject: [PATCH] Fix message dialog about ImageMagick Policies
+
+---
+ src/Widgets/MergePDF.vala | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/Widgets/MergePDF.vala b/src/Widgets/MergePDF.vala
+index 389b0a9..9437ddc 100644
+--- a/src/Widgets/MergePDF.vala
 b/src/Widgets/MergePDF.vala
+@@ -241,6 +241,10 @@ namespace pdftricks {
+ var file_pdf = (string) cell1;
+ if(!file_pdf.contains(".pdf")){
+ file_pdf = convert_to_pdf(file_pdf);
++if (file_pdf == ""){
++files_pdf = "";
++return true;
++}
+ }
+ files_pdf = files_pdf + " " + file_pdf.replace(" ", "\\ ");
+ return false;
+@@ -283,7 +287,7 @@ namespace pdftricks {
+ if(output.contains("Error")){
+ return "";
+ }
+-if(stderr.contains("not authorized")){
++if(stderr.contains("not allowed")){
+ var message_dialog = new 
Granite.MessageDialog.with_image_from_icon_name (_("ImageMagick Policies"), 
_("Change the ImageMagick security policies that prevent this operation and try 
again."), "process-stop", Gtk.ButtonsType.CLOSE);
+ message_dialog.set_transient_for(window);
+ message_dialog.show_all ();
+-- 
+2.22.0
+

Added: pdftricks/trunk/0001-Fix-non-ascii-error.patch
===
--- pdftricks/trunk/0001-Fix-non-ascii-error.patch  
(rev 0)
+++ pdftricks/trunk/0001-Fix-non-ascii-error.patch  2019-06-20 22:20:51 UTC 
(rev 482538)
@@ -0,0 +1,62 @@
+From 2529e99be12029e2a2959e35691a128b894f2cff Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Thu, 20 Jun 2019 22:27:10 +0200
+Subject: [PATCH] Fix non-ascii error
+
+Completion of fix in 83ccc49ae89b4710bb811f4656bd84bff0103191
+---
+ src/Widgets/SplitPDF.vala | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/src/Widgets/SplitPDF.vala b/src/Widgets/SplitPDF.vala
+index f5512ab..646d1d7 100644
+--- a/src/Widgets/SplitPDF.vala
 

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

2019-06-20 Thread Jerome Leclanche via arch-commits
Date: Thursday, June 20, 2019 @ 21:03:36
  Author: jleclanche
Revision: 482534

archrelease: copy trunk to community-x86_64

Added:
  sassc/repos/community-x86_64/PKGBUILD
(from rev 482533, sassc/trunk/PKGBUILD)
Deleted:
  sassc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 21:03:02 UTC (rev 482533)
+++ PKGBUILD2019-06-20 21:03:36 UTC (rev 482534)
@@ -1,29 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=sassc
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor."
-arch=("x86_64")
-url="http://libsass.org/;
-license=("MIT")
-depends=("libsass")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("dac8d83339c3c8fc6b9599e2ff1e0a0ae833ab0e65d4370b9c69bde18f8ec676")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sassc/repos/community-x86_64/PKGBUILD (from rev 482533, 
sassc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 21:03:36 UTC (rev 482534)
@@ -0,0 +1,29 @@
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=sassc
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("x86_64")
+url="http://libsass.org/;
+license=("MIT")
+depends=("libsass")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-06-20 Thread Jerome Leclanche via arch-commits
Date: Thursday, June 20, 2019 @ 21:03:02
  Author: jleclanche
Revision: 482533

upgpkg: sassc 3.6.1-1

Upstream release 3.6.1

Modified:
  sassc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 20:01:20 UTC (rev 482532)
+++ PKGBUILD2019-06-20 21:03:02 UTC (rev 482533)
@@ -2,7 +2,7 @@
 # Contributor: Isaac Dupree 
 
 pkgname=sassc
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="C implementation of Sass CSS preprocessor."
 arch=("x86_64")
@@ -10,7 +10,7 @@
 license=("MIT")
 depends=("libsass")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("dac8d83339c3c8fc6b9599e2ff1e0a0ae833ab0e65d4370b9c69bde18f8ec676")
+sha256sums=("8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60")
 
 
 build() {


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

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 20:41:13
  Author: heftig
Revision: 356630

archrelease: copy trunk to extra-x86_64

Added:
  firefox/repos/extra-x86_64/0001-bz-1521249.patch
(from rev 356628, firefox/trunk/0001-bz-1521249.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 356628, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 356628, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 356628, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 356628, firefox/trunk/upload-symbol-archive)
Deleted:
  firefox/repos/extra-x86_64/0001-bz-1521249.patch
  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-1521249.patch |54012 
 PKGBUILD  |  366 
 firefox-symbolic.svg  |  128 
 firefox.desktop   |  680 
 upload-symbol-archive |   50 
 5 files changed, 27629 insertions(+), 27607 deletions(-)

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


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

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 20:41:22
  Author: heftig
Revision: 356631

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 20:41:13 UTC (rev 356630)
+++ PKGBUILD2019-06-20 20:41:22 UTC (rev 356631)
@@ -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=67.0.3
-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=('612f111c2edf4b9363f09d1329697c1e593fe2adac868f487a602adfbc5ded00'
-'4904d613413c6d7a310208bea033e89e3b9067fd55bd4684d4694def57fba289'
-'86fb1e83f126fc9ca68c8914f6ebed26531835b10afb0c6bf7c80eb609327f44'
-'2572e3a186b9aabf53f57df5fb9494223bbd9c6bd11ca3abdf4bb9f0a442cd4c'
-'fc06956a2339cf2e8db6a900b4dbfb3c7c347532ee822bd73c81c1844033f46a'
-'ca74484c6c8b7e3dcc2428912675c4e4ac38e96ca27606736c75c9da7bb6'
-'fcba166f7916c635f59bd8d9a4e0957afe18128a85e17379451e5c30e4cbe313'
-'4b1ceed9b3aaece7c9bc5264c4f01a3d238397705917ad871729f5c1218eb730'
-'0efa1f7d058f1369905db781e65d8f358bfb19eb5352b676c10ae22bf8909349'
-'6a4be95b8e39a227d141e9029822d0d9f1e9734f1f7489d6ec8388e902e85615'
-'9ab975cddd3a6e1c0fe6c0a549b3a83bbca64c21153735925b71bcd99cef8d18'
-

[arch-commits] Commit in js52/repos/extra-x86_64 (10 files)

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 20:41:11
  Author: heftig
Revision: 356629

archrelease: copy trunk to extra-x86_64

Added:
  js52/repos/extra-x86_64/PKGBUILD
(from rev 356628, js52/trunk/PKGBUILD)
  js52/repos/extra-x86_64/mozjs52-copy-headers.patch
(from rev 356628, js52/trunk/mozjs52-copy-headers.patch)
  js52/repos/extra-x86_64/mozjs52-disable-mozglue.patch
(from rev 356628, js52/trunk/mozjs52-disable-mozglue.patch)
  js52/repos/extra-x86_64/mozjs52-fix-soname.patch
(from rev 356628, js52/trunk/mozjs52-fix-soname.patch)
  js52/repos/extra-x86_64/no-error.diff
(from rev 356628, js52/trunk/no-error.diff)
Deleted:
  js52/repos/extra-x86_64/PKGBUILD
  js52/repos/extra-x86_64/mozjs52-copy-headers.patch
  js52/repos/extra-x86_64/mozjs52-disable-mozglue.patch
  js52/repos/extra-x86_64/mozjs52-fix-soname.patch
  js52/repos/extra-x86_64/mozjs52-include-configure-script.patch

+
 PKGBUILD   |  187 +++
 mozjs52-copy-headers.patch |   60 -
 mozjs52-disable-mozglue.patch  |  132 ++---
 mozjs52-fix-soname.patch   |   68 +--
 mozjs52-include-configure-script.patch |   63 --
 no-error.diff  |   12 +
 6 files changed, 238 insertions(+), 284 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 20:37:23 UTC (rev 356628)
+++ PKGBUILD2019-06-20 20:41:11 UTC (rev 356629)
@@ -1,91 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=js52
-pkgver=52.9.0
-pkgrel=2
-_ffver=${pkgver%%.*}
-pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
-arch=(x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
-license=(MPL)
-depends=(gcc-libs readline zlib sh)
-makedepends=(python2 zip autoconf2.13 mercurial)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
-mozjs52-copy-headers.patch
-mozjs52-disable-mozglue.patch
-mozjs52-fix-soname.patch
-mozjs52-include-configure-script.patch)
-sha256sums=('SKIP'
-'c5b3a88e4d10ef149aba6fc48d431db54ff266323fa22a5d549028fd794423cc'
-'5a84f02521f37de873991dd360a4c4bfdbdd2fb4a218e11be73f9cbbf02050e8'
-'728456fd9e66b69d6e0688c75e50091dc56735004ecf5f649212a83fe3087df1'
-'d91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
-
-prepare() {
-  cd mozilla-unified
-  mkdir obj
-
-  # 
https://salsa.debian.org/gnome-team/mozjs52/tree/debian/master/debian/patches
-  patch -Np1 -i ../mozjs52-fix-soname.patch
-  patch -Np1 -i ../mozjs52-copy-headers.patch
-  patch -Np1 -i ../mozjs52-disable-mozglue.patch
-  patch -Np1 -i ../mozjs52-include-configure-script.patch
-}
-
-build() {
-  local configure_args=(
---prefix=/usr
---disable-debug
---disable-debug-symbols
---disable-strip
---enable-gold
---enable-optimize="-O2"
---enable-pie
---enable-posix-nspr-emulation
---enable-readline
---enable-release
---enable-shared-js
---enable-tests
---with-intl-api
---with-system-zlib
---without-system-icu
-  )
-
-  cd mozilla-unified/obj
-
-  unset CPPFLAGS
-  CFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp'
-  CXXFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing 
-fno-tree-vrp'
-  export CC=gcc CXX=g++ PYTHON=/usr/bin/python2
-
-  sh ../js/src/configure "${configure_args[@]}"
-  make
-}
-
-check() {
-  local jstests_extra_args=(
---format=none
---exclude-random
-  ) jittest_extra_args=(
---format=none
---timeout 300
-  ) jittest_test_args=(
-basic
-  )
-
-  cd mozilla-unified/obj
-  make -C js/src check-jstests check-jit-test \
-JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
-JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
-JITTEST_TEST_ARGS="${jittest_test_args[*]}"
-}
-
-package() {
-  cd mozilla-unified/obj
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/*.ajs
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js52/repos/extra-x86_64/PKGBUILD (from rev 356628, js52/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 20:41:11 UTC (rev 356629)
@@ -0,0 +1,96 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=js52
+pkgver=52.9.0
+pkgrel=3
+pkgdesc="JavaScript interpreter and libraries - Version 52"
+arch=(x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
+license=(MPL)
+depends=(gcc-libs readline zlib sh)
+makedepends=(python2 zip autoconf2.13)
+_relver=${pkgver}esr
+source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz
+

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

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 20:37:23
  Author: heftig
Revision: 356628

67.0.4-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 20:35:31 UTC (rev 356627)
+++ PKGBUILD2019-06-20 20:37:23 UTC (rev 356628)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=67.0.3
+pkgver=67.0.4
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib
  ffmpeg nss ttf-font libpulse)
 makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
- xorg-server-xvfb autoconf2.13 rust mercurial clang llvm jack gtk2
+ xorg-server-xvfb autoconf2.13 rust clang llvm jack gtk2
  python nodejs python2-psutil cbindgen nasm)
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
@@ -20,14 +20,15 @@
 'speech-dispatcher: Text-to-Speech'
 'hunspell-en_US: Spell checking, American English')
 options=(!emptydirs !makeflags)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
+source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-bz-1521249.patch
 $pkgname.desktop firefox-symbolic.svg)
-sha256sums=('SKIP'
+sha256sums=('b2fb2d3e64a6947ef4f8212b72649acf2aa2cd4c8f70548abb636dd581fd6dc5'
+'SKIP'
 'd0673786a6a1f1b9f6f66a3a1356afa33f1f18f59dabd92bd193c88c52a1d04c'
 '4a783dca1f88e003c72f32d22719a0915f3fa576adbc492240e7cc250246ce10'
 '9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
+validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 
 # 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
@@ -41,9 +42,29 @@
 # more information.
 _mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
 
+# For telemetry and crash dump analysis to work correctly, we need to tell the
+# build system which Mercurial changeset is our source. Should not be needed
+# anymore once 69 is released:
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1338099
+_repo=https://hg.mozilla.org/releases/mozilla-release
+_tag=FIREFOX_${pkgver//./_}_RELEASE
+
+_changeset=ea5154beddff08b919697e3bed6f38cfe3a3d82f
+_changeset_tag=FIREFOX_67_0_4_RELEASE
+
+if [[ $1 == update_hgrev ]]; then
+  _changeset=$(hg id -r $_tag --id $_repo --template '{node}')
+  sed -e "/^_changeset=/s/=.*/=$_changeset/;/^_changeset_tag=/s/=.*/=$_tag/" \
+  -i "${BASH_SOURCE[0]}"
+  exit 0
+elif [[ $_tag != $_changeset_tag ]]; then
+  error "Changeset needs update. Run: bash PKGBUILD update_hgrev"
+  exit 1
+fi
+
 prepare() {
   mkdir mozbuild
-  cd mozilla-unified
+  cd firefox-$pkgver
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
   patch -Np1 -i ../0001-bz-1521249.patch
@@ -96,9 +117,10 @@
 }
 
 build() {
-  cd mozilla-unified
+  cd firefox-$pkgver
 
   export MOZ_SOURCE_REPO="$_repo"
+  export MOZ_SOURCE_CHANGESET="$_changeset"
   export MOZ_NOSPAM=1
   export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
 
@@ -110,7 +132,7 @@
 }
 
 package() {
-  cd mozilla-unified
+  cd firefox-$pkgver
   DESTDIR="$pkgdir" ./mach install
   find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +
 


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

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 20:35:31
  Author: heftig
Revision: 356627

52.9.0-3

Added:
  js52/trunk/no-error.diff
Modified:
  js52/trunk/PKGBUILD
Deleted:
  js52/trunk/mozjs52-include-configure-script.patch

+
 PKGBUILD   |   37 ++
 mozjs52-include-configure-script.patch |   63 ---
 no-error.diff  |   12 +
 3 files changed, 33 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 19:30:17 UTC (rev 356626)
+++ PKGBUILD2019-06-20 20:35:31 UTC (rev 356627)
@@ -2,28 +2,27 @@
 
 pkgname=js52
 pkgver=52.9.0
-pkgrel=2
-_ffver=${pkgver%%.*}
-pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
+pkgrel=3
+pkgdesc="JavaScript interpreter and libraries - Version 52"
 arch=(x86_64)
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
 license=(MPL)
 depends=(gcc-libs readline zlib sh)
-makedepends=(python2 zip autoconf2.13 mercurial)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
+makedepends=(python2 zip autoconf2.13)
+_relver=${pkgver}esr
+source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz
 mozjs52-copy-headers.patch
 mozjs52-disable-mozglue.patch
 mozjs52-fix-soname.patch
-mozjs52-include-configure-script.patch)
-sha256sums=('SKIP'
+no-error.diff)
+sha256sums=('c01d09658c53c1b3a496e353a24dad03b26b81d3b1d099abc26a06f81c199dd6'
 'c5b3a88e4d10ef149aba6fc48d431db54ff266323fa22a5d549028fd794423cc'
 '5a84f02521f37de873991dd360a4c4bfdbdd2fb4a218e11be73f9cbbf02050e8'
 '728456fd9e66b69d6e0688c75e50091dc56735004ecf5f649212a83fe3087df1'
-'d91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
+'4c5a1662e36c6a5a11db0263bb264d104ff801789d5b6bc6a6104439457afb90')
 
 prepare() {
-  cd mozilla-unified
+  cd firefox-$_relver
   mkdir obj
 
   # 
https://salsa.debian.org/gnome-team/mozjs52/tree/debian/master/debian/patches
@@ -30,7 +29,9 @@
   patch -Np1 -i ../mozjs52-fix-soname.patch
   patch -Np1 -i ../mozjs52-copy-headers.patch
   patch -Np1 -i ../mozjs52-disable-mozglue.patch
-  patch -Np1 -i ../mozjs52-include-configure-script.patch
+
+  # New errors in test code as of GCC 9
+  patch -Np1 -i ../no-error.diff
 }
 
 build() {
@@ -50,13 +51,17 @@
 --with-intl-api
 --with-system-zlib
 --without-system-icu
+  ) flags=(
+-fno-delete-null-pointer-checks
+-fno-strict-aliasing
+-fno-tree-vrp
   )
 
-  cd mozilla-unified/obj
+  cd firefox-$_relver/obj
 
   unset CPPFLAGS
-  CFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing -fno-tree-vrp'
-  CXXFLAGS+=' -fno-delete-null-pointer-checks -fno-strict-aliasing 
-fno-tree-vrp'
+  CFLAGS+=" ${flags[*]}"
+  CXXFLAGS+=" ${flags[*]}"
   export CC=gcc CXX=g++ PYTHON=/usr/bin/python2
 
   sh ../js/src/configure "${configure_args[@]}"
@@ -74,7 +79,7 @@
 basic
   )
 
-  cd mozilla-unified/obj
+  cd firefox-$_relver/obj
   make -C js/src check-jstests check-jit-test \
 JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
 JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
@@ -82,7 +87,7 @@
 }
 
 package() {
-  cd mozilla-unified/obj
+  cd firefox-$_relver/obj
   make DESTDIR="$pkgdir" install
   rm "$pkgdir"/usr/lib/*.ajs
   find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +

Deleted: mozjs52-include-configure-script.patch
===
--- mozjs52-include-configure-script.patch  2019-06-20 19:30:17 UTC (rev 
356626)
+++ mozjs52-include-configure-script.patch  2019-06-20 20:35:31 UTC (rev 
356627)
@@ -1,63 +0,0 @@
-From 4a06a1a6a71293decb83aee7adb74bc709493106 Mon Sep 17 00:00:00 2001
-From: Philip Chimento 
-Date: Wed, 5 Jul 2017 22:57:09 -0700
-Subject: [PATCH] build: Include configure script, be nicer about options
-
-A configure script is not included in the SpiderMonkey tarball by
-default. Also, we have to account for JHbuild passing extra unknown
-options like --disable-Werror.
-
-https://bugzilla.mozilla.org/show_bug.cgi?id=1379540

- js/src/configure   | 9 +
- python/mozbuild/mozbuild/configure/__init__.py | 2 +-
- python/mozbuild/mozbuild/configure/options.py  | 6 +-
- 3 files changed, 15 insertions(+), 2 deletions(-)
- create mode 100755 js/src/configure
-
-diff --git a/js/src/configure b/js/src/configure
-new file mode 100755
-index ..f1ef8c49
 /dev/null
-+++ b/js/src/configure
-@@ -0,0 +1,9 @@
-+#!/bin/sh
-+
-+SRCDIR=$(dirname $0)
-+TOPSRCDIR="$SRCDIR"/../..
-+export OLD_CONFIGURE="$SRCDIR"/old-configure
-+
-+set -- "$@" --enable-project=js
-+
-+which python2.7 > /dev/null && exec python2.7 

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

2019-06-20 Thread David Runge via arch-commits
Date: Thursday, June 20, 2019 @ 20:01:20
  Author: dvzrv
Revision: 482532

archrelease: copy trunk to community-x86_64

Added:
  ecasound/repos/community-x86_64/PKGBUILD
(from rev 482531, ecasound/trunk/PKGBUILD)
Deleted:
  ecasound/repos/community-x86_64/PKGBUILD
  ecasound/repos/community-x86_64/ruby2.patch

-+
 PKGBUILD|  127 ++
 ruby2.patch |   12 -
 2 files changed, 66 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 20:01:06 UTC (rev 482531)
+++ PKGBUILD2019-06-20 20:01:20 UTC (rev 482532)
@@ -1,61 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=ecasound
-pkgver=2.9.1
-pkgrel=13
-pkgdesc="Command-line multitrack audio processor"
-arch=('x86_64')
-url="https://ecasound.seul.org/ecasound/;
-license=('GPL' 'LGPL')
-groups=('pro-audio')
-depends=('audiofile' 'liblo>=0.28' 'lilv')
-makedepends=('python2' 'ruby')
-optdepends=('python2: ecamonitor, ECI API'
-'ruby: ECI API'
-'mpg123: MP3 decoding'
-'lame: MP3 encoding'
-'vorbis-tools: Ogg Vorbis decoding/encoding'
-'faad2: AAC decoding'
-'faac: AAC encoding'
-'timidity++: MIDI file input'
-'libmikmod: tracker module')
-source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;
-'ruby2.patch')
-options=('staticlibs')
-sha512sums=('b91fd68cb4809fdf62b25323fbf52c9bb7de6663287d5aa2576cc4fb28e322850b7020df2718ed6087f5d9f5f96692a476287378ea65853d01834523e8eb7033'
-
'aa1553e81acc41917cc8e62b7e2569106183b4500d687fc17e0b56c8f70e78ae63cd65c4940ef83a13dbb0b320ba51573b6eb43da54b141f846623962838d639')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # fix python2 shebang
-  sed -e 's:bin/env python:bin/env python2:' \
-  -i "ecatools/ecamonitor"
-
-  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
-  patch -Np1 -i "$srcdir/ruby2.patch"
-}
-build() {
-  cd "$pkgname-$pkgver"
-
-  PYTHONPATH=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-python-includes=/usr/include/python2.7 \
---with-python-modules=/usr/lib/python2.7 \
---enable-liboil=no
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # docs
-  install -vDm 644 {AUTHORS,BUGS,NEWS,README,RELNOTES,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ecasound/repos/community-x86_64/PKGBUILD (from rev 482531, 
ecasound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 20:01:20 UTC (rev 482532)
@@ -0,0 +1,66 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.2
+pkgrel=1
+pkgdesc="Command-line multitrack audio processor"
+arch=('x86_64')
+url="https://ecasound.seul.org/ecasound/;
+license=('GPL' 'LGPL')
+groups=('pro-audio')
+depends=('audiofile' 'liblo' 'lilv')
+makedepends=('lv2' 'python2' 'ruby')
+optdepends=('python2: ecamonitor, ECI API'
+'ruby: ECI API'
+'mpg123: MP3 decoding'
+'lame: MP3 encoding'
+'vorbis-tools: Ogg Vorbis decoding/encoding'
+'faad2: AAC decoding'
+'faac: AAC encoding'
+'timidity++: MIDI file input'
+'libmikmod: tracker module')
+source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;)
+options=('staticlibs')
+sha512sums=('fca6b37b5f669ba8616e48afe24fbfd53da3cb4987d2d6a2d6167843de34371a4c2cdceb6faf677462d6efb4069dd1d27ffafc1ceb19de56f4a051f077ada07b')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # install ruby integration to vendor_ruby
+  sed -e 's/sitedir/vendordir/' -i configure.ac
+
+  # lv2core is deprecated in favor of lv2:
+  # https://sourceforge.net/p/ecasound/bugs/52/
+  sed -e 's/lv2core/lv2/g' -i configure.ac
+
+  # fix python2 shebang:
+  # https://sourceforge.net/p/ecasound/mailman/message/36698740/
+  sed -e 's/env python/env python2/' \
+  -i 'ecatools/ecamonitor' \
+  -i "examples/"*.py \
+  -i "pyecasound/"*.py
+
+  autoreconf -vfi
+}
+build() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="/usr/bin/python2"
+  ./configure --prefix=/usr \
+  --with-python-includes=/usr/include/python2.7 \
+  --with-python-modules=/usr/lib/python2.7 \
+  --enable-liboil=no
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # docs
+  install -vDm 644 {AUTHORS,BUGS,NEWS,README,RELNOTES,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ruby2.patch
===
--- ruby2.patch 2019-06-20 20:01:06 UTC 

[arch-commits] Commit in ecasound/trunk (PKGBUILD ruby2.patch)

2019-06-20 Thread David Runge via arch-commits
Date: Thursday, June 20, 2019 @ 20:01:06
  Author: dvzrv
Revision: 482531

upgpkg: ecasound 2.9.2-1

Upgrading to 2.9.2. Removing ruby2.patch, as the current required fix only 
needs to replace one word (and that's better done in configure.ac).
Adding fix for lv2 discovery (lv2core is deprecated). Extending fix for python2 
shebang to all python scripts. Minor cleanup.

Modified:
  ecasound/trunk/PKGBUILD
Deleted:
  ecasound/trunk/ruby2.patch

-+
 PKGBUILD|   45 +
 ruby2.patch |   12 
 2 files changed, 25 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 19:30:14 UTC (rev 482530)
+++ PKGBUILD2019-06-20 20:01:06 UTC (rev 482531)
@@ -4,15 +4,15 @@
 # Contributor: Tom Newsom 
 
 pkgname=ecasound
-pkgver=2.9.1
-pkgrel=13
+pkgver=2.9.2
+pkgrel=1
 pkgdesc="Command-line multitrack audio processor"
 arch=('x86_64')
 url="https://ecasound.seul.org/ecasound/;
 license=('GPL' 'LGPL')
 groups=('pro-audio')
-depends=('audiofile' 'liblo>=0.28' 'lilv')
-makedepends=('python2' 'ruby')
+depends=('audiofile' 'liblo' 'lilv')
+makedepends=('lv2' 'python2' 'ruby')
 optdepends=('python2: ecamonitor, ECI API'
 'ruby: ECI API'
 'mpg123: MP3 decoding'
@@ -22,31 +22,36 @@
 'faac: AAC encoding'
 'timidity++: MIDI file input'
 'libmikmod: tracker module')
-source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;
-'ruby2.patch')
+source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;)
 options=('staticlibs')
-sha512sums=('b91fd68cb4809fdf62b25323fbf52c9bb7de6663287d5aa2576cc4fb28e322850b7020df2718ed6087f5d9f5f96692a476287378ea65853d01834523e8eb7033'
-
'aa1553e81acc41917cc8e62b7e2569106183b4500d687fc17e0b56c8f70e78ae63cd65c4940ef83a13dbb0b320ba51573b6eb43da54b141f846623962838d639')
+sha512sums=('fca6b37b5f669ba8616e48afe24fbfd53da3cb4987d2d6a2d6167843de34371a4c2cdceb6faf677462d6efb4069dd1d27ffafc1ceb19de56f4a051f077ada07b')
 
 prepare() {
   cd "$pkgname-$pkgver"
 
-  # fix python2 shebang
-  sed -e 's:bin/env python:bin/env python2:' \
-  -i "ecatools/ecamonitor"
+  # install ruby integration to vendor_ruby
+  sed -e 's/sitedir/vendordir/' -i configure.ac
 
-  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
-  patch -Np1 -i "$srcdir/ruby2.patch"
+  # lv2core is deprecated in favor of lv2:
+  # https://sourceforge.net/p/ecasound/bugs/52/
+  sed -e 's/lv2core/lv2/g' -i configure.ac
+
+  # fix python2 shebang:
+  # https://sourceforge.net/p/ecasound/mailman/message/36698740/
+  sed -e 's/env python/env python2/' \
+  -i 'ecatools/ecamonitor' \
+  -i "examples/"*.py \
+  -i "pyecasound/"*.py
+
+  autoreconf -vfi
 }
 build() {
   cd "$pkgname-$pkgver"
-
-  PYTHONPATH=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-python-includes=/usr/include/python2.7 \
---with-python-modules=/usr/lib/python2.7 \
---enable-liboil=no
-
+  export PYTHONPATH="/usr/bin/python2"
+  ./configure --prefix=/usr \
+  --with-python-includes=/usr/include/python2.7 \
+  --with-python-modules=/usr/lib/python2.7 \
+  --enable-liboil=no
   make
 }
 

Deleted: ruby2.patch
===
--- ruby2.patch 2019-06-20 19:30:14 UTC (rev 482530)
+++ ruby2.patch 2019-06-20 20:01:06 UTC (rev 482531)
@@ -1,12 +0,0 @@
-diff -aur ecasound-2.9.0.orig/configure ecasound-2.9.0/configure
 ecasound-2.9.0.orig/configure  2013-03-26 17:14:51.759045636 +0800
-+++ ecasound-2.9.0/configure   2013-03-26 17:15:50.502060731 +0800
-@@ -6535,7 +6535,7 @@
-   rubyecasound_support=no
-   ECA_S_RUBY_SITEDIR=""
- else
--  ECA_S_RUBY_SITEDIR="`ruby -e 'require "rbconfig"; include Config; print 
CONFIG["sitedir"] + "/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
-+  ECA_S_RUBY_SITEDIR="`ruby -e 'include RbConfig; print CONFIG["vendordir"] + 
"/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
- fi
- 
- 


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

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 19:30:17
  Author: heftig
Revision: 356626

archrelease: copy trunk to extra-x86_64

Added:
  harfbuzz/repos/extra-x86_64/PKGBUILD
(from rev 356625, harfbuzz/trunk/PKGBUILD)
Deleted:
  harfbuzz/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 19:29:36 UTC (rev 356625)
+++ PKGBUILD2019-06-20 19:30:17 UTC (rev 356626)
@@ -1,69 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-depends=(glib2 freetype2 graphite)
-makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
-checkdepends=(python-fonttools python-setuptools)
-_commit=93c455567fe3d92a7efe65bf0e9ac2af794e2c4f  # tags/2.5.1^0
-source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---with-cairo \
---with-freetype \
---with-glib \
---with-gobject \
---with-graphite2 \
---with-icu \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgbase
-  make check
-}
-
-package_harfbuzz() {
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu() {
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 356625, 
harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 19:30:17 UTC (rev 356626)
@@ -0,0 +1,69 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+depends=(glib2 freetype2 graphite)
+makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
+checkdepends=(python-fonttools python-setuptools)
+_commit=6b44bf85382146b355a5a3cbbfde48166721ce52  # tags/2.5.2^0
+source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure \
+--prefix=/usr \
+--with-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--with-graphite2 \
+--with-icu \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_harfbuzz() {
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu() {
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}


[arch-commits] Commit in lib32-harfbuzz/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 19:30:14
  Author: heftig
Revision: 482530

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 482529, lib32-harfbuzz/trunk/PKGBUILD)
Deleted:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 19:29:38 UTC (rev 482529)
+++ PKGBUILD2019-06-20 19:30:14 UTC (rev 482530)
@@ -1,75 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="OpenType text shaping engine (32-bit)"
-url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-depends=(lib32-glib2 lib32-freetype2 harfbuzz)
-makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
-checkdepends=(python-fonttools python-setuptools)
-_commit=93c455567fe3d92a7efe65bf0e9ac2af794e2c4f  # tags/2.5.1^0
-source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd harfbuzz
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd harfbuzz
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd harfbuzz
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---with-cairo \
---with-freetype \
---with-glib \
---with-gobject \
---without-graphite2 \
---with-icu \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd harfbuzz
-  make check
-}
-
-package_lib32-harfbuzz() {
-
-  cd harfbuzz
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
-  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
-  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
-}
-
-package_lib32-harfbuzz-icu() {
-  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
-  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 482529, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 19:30:14 UTC (rev 482530)
@@ -0,0 +1,75 @@
+# Maintainer: Florian Pritz 
+
+pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="OpenType text shaping engine (32-bit)"
+url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+depends=(lib32-glib2 lib32-freetype2 harfbuzz)
+makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
+checkdepends=(python-fonttools python-setuptools)
+_commit=6b44bf85382146b355a5a3cbbfde48166721ce52  # tags/2.5.2^0
+source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd harfbuzz
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd harfbuzz
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd harfbuzz
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--with-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--without-graphite2 \
+--with-icu \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd harfbuzz
+  make check
+}
+
+package_lib32-harfbuzz() {
+
+  cd harfbuzz
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
+  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
+  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
+}
+
+package_lib32-harfbuzz-icu() {
+  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
+  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
+}


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

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 19:29:38
  Author: heftig
Revision: 482529

2.5.2-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 19:02:28 UTC (rev 482528)
+++ PKGBUILD2019-06-20 19:29:38 UTC (rev 482529)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -10,7 +10,7 @@
 depends=(lib32-glib2 lib32-freetype2 harfbuzz)
 makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
 checkdepends=(python-fonttools python-setuptools)
-_commit=93c455567fe3d92a7efe65bf0e9ac2af794e2c4f  # tags/2.5.1^0
+_commit=6b44bf85382146b355a5a3cbbfde48166721ce52  # tags/2.5.2^0
 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 19:29:36
  Author: heftig
Revision: 356625

2.5.2-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 19:17:44 UTC (rev 356624)
+++ PKGBUILD2019-06-20 19:29:36 UTC (rev 356625)
@@ -2,7 +2,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -11,7 +11,7 @@
 depends=(glib2 freetype2 graphite)
 makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
 checkdepends=(python-fonttools python-setuptools)
-_commit=93c455567fe3d92a7efe65bf0e9ac2af794e2c4f  # tags/2.5.1^0
+_commit=6b44bf85382146b355a5a3cbbfde48166721ce52  # tags/2.5.2^0
 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in js60/repos/extra-x86_64 (7 files)

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 19:17:44
  Author: heftig
Revision: 356624

archrelease: copy trunk to extra-x86_64

Added:
  js60/repos/extra-x86_64/PKGBUILD
(from rev 356623, js60/trunk/PKGBUILD)
  js60/repos/extra-x86_64/bug1415202.patch
(from rev 356623, js60/trunk/bug1415202.patch)
  js60/repos/extra-x86_64/mozjs60-fix-soname.patch
(from rev 356623, js60/trunk/mozjs60-fix-soname.patch)
Deleted:
  js60/repos/extra-x86_64/PKGBUILD
  js60/repos/extra-x86_64/bug1415202.patch
  js60/repos/extra-x86_64/mozjs52-include-configure-script.patch
  js60/repos/extra-x86_64/mozjs60-fix-soname.patch

+
 PKGBUILD   |  174 ++---
 bug1415202.patch   |  254 +++
 mozjs52-include-configure-script.patch |   63 ---
 mozjs60-fix-soname.patch   |   50 +++---
 4 files changed, 238 insertions(+), 303 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 19:13:33 UTC (rev 356623)
+++ PKGBUILD2019-06-20 19:17:44 UTC (rev 356624)
@@ -1,88 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=js60
-pkgver=60.7.1
-pkgrel=1
-_ffver=${pkgver%%.*}
-pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
-arch=(x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
-license=(MPL)
-depends=(gcc-libs readline zlib sh)
-makedepends=(python2 zip autoconf2.13 mercurial)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
-bug1415202.patch
-mozjs60-fix-soname.patch
-mozjs52-include-configure-script.patch)
-sha256sums=('SKIP'
-'0b410aa6ebd0236cd3ea524340c2da2235973a42cd0eaa90f7f394cd5bcbab95'
-'c792837930defe27355941080e9b80ec1d45003c097e4707860acc13d43bc519'
-'d91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
-
-prepare() {
-  cd mozilla-unified
-  mkdir obj
-
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1479687
-  patch -Np1 -i ../bug1415202.patch
-
-  # 
https://salsa.debian.org/gnome-team/mozjs52/tree/debian/master/debian/patches
-  patch -Np1 -i ../mozjs60-fix-soname.patch
-  patch -Np1 -i ../mozjs52-include-configure-script.patch
-}
-
-build() {
-  local configure_args=(
---prefix=/usr
---disable-debug
---disable-debug-symbols
---disable-jemalloc
---disable-strip
---enable-hardening
---enable-linker=gold
---enable-optimize
---enable-posix-nspr-emulation
---enable-readline
---enable-release
---enable-shared-js
---enable-tests
---with-intl-api
---with-system-zlib
---without-system-icu
-  )
-
-  cd mozilla-unified/obj
-
-  export PYTHON=/usr/bin/python2
-
-  sh ../js/src/configure "${configure_args[@]}"
-  make
-}
-
-check() {
-  local jstests_extra_args=(
---format=none
---exclude-random
-  ) jittest_extra_args=(
---format=none
---timeout 300
-  ) jittest_test_args=(
-basic
-  )
-
-  cd mozilla-unified/obj
-  make -C js/src check-jstests check-jit-test \
-JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
-JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
-JITTEST_TEST_ARGS="${jittest_test_args[*]}"
-}
-
-package() {
-  cd mozilla-unified/obj
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/*.ajs
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js60/repos/extra-x86_64/PKGBUILD (from rev 356623, js60/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 19:17:44 UTC (rev 356624)
@@ -0,0 +1,86 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=js60
+pkgver=60.7.2
+pkgrel=1
+pkgdesc="JavaScript interpreter and libraries - Version 60"
+arch=(x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
+license=(MPL)
+depends=(gcc-libs readline zlib sh)
+makedepends=(python2 zip autoconf2.13)
+_relver=${pkgver}esr
+source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc}
+bug1415202.patch
+mozjs60-fix-soname.patch)
+sha256sums=('8a918ea70c806524f293336f6f4574bb6e69ca1e98e6e5e0e5c2d6ad2ac26ac2'
+'SKIP'
+'0b410aa6ebd0236cd3ea524340c2da2235973a42cd0eaa90f7f394cd5bcbab95'
+'c792837930defe27355941080e9b80ec1d45003c097e4707860acc13d43bc519')
+validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
+
+prepare() {
+  cd firefox-$pkgver
+  mkdir obj
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1479687
+  patch -Np1 -i ../bug1415202.patch
+
+  # 
https://salsa.debian.org/gnome-team/mozjs52/tree/debian/master/debian/patches
+  patch -Np1 -i ../mozjs60-fix-soname.patch
+}
+
+build() {
+  

[arch-commits] Commit in js60/trunk (PKGBUILD mozjs52-include-configure-script.patch)

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 19:13:33
  Author: heftig
Revision: 356623

60.7.2-1

Modified:
  js60/trunk/PKGBUILD
Deleted:
  js60/trunk/mozjs52-include-configure-script.patch

+
 PKGBUILD   |   30 ++
 mozjs52-include-configure-script.patch |   63 ---
 2 files changed, 14 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 17:45:48 UTC (rev 356622)
+++ PKGBUILD2019-06-20 19:13:33 UTC (rev 356623)
@@ -1,27 +1,26 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=js60
-pkgver=60.7.1
+pkgver=60.7.2
 pkgrel=1
-_ffver=${pkgver%%.*}
-pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
+pkgdesc="JavaScript interpreter and libraries - Version 60"
 arch=(x86_64)
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
 license=(MPL)
 depends=(gcc-libs readline zlib sh)
-makedepends=(python2 zip autoconf2.13 mercurial)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
+makedepends=(python2 zip autoconf2.13)
+_relver=${pkgver}esr
+source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc}
 bug1415202.patch
-mozjs60-fix-soname.patch
-mozjs52-include-configure-script.patch)
-sha256sums=('SKIP'
+mozjs60-fix-soname.patch)
+sha256sums=('8a918ea70c806524f293336f6f4574bb6e69ca1e98e6e5e0e5c2d6ad2ac26ac2'
+'SKIP'
 '0b410aa6ebd0236cd3ea524340c2da2235973a42cd0eaa90f7f394cd5bcbab95'
-'c792837930defe27355941080e9b80ec1d45003c097e4707860acc13d43bc519'
-'d91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
+'c792837930defe27355941080e9b80ec1d45003c097e4707860acc13d43bc519')
+validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 
 prepare() {
-  cd mozilla-unified
+  cd firefox-$pkgver
   mkdir obj
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1479687
@@ -29,7 +28,6 @@
 
   # 
https://salsa.debian.org/gnome-team/mozjs52/tree/debian/master/debian/patches
   patch -Np1 -i ../mozjs60-fix-soname.patch
-  patch -Np1 -i ../mozjs52-include-configure-script.patch
 }
 
 build() {
@@ -52,7 +50,7 @@
 --without-system-icu
   )
 
-  cd mozilla-unified/obj
+  cd firefox-$pkgver/obj
 
   export PYTHON=/usr/bin/python2
 
@@ -71,7 +69,7 @@
 basic
   )
 
-  cd mozilla-unified/obj
+  cd firefox-$pkgver/obj
   make -C js/src check-jstests check-jit-test \
 JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
 JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
@@ -79,7 +77,7 @@
 }
 
 package() {
-  cd mozilla-unified/obj
+  cd firefox-$pkgver/obj
   make DESTDIR="$pkgdir" install
   rm "$pkgdir"/usr/lib/*.ajs
   find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +

Deleted: mozjs52-include-configure-script.patch
===
--- mozjs52-include-configure-script.patch  2019-06-20 17:45:48 UTC (rev 
356622)
+++ mozjs52-include-configure-script.patch  2019-06-20 19:13:33 UTC (rev 
356623)
@@ -1,63 +0,0 @@
-From 4a06a1a6a71293decb83aee7adb74bc709493106 Mon Sep 17 00:00:00 2001
-From: Philip Chimento 
-Date: Wed, 5 Jul 2017 22:57:09 -0700
-Subject: [PATCH] build: Include configure script, be nicer about options
-
-A configure script is not included in the SpiderMonkey tarball by
-default. Also, we have to account for JHbuild passing extra unknown
-options like --disable-Werror.
-
-https://bugzilla.mozilla.org/show_bug.cgi?id=1379540

- js/src/configure   | 9 +
- python/mozbuild/mozbuild/configure/__init__.py | 2 +-
- python/mozbuild/mozbuild/configure/options.py  | 6 +-
- 3 files changed, 15 insertions(+), 2 deletions(-)
- create mode 100755 js/src/configure
-
-diff --git a/js/src/configure b/js/src/configure
-new file mode 100755
-index ..f1ef8c49
 /dev/null
-+++ b/js/src/configure
-@@ -0,0 +1,9 @@
-+#!/bin/sh
-+
-+SRCDIR=$(dirname $0)
-+TOPSRCDIR="$SRCDIR"/../..
-+export OLD_CONFIGURE="$SRCDIR"/old-configure
-+
-+set -- "$@" --enable-project=js
-+
-+which python2.7 > /dev/null && exec python2.7 "$TOPSRCDIR/configure.py" "$@" 
|| exec python "$TOPSRCDIR/configure.py" "$@"
-diff --git a/python/mozbuild/mozbuild/configure/__init__.py 
b/python/mozbuild/mozbuild/configure/__init__.py
-index 0fe640ca..09b460d3 100644
 a/python/mozbuild/mozbuild/configure/__init__.py
-+++ b/python/mozbuild/mozbuild/configure/__init__.py
-@@ -356,7 +356,7 @@ def run(self, path=None):
- # All options should have been removed (handled) by now.
- for arg in self._helper:
- without_value = arg.split('=', 1)[0]
--raise InvalidOptionError('Unknown option: %s' % without_value)
-+

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

2019-06-20 Thread Morten Linderud via arch-commits
Date: Thursday, June 20, 2019 @ 19:02:28
  Author: foxboron
Revision: 482528

archrelease: copy trunk to community-x86_64

Added:
  qcustomplot-qt5/repos/community-x86_64/
  qcustomplot-qt5/repos/community-x86_64/PKGBUILD
(from rev 482527, qcustomplot-qt5/trunk/PKGBUILD)

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

Copied: qcustomplot-qt5/repos/community-x86_64/PKGBUILD (from rev 482527, 
qcustomplot-qt5/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-06-20 19:02:28 UTC (rev 482528)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud 
+# Contributor: Aleksandar Trifunović 
+# Contibutor: Mohammadreza Abdollahzadeh 
+
+pkgname=qcustomplot-qt5
+pkgver=2.0.1
+pkgrel=2
+pkgdesc="Plotting library for Qt5"
+url="http://www.qcustomplot.com;
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('qt5-base')
+source=("QCustomPlot-$pkgver.tar.gz::$url/release/${pkgver//_/-}/QCustomPlot.tar.gz"
+
"QCustomPlot-sharedlib-$pkgver.tar.gz::$url/release/${pkgver//_/-}/QCustomPlot-sharedlib.tar.gz")
+sha256sums=('f23f08b1294fea4c99b90afbd30fef6a85c294e5a6269164e1ee9f57dca9edfd'
+'cca0847dad29beff57b36e21efd1a0c40f74781f4648fb0921fb269d4f61d583')
+
+build() {
+  cd "${srcdir}"
+
+  # fix path to source files
+  sed -i 's|../../qcustomplot|../../qcustomplot/qcustomplot|g' \
+ 
"${srcdir}/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro"
+
+  qmake-qt5 
"${srcdir}/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro"
+  make release
+}
+
+package() {
+  cd "${srcdir}"
+  mkdir -p 
"${pkgdir}/usr/"{lib,include,share/{qcustomplot,doc/{qt,qcustomplot}}}
+  cp -a libqcustomplot.so* "$pkgdir/usr/lib/"
+  cp -a qcustomplot/qcustomplot.h "${pkgdir}/usr/include/"
+  cp -a qcustomplot/examples "${pkgdir}/usr/share/qcustomplot/"
+  cp -a qcustomplot/documentation/html "${pkgdir}/usr/share/doc/qcustomplot/"
+  cp -a qcustomplot/documentation/qcustomplot.qch "${pkgdir}/usr/share/doc/qt/"
+}


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

2019-06-20 Thread Morten Linderud via arch-commits
Date: Thursday, June 20, 2019 @ 19:02:20
  Author: foxboron
Revision: 482527

upgpkg: qcustomplot-qt5 2.0.1-2

Added:
  qcustomplot-qt5/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 19:02:20 UTC (rev 482527)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud 
+# Contributor: Aleksandar Trifunović 
+# Contibutor: Mohammadreza Abdollahzadeh 
+
+pkgname=qcustomplot-qt5
+pkgver=2.0.1
+pkgrel=2
+pkgdesc="Plotting library for Qt5"
+url="http://www.qcustomplot.com;
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('qt5-base')
+source=("QCustomPlot-$pkgver.tar.gz::$url/release/${pkgver//_/-}/QCustomPlot.tar.gz"
+
"QCustomPlot-sharedlib-$pkgver.tar.gz::$url/release/${pkgver//_/-}/QCustomPlot-sharedlib.tar.gz")
+sha256sums=('f23f08b1294fea4c99b90afbd30fef6a85c294e5a6269164e1ee9f57dca9edfd'
+'cca0847dad29beff57b36e21efd1a0c40f74781f4648fb0921fb269d4f61d583')
+
+build() {
+  cd "${srcdir}"
+
+  # fix path to source files
+  sed -i 's|../../qcustomplot|../../qcustomplot/qcustomplot|g' \
+ 
"${srcdir}/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro"
+
+  qmake-qt5 
"${srcdir}/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro"
+  make release
+}
+
+package() {
+  cd "${srcdir}"
+  mkdir -p 
"${pkgdir}/usr/"{lib,include,share/{qcustomplot,doc/{qt,qcustomplot}}}
+  cp -a libqcustomplot.so* "$pkgdir/usr/lib/"
+  cp -a qcustomplot/qcustomplot.h "${pkgdir}/usr/include/"
+  cp -a qcustomplot/examples "${pkgdir}/usr/share/qcustomplot/"
+  cp -a qcustomplot/documentation/html "${pkgdir}/usr/share/doc/qcustomplot/"
+  cp -a qcustomplot/documentation/qcustomplot.qch "${pkgdir}/usr/share/doc/qt/"
+}


[arch-commits] Commit in (3 files)

2019-06-20 Thread Morten Linderud via arch-commits
Date: Thursday, June 20, 2019 @ 19:02:12
  Author: foxboron
Revision: 482526

addpkg: qcustomplot-qt5 2.0.1-2

Added:
  qcustomplot-qt5/
  qcustomplot-qt5/repos/
  qcustomplot-qt5/trunk/


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

2019-06-20 Thread Morten Linderud via arch-commits
Date: Thursday, June 20, 2019 @ 18:52:13
  Author: foxboron
Revision: 482524

upgpkg: bmusb 0.7.4-1

Added:
  bmusb/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 18:52:13 UTC (rev 482524)
@@ -0,0 +1,25 @@
+# Maintainer: Morten Linderud 
+
+pkgname=bmusb
+_commit=0c0182f453e8bc26e630615ea6d2a2f05e868fde
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="a free driver for BlackMagic's Intensity Shuttle andUltraStudio SDI 
USB3 cards"
+arch=('x86_64')
+url="https://git.sesse.net/?p=bmusb;a=summary;
+license=('GPL2')
+depends=('libusb')
+source=("${pkgname}-${pkgver}.tar.gz::https://git.sesse.net/?p=bmusb;a=snapshot;h=${_commit};sf=tgz;)
+sha256sums=('70c294a8905f2cdc4141049cf9a9888c38616c06cd0babb3dfc7e05064374dd3')
+
+build() {
+  cd "${pkgname}"-"${_commit:0:7}"
+  make
+}
+
+package() {
+  cd "${pkgname}"-"${_commit:0:7}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-06-20 Thread Morten Linderud via arch-commits
Date: Thursday, June 20, 2019 @ 18:52:20
  Author: foxboron
Revision: 482525

archrelease: copy trunk to community-x86_64

Added:
  bmusb/repos/community-x86_64/
  bmusb/repos/community-x86_64/PKGBUILD
(from rev 482524, bmusb/trunk/PKGBUILD)

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

Copied: bmusb/repos/community-x86_64/PKGBUILD (from rev 482524, 
bmusb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-06-20 18:52:20 UTC (rev 482525)
@@ -0,0 +1,25 @@
+# Maintainer: Morten Linderud 
+
+pkgname=bmusb
+_commit=0c0182f453e8bc26e630615ea6d2a2f05e868fde
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="a free driver for BlackMagic's Intensity Shuttle andUltraStudio SDI 
USB3 cards"
+arch=('x86_64')
+url="https://git.sesse.net/?p=bmusb;a=summary;
+license=('GPL2')
+depends=('libusb')
+source=("${pkgname}-${pkgver}.tar.gz::https://git.sesse.net/?p=bmusb;a=snapshot;h=${_commit};sf=tgz;)
+sha256sums=('70c294a8905f2cdc4141049cf9a9888c38616c06cd0babb3dfc7e05064374dd3')
+
+build() {
+  cd "${pkgname}"-"${_commit:0:7}"
+  make
+}
+
+package() {
+  cd "${pkgname}"-"${_commit:0:7}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (bmusb bmusb/repos bmusb/trunk)

2019-06-20 Thread Morten Linderud via arch-commits
Date: Thursday, June 20, 2019 @ 18:52:03
  Author: foxboron
Revision: 482523

addpkg: bmusb 0.7.4-1

Added:
  bmusb/
  bmusb/repos/
  bmusb/trunk/


[arch-commits] Commit in jenkins/repos/community-any (7 files)

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 18:19:35
  Author: felixonmars
Revision: 482522

fix pkgrelease

Added:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   23 +++
 PKGBUILD |   44 
 jenkins.conf |   13 +
 jenkins.install  |7 +++
 jenkins.service  |   24 
 jenkins.sysusers |2 ++
 jenkins.tmpfiles |1 +
 7 files changed, 114 insertions(+)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2019-06-20 18:19:35 UTC (rev 482522)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 18:19:35 UTC (rev 482522)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Alexander Rødseth 
+# Contributor: Marcel Huber 
+# Contributor: Illarion Kovalchuk 
+
+pkgname=jenkins
+pkgver=2.181
+pkgrel=1
+pkgdesc='Extendable continuous integration server (latest)'
+arch=('any')
+url='https://jenkins.io'
+license=('MIT')
+depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
+provides=('jenkins-ci')
+conflicts=('jenkins-ci')
+replaces=('jenkins-ci')
+backup=('etc/conf.d/jenkins')
+install='jenkins.install'
+noextract=("jenkins-${pkgver}.war")
+source=("jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
+# Rename to force re-download on new version
+'jenkins.conf'
+'jenkins.service'
+'jenkins.tmpfiles'
+'jenkins.sysusers'
+'LICENSE')
+sha512sums=('c3929456b3d80bf1925a458c2505166056e9f06207d7256c084a7c5614d6869785575394fbb8002a36722bde7bf827ec5067c7e71ba93e668dcb66c7dd8df14b'
+
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
+
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
+
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'
+
'896cbc64eadb2f3bb9fa7fc26dbfc527b1823d8bff3158be7f1936cc250f55eeafe89079e1ceb8f3d269041662573ccbbb36248140b4ba24144a564366f8847a'
+
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
+
+package() {
+  install -Dm444 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm444 "jenkins-${pkgver}.war" 
"$pkgdir/usr/share/java/jenkins/jenkins.war"
+  install -Dm644 jenkins.service \
+"$pkgdir/usr/lib/systemd/system/jenkins.service"
+  install -Dm644 jenkins.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/jenkins.conf"
+  install -Dm644 jenkins.sysusers "$pkgdir/usr/lib/sysusers.d/jenkins.conf"
+  install -Dm644 jenkins.conf "$pkgdir/etc/conf.d/jenkins"
+}
+
+# vim:set ts=2 sw=2 et:

Added: jenkins.conf
===
--- jenkins.conf(rev 0)
+++ jenkins.conf2019-06-20 18:19:35 UTC (rev 482522)
@@ -0,0 +1,13 @@
+JAVA=/usr/bin/java
+JAVA_ARGS=-Xmx512m
+JAVA_OPTS=
+JENKINS_USER=jenkins
+JENKINS_HOME=/var/lib/jenkins
+JENKINS_WAR=/usr/share/java/jenkins/jenkins.war
+JENKINS_WEBROOT=--webroot=/var/cache/jenkins
+JENKINS_PORT=--httpPort=8090
+JENKINS_AJPPORT=--ajp13Port=-1

[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (8 files)

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 18:18:12
  Author: felixonmars
Revision: 482521

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 482520, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 482520, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 482520, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 482520, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  380 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 199 insertions(+), 199 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
482520, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 18:17:49 UTC (rev 482520)
+++ PKGBUILD2019-06-20 18:18:12 UTC (rev 482521)
@@ -1,190 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=4.9
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/4.x/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('bf750af9569b0c564cd9581b9de8c399f6e42227eb6e79338ec6ba70f135fe3388b0792ff013add97341c488ed906227cdf93cc275e362ba232df78afaaab66d'
-'SKIP'
-
'9676f54833a424f965af7591c40aa40cd3fb3b36062484de56585a631dafa68a9a545f00153350c067a0d73146f9f169a678041bb141f7562f9df6e31ec4e2d5'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  vkd3d lib32-vkd3d
-  sane
-  libgphoto2
-  gsm
-  ffmpeg
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  

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

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 18:17:49
  Author: felixonmars
Revision: 482520

upgpkg: wine-staging 4.10-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 18:05:50 UTC (rev 482519)
+++ PKGBUILD2019-06-20 18:17:49 UTC (rev 482520)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=4.9
+pkgver=4.10
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -14,9 +14,9 @@
 
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('bf750af9569b0c564cd9581b9de8c399f6e42227eb6e79338ec6ba70f135fe3388b0792ff013add97341c488ed906227cdf93cc275e362ba232df78afaaab66d'
+sha512sums=('cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54'
 'SKIP'
-
'9676f54833a424f965af7591c40aa40cd3fb3b36062484de56585a631dafa68a9a545f00153350c067a0d73146f9f169a678041bb141f7562f9df6e31ec4e2d5'
+
'f65ed761d9cbfb58aef19ea8a90c049996855a49de747f1858703e765292532dc7bb487ecfe50eb2e7e87c673507a5e287f6f80aa2d50aabe9066314809c1f03'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
@@ -123,8 +123,8 @@
   pushd wine-staging-$_pkgbasever/patches
   ./patchinstall.sh DESTDIR="$srcdir/$pkgname" --all
   popd
-  
-  # https://bugs.winehq.org/show_bug.cgi?id=43530
+
+  # Doesn't compile without remove these flags as of 4.10
   export CFLAGS="${CFLAGS/-fno-plt/}"
   export LDFLAGS="${LDFLAGS/,-z,now/}"
 


[arch-commits] Commit in vapoursynth-plugin-mvtools/repos/community-x86_64 (2 files)

2019-06-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 20, 2019 @ 18:05:50
  Author: alucryd
Revision: 482519

archrelease: copy trunk to community-x86_64

Added:
  vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD
(from rev 482518, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
Deleted:
  vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 18:05:44 UTC (rev 482518)
+++ PKGBUILD2019-06-20 18:05:50 UTC (rev 482519)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=20
-pkgrel=1
-pkgdesc='MVTools plugin for VapourSynth'
-arch=('x86_64')
-url='https://github.com/dubhater/vapoursynth-mvtools'
-license=('GPL2')
-depends=('fftw' 'vapoursynth')
-makedepends=('git' 'meson' 'nasm')
-source=("git+https://github.com/dubhater/vapoursynth-mvtools.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson vapoursynth-mvtools build \
---libdir='/usr/lib/vapoursynth'
-  ninja -C build
-}
-
-package(){
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-#vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD (from rev 
482518, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 18:05:50 UTC (rev 482519)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=21
+pkgrel=1
+pkgdesc='MVTools plugin for VapourSynth'
+arch=(x86_64)
+url=https://github.com/dubhater/vapoursynth-mvtools
+license=(GPL2)
+depends=(
+  fftw
+  vapoursynth
+)
+makedepends=(
+  git
+  meson
+  nasm
+)
+source=(git+https://github.com/dubhater/vapoursynth-mvtools.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson vapoursynth-mvtools build \
+--libdir=/usr/lib/vapoursynth
+  ninja -C build
+}
+
+package(){
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in vapoursynth-plugin-mvtools/trunk (PKGBUILD)

2019-06-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 20, 2019 @ 18:05:44
  Author: alucryd
Revision: 482518

upgpkg: vapoursynth-plugin-mvtools 21-1

Modified:
  vapoursynth-plugin-mvtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 18:01:50 UTC (rev 482517)
+++ PKGBUILD2019-06-20 18:05:44 UTC (rev 482518)
@@ -2,20 +2,27 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-mvtools
-pkgver=20
+pkgver=21
 pkgrel=1
 pkgdesc='MVTools plugin for VapourSynth'
-arch=('x86_64')
-url='https://github.com/dubhater/vapoursynth-mvtools'
-license=('GPL2')
-depends=('fftw' 'vapoursynth')
-makedepends=('git' 'meson' 'nasm')
-source=("git+https://github.com/dubhater/vapoursynth-mvtools.git#tag=v${pkgver};)
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://github.com/dubhater/vapoursynth-mvtools
+license=(GPL2)
+depends=(
+  fftw
+  vapoursynth
+)
+makedepends=(
+  git
+  meson
+  nasm
+)
+source=(git+https://github.com/dubhater/vapoursynth-mvtools.git#tag=v${pkgver})
+sha256sums=(SKIP)
 
 build() {
   arch-meson vapoursynth-mvtools build \
---libdir='/usr/lib/vapoursynth'
+--libdir=/usr/lib/vapoursynth
   ninja -C build
 }
 
@@ -23,4 +30,4 @@
   DESTDIR="${pkgdir}" ninja -C build install
 }
 
-#vim: ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2019-06-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 20, 2019 @ 18:01:44
  Author: alucryd
Revision: 482516

upgpkg: python-graphql-core 2.2.0-1

Modified:
  python-graphql-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 17:57:11 UTC (rev 482515)
+++ PKGBUILD2019-06-20 18:01:44 UTC (rev 482516)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-graphql-core
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='GraphQL base implementation for Python'
 url=https://github.com/graphql-python/graphql-core


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

2019-06-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 20, 2019 @ 18:01:50
  Author: alucryd
Revision: 482517

archrelease: copy trunk to community-any

Added:
  python-graphql-core/repos/community-any/PKGBUILD
(from rev 482516, python-graphql-core/trunk/PKGBUILD)
Deleted:
  python-graphql-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 18:01:44 UTC (rev 482516)
+++ PKGBUILD2019-06-20 18:01:50 UTC (rev 482517)
@@ -1,35 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-graphql-core
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='GraphQL base implementation for Python'
-url=https://github.com/graphql-python/graphql-core
-arch=(any)
-license=(MIT)
-depends=(
-  python-six
-  python-promise
-  python-rx
-)
-makedepends=(
-  git
-  python-setuptools
-)
-source=(git+https://github.com/graphql-python/graphql-core.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd graphql-core
-
-  python setup.py build
-}
-
-package() {
-  cd graphql-core
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-graphql-core/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-graphql-core/repos/community-any/PKGBUILD (from rev 482516, 
python-graphql-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 18:01:50 UTC (rev 482517)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-graphql-core
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='GraphQL base implementation for Python'
+url=https://github.com/graphql-python/graphql-core
+arch=(any)
+license=(MIT)
+depends=(
+  python-six
+  python-promise
+  python-rx
+)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/graphql-python/graphql-core.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd graphql-core
+
+  python setup.py build
+}
+
+package() {
+  cd graphql-core
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-graphql-core/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 20, 2019 @ 17:57:11
  Author: alucryd
Revision: 482515

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 482514, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 482514, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 482514, lib32-gtk3/trunk/lib32-gtk3.install)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install

-+
 PKGBUILD|  178 ++
 gtk-query-immodules-3.0-32.hook |   22 ++--
 lib32-gtk3.install  |6 -
 3 files changed, 102 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 17:57:03 UTC (rev 482514)
+++ PKGBUILD2019-06-20 17:57:11 UTC (rev 482515)
@@ -1,90 +0,0 @@
-# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.24.8
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
-arch=(x86_64)
-license=(LGPL)
-url=https://www.gtk.org/
-depends=(
-  gtk3
-  lib32-at-spi2-atk
-  lib32-colord
-  lib32-dbus
-  lib32-mesa
-  lib32-gdk-pixbuf2
-  lib32-json-glib
-  lib32-libcups
-  lib32-libepoxy
-  lib32-librsvg
-  lib32-libxcomposite
-  lib32-libxcursor
-  lib32-libxinerama
-  lib32-libxkbcommon
-  lib32-libxrandr
-  lib32-pango
-  lib32-rest
-  lib32-libcanberra
-  lib32-wayland
-  lib32-libxdamage
-)
-makedepends=(
-  gobject-introspection
-  gtk-doc
-  git
-  glib2-docs
-  sassc
-)
-install='lib32-gtk3.install'
-source=(
-  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
-  gtk-query-immodules-3.0-32.hook
-)
-sha256sums=(
-  SKIP
-  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
-)
-
-prepare() {
-  cd gtk
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libdir=/usr/lib32 \
---localstatedir=/var \
---disable-schemas-compile \
---enable-{broadway,wayland,x11}-backend \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gtk
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/{etc,usr/{include,share}}
-  find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-
-  install -Dm 644 ../gtk-query-immodules-3.0-32.hook -t 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 482514, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 17:57:11 UTC (rev 482515)
@@ -0,0 +1,88 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.24.9
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
+arch=(x86_64)
+license=(LGPL)
+url=https://www.gtk.org/
+depends=(
+  gtk3
+  lib32-at-spi2-atk
+  lib32-colord
+  lib32-dbus
+  lib32-mesa
+  lib32-gdk-pixbuf2
+  lib32-json-glib
+  lib32-libcups
+  lib32-libepoxy
+  lib32-librsvg
+  lib32-libxcomposite
+  lib32-libxcursor
+  lib32-libxinerama
+  lib32-libxkbcommon
+  lib32-libxrandr
+  lib32-pango
+  lib32-rest
+  lib32-libcanberra
+  lib32-wayland
+  lib32-libxdamage
+)
+makedepends=(
+  gobject-introspection
+  gtk-doc
+  git
+  glib2-docs
+  sassc
+)
+install='lib32-gtk3.install'
+source=(
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=('SKIP'
+'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
+
+prepare() {
+  cd gtk
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--disable-schemas-compile \
+--enable-{broadway,wayland,x11}-backend \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gtk
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/{etc,usr/{include,share}}
+  find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
+  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
+
+  install -Dm 644 

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

2019-06-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 20, 2019 @ 17:57:03
  Author: alucryd
Revision: 482514

upgpkg: lib32-gtk3 3.24.9-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 17:55:16 UTC (rev 482513)
+++ PKGBUILD2019-06-20 17:57:03 UTC (rev 482514)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.24.8
+pkgver=3.24.9
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
 arch=(x86_64)
@@ -44,10 +44,8 @@
   git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
   gtk-query-immodules-3.0-32.hook
 )
-sha256sums=(
-  SKIP
-  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
-)
+sha256sums=('SKIP'
+'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
 
 prepare() {
   cd gtk


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

2019-06-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 20, 2019 @ 17:55:10
  Author: alucryd
Revision: 482512

upgpkg: lollypop 1.1.0-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 17:45:59 UTC (rev 482511)
+++ PKGBUILD2019-06-20 17:55:10 UTC (rev 482512)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=1.0.12
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=(any)
@@ -40,7 +40,7 @@
   'youtube-dl: Youtube support'
 )
 source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 build() {
   arch-meson lollypop build \


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

2019-06-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 20, 2019 @ 17:55:16
  Author: alucryd
Revision: 482513

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 482512, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 17:55:10 UTC (rev 482512)
+++ PKGBUILD2019-06-20 17:55:16 UTC (rev 482513)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=1.0.12
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/gnumdk/lollypop
-license=(GPL)
-depends=(
-  appstream-glib
-  gst-plugins-base-libs
-  gtk3
-  python-beautifulsoup4
-  python-cairo
-  python-gobject
-  python-pillow
-  totem-plparser
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  itstool
-  meson
-)
-optdepends=(
-  'easytag: Modify tags'
-  'gst-libav: FFmpeg plugin for GStreamer'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-  'kid3-qt: Store covers in tags'
-  'libsecret: Last.FM support'
-  'python-pylast: Last.FM support'
-  'python-wikipedia: Wikipedia support'
-  'youtube-dl: Youtube support'
-)
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson lollypop build \
---libexecdir=lib/lollypop
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 482512, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 17:55:16 UTC (rev 482513)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=(any)
+url=https://gitlab.gnome.org/gnumdk/lollypop
+license=(GPL)
+depends=(
+  appstream-glib
+  gst-plugins-base-libs
+  gtk3
+  python-beautifulsoup4
+  python-cairo
+  python-gobject
+  python-pillow
+  totem-plparser
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  itstool
+  meson
+)
+optdepends=(
+  'easytag: Modify tags'
+  'gst-libav: FFmpeg plugin for GStreamer'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'kid3-qt: Store covers in tags'
+  'libsecret: Last.FM support'
+  'python-pylast: Last.FM support'
+  'python-wikipedia: Wikipedia support'
+  'youtube-dl: Youtube support'
+)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  arch-meson lollypop build \
+--libexecdir=lib/lollypop
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 17:45:59
  Author: heftig
Revision: 482511

archrelease: copy trunk to community-x86_64

Added:
  eclipse/repos/community-x86_64/PKGBUILD
(from rev 482510, eclipse/trunk/PKGBUILD)
  eclipse/repos/community-x86_64/commonify
(from rev 482510, eclipse/trunk/commonify)
Deleted:
  eclipse/repos/community-x86_64/PKGBUILD
  eclipse/repos/community-x86_64/commonify

---+
 PKGBUILD  |  222 ++--
 commonify |  368 ++--
 2 files changed, 295 insertions(+), 295 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 17:14:01 UTC (rev 482510)
+++ PKGBUILD2019-06-20 17:45:59 UTC (rev 482511)
@@ -1,111 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Andrew Wright 
-# Contributor: Andreas W. Hauser 
-# Contributor: Marco Crosio 
-
-pkgbase=eclipse
-pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
-pkgver=4.11
-pkgrel=1
-_release=2019-03/R
-pkgdesc="Highly extensible IDE"
-license=(EPL)
-arch=(x86_64)
-url="https://eclipse.org;
-makedepends=(python3)
-source=(commonify)
-sha256sums=('a68cccdf182449dfb4aef595ab26fe6542902421aef42a79672483865cbbd0ea')
-
-_sourcename() {
-  case $1 in
-eclipse-common) return 1 ;;
-eclipse-rust  ) echo 
$1-${_release//\//-}-incubation-linux-gtk-x86_64.tar.gz ;;
-* ) echo $1-${_release//\//-}-linux-gtk-x86_64.tar.gz ;;
-  esac
-}
-
-source_x86_64=()
-noextract=()
-
-for _pkg in ${pkgname[@]}; do
-  _src=$(_sourcename $_pkg) || continue
-  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/$_src)
-  noextract+=($_src)
-  eval "package_$_pkg() { _package $_pkg; }"
-done
-
-sha256sums_x86_64=('c78925ea07849880e41fe66cd96e7a2ec09ed2e7e52c0dc114e77851bbf70d08'
-   
'e3d807d32b91a2414c9d50833b151b2689c5f2673429d15c2d4bd4f6d1bbc1af'
-   
'ad651c708c6439a65ff5d932f39325d004e1884054bbb2d4a075cdbbeec03ed4'
-   
'132d0df799273ba918effaeaecfa230e7e4e156479ba76387d919d2c0dfa8d2c'
-   
'2853421130f7422a18736dc64d70721e976daf1cd62ddf5f48ff9d3b7b2b584d'
-   
'cb1ca09ae89b771081d4f57986ed973ceaee65aee8dc799681b97b61aaa88b35')
-
-prepare() {
-  local pkg src
-  for pkg in ${pkgname[@]}; do
-mkdir $pkg
-src=$(_sourcename $pkg) || continue
-bsdtar -xf $src -C $pkg --strip-components 1
-  done
-}
-
-build() {
-  mkdir eclipse-common/dropins
-  touch eclipse-common/dropins/.keep
-  ./commonify --identical ${pkgname[@]}
-}
-
-package_eclipse-common() {
-  pkgdesc+=" (common files)"
-
-  install -d "$pkgdir/usr/lib"
-  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
-}
-
-_package() {
-  local variant i
-
-  case ${1#eclipse-} in
-java  ) variant=Java; replaces=(eclipse) ;;
-jee   ) variant=JEE ;;
-cpp   ) variant=C++; replaces=(eclipse-cdt) ;;
-php   ) variant=PHP ;;
-javascript) variant=JavaScript ;;
-rust  ) variant=Rust ;;
-* ) return 1 ;;
-  esac
-
-  pkgdesc+=" for $variant"
-  depends=(eclipse-common "java-environment>=8" webkit2gtk unzip)
-  provides=("eclipse=$pkgver-$pkgrel")
-  conflicts=(eclipse)
-
-  install -d "$pkgdir/usr/lib"
-  cp -a $1 "$pkgdir/usr/lib/eclipse"
-
-  install -D /dev/stdin "$pkgdir/usr/bin/eclipse" <
+# Contributor: Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Andrew Wright 
+# Contributor: Andreas W. Hauser 
+# Contributor: Marco Crosio 
+
+pkgbase=eclipse
+pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
+pkgver=4.12
+pkgrel=1
+_release=2019-06/R
+pkgdesc="Highly extensible IDE"
+license=(EPL)
+arch=(x86_64)
+url="https://eclipse.org;
+makedepends=(python3)
+source=(commonify)
+sha256sums=('a68cccdf182449dfb4aef595ab26fe6542902421aef42a79672483865cbbd0ea')
+
+_sourcename() {
+  case $1 in
+eclipse-common) return 1 ;;
+eclipse-rust  ) echo 
$1-${_release//\//-}-incubation-linux-gtk-x86_64.tar.gz ;;
+* ) echo $1-${_release//\//-}-linux-gtk-x86_64.tar.gz ;;
+  esac
+}
+
+source_x86_64=()
+noextract=()
+
+for _pkg in ${pkgname[@]}; do
+  _src=$(_sourcename $_pkg) || continue
+  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/$_release/$_src)
+  noextract+=($_src)
+  eval "package_$_pkg() { _package $_pkg; }"
+done
+
+sha256sums_x86_64=('bafa1143704f0bba32ed933fdf0f620bb956221b2ebba8e2a822c43671d8acf4'
+   
'72c2a6171ece6c8cf4fb6289098d2ab4fd6204e9a3571a7da39376cf6b643f9f'
+   
'2b96d223e5a34434cca87748c7ce77821fc78ef591b8695f77fa517046a3ea99'
+   
'a1b82f99a57e36e8239b7eed6d84631e9fbadeec6ceae1ffe5cbb96d090cbc8a'
+   
'3437bf283475ef55b1ed24dbe395bb7a339690af37c6775604ffdd48bb6260c1'
+   

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

2019-06-20 Thread Jan Steffens via arch-commits
Date: Thursday, June 20, 2019 @ 17:45:48
  Author: heftig
Revision: 356622

archrelease: copy trunk to extra-any

Added:
  accerciser/repos/extra-any/PKGBUILD
(from rev 356621, accerciser/trunk/PKGBUILD)
Deleted:
  accerciser/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 17:45:19 UTC (rev 356621)
+++ PKGBUILD2019-06-20 17:45:48 UTC (rev 356622)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Steve Holmes 
-# Contributor: Giulio Bai 
-
-pkgname=accerciser
-pkgver=3.32.2
-pkgrel=1
-pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
-arch=(any)
-url="https://wiki.gnome.org/Apps/Accerciser;
-license=(BSD)
-depends=(python gtk3 python-atspi ipython libwnck3 python-cairo)
-makedepends=(appstream-glib yelp-tools git)
-groups=(gnome-extra)
-_commit=062a0fa753caf5daaf460739f40fffd320f9a21b  # tags/3.32.2^0
-source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}

Copied: accerciser/repos/extra-any/PKGBUILD (from rev 356621, 
accerciser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 17:45:48 UTC (rev 356622)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+# Contributor: Steve Holmes 
+# Contributor: Giulio Bai 
+
+pkgname=accerciser
+pkgver=3.32.3
+pkgrel=1
+pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
+arch=(any)
+url="https://wiki.gnome.org/Apps/Accerciser;
+license=(BSD)
+depends=(python gtk3 python-atspi ipython libwnck3 python-cairo)
+makedepends=(appstream-glib yelp-tools git)
+groups=(gnome-extra)
+_commit=e588021cd2c07a8cdb46aea5929008f670a329dd  # tags/3.32.3^0
+source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 17:13:55
  Author: arodseth
Revision: 482509

upgpkg: gauche 0.9.8-1

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 17:10:26 UTC (rev 482508)
+++ PKGBUILD2019-06-20 17:13:55 UTC (rev 482509)
@@ -4,7 +4,7 @@
 # Contributor: nkoizu 
 
 pkgname=gauche
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R7RS Scheme implementation (includes gosh)'
@@ -12,7 +12,7 @@
 license=(BSD)
 arch=(x86_64)
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('2d33bd942e3fc2f2dcc8e5217c9130c885a0fd1cb11a1856e619a83a23f336a0')
+sha256sums=('3eb30d1051d8b48999fe46511c9f6983057735312c9832b7db13f9db140db74b')
 
 build() {
   cd "Gauche-$pkgver"


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 17:14:01
  Author: arodseth
Revision: 482510

archrelease: copy trunk to community-x86_64

Added:
  gauche/repos/community-x86_64/PKGBUILD
(from rev 482509, gauche/trunk/PKGBUILD)
Deleted:
  gauche/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 17:13:55 UTC (rev 482509)
+++ PKGBUILD2019-06-20 17:14:01 UTC (rev 482510)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Stefan Husmann 
-# Contributor: Motohiro Ueki 
-# Contributor: nkoizu 
-
-pkgname=gauche
-pkgver=0.9.7
-pkgrel=1
-url='https://practical-scheme.net/gauche/'
-pkgdesc='R7RS Scheme implementation (includes gosh)'
-depends=(libatomic_ops slib)
-license=(BSD)
-arch=(x86_64)
-source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('2d33bd942e3fc2f2dcc8e5217c9130c885a0fd1cb11a1856e619a83a23f336a0')
-
-build() {
-  cd "Gauche-$pkgver"
-
-  ./configure --enable-multibyte=utf-8 --prefix=/usr
-  make
-}
-
-package() {
-  cd "Gauche-$pkgver"
-
-  make DESTDIR="$pkgdir" install-pkg install-doc
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
-# vim: ts=2 sw=2 et:

Copied: gauche/repos/community-x86_64/PKGBUILD (from rev 482509, 
gauche/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 17:14:01 UTC (rev 482510)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Stefan Husmann 
+# Contributor: Motohiro Ueki 
+# Contributor: nkoizu 
+
+pkgname=gauche
+pkgver=0.9.8
+pkgrel=1
+url='https://practical-scheme.net/gauche/'
+pkgdesc='R7RS Scheme implementation (includes gosh)'
+depends=(libatomic_ops slib)
+license=(BSD)
+arch=(x86_64)
+source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
+sha256sums=('3eb30d1051d8b48999fe46511c9f6983057735312c9832b7db13f9db140db74b')
+
+build() {
+  cd "Gauche-$pkgver"
+
+  ./configure --enable-multibyte=utf-8 --prefix=/usr
+  make
+}
+
+package() {
+  cd "Gauche-$pkgver"
+
+  make DESTDIR="$pkgdir" install-pkg install-doc
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in bind/repos/extra-x86_64 (18 files)

2019-06-20 Thread Sébastien Luttringer via arch-commits
Date: Thursday, June 20, 2019 @ 17:12:02
  Author: seblu
Revision: 356619

archrelease: copy trunk to extra-x86_64

Added:
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 356618, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 356618, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/empty.zone
(from rev 356618, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 356618, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 356618, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 356618, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 356618, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 356618, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 356618, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

+
 127.0.0.zone   |   20 +--
 PKGBUILD   |  258 +--
 empty.zone |   16 +--
 localhost.ip6.zone |   20 +--
 localhost.zone |   22 ++--
 named.conf |  144 ++--
 named.service  |   20 +--
 sysusers.conf  |2 
 tmpfiles.conf  |2 
 9 files changed, 252 insertions(+), 252 deletions(-)

Deleted: 127.0.0.zone
===
--- 127.0.0.zone2019-06-20 17:11:52 UTC (rev 356618)
+++ 127.0.0.zone2019-06-20 17:12:02 UTC (rev 356619)
@@ -1,10 +0,0 @@
-@   1D IN SOA   localhost. root.localhost. (
-42; serial (mmdd##)
-3H; refresh
-15M   ; retry
-1W; expiry
-1D )  ; minimum ttl
-
-1D  IN  NS  localhost.
-
-1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Copied: bind/repos/extra-x86_64/127.0.0.zone (from rev 356618, 
bind/trunk/127.0.0.zone)
===
--- 127.0.0.zone(rev 0)
+++ 127.0.0.zone2019-06-20 17:12:02 UTC (rev 356619)
@@ -0,0 +1,10 @@
+@   1D IN SOA   localhost. root.localhost. (
+42; serial (mmdd##)
+3H; refresh
+15M   ; retry
+1W; expiry
+1D )  ; minimum ttl
+
+1D  IN  NS  localhost.
+
+1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 17:11:52 UTC (rev 356618)
+++ PKGBUILD2019-06-20 17:12:02 UTC (rev 356619)
@@ -1,129 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Gaetan Bisson 
-# Contributor: judd 
-# Contributor: Mario Vazquez 
-
-pkgbase=bind
-pkgname=(bind bind-tools)
-_pkgver=9.14.2
-pkgver=${_pkgver//-/.}
-pkgrel=1
-url='https://www.isc.org/software/bind/'
-license=('MPL2')
-arch=('x86_64')
-options=('!emptydirs')
-makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
-  'libidn2' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'lmdb'
-  'zlib' 'icu' 'xz')
-validpgpkeys=('AE3FAC796711EC59FC007AA474BB6B9A4CBB3D38') #ISC Code Signing 
Key 2019 – 2020 (codes...@isc.org)
-source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
-'tmpfiles.conf'
-'sysusers.conf'
-'named.conf'
-'named.service'
-'localhost.zone'
-'localhost.ip6.zone'
-'127.0.0.zone'
-'empty.zone')
-sha1sums=('b46c8713804cb8de43ded17cfb852d2db8e184d9'
-  'SKIP'
-  'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
-  '9537f4835a1f736788d0733c7996a10db2d4eee4'
-  'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
-  '62b06487323dd0d515a4dc659b8ecd193c29107b'
-  '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
-  '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
-  '9c33726088342207ad06d33b2c13408290a0c8ad'
-  '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
-
-prepare() {
-  msg2 'Getting a fresh version of root DNS'
-  # no more using source array, lack of versioning.
-  curl -o root.hint https://www.internic.net/zones/named.root
-  [[ -s root.hint ]]
-  cd bind-$_pkgver
-  # 

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

2019-06-20 Thread Sébastien Luttringer via arch-commits
Date: Thursday, June 20, 2019 @ 17:11:52
  Author: seblu
Revision: 356618

upgpkg: bind 9.14.3-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 16:44:36 UTC (rev 356617)
+++ PKGBUILD2019-06-20 17:11:52 UTC (rev 356618)
@@ -5,7 +5,7 @@
 
 pkgbase=bind
 pkgname=(bind bind-tools)
-_pkgver=9.14.2
+_pkgver=9.14.3
 pkgver=${_pkgver//-/.}
 pkgrel=1
 url='https://www.isc.org/software/bind/'
@@ -25,7 +25,7 @@
 'localhost.ip6.zone'
 '127.0.0.zone'
 'empty.zone')
-sha1sums=('b46c8713804cb8de43ded17cfb852d2db8e184d9'
+sha1sums=('aac68ca0242419de24663dca935b63ba54189d9e'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '9537f4835a1f736788d0733c7996a10db2d4eee4'


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

2019-06-20 Thread Sébastien Luttringer via arch-commits
Date: Thursday, June 20, 2019 @ 17:10:26
  Author: seblu
Revision: 482508

archrelease: copy trunk to community-x86_64

Added:
  hardlink/repos/community-x86_64/PKGBUILD
(from rev 482507, hardlink/trunk/PKGBUILD)
Deleted:
  hardlink/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 17:10:21 UTC (rev 482507)
+++ PKGBUILD2019-06-20 17:10:26 UTC (rev 482508)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=hardlink
-pkgver=0.3.0
-pkgrel=2
-pkgdesc='Replace file copies using hardlinks'
-arch=('x86_64')
-url='https://jak-linux.org/projects/hardlink/'
-license=('custom: MIT')
-depends=('glibc' 'pcre')
-source=("https://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.xz;)
-md5sums=('72f1a460adb6874c151deab766e434ad')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install icense
-  install -Dm 644 debian/copyright 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hardlink/repos/community-x86_64/PKGBUILD (from rev 482507, 
hardlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 17:10:26 UTC (rev 482508)
@@ -0,0 +1,26 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=hardlink
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='Replace file copies using hardlinks'
+arch=('x86_64')
+url='https://salsa.debian.org/jak/hardlink'
+license=('custom: MIT')
+depends=('glibc' 'pcre')
+source=("https://salsa.debian.org/jak/hardlink/-/archive/$pkgver/hardlink-$pkgver.tar.bz2;)
+md5sums=('bf0ada2fa1f2e3ed0c0b0fd6f1b00ab7')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install icense
+  install -Dm 644 debian/copyright 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 17:10:04
  Author: arodseth
Revision: 482505

upgpkg: grim 1.2.0-2

Modified:
  grim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 17:09:03 UTC (rev 482504)
+++ PKGBUILD2019-06-20 17:10:04 UTC (rev 482505)
@@ -3,7 +3,7 @@
 
 pkgname=grim
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Screenshot utility for Wayland'
 arch=(x86_64)
 url='https://github.com/emersion/grim'


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 17:10:09
  Author: arodseth
Revision: 482506

archrelease: copy trunk to community-x86_64

Added:
  grim/repos/community-x86_64/PKGBUILD
(from rev 482505, grim/trunk/PKGBUILD)
Deleted:
  grim/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 17:10:04 UTC (rev 482505)
+++ PKGBUILD2019-06-20 17:10:09 UTC (rev 482506)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: emersion 
-
-pkgname=grim
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Screenshot utility that works with Wayland'
-arch=(x86_64)
-url='https://github.com/emersion/grim'
-license=(MIT)
-depends=(libjpeg-turbo pango wayland wayland-protocols)
-makedepends=(git meson ninja scdoc)
-source=("git+$url#tag=v${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-  arch-meson build $pkgname
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 $pkgname/LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/emersion/grim/releases/latest
-# vim: ts=2 sw=2 et

Copied: grim/repos/community-x86_64/PKGBUILD (from rev 482505, 
grim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 17:10:09 UTC (rev 482506)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: emersion 
+
+pkgname=grim
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Screenshot utility for Wayland'
+arch=(x86_64)
+url='https://github.com/emersion/grim'
+license=(MIT)
+depends=(libjpeg-turbo pango wayland wayland-protocols)
+makedepends=(git meson ninja scdoc)
+source=("git+$url#tag=v${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+  arch-meson build $pkgname
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 $pkgname/LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/emersion/grim/releases/latest
+# vim: ts=2 sw=2 et


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

2019-06-20 Thread Sébastien Luttringer via arch-commits
Date: Thursday, June 20, 2019 @ 17:10:21
  Author: seblu
Revision: 482507

upgpkg: hardlink 0.3.2-1

Modified:
  hardlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 17:10:09 UTC (rev 482506)
+++ PKGBUILD2019-06-20 17:10:21 UTC (rev 482507)
@@ -1,15 +1,15 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=hardlink
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.2
+pkgrel=1
 pkgdesc='Replace file copies using hardlinks'
 arch=('x86_64')
-url='https://jak-linux.org/projects/hardlink/'
+url='https://salsa.debian.org/jak/hardlink'
 license=('custom: MIT')
 depends=('glibc' 'pcre')
-source=("https://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.xz;)
-md5sums=('72f1a460adb6874c151deab766e434ad')
+source=("https://salsa.debian.org/jak/hardlink/-/archive/$pkgver/hardlink-$pkgver.tar.bz2;)
+md5sums=('bf0ada2fa1f2e3ed0c0b0fd6f1b00ab7')
 
 build() {
   cd $pkgname-$pkgver


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 17:09:03
  Author: arodseth
Revision: 482504

Update pkgdesc

Modified:
  grim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 17:07:31 UTC (rev 482503)
+++ PKGBUILD2019-06-20 17:09:03 UTC (rev 482504)
@@ -4,7 +4,7 @@
 pkgname=grim
 pkgver=1.2.0
 pkgrel=1
-pkgdesc='Screenshot utility that works with Wayland'
+pkgdesc='Screenshot utility for Wayland'
 arch=(x86_64)
 url='https://github.com/emersion/grim'
 license=(MIT)


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 17:07:26
  Author: arodseth
Revision: 482502

upgpkg: dumb 2.0.3-2

Modified:
  dumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 17:03:04 UTC (rev 482501)
+++ PKGBUILD2019-06-20 17:07:26 UTC (rev 482502)
@@ -1,37 +1,22 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Chris Brannon 
 # Contributor: JJDaNiMoTh 
-# Contributor: Bjørn Lindeijer 
+# Contributor: Bjørn Lindeijer 
 
-pkgbase=dumb
-pkgname=(dumb dumb-a4)
+pkgname=dumb
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='IT, XM, S3M and MOD player library'
-arch=('x86_64')
-license=('custom:dumb' 'GPL')
-url='http://dumb.sf.net/'
-makedepends=('allegro' 'allegro4' 'cmake' 'ninja')
+arch=(x86_64)
+license=(custom:dumb GPL)
+url='https://dumb.sf.net/'
+makedepends=(allegro cmake ninja)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/kode54/dumb/archive/$pkgver.tar.gz;)
 sha256sums=('99bfac926aeb8d476562303312d9f47fd05b43803050cd889b44da34a9b2a4f9')
 
 build() {
-  cp -r "$pkgname-$pkgver" "$pkgname-$pkgver-a4"
-  mkdir -p build-a4 build-a5
-
-  # Configure for Allegro 4
-  cd build-a4
-  cmake "$srcdir/$pkgname-$pkgver-a4" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_ALLEGRO4=ON \
--DBUILD_EXAMPLES=OFF \
--GNinja
-
-  # Configure for Allegro 5
-  cd "$srcdir/build-a5"
+  mkdir -p build
+  cd build
   cmake "$srcdir/$pkgname-$pkgver" \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -40,29 +25,13 @@
 -DBUILD_ALLEGRO4=OFF \
 -DBUILD_EXAMPLES=OFF \
 -GNinja
-
-  # Build both
-  cd "$srcdir"
-  ninja -C build-a4
-  ninja -C build-a5
+  ninja
 }
 
 package_dumb() {
-  conflicts=('dumb-a4')
-  DESTDIR="$pkgdir" ninja -C build-a5 install
+  DESTDIR="$pkgdir" ninja -C build install
   install -Dm644 "$pkgbase-$pkgver/LICENSE" \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-package_dumb-a4() {
-  conflicts=('dumb')
-  provides=('dumb')
-  depends=('allegro4')
-  pkgdesc='IT, XM, S3M and MOD player library (for Allegro 4)'
-
-  DESTDIR="$pkgdir" ninja -C build-a4 install
-  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
 # vim: ts=2 sw=2 et:


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 17:07:31
  Author: arodseth
Revision: 482503

archrelease: copy trunk to community-x86_64

Added:
  dumb/repos/community-x86_64/PKGBUILD
(from rev 482502, dumb/trunk/PKGBUILD)
Deleted:
  dumb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 17:07:26 UTC (rev 482502)
+++ PKGBUILD2019-06-20 17:07:31 UTC (rev 482503)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: JJDaNiMoTh 
-# Contributor: Bjørn Lindeijer 
-
-pkgbase=dumb
-pkgname=(dumb dumb-a4)
-pkgver=2.0.3
-pkgrel=1
-pkgdesc='IT, XM, S3M and MOD player library'
-arch=('x86_64')
-license=('custom:dumb' 'GPL')
-url='http://dumb.sf.net/'
-makedepends=('allegro' 'allegro4' 'cmake' 'ninja')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kode54/dumb/archive/$pkgver.tar.gz;)
-sha256sums=('99bfac926aeb8d476562303312d9f47fd05b43803050cd889b44da34a9b2a4f9')
-
-build() {
-  cp -r "$pkgname-$pkgver" "$pkgname-$pkgver-a4"
-  mkdir -p build-a4 build-a5
-
-  # Configure for Allegro 4
-  cd build-a4
-  cmake "$srcdir/$pkgname-$pkgver-a4" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_ALLEGRO4=ON \
--DBUILD_EXAMPLES=OFF \
--GNinja
-
-  # Configure for Allegro 5
-  cd "$srcdir/build-a5"
-  cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_ALLEGRO4=OFF \
--DBUILD_EXAMPLES=OFF \
--GNinja
-
-  # Build both
-  cd "$srcdir"
-  ninja -C build-a4
-  ninja -C build-a5
-}
-
-package_dumb() {
-  conflicts=('dumb-a4')
-  DESTDIR="$pkgdir" ninja -C build-a5 install
-  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_dumb-a4() {
-  conflicts=('dumb')
-  provides=('dumb')
-  depends=('allegro4')
-  pkgdesc='IT, XM, S3M and MOD player library (for Allegro 4)'
-
-  DESTDIR="$pkgdir" ninja -C build-a4 install
-  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: dumb/repos/community-x86_64/PKGBUILD (from rev 482502, 
dumb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 17:07:31 UTC (rev 482503)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: JJDaNiMoTh 
+# Contributor: Bjørn Lindeijer 
+
+pkgname=dumb
+pkgver=2.0.3
+pkgrel=2
+pkgdesc='IT, XM, S3M and MOD player library'
+arch=(x86_64)
+license=(custom:dumb GPL)
+url='https://dumb.sf.net/'
+makedepends=(allegro cmake ninja)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kode54/dumb/archive/$pkgver.tar.gz;)
+sha256sums=('99bfac926aeb8d476562303312d9f47fd05b43803050cd889b44da34a9b2a4f9')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_ALLEGRO4=OFF \
+-DBUILD_EXAMPLES=OFF \
+-GNinja
+  ninja
+}
+
+package_dumb() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 17:03:04
  Author: arodseth
Revision: 482501

archrelease: copy trunk to community-x86_64

Added:
  swi-prolog/repos/community-x86_64/PKGBUILD
(from rev 482500, swi-prolog/trunk/PKGBUILD)
Deleted:
  swi-prolog/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 17:02:59 UTC (rev 482500)
+++ PKGBUILD2019-06-20 17:03:04 UTC (rev 482501)
@@ -1,52 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Jachym Barvinek 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: John Proctor 
-# Contributor: Juergen Hoetzel 
-
-pkgname=swi-prolog
-pkgver=8.0.2
-pkgrel=2
-pkgdesc='Prolog environment'
-arch=('x86_64')
-url='https://swi-prolog.org/'
-license=(GPL LGPL)
-depends=(libarchive libyaml qt5-base)
-makedepends=(cmake jdk-openjdk junit libjpeg libxft libxinerama libxpm ninja 
unixodbc)
-optdepends=('unixodbc: for using the odbc4pl library'
-'libjpeg:  for using the pl2xpce library'
-'libxpm:   for using the pl2xpce library'
-'libxinerama:  for using the pl2xpce library'
-'libxft:   for using the pl2xpce library'
-'jdk-openjdk:  for using Prolog from Java'
-'java-runtime: for using Prolog from Java')
-# invalid HTTPS cert
-source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz;)
-sha256sums=('abb81b55ac5f2c90997c0005b1f15b74ed046638b64e784840a139fe21d0a735')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../swipl-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS="$CFLAGS -fPIC -ffile-prefix-map=$PWD= -w" \
--DLIBEDIT_LIBRARIES=/usr/lib/libedit.so.0 \
--DLIBEDIT_INCLUDE_DIR=/usr/include \
--G Ninja
-  ../swipl-$pkgver/scripts/pgo-compile.sh
-  ninja
-}
-
-check() {
-  cd build
-  # the prolog_in_java test fails
-  ctest -j 8 || true
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: swi-prolog.org/download/stable
-# vim: ts=2 sw=2 et:

Copied: swi-prolog/repos/community-x86_64/PKGBUILD (from rev 482500, 
swi-prolog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 17:03:04 UTC (rev 482501)
@@ -0,0 +1,52 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Jachym Barvinek 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: John Proctor 
+# Contributor: Juergen Hoetzel 
+
+pkgname=swi-prolog
+pkgver=8.0.3
+pkgrel=1
+pkgdesc='Prolog environment'
+arch=('x86_64')
+url='https://swi-prolog.org/'
+license=(GPL LGPL)
+depends=(libarchive libyaml qt5-base)
+makedepends=(cmake jdk-openjdk junit libjpeg libxft libxinerama libxpm ninja 
unixodbc)
+optdepends=('unixodbc: for using the odbc4pl library'
+'libjpeg:  for using the pl2xpce library'
+'libxpm:   for using the pl2xpce library'
+'libxinerama:  for using the pl2xpce library'
+'libxft:   for using the pl2xpce library'
+'jdk-openjdk:  for using Prolog from Java'
+'java-runtime: for using Prolog from Java')
+# invalid HTTPS cert
+source=("http://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz;)
+sha256sums=('cee59c0a477c8166d722703f6e52f962028f3ac43a5f41240ecb45dbdbe2d6ae')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../swipl-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="$CFLAGS -fPIC -ffile-prefix-map=$PWD= -w" \
+-DLIBEDIT_LIBRARIES=/usr/lib/libedit.so.0 \
+-DLIBEDIT_INCLUDE_DIR=/usr/include \
+-G Ninja
+  ../swipl-$pkgver/scripts/pgo-compile.sh
+  ninja
+}
+
+check() {
+  cd build
+  # the prolog_in_java test fails
+  ctest -j 8 || true
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: swi-prolog.org/download/stable
+# vim: ts=2 sw=2 et:


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 17:02:59
  Author: arodseth
Revision: 482500

upgpkg: swi-prolog 8.0.3-1

Modified:
  swi-prolog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 16:56:41 UTC (rev 482499)
+++ PKGBUILD2019-06-20 17:02:59 UTC (rev 482500)
@@ -5,8 +5,8 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=swi-prolog
-pkgver=8.0.2
-pkgrel=2
+pkgver=8.0.3
+pkgrel=1
 pkgdesc='Prolog environment'
 arch=('x86_64')
 url='https://swi-prolog.org/'
@@ -21,8 +21,8 @@
 'jdk-openjdk:  for using Prolog from Java'
 'java-runtime: for using Prolog from Java')
 # invalid HTTPS cert
-source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz;)
-sha256sums=('abb81b55ac5f2c90997c0005b1f15b74ed046638b64e784840a139fe21d0a735')
+source=("http://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz;)
+sha256sums=('cee59c0a477c8166d722703f6e52f962028f3ac43a5f41240ecb45dbdbe2d6ae')
 
 build() {
   mkdir -p build


[arch-commits] Commit in wordpress/repos/community-any (6 files)

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 16:56:41
  Author: arodseth
Revision: 482499

archrelease: copy trunk to community-any

Added:
  wordpress/repos/community-any/PKGBUILD
(from rev 482498, wordpress/trunk/PKGBUILD)
  wordpress/repos/community-any/password_reset_exploit.patch
(from rev 482498, wordpress/trunk/password_reset_exploit.patch)
  wordpress/repos/community-any/wordpress.install
(from rev 482498, wordpress/trunk/wordpress.install)
Deleted:
  wordpress/repos/community-any/PKGBUILD
  wordpress/repos/community-any/password_reset_exploit.patch
  wordpress/repos/community-any/wordpress.install

--+
 PKGBUILD |   72 -
 password_reset_exploit.patch |   62 +--
 wordpress.install|   42 +++
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 16:56:34 UTC (rev 482498)
+++ PKGBUILD2019-06-20 16:56:41 UTC (rev 482499)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jose Valecillos 
-# Contributor: Kaos 
-# Contributor: Christopher Rogers 
-
-pkgname=wordpress
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=(any)
-url='https://wordpress.org/'
-license=(GPL)
-depends=(php)
-optdepends=('nginx: Web server for serving WordPress'
-'apache: Web server for serving WordPress'
-'mariadb: Database server')
-options=(emptydirs)
-install=$pkgname.install
-source=("https://wordpress.org/$pkgname-$pkgver.tar.gz;
-password_reset_exploit.patch)
-sha256sums=('694769b2f7e235598fdc75534be6aaabfaf1342168e75ed87803eea3f789'
-'84c716953fb1aad583bfe62c2aba88173b760c60a90f6752228d4ba966e647b9')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i "$srcdir/password_reset_exploit.patch"
-}
-
-package() {
-  install -d "$pkgdir/usr/share/webapps"
-  cp -r $pkgname "$pkgdir/usr/share/webapps"
-}
-
-# getver: core.trac.wordpress.org/timeline?milestone=on
-# vim: ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 482498, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 16:56:41 UTC (rev 482499)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jose Valecillos 
+# Contributor: Kaos 
+# Contributor: Christopher Rogers 
+
+pkgname=wordpress
+pkgver=5.2.2
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=(any)
+url='https://wordpress.org/'
+license=(GPL)
+depends=(php)
+optdepends=('nginx: Web server for serving WordPress'
+'apache: Web server for serving WordPress'
+'mariadb: Database server')
+options=(emptydirs)
+install=$pkgname.install
+source=("https://wordpress.org/$pkgname-$pkgver.tar.gz;
+password_reset_exploit.patch)
+sha256sums=('783fc929a64d37e4ad4e8eea0a5f7ca2d9469f430a48a6aa1555bde0f6a23122'
+'84c716953fb1aad583bfe62c2aba88173b760c60a90f6752228d4ba966e647b9')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i "$srcdir/password_reset_exploit.patch"
+}
+
+package() {
+  install -d "$pkgdir/usr/share/webapps"
+  cp -r $pkgname "$pkgdir/usr/share/webapps"
+}
+
+# getver: core.trac.wordpress.org/timeline?milestone=on
+# vim: ts=2 sw=2 et:

Deleted: password_reset_exploit.patch
===
--- password_reset_exploit.patch2019-06-20 16:56:34 UTC (rev 482498)
+++ password_reset_exploit.patch2019-06-20 16:56:41 UTC (rev 482499)
@@ -1,31 +0,0 @@
 a/wp-includes/pluggable.php2017-05-07 15:19:40.838218673 +0200
-+++ b/wp-includes/pluggable.php2017-05-07 15:25:35.661548515 +0200
-@@ -328,14 +328,20 @@
-* https://core.trac.wordpress.org/ticket/5007.
-*/
- 
--  if ( ! isset( $from_email ) ) {
--  // Get the site domain and get rid of www.
--  $sitename = strtolower( $_SERVER['SERVER_NAME'] );
--  if ( substr( $sitename, 0, 4 ) == 'www.' ) {
--  $sitename = substr( $sitename, 4 );
--  }
--
--  $from_email = 'wordpress@' . $sitename;
-+  // Thanks simlevesque @ 
https://news.ycombinator.com/item?id=14265092
-+  if ( !isset( $from_email ) ) {
-+  // Get the site domain and get rid of www.
-+  $sitename = strtolower( WP_HOME );
-+  if ( substr( $sitename, 0, 7 ) == 'http://' ) {
-+  $sitename = substr( $sitename, 
7 );
-+  }
-+  if ( substr( 

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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 16:56:34
  Author: arodseth
Revision: 482498

upgpkg: wordpress 5.2.2-1

Modified:
  wordpress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 16:54:58 UTC (rev 482497)
+++ PKGBUILD2019-06-20 16:56:34 UTC (rev 482498)
@@ -5,7 +5,7 @@
 # Contributor: Christopher Rogers 
 
 pkgname=wordpress
-pkgver=5.2.1
+pkgver=5.2.2
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=(any)
@@ -19,7 +19,7 @@
 install=$pkgname.install
 source=("https://wordpress.org/$pkgname-$pkgver.tar.gz;
 password_reset_exploit.patch)
-sha256sums=('694769b2f7e235598fdc75534be6aaabfaf1342168e75ed87803eea3f789'
+sha256sums=('783fc929a64d37e4ad4e8eea0a5f7ca2d9469f430a48a6aa1555bde0f6a23122'
 '84c716953fb1aad583bfe62c2aba88173b760c60a90f6752228d4ba966e647b9')
 
 prepare() {


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 16:54:58
  Author: arodseth
Revision: 482497

archrelease: copy trunk to community-x86_64

Added:
  glew-wayland/repos/community-x86_64/PKGBUILD
(from rev 482496, glew-wayland/trunk/PKGBUILD)
Deleted:
  glew-wayland/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 16:54:53 UTC (rev 482496)
+++ PKGBUILD2019-06-20 16:54:58 UTC (rev 482497)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Andreas Radke 
-# Contributor: Stéphane Gaudreault 
-# Contributor: SleepyDog
-
-_pkgbase=glew
-pkgname=glew-wayland
-pkgver=2.1.0
-pkgrel=2
-pkgdesc="The OpenGL Extension Wrangler Library (for Wayland)"
-arch=('x86_64')
-url='https://glew.sourceforge.net/'
-license=('BSD' 'GPL' 'MIT')
-depends=('glu' 'libxi' 'libxmu')
-provides=('glew')
-conflicts=('glew')
-source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz;)
-sha256sums=('04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95')
-
-prepare() {
-  cd "$_pkgbase-$pkgver"
-
-  sed -i '/^.PHONY: .*\.pc$/d' Makefile
-  sed -i 's,lib64,lib,' config/Makefile.linux
-}
-
-build() {
-  make -C "$_pkgbase-$pkgver"
-}
-
-package_glew-wayland() {
-  cd "$_pkgbase-$pkgver"
-
-  make GLEW_DEST="$pkgdir/usr" SYSTEM=linux-egl install.all
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: glew-wayland/repos/community-x86_64/PKGBUILD (from rev 482496, 
glew-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 16:54:58 UTC (rev 482497)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: Stéphane Gaudreault 
+# Contributor: SleepyDog
+
+_pkgbase=glew
+pkgname=glew-wayland
+pkgver=2.1.0
+pkgrel=3
+pkgdesc="The OpenGL Extension Wrangler Library (for Wayland)"
+arch=('x86_64')
+url='https://glew.sourceforge.net/'
+license=('BSD' 'GPL' 'MIT')
+depends=('glu' 'libxi' 'libxmu')
+conflicts=('glew')
+source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz;)
+sha256sums=('04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95')
+
+prepare() {
+  cd "$_pkgbase-$pkgver"
+
+  sed -i '/^.PHONY: .*\.pc$/d' Makefile
+  sed -i 's,lib64,lib,' config/Makefile.linux
+}
+
+build() {
+  make -C "$_pkgbase-$pkgver"
+}
+
+package_glew-wayland() {
+  cd "$_pkgbase-$pkgver"
+
+  make GLEW_DEST="$pkgdir/usr" SYSTEM=linux-egl install.all
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 20, 2019 @ 16:54:53
  Author: arodseth
Revision: 482496

upgpkg: glew-wayland 2.1.0-3

Modified:
  glew-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 14:13:26 UTC (rev 482495)
+++ PKGBUILD2019-06-20 16:54:53 UTC (rev 482496)
@@ -1,4 +1,4 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Andreas Radke 
 # Contributor: Stéphane Gaudreault 
 # Contributor: SleepyDog
@@ -6,13 +6,12 @@
 _pkgbase=glew
 pkgname=glew-wayland
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The OpenGL Extension Wrangler Library (for Wayland)"
 arch=('x86_64')
 url='https://glew.sourceforge.net/'
 license=('BSD' 'GPL' 'MIT')
 depends=('glu' 'libxi' 'libxmu')
-provides=('glew')
 conflicts=('glew')
 source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz;)
 sha256sums=('04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95')


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

2019-06-20 Thread Andreas Radke via arch-commits
Date: Thursday, June 20, 2019 @ 16:44:36
  Author: andyrtr
Revision: 356617

archrelease: copy trunk to testing-any

Added:
  xorgproto/repos/testing-any/
  xorgproto/repos/testing-any/PKGBUILD
(from rev 356616, xorgproto/trunk/PKGBUILD)

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

Copied: xorgproto/repos/testing-any/PKGBUILD (from rev 356616, 
xorgproto/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-06-20 16:44:36 UTC (rev 356617)
@@ -0,0 +1,54 @@
+# Maintainer: AndyRTR 
+
+pkgname=xorgproto
+pkgver=2019.1
+pkgrel=1
+pkgdesc="combined X.Org X11 Protocol headers"
+arch=('any')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+makedepends=('xorg-util-macros' 'meson') # 'xmlto' 'libxslt' 'linuxdoc-tools' 
'docbook-sgml' 'fop')
+provides=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 
'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 
'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
+conflicts=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 
'dri2proto' 'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 
'kbproto' 'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
+replaces=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 
'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 
'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
+source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.bz2{,.sig})
+sha512sums=('f26c17f4a027acdc799b532fa65c3ea1b0e8c30794c7b7293060ee9d9dec84b4878966cd2dcda43584849232e73a208abd4213374f89b05c10e5aae92bdc00be'
+'SKIP')
+validpgpkeys=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') #  "Adam Jackson 
"
+validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # "Adam Jackson 
"
+validpgpkeys+=('C383B778255613DFDB409D91DB221A690011') #  "Keith Packard 
"
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer 
(Who-T) "
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-Dlegacy=true
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # missing docs
+  install -m755 -d "${pkgdir}/usr/share/doc/${pkgname}"
+  install -m644 $pkgname-$pkgver/*.txt "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -m644 $pkgname-$pkgver/PM_spec "${pkgdir}/usr/share/doc/${pkgname}/"
+  rm ${pkgdir}/usr/share/doc/${pkgname}/meson_options.txt
+
+  # licenses
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 $pkgname-$pkgver/COPYING* 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  # cleanup
+  rm -f ${pkgdir}/usr/include/X11/extensions/{apple,windows}*
+  rm -f ${pkgdir}/usr/share/licenses/${pkgname}/COPYING-{apple,windows}wmproto
+  rm -f ${pkgdir}/usr/share/pkgconfig/{apple,windows}wmproto.pc
+}


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

2019-06-20 Thread Andreas Radke via arch-commits
Date: Thursday, June 20, 2019 @ 16:44:28
  Author: andyrtr
Revision: 356616

upgpkg: xorgproto 2019.1-1

upstream update 2019.1

Modified:
  xorgproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 16:05:50 UTC (rev 356615)
+++ PKGBUILD2019-06-20 16:44:28 UTC (rev 356616)
@@ -1,7 +1,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=xorgproto
-pkgver=2018.4
+pkgver=2019.1
 pkgrel=1
 pkgdesc="combined X.Org X11 Protocol headers"
 arch=('any')
@@ -12,11 +12,12 @@
 conflicts=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 
'dri2proto' 'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 
'kbproto' 'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
 replaces=('bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 
'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 
'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 
'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 
'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 
'xineramaproto' 'xproto')
 
source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.bz2{,.sig})
-sha512sums=('2db682d10280ca58cdc04d8eb9fef30c111d4cd379de9fec86cff317865b859a576de5426447be9231d24be9762cc1d684c57383a99ad499398e8b7d62b1c03c'
+sha512sums=('f26c17f4a027acdc799b532fa65c3ea1b0e8c30794c7b7293060ee9d9dec84b4878966cd2dcda43584849232e73a208abd4213374f89b05c10e5aae92bdc00be'
 'SKIP')
 validpgpkeys=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') #  "Adam Jackson 
"
 validpgpkeys+=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # "Adam Jackson 
"
 validpgpkeys+=('C383B778255613DFDB409D91DB221A690011') #  "Keith Packard 
"
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer 
(Who-T) "
 
 prepare() {
   mkdir build


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

2019-06-20 Thread Laurent Carlier via arch-commits
Date: Thursday, June 20, 2019 @ 16:05:50
  Author: lcarlier
Revision: 356615

archrelease: copy trunk to extra-x86_64

Added:
  mesa/repos/extra-x86_64/LICENSE
(from rev 356614, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 356614, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/glesv2.pc
(from rev 356614, mesa/trunk/glesv2.pc)
Deleted:
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD
  mesa/repos/extra-x86_64/glesv2.pc

---+
 LICENSE   |  166 +-
 PKGBUILD  |  370 ++--
 glesv2.pc |   20 +--
 3 files changed, 284 insertions(+), 272 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-06-20 16:05:43 UTC (rev 356614)
+++ LICENSE 2019-06-20 16:05:50 UTC (rev 356615)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: mesa/repos/extra-x86_64/LICENSE (from rev 356614, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-06-20 16:05:50 UTC (rev 356615)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa 

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

2019-06-20 Thread Laurent Carlier via arch-commits
Date: Thursday, June 20, 2019 @ 16:05:43
  Author: lcarlier
Revision: 356614

upgpkg: mesa 19.1.0-3

enable vulkan mesa layer (FS#62954)

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 13:17:33 UTC (rev 356613)
+++ PKGBUILD2019-06-20 16:05:43 UTC (rev 356614)
@@ -2,15 +2,15 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=mesa
-pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
+pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
 pkgver=19.1.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'wayland-protocols'
  'elfutils' 'llvm' 'libomxil-bellagio' 'libclc' 'clang' 'libglvnd' 
'libunwind' 'lm_sensors'
- 'libxrandr' 'valgrind' 'meson')
+ 'libxrandr' 'valgrind' 'glslang' 'meson')
 url="https://www.mesa3d.org/;
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
@@ -36,6 +36,7 @@
 -D dri-drivers=i915,i965,r100,r200,nouveau \
 -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,swr,iris \
 -D vulkan-drivers=amd,intel \
+-D vulkan-overlay-layer=true \
 -D swr-arches=avx,avx2 \
 -D dri3=true \
 -D egl=true \
@@ -79,6 +80,15 @@
   done
 }
 
+package_vulkan-mesa-layer() {
+  pkgdesc="Vulkan overlay layer to display information about the application"
+  
+  _install fakeinstall/usr/share/vulkan/explicit_layer.d
+  _install fakeinstall/usr/lib/libVkLayer_MESA_overlay.so
+
+  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}
+
 package_opencl-mesa() {
   pkgdesc="OpenCL support for AMD/ATI Radeon mesa drivers"
   depends=('expat' 'libdrm' 'libelf' 'libclc' 'clang')
@@ -95,6 +105,7 @@
 package_vulkan-intel() {
   pkgdesc="Intel's Vulkan mesa driver"
   depends=('wayland' 'libx11' 'libxshmfence' 'libdrm')
+  optdepends=('vulkan-mesa-layer: a vulkan layer to display information using 
an overlay')
   provides=('vulkan-driver')
 
   _install fakeinstall/usr/share/vulkan/icd.d/intel_icd*.json
@@ -107,6 +118,7 @@
 package_vulkan-radeon() {
   pkgdesc="Radeon's Vulkan mesa driver"
   depends=('wayland' 'libx11' 'libxshmfence' 'libelf' 'libdrm' 'llvm-libs')
+  optdepends=('vulkan-mesa-layer: a vulkan layer to display information using 
an overlay')
   provides=('vulkan-driver')
  
   _install fakeinstall/usr/share/vulkan/icd.d/radeon_icd*.json


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

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 14:13:26
  Author: felixonmars
Revision: 482495

archrelease: copy trunk to community-x86_64

Added:
  trojan/repos/community-x86_64/PKGBUILD
(from rev 482494, trojan/trunk/PKGBUILD)
Deleted:
  trojan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 14:13:10 UTC (rev 482494)
+++ PKGBUILD2019-06-20 14:13:26 UTC (rev 482495)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: GreaterFire 
-
-pkgname=trojan
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
-arch=('x86_64')
-url="https://github.com/trojan-gfw/trojan;
-license=('GPL3')
-depends=('boost-libs' 'openssl' 'mariadb-libs')
-optdepends=('ca-certificates: server certificate verification'
-'mariadb: advanced user management')
-makedepends=('cmake' 'boost' 'openssl' 'mariadb-libs')
-checkdepends=('openssl' 'python' 'curl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
-backup=('etc/trojan.json'
-'etc/trojan/config.json')
-sha512sums=('1cf0eb7cf740f6212140886e481adb00883f7132ba21d346812a2c23fca35222b93251b3cdaba6b6dad66b15f743d8627a5d42e28f32aaef5cab682ea37b5983')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
-  make
-}
-
-check() {
-cd $pkgname-$pkgver
-ctest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: trojan/repos/community-x86_64/PKGBUILD (from rev 482494, 
trojan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 14:13:26 UTC (rev 482495)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: GreaterFire 
+
+pkgname=trojan
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
+arch=('x86_64')
+url="https://github.com/trojan-gfw/trojan;
+license=('GPL3')
+depends=('boost-libs' 'openssl' 'mariadb-libs')
+optdepends=('ca-certificates: server certificate verification'
+'mariadb: advanced user management')
+makedepends=('cmake' 'boost' 'openssl' 'mariadb-libs')
+checkdepends=('openssl' 'python' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
+backup=('etc/trojan.json'
+'etc/trojan/config.json')
+sha512sums=('c12a54b41386aed3c6a1ed58471e1a5bc780c5b44e41236aac84074bffead442176c4393692197ce5061713e5e18bfa78f097ac5826c7f1ffa84a6b1e7e7f9cf')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
+  make
+}
+
+check() {
+cd $pkgname-$pkgver
+ctest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 14:13:10
  Author: felixonmars
Revision: 482494

upgpkg: trojan 1.12.3-1

Modified:
  trojan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 14:07:27 UTC (rev 482493)
+++ PKGBUILD2019-06-20 14:13:10 UTC (rev 482494)
@@ -2,7 +2,7 @@
 # Contributor: GreaterFire 
 
 pkgname=trojan
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
 backup=('etc/trojan.json'
 'etc/trojan/config.json')
-sha512sums=('1cf0eb7cf740f6212140886e481adb00883f7132ba21d346812a2c23fca35222b93251b3cdaba6b6dad66b15f743d8627a5d42e28f32aaef5cab682ea37b5983')
+sha512sums=('c12a54b41386aed3c6a1ed58471e1a5bc780c5b44e41236aac84074bffead442176c4393692197ce5061713e5e18bfa78f097ac5826c7f1ffa84a6b1e7e7f9cf')
 
 build() {
   cd $pkgname-$pkgver


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

2019-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, June 20, 2019 @ 14:07:27
  Author: svenstaro
Revision: 482493

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 482492, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 482492, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 482492, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

+
 PKGBUILD   |  146 +--
 emscripten.install |   26 -
 emscripten.sh  |4 -
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 14:07:16 UTC (rev 482492)
+++ PKGBUILD2019-06-20 14:07:27 UTC (rev 482493)
@@ -1,73 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.38.36
-pkgrel=3
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=(nodejs python binaryen)
-makedepends=(cmake libxml2 git ninja)
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-git+https://github.com/llvm/llvm-project.git#commit=58dbe47
-"emscripten.sh")
-sha512sums=('70ec76c0e196c2e91182adb144eace500c00ae35f4a78b5818d059eeb05e875d93216e344631a32324e55dda51c290e9772c67bd59a837e08437eda11b25d026'
-'SKIP'
-
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d')
-
-prepare() {
-  cd "$srcdir"/emscripten-$pkgver
-
-  sed -i 's|EMSCRIPTEN_ROOT.*|EMSCRIPTEN_ROOT = "/usr/lib/emscripten"|g' 
tools/settings_template_readonly.py
-  sed -i 's|LLVM_ROOT.*|LLVM_ROOT = "/usr/lib/emscripten-llvm"|g' 
tools/settings_template_readonly.py
-
-  mkdir "$srcdir"/llvm-project/llvm/build
-}
-
-build() {
-  cd "$srcdir"/llvm-project/llvm/build
-
-  cmake .. \
--GNinja \
--DPYTHON_EXECUTABLE=/usr/bin/python \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja
-}
-
-package() {
-  # install LLVM stuff
-  # I think we really only need these binaries.
-  for bin in lld clang clang++; do
-  install -Dm755 "$srcdir"/llvm-project/llvm/build/bin/$bin 
"$pkgdir"/usr/lib/emscripten-llvm/$bin
-  done
-
-  # install emscripten
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 482492, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 14:07:27 UTC (rev 482493)
@@ -0,0 +1,73 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Stefan Husmann 
+# Contributor: Vlad Kolotvin 
+
+pkgname=emscripten
+pkgver=1.38.36
+pkgrel=4
+pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
+arch=('x86_64')
+url="http://emscripten.org;
+license=('custom')
+depends=(nodejs python binaryen)
+makedepends=(cmake libxml2 git ninja)
+optdepends=('java-environment: for using clojure'
+'ruby: for using websockify addon'
+'cmake: for emcc --show-ports')
+install=emscripten.install
+source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
+git+https://github.com/llvm/llvm-project.git#commit=58dbe47
+"emscripten.sh")
+sha512sums=('70ec76c0e196c2e91182adb144eace500c00ae35f4a78b5818d059eeb05e875d93216e344631a32324e55dda51c290e9772c67bd59a837e08437eda11b25d026'
+'SKIP'
+

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

2019-06-20 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, June 20, 2019 @ 14:07:16
  Author: svenstaro
Revision: 482492

upgpkg: emscripten 1.38.36-4

Include more LLVM tools

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 13:57:39 UTC (rev 482491)
+++ PKGBUILD2019-06-20 14:07:16 UTC (rev 482492)
@@ -5,7 +5,7 @@
 
 pkgname=emscripten
 pkgver=1.38.36
-pkgrel=3
+pkgrel=4
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org;
@@ -54,7 +54,7 @@
 package() {
   # install LLVM stuff
   # I think we really only need these binaries.
-  for bin in lld clang clang++; do
+  for bin in clang clang++ wasm-ld llvm-nm llvm-ar llvm-as llvm-dis 
llvm-dwarfdump; do
   install -Dm755 "$srcdir"/llvm-project/llvm/build/bin/$bin 
"$pkgdir"/usr/lib/emscripten-llvm/$bin
   done
 


[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2019-06-20 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 20, 2019 @ 13:57:39
  Author: spupykin
Revision: 482491

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 13:57:26 UTC (rev 482490)
+++ PKGBUILD2019-06-20 13:57:39 UTC (rev 482491)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/bookmarks;
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('8184403aa14226cf507c1ccd4e6ebea0b731e5ba2de7ece5faceb147c50978d8')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 482490, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 13:57:39 UTC (rev 482491)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/bookmarks;
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
+sha256sums=('d5d5e7ae44de451d86b70c73bb9af2b27cb09fda1c1315fdb5cf5150b2552d3f')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


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

2019-06-20 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 20, 2019 @ 13:57:26
  Author: spupykin
Revision: 482490

upgpkg: nextcloud-app-bookmarks 1:1.0.6-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 13:48:16 UTC (rev 482489)
+++ PKGBUILD2019-06-20 13:57:26 UTC (rev 482490)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('8184403aa14226cf507c1ccd4e6ebea0b731e5ba2de7ece5faceb147c50978d8')
+sha256sums=('d5d5e7ae44de451d86b70c73bb9af2b27cb09fda1c1315fdb5cf5150b2552d3f')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-06-20 Thread Jelle van der Waa via arch-commits
Date: Thursday, June 20, 2019 @ 13:48:05
  Author: jelle
Revision: 482488

upgpkg: mosquitto 1.6.3-1

Upstream update

Modified:
  mosquitto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 13:45:51 UTC (rev 482487)
+++ PKGBUILD2019-06-20 13:48:05 UTC (rev 482488)
@@ -3,7 +3,7 @@
 # Contributor: Dan Anderson 
 
 pkgname=mosquitto
-pkgver=1.6.2
+pkgver=1.6.3
 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=('33499e78dfa0ca1cb488fd196fde940a66305bdfd44ba763ce2001db2569a08b'
+sha256sums=('9ef5cc75f4fe31d7bf50654ddf4728ad9e1ae2e5609a4b42ecbbcb4a209ed17e'
 'SKIP'
 '539b6aa2f88bba25fead1a5cbb285f18470c244391c0dfcac8d3f59e99a0652d'
 '7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')


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

2019-06-20 Thread Jelle van der Waa via arch-commits
Date: Thursday, June 20, 2019 @ 13:48:16
  Author: jelle
Revision: 482489

archrelease: copy trunk to community-x86_64

Added:
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 482488, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 482488, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 482488, 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-06-20 13:48:05 UTC (rev 482488)
+++ PKGBUILD2019-06-20 13:48:16 UTC (rev 482489)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.6.2
-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=('33499e78dfa0ca1cb488fd196fde940a66305bdfd44ba763ce2001db2569a08b'
-'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 482488, 
mosquitto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 13:48:16 UTC (rev 482489)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.6.3
+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=('9ef5cc75f4fe31d7bf50654ddf4728ad9e1ae2e5609a4b42ecbbcb4a209ed17e'
+'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-06-20 13:48:05 UTC (rev 482488)
+++ mosquitto.service   2019-06-20 13:48:16 UTC (rev 482489)
@@ -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 jenkins/repos/community-any (7 files)

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 13:45:51
  Author: felixonmars
Revision: 482487

archrelease: copy trunk to community-any

Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   23 ---
 PKGBUILD |   44 
 jenkins.conf |   13 -
 jenkins.install  |7 ---
 jenkins.service  |   24 
 jenkins.sysusers |2 --
 jenkins.tmpfiles |1 -
 7 files changed, 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-06-20 13:45:32 UTC (rev 482486)
+++ LICENSE 2019-06-20 13:45:51 UTC (rev 482487)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 13:45:32 UTC (rev 482486)
+++ PKGBUILD2019-06-20 13:45:51 UTC (rev 482487)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.180
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=("jenkins-${pkgver}.war")
-source=("jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war;
-# Rename to force re-download on new version
-'jenkins.conf'
-'jenkins.service'
-'jenkins.tmpfiles'
-'jenkins.sysusers'
-'LICENSE')
-sha512sums=('ab626311695528e2970b3faecde7e5ec07dc12cce88b3861a5d74980349d4d409a476c38f0bdc3c0e9b443e8d2881eb77b7503eec2844e4abd8e5e149367b0d3'
-
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
-
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
-
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'
-
'896cbc64eadb2f3bb9fa7fc26dbfc527b1823d8bff3158be7f1936cc250f55eeafe89079e1ceb8f3d269041662573ccbbb36248140b4ba24144a564366f8847a'
-
'0df6479a600db395c12ad29ebda3120d00460338b9a6b15913e2245aa29212a3798c32e664ca70c8034146e2e0b573066deec9e3210198202f753994e1b83efa')
-
-package() {
-  install -Dm444 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm444 "jenkins-${pkgver}.war" 
"$pkgdir/usr/share/java/jenkins/jenkins.war"
-  install -Dm644 jenkins.service \
-"$pkgdir/usr/lib/systemd/system/jenkins.service"
-  install -Dm644 jenkins.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/jenkins.conf"
-  install -Dm644 jenkins.sysusers "$pkgdir/usr/lib/sysusers.d/jenkins.conf"
-  install -Dm644 jenkins.conf "$pkgdir/etc/conf.d/jenkins"
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: jenkins.conf
===
--- jenkins.conf2019-06-20 13:45:32 UTC (rev 482486)
+++ jenkins.conf2019-06-20 13:45:51 UTC (rev 482487)
@@ -1,13 +0,0 @@
-JAVA=/usr/bin/java
-JAVA_ARGS=-Xmx512m
-JAVA_OPTS=
-JENKINS_USER=jenkins
-JENKINS_HOME=/var/lib/jenkins
-JENKINS_WAR=/usr/share/java/jenkins/jenkins.war
-JENKINS_WEBROOT=--webroot=/var/cache/jenkins

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

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 13:45:32
  Author: felixonmars
Revision: 482486

upgpkg: jenkins 2.181-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 13:37:08 UTC (rev 482485)
+++ PKGBUILD2019-06-20 13:45:32 UTC (rev 482486)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.180
+pkgver=2.181
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('ab626311695528e2970b3faecde7e5ec07dc12cce88b3861a5d74980349d4d409a476c38f0bdc3c0e9b443e8d2881eb77b7503eec2844e4abd8e5e149367b0d3'
+sha512sums=('c3929456b3d80bf1925a458c2505166056e9f06207d7256c084a7c5614d6869785575394fbb8002a36722bde7bf827ec5067c7e71ba93e668dcb66c7dd8df14b'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in perl-proc-processtable/repos/community-x86_64 (2 files)

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 13:37:08
  Author: felixonmars
Revision: 482485

archrelease: copy trunk to community-x86_64

Added:
  perl-proc-processtable/repos/community-x86_64/PKGBUILD
(from rev 482484, perl-proc-processtable/trunk/PKGBUILD)
Deleted:
  perl-proc-processtable/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 13:36:50 UTC (rev 482484)
+++ PKGBUILD2019-06-20 13:37:08 UTC (rev 482485)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-proc-processtable
-pkgver=0.56
-pkgrel=3
-pkgdesc="Provides a consistent interface to process table information."
-arch=('x86_64')
-url="http://search.cpan.org/dist/Proc-ProcessTable/;
-license=('PerlArtistic')
-depends=('perl')
-provides=('perl-proc-killall' 'perl-proc-killfam' 
'perl-proc-processtable-process')
-options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz;)
-sha512sums=('70a5f0b27e99ed45434664340068fef028cbf3c93242d7208f82f4608d030198ba65593443508e31a0637ddd8c20f3ecba80c25dabd903c5b3b04c3833db9a2d')
-
-build() {
-  cd "$srcdir/Proc-ProcessTable-$pkgver"
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/Proc-ProcessTable-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/Proc-ProcessTable-$pkgver"
-
-  make install DESTDIR="${pkgdir}"
-  find "${pkgdir}" -name perllocal.pod -delete
-  find "${pkgdir}" -name .packlist -delete
-}

Copied: perl-proc-processtable/repos/community-x86_64/PKGBUILD (from rev 
482484, perl-proc-processtable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 13:37:08 UTC (rev 482485)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-proc-processtable
+pkgver=0.58
+pkgrel=1
+pkgdesc="Provides a consistent interface to process table information."
+arch=('x86_64')
+url="https://search.cpan.org/dist/Proc-ProcessTable/;
+license=('PerlArtistic')
+depends=('perl')
+provides=('perl-proc-killall' 'perl-proc-killfam' 
'perl-proc-processtable-process')
+options=(!emptydirs)
+source=("https://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz;)
+sha512sums=('19df0aa61d54bf75539056d5b8ecbf3e47a6ebc6c6c0bf679a4cceae9e4ee1da8b9fdcbbc82a4fd952dc5875e01f039e4d4560afbe8faf9b7393be32b0bf5c09')
+
+build() {
+  cd "$srcdir/Proc-ProcessTable-$pkgver"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Proc-ProcessTable-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Proc-ProcessTable-$pkgver"
+
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name perllocal.pod -delete
+  find "${pkgdir}" -name .packlist -delete
+}


[arch-commits] Commit in perl-proc-processtable/trunk (PKGBUILD)

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 13:36:50
  Author: felixonmars
Revision: 482484

upgpkg: perl-proc-processtable 0.58-1

Modified:
  perl-proc-processtable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 13:36:40 UTC (rev 482483)
+++ PKGBUILD2019-06-20 13:36:50 UTC (rev 482484)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-proc-processtable
-pkgver=0.56
-pkgrel=3
+pkgver=0.58
+pkgrel=1
 pkgdesc="Provides a consistent interface to process table information."
 arch=('x86_64')
 url="https://search.cpan.org/dist/Proc-ProcessTable/;
@@ -11,7 +11,7 @@
 provides=('perl-proc-killall' 'perl-proc-killfam' 
'perl-proc-processtable-process')
 options=(!emptydirs)
 
source=("https://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz;)
-sha512sums=('70a5f0b27e99ed45434664340068fef028cbf3c93242d7208f82f4608d030198ba65593443508e31a0637ddd8c20f3ecba80c25dabd903c5b3b04c3833db9a2d')
+sha512sums=('19df0aa61d54bf75539056d5b8ecbf3e47a6ebc6c6c0bf679a4cceae9e4ee1da8b9fdcbbc82a4fd952dc5875e01f039e4d4560afbe8faf9b7393be32b0bf5c09')
 
 build() {
   cd "$srcdir/Proc-ProcessTable-$pkgver"


[arch-commits] Commit in lib32-faudio/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 13:36:40
  Author: felixonmars
Revision: 482483

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-faudio/repos/multilib-x86_64/PKGBUILD
(from rev 482482, lib32-faudio/trunk/PKGBUILD)
Deleted:
  lib32-faudio/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 13:36:25 UTC (rev 482482)
+++ PKGBUILD2019-06-20 13:36:40 UTC (rev 482483)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=lib32-faudio
-pkgver=19.06
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('ba3ee18b47d8d85dc39e777c420522349f9873cf1528dd6c266f7254fe27cdb5bb6ab5bcbeab870938b509bfd006590d2380908b7d1e3fd679d2a434ce82eca6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  export CC="gcc -m32 -mstackrealign"
-  export CXX="g++ -m32 -mstackrealign"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib32
-  # TODO:  -DFFMPEG=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  rm -r "$pkgdir"/usr/include
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: lib32-faudio/repos/multilib-x86_64/PKGBUILD (from rev 482482, 
lib32-faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 13:36:40 UTC (rev 482483)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=lib32-faudio
+pkgver=19.06.07
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
+sha512sums=('9ac26aca314d94e1c9c234022a966026d98dfd1ef27b3720e20f992b674a472d06c5c78d58b6225b994ac869eec7a5ca9e55dd0934fb440e1741f8da969330c8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  # TODO:  -DFFMPEG=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -r "$pkgdir"/usr/include
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 13:36:25
  Author: felixonmars
Revision: 482482

upgpkg: lib32-faudio 19.06.07-1

Modified:
  lib32-faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 13:35:04 UTC (rev 482481)
+++ PKGBUILD2019-06-20 13:36:25 UTC (rev 482482)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=lib32-faudio
-pkgver=19.06
+pkgver=19.06.07
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('ba3ee18b47d8d85dc39e777c420522349f9873cf1528dd6c266f7254fe27cdb5bb6ab5bcbeab870938b509bfd006590d2380908b7d1e3fd679d2a434ce82eca6')
+sha512sums=('9ac26aca314d94e1c9c234022a966026d98dfd1ef27b3720e20f992b674a472d06c5c78d58b6225b994ac869eec7a5ca9e55dd0934fb440e1741f8da969330c8')
 
 prepare() {
   mkdir -p build


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

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 13:35:04
  Author: felixonmars
Revision: 482481

archrelease: copy trunk to community-x86_64

Added:
  faudio/repos/community-x86_64/PKGBUILD
(from rev 482480, faudio/trunk/PKGBUILD)
Deleted:
  faudio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 13:34:48 UTC (rev 482480)
+++ PKGBUILD2019-06-20 13:35:04 UTC (rev 482481)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=faudio
-pkgver=19.06
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('sdl2' 'ffmpeg')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('ba3ee18b47d8d85dc39e777c420522349f9873cf1528dd6c266f7254fe27cdb5bb6ab5bcbeab870938b509bfd006590d2380908b7d1e3fd679d2a434ce82eca6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DFFMPEG=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: faudio/repos/community-x86_64/PKGBUILD (from rev 482480, 
faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 13:35:04 UTC (rev 482481)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=faudio
+pkgver=19.06.07
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('sdl2' 'ffmpeg')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
+sha512sums=('9ac26aca314d94e1c9c234022a966026d98dfd1ef27b3720e20f992b674a472d06c5c78d58b6225b994ac869eec7a5ca9e55dd0934fb440e1741f8da969330c8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DFFMPEG=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-06-20 Thread Felix Yan via arch-commits
Date: Thursday, June 20, 2019 @ 13:34:48
  Author: felixonmars
Revision: 482480

upgpkg: faudio 19.06.07-1

Modified:
  faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 13:19:02 UTC (rev 482479)
+++ PKGBUILD2019-06-20 13:34:48 UTC (rev 482480)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=faudio
-pkgver=19.06
+pkgver=19.06.07
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('sdl2' 'ffmpeg')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('ba3ee18b47d8d85dc39e777c420522349f9873cf1528dd6c266f7254fe27cdb5bb6ab5bcbeab870938b509bfd006590d2380908b7d1e3fd679d2a434ce82eca6')
+sha512sums=('9ac26aca314d94e1c9c234022a966026d98dfd1ef27b3720e20f992b674a472d06c5c78d58b6225b994ac869eec7a5ca9e55dd0934fb440e1741f8da969330c8')
 
 prepare() {
   mkdir -p build


  1   2   >