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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 10, 2019 @ 06:38:45
  Author: arojas
Revision: 350514

Update to 19.04.1

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-10 04:49:47 UTC (rev 350513)
+++ PKGBUILD2019-04-10 06:38:45 UTC (rev 350514)
@@ -3,8 +3,8 @@
 # Contributor: Vinay S Shastry 
 
 pkgname=wxmaxima
-pkgver=19.03.1
-pkgrel=2
+pkgver=19.04.1
+pkgrel=1
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('x86_64')
 url="https://wxmaxima-developers.github.io/wxmaxima/";
@@ -12,7 +12,7 @@
 depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
 makedepends=('cmake')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz";)
-sha256sums=('e29f6476c8e2bdd8367695955078372c39786810261b169f6ca0208ec5b01f24')
+sha256sums=('701f67e43c9e996538bc372977d61ef6c79178b10782d6921da395b725951bf6')
 
 build() {
   cd ${pkgname}-Version-${pkgver}


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 10, 2019 @ 06:39:17
  Author: arojas
Revision: 350515

archrelease: copy trunk to extra-x86_64

Added:
  wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 350514, wxmaxima/trunk/PKGBUILD)
Deleted:
  wxmaxima/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-10 06:38:45 UTC (rev 350514)
+++ PKGBUILD2019-04-10 06:39:17 UTC (rev 350515)
@@ -1,34 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=19.03.1
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('x86_64')
-url="https://wxmaxima-developers.github.io/wxmaxima/";
-license=('GPL2')
-depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz";)
-sha256sums=('e29f6476c8e2bdd8367695955078372c39786810261b169f6ca0208ec5b01f24')
-
-build() {
-  cd ${pkgname}-Version-${pkgver}
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-#check() {
-#  cd ${pkgname}-Version-${pkgver}
-#  ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
-  cd ${pkgname}-Version-${pkgver}
-
-  make DESTDIR="${pkgdir}" install 
-}

Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 350514, 
wxmaxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-10 06:39:17 UTC (rev 350515)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=19.04.1
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('x86_64')
+url="https://wxmaxima-developers.github.io/wxmaxima/";
+license=('GPL2')
+depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz";)
+sha256sums=('701f67e43c9e996538bc372977d61ef6c79178b10782d6921da395b725951bf6')
+
+build() {
+  cd ${pkgname}-Version-${pkgver}
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+#check() {
+#  cd ${pkgname}-Version-${pkgver}
+#  ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+  cd ${pkgname}-Version-${pkgver}
+
+  make DESTDIR="${pkgdir}" install 
+}


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

2019-04-09 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 10, 2019 @ 04:49:47
  Author: foutrelis
Revision: 350513

archrelease: copy trunk to extra-x86_64

Added:
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 350512, flashplugin/trunk/PKGBUILD)
Deleted:
  flashplugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-10 04:49:41 UTC (rev 350512)
+++ PKGBUILD2019-04-10 04:49:47 UTC (rev 350513)
@@ -1,52 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.156
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('x86_64')
-url="https://get.adobe.com/flashplayer/";
-license=('custom' 'LGPL')
-options=('!strip')
-source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source[@]%::*})
-sha256sums=('64febd085a5a9e7ba1c43e41fcb44af278ca2bd6d31a5ac2d9a23e17acd6782c'
-'d6b1ba0ef602ef9402feb8f166ddc01a51a19a5c5b6cb6b92f1a05b2618b3384')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-x86_64/PKGBUILD (from rev 350512, 
flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-10 04:49:47 UTC (rev 350513)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=32.0.0.171
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('x86_64')
+url="https://get.adobe.com/flashplayer/";
+license=('custom' 'LGPL')
+options=('!strip')
+source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source[@]%::*})
+sha256sums=('7060f79333aa51588c6a9154ba829e9dd7fac1da1b90c4bdc026683e31a176b8'
+'bdb71500230554c0f40253c0d3baf9bd9a57c8e207b35548b24a3227b41543f0')
+
+prepare() {
+  local _dir
+  for f in *.tar.gz; do
+_dir=$(grep -Eo '([np]papi)' <<< $f)
+mkdir -p $_dir
+tar xfC $f $_dir
+  done
+}
+
+package_flashplugin() {
+  pkgdesc+=" NPAPI"
+  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
+
+  cd npapi
+  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+
+  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
+  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
+
+}
+
+package_pepper-flash() {
+  pkgdesc+=" PPAPI"
+  depends=('gcc-libs')
+  optdepends=('flashplugin: settings utility')
+
+  cd ppapi
+  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-09 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 10, 2019 @ 04:49:41
  Author: foutrelis
Revision: 350512

upgpkg: flashplugin 32.0.0.171-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 23:49:54 UTC (rev 350511)
+++ PKGBUILD2019-04-10 04:49:41 UTC (rev 350512)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.156
+pkgver=32.0.0.171
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 
source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
 
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source[@]%::*})
-sha256sums=('64febd085a5a9e7ba1c43e41fcb44af278ca2bd6d31a5ac2d9a23e17acd6782c'
-'d6b1ba0ef602ef9402feb8f166ddc01a51a19a5c5b6cb6b92f1a05b2618b3384')
+sha256sums=('7060f79333aa51588c6a9154ba829e9dd7fac1da1b90c4bdc026683e31a176b8'
+'bdb71500230554c0f40253c0d3baf9bd9a57c8e207b35548b24a3227b41543f0')
 
 prepare() {
   local _dir


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

2019-04-09 Thread Jan Steffens via arch-commits
Date: Tuesday, April 9, 2019 @ 23:49:54
  Author: heftig
Revision: 350511

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 23:49:33 UTC (rev 350510)
+++ PKGBUILD2019-04-09 23:49:54 UTC (rev 350511)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.32.0
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://gitlab.gnome.org/GNOME/gnome-desktop";
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
-makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
-_commit=0e76fa7937cde35189c74f93ef6d2081d52bf9b5  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D gnome_distributor="Arch Linux®" \
--D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  # tests broken: missing locale he_IL.UTF-8
-  : meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 350510, 
gnome-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 23:49:54 UTC (rev 350511)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.32.1
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://gitlab.gnome.org/GNOME/gnome-desktop";
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
+makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
+_commit=e5517dbab5eb5c8214941fb66a31168f1e7511d5  # tags/3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gnome_distributor="Arch Linux®" \
+-D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  # tests broken: missing locale he_IL.UTF-8
+  : meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-04-09 Thread Jan Steffens via arch-commits
Date: Tuesday, April 9, 2019 @ 23:49:33
  Author: heftig
Revision: 350510

3.32.1-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:55:28 UTC (rev 350509)
+++ PKGBUILD2019-04-09 23:49:33 UTC (rev 350510)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -11,7 +11,7 @@
 license=(GPL LGPL)
 depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
 makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
-_commit=0e76fa7937cde35189c74f93ef6d2081d52bf9b5  # tags/3.32.0^0
+_commit=e5517dbab5eb5c8214941fb66a31168f1e7511d5  # tags/3.32.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -33,7 +33,7 @@
 
 check() {
   # tests broken: missing locale he_IL.UTF-8
-  : meson test -C build
+  : meson test -C build --print-errorlogs
 }
 
 package() {


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

2019-04-09 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 9, 2019 @ 22:47:56
  Author: andrewsc
Revision: 450694

archrelease: copy trunk to community-any

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

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

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

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

2019-04-09 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 9, 2019 @ 22:30:01
  Author: andrewsc
Revision: 450693

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

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 22:13:58 UTC (rev 450692)
+++ PKGBUILD2019-04-09 22:30:01 UTC (rev 450693)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=67.0b8
+pkgver=67.0b9
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('e209a31ca45bc1529d5fd8f82628ac62cecbf856a9f10911676e5e036dfb726163a437585d3d21741f04caf04721a99fcad4a5048da37bb74ffdc862438bd648'
-
'60a10bb2bfda98940f990c97ce00d65ee64790f5a1a66cb0a45a5c0a1ff7e8c127f51928be06d107cc416961505270b907173e34ad9021c3cd2c35c998c299cb'
-
'662b26d42b98c6de1aa57829248702b34d38a57f34ea48d22dbf92ef66e9e042888510a546f69deb710a7ed0788226d44a34354b751abc48ca5c982e94d619ea'
-
'96a0e4c56290841d71f46bc9d82b4709304fbe2fea81c95e0caa5d0ab13d123dc7297142dd5970bc507d8c100bcca73e831f8c69522b67587b93834706e24763'
-
'26794bc5bcbe2aaed51a317784bfbd929854a020806fe37af004255ea6ab43ea58c0569f5b58a518683ca39a9a4a8f53e069c58c3646196910eb1abb117a352e'
-
'092544da9e3b83d2937b0968969e49c9d44e5b0403b4319515543c5f17c7ffdcea9d08e3cc8156e802902171db4b9fa0f91a967988e53d74ab6b96514a643820'
-
'8aa2bed732b1b776bc45f9f35e65bf3285228bed762365ca60b5144959c04c8ad68d9c79edf1b2d92119f6c866734be1237c012d07b78a82baed4f42e710438a'
-
'd9e2f47b3642db2b849d2633c883ae844c0e0493988ce97d434cf830597c273ab735818e04336c5ce85f29952af305a2225e36f78b578411988a77c6a30c56cc'
-
'7a8eda23b0b5c6881ae97d9784e65f80829580f2370188440814cf9603c7c5bb23c183bb7d7dc012a3ee22528522d172a763f2b6235c229b47f8e967bce2a09f'
-
'0528f56bba898ebdb3b70bdcf8c352ce633ef20b9ee9a9bce97c0e237e4be39b33b4fb1b0adc1f4f07153a192e69ecbcf46c8cf5afc4e77bf919890c875bd34d'
-
'7cde5922a97637d8c3d00343d565096c747c1c5ac2186f02d70ce48b23b647a0623cbc13cad172c0b01431d1707a6a9834aa45f9c552829ee98d82e39512e28d'
-
'9a3b15854d6dd24d3c467e24e6753c9599e687cf0c89c7156ffa7242e412ab39f26e875a1493b6d3b30836c5bc5e9e5748ec55bc76dd359399ca7cd1452ebd39'
-
'8c9ec423fe76cac7ee47728db1cd03ba3be0e34e5026d263d753ff105f7898aabc09a318b5762d2a92317966950785b5e9f9e3c540691b588169946b9604bcaf'
-
'a4b56a1e4b0c74e980f2882a64a6954e68f440ebb121ed5822174f6f18ffbc057d513abb0691f692dd87a13a3ebeeca6efda7eb7016ddd75c924589b05282bbb'
-
'3643649c964582ef94513c63d87b36df1c800e42a8b8fdf6ac5a0d20ce52cf7305528e57210c45da5625ae6d21f2af7b0d127c0ae472a1933c700fb89729a4df'
-
'b363b17733bd29e8a9fa477d50d284fbaf03d76ae53dc74a2add824a290cfd866fbd8fca647707c73d3cd3199176da867339f06d9151b7f3650cf5f04edc8aae'
-
'd55c38167d7ea68a5ae6ad8ab8fb5cc8eac50e61199857e56681f73f7c154998f5e9c8227542d58238725ed68e573a101639d3c69c9160f97572c83cacf8a7e5'
-
'0942dbe69f7c290c83a89306a98a28882bbac35bf5fb4d6fd070e54e2487acff4d0f009b74d01f70cb907004068ef7b2c58d84c0328bac511b8fe2f47f2b3d26'
-
'afe7f78c3c95e142c60feac674c7329ccc519acf8c938ea2f7a50b351280efff034aca78af21ab960375fbeb3389847451bb7cece04eb4a3139b6f1bf3a5a9df'
-
'acd51589165522d7c6bd73e7cb7c5f23a7625b9c9f80babf0202cc7bab8e6aee5c1d1f0ae3669fb36acb9f85427227fc031c29a4d5ba95a4e987010ec21d286a'
-
'80e2f8741dff226c53ee0437c19f26bc8b1071e310326ee2ab278772ca5642ce7ebd8774cce91025b4cc1e30ff8294c2f63e74bd78cf8f7c8bc93eaae13861d2'
-
'2b43539a14dfe1641ce7fc631252e341b6e3f140f1488dca481a6e853487aa0e42e6c8dcda21078041af24d616001fade87f9e43844424f750d56fc9a038535a'
-
'5e2bf04a8deed1c81618fffe664b5d71cdbcb75809be48b1f9ba830d5278f96c0dcf565efd830de4b0420afa61a3ba64c192bf17db642de9ccaf928338cac442'
-
'c156cf757b9a32ab3951a0871ccf4c11f105e3917472a6aae948414fef0f81008ca0209a0fa349bd163babe9641c8c94af36ee68e9762ba295dd27bd947771b2'
-
'a30229cdfe4c22fba5b9303554ad0960144bb34e6b7f06eeff173cf0f67caf37daeef9185c0666b753097818251b4021e56887ca9736b99bb1457dfb7361c844'
-
'760385312187236b6862807159c515ec94f8be101815fcc5a58fb10799b10b422eb0e920019c627c58a7f53b09a710c1e3253a113b0b294572ac5e6c9c86'
-
'cf21105d4c9412ccaa55a229e5ed717e55c494e2bc1830de92d6cff25cc8a97cc21c8e48c0325c0aa36932373585797fbc79ae81e7c2005509a5c04617f3bc97'
-
'714b51630d1352343bf54ed9b2de6383fcdb417da6ee862445ad0fabe297eb8d56bab0b72a8528e53bf0f629728add2c9b1502e083eadc3a872e550247b245fa'
-
'6710b8bdc84

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

2019-04-09 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 9, 2019 @ 22:13:58
  Author: andrewsc
Revision: 450692

archrelease: copy trunk to community-x86_64

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

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

[arch-commits] Commit in iwd/trunk (PKGBUILD skip-associate-event.patch)

2019-04-09 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 9, 2019 @ 21:56:24
  Author: shibumi
Revision: 450690

upgpkg: iwd 0.16-4

Applied the following patch for #62245:

The associate event is only important for OWE and FT. If neither of
these conditions (or FT initial association) are happening we do
not need to continue further processing the associate event.

See also: 
https://git.kernel.org/pub/scm/network/wireless/iwd.git/patch/?id=a71adcc243ac6263efa23390ca8bb82ae4841202

Added:
  iwd/trunk/skip-associate-event.patch
Modified:
  iwd/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++---
 skip-associate-event.patch |   29 +
 2 files changed, 36 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:53:35 UTC (rev 450689)
+++ PKGBUILD2019-04-09 21:56:24 UTC (rev 450690)
@@ -2,7 +2,7 @@
 
 pkgname=iwd
 pkgver=0.16
-pkgrel=3
+pkgrel=4
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -9,14 +9,18 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
-'iwd.tmpfiles')
+'iwd.tmpfiles'
+   'skip-associate-event.patch')
 
sha512sums=('33b10516fb203eb92651e18ebff8448874452fad9425470bf4306b4d75a512d386561ed4fcd251c54175ac6953e29f6574175e4e9b18c88e55009f670f29ddb1'
 'SKIP'
-
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4')
+
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4'
+
'ff718504b871c2e66fc433d0da24e8f9e1c78d3dbb18d76693fba671109a878e737f9e3d40f3b7e736b53d758c931083db86c9f5ba54391e715cf847b01bbaf3')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+   # patch for #62245: will be fixed in 0.17
+   patch -p1 < "${srcdir}/skip-associate-event.patch"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/iwd \

Added: skip-associate-event.patch
===
--- skip-associate-event.patch  (rev 0)
+++ skip-associate-event.patch  2019-04-09 21:56:24 UTC (rev 450690)
@@ -0,0 +1,29 @@
+From a71adcc243ac6263efa23390ca8bb82ae4841202 Mon Sep 17 00:00:00 2001
+From: James Prestwood 
+Date: Fri, 5 Apr 2019 15:32:54 -0700
+Subject: netdev: skip associate event when not in OWE/FT
+
+The associate event is only important for OWE and FT. If neither of
+these conditions (or FT initial association) are happening we do
+not need to continue further processing the associate event.
+---
+ src/netdev.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/netdev.c b/src/netdev.c
+index 661fb81..849ab2b 100644
+--- a/src/netdev.c
 b/src/netdev.c
+@@ -2389,6 +2389,9 @@ static void netdev_associate_event(struct l_genl_msg 
*msg,
+   if (netdev->aborting)
+   return;
+ 
++  if (!netdev->owe && !netdev->in_ft && !netdev->handshake->mde)
++  return;
++
+   if (!l_genl_attr_init(&attr, msg)) {
+   l_debug("attr init failed");
+   return;
+-- 
+cgit 1.2-0.3.lf.el7
+


[arch-commits] Commit in iwd/repos/community-x86_64 (5 files)

2019-04-09 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 9, 2019 @ 21:56:31
  Author: shibumi
Revision: 450691

archrelease: copy trunk to community-x86_64

Added:
  iwd/repos/community-x86_64/PKGBUILD
(from rev 450690, iwd/trunk/PKGBUILD)
  iwd/repos/community-x86_64/iwd.tmpfiles
(from rev 450690, iwd/trunk/iwd.tmpfiles)
  iwd/repos/community-x86_64/skip-associate-event.patch
(from rev 450690, iwd/trunk/skip-associate-event.patch)
Deleted:
  iwd/repos/community-x86_64/PKGBUILD
  iwd/repos/community-x86_64/iwd.tmpfiles

+
 PKGBUILD   |   72 ++-
 iwd.tmpfiles   |4 +-
 skip-associate-event.patch |   29 +
 3 files changed, 69 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 21:56:24 UTC (rev 450690)
+++ PKGBUILD2019-04-09 21:56:31 UTC (rev 450691)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=iwd
-pkgver=0.16
-pkgrel=3
-pkgdesc='Internet Wireless Daemon'
-arch=('x86_64')
-url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
-license=('LGPL')
-depends=('glibc')
-source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
-'iwd.tmpfiles')
-sha512sums=('33b10516fb203eb92651e18ebff8448874452fad9425470bf4306b4d75a512d386561ed4fcd251c54175ac6953e29f6574175e4e9b18c88e55009f670f29ddb1'
-'SKIP'
-
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/iwd \
-   --enable-wired \
-   --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-   install -Dm644 "${srcdir}/iwd.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/iwd.conf"
-}
-
-# vim: set ts=2 sw=2 ft=sh noet:

Copied: iwd/repos/community-x86_64/PKGBUILD (from rev 450690, 
iwd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 21:56:31 UTC (rev 450691)
@@ -0,0 +1,38 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=iwd
+pkgver=0.16
+pkgrel=4
+pkgdesc='Internet Wireless Daemon'
+arch=('x86_64')
+url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
+license=('LGPL')
+depends=('glibc')
+source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
+'iwd.tmpfiles'
+   'skip-associate-event.patch')
+sha512sums=('33b10516fb203eb92651e18ebff8448874452fad9425470bf4306b4d75a512d386561ed4fcd251c54175ac6953e29f6574175e4e9b18c88e55009f670f29ddb1'
+'SKIP'
+
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4'
+
'ff718504b871c2e66fc433d0da24e8f9e1c78d3dbb18d76693fba671109a878e737f9e3d40f3b7e736b53d758c931083db86c9f5ba54391e715cf847b01bbaf3')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+   # patch for #62245: will be fixed in 0.17
+   patch -p1 < "${srcdir}/skip-associate-event.patch"
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/iwd \
+   --enable-wired \
+   --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+   install -Dm644 "${srcdir}/iwd.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/iwd.conf"
+}
+
+# vim: set ts=2 sw=2 ft=sh noet:

Deleted: iwd.tmpfiles
===
--- iwd.tmpfiles2019-04-09 21:56:24 UTC (rev 450690)
+++ iwd.tmpfiles2019-04-09 21:56:31 UTC (rev 450691)
@@ -1,2 +0,0 @@
-d /var/lib/iwd 0750 root root - -
-d /var/lib/ead 0750 root root - -

Copied: iwd/repos/community-x86_64/iwd.tmpfiles (from rev 450690, 
iwd/trunk/iwd.tmpfiles)
===
--- iwd.tmpfiles(rev 0)
+++ iwd.tmpfiles2019-04-09 21:56:31 UTC (rev 450691)
@@ -0,0 +1,2 @@
+d /var/lib/iwd 0750 root root - -
+d /var/lib/ead 0750 root root - -

Copied: iwd/repos/community-x86_64/skip-associate-event.patch (from rev 450690, 
iwd/trunk/skip-associate-event.patch)
===
--- skip-associate-event.patch  (rev 0)
+++ skip-associate-event.patch  2019-04-09 21:56:31 UTC (rev 450691)
@@ -0,0 +1,29 @@
+From a71adcc243ac6263efa23390ca8bb82ae4841202 Mon Sep 17 00:00:00 2001
+From: James Prestwood 
+Date: Fri, 5 Apr 2019 15:32:54 -0700
+Subject: netdev: skip a

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

2019-04-09 Thread Jan Steffens via arch-commits
Date: Tuesday, April 9, 2019 @ 21:55:28
  Author: heftig
Revision: 350509

FS#42910: Enable TOMOYO and SMACK

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:53:11 UTC (rev 350508)
+++ PKGBUILD2019-04-09 21:55:28 UTC (rev 350509)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'ebd9983ebf1ad13504ea8b1549a13942757493297865dda6b364391fc6e3ec71'
+'a7def1286f5e64b2b2eaa20a5ec8ba1aae63ed736fe134261f7d6e7198c78c47'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2019-04-09 21:53:11 UTC (rev 350508)
+++ config  2019-04-09 21:55:28 UTC (rev 350509)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.0.3-zen1 Kernel Configuration
+# Linux/x86 5.0.7-zen1 Kernel Configuration
 #
 
 #
@@ -9304,8 +9304,16 @@
 CONFIG_SECURITY_SELINUX_DEVELOP=y
 CONFIG_SECURITY_SELINUX_AVC_STATS=y
 CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
-# CONFIG_SECURITY_SMACK is not set
-# CONFIG_SECURITY_TOMOYO is not set
+CONFIG_SECURITY_SMACK=y
+CONFIG_SECURITY_SMACK_BRINGUP=y
+CONFIG_SECURITY_SMACK_NETFILTER=y
+CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y
+CONFIG_SECURITY_TOMOYO=y
+CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048
+CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024
+# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set
+CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init"
+CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init"
 CONFIG_SECURITY_APPARMOR=y
 CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0
 CONFIG_SECURITY_APPARMOR_HASH=y
@@ -9319,6 +9327,8 @@
 # CONFIG_IMA is not set
 # CONFIG_EVM is not set
 # CONFIG_DEFAULT_SECURITY_SELINUX is not set
+# CONFIG_DEFAULT_SECURITY_SMACK is not set
+# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
 # CONFIG_DEFAULT_SECURITY_APPARMOR is not set
 CONFIG_DEFAULT_SECURITY_DAC=y
 CONFIG_DEFAULT_SECURITY=""


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

2019-04-09 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 9, 2019 @ 21:53:35
  Author: andrewsc
Revision: 450689

upgpkg: firefox-developer-edition 67.0b9-1

firefox-developer-edition: Adding/Enabling PGO, bumping to 67.0b9

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:25:15 UTC (rev 450688)
+++ PKGBUILD2019-04-09 21:53:35 UTC (rev 450689)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=67.0b8
+pkgver=67.0b9
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -61,6 +61,7 @@
 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
@@ -109,7 +110,7 @@
   # LTO needs more open files
   ulimit -n 4096
 
-  ./mach build
+  xvfb-run -a -n 97 -s "-screen 0 1600x1200x24" ./mach build
   ./mach buildsymbols
 }
 


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

2019-04-09 Thread Jan Steffens via arch-commits
Date: Tuesday, April 9, 2019 @ 21:53:11
  Author: heftig
Revision: 350508

FS#42910: Enable TOMOYO and SMACK

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:23:33 UTC (rev 350507)
+++ PKGBUILD2019-04-09 21:53:11 UTC (rev 350508)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'df2ce998b050c707950c555f7f6ec0efcb8498fca10b4bce45f681844c8aa0ab'
+'fdb355884faa86a2f9725d09657c9c32573b0f1e8bb31416823d1198bcb2f80d'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2019-04-09 21:23:33 UTC (rev 350507)
+++ config  2019-04-09 21:53:11 UTC (rev 350508)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.0.0-arch1 Kernel Configuration
+# Linux/x86 5.0.7-arch1 Kernel Configuration
 #
 
 #
@@ -9271,8 +9271,16 @@
 CONFIG_SECURITY_SELINUX_DEVELOP=y
 CONFIG_SECURITY_SELINUX_AVC_STATS=y
 CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
-# CONFIG_SECURITY_SMACK is not set
-# CONFIG_SECURITY_TOMOYO is not set
+CONFIG_SECURITY_SMACK=y
+CONFIG_SECURITY_SMACK_BRINGUP=y
+CONFIG_SECURITY_SMACK_NETFILTER=y
+CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y
+CONFIG_SECURITY_TOMOYO=y
+CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048
+CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024
+# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set
+CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init"
+CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init"
 CONFIG_SECURITY_APPARMOR=y
 CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0
 CONFIG_SECURITY_APPARMOR_HASH=y
@@ -9286,6 +9294,8 @@
 # CONFIG_IMA is not set
 # CONFIG_EVM is not set
 # CONFIG_DEFAULT_SECURITY_SELINUX is not set
+# CONFIG_DEFAULT_SECURITY_SMACK is not set
+# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
 # CONFIG_DEFAULT_SECURITY_APPARMOR is not set
 CONFIG_DEFAULT_SECURITY_DAC=y
 CONFIG_DEFAULT_SECURITY=""


[arch-commits] Commit in xrootd/trunk (PKGBUILD fix_signness.patch)

2019-04-09 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, April 9, 2019 @ 21:24:44
  Author: kgizdov
Revision: 450687

upgpkg: xrootd 4.9.1-1

Modified:
  xrootd/trunk/PKGBUILD
Deleted:
  xrootd/trunk/fix_signness.patch

+
 PKGBUILD   |   15 ---
 fix_signness.patch |   44 
 2 files changed, 4 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:32:15 UTC (rev 450686)
+++ PKGBUILD2019-04-09 21:24:44 UTC (rev 450687)
@@ -6,8 +6,8 @@
 replaces=('python-xrootd' 'python-pyxrootd')
 conflicts=('python2-xrootd' 'python2-pyxrootd')
 pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
-pkgver=4.9.0
-pkgrel=2
+pkgver=4.9.1
+pkgrel=1
 arch=('x86_64')
 url="http://xrootd.org";
 license=('LGPL3')
@@ -14,20 +14,13 @@
 depends=('ceph' 'python' 'cppunit')
 makedepends=('ceph' 'cmake' 'python')
 checkdepends=('cppunit')
-source=("${url}/download/v${pkgver}/xrootd-${pkgver}.tar.gz"
-fix_signness.patch)
-sha256sums=('49791648bdc99ad87545f60d1808dacf926de7b843415ebdd181ccf43b2af8be'
-'f291968f0e17168330a422b43c92f1c2ec33f9c058f3310839ceeecff5e25f62')
+source=("${url}/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('de47160348d52a655f8d601520ad9146b9ee76eb5d2352cdf232a6fafce27adb')
 
 get_pyver () {
 python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
 }
 
-prepare() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-patch -Np1 -i "${srcdir}"/fix_signness.patch
-}
-
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"
 

Deleted: fix_signness.patch
===
--- fix_signness.patch  2019-04-09 20:32:15 UTC (rev 450686)
+++ fix_signness.patch  2019-04-09 21:24:44 UTC (rev 450687)
@@ -1,44 +0,0 @@
-From 8e5940a2ebeb74d186a848da3bc21f1fa77c8835 Mon Sep 17 00:00:00 2001
-From: Konstantin Gizdov 
-Date: Sun, 3 Mar 2019 14:46:41 +0200
-Subject: [PATCH] fix signness and tests
-

- src/XrdCl/XrdClParallelOperation.hh| 4 ++--
- tests/XrdClTests/OperationsWorkflowTest.cc | 6 --
- 2 files changed, 2 insertions(+), 8 deletions(-)
-
-diff --git a/src/XrdCl/XrdClParallelOperation.hh 
b/src/XrdCl/XrdClParallelOperation.hh
-index 2bd13b63e43..897fae78a86 100644
 a/src/XrdCl/XrdClParallelOperation.hh
-+++ b/src/XrdCl/XrdClParallelOperation.hh
-@@ -89,10 +89,10 @@ namespace XrdCl
-   {
- std::ostringstream oss;
- oss << "Parallel(";
--for( int i = 0; i < pipelines.size(); i++ )
-+for( size_t i = 0; i < pipelines.size(); i++ )
- {
-   oss << pipelines[i]->ToString();
--  if( i != pipelines.size() - 1 )
-+  if( i + 1  != pipelines.size() )
-   {
- oss << " && ";
-   }
-diff --git a/tests/XrdClTests/OperationsWorkflowTest.cc 
b/tests/XrdClTests/OperationsWorkflowTest.cc
-index 26b1b517519..5e09b6689d1 100644
 a/tests/XrdClTests/OperationsWorkflowTest.cc
-+++ b/tests/XrdClTests/OperationsWorkflowTest.cc
-@@ -157,12 +157,6 @@ namespace {
-   bool executed;
- };
- 
--char* createBuf(const char* content, uint32_t length){
--char* buf = new char[length + 1]();
--strncpy(buf, content, length);
--return buf;
--}
--
- 
- 
- }


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

2019-04-09 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, April 9, 2019 @ 21:25:15
  Author: kgizdov
Revision: 450688

archrelease: copy trunk to community-x86_64

Added:
  xrootd/repos/community-x86_64/PKGBUILD
(from rev 450687, xrootd/trunk/PKGBUILD)
Deleted:
  xrootd/repos/community-x86_64/PKGBUILD
  xrootd/repos/community-x86_64/fix_signness.patch

+
 PKGBUILD   |  147 ---
 fix_signness.patch |   44 ---
 2 files changed, 70 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 21:24:44 UTC (rev 450687)
+++ PKGBUILD2019-04-09 21:25:15 UTC (rev 450688)
@@ -1,77 +0,0 @@
-# Maintainer: Konstantin Gizdov < arch at kge dot pw >
-# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
-# Contributor: Alex Pearce < alex at alexpearce dot me >
-pkgname=xrootd
-provides=('python-xrootd' 'python-pyxrootd')
-replaces=('python-xrootd' 'python-pyxrootd')
-conflicts=('python2-xrootd' 'python2-pyxrootd')
-pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
-pkgver=4.9.0
-pkgrel=2
-arch=('x86_64')
-url="http://xrootd.org";
-license=('LGPL3')
-depends=('ceph' 'python' 'cppunit')
-makedepends=('ceph' 'cmake' 'python')
-checkdepends=('cppunit')
-source=("${url}/download/v${pkgver}/xrootd-${pkgver}.tar.gz"
-fix_signness.patch)
-sha256sums=('49791648bdc99ad87545f60d1808dacf926de7b843415ebdd181ccf43b2af8be'
-'f291968f0e17168330a422b43c92f1c2ec33f9c058f3310839ceeecff5e25f62')
-
-get_pyver () {
-python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-patch -Np1 -i "${srcdir}"/fix_signness.patch
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-# configure
-mkdir -p "${srcdir}/build"
-cd "${srcdir}/build"
-
-CFLAGS="${CFLAGS}" \
-CXXFLAGS="${CXXFLAGS}" \
-LDFLAGS="${LDFLAGS}" \
-cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DENABLE_TESTS=1 \
-  -DXRD_PYTHON_REQ_VERSION=$(get_pyver) \
-  "${srcdir}/${pkgbase}-${pkgver}"
-
-# build
-make
-}
-
-check() {
-cd "${srcdir}/build/tests"
-
-./common/text-runner ./XrdCephTests/libXrdCephTests.so "All Tests"
-
-##
-# This requires a running XRootD server with multiIP DNS forwarder and 
local disk servers
-# only run this if you have configured the env correctly,
-# examples in https://github.com/xrootd/xrootd-test-suite
-# sample environment can be configured like so:
-# export XRDTEST_MAINSERVERURL=metaman.xrd.test
-# or export XRDTEST_MAINSERVERURL=http://xrootd.cern.ch/
-# export XRDTEST_DISKSERVERURL=srv1.xrd.test
-# or export XRDTEST_DISKSERVERURL=http://xrootd.cern.ch/
-# export XRDTEST_DATAPATH=/tests/test-files/
-# export XRDTEST_LOCALFILE=/data/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
-# or export XRDTEST_LOCALFILE=/tmp/accwe.root
-# export 
XRDTEST_REMOTEFILE=${XRDTEST_MAINSERVERURL}${XRDTEST_DATAPATH}/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
-# or export XRDTEST_MULTIIPSERVERURL=multiip.xrd.test
-# ./common/text-runner ./XrdClTests/libXrdClTests.so "All Tests"
-}
-
-package() {
-cd "${srcdir}/build"
-make DESTDIR="${pkgdir}" install
-}

Copied: xrootd/repos/community-x86_64/PKGBUILD (from rev 450687, 
xrootd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 21:25:15 UTC (rev 450688)
@@ -0,0 +1,70 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
+# Contributor: Alex Pearce < alex at alexpearce dot me >
+pkgname=xrootd
+provides=('python-xrootd' 'python-pyxrootd')
+replaces=('python-xrootd' 'python-pyxrootd')
+conflicts=('python2-xrootd' 'python2-pyxrootd')
+pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
+pkgver=4.9.1
+pkgrel=1
+arch=('x86_64')
+url="http://xrootd.org";
+license=('LGPL3')
+depends=('ceph' 'python' 'cppunit')
+makedepends=('ceph' 'cmake' 'python')
+checkdepends=('cppunit')
+source=("${url}/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('de47160348d52a655f8d601520ad9146b9ee76eb5d2352cdf232a6fafce27adb')
+
+get_pyver () {
+python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+# configure
+mkdir -p "${srcdir}/build"
+cd "${srcdir}/build"
+
+CFLAGS="${CFLAGS}" \
+CXXFLAGS="${CXXFLAGS}" \
+LDFLAGS="${LDFLAGS}" \
+cmake -DCMAKE_BUILD_TYPE:STRING=Release \
+  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DENABLE_TE

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

2019-04-09 Thread Jan Steffens via arch-commits
Date: Tuesday, April 9, 2019 @ 21:23:33
  Author: heftig
Revision: 350507

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 350506, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 21:23:11 UTC (rev 350506)
+++ PKGBUILD2019-04-09 21:23:33 UTC (rev 350507)
@@ -1,58 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.24.0
-pkgrel=2
-pkgdesc="GTK+ Web content engine library"
-arch=(x86_64)
-url="https://webkitgtk.org/";
-license=(custom)
-depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp 
openjpeg2
- harfbuzz-icu gtk3 libnotify hyphen woff2)
-makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('2e4ad1503fe482ceb5a83cf70ac9cd42f37eb718555a4d6844fe4c59a9214407'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -Hwebkitgtk-$pkgver -Bbuild \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DENABLE_PLUGIN_PROCESS_GTK2=OFF \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DLIB_INSTALL_DIR=/usr/lib
-  cmake --build build
-}
-
-check() {
-  : cmake --build build --target tests
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 350506, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 21:23:33 UTC (rev 350507)
@@ -0,0 +1,58 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.24.1
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(x86_64)
+url="https://webkitgtk.org/";
+license=(custom)
+depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp 
openjpeg2
+ harfbuzz-icu gtk3 libnotify hyphen woff2)
+makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('53cb8eaad2ca4caaae663d68331b83fd27d5bd5f6c5388d6ea3c455e338f396d'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  cmake -Hwebkitgtk-$pkgver -Bbuild \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DENABLE_PLUGIN_PROCESS_GTK2=OFF \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DLIB_INSTALL_DIR=/usr/lib
+  cmake --build build
+}
+
+check() {
+  : cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  echo "### $_f ###"
+  cat "$_f"
+  echo
+done |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set sw=2 et:


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

2019-04-09 Thread Jan Steffens via arch-commits
Date: Tuesday, April 9, 2019 @ 21:23:11
  Author: heftig
Revision: 350506

2.24.1-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:14:20 UTC (rev 350505)
+++ PKGBUILD2019-04-09 21:23:11 UTC (rev 350506)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.24.0
-pkgrel=2
+pkgver=2.24.1
+pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
 url="https://webkitgtk.org/";
@@ -16,7 +16,7 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('2e4ad1503fe482ceb5a83cf70ac9cd42f37eb718555a4d6844fe4c59a9214407'
+sha256sums=('53cb8eaad2ca4caaae663d68331b83fd27d5bd5f6c5388d6ea3c455e338f396d'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 21:14:20
  Author: arojas
Revision: 350505

https, pgp

Modified:
  junit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:11:08 UTC (rev 350504)
+++ PKGBUILD2019-04-09 21:14:20 UTC (rev 350505)
@@ -4,11 +4,13 @@
 pkgrel=2
 pkgdesc='Simple JVM framework to write repeatable tests'
 arch=('any')
-url='http://junit.org/'
+url='https://junit.org/'
 license=('EPL')
 depends=('java-environment' 'java-hamcrest')
-source=(http://search.maven.org/remotecontent?filepath=${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.jar)
-sha512sums=('5974670c3d178a12da5929ba5dd9b4f5ff461bdc1b92618c2c36d53e88650df7adbf3c1684017bb082b477cb8f40f15dcf7526f06f06183f93118ba9ebeaccce')
+source=(https://search.maven.org/remotecontent?filepath=${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.jar{,.asc})
+sha512sums=('5974670c3d178a12da5929ba5dd9b4f5ff461bdc1b92618c2c36d53e88650df7adbf3c1684017bb082b477cb8f40f15dcf7526f06f06183f93118ba9ebeaccce'
+'SKIP')
+validpgpkeys=('58E79B6ABC762159DC0B1591164BD2247B936711') # Marc Philipp 
(JUnit Development, 2014) 
 
 package() {
   install -D -m 644 ${srcdir}/${pkgname}-${pkgver}.jar 
${pkgdir}/usr/share/java/${pkgname}-${pkgver}.jar


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 21:11:08
  Author: arojas
Revision: 350504

https, pgp

Modified:
  java-resolver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:10:45 UTC (rev 350503)
+++ PKGBUILD2019-04-09 21:11:08 UTC (rev 350504)
@@ -10,7 +10,7 @@
 depends=('java-runtime-headless')
 makedepends=('apache-ant')
 checkdepends=('apache-ant')
-source=(http://archive.apache.org/dist/xml/commons/${_libname}-${pkgver}.tar.gz{,.sig})
+source=(https://archive.apache.org/dist/xml/commons/${_libname}-${pkgver}.tar.gz{,.sig})
 
sha512sums=('0c91057da3198fc488c7b2c20afb029aa4441ad979159c378d532b02caa294d27e730ae2f9857062af5e3815a603a6110c5441dd3fe6b36c342a78beac3c8a6f'
 'SKIP')
 validpgpkeys=('72F633CEAF1BEA18FAD0BB99FD49C07AC0926B13') # Michael 
Glavassevich 


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 21:10:45
  Author: arojas
Revision: 350503

https, pgp

Modified:
  java-resolver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:08:07 UTC (rev 350502)
+++ PKGBUILD2019-04-09 21:10:45 UTC (rev 350503)
@@ -5,13 +5,15 @@
 pkgrel=3
 pkgdesc="XML entity and URI resolver library"
 arch=('any')
-url="http://xml.apache.org/commons/components/resolver/";
+url="https://xml.apache.org/commons/components/resolver/";
 license=('APACHE')
 depends=('java-runtime-headless')
 makedepends=('apache-ant')
 checkdepends=('apache-ant')
-source=(http://archive.apache.org/dist/xml/commons/${_libname}-${pkgver}.tar.gz)
-sha512sums=('0c91057da3198fc488c7b2c20afb029aa4441ad979159c378d532b02caa294d27e730ae2f9857062af5e3815a603a6110c5441dd3fe6b36c342a78beac3c8a6f')
+source=(http://archive.apache.org/dist/xml/commons/${_libname}-${pkgver}.tar.gz{,.sig})
+sha512sums=('0c91057da3198fc488c7b2c20afb029aa4441ad979159c378d532b02caa294d27e730ae2f9857062af5e3815a603a6110c5441dd3fe6b36c342a78beac3c8a6f'
+'SKIP')
+validpgpkeys=('72F633CEAF1BEA18FAD0BB99FD49C07AC0926B13') # Michael 
Glavassevich 
 
 build() {
   cd "${srcdir}/${_libname}-${pkgver}"


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 21:08:07
  Author: arojas
Revision: 350502

https

Modified:
  java-jsch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:06:24 UTC (rev 350501)
+++ PKGBUILD2019-04-09 21:08:07 UTC (rev 350502)
@@ -9,7 +9,7 @@
 license=('BSD')
 depends=('java-runtime-headless=8')
 makedepends=('apache-ant' 'java-environment=8')
-source=(http://downloads.sourceforge.net/project/${_libname}/${_libname}/${pkgver}/${_libname}-${pkgver}.zip)
+source=(https://downloads.sourceforge.net/project/${_libname}/${_libname}/${pkgver}/${_libname}-${pkgver}.zip)
 
sha512sums=('334b550594272fe179f13fb6bbfc0a353334586786db2b3279608b85cdab3dd604e6dd04aa2376b5532816d906133e636b5359dda36c449d90173be501c61418')
 
 build() {


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 21:06:24
  Author: arojas
Revision: 350501

https

Modified:
  java-jline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:04:57 UTC (rev 350500)
+++ PKGBUILD2019-04-09 21:06:24 UTC (rev 350501)
@@ -5,11 +5,11 @@
 pkgrel=5
 pkgdesc="Java library for handling console input"
 arch=('any')
-url="http://jline.sourceforge.net/";
+url="https://jline.github.io/";
 license=('BSD')
 makedepends=('maven' 'java-environment=8')
 checkdepends=('maven')
-source=(http://downloads.sourceforge.net/project/${_libname}/${_libname}/${pkgver}/${_libname}-${pkgver}.zip)
+source=(https://downloads.sourceforge.net/project/${_libname}/${_libname}/${pkgver}/${_libname}-${pkgver}.zip)
 md5sums=('811dc1c8a351a2e928524bd79eb9e798')
 _M2_REPO=$(mktemp -d)
 


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 21:04:57
  Author: arojas
Revision: 350500

https

Modified:
  java-jdepend/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:00:18 UTC (rev 350499)
+++ PKGBUILD2019-04-09 21:04:57 UTC (rev 350500)
@@ -5,13 +5,13 @@
 pkgrel=3
 pkgdesc="Java library for generating design quality metrics"
 arch=('any')
-url="http://clarkware.com/software/JDepend.html";
+url="https://github.com/clarkware/jdepend";
 license=('BSD')
 depends=('java-runtime-headless')
 makedepends=('apache-ant')
 checkdepends=('apache-ant')
-source=(http://www.clarkware.com/software/${_libname}-${pkgver}.zip)
-sha512sums=('8cd65cbbb70fb905020a791e02a091a5037c22fa2bd7fd64eeb4369d036eaa7b3540c80c2bc7d7a8793e8dbfa4a316f8598278c2e26858275eda2030f01bfdbc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/clarkware/jdepend/archive/${pkgver}.tar.gz)
+sha512sums=('05dd4451c3da38469ef65051862d3299a6beac373605b7a65300e3322d32907702c2925bf7225716e6ce8b56b55c159fd673632f47961b0e2e13a2788b5b2d17')
 
 build() {
   cd "${srcdir}/${_libname}-${pkgver}"


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 21:00:18
  Author: arojas
Revision: 350499

https, pgp

Modified:
  java-gnumail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:57:44 UTC (rev 350498)
+++ PKGBUILD2019-04-09 21:00:18 UTC (rev 350499)
@@ -5,12 +5,14 @@
 pkgrel=3
 pkgdesc="GNU implementation of the JavaMail API specification, version 1.3"
 arch=('any')
-url="http://www.gnu.org/s/classpathx/javamail/javamail.html";
+url="https://www.gnu.org/s/classpathx/javamail/javamail.html";
 license=('GPL')
 depends=('java-runtime-headless')
 makedepends=('apache-ant' 'java-activation-gnu' 'java-inetlib')
-source=(http://ftp.gnu.org/gnu/classpathx/mail-${pkgver}.tar.gz)
-sha512sums=('e6ce18a9310f1d89b971bd0403fa6ba1e88f3c8f605a7d093732134b63f98cfd61346b5ccb4aeaa0e9a852919de96733dc0e8a7dd5f652c4105c194c8ca80e46')
+source=(https://ftp.gnu.org/gnu/classpathx/mail-${pkgver}.tar.gz{,.sig})
+sha512sums=('e6ce18a9310f1d89b971bd0403fa6ba1e88f3c8f605a7d093732134b63f98cfd61346b5ccb4aeaa0e9a852919de96733dc0e8a7dd5f652c4105c194c8ca80e46'
+'SKIP')
+validpgpkeys=('2875BCCCAE65860C6087CA8FE9D9750C4A8782B8') # Chris Burdess 

 
 build() {
   cd "${srcdir}/mail-${pkgver}"


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 20:57:44
  Author: arojas
Revision: 350498

https, pgp

Modified:
  java-commons-net1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:55:23 UTC (rev 350497)
+++ PKGBUILD2019-04-09 20:57:44 UTC (rev 350498)
@@ -5,16 +5,17 @@
 pkgrel=3
 pkgdesc="Apache library that implements the client side of many basic Internet 
protocols"
 arch=('any')
-url="http://commons.apache.org/net/";
+url="https://commons.apache.org/net/";
 license=('APACHE')
 depends=('java-runtime-headless')
 makedepends=('apache-ant')
-source=(http://archive.apache.org/dist/commons/net/source/${_libname}-${pkgver}-src.tar.gz
-http://archive.apache.org/dist/jakarta/oro/jakarta-oro-2.0.8.tar.gz)
+source=(https://archive.apache.org/dist/commons/net/source/${_libname}-${pkgver}-src.tar.gz{,.asc}
+https://archive.apache.org/dist/jakarta/oro/jakarta-oro-2.0.8.tar.gz)
 
sha512sums=('6ac697536eff947cd0aa828c887e9cc4046c49a593c760bbc59db7e04cf0d7456e84d22504cfa2f6915315dc061e3499382f05bd7740bf79a532a4d9d42c0da8'
+'SKIP'
 
'a7f6eb6a088765f273df18ccc823f918737f18ec8772275054839a87f8370f1848e795d481f226c712651104d7598ab86c7d90a991fb039df6581f42f1447920')
+validpgpkeys=('E0023F1748A80F02530C9046869D28BA47717B4B') # Steven M. Cohen 

 
-
 build() {
   cd "${srcdir}/${_libname}-${pkgver}"
   # "-Dbuild.sysclasspath=only" prevents ant from downloading oro


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 20:55:23
  Author: arojas
Revision: 350497

https

Modified:
  ipw2200-fw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:55:06 UTC (rev 350496)
+++ PKGBUILD2019-04-09 20:55:23 UTC (rev 350497)
@@ -9,7 +9,7 @@
 arch=('any')
 url='http://ipw2200.sourceforge.net/'
 license=('custom')
-source=("http://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tgz";)
+source=("https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tgz";)
 replaces=('ipw2200')
 md5sums=('eaba788643c7cc7483dd67ace70f6e99')
 


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 20:55:06
  Author: arojas
Revision: 350496

https

Modified:
  ipw2100-fw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:54:20 UTC (rev 350495)
+++ PKGBUILD2019-04-09 20:55:06 UTC (rev 350496)
@@ -10,7 +10,7 @@
 url="http://ipw2100.sourceforge.net/";
 license=('custom')
 replaces=('ipw2100')
-source=("http://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tgz";)
+source=("https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tgz";)
 md5sums=('46aa75bcda1a00efa841f9707bbbd113')
 
 package() {


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 20:54:20
  Author: arojas
Revision: 350495

https

Modified:
  imlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:53:28 UTC (rev 350494)
+++ PKGBUILD2019-04-09 20:54:20 UTC (rev 350495)
@@ -6,11 +6,11 @@
 pkgver=1.5.1
 pkgrel=1
 pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support"
-url="http://sourceforge.net/projects/enlightenment/";
+url="https://sourceforge.net/projects/enlightenment/";
 arch=('x86_64')
 license=('BSD')
 depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
-source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2)
+source=(https://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2)
 
sha512sums=('f9d971674887d4af067c6921e34b6fe598db0317052bc864b676c526b36373ce021d9d49cad95aa64dbbd8e74f1831ddf3ed105900e3df2b66a6b53f7f27c732')
 
 


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 20:53:28
  Author: arojas
Revision: 350494

https

Modified:
  ilmbase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:51:09 UTC (rev 350493)
+++ PKGBUILD2019-04-09 20:53:28 UTC (rev 350494)
@@ -6,7 +6,7 @@
 depends=('gcc-libs' 'glu')
 pkgdesc="Base libraries from ILM for OpenEXR"
 arch=(x86_64)
-url="http://www.openexr.com";
+url="https://www.openexr.com";
 license=('custom')
 
source=(https://github.com/openexr/openexr/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
 ilmbase-2.0.1-no_undefined.patch


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 20:51:09
  Author: arojas
Revision: 350493

https

Modified:
  hyphen-fr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:43:42 UTC (rev 350492)
+++ PKGBUILD2019-04-09 20:51:09 UTC (rev 350493)
@@ -5,10 +5,10 @@
 pkgrel=4
 pkgdesc="French hyphenation rules"
 arch=('any')
-url='http://www.dicollecte.org/home.php?prj=fr'
+url='https://www.gammalecte.net/home.php?prj=fr'
 license=('LGPL')
 optdepends=('hyphen: offers hyphenation library functions')
-source=("http://www.dicollecte.org/download/fr/hyph-fr-v${pkgver}.zip";)
+source=("https://grammalecte.net/download/fr/hyph-fr-v${pkgver}.zip";)
 sha256sums=('c36e530bbd12d7b36b1238feaf4055dcb05fee0e139ed441953557857de4f363')
 
 package() {


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 20:43:42
  Author: arojas
Revision: 350492

https

Modified:
  hunspell-ro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:42:06 UTC (rev 350491)
+++ PKGBUILD2019-04-09 20:43:42 UTC (rev 350492)
@@ -5,10 +5,10 @@
 pkgrel=2
 pkgdesc="Romanian dictionary for Hunspell"
 arch=('any')
-url="http://sourceforge.net/projects/rospell/";
+url="https://sourceforge.net/projects/rospell/";
 license=('LGPL' 'GPL' 'MPL')
 depends=('hunspell')
-source=(http://downloads.sourceforge.net/rospell/ro_RO.$pkgver.zip)
+source=(https://downloads.sourceforge.net/rospell/ro_RO.$pkgver.zip)
 
sha512sums=('192d53fc087fb96306c46092a2b5cac9c28528f741c686d3b5e80c11c7bfdd16e1e406cfc1c32a99d72e2db01722e539b28c716379f38a3703e6954c8f9f2170')
 
 package() {


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 20:42:06
  Author: arojas
Revision: 350491

https

Modified:
  hdparm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:07:50 UTC (rev 350490)
+++ PKGBUILD2019-04-09 20:42:06 UTC (rev 350491)
@@ -7,10 +7,10 @@
 arch=(x86_64)
 depends=('glibc')
 optdepends=('sh: required by idectl and ultrabayd')
-source=(http://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
+source=(https://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
 wiper.sh.2_6.max-ranges.patch)
 license=('BSD')
-url="http://sourceforge.net/projects/hdparm/";
+url="https://sourceforge.net/projects/hdparm/";
 optdepends=('bash: for wiper.sh script')
 options=('emptydirs')
 
sha512sums=('42fb70f494aae4cc205ca68c3e883e1f4fc33e8ced1914e280e9f3faa7233d3f839e59178ec09ddb9d32e9d2bca122ce324645ecb5ac73defa284030ac7d3cea'


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 20:32:15
  Author: felixonmars
Revision: 450686

archrelease: copy trunk to community-x86_64

Added:
  deepin-kwin/repos/community-x86_64/PKGBUILD
(from rev 450685, deepin-kwin/trunk/PKGBUILD)
Deleted:
  deepin-kwin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 20:31:58 UTC (rev 450685)
+++ PKGBUILD2019-04-09 20:32:15 UTC (rev 450686)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-kwin
-pkgver=0.0.2
-pkgrel=1
-pkgdesc='KWin configures on DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-kwin";
-license=('GPL3')
-depends=('deepin-qt5integration' 'kwin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz";)
-sha512sums=('18500ee7c233af6227ad21c11e36d425f628488c28463134df6ff2d94deb2f77b22b5a8f4841debfd527144f22288f48a4d191504752257060ea74dcb37626e9')
-
-build() {
-  cd dde-kwin-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-kwin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-kwin/repos/community-x86_64/PKGBUILD (from rev 450685, 
deepin-kwin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 20:32:15 UTC (rev 450686)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-kwin
+pkgver=0.0.3
+pkgrel=1
+pkgdesc='KWin configures on DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-kwin";
+license=('GPL3')
+depends=('deepin-qt5integration' 'kwin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz";)
+sha512sums=('c7dadb37242db4857e2318bae94483a0721b5cc623f217546edc9077ac04d363d015abb35d9a48c5599817447cdcfbb52f5d1b0b63350f3bac42913790af9f57')
+
+build() {
+  cd dde-kwin-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-kwin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 20:31:58
  Author: felixonmars
Revision: 450685

upgpkg: deepin-kwin 0.0.3-1

Modified:
  deepin-kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 20:00:44 UTC (rev 450684)
+++ PKGBUILD2019-04-09 20:31:58 UTC (rev 450685)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-kwin
-pkgver=0.0.2
+pkgver=0.0.3
 pkgrel=1
 pkgdesc='KWin configures on DDE'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('deepin-qt5integration' 'kwin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz";)
-sha512sums=('18500ee7c233af6227ad21c11e36d425f628488c28463134df6ff2d94deb2f77b22b5a8f4841debfd527144f22288f48a4d191504752257060ea74dcb37626e9')
+sha512sums=('c7dadb37242db4857e2318bae94483a0721b5cc623f217546edc9077ac04d363d015abb35d9a48c5599817447cdcfbb52f5d1b0b63350f3bac42913790af9f57')
 
 build() {
   cd dde-kwin-$pkgver


[arch-commits] Commit in noto-fonts-cjk/repos/extra-any (4 files)

2019-04-09 Thread Antonio Rojas via arch-commits
+
+
+monospace
+
+
+Noto Sans Mono CJK KR
+
+
+
+
+
+zh-cn
+
+
+monospace
+
+
+Noto Sans Mono CJK SC
+
+
+
+
+
+zh-tw
+
+
+monospace
+
+
+Noto Sans Mono CJK TC
+
+
+
+
+
+zh-hk
+
+
+monospace
+
+
+Noto Sans Mono CJK HK
+
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 20:07:13 UTC (rev 350489)
+++ PKGBUILD2019-04-09 20:07:50 UTC (rev 350490)
@@ -1,19 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=noto-fonts-cjk
-pkgver=20181130
-_commit=9326451d9b4f32ec7f8640581c5053cc192039f2
-pkgrel=2
-pkgdesc="Google Noto CJK fonts"
-arch=(any)
-url="https://www.google.com/get/noto/";
-license=(custom:SIL)
-source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-cjk/archive/$_commit.zip";
 70-noto-cjk.conf)
-sha256sums=('28d282497d78e15c77f346afcf81498bef1f98f168e97eeb5a1a288106b84ed2'
-'357e9ed6553087567ec5a28f835db5c43d3cd68a688e4677f759cca465379a32')
-
-package() {
-  install -Dm644 noto-cjk-*/*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk
-  install -Dm644 noto-cjk-*/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -Dm644 70-noto-cjk.conf -t "$pkgdir"/etc/fonts/conf.avail
-}

Copied: noto-fonts-cjk/repos/extra-any/PKGBUILD (from rev 350489, 
noto-fonts-cjk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 20:07:50 UTC (rev 350490)
@@ -0,0 +1,19 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=noto-fonts-cjk
+pkgver=20190409
+_commit=cf29231ab8029678af4bbc1a9480e2b296a5b2d3
+pkgrel=1
+pkgdesc="Google Noto CJK fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(custom:SIL)
+source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-cjk/archive/$_commit.zip";
 70-noto-cjk.conf)
+sha256sums=('02b5de2cb3a4141fcbd92dd63e2df0d5c9ded3b5986ff41cf40644aebc519fc3'
+'357e9ed6553087567ec5a28f835db5c43d3cd68a688e4677f759cca465379a32')
+
+package() {
+  install -Dm644 noto-cjk-*/*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk
+  install -Dm644 noto-cjk-*/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm644 70-noto-cjk.conf -t "$pkgdir"/etc/fonts/conf.avail
+}


[arch-commits] Commit in noto-fonts-cjk/trunk (PKGBUILD)

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 20:07:13
  Author: arojas
Revision: 350489

Update

Modified:
  noto-fonts-cjk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 19:52:05 UTC (rev 350488)
+++ PKGBUILD2019-04-09 20:07:13 UTC (rev 350489)
@@ -1,15 +1,15 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-cjk
-pkgver=20181130
-_commit=9326451d9b4f32ec7f8640581c5053cc192039f2
-pkgrel=2
+pkgver=20190409
+_commit=cf29231ab8029678af4bbc1a9480e2b296a5b2d3
+pkgrel=1
 pkgdesc="Google Noto CJK fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
 license=(custom:SIL)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-cjk/archive/$_commit.zip";
 70-noto-cjk.conf)
-sha256sums=('28d282497d78e15c77f346afcf81498bef1f98f168e97eeb5a1a288106b84ed2'
+sha256sums=('02b5de2cb3a4141fcbd92dd63e2df0d5c9ded3b5986ff41cf40644aebc519fc3'
 '357e9ed6553087567ec5a28f835db5c43d3cd68a688e4677f759cca465379a32')
 
 package() {


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 20:00:44
  Author: felixonmars
Revision: 450684

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
(from rev 450683, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 20:00:31 UTC (rev 450683)
+++ PKGBUILD2019-04-09 20:00:44 UTC (rev 450684)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde";
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager' 'deepin-wm'
- 'deepin-metacity' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
- 'golang-deepin-lib' 'golang-deepin-dde-api' 'go-pie' 'git' 'jq'
- 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
-sha512sums=('dacf5754dfb3ff4e02694959c89dc6ad9fd6016556a9d6730292163e039c2ee16e3d18ed0970e00ac68bdab2e528a55d9cc91c52afee0c52922cb1f3fb2cd01f')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/cryptix/wav
-
-  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-}
-
-build() {
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix env file permission
-  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
-
-  # Don't rely on deepin-session's location
-  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
-  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
-  rmdir "$pkgdir"/etc/X11/Xsession.d
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 450683, 
startdde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 20:00:44 UTC (rev 450684)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde";
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager' 'deepin-wm'
+ 'deepin-metacity' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go-pie' 'git' 'jq'
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
+sha512sums=('7888e5eb9c8329b13b6cebce1d31f88f49761206cb212b2d43b66e96f76624269d5c934bcbacdb4a993e6c82246a1cc5acd6153200f775406b26ff50ab170143')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix env file permission
+  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
+
+  # Don't rely on deepin-session's location
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
+  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  rmdir "$pkgdir"/etc/X11/Xsession.d
+}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 20:00:31
  Author: felixonmars
Revision: 450683

upgpkg: startdde 3.14.1-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 19:55:52 UTC (rev 450682)
+++ PKGBUILD2019-04-09 20:00:31 UTC (rev 450683)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 replaces=('deepin-wm-switcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz";)
-sha512sums=('dacf5754dfb3ff4e02694959c89dc6ad9fd6016556a9d6730292163e039c2ee16e3d18ed0970e00ac68bdab2e528a55d9cc91c52afee0c52922cb1f3fb2cd01f')
+sha512sums=('7888e5eb9c8329b13b6cebce1d31f88f49761206cb212b2d43b66e96f76624269d5c934bcbacdb4a993e6c82246a1cc5acd6153200f775406b26ff50ab170143')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:55:38
  Author: felixonmars
Revision: 450681

upgpkg: deepin-session-ui 4.9.2-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 19:53:42 UTC (rev 450680)
+++ PKGBUILD2019-04-09 19:55:38 UTC (rev 450681)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.9.1
+pkgver=4.9.2
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('bad06b42b09b4525b2f3fa489faeef0e9843104112c7a969541eff26603a415969d0b9d97590c7dab955cbebe2793a60d4bbf33424ec07607c82768f6e736fc3')
+sha512sums=('7a9e494f5d5eb6e7c90901b7186efde52d9f3ee993f2dbff1f50130115e7d381a0266d656fc3f0264aee926dc25cf1740fb87e592d92186b9ec5d1d2c8a9d649')
 
 prepare() {
   cd dde-session-ui-$pkgver


[arch-commits] Commit in deepin-session-ui/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:55:52
  Author: felixonmars
Revision: 450682

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 450681, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 19:55:38 UTC (rev 450681)
+++ PKGBUILD2019-04-09 19:55:52 UTC (rev 450682)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.9.1
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('deepin-gettext-tools' 'qt5-tools')
-provides=('lightdm-deepin-greeter' 'deepin-notifications')
-conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
-sha512sums=('bad06b42b09b4525b2f3fa489faeef0e9843104112c7a969541eff26603a415969d0b9d97590c7dab955cbebe2793a60d4bbf33424ec07607c82768f6e736fc3')
-
-prepare() {
-  cd dde-session-ui-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp
-}
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 450681, 
deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 19:55:52 UTC (rev 450682)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.9.2
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('deepin-gettext-tools' 'qt5-tools')
+provides=('lightdm-deepin-greeter' 'deepin-notifications')
+conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz";)
+sha512sums=('7a9e494f5d5eb6e7c90901b7186efde52d9f3ee993f2dbff1f50130115e7d381a0266d656fc3f0264aee926dc25cf1740fb87e592d92186b9ec5d1d2c8a9d649')
+
+prepare() {
+  cd dde-session-ui-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp
+}
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (4 files)

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:53:42
  Author: felixonmars
Revision: 450680

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 450679, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch
(from rev 450679, deepin-file-manager/trunk/fix-plugin-link.patch)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
  deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch

---+
 PKGBUILD  |   86 
 fix-plugin-link.patch |   26 +++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 19:53:30 UTC (rev 450679)
+++ PKGBUILD2019-04-09 19:53:42 UTC (rev 450680)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.7.9
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-anything' 'file' 'avfs' 'polkit-qt5' 
'poppler'
- 'ffmpegthumbnailer' 'xdg-user-dirs' 'jemalloc' 'kcodecs' 'taglib')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display'
-'deepin-screensaver: for screensaver chooser'
-'deepin-movie: for video preview'
-'deepin-terminal: for opening in terminal'
-'file-roller: for compress/decompress')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('e2c70a76a0967fac5c32fd5b528089b2563d2c704553bfea266fd659d4c09685a9630261dc39310f1bdb1df634db1c3059fdf0764a4d4e35c6a36ee9c6d3537d')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 450679, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 19:53:42 UTC (rev 450680)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.8.0
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'file' 'avfs' 'polkit-qt5' 
'poppler'
+ 'ffmpegthumbnailer' 'xdg-user-dirs' 'jemalloc' 'kcodecs' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'file-roller: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
+sha512sums=('b1af238e1bec26852d7937ac336fc834ed5f28a3511697c250391f5139a3c3e5fa24c5d9a312672e6068a09853e757a4bf8c8bfde88bc60a8d167c68a54fed67')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-plugin-link.patch
===
--- fix-plugin-link.patch   2019-04-09 19:53:30 UTC (rev 450679)
+++ fix-plugin-link.patch   2019-04-09 19:53:42 UTC (rev 450680)
@@ -1,13 +0,0 @@
-diff --git a/dde-dock-plugins/disk-mount/disk-mount.pro 
b/dde-dock-plugins/disk-mount/disk-mount.pro
-index c5d336e8..c9575b15 100644
 a/dde-dock-plugins/disk-mount/disk-mount.pro
-+++ b/dde-dock-plugins/disk-mount/disk-mount.pro
-@@ -15,7 +15,7 @@ DISTFILES   += disk-mount.json
- 
- DEFINES += QT_MESSAGELOGCONTEXT DFM_NO_FILE_WATCHER
- 
--#unix: LIBS 

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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:53:30
  Author: felixonmars
Revision: 450679

upgpkg: deepin-file-manager 1:4.8.0-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 19:52:07 UTC (rev 450678)
+++ PKGBUILD2019-04-09 19:53:30 UTC (rev 450679)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.7.9
+pkgver=4.8.0
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -24,7 +24,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('e2c70a76a0967fac5c32fd5b528089b2563d2c704553bfea266fd659d4c09685a9630261dc39310f1bdb1df634db1c3059fdf0764a4d4e35c6a36ee9c6d3537d')
+sha512sums=('b1af238e1bec26852d7937ac336fc834ed5f28a3511697c250391f5139a3c3e5fa24c5d9a312672e6068a09853e757a4bf8c8bfde88bc60a8d167c68a54fed67')
 
 prepare() {
   cd dde-file-manager-$pkgver


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:52:07
  Author: felixonmars
Revision: 450678

archrelease: copy trunk to community-x86_64

Added:
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 450677, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 19:51:53 UTC (rev 450677)
+++ PKGBUILD2019-04-09 19:52:07 UTC (rev 450678)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.6.8
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz";)
-sha512sums=('b616f690b07d4af77fdff8083bc2f1cddc0a685227bd3783cdb6174035126f7c570a43bf14a78e400a08a6a08e21b2791b8e0e06c68f288e962d2b18b21be490')
-
-prepare() {
-  cd dde-launcher-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
-}
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 450677, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 19:52:07 UTC (rev 450678)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.6.9
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz";)
+sha512sums=('ca53a73f9da76d0e1fd7e77b11aa8dcc01c1d460888742022f7999a6b6b4f615a7a97e99269d8a3e09a181f96d0f940bf0cba8237d1f0b8f6a86a2a48bfc98e3')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-extutils-depends/trunk (PKGBUILD)

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:51:52
  Author: felixonmars
Revision: 350487

upgpkg: perl-extutils-depends 0.8000-1

Modified:
  perl-extutils-depends/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 19:31:11 UTC (rev 350486)
+++ PKGBUILD2019-04-09 19:51:52 UTC (rev 350487)
@@ -4,8 +4,8 @@
 # Contributor: Arjan Timmerman 
 
 pkgname=perl-extutils-depends
-pkgver=0.405
-pkgrel=4
+pkgver=0.8000
+pkgrel=1
 pkgdesc="The Perl depends module"
 arch=('any')
 url="http://search.cpan.org/dist/ExtUtils-Depends/";
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-$pkgver.tar.gz";)
-md5sums=('caefbca2f173d0cea3f5ac26b6c08a2c')
+md5sums=('ac2d17114f1b50624a8f37381c90485e')
 
 build() {
   cd ExtUtils-Depends-$pkgver


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:51:53
  Author: felixonmars
Revision: 450677

upgpkg: deepin-launcher 4.6.9-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 19:33:39 UTC (rev 450676)
+++ PKGBUILD2019-04-09 19:51:53 UTC (rev 450677)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.6.8
+pkgver=4.6.9
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz";)
-sha512sums=('b616f690b07d4af77fdff8083bc2f1cddc0a685227bd3783cdb6174035126f7c570a43bf14a78e400a08a6a08e21b2791b8e0e06c68f288e962d2b18b21be490')
+sha512sums=('ca53a73f9da76d0e1fd7e77b11aa8dcc01c1d460888742022f7999a6b6b4f615a7a97e99269d8a3e09a181f96d0f940bf0cba8237d1f0b8f6a86a2a48bfc98e3')
 
 prepare() {
   cd dde-launcher-$pkgver


[arch-commits] Commit in perl-extutils-depends/repos (2 files)

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:52:05
  Author: felixonmars
Revision: 350488

archrelease: copy trunk to testing-any

Added:
  perl-extutils-depends/repos/testing-any/
  perl-extutils-depends/repos/testing-any/PKGBUILD
(from rev 350487, perl-extutils-depends/trunk/PKGBUILD)

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

Copied: perl-extutils-depends/repos/testing-any/PKGBUILD (from rev 350487, 
perl-extutils-depends/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-04-09 19:52:05 UTC (rev 350488)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Sarah Hay 
+# Contributor: Arjan Timmerman 
+
+pkgname=perl-extutils-depends
+pkgver=0.8000
+pkgrel=1
+pkgdesc="The Perl depends module"
+arch=('any')
+url="http://search.cpan.org/dist/ExtUtils-Depends/";
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-$pkgver.tar.gz";)
+md5sums=('ac2d17114f1b50624a8f37381c90485e')
+
+build() {
+  cd ExtUtils-Depends-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ExtUtils-Depends-$pkgver
+  make test
+}
+
+package() {
+  cd ExtUtils-Depends-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:33:39
  Author: felixonmars
Revision: 450676

archrelease: copy trunk to community-x86_64

Added:
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 450675, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 19:33:25 UTC (rev 450675)
+++ PKGBUILD2019-04-09 19:33:39 UTC (rev 450676)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.9.3
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock";
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz";)
-sha512sums=('c298add97ee8866c1af707adf91d4efc05d7e1952b83d08d38528c64805bf74abb7283e9460e9cff88d996ecbc0e3b860bb60085d4a4f5ccdff831b562b862be')
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 450675, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 19:33:39 UTC (rev 450676)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.9.4
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock";
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz";)
+sha512sums=('e22d9c5d2707aab5fedb8a70fcb219f591314aa3db7656954a184cd7eef5e1cdb7d853b4fcdfe06e9c35e0ea068224d5e73046c2c66ae018f78f35ecda3ae3b0')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:33:25
  Author: felixonmars
Revision: 450675

upgpkg: deepin-dock 4.9.4-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 19:33:09 UTC (rev 450674)
+++ PKGBUILD2019-04-09 19:33:25 UTC (rev 450675)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=4.9.3
+pkgver=4.9.4
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz";)
-sha512sums=('c298add97ee8866c1af707adf91d4efc05d7e1952b83d08d38528c64805bf74abb7283e9460e9cff88d996ecbc0e3b860bb60085d4a4f5ccdff831b562b862be')
+sha512sums=('e22d9c5d2707aab5fedb8a70fcb219f591314aa3db7656954a184cd7eef5e1cdb7d853b4fcdfe06e9c35e0ea068224d5e73046c2c66ae018f78f35ecda3ae3b0')
 
 build() {
   cd dde-dock-$pkgver


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:33:09
  Author: felixonmars
Revision: 450674

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 19:32:56 UTC (rev 450673)
+++ PKGBUILD2019-04-09 19:33:09 UTC (rev 450674)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.6
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e72288dbc54e938d5e9249e8376b6044bc59d47013917fd1406af9b933ea5a5e758bd36ceb88f49490a88e040807fb15545e5263ba74b2b5bbb048532b33776c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 450673, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 19:33:09 UTC (rev 450674)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=3.1.7
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('ea83750cf5daedecb934fb90ec4d426b2101a455b8b0bc13a3877ac1c8aa2c770b43603a65c7e2068e334f3424d04c8f02606c4ddca4d197ad7ad63704776860')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:32:56
  Author: felixonmars
Revision: 450673

upgpkg: npm-check-updates 3.1.7-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 19:28:15 UTC (rev 450672)
+++ PKGBUILD2019-04-09 19:32:56 UTC (rev 450673)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e72288dbc54e938d5e9249e8376b6044bc59d47013917fd1406af9b933ea5a5e758bd36ceb88f49490a88e040807fb15545e5263ba74b2b5bbb048532b33776c')
+sha512sums=('ea83750cf5daedecb934fb90ec4d426b2101a455b8b0bc13a3877ac1c8aa2c770b43603a65c7e2068e334f3424d04c8f02606c4ddca4d197ad7ad63704776860')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-04-09 Thread Levente Polyak via arch-commits
Date: Tuesday, April 9, 2019 @ 19:31:11
  Author: anthraxx
Revision: 350486

archrelease: copy trunk to extra-x86_64

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

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

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


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

2019-04-09 Thread Levente Polyak via arch-commits
Date: Tuesday, April 9, 2019 @ 19:31:01
  Author: anthraxx
Revision: 350485

upgpkg: linux-hardened 5.0.7.a-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 18:51:46 UTC (rev 350484)
+++ PKGBUILD2019-04-09 19:31:01 UTC (rev 350485)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=5.0.6
+_pkgver=5.0.7
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,11 +23,11 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('9e4a9a8d8a07b7fc696d734f6e822cf43c45cecfe3ab4c089b349bfc701ff413'
+sha256sums=('16e177662b9fc7255bfc51018513979f6effcbe52e459c543aa83a5b15ef54ec'
 'SKIP'
-'5d7d46d5aca007b904e995f40b7160b7f825d3a72633c3b78827764e15450eb2'
+'250494afb2dce0c4805223b32a3abad2c146d628c7b972c361ae3e7fa3ea8ee6'
 'SKIP'
-'a4970a526697c2b6fbae3df4f1493fbeeffcb7a8e92edaebbc611f2640f4b7d5'
+'eee58065491176b75927ec5532a0997d352bc6a4d2e844be3a3c337c71295a4b'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===
--- config.x86_64   2019-04-09 18:51:46 UTC (rev 350484)
+++ config.x86_64   2019-04-09 19:31:01 UTC (rev 350485)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.0.6 Kernel Configuration
+# Linux/x86 5.0.7 Kernel Configuration
 #
 
 #


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:28:15
  Author: felixonmars
Revision: 450672

archrelease: copy trunk to community-x86_64

Added:
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 450671, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 450671, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 450671, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers

+
 PKGBUILD   |  126 +++
 deepin-daemon.install  |6 +-
 deepin-daemon.sysusers |4 -
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 19:28:00 UTC (rev 450671)
+++ PKGBUILD2019-04-09 19:28:15 UTC (rev 450672)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=3.25.0
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-daemon";
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'deepin-api' 'gvfs' 'iso-codes' 'lsb-release'
- 'mobile-broadband-provider-info' 'deepin-polkit-agent'
- 'deepin-polkit-agent-ext-gnomekeyring' 'udisks2' 'upower'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
- 'gnome-keyring' 'noto-fonts' 'imwheel')
-makedepends=('golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir' 
'golang-deepin-lib'
- 'golang-deepin-dde-api' 'golang-github-nfnt-resize' 'sqlite' 
'deepin-gettext-tools'
- 'git' 'mercurial' 'python-gobject' 'networkmanager' 'bluez' 
'go-pie')
-optdepends=('networkmanager: for network management support'
-'bluez: for bluetooth support'
-'iw: for miracast module'
-'proxychains-ng: for proxy configuration module')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz";
-
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
-'deepin-daemon.sysusers')
-sha512sums=('a481704c5ab908bb633b3d07e7bc4b9c79f54476a89f9e6480afcf4d59d514ba22dcb9b807e76310f6f878ba7338e0a3c6d1d82d084619b404856e2c8ae25791'
-
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
-
-prepare() {
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../dde-daemon_3.8.0.patch
-
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # golang-deepin-lib's dependency, remove when go packaging resumes
-  go get github.com/cryptix/wav
-
-  go get gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
-}
-
-build() {
-  cd dde-daemon-$pkgver
-  make -C network/nm_generator gen-nm-code
-  make
-}
-
-package() {
-  cd dde-daemon-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mv "$pkgdir"{,/usr}/lib/systemd
-  rmdir "$pkgdir"/lib
-
-  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-}

Copied: deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 450671, 
deepin-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 19:28:15 UTC (rev 450672)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=3.25.1
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-daemon";
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'deepin-api' 'gvfs' 'iso-codes' 'lsb-release'
+ 'mobile-broadband-provider-info' 'deepin-polkit-agent'
+ 'deepin-polkit-agent-ext-gnomekeyring' 'udisks2' 'upower'
+ 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
+ 'gnome-keyring' 'noto-fonts' 'imwheel')
+makedepends=('golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir' 
'golang-deepin-lib'
+ 'golang-deepin-dde-api' 'golang-github-nfnt-resize' 'sqlite' 
'deepin-gettext-tools'
+ 'git' 'mercurial' 'python-gobject' 'networkmanager' 'bluez' 
'go-pie')
+optdepends=('networkmanager: for

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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:27:47
  Author: felixonmars
Revision: 450670

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:28:00
  Author: felixonmars
Revision: 450671

upgpkg: deepin-daemon 3.25.1-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 19:27:47 UTC (rev 450670)
+++ PKGBUILD2019-04-09 19:28:00 UTC (rev 450671)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.25.0
+pkgver=3.25.1
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -28,7 +28,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz";
 
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
 'deepin-daemon.sysusers')
-sha512sums=('a481704c5ab908bb633b3d07e7bc4b9c79f54476a89f9e6480afcf4d59d514ba22dcb9b807e76310f6f878ba7338e0a3c6d1d82d084619b404856e2c8ae25791'
+sha512sums=('42813088e67481b3b24f3453d701a9487d1176f7e26cdd649a612236abed01a1c9a8d94feafa6fc54f3bf6439dd7d5884b6448e5920e906b404b42030e1f164d'
 
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 19:27:17
  Author: felixonmars
Revision: 450669

upgpkg: deepin-control-center 4.9.10-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 18:50:16 UTC (rev 450668)
+++ PKGBUILD2019-04-09 19:27:17 UTC (rev 450669)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=4.9.9.4
+pkgver=4.9.10
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 replaces=('dde-control-center' 'dde-dock-applets')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";)
-sha512sums=('e3a6341400d4842e45bfff8709c172ae9176027eb0be43bd5dd721335968e10dc8d566bc2689e4f5b9255aaae341d2f0ebb0f96b08c3d6b86a01b1b177d67e77')
+sha512sums=('de34cc3f0e2527da5adc67ea5d9b2789a90e51cf333bf44a75b93b43e1c913b5db2bcd2b0ab5fd52d8c7816348d7db442b6be5d1cbaeb8a161e97acb75c618c2')
 
 prepare() {
   mkdir -p build


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

2019-04-09 Thread Levente Polyak via arch-commits
Date: Tuesday, April 9, 2019 @ 18:51:46
  Author: anthraxx
Revision: 350484

archrelease: copy trunk to extra-x86_64

Added:
  wget/repos/extra-x86_64/PKGBUILD
(from rev 350483, wget/trunk/PKGBUILD)
Deleted:
  wget/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 18:51:39 UTC (rev 350483)
+++ PKGBUILD2019-04-09 18:51:46 UTC (rev 350484)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgname=wget
-pkgver=1.20.2
-pkgrel=1
-pkgdesc='Network utility to retrieve files from the Web'
-url='https://www.gnu.org/software/wget/wget.html'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'gnutls' 'libidn2' 'libutil-linux' 'libpsl' 'pcre2')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig})
-sha256sums=('84d3cbece8c08e130a8da0a72cf6e543a2adf58ca8ecf28726560b06243d4ce6'
-'SKIP')
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
-  '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'
-  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cat >> doc/sample.wgetrc <
+# Maintainer: Eric Bélanger 
+
+pkgname=wget
+pkgver=1.20.3
+pkgrel=1
+pkgdesc='Network utility to retrieve files from the Web'
+url='https://www.gnu.org/software/wget/wget.html'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'gnutls' 'libidn2' 'libutil-linux' 'libpsl' 'pcre2')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig})
+sha256sums=('69607ce8216c2d1126b7a872db594b3f21e511e660e07ca1f81be96650932abb'
+'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
+  '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc <

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

2019-04-09 Thread Levente Polyak via arch-commits
Date: Tuesday, April 9, 2019 @ 18:51:39
  Author: anthraxx
Revision: 350483

upgpkg: wget 1.20.3-1

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 17:03:10 UTC (rev 350482)
+++ PKGBUILD2019-04-09 18:51:39 UTC (rev 350483)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=wget
-pkgver=1.20.2
+pkgver=1.20.3
 pkgrel=1
 pkgdesc='Network utility to retrieve files from the Web'
 url='https://www.gnu.org/software/wget/wget.html'
@@ -13,7 +13,7 @@
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
 source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig})
-sha256sums=('84d3cbece8c08e130a8da0a72cf6e543a2adf58ca8ecf28726560b06243d4ce6'
+sha256sums=('69607ce8216c2d1126b7a872db594b3f21e511e660e07ca1f81be96650932abb'
 'SKIP')
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
   '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'


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

2019-04-09 Thread Filipe Laíns via arch-commits
Date: Tuesday, April 9, 2019 @ 18:50:16
  Author: ffy00
Revision: 450668

archrelease: copy trunk to community-any

Added:
  lutris/repos/community-any/PKGBUILD
(from rev 450667, lutris/trunk/PKGBUILD)
Deleted:
  lutris/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 18:49:59 UTC (rev 450667)
+++ PKGBUILD2019-04-09 18:50:16 UTC (rev 450668)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Maxime Gauduin 
-
-pkgname=lutris
-pkgver=0.5.1.2
-pkgrel=1
-pkgdesc='Open Gaming Platform'
-arch=('any')
-url='https://lutris.net'
-license=('GPL3')
-depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
- 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 
'mesa-demos')
-makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
-optdepends=('wine: Run windows games'
-'wine-staging: Run windows games - Staging patches')
-makedepends=('python-setuptools')
-source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz";)
-sha512sums=('948b9fc95240325e84e008a2963088ec0ce869130dcf079470cb1879eda7c968f741dec328d0377e7a59fac21d7121e5b9f6aa9aba69d46d8dcdb2a69bd99611')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: lutris/repos/community-any/PKGBUILD (from rev 450667, 
lutris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 18:50:16 UTC (rev 450668)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Maxime Gauduin 
+
+pkgname=lutris
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Open Gaming Platform'
+arch=('any')
+url='https://lutris.net'
+license=('GPL3')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
+ 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 
'mesa-demos')
+makedepends=('python-setuptools')
+checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
+optdepends=('wine: Run windows games'
+'wine-staging: Run windows games - Staging patches')
+makedepends=('python-setuptools')
+source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz";)
+sha512sums=('2d84c9cfae4e628b9abf10859735d8ac99710659e134ebfcbb6c3d1c891a07a2ae291b651181348c4e4fdf55828420db815d4674d561a95371b9c4e061799d58')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2019-04-09 Thread Filipe Laíns via arch-commits
Date: Tuesday, April 9, 2019 @ 18:49:59
  Author: ffy00
Revision: 450667

upgpkg: lutris 0.5.2-1

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 18:45:14 UTC (rev 450666)
+++ PKGBUILD2019-04-09 18:49:59 UTC (rev 450667)
@@ -3,7 +3,7 @@
 # Contributor: Maxime Gauduin 
 
 pkgname=lutris
-pkgver=0.5.1.2
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='Open Gaming Platform'
 arch=('any')
@@ -17,7 +17,7 @@
 'wine-staging: Run windows games - Staging patches')
 makedepends=('python-setuptools')
 source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz";)
-sha512sums=('948b9fc95240325e84e008a2963088ec0ce869130dcf079470cb1879eda7c968f741dec328d0377e7a59fac21d7121e5b9f6aa9aba69d46d8dcdb2a69bd99611')
+sha512sums=('2d84c9cfae4e628b9abf10859735d8ac99710659e134ebfcbb6c3d1c891a07a2ae291b651181348c4e4fdf55828420db815d4674d561a95371b9c4e061799d58')
 
 build() {
   cd $pkgname-$pkgver


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

2019-04-09 Thread Levente Polyak via arch-commits
Date: Tuesday, April 9, 2019 @ 18:45:14
  Author: anthraxx
Revision: 450666

archrelease: copy trunk to community-x86_64

Added:
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 450665, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 450665, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/wireshark.sysusers
(from rev 450665, wireshark/trunk/wireshark.sysusers)
Deleted:
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/wireshark.install
  wireshark/repos/community-x86_64/wireshark.sysusers

+
 PKGBUILD   |  172 +--
 wireshark.install  |   16 ++--
 wireshark.sysusers |2 
 3 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 18:45:05 UTC (rev 450665)
+++ PKGBUILD2019-04-09 18:45:14 UTC (rev 450666)
@@ -1,86 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-# Contributor: Peter Wu 
-
-pkgbase=wireshark
-pkgname=('wireshark-cli' 'wireshark-qt')
-pkgver=3.0.0
-pkgrel=2
-pkgdesc='Network traffic and protocol analyzer/sniffer'
-url='https://www.wireshark.org/'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('cmake' 'ninja' 'c-ares' 'libmaxminddb' 'qt5-tools' 'qt5-svg'
- 'qt5-multimedia' 'krb5' 'libpcap' 'libssh' 'libxml2' 'libnghttp2'
- 'snappy' 'lz4' 'spandsp' 'gnutls' 'lua52' 'python' 'libcap'
- 'glib2' 'libgcrypt' 'sbc' 'bcg729' 'desktop-file-utils'
- 'hicolor-icon-theme')
-options=('!emptydirs')
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
-wireshark.sysusers)
-sha512sums=('917708b5edc25609536c7bd7cf4ae32a901fd99118302138dc0bf6f1ad092a8e5069a917cc8cf6cb77190f54e50623a4eba1ee10ffc225ee3051b50cf02a0963'
-
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed 's| Rev Unknown from unknown||' -i tools/make-version.pl
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  cmake . -GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_RPATH= \
--DCMAKE_SKIP_RPATH=ON
-  ninja
-}
-
-package_wireshark-cli() {
-  pkgdesc+=' - CLI tools and data files'
-  depends=('c-ares' 'libmaxminddb' 'krb5' 'libgcrypt' 'libcap' 'libpcap'
-   'gnutls' 'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2' 'snappy'
-   'lz4' 'spandsp' 'sbc' 'bcg729')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-  DESTDIR="${pkgdir}" ninja install
-
-  # wireshark uid group is 150
-  install -Dm 644 "${srcdir}/wireshark.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/wireshark.conf"
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-
-  cd "${pkgdir}"
-  rm -r usr/share/mime \
-usr/share/icons \
-usr/share/man/man1/wireshark.1 \
-usr/bin/wireshark \
-usr/share/applications/wireshark.desktop \
-usr/share/appdata/wireshark.appdata.xml
-}
-
-package_wireshark-qt() {
-  pkgdesc+=' - Qt GUI'
-  depends=('desktop-file-utils' 'qt5-multimedia' 'qt5-svg' 'wireshark-cli'
-   'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils')
-  replaces=(wireshark wireshark-gtk wireshark-common)
-  conflicts=(wireshark wireshark-gtk wireshark-common)
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${srcdir}/staging"
-  DESTDIR="${srcdir}/staging" ninja install
-
-  install -Dm 755 run/wireshark -t "${pkgdir}/usr/bin"
-  install -Dm 644 wireshark.desktop -t "${pkgdir}/usr/share/applications"
-  install -Dm 644 doc/wireshark.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 wireshark.appdata.xml -t "${pkgdir}/usr/share/appdata"
-  install -Dm 644 wireshark-mime-package.xml 
"${pkgdir}/usr/share/mime/packages/wireshark.xml"
-  mv "${srcdir}/staging/usr/share/icons" "${pkgdir}/usr/share/icons"
-}
-
-# vim: ts=2 sw=2 et:

Copied: wireshark/repos/community-x86_64/PKGBUILD (from rev 450665, 
wireshark/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 18:45:14 UTC (rev 450666)
@@ -0,0 +1,86 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Guillaume ALAUX 
+# Contributor: Florian Pritz 
+# Contributor: Peter Wu 
+
+pkgbase=wireshark
+pkgname=('wireshark-cli' 'wireshark-qt')
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='Network traffic and protocol analyzer/sniffer'
+url='https://www.wireshark.org/'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('cmake' 'ninja' 'c-ares' 'libmaxminddb' 'qt5-tools' 'qt5-svg'
+ 'qt5-multimedia' 'krb5' 'libpcap' 'libssh' 'libxml2' 

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

2019-04-09 Thread Levente Polyak via arch-commits
Date: Tuesday, April 9, 2019 @ 18:45:05
  Author: anthraxx
Revision: 450665

upgpkg: wireshark 3.0.1-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 18:23:50 UTC (rev 450664)
+++ PKGBUILD2019-04-09 18:45:05 UTC (rev 450665)
@@ -6,8 +6,8 @@
 
 pkgbase=wireshark
 pkgname=('wireshark-cli' 'wireshark-qt')
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 options=('!emptydirs')
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
 wireshark.sysusers)
-sha512sums=('917708b5edc25609536c7bd7cf4ae32a901fd99118302138dc0bf6f1ad092a8e5069a917cc8cf6cb77190f54e50623a4eba1ee10ffc225ee3051b50cf02a0963'
+sha512sums=('59c3f36e4e7a1a7ea8f926dbf8ca495f83346396e1df5edf6a1bb34823c84308f52a1b6d46be9675d3af9ce8718da4a574f63a4fb210d8fc52131f4534d8670d'
 
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
 
 prepare() {


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

2019-04-09 Thread Levente Polyak via arch-commits
Date: Tuesday, April 9, 2019 @ 18:23:50
  Author: anthraxx
Revision: 450664

archrelease: copy trunk to community-any

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

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

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

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


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

2019-04-09 Thread Levente Polyak via arch-commits
Date: Tuesday, April 9, 2019 @ 18:23:43
  Author: anthraxx
Revision: 450663

upgpkg: sqlmap 1.3.4-1

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 18:03:45 UTC (rev 450662)
+++ PKGBUILD2019-04-09 18:23:43 UTC (rev 450663)
@@ -3,7 +3,7 @@
 # Contributor: fxbru 
 
 pkgname=sqlmap
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -11,9 +11,9 @@
 license=('GPL2')
 depends=('python2' 'sh')
 backup=('etc/sqlmap.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha256sums=('78ff33df51d1deb726458b310e303df5105121ed733d7ee7cf865c6c835dbb18')
-sha512sums=('c17b1615f52f45c58c240ea933270b4c1515ac61637f913c48b611f210370ab08e585a714d8abaa93e5a9f9f4555b2a16b74250b5937ccff79cfa7d1')
+source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7174148df741c7bf30bd090b71781b0f77d5d349c7bbb3c6cdf8e964111c0a0b')
+sha512sums=('0a0206bd69100c913747eb64e351fe9db739bbe2a08d6a3008c8e1ee7efb28cf610b3b880315e8e58f813332138d2083bebc6447814d6f40bde29f35ce293cc4')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 18:03:45
  Author: felixonmars
Revision: 450662

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 18:03:33 UTC (rev 450661)
+++ PKGBUILD2019-04-09 18:03:45 UTC (rev 450662)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.5
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e1ae40b8cc14ac816cd355f0ad10dc043d357946c85e2aaf6be4cb2b6fe564135b01f1375762bc0c57e087069271b4f39db40aa598d5d91ce1625a3a4db837f8')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 450661, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 18:03:45 UTC (rev 450662)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=3.1.6
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('e72288dbc54e938d5e9249e8376b6044bc59d47013917fd1406af9b933ea5a5e758bd36ceb88f49490a88e040807fb15545e5263ba74b2b5bbb048532b33776c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 18:03:33
  Author: felixonmars
Revision: 450661

upgpkg: npm-check-updates 3.1.6-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 18:00:07 UTC (rev 450660)
+++ PKGBUILD2019-04-09 18:03:33 UTC (rev 450661)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=3.1.5
+pkgver=3.1.6
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e1ae40b8cc14ac816cd355f0ad10dc043d357946c85e2aaf6be4cb2b6fe564135b01f1375762bc0c57e087069271b4f39db40aa598d5d91ce1625a3a4db837f8')
+sha512sums=('e72288dbc54e938d5e9249e8376b6044bc59d47013917fd1406af9b933ea5a5e758bd36ceb88f49490a88e040807fb15545e5263ba74b2b5bbb048532b33776c')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-04-09 Thread Levente Polyak via arch-commits
Date: Tuesday, April 9, 2019 @ 17:44:48
  Author: anthraxx
Revision: 450652

archrelease: copy trunk to community-x86_64

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

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

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

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

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

Copied: teamspeak3-server/repos/community-x86_64/PKGBUILD (from rev 450651, 
teamspeak3-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 17:44:48 UTC (rev 450652)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: nyyu 
+# Contributor: Malte Rab

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

2019-04-09 Thread Levente Polyak via arch-commits
Date: Tuesday, April 9, 2019 @ 17:44:39
  Author: anthraxx
Revision: 450651

upgpkg: teamspeak3-server 3.7.1-1

Modified:
  teamspeak3-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:37:56 UTC (rev 450650)
+++ PKGBUILD2019-04-09 17:44:39 UTC (rev 450651)
@@ -4,7 +4,7 @@
 # Contributor: EnteEnteEnte 
 
 pkgname=teamspeak3-server
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
 url='https://www.teamspeak.com/en/'
@@ -23,7 +23,7 @@
 sha256sums=('c678f5d657772920260c4ea4718677e6b00ef28ad74c317e05632a01d33b3ca5'
 '73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
 '98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('6abcbaf3697c28220375cf681e46fe379b4d82102f1ec6d201363c6ee73f205d')
+sha256sums_x86_64=('6787d4c9fd6f72d1386872a61f38f932a8ee745046b1497168286ffd0311c0f0')
 
 if [ "${CARCH}" == "x86_64" ]; then
   _TSARCH='amd64'


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

2019-04-09 Thread Pierre Schmitz via arch-commits
Date: Tuesday, April 9, 2019 @ 17:03:10
  Author: pierre
Revision: 350482

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 350481, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 17:02:57 UTC (rev 350481)
+++ PKGBUILD2019-04-09 17:03:10 UTC (rev 350482)
@@ -1,50 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.8.4
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git' 'unzip')
-checkdepends=('mercurial')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
-sha256sums=('SKIP'
-'1722826c8fbeaf2d6cdd31c9c9af38694d6383a0f2bf476fe6bbd30939de058a')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email "${USER}@${HOST}"
-   git config --global user.name "${USER}"
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-
-   vendor/bin/phpunit
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 350481, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 17:03:10 UTC (rev 350482)
@@ -0,0 +1,50 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.8.5
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git' 'unzip')
+checkdepends=('mercurial')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
+sha256sums=('SKIP'
+'4e4c1cd74b54a26618699f3190e6f5fc63bb308b13fa660f71f2a2df047c0e17')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email "${USER}@${HOST}"
+   git config --global user.name "${USER}"
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+
+   vendor/bin/phpunit
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}


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

2019-04-09 Thread Pierre Schmitz via arch-commits
Date: Tuesday, April 9, 2019 @ 17:02:57
  Author: pierre
Revision: 350481

upgpkg: composer 1.8.5-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:42:08 UTC (rev 350480)
+++ PKGBUILD2019-04-09 17:02:57 UTC (rev 350481)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
 sha256sums=('SKIP'
-'1722826c8fbeaf2d6cdd31c9c9af38694d6383a0f2bf476fe6bbd30939de058a')
+'4e4c1cd74b54a26618699f3190e6f5fc63bb308b13fa660f71f2a2df047c0e17')
 
 prepare() {
cd ${srcdir}/${pkgname}


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

2019-04-09 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 9, 2019 @ 16:37:56
  Author: andrewsc
Revision: 450650

archrelease: copy trunk to community-x86_64

Added:
  python-psycopg2/repos/community-x86_64/PKGBUILD
(from rev 450649, python-psycopg2/trunk/PKGBUILD)
Deleted:
  python-psycopg2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 16:29:25 UTC (rev 450649)
+++ PKGBUILD2019-04-09 16:37:56 UTC (rev 450650)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Sergej Pupykin 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-psycopg2
-pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.7.7
-pkgrel=1
-pkgdesc="A PostgreSQL database adapter for the Python programming language."
-arch=('x86_64')
-url="http://initd.org/psycopg/";
-license=('LGPL3')
-makedepends=('python2' 'python2-setuptools' 
- 'python' 'python-setuptools' 'postgresql-libs')
-source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-$pkgver.tar.gz{,.asc})
-validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
-sha256sums=('f4526d078aedd5187d0508aa5f9a01eae6a48a470ed678406da94b4cd6524b7e'
-'SKIP')
-build(){
-  cd "$srcdir/psycopg2-$pkgver"
-  sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python-psycopg2() {
-  depends=('python' 'postgresql-libs')
-
-  cd "$srcdir/psycopg2-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-psycopg2() {
-  depends=('python2' 'postgresql-libs')
-
-  cd "$srcdir/psycopg2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-psycopg2/repos/community-x86_64/PKGBUILD (from rev 450649, 
python-psycopg2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 16:37:56 UTC (rev 450650)
@@ -0,0 +1,40 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-psycopg2
+pkgname=('python-psycopg2' 'python2-psycopg2')
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="A PostgreSQL database adapter for the Python programming language."
+arch=('x86_64')
+url="http://initd.org/psycopg/";
+license=('LGPL3')
+makedepends=('python2' 'python2-setuptools'
+ 'python' 'python-setuptools' 'postgresql-libs')
+source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-$pkgver.tar.gz{,.asc})
+validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
+sha512sums=('07d7b6255d55fbf3feb72744c571ee0bd82fecd46c483208a30f35afcdc9789fcf7dd148b9ca936f1b69b4b5b10e366b3bfc905fe81e369ae1f13d0d12950390'
+'SKIP')
+build(){
+  cd "$srcdir/psycopg2-$pkgver"
+  sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-psycopg2() {
+  depends=('python' 'postgresql-libs')
+
+  cd "$srcdir/psycopg2-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-psycopg2() {
+  depends=('python2' 'postgresql-libs')
+
+  cd "$srcdir/psycopg2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:31:50
  Author: arojas
Revision: 350479

https

Modified:
  gv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:31:15 UTC (rev 350478)
+++ PKGBUILD2019-04-09 16:31:50 UTC (rev 350479)
@@ -5,11 +5,11 @@
 pkgrel=4
 pkgdesc="A program to view PostScript and PDF documents"
 arch=('x86_64')
-url="http://www.gnu.org/software/gv/";
+url="https://www.gnu.org/software/gv/";
 license=('GPL3')
 depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
 options=('emptydirs')
-source=(http://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} 
gv.desktop)
+source=(https://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} 
gv.desktop)
 sha256sums=('2162b3b3a95481d3855b3c4e28f974617eef67824523e56e20b56f12fe201a61'
 'SKIP'
 '9b272fe86a7bdfbb170dfd850ae18204ef1ed0982bd88a8b2b3db7a7f5e87eb7')


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:31:15
  Author: arojas
Revision: 350478

https

Modified:
  gtkglext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:30:26 UTC (rev 350477)
+++ PKGBUILD2019-04-09 16:31:15 UTC (rev 350478)
@@ -10,7 +10,7 @@
 license=('LGPL')
 depends=('gtk2' 'glu' 'libxmu' 'pangox-compat')
 makedepends=('python')
-source=("http://downloads.sourceforge.net/sourceforge/gtkglext/${pkgname}-${pkgver}.tar.bz2";
+source=("https://downloads.sourceforge.net/sourceforge/gtkglext/${pkgname}-${pkgver}.tar.bz2";
'gtk2.20.patch' gtkglext-gcc8.patch)
 md5sums=('ed7ba24ce06a8630c07f2d0ee5f04ab4'
  'e5a87ec3f2d0e616c6f32f90c3f7237f'


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:30:26
  Author: arojas
Revision: 350477

https

Modified:
  gsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:29:52 UTC (rev 350476)
+++ PKGBUILD2019-04-09 16:30:26 UTC (rev 350477)
@@ -6,8 +6,8 @@
 pkgver=2.5
 pkgrel=1
 pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C 
and C++ programmers"
-url="http://www.gnu.org/software/gsl/gsl.html";
-source=("http://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz"{,.sig})
+url="https://www.gnu.org/software/gsl/gsl.html";
+source=("https://ftp.gnu.org/gnu/gsl/$pkgname-$pkgver.tar.gz"{,.sig})
 license=('GPL')
 arch=('x86_64')
 depends=('glibc')


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:29:52
  Author: arojas
Revision: 350476

https

Modified:
  gperf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:28:47 UTC (rev 350475)
+++ PKGBUILD2019-04-09 16:29:52 UTC (rev 350476)
@@ -6,10 +6,10 @@
 pkgrel=2
 pkgdesc="Perfect hash function generator"
 arch=('x86_64')
-url="http://www.gnu.org/software/gperf/";
+url="https://www.gnu.org/software/gperf/";
 license=('GPL3')
 depends=('gcc-libs' 'texinfo')
-source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("https://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig})
 sha1sums=('e3c0618c2d2e5586eda9498c867d5e4858a3b0e2'
   'SKIP')
 options=('!makeflags')
@@ -16,7 +16,7 @@
 validpgpkeys=('EDEB87A500CC0A211677FBFD93C08C88471097CD') # Marcel Schaible 

 
 build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
 --docdir=/usr/share/gperf/doc/
   make
@@ -23,11 +23,11 @@
 }
 
 check() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }


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

2019-04-09 Thread David Runge via arch-commits
Date: Tuesday, April 9, 2019 @ 16:29:25
  Author: dvzrv
Revision: 450649

archrelease: copy trunk to community-x86_64

Added:
  guitarix2/repos/community-x86_64/PKGBUILD
(from rev 450648, guitarix2/trunk/PKGBUILD)
Deleted:
  guitarix2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 16:29:14 UTC (rev 450648)
+++ PKGBUILD2019-04-09 16:29:25 UTC (rev 450649)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-_name=guitarix
-pkgname=guitarix2
-pkgver=0.38.0
-pkgrel=1
-pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
-arch=('x86_64')
-url="https://guitarix.org";
-license=('GPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
-depends=('bluez-libs' 'boost-libs' 'gtkmm' 'liblrdf' 'lilv' 'ttf-roboto' 
'zita-convolver' 'zita-resampler')
-makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-provides=('guitarix')
-source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('277e548c614bd2e5bafa2450fc3c365f7dee7e0ec14bbfb842d91da1aaf4bf8bb859fe94ca689122b20f9cd7bdd0e1ef3fbde02779b7a0dc2bc758dce4f11d75')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fixing all (hopefully) relevant scripts: 
https://sourceforge.net/p/guitarix/bugs/43/
-  sed -e 's/python/&2/g' \
--i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \
--i src/gx_head/builder/make \
--i src/gx_head/engine/gen_tube_tables \
--i 
tools/{check_rpc,gcov.py,convert-0.06-format,ampsim/DK/quik.py,undiag,make_jsonrpc_methods}
 \
--i tools/{coverage,dsp2cc,dsp2insert}
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # build without faust support: https://sourceforge.net/p/guitarix/bugs/44/
-  python2 waf configure --prefix=/usr \
---enable-nls \
---ladspa \
---new-ladspa \
---faust \
---shared-lib \
---lib-dev \
---ldflags="${LDFLAGS}"
-  python2 waf build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-  # docs
-  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: guitarix2/repos/community-x86_64/PKGBUILD (from rev 450648, 
guitarix2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 16:29:25 UTC (rev 450649)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_name=guitarix
+pkgname=guitarix2
+pkgver=0.38.1
+pkgrel=1
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('x86_64')
+url="https://guitarix.org";
+license=('GPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
+depends=('bluez-libs' 'boost-libs' 'gtkmm' 'liblrdf' 'lilv' 'ttf-roboto' 
'zita-convolver' 'zita-resampler')
+makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+provides=('guitarix')
+source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('54d08b4ed20b9df4c69d0c86e4d668c53fffde8919f5570f376cee903926bd01945169d177d0d45976569ea55b28f8dca7884ac6dfe2f063df6583467559c5b7')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fixing all (hopefully) relevant scripts: 
https://sourceforge.net/p/guitarix/bugs/43/
+  sed -e 's/python/&2/g' \
+-i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \
+-i src/gx_head/builder/make \
+-i src/gx_head/engine/gen_tube_tables \
+-i 
tools/{check_rpc,gcov.py,convert-0.06-format,ampsim/DK/quik.py,undiag,make_jsonrpc_methods}
 \
+-i tools/{coverage,dsp2cc,dsp2insert}
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # build without faust support: https://sourceforge.net/p/guitarix/bugs/44/
+  python2 waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--faust \
+--shared-lib \
+--lib-dev \
+--ldflags="${LDFLAGS}"
+  python2 waf build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf install --destdir="${pkgdir}"
+  # docs
+  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-04-09 Thread David Runge via arch-commits
Date: Tuesday, April 9, 2019 @ 16:29:14
  Author: dvzrv
Revision: 450648

upgpkg: guitarix2 0.38.1-1

Upgrading to 0.38.1.

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:20:00 UTC (rev 450647)
+++ PKGBUILD2019-04-09 16:29:14 UTC (rev 450648)
@@ -3,7 +3,7 @@
 
 _name=guitarix
 pkgname=guitarix2
-pkgver=0.38.0
+pkgver=0.38.1
 pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
 provides=('guitarix')
 
source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('277e548c614bd2e5bafa2450fc3c365f7dee7e0ec14bbfb842d91da1aaf4bf8bb859fe94ca689122b20f9cd7bdd0e1ef3fbde02779b7a0dc2bc758dce4f11d75')
+sha512sums=('54d08b4ed20b9df4c69d0c86e4d668c53fffde8919f5570f376cee903926bd01945169d177d0d45976569ea55b28f8dca7884ac6dfe2f063df6583467559c5b7')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:28:47
  Author: arojas
Revision: 350475

https

Modified:
  gnu-netcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:26:31 UTC (rev 350474)
+++ PKGBUILD2019-04-09 16:28:47 UTC (rev 350475)
@@ -10,7 +10,7 @@
 license=('GPL')
 replaces=('netcat')
 provides=('netcat')
-source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2";)
+source=("https://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2";)
 md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
 
 build() {


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:26:31
  Author: arojas
Revision: 350474

https

Modified:
  glpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:25:41 UTC (rev 350473)
+++ PKGBUILD2019-04-09 16:26:31 UTC (rev 350474)
@@ -7,10 +7,10 @@
 pkgrel=2
 pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
 arch=('x86_64')
-url="http://www.gnu.org/software/glpk/glpk.html";
+url="https://www.gnu.org/software/glpk/glpk.html";
 license=('GPL')
 depends=('gmp')
-source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig} 
glpk-remove-warnings.patch)
+source=(https://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig} 
glpk-remove-warnings.patch)
 sha1sums=('d9b607a9cf3a25b754a0cd9a842ea5043f8604db'
   'SKIP'
   '6f4e904c5dc88a8b43391e030496644d77e39163')


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:25:41
  Author: arojas
Revision: 350473

https

Modified:
  glhack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:24:06 UTC (rev 350472)
+++ PKGBUILD2019-04-09 16:25:41 UTC (rev 350473)
@@ -11,7 +11,7 @@
 makedepends=('mesa')
 options=('!makeflags')
 install=glhack.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
 glhack-libpng15.patch)
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
 glhack-libpng15.patch)
 sha1sums=('7dc46e6bd4a3c2ec10ab4d314acfbb30cefc6eae'
   '4cf1a13e76cc1f1eb3708d42c74b85b7f321092d')
 


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:24:06
  Author: arojas
Revision: 350472

https

Modified:
  gifsicle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:22:45 UTC (rev 350471)
+++ PKGBUILD2019-04-09 16:24:06 UTC (rev 350472)
@@ -5,10 +5,10 @@
 pkgrel=1
 pkgdesc="A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations"
 arch=('x86_64')
-url="http://www.lcdf.org/gifsicle/";
+url="https://www.lcdf.org/gifsicle/";
 license=('GPL')
 depends=('libx11')
-source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(https://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('3436caa159789334423f224426926259cae4c216')
 
 build() {


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:22:45
  Author: arojas
Revision: 350471

https

Modified:
  giblib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:21:25 UTC (rev 350470)
+++ PKGBUILD2019-04-09 16:22:45 UTC (rev 350471)
@@ -9,11 +9,11 @@
 url="http://freshmeat.net/projects/giblib/";
 license=('MIT')
 depends=('imlib2' 'libxext' 'freetype2')
-source=("http://kent.dl.sourceforge.net/project/slackbuildsdirectlinks/giblib/giblib-$pkgver.tar.gz";)
+source=("https://kent.dl.sourceforge.net/project/slackbuildsdirectlinks/giblib/giblib-$pkgver.tar.gz";)
 
sha512sums=('4866df223e6d219a5c9a327874bcd67260c83fba8f9986df41ef86fb31efa0172a777bf46c853ca380dc2a64bbd41bf4fd658fcb84a924cab4e0f525dcfd')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr
   make
@@ -20,7 +20,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" docsdir=/usr/share/doc/giblib install
 
   # Install custom license


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:21:25
  Author: arojas
Revision: 350470

https

Modified:
  flac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:20:05 UTC (rev 350469)
+++ PKGBUILD2019-04-09 16:21:25 UTC (rev 350470)
@@ -5,7 +5,7 @@
 pkgver=1.3.2
 pkgrel=2
 arch=('x86_64')
-url="http://flac.sourceforge.net/";
+url="https://xiph.org/flac/";
 license=('BSD' 'GPL')
 depends=('gcc-libs' 'libogg')
 makedepends=('nasm' 'doxygen')


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:20:05
  Author: arojas
Revision: 350469

https

Modified:
  farstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:19:02 UTC (rev 350468)
+++ PKGBUILD2019-04-09 16:20:05 UTC (rev 350469)
@@ -5,7 +5,7 @@
 pkgrel=2
 pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework"
 arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/Farstream";
+url="https://www.freedesktop.org/wiki/Software/Farstream";
 license=('LGPL')
 depends=('gst-plugins-base-libs' 'libnice')
 makedepends=('gobject-introspection' 'python2')
@@ -12,7 +12,7 @@
 optdepends=('gst-plugins-good' 'gst-plugins-bad')
 conflicts=('farsight2')
 replaces=('farsight2')
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+source=(https://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
 md5sums=('a40d4c4bd0812c270069b9f97d74009b'
  'SKIP')
 validpgpkeys=('DB30B086FAF86CE7296FADC51D388E5A4ED9A2BB')  # Olivier Crête


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

2019-04-09 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 9, 2019 @ 16:20:00
  Author: andrewsc
Revision: 450647

upgpkg: python-psycopg2 2.8.1-1

python-psycopg2: Adding maintainer, bumping to sha512sums, updated to 2.8.1

Modified:
  python-psycopg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 15:51:21 UTC (rev 450646)
+++ PKGBUILD2019-04-09 16:20:00 UTC (rev 450647)
@@ -1,4 +1,5 @@
-# Maintainer: Morten Linderud  
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
 # Contributor: Sergej Pupykin 
 # Contributor: Angel 'angvp' Velasquez 
 # Contributor: Douglas Soares de Andrade 
@@ -5,17 +6,17 @@
 
 pkgbase=python-psycopg2
 pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.7.7
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="A PostgreSQL database adapter for the Python programming language."
 arch=('x86_64')
 url="http://initd.org/psycopg/";
 license=('LGPL3')
-makedepends=('python2' 'python2-setuptools' 
+makedepends=('python2' 'python2-setuptools'
  'python' 'python-setuptools' 'postgresql-libs')
-source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-$pkgver.tar.gz{,.asc})
+source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-$pkgver.tar.gz{,.asc})
 validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
-sha256sums=('f4526d078aedd5187d0508aa5f9a01eae6a48a470ed678406da94b4cd6524b7e'
+sha512sums=('07d7b6255d55fbf3feb72744c571ee0bd82fecd46c483208a30f35afcdc9789fcf7dd148b9ca936f1b69b4b5b10e366b3bfc905fe81e369ae1f13d0d12950390'
 'SKIP')
 build(){
   cd "$srcdir/psycopg2-$pkgver"


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:19:02
  Author: arojas
Revision: 350468

https

Modified:
  faac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:18:11 UTC (rev 350467)
+++ PKGBUILD2019-04-09 16:19:02 UTC (rev 350468)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="An AAC audio encoder"
 arch=('x86_64')
-url="http://www.audiocoding.com/";
+url="https://www.audiocoding.com/";
 license=('GPL' 'custom')
 depends=('libmp4v2')
 
source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:4}/faac-$pkgver.tar.gz";)


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:18:11
  Author: arojas
Revision: 350467

https

Modified:
  dmraid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 16:16:50 UTC (rev 350466)
+++ PKGBUILD2019-04-09 16:18:11 UTC (rev 350467)
@@ -5,13 +5,13 @@
 pkgver=1.0.0.rc16.3
 pkgrel=11
 pkgdesc="Device mapper RAID interface"
-url="http://people.redhat.com/~heinzm/sw/dmraid/";
+url="https://people.redhat.com/~heinzm/sw/dmraid/";
 conflicts=('mkinitcpio<0.7')
 depends=('device-mapper>=2.0.54')
 arch=('x86_64')
 license=('GPL')
 source=(#https://sources.archlinux.org/other/dmraid/$pkgname-$pkgver.tar.bz2
-
http://people.redhat.com/~heinzm/sw/dmraid/src/$pkgname-1.0.0.rc16-3.tar.bz2
+
https://people.redhat.com/~heinzm/sw/dmraid/src/$pkgname-1.0.0.rc16-3.tar.bz2
 dmraid_install
 dmraid_hook
 dmraid_tmpfiles


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

2019-04-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 9, 2019 @ 16:16:50
  Author: arojas
Revision: 350466

https, pgp

Modified:
  ddrescue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 15:13:26 UTC (rev 350465)
+++ PKGBUILD2019-04-09 16:16:50 UTC (rev 350466)
@@ -7,14 +7,14 @@
 pkgrel=1
 pkgdesc="GNU data recovery tool"
 arch=('x86_64')
-url="http://www.gnu.org/software/ddrescue/ddrescue.html";
+url="https://www.gnu.org/software/ddrescue/ddrescue.html";
 license=('GPL3')
 depends=('gcc-libs')
-source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz";)
-#"http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig";)
-sha256sums=('4b5d3feede70e3657ca6b3c7844f23131851cbb6af0cecc9721500f7d7021087')
- #'SKIP')
-#validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz";
+"https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz.sig";)
+sha256sums=('4b5d3feede70e3657ca6b3c7844f23131851cbb6af0cecc9721500f7d7021087'
+'SKIP')
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
 
 prepare() {
   sed -e '/CPPFLAGS=/d' -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i 
$pkgname-$pkgver/configure # Honor system CFLAGS


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:51:21
  Author: felixonmars
Revision: 450646

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 450645, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 450645, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-09 15:51:21 UTC (rev 450646)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=68
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz";)
+sha512sums=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+build() {
+cd $pkgname-$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
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:51:08
  Author: felixonmars
Revision: 450645

upgpkg: shellcheck 0.6.0-68

rebuild with cmark-gfm 0.2.0

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 15:48:02 UTC (rev 450644)
+++ PKGBUILD2019-04-09 15:51:08 UTC (rev 450645)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=67
+pkgrel=68
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net";
 license=("GPL")


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:48:02
  Author: felixonmars
Revision: 450644

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 450643, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
450643, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-09 15:48:02 UTC (rev 450644)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.0
+pkgrel=71
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz";)
+sha512sums=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *2.5/<3/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:47:49
  Author: felixonmars
Revision: 450643

upgpkg: pandoc-crossref 0.3.4.0-71

rebuild with cmark-gfm 0.2.0

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 15:46:27 UTC (rev 450642)
+++ PKGBUILD2019-04-09 15:47:49 UTC (rev 450643)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.0
-pkgrel=70
+pkgrel=71
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:46:27
  Author: felixonmars
Revision: 450642

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
450641, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-09 15:46:27 UTC (rev 450642)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.1
+pkgrel=40
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('bc8cc9944229c691fbec6b7e6ea52e8a65bd8cc2093d42bd577e30ded1767370b439d8dc694e9842b300f7c884f851cac6a2a9de2817a961c779b83fb0ee1718')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.7/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682";
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:46:14
  Author: felixonmars
Revision: 450641

upgpkg: haskell-hakyll 4.12.5.1-40

rebuild with cmark-gfm 0.2.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 15:44:16 UTC (rev 450640)
+++ PKGBUILD2019-04-09 15:46:14 UTC (rev 450641)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.1
-pkgrel=39
+pkgrel=40
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("BSD")


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:44:16
  Author: felixonmars
Revision: 450640

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 450639, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
450639, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-09 15:44:16 UTC (rev 450640)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.1.3
+pkgrel=15
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('01e32fe8d7c75878c6aa1004badc892eef946ecf0f0e5a3f76242e18188dcf3f9b555892b97ce668de7de050daf344eeff2ee9322ac5ee44a141af88e3637d91')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${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 pandoc-citeproc/trunk (PKGBUILD)

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:44:03
  Author: felixonmars
Revision: 450639

upgpkg: pandoc-citeproc 0.16.1.3-15

rebuild with cmark-gfm 0.2.0

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 15:40:14 UTC (rev 450638)
+++ PKGBUILD2019-04-09 15:44:03 UTC (rev 450639)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.1.3
-pkgrel=14
+pkgrel=15
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("BSD")


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:40:14
  Author: felixonmars
Revision: 450638

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 450637, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 450637, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-09 15:40:14 UTC (rev 450638)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.7.2
+pkgrel=2
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 
'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random' 
'haskell-scientific'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 
'haskell-unicode-transforms'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('f0d6a700413d1a70b6ca8f69883afda27248dcf5315a1819127163ad8e239fd19d2ec8462e3a793a67d3f86d02b364fa00ac5de735a77a63e737a1a2b92ef00b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+sed -i 's/< *0.2/<1/' $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:39:59
  Author: felixonmars
Revision: 450637

upgpkg: pandoc 2.7.2-2

rebuild with cmark-gfm 0.2.0

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 15:26:19 UTC (rev 450636)
+++ PKGBUILD2019-04-09 15:39:59 UTC (rev 450637)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -31,6 +31,7 @@
 
 prepare() {
 cd "${srcdir}/$pkgname-${pkgver}"
+sed -i 's/< *0.2/<1/' $pkgname.cabal
 
 # TODO: find a better solution
 sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs


[arch-commits] Commit in deepin-polkit-agent/repos/community-x86_64 (2 files)

2019-04-09 Thread Felix Yan via arch-commits
Date: Tuesday, April 9, 2019 @ 15:26:19
  Author: felixonmars
Revision: 450636

archrelease: copy trunk to community-x86_64

Added:
  deepin-polkit-agent/repos/community-x86_64/PKGBUILD
(from rev 450635, deepin-polkit-agent/trunk/PKGBUILD)
Deleted:
  deepin-polkit-agent/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 15:26:03 UTC (rev 450635)
+++ PKGBUILD2019-04-09 15:26:19 UTC (rev 450636)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-polkit-agent
-pkgver=0.2.4
-pkgrel=1
-pkgdesc='Deepin Polkit Agent'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-polkit-agent";
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz";)
-sha512sums=('03efc3b75a7e555e8f4d0d2feab7064b8ae343d691df75c1990fd246d65bf50dcf4c9e29449ab2aa5bc7175259cc371d28dd3357fe468ef18cb54ae69dff')
-
-build() {
-  cd dde-polkit-agent-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-polkit-agent-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-polkit-agent/repos/community-x86_64/PKGBUILD (from rev 450635, 
deepin-polkit-agent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 15:26:19 UTC (rev 450636)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-polkit-agent
+pkgver=0.2.5
+pkgrel=1
+pkgdesc='Deepin Polkit Agent'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent";
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz";)
+sha512sums=('48b46a33cb5d68c2f7b9da579bd7e3336a86b3f91a4ac6cedc372da1e009e9039db93a01a3d8ca94ea8d205091d6de2131bf2eecf1d1854301b486c3deff879b')
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


  1   2   3   >