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

2018-12-15 Thread Laurent Carlier via arch-commits
Date: Sunday, December 16, 2018 @ 07:30:18
  Author: lcarlier
Revision: 342392

upgpkg: linux-firmware 20181216.211de16-1

sync with upstream

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 22:49:55 UTC (rev 342391)
+++ PKGBUILD2018-12-16 07:30:18 UTC (rev 342392)
@@ -2,8 +2,8 @@
 
 pkgbase=linux-firmware
 pkgname=(linux-firmware amd-ucode)
-_commit=1cb4e51018293c14642f115b5868cda92b879161 # master
-pkgver=20181026.1cb4e51
+_commit=211de1679a68b8ab0f841a8058df35e13e3963f0 # master
+pkgver=20181216.211de16
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


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

2018-12-15 Thread Laurent Carlier via arch-commits
Date: Sunday, December 16, 2018 @ 07:30:25
  Author: lcarlier
Revision: 342393

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 342392, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 342392, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-12-16 07:30:25 UTC (rev 342393)
@@ -0,0 +1,83 @@
+# Maintainer: Thomas Bächler 
+
+pkgbase=linux-firmware
+pkgname=(linux-firmware amd-ucode)
+_commit=211de1679a68b8ab0f841a8058df35e13e3963f0 # master
+pkgver=20181216.211de16
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  mkdir -p kernel/x86/microcode
+  cat ${pkgbase}/amd-ucode/microcode_amd*.bin > 
kernel/x86/microcode/AuthenticAMD.bin
+  # Make the .bin reproducible 
+  [ ! -z $SOURCE_DATE_EPOCH ] && touch -d @$SOURCE_DATE_EPOCH 
kernel/x86/microcode/AuthenticAMD.bin
+  echo kernel/x86/microcode/AuthenticAMD.bin | bsdcpio -o -H newc -R 0:0 > 
amd-ucode.img
+}
+
+package_linux-firmware() {
+  groups=('base')
+  conflicts=('linux-firmware-git'
+ 'kernel26-firmware'
+ 'ar9170-fw'
+ 'iwlwifi-1000-ucode'
+ 'iwlwifi-3945-ucode'
+ 'iwlwifi-4965-ucode'
+ 'iwlwifi-5000-ucode'
+ 'iwlwifi-5150-ucode'
+ 'iwlwifi-6000-ucode'
+ 'rt2870usb-fw'
+ 'rt2x00-rt61-fw'
+ 'rt2x00-rt71w-fw')
+  replaces=('kernel26-firmware'
+'ar9170-fw'
+'iwlwifi-1000-ucode'
+'iwlwifi-3945-ucode'
+'iwlwifi-4965-ucode'
+'iwlwifi-5000-ucode'
+'iwlwifi-5150-ucode'
+'iwlwifi-6000-ucode'
+'rt2870usb-fw'
+'rt2x00-rt61-fw'
+'rt2x00-rt71w-fw')
+
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+
+package_amd-ucode() {
+  pkgdesc='Microcode update files for AMD CPUs'
+
+  install -D -m0644 amd-ucode.img "${pkgdir}"/boot/amd-ucode.img  
+  install -D -m0644 "${srcdir}/${pkgbase}/LICENSE.amd-ucode" 
"${pkgdir}/usr/share/licenses/amd-ucode/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-15 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, December 16, 2018 @ 05:58:09
  Author: yan12125
Revision: 416440

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 416439, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-16 05:57:54 UTC (rev 416439)
+++ PKGBUILD2018-12-16 05:58:09 UTC (rev 416440)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=nvchecker
-pkgver=1.2.7
-pkgrel=1
-pkgdesc="New version checker for software"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker;
-license=('MIT')
-depends=('python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
-checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
-optdepends=(
-  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('33b4c7da7825bd85d6e27ef37cb64ad9c59664fa3d614a4582172a58109cab7552ca6a49f91c29508fcfd8c12559d2fae496180e92d74983fa12ad5721dbf77a')
-
-prepare() {
-  cd nvchecker-$pkgver
-  # fix broken test
-  # partial backport of 
https://github.com/lilydjwg/nvchecker/commit/d0ee3592097fdd4c427fbec95ca48d08b5c93007
-  sed -i 's|1\.3-8|1.3-9|' tests/test_{archpkg,pacman}.py
-}
-
-build() {
-  cd nvchecker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nvchecker-$pkgver
-  pytest
-}
-
-package() {
-  cd nvchecker-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 416439, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-16 05:58:09 UTC (rev 416440)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=1.3
+pkgrel=1
+pkgdesc="New version checker for software"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker;
+license=('MIT')
+depends=('python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
+optdepends=(
+  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
+sha512sums=('d84f638753128704c82d09da2f16e1121a81423f051a429e2805574fcd4b1c0a2eb7d662b143e4087b2e585ca20aa293d545f3450b8499e57f6f53b99e9a0825')
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nvchecker-$pkgver
+  pytest
+}
+
+package() {
+  cd nvchecker-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-15 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, December 16, 2018 @ 05:57:54
  Author: yan12125
Revision: 416439

upgpkg: nvchecker 1.3-1

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-16 05:14:11 UTC (rev 416438)
+++ PKGBUILD2018-12-16 05:57:54 UTC (rev 416439)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=1.2.7
+pkgver=1.3
 pkgrel=1
 pkgdesc="New version checker for software"
 arch=('any')
@@ -14,15 +14,8 @@
   'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('33b4c7da7825bd85d6e27ef37cb64ad9c59664fa3d614a4582172a58109cab7552ca6a49f91c29508fcfd8c12559d2fae496180e92d74983fa12ad5721dbf77a')
+sha512sums=('d84f638753128704c82d09da2f16e1121a81423f051a429e2805574fcd4b1c0a2eb7d662b143e4087b2e585ca20aa293d545f3450b8499e57f6f53b99e9a0825')
 
-prepare() {
-  cd nvchecker-$pkgver
-  # fix broken test
-  # partial backport of 
https://github.com/lilydjwg/nvchecker/commit/d0ee3592097fdd4c427fbec95ca48d08b5c93007
-  sed -i 's|1\.3-8|1.3-9|' tests/test_{archpkg,pacman}.py
-}
-
 build() {
   cd nvchecker-$pkgver
   python setup.py build


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

2018-12-15 Thread Eli Schwartz via arch-commits
Date: Sunday, December 16, 2018 @ 05:13:50
  Author: eschwartz
Revision: 416437

upgpkg: exploitdb 20181215-1

upstream release

Modified:
  exploitdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-16 05:06:56 UTC (rev 416436)
+++ PKGBUILD2018-12-16 05:13:50 UTC (rev 416437)
@@ -2,7 +2,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=exploitdb
-_pkgver=2018-11-22
+_pkgver=2018-12-15
 pkgver=${_pkgver//-/}
 pkgrel=1
 pkgdesc="Offensive Security’s Exploit Database Archive"
@@ -15,7 +15,7 @@
 options=('!strip')
 
source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz;
 "rcfile.diff")
-sha512sums=('0e3ff627ac75577493c7a9ac5d2871c3dc930dd238b7588c69339806441df0e1b94fc4b9f5fe586ab38a75dd47431a080778cb33f3afc1c434b60e0edab4ae35'
+sha512sums=('14c2e4b0515496f42d48bb5e565a2c7f30692d71e1f26634cb9a934338288ce7ed20fd3789b626378d45da7d1b69b1801d82ea5654f23a2519beb9687fa0e57a'
 
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
 
 prepare() {


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

2018-12-15 Thread Eli Schwartz via arch-commits
Date: Sunday, December 16, 2018 @ 05:14:11
  Author: eschwartz
Revision: 416438

archrelease: copy trunk to community-any

Added:
  exploitdb/repos/community-any/PKGBUILD
(from rev 416437, exploitdb/trunk/PKGBUILD)
  exploitdb/repos/community-any/rcfile.diff
(from rev 416437, exploitdb/trunk/rcfile.diff)
Deleted:
  exploitdb/repos/community-any/PKGBUILD
  exploitdb/repos/community-any/rcfile.diff

-+
 PKGBUILD|   72 +-
 rcfile.diff |   62 -
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-16 05:13:50 UTC (rev 416437)
+++ PKGBUILD2018-12-16 05:14:11 UTC (rev 416438)
@@ -1,36 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Levente Polyak 
-
-pkgname=exploitdb
-_pkgver=2018-11-22
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="Offensive Security’s Exploit Database Archive"
-arch=('any')
-url="https://www.exploit-db.com/;
-license=('GPL')
-optdepends=('libxml2: to check nmap XML results'
-'xclip: copy paths to the clipboard')
-backup=('etc/searchsploit_rc')
-options=('!strip')
-source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz;
-"rcfile.diff")
-sha512sums=('0e3ff627ac75577493c7a9ac5d2871c3dc930dd238b7588c69339806441df0e1b94fc4b9f5fe586ab38a75dd47431a080778cb33f3afc1c434b60e0edab4ae35'
-
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-
-prepare() {
-cd ${pkgname}-${_pkgver}
-
-patch -p1 -i ../rcfile.diff
-}
-
-package() {
-cd ${pkgname}-${_pkgver}
-
-install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit
-install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc
-mkdir -p "${pkgdir}"/usr/share/${pkgname}
-cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
-}
-
-# vim: ts=4 sw=4 et:

Copied: exploitdb/repos/community-any/PKGBUILD (from rev 416437, 
exploitdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-16 05:14:11 UTC (rev 416438)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Levente Polyak 
+
+pkgname=exploitdb
+_pkgver=2018-12-15
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Offensive Security’s Exploit Database Archive"
+arch=('any')
+url="https://www.exploit-db.com/;
+license=('GPL')
+optdepends=('libxml2: to check nmap XML results'
+'xclip: copy paths to the clipboard')
+backup=('etc/searchsploit_rc')
+options=('!strip')
+source=("${pkgname}-${_pkgver}.tar.gz::https://github.com/offensive-security/${pkgname}/archive/${_pkgver}.tar.gz;
+"rcfile.diff")
+sha512sums=('14c2e4b0515496f42d48bb5e565a2c7f30692d71e1f26634cb9a934338288ce7ed20fd3789b626378d45da7d1b69b1801d82ea5654f23a2519beb9687fa0e57a'
+
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
+
+prepare() {
+cd ${pkgname}-${_pkgver}
+
+patch -p1 -i ../rcfile.diff
+}
+
+package() {
+cd ${pkgname}-${_pkgver}
+
+install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit
+install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc
+mkdir -p "${pkgdir}"/usr/share/${pkgname}
+cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
+}
+
+# vim: ts=4 sw=4 et:

Deleted: rcfile.diff
===
--- rcfile.diff 2018-12-16 05:13:50 UTC (rev 416437)
+++ rcfile.diff 2018-12-16 05:14:11 UTC (rev 416438)
@@ -1,31 +0,0 @@
-diff --git a/.searchsploit_rc b/.searchsploit_rc
-index 36c9b1c8..62bbe404 100644
 a/.searchsploit_rc
-+++ b/.searchsploit_rc
-@@ -4,7 +4,7 @@ progname="$( basename "$0" )"
- 
- ##-- Exploits
- files_array+=("files_exploits.csv")
--path_array+=("/opt/exploitdb")
-+path_array+=("/usr/share/exploitdb")
- name_array+=("Exploit")
- git_array+=("https://github.com/offensive-security/exploitdb.git;)
- package_array+=("exploitdb")
-@@ -12,7 +12,7 @@ package_array+=("exploitdb")
- 
- ##-- Shellcodes
- files_array+=("files_shellcodes.csv")
--path_array+=("/opt/exploitdb")
-+path_array+=("/usr/share/exploitdb")
- name_array+=("Shellcode")
- git_array+=("https://github.com/offensive-security/exploitdb.git;)
- package_array+=("exploitdb")
-@@ -20,7 +20,7 @@ package_array+=("exploitdb")
- 
- ##-- Papers
- files_array+=("files_papers.csv")
--path_array+=("/opt/exploitdb-papers")
-+path_array+=("/usr/share/exploitdb-papers")
- name_array+=("Paper")
- git_array+=("https://github.com/offensive-security/exploitdb-papers.git;)
- package_array+=("exploitdb-papers")

Copied: exploitdb/repos/community-any/rcfile.diff (from rev 416437, 

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

2018-12-15 Thread Eli Schwartz via arch-commits
Date: Sunday, December 16, 2018 @ 05:06:38
  Author: eschwartz
Revision: 416435

upgpkg: firefox-extension-privacybadger 2018.12.5-1

upstream release

Modified:
  firefox-extension-privacybadger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-16 05:01:07 UTC (rev 416434)
+++ PKGBUILD2018-12-16 05:06:38 UTC (rev 416435)
@@ -3,7 +3,7 @@
 
 _pkgname=privacybadger
 pkgname=firefox-extension-${_pkgname}
-pkgver=2018.10.3.1
+pkgver=2018.12.5
 pkgrel=1
 pkgdesc="Block third party tracking in your browser"
 arch=('any')
@@ -14,7 +14,7 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('b07cc9fdb919a5754a3474722bba6fb872d7825bd9b4b025475fcd639c285af0'
+sha256sums=('068bc2b8d11729fb5861886c9936908d561b37074a087e6d02a62a867a93b3fa'
 'SKIP')
 validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

 


[arch-commits] Commit in firefox-extension-privacybadger/repos/community-any (2 files)

2018-12-15 Thread Eli Schwartz via arch-commits
Date: Sunday, December 16, 2018 @ 05:06:56
  Author: eschwartz
Revision: 416436

archrelease: copy trunk to community-any

Added:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD
(from rev 416435, firefox-extension-privacybadger/trunk/PKGBUILD)
Deleted:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-16 05:06:38 UTC (rev 416435)
+++ PKGBUILD2018-12-16 05:06:56 UTC (rev 416436)
@@ -1,45 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=privacybadger
-pkgname=firefox-extension-${_pkgname}
-pkgver=2018.10.3.1
-pkgrel=1
-pkgdesc="Block third party tracking in your browser"
-arch=('any')
-url="https://www.eff.org/privacybadger;
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('b07cc9fdb919a5754a3474722bba6fb872d7825bd9b4b025475fcd639c285af0'
-'SKIP')
-validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  depends=("firefox")
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-privacybadger/repos/community-any/PKGBUILD (from rev 
416435, firefox-extension-privacybadger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-16 05:06:56 UTC (rev 416436)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=privacybadger
+pkgname=firefox-extension-${_pkgname}
+pkgver=2018.12.5
+pkgrel=1
+pkgdesc="Block third party tracking in your browser"
+arch=('any')
+url="https://www.eff.org/privacybadger;
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('068bc2b8d11729fb5861886c9936908d561b37074a087e6d02a62a867a93b3fa'
+'SKIP')
+validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2018-12-15 Thread Eli Schwartz via arch-commits
Date: Sunday, December 16, 2018 @ 05:01:07
  Author: eschwartz
Revision: 416434

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 416433, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-16 05:00:49 UTC (rev 416433)
+++ PKGBUILD2018-12-16 05:01:07 UTC (rev 416434)
@@ -1,26 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-
-pkgname=cinnamon-translations
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=('any')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL2')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('1c8d7bc4a184ce15c2c3e07f8ccf7e4645815f0b753fff64050abe2d18c026680a44f15209d9bb14ae1aeb2edae1e692209f34726126846ec26f602032753292')
-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make
-find usr -name '*bluetooth*' -delete
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-cp -r usr/ "${pkgdir}"
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 416433, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-16 05:01:07 UTC (rev 416434)
@@ -0,0 +1,26 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=('any')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL2')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('fd5b2d2231659ddcb6305588699e319a1718fd767cf28375d1635796171e9a3288b7c818170ba3ede2f9e7b2725728bc3626960b395a99e6b61cc5a9f7700938')
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make
+find usr -name '*bluetooth*' -delete
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+cp -r usr/ "${pkgdir}"
+}


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

2018-12-15 Thread Eli Schwartz via arch-commits
Date: Sunday, December 16, 2018 @ 05:00:49
  Author: eschwartz
Revision: 416433

upgpkg: cinnamon-translations 4.0.2-1

upstream release

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-16 04:43:15 UTC (rev 416432)
+++ PKGBUILD2018-12-16 05:00:49 UTC (rev 416433)
@@ -2,7 +2,7 @@
 # Contributor: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('1c8d7bc4a184ce15c2c3e07f8ccf7e4645815f0b753fff64050abe2d18c026680a44f15209d9bb14ae1aeb2edae1e692209f34726126846ec26f602032753292')
+sha512sums=('fd5b2d2231659ddcb6305588699e319a1718fd767cf28375d1635796171e9a3288b7c818170ba3ede2f9e7b2725728bc3626960b395a99e6b61cc5a9f7700938')
 
 build() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-12-15 Thread Andrew Crerar via arch-commits
Date: Sunday, December 16, 2018 @ 04:43:15
  Author: andrewsc
Revision: 416432

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 416431, 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
===
--- PKGBUILD2018-12-16 04:42:48 UTC (rev 416431)
+++ PKGBUILD2018-12-16 04:43:15 UTC (rev 416432)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=65.0b3
-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=('d40232edb8ece4d7677c12bbd730e4930ebb08661b8cfdb5112c0007b745b5d22f9f37753288c245b7a260d8152c009b2dfa313636ed384c540ac446d445024e'
-
'ac13e55c417a2e86db3d142bd5b6f480c028312ac4b92e232c00d10df7d8be20d0b2f044cd781647f053d3c81b2e5ca702b8e351996a9911e88e123ab5c506ec'
-
'8e2aa8a7083ba8c73939c2d024ef25e3a73c6ebeb474a166c0c79038a9db94dca402f996f8ae5fb92869c13e1923b532e0355b03cfe968b9261df8bf95e05c10'
-
'ef2d00b05903630878283730c6d85279e978984645013a2ba774615942fcf7fb2bc86a4432c1de791101fdbcdc3c499a2eacaa8890571e48aa47712bfc9b740f'
-
'8890015f8196c7c2509fe639aa13a90af356c3bd7d40d1e4a287cfe6d65dae70cc4360143f2be9b8fa233593050c12a6b304507820bdf1f216b0fa2a6cbd83b2'
-
'3e4ca74bf3dac26863dfdfe60964778cdb78e69f67db77b1b992f6963d1d399698a7361c75b895a0e8d3070e98c5296a7a87e9541275a1ffd1978cb6304e3e3d'
-

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

2018-12-15 Thread Andrew Crerar via arch-commits
Date: Sunday, December 16, 2018 @ 04:42:48
  Author: andrewsc
Revision: 416431

upgpkg: firefox-developer-edition-i18n 65.0b4-1

firefox-developer-edition-i18n: Updating to 65.0b4

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-16 04:36:45 UTC (rev 416430)
+++ PKGBUILD2018-12-16 04:42:48 UTC (rev 416431)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=65.0b3
+pkgver=65.0b4
 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=('d40232edb8ece4d7677c12bbd730e4930ebb08661b8cfdb5112c0007b745b5d22f9f37753288c245b7a260d8152c009b2dfa313636ed384c540ac446d445024e'
-
'ac13e55c417a2e86db3d142bd5b6f480c028312ac4b92e232c00d10df7d8be20d0b2f044cd781647f053d3c81b2e5ca702b8e351996a9911e88e123ab5c506ec'
-
'8e2aa8a7083ba8c73939c2d024ef25e3a73c6ebeb474a166c0c79038a9db94dca402f996f8ae5fb92869c13e1923b532e0355b03cfe968b9261df8bf95e05c10'
-
'ef2d00b05903630878283730c6d85279e978984645013a2ba774615942fcf7fb2bc86a4432c1de791101fdbcdc3c499a2eacaa8890571e48aa47712bfc9b740f'
-
'8890015f8196c7c2509fe639aa13a90af356c3bd7d40d1e4a287cfe6d65dae70cc4360143f2be9b8fa233593050c12a6b304507820bdf1f216b0fa2a6cbd83b2'
-
'3e4ca74bf3dac26863dfdfe60964778cdb78e69f67db77b1b992f6963d1d399698a7361c75b895a0e8d3070e98c5296a7a87e9541275a1ffd1978cb6304e3e3d'
-
'13fd482c1bc9d3b16b3a47753d48de827554ee16e437cab62fcf94250adfbf722127493d96bb949ea8c225707ca8b0ea9e30bd2aea5c0a9ecba62edf15bedc65'
-
'c19d27172e4aac80164cc4dc538361d5a435d81fb798a1281291eec426594d52a0c6ed1e123d94768396f0a44fdf3a76a4564a2659a484fe2a2abe6215d92830'
-
'4d6e8f88df933f2aa3e1fe87910f1a6b59794bf9bf4a03fa187a52b7a0a241ffbfa4e5d9cefcc10148d7fe48d88875679ae328cb941c6d07ff1dc290f2d2644d'
-
'f2411426decbeabb16a2f9d8c60ce4d7774e6bd281ebb0629d9381c0227fd199841444f923727ff34e3987cb36c5ca1791906682352cbdb6049cd16a9eca92db'
-
'6ee8c7d7b21b72d6045a125c2e20ed6eeb7017972174cb9f41876cc115fe32e4a33eae118de1eb4bd5de8277888a0c7c71c6c02b3f2a634febca224d59197000'
-
'881a29caeb04ab4442e61f22d12e259d201b89d19cff6a78ab6230527e50f9f4fe9bdcc93dda70f9650ebfffde96619073f7db0fdb4965052ae5cbdbc2990641'
-
'98a759530dbc66e966698e42ed415884cdb894fd0966bd8b9f5e035491e76e8476920c5377809e78435ffd87d56448825b22be3ef26b7ad2f56849571e4fa214'
-
'3034ba046206af51781012c5c6a57509cb618ea4e57844d140ff81e22dad91315bfe5027f02fa42850b43a673db91a17a1d42b7dff78900fea551181a28f7e3b'
-
'0d94e3b685cfe19943fc5ccd7743043b928904306852e5303b1058f0b4cecbfec99b9c883e40d934db78515260edc879fbda6dd038eb37e797e0321a8919787c'
-
'ce7cfb25cd778cec777387fddaa15f18606c9505432958d7ec846adf879915eae29e6e906ec38648ab9659414da426a0820bbca0a12ad429a7c04ed08c994acc'
-
'357c14691c7a3a47f60bed25bfada87d24cbde25a88a30b59c6138f2d9c3d5cf655954c57ba5d86d24793befbb22d3f165dd62c275998e7fb9650614a3c2d9a1'
-
'b3249de96be9f8ad884794412a6f14c09672d996be08f72dba85940bd6cc44310d140c1fd60dd580729fbb9f8b4196b698cb88e266fb763c50fcdf5220d59e43'
-
'e8e06c1e32a7efbc918001eab6fd83047c4fe3ac75dbda3b4312be8742ee016a47c4a572101fe0452f6cb5952b1705836f10826b4d1e0884f572fb80a71be93f'
-
'86c828a4d856a64dc71a36eb808dfaa2b5fbcac8e08122dc27394631268ca08f35578afe0776a414488e8ef95531b4b1462452f26c064170171d1742c308f200'
-
'5ea4a3bfb0a87c0aa39000e9e4234b265ad2e6dee9fd30e2670e20ed5146cbb8f9ef65f2202b0a440c15b9b42565169afac1f0e1bebc7eb9299a1138fea2d811'
-
'9ded275d6e8974917ef61d5b4d001e1717623a51fa23377b2d04637736d89529fb6176e2e832100a7322f07fd1d29584eef9421f5bce6f1b0108ea70179ec792'
-
'623057453d88cf8734b3f1d11b9fbea457fcc911ea7b1e4e758bb897592298f239214a27555c5c0a2e3d815feca604aa6c8f3f90ff8da2d5ebbf396ecccbb3d5'
-
'd46dab8d5c97d27f124572a944db8d63f235965225227500c9e2b26a65375f634a3aaada2a1b81980fbd1b96ef34b66c6e23c6dbd40960bbcb7f01f08a38cc9c'
-
'208acc7381903d63bbf5b15cd3a6c6c9f465343cae66a268e77cc79e98e9dacac7c8948f7e259a7b68bd3906ac50cff6a45ae7a184259ad55c08b5e6dad28ddc'
-
'0344918c92bb6204ca42f82ce2957507eeb918847f07fca6f2862269d9b73a9a9cdee19b2fcc6a13a2faa76695a05620fcec2323a0c245998252c1670e931e17'
-
'45bb3139e2ce0909b0c9367456df168731514e3df789ea72fa26dd0f688421884200ef3f27c67c2cff79a98010b0dd3f902828eea27ec4c8944269ac9b031f86'
-
'543be13609430885b14a68400da88578f3e361ea2d2e79a8fd6800cbfa40208de476c92862c7b0daa35d1ae8650daafd70693d067b537d2f4193407f3992f95d'
-

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

2018-12-15 Thread Andrew Crerar via arch-commits
Date: Sunday, December 16, 2018 @ 04:36:45
  Author: andrewsc
Revision: 416430

archrelease: copy trunk to community-x86_64

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-16 04:36:21 UTC (rev 416429)
+++ PKGBUILD2018-12-16 04:36:45 UTC (rev 416430)
@@ -1,173 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=65.0b3
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export 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_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options 

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

2018-12-15 Thread Andrew Crerar via arch-commits
Date: Sunday, December 16, 2018 @ 04:36:21
  Author: andrewsc
Revision: 416429

upgpkg: firefox-developer-edition 65.0b4-1

firefox-developer-edition: Updating to 65.0b4 and adding nasm as a makedep

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-16 04:32:51 UTC (rev 416428)
+++ PKGBUILD2018-12-16 04:36:21 UTC (rev 416429)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=65.0b3
+pkgver=65.0b4
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
  'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen')
+ 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
 'pulseaudio: Audio support'
@@ -115,16 +115,17 @@
 
   _vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
   install -Dm644 /dev/stdin "$_vendorjs" << END
-// Use LANG environment variable to choose locale
+
+// Use LANG environment variable to choose locale.
 pref("intl.locale.requested", "");
 
-// Use system-provided dictionaries
+// Use system-provided dictionaries.
 pref("spellchecker.dictionary_path", "/usr/share/hunspell");
 
-// Disable default browser checking
+// Disable default browser checking.
 pref("browser.shell.checkDefaultBrowser", false);
 
-// Don't disable our bundled extensions in the application directory
+// Don't disable our bundled extensions in the application directory.
 pref("extensions.autoDisableScopes", 11);
 pref("extensions.shownSelectionUI", true);
 END


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

2018-12-15 Thread Eli Schwartz via arch-commits
Date: Sunday, December 16, 2018 @ 04:32:51
  Author: eschwartz
Revision: 416428

archrelease: copy trunk to community-x86_64

Added:
  nemo/repos/community-x86_64/PKGBUILD
(from rev 416427, nemo/trunk/PKGBUILD)
Deleted:
  nemo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-16 04:32:33 UTC (rev 416427)
+++ PKGBUILD2018-12-16 04:32:51 UTC (rev 416428)
@@ -1,41 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('cinnamon-desktop' 'dconf' 'gvfs' 'exempi' 'libexif' 'libnotify' 
'libxml2' 'python' 'xapps')
-optdepends=('cinnamon-translations: i18n'
-'ffmpegthumbnailer: support for video thumbnails')
-makedepends=('meson' 'gobject-introspection' 'intltool')
-source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('8969f53c2714625fdcf6de8140cd062b0f196c64d69f9eea18088ef10a1e3e7ba466af7894b5e32e33db109eacad9e6b58e39e88763490621d8dff7360e63348')
-
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-# Rename 'Files' app name to avoid having the same as nautilus
-sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
-}
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib/${pkgname} \
-  --buildtype=plain \
-  ..
-ninja
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-}

Copied: nemo/repos/community-x86_64/PKGBUILD (from rev 416427, 
nemo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-16 04:32:51 UTC (rev 416428)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=4.0.6
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('cinnamon-desktop' 'dconf' 'gvfs' 'exempi' 'libexif' 'libnotify' 
'libxml2' 'python' 'xapps')
+optdepends=('cinnamon-translations: i18n'
+'ffmpegthumbnailer: support for video thumbnails')
+makedepends=('meson' 'gobject-introspection' 'intltool')
+source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('87006f345317b37093daed1081880a4c28eb84438b9c43f9b62211824306074969e5e21df57cfc5fa163d66d16bcf7ba6c26674e27353cfd8a91cf2bfe82099f')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+# Rename 'Files' app name to avoid having the same as nautilus
+sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
+}
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib/${pkgname} \
+  --buildtype=plain \
+  ..
+ninja
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+}


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

2018-12-15 Thread Eli Schwartz via arch-commits
Date: Sunday, December 16, 2018 @ 04:32:33
  Author: eschwartz
Revision: 416427

upgpkg: nemo 4.0.6-1

upstream release

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-16 03:50:52 UTC (rev 416426)
+++ PKGBUILD2018-12-16 04:32:33 UTC (rev 416427)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=4.0.5
+pkgver=4.0.6
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 'ffmpegthumbnailer: support for video thumbnails')
 makedepends=('meson' 'gobject-introspection' 'intltool')
 source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('8969f53c2714625fdcf6de8140cd062b0f196c64d69f9eea18088ef10a1e3e7ba466af7894b5e32e33db109eacad9e6b58e39e88763490621d8dff7360e63348')
+sha512sums=('87006f345317b37093daed1081880a4c28eb84438b9c43f9b62211824306074969e5e21df57cfc5fa163d66d16bcf7ba6c26674e27353cfd8a91cf2bfe82099f')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-12-15 Thread Balló György via arch-commits
Date: Sunday, December 16, 2018 @ 03:50:52
  Author: bgyorgy
Revision: 416426

Fix GPL version

Modified:
  gcolor3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-16 03:41:46 UTC (rev 416425)
+++ PKGBUILD2018-12-16 03:50:52 UTC (rev 416426)
@@ -6,7 +6,7 @@
 pkgdesc="Simple color chooser written in GTK3"
 arch=(x86_64)
 url="https://www.hjdskes.nl/projects/gcolor3/;
-license=(GPL3)
+license=(GPL2)
 depends=(gtk3)
 makedepends=(git meson)
 _commit=17dca0125fc3c931418d8723b684332d35bd5715  # tags/v2.3.1^0


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

2018-12-15 Thread Eli Schwartz via arch-commits
Date: Sunday, December 16, 2018 @ 03:41:46
  Author: eschwartz
Revision: 416425

archrelease: copy trunk to community-x86_64

Added:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
(from rev 416424, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 416424, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 416424, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 416424, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch |   38 ++
 PKGBUILD|  169 
+-
 default-theme.patch |   50 +-
 set_wheel.patch |  110 +++---
 4 files changed, 203 insertions(+), 164 deletions(-)

Copied: 
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
 (from rev 416424, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
(rev 0)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2018-12-16 03:41:46 UTC (rev 416425)
@@ -0,0 +1,38 @@
+From ad1e03d6b652b4c7ce0bd9469087b40989824f5c Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Tue, 20 Mar 2018 14:11:02 -0400
+Subject: [PATCH] cinnamon-settings: don't rely on the presence of
+ cinnamon-control-center
+
+The existence of the cinnamon-control-center binary does not even tell
+us what control center libraries are available. So instead, do the same
+thing we did for cinnamon-settings modules, and check if the library
+exists.
+---
+ files/usr/bin/cinnamon-settings | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
+index fcd1fee9e..e20ba0b78 100755
+--- a/files/usr/bin/cinnamon-settings
 b/files/usr/bin/cinnamon-settings
+@@ -7,6 +7,7 @@ Usage:  cinnamon-settings [optional module name]
+ 
+ import os
+ import sys
++import sysconfig
+ 
+ if len(sys.argv) > 1:
+ module = sys.argv[1]
+@@ -14,7 +15,7 @@ if len(sys.argv) > 1:
+ os.execvp("/usr/share/cinnamon/cinnamon-settings/xlet-settings.py", 
(" ", module[0:-1]) + tuple(sys.argv[2:]))
+ elif 
os.path.exists("/usr/share/cinnamon/cinnamon-settings/modules/cs_%s.py" % 
module):
+ 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
+-elif os.path.exists("/usr/bin/cinnamon-control-center"):
++elif os.path.exists(os.path.join(sysconfig.get_config_var("LIBDIR"), 
"cinnamon-control-center-1/panels/lib%s.so" % module)):
+ 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
+ elif os.path.exists("/usr/bin/gnome-control-center"):
+ print ("Unknown module %s, calling gnome-control-center" % module)
+-- 
+2.20.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-16 03:41:23 UTC (rev 416424)
+++ PKGBUILD2018-12-16 03:41:46 UTC (rev 416425)
@@ -1,84 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=4.0.6
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 
'gnome-backgrounds'
- 'gnome-themes-extra' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-

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

2018-12-15 Thread Eli Schwartz via arch-commits
Date: Sunday, December 16, 2018 @ 03:41:23
  Author: eschwartz
Revision: 416424

upgpkg: cinnamon 4.0.7-1

upstream release

Added:
  cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
Modified:
  cinnamon/trunk/PKGBUILD

-+
 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch |   38 
++
 PKGBUILD|   11 +-
 2 files changed, 44 insertions(+), 5 deletions(-)

Added: 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
(rev 0)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2018-12-16 03:41:23 UTC (rev 416424)
@@ -0,0 +1,38 @@
+From ad1e03d6b652b4c7ce0bd9469087b40989824f5c Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Tue, 20 Mar 2018 14:11:02 -0400
+Subject: [PATCH] cinnamon-settings: don't rely on the presence of
+ cinnamon-control-center
+
+The existence of the cinnamon-control-center binary does not even tell
+us what control center libraries are available. So instead, do the same
+thing we did for cinnamon-settings modules, and check if the library
+exists.
+---
+ files/usr/bin/cinnamon-settings | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
+index fcd1fee9e..e20ba0b78 100755
+--- a/files/usr/bin/cinnamon-settings
 b/files/usr/bin/cinnamon-settings
+@@ -7,6 +7,7 @@ Usage:  cinnamon-settings [optional module name]
+ 
+ import os
+ import sys
++import sysconfig
+ 
+ if len(sys.argv) > 1:
+ module = sys.argv[1]
+@@ -14,7 +15,7 @@ if len(sys.argv) > 1:
+ os.execvp("/usr/share/cinnamon/cinnamon-settings/xlet-settings.py", 
(" ", module[0:-1]) + tuple(sys.argv[2:]))
+ elif 
os.path.exists("/usr/share/cinnamon/cinnamon-settings/modules/cs_%s.py" % 
module):
+ 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
+-elif os.path.exists("/usr/bin/cinnamon-control-center"):
++elif os.path.exists(os.path.join(sysconfig.get_config_var("LIBDIR"), 
"cinnamon-control-center-1/panels/lib%s.so" % module)):
+ 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
+ elif os.path.exists("/usr/bin/gnome-control-center"):
+ print ("Unknown module %s, calling gnome-control-center" % module)
+-- 
+2.20.0
+

Modified: PKGBUILD
===
--- PKGBUILD2018-12-16 03:40:24 UTC (rev 416423)
+++ PKGBUILD2018-12-16 03:41:23 UTC (rev 416424)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=4.0.6
+pkgver=4.0.7
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('x86_64')
@@ -24,11 +24,11 @@
 makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
+"0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch"
 "set_wheel.patch"
 "default-theme.patch")
-sha512sums=('e4e6fea1d4ca10e6838af364f2239b691efa94c71959970be8d00c47066fc8891dd11babd0954e0700e7b88a2253460862316be47923895cbb52a4e860b618af'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
+sha512sums=('0dd789ddea530feac09906599e2d501403a76a90074381c9878067eb3e212fd94c575799c362c0e3b9ee0d22decf258abcb5aa53e774180d221498f49a79cca7'
+
'eb418d545826b27f6a6b9eb8795fb042f9f2d7952ae19893dda30ce378eb5312bee08e569252672de875dcab848343dee816fad60bcb292f39c7246d9f0e4602'
 
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
 
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
 
@@ -36,7 +36,8 @@
 cd "${srcdir}"/Cinnamon-${pkgver}
 
 # Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
+# https://github.com/linuxmint/Cinnamon/pull/7382
+patch -p1 -i 
../0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
 
 # Use wheel group instread of sudo (taken from Fedora)
 patch -Np1 -i ../set_wheel.patch


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

2018-12-15 Thread Balló György via arch-commits
Date: Sunday, December 16, 2018 @ 03:39:23
  Author: bgyorgy
Revision: 416422

Move gcolor3 from AUR with 24 votes

Added:
  gcolor3/
  gcolor3/trunk/
  gcolor3/trunk/PKGBUILD

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

Added: gcolor3/trunk/PKGBUILD
===
--- gcolor3/trunk/PKGBUILD  (rev 0)
+++ gcolor3/trunk/PKGBUILD  2018-12-16 03:39:23 UTC (rev 416422)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+
+pkgname=gcolor3
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="Simple color chooser written in GTK3"
+arch=(x86_64)
+url="https://www.hjdskes.nl/projects/gcolor3/;
+license=(GPL3)
+depends=(gtk3)
+makedepends=(git meson)
+_commit=17dca0125fc3c931418d8723b684332d35bd5715  # tags/v2.3.1^0
+source=("git+https://gitlab.gnome.org/World/gcolor3.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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


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

2018-12-15 Thread Balló György via arch-commits
Date: Sunday, December 16, 2018 @ 03:40:24
  Author: bgyorgy
Revision: 416423

archrelease: copy trunk to community-x86_64

Added:
  gcolor3/repos/
  gcolor3/repos/community-x86_64/
  gcolor3/repos/community-x86_64/PKGBUILD
(from rev 416422, gcolor3/trunk/PKGBUILD)

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

Copied: gcolor3/repos/community-x86_64/PKGBUILD (from rev 416422, 
gcolor3/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-12-16 03:40:24 UTC (rev 416423)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+
+pkgname=gcolor3
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="Simple color chooser written in GTK3"
+arch=(x86_64)
+url="https://www.hjdskes.nl/projects/gcolor3/;
+license=(GPL3)
+depends=(gtk3)
+makedepends=(git meson)
+_commit=17dca0125fc3c931418d8723b684332d35bd5715  # tags/v2.3.1^0
+source=("git+https://gitlab.gnome.org/World/gcolor3.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 22:51:06
  Author: felixonmars
Revision: 416421

archrelease: copy trunk to community-x86_64

Added:
  rust-bindgen/repos/community-x86_64/PKGBUILD
(from rev 416420, rust-bindgen/trunk/PKGBUILD)
Deleted:
  rust-bindgen/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 22:50:32 UTC (rev 416420)
+++ PKGBUILD2018-12-15 22:51:06 UTC (rev 416421)
@@ -1,25 +0,0 @@
-# Maintainer : Felix Yan 
-
-pkgname=rust-bindgen
-pkgver=0.44.0
-pkgrel=1
-pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) 
libraries'
-url='https://github.com/rust-lang/rust-bindgen'
-depends=('gcc-libs')
-makedepends=('rust')
-arch=('x86_64')
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz;)
-sha512sums=('9d28ce5c9faeb8c3b4936161ce2e636cf8eb9f1becf707971f4b1daa24e52ed209f099c049c7bcf5aaf5de4a0ef9458192f9da0b0431e884cfacf19dcf3eba3c')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 target/release/bindgen "$pkgdir"/usr/bin/bindgen
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: rust-bindgen/repos/community-x86_64/PKGBUILD (from rev 416420, 
rust-bindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 22:51:06 UTC (rev 416421)
@@ -0,0 +1,25 @@
+# Maintainer : Felix Yan 
+
+pkgname=rust-bindgen
+pkgver=0.45.0
+pkgrel=1
+pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) 
libraries'
+url='https://github.com/rust-lang/rust-bindgen'
+depends=('gcc-libs')
+makedepends=('rust')
+arch=('x86_64')
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz;)
+sha512sums=('a4d7eb590933a092e99ec743367242e8a7014d92547e481b6f195f1cb8ed6ed31c9c75774f98040e47baca105cabf32517284e0cc1957b7fbdc9d7eaa4d95139')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 target/release/bindgen "$pkgdir"/usr/bin/bindgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 22:50:32
  Author: felixonmars
Revision: 416420

upgpkg: rust-bindgen 0.45.0-1

Modified:
  rust-bindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 22:18:45 UTC (rev 416419)
+++ PKGBUILD2018-12-15 22:50:32 UTC (rev 416420)
@@ -1,7 +1,7 @@
 # Maintainer : Felix Yan 
 
 pkgname=rust-bindgen
-pkgver=0.44.0
+pkgver=0.45.0
 pkgrel=1
 pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) 
libraries'
 url='https://github.com/rust-lang/rust-bindgen'
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('BSD')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz;)
-sha512sums=('9d28ce5c9faeb8c3b4936161ce2e636cf8eb9f1becf707971f4b1daa24e52ed209f099c049c7bcf5aaf5de4a0ef9458192f9da0b0431e884cfacf19dcf3eba3c')
+sha512sums=('a4d7eb590933a092e99ec743367242e8a7014d92547e481b6f195f1cb8ed6ed31c9c75774f98040e47baca105cabf32517284e0cc1957b7fbdc9d7eaa4d95139')
 
 build() {
   cd $pkgname-$pkgver


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

2018-12-15 Thread Christian Hesse via arch-commits
Date: Saturday, December 15, 2018 @ 22:49:55
  Author: eworm
Revision: 342391

archrelease: copy trunk to testing-x86_64

Added:
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 342390, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 342390, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 342390, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git-sysusers.conf
(from rev 342390, git/trunk/git-sysusers.conf)
  git/repos/testing-x86_64/git.install
(from rev 342390, git/trunk/git.install)

-+
 PKGBUILD|  139 ++
 git-daemon.socket   |9 +++
 git-daemon@.service |   14 +
 git-sysusers.conf   |1 
 git.install |   14 +
 5 files changed, 177 insertions(+)

Copied: git/repos/testing-x86_64/PKGBUILD (from rev 342390, git/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-15 22:49:55 UTC (rev 342391)
@@ -0,0 +1,139 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.20.1
+pkgrel=1
+pkgdesc='the fast distributed version control system'
+arch=(x86_64)
+url='https://git-scm.com/'
+license=('GPL2')
+depends=('curl' 'expat' 'perl' 'perl-error' 'perl-mailtools'
+ 'openssl' 'pcre2' 'grep' 'shadow')
+makedepends=('python2' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn and interactive.singlekey setting'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
+'python2: various helper scripts'
+'subversion: git svn'
+'gnome-keyring: GNOME keyring credential helper'
+'libsecret: libsecret credential helper')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
+'git-daemon@.service'
+'git-daemon.socket'
+'git-sysusers.conf')
+sha256sums=('9d2e91e2faa2ea61ba0a70201d023b36f54d846314591a002c610ea2ab81c3e9'
+'SKIP'
+'14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
+'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'
+'7630e8245526ad80f703fac9900a1328588c503ce32b37b9f8811674fcda4a45')
+
+_make_paths=(
+  prefix='/usr'
+  gitexecdir='/usr/lib/git-core'
+  perllibdir="$(/usr/bin/perl -MConfig -wle 'print $Config{installvendorlib}')"
+)
+
+_make_options=(
+  CFLAGS="$CFLAGS"
+  LDFLAGS="$LDFLAGS"
+  USE_LIBPCRE2=1
+  NO_CROSS_DIRECTORY_HARDLINKS=1
+  NO_PERL_CPAN_FALLBACKS=1
+  MAN_BOLD_LITERAL=1
+)
+
+build() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+all man
+
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree "${_make_paths[@]}" all man
+  make -C contrib/mw-to-git "${_make_paths[@]}" all
+  make -C contrib/diff-highlight "${_make_paths[@]}"
+}
+
+check() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+DESTDIR="$pkgdir" \
+install install-man
+
+  # bash completion
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  install -m 0644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
+  # fancy git prompt
+  mkdir -p "$pkgdir"/usr/share/git/
+  install -m 0644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
+  # gnome credentials helper (deprecated, but we will keep it as long there is 
no extra cost)
+  # 

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

2018-12-15 Thread Christian Hesse via arch-commits
Date: Saturday, December 15, 2018 @ 22:49:47
  Author: eworm
Revision: 342390

upgpkg: git 2.20.1-1

new upstream release

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 09:39:52 UTC (rev 342389)
+++ PKGBUILD2018-12-15 22:49:47 UTC (rev 342390)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.20.0
+pkgver=2.20.1
 pkgrel=1
 pkgdesc='the fast distributed version control system'
 arch=(x86_64)
@@ -31,7 +31,7 @@
 'git-daemon@.service'
 'git-daemon.socket'
 'git-sysusers.conf')
-sha256sums=('bc94735073e14b138a1290cc99af3c379d544f514c43f8ebde988fc50d0ad81f'
+sha256sums=('9d2e91e2faa2ea61ba0a70201d023b36f54d846314591a002c610ea2ab81c3e9'
 'SKIP'
 '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'


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

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 22:18:45
  Author: jelle
Revision: 416419

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   86 +++---
 mosquitto.service   |   30 +---
 sysusers_mosquitto.conf |2 -
 3 files changed, 62 insertions(+), 56 deletions(-)

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

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

Deleted: mosquitto.service
===
--- mosquitto.service   2018-12-15 22:18:32 UTC (rev 416418)
+++ mosquitto.service   2018-12-15 22:18:45 UTC (rev 416419)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Mosquitto MQTT Broker daemon
-Requires=network.target
-
-[Service]
-ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
-

Copied: mosquitto/repos/community-x86_64/mosquitto.service (from rev 416418, 
mosquitto/trunk/mosquitto.service)

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

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 22:18:32
  Author: jelle
Revision: 416418

upgpkg: mosquitto 1.5.5-1

Harden systemd service and update to latest release

Modified:
  mosquitto/trunk/PKGBUILD
  mosquitto/trunk/mosquitto.service

---+
 PKGBUILD  |6 +++---
 mosquitto.service |8 +++-
 2 files changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 21:40:52 UTC (rev 416417)
+++ PKGBUILD2018-12-15 22:18:32 UTC (rev 416418)
@@ -3,7 +3,7 @@
 # Contributor: Dan Anderson 
 
 pkgname=mosquitto
-pkgver=1.5.4
+pkgver=1.5.5
 pkgrel=1
 pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
 arch=('x86_64')
@@ -15,9 +15,9 @@
 "$pkgname.service"
 "sysusers_mosquitto.conf")
 backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('5fd7f3454fd6d286645d032bc07f44a1c8583cec02ef2422c9eb32e0a89a9b2f'
+sha256sums=('fcdb47e340864c545146681af7253399cc292e41775afd76400fda5b0d23d668'
 'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'539b6aa2f88bba25fead1a5cbb285f18470c244391c0dfcac8d3f59e99a0652d'
 '7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
 validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
 

Modified: mosquitto.service
===
--- mosquitto.service   2018-12-15 21:40:52 UTC (rev 416417)
+++ mosquitto.service   2018-12-15 22:18:32 UTC (rev 416418)
@@ -3,10 +3,16 @@
 Requires=network.target
 
 [Service]
+User=mosquitto
 ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
 ExecReload=/bin/kill -HUP $MAINPID
 Restart=on-failure
 
+NoNewPrivileges=yes
+ProtectSystem=full
+ProtectHome=true
+PrivateTmp=true
+PrivateDevices=true
+
 [Install]
 WantedBy=multi-user.target
-


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

2018-12-15 Thread Sébastien Luttringer via arch-commits
Date: Saturday, December 15, 2018 @ 21:40:52
  Author: seblu
Revision: 416417

archrelease: copy trunk to community-testing-x86_64

Added:
  grafana/repos/community-testing-x86_64/
  grafana/repos/community-testing-x86_64/PKGBUILD
(from rev 416416, grafana/trunk/PKGBUILD)
  grafana/repos/community-testing-x86_64/grafana.install
(from rev 416416, grafana/trunk/grafana.install)
  grafana/repos/community-testing-x86_64/grafana.service
(from rev 416416, grafana/trunk/grafana.service)
  grafana/repos/community-testing-x86_64/grafana.sysusers
(from rev 416416, grafana/trunk/grafana.sysusers)
  grafana/repos/community-testing-x86_64/grafana.tmpfiles
(from rev 416416, grafana/trunk/grafana.tmpfiles)

--+
 PKGBUILD |   75 +
 grafana.install  |   22 +++
 grafana.service  |   23 
 grafana.sysusers |1 
 grafana.tmpfiles |3 ++
 5 files changed, 124 insertions(+)

Copied: grafana/repos/community-testing-x86_64/PKGBUILD (from rev 416416, 
grafana/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-12-15 21:40:52 UTC (rev 416417)
@@ -0,0 +1,75 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Carsten Feuls 
+# Contributor: Gilles Hamel 
+
+pkgname=grafana
+pkgver=5.4.2
+pkgrel=2
+pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
+url='http://grafana.org'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
+makedepends=('git' 'go' 'npm' 'grunt-cli' 'python2')
+backup=("etc/grafana.ini")
+source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
+"grafana.service"
+"grafana.sysusers"
+"grafana.tmpfiles"
+   )
+install=$pkgname.install
+md5sums=('SKIP'
+ '91de91702c9982073fe626d00c0e0f44'
+ 'e991d8cdf91c1e25652cdbc51fc726c5'
+ 'b9b576d1959fc063b3399892e201488c')
+
+prepare() {
+  cd $pkgname
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  msg2 'GOPATH setup'
+  export GOPATH="$srcdir/gopath"
+  export PATH+=":$GOPATH/bin"
+  mkdir -p "$GOPATH/src/github.com/grafana/"
+  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
+  cd "$GOPATH/src/github.com/grafana/grafana"
+
+  msg2 'building the backend'
+  go run build.go setup
+  go run build.go build
+
+  msg2 'building the frontend'
+  export NPM_CONFIG_PREFIX="$srcdir/npm"
+  export PATH+=":$NPM_CONFIG_PREFIX/bin"
+  npm install -g yarn
+  yarn install --pure-lockfile --no-progress
+  npm run build release
+}
+
+package() {
+  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
+  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
+  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
+  cd $pkgname
+  install -Dsm755 bin/linux-amd64/grafana-server 
"$pkgdir/usr/bin/grafana-server"
+  install -Dsm755 bin/linux-amd64/grafana-cli "$pkgdir/usr/bin/grafana-cli"
+  install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
+  install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
+  install -dm755 "$pkgdir/usr/share/grafana/"
+  for i in vendor public tools; do
+cp -r "$i" "$pkgdir/usr/share/grafana/$i"
+  done
+  ln -s ../../../var/lib/grafana "$pkgdir/usr/share/grafana/data"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: grafana/repos/community-testing-x86_64/grafana.install (from rev 
416416, grafana/trunk/grafana.install)
===
--- community-testing-x86_64/grafana.install(rev 0)
+++ community-testing-x86_64/grafana.install2018-12-15 21:40:52 UTC (rev 
416417)
@@ -0,0 +1,22 @@
+#/bin/sh
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp $2 2.6.0-3)" < 0 )); then
+echo '==> Configuration moved to /etc/grafana.ini'
+  fi
+  if (( "$(vercmp $2 4.4.3-1)" < 0 )); then
+echo '==> Grafana now uses static UID/GID 207'
+echo '==> Trying to update your previous UID/GID'
+if ! { usermod -u 207 grafana && groupmod -g 207 grafana &&
+  chown -R 207:207 /var/{lib,log}/grafana; }; then
+  echo '==> Automatic GID/UID change failed. Do it manually!'
+  echo '==> usermod -g 207 grafana && groupmod -u 207 grafana && chown -R 
207:207 /var/l{ib,og}/grafana'
+fi
+echo '==> Check the ownership of your files!'
+  fi
+  return 0
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 

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

2018-12-15 Thread Sébastien Luttringer via arch-commits
Date: Saturday, December 15, 2018 @ 21:40:37
  Author: seblu
Revision: 416416

upgpkg: grafana 5.4.2-2

- FS#61089

Modified:
  grafana/trunk/PKGBUILD
  grafana/trunk/grafana.service

-+
 PKGBUILD|4 ++--
 grafana.service |8 
 2 files changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 21:03:49 UTC (rev 416415)
+++ PKGBUILD2018-12-15 21:40:37 UTC (rev 416416)
@@ -4,7 +4,7 @@
 
 pkgname=grafana
 pkgver=5.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='http://grafana.org'
 arch=('x86_64')
@@ -19,7 +19,7 @@
)
 install=$pkgname.install
 md5sums=('SKIP'
- '2f1d73689923ecee92a102a65b91003a'
+ '91de91702c9982073fe626d00c0e0f44'
  'e991d8cdf91c1e25652cdbc51fc726c5'
  'b9b576d1959fc063b3399892e201488c')
 

Modified: grafana.service
===
--- grafana.service 2018-12-15 21:03:49 UTC (rev 416415)
+++ grafana.service 2018-12-15 21:40:37 UTC (rev 416416)
@@ -10,6 +10,14 @@
 LimitNOFILE=1
 TimeoutStopSec=20
 SuccessExitStatus=0 2
+NoNewPrivileges=yes
+ProtectSystem=strict
+ProtectHome=true
+PrivateTmp=true
+PrivateDevices=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectControlGroups=true
 
 [Install]
 WantedBy=multi-user.target


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

2018-12-15 Thread Antonio Rojas via arch-commits
Date: Saturday, December 15, 2018 @ 21:03:38
  Author: arojas
Revision: 416414

Cleanup

Modified:
  pdfarranger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:59:13 UTC (rev 416413)
+++ PKGBUILD2018-12-15 21:03:38 UTC (rev 416414)
@@ -21,15 +21,5 @@
 package () {
   cd $pkgname-$pkgver
   python setup.py install --root="$pkgdir"
-
-#rm -rf "$pkgdir/usr/share/pdfshuffler/icons"
-
-#install -Dm 644 "data/icons/scalable/apps/pdfarranger.svg" \
-#
"$pkgdir/usr/share/icons/hicolor/scalable/apps/pdfarranger.svg"
-
-#for _size in "16x16" "32x32" "48x48" "256x256" ; do
-#install -Dm 644 "data/icons/$_size/apps/pdfarranger.png" \
-#
"$pkgdir/usr/share/icons/hicolor/$_size/apps/pdfarranger.png"
-#done
 }
 


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

2018-12-15 Thread Antonio Rojas via arch-commits
Date: Saturday, December 15, 2018 @ 21:03:49
  Author: arojas
Revision: 416415

archrelease: copy trunk to community-any

Added:
  pdfarranger/repos/community-any/PKGBUILD
(from rev 416414, pdfarranger/trunk/PKGBUILD)
Deleted:
  pdfarranger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 21:03:38 UTC (rev 416414)
+++ PKGBUILD2018-12-15 21:03:49 UTC (rev 416415)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alois Nespor 
-
-pkgname=pdfarranger
-pkgver=1.1
-pkgrel=1
-pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
-arch=(any)
-url='https://github.com/jeromerobert/pdfarranger'
-license=('GPL3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
-depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript)
-makedepends=(python-distutils-extra python-setuptools)
-sha256sums=('0c9def3e8c36d344a1032c0c05bdf6c825262bf5fdba0ff96d2ef1895e6d065d')
-
-build () {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-
-#rm -rf "$pkgdir/usr/share/pdfshuffler/icons"
-
-#install -Dm 644 "data/icons/scalable/apps/pdfarranger.svg" \
-#
"$pkgdir/usr/share/icons/hicolor/scalable/apps/pdfarranger.svg"
-
-#for _size in "16x16" "32x32" "48x48" "256x256" ; do
-#install -Dm 644 "data/icons/$_size/apps/pdfarranger.png" \
-#
"$pkgdir/usr/share/icons/hicolor/$_size/apps/pdfarranger.png"
-#done
-}
-

Copied: pdfarranger/repos/community-any/PKGBUILD (from rev 416414, 
pdfarranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 21:03:49 UTC (rev 416415)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alois Nespor 
+
+pkgname=pdfarranger
+pkgver=1.1
+pkgrel=1
+pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
+arch=(any)
+url='https://github.com/jeromerobert/pdfarranger'
+license=('GPL3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
+depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript)
+makedepends=(python-distutils-extra python-setuptools)
+sha256sums=('0c9def3e8c36d344a1032c0c05bdf6c825262bf5fdba0ff96d2ef1895e6d065d')
+
+build () {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:59:04
  Author: maximbaz
Revision: 416412

espeak: use https sources

Modified:
  espeak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:58:10 UTC (rev 416411)
+++ PKGBUILD2018-12-15 20:59:04 UTC (rev 416412)
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('portaudio' 'libpulse')
 options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip;)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip;)
 sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
 
 build() {


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:59:13
  Author: maximbaz
Revision: 416413

archrelease: copy trunk to community-x86_64

Added:
  espeak/repos/community-x86_64/PKGBUILD
(from rev 416412, espeak/trunk/PKGBUILD)
Deleted:
  espeak/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:59:04 UTC (rev 416412)
+++ PKGBUILD2018-12-15 20:59:13 UTC (rev 416413)
@@ -1,33 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Christoph Siegenthaler 
-
-pkgname=espeak
-pkgver=1.48.04
-pkgrel=2
-epoch=1
-pkgdesc='Text to Speech engine for English, with support for other languages'
-arch=('x86_64')
-url='http://espeak.sourceforge.net/'
-license=('GPL')
-depends=('portaudio' 'libpulse')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip;)
-sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
-
-build() {
-  cd "$pkgname-$pkgver-source/src"
-
-  cp portaudio19.h portaudio.h
-  make CXXFLAGS="$CXXFLAGS -w -std=c++98" AUDIO=pulseaudio
-}
-
-package() {
-  cd "$pkgname-$pkgver-source/src"
-
-  make DESTDIR="$pkgdir" install
-  chmod 644 "$pkgdir/usr/lib/libespeak.a"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: espeak/repos/community-x86_64/PKGBUILD (from rev 416412, 
espeak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:59:13 UTC (rev 416413)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor: Alexander F Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Christoph Siegenthaler 
+
+pkgname=espeak
+pkgver=1.48.04
+pkgrel=2
+epoch=1
+pkgdesc='Text to Speech engine for English, with support for other languages'
+arch=('x86_64')
+url='http://espeak.sourceforge.net/'
+license=('GPL')
+depends=('portaudio' 'libpulse')
+options=('!emptydirs')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip;)
+sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659')
+
+build() {
+  cd "$pkgname-$pkgver-source/src"
+
+  cp portaudio19.h portaudio.h
+  make CXXFLAGS="$CXXFLAGS -w -std=c++98" AUDIO=pulseaudio
+}
+
+package() {
+  cd "$pkgname-$pkgver-source/src"
+
+  make DESTDIR="$pkgdir" install
+  chmod 644 "$pkgdir/usr/lib/libespeak.a"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-15 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 15, 2018 @ 20:58:10
  Author: spupykin
Revision: 416411

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:57:59 UTC (rev 416410)
+++ PKGBUILD2018-12-15 20:58:10 UTC (rev 416411)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=2.1.8
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://nextcloud.com/;
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('0e91d2f4f05816015f959aadac3a56ffd4967574c3ebc30891a4aa578bbac7cd')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 416410, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:58:10 UTC (rev 416411)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://nextcloud.com/;
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('faf0ec902e862d5c690b2e2858b695170f4fb8adaff70e476eb4e4ff66f14e39')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


[arch-commits] Commit in critter/repos/community-x86_64 (8 files)

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:57:59
  Author: maximbaz
Revision: 416410

archrelease: copy trunk to community-x86_64

Added:
  critter/repos/community-x86_64/PKGBUILD
(from rev 416408, critter/trunk/PKGBUILD)
  critter/repos/community-x86_64/criticalmass-1.0.2-libpng15.patch
(from rev 416408, critter/trunk/criticalmass-1.0.2-libpng15.patch)
  critter/repos/community-x86_64/critter-gcc43.patch
(from rev 416409, critter/trunk/critter-gcc43.patch)
  critter/repos/community-x86_64/critter.desktop
(from rev 416409, critter/trunk/critter.desktop)
Deleted:
  critter/repos/community-x86_64/PKGBUILD
  critter/repos/community-x86_64/criticalmass-1.0.2-libpng15.patch
  critter/repos/community-x86_64/critter-gcc43.patch
  critter/repos/community-x86_64/critter.desktop

---+
 PKGBUILD  |   93 
 criticalmass-1.0.2-libpng15.patch |   62 
 critter-gcc43.patch   |  138 ++--
 critter.desktop   |   18 ++--
 4 files changed, 155 insertions(+), 156 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:57:56 UTC (rev 416409)
+++ PKGBUILD2018-12-15 20:57:59 UTC (rev 416410)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Allan McRae 
-# Contributor: Daniel J Griffiths 
-
-pkgname=critter
-_origname=CriticalMass
-pkgver=1.0.2
-pkgrel=10
-pkgdesc="Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game"
-arch=('x86_64')
-url="http://sourceforge.net/projects/criticalmass;
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'libgl')
-makedepends=('mesa')
-source=(http://downloads.sourceforge.net/sourceforge/criticalmass/$_origname-${pkgver}.tar.bz2
-critter-gcc43.patch
-criticalmass-1.0.2-libpng15.patch
-critter.desktop)
-md5sums=('e2aff114bffa717fb79c82e1dc473ebe'
- 'e936920acce56bfa3b0123ca8b1193a6'
- '76448ba5b7a42aec8fd2a5d1bc31b8e2'
- '98c17809aed964c445adad09827035df')
-
-build() {
-  cd ${srcdir}/$_origname-${pkgver}
-
-  patch -Np1 -i ../critter-gcc43.patch
-  patch -Np0 -i ../criticalmass-1.0.2-libpng15.patch
-  sed -i 's|png12|png16|g' configure.in
-  sed -e '/CFLAGS=""/d' -e '/CXXFLAGS=""/d' -i configure.in
-  export CXXFLAGS+=' -std=gnu++98'
-  ./autogen.sh
-  
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$_origname-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 critter.png ${pkgdir}/usr/share/pixmaps/critter.png
-  install -Dm644 ../critter.desktop \
-${pkgdir}/usr/share/applications/critter.desktop
-}

Copied: critter/repos/community-x86_64/PKGBUILD (from rev 416408, 
critter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:57:59 UTC (rev 416410)
@@ -0,0 +1,46 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Allan McRae 
+# Contributor: Daniel J Griffiths 
+
+pkgname=critter
+_origname=CriticalMass
+pkgver=1.0.2
+pkgrel=10
+pkgdesc="Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game"
+arch=('x86_64')
+url="http://sourceforge.net/projects/criticalmass;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl')
+makedepends=('mesa')
+source=(https://downloads.sourceforge.net/sourceforge/criticalmass/$_origname-${pkgver}.tar.bz2
+critter-gcc43.patch
+criticalmass-1.0.2-libpng15.patch
+critter.desktop)
+md5sums=('e2aff114bffa717fb79c82e1dc473ebe'
+ 'e936920acce56bfa3b0123ca8b1193a6'
+ '76448ba5b7a42aec8fd2a5d1bc31b8e2'
+ '98c17809aed964c445adad09827035df')
+
+build() {
+  cd ${srcdir}/$_origname-${pkgver}
+
+  patch -Np1 -i ../critter-gcc43.patch
+  patch -Np0 -i ../criticalmass-1.0.2-libpng15.patch
+  sed -i 's|png12|png16|g' configure.in
+  sed -e '/CFLAGS=""/d' -e '/CXXFLAGS=""/d' -i configure.in
+  export CXXFLAGS+=' -std=gnu++98'
+  ./autogen.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$_origname-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 critter.png ${pkgdir}/usr/share/pixmaps/critter.png
+  install -Dm644 ../critter.desktop \
+${pkgdir}/usr/share/applications/critter.desktop
+}

Deleted: criticalmass-1.0.2-libpng15.patch
===
--- criticalmass-1.0.2-libpng15.patch   2018-12-15 20:57:56 UTC (rev 416409)
+++ criticalmass-1.0.2-libpng15.patch   2018-12-15 20:57:59 UTC (rev 416410)
@@ -1,31 +0,0 @@
 game/main.cpp
-+++ game/main.cpp
-@@ -28,6 +28,8 @@
- #include 
- #include 
- 
-+#include 
-+
- void migrateConfig( void)
- {
- //if onlineCheck is not set, default it to true
 utilssdl/PNG.cpp
-+++ utilssdl/PNG.cpp
-@@ -45,7 +45,7 @@
- {
- png_size_t check;
- 
--check = 

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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:57:46
  Author: maximbaz
Revision: 416408

critter: use https sources

Modified:
  critter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:54:33 UTC (rev 416407)
+++ PKGBUILD2018-12-15 20:57:46 UTC (rev 416408)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('sdl_image' 'sdl_mixer' 'libgl')
 makedepends=('mesa')
-source=(http://downloads.sourceforge.net/sourceforge/criticalmass/$_origname-${pkgver}.tar.bz2
+source=(https://downloads.sourceforge.net/sourceforge/criticalmass/$_origname-${pkgver}.tar.bz2
 critter-gcc43.patch
 criticalmass-1.0.2-libpng15.patch
 critter.desktop)
@@ -30,7 +30,7 @@
   sed -e '/CFLAGS=""/d' -e '/CXXFLAGS=""/d' -i configure.in
   export CXXFLAGS+=' -std=gnu++98'
   ./autogen.sh
-  
+
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }


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

2018-12-15 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 15, 2018 @ 20:57:56
  Author: spupykin
Revision: 416409

upgpkg: nextcloud-app-contacts 3.0.0-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:57:46 UTC (rev 416408)
+++ PKGBUILD2018-12-15 20:57:56 UTC (rev 416409)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=2.1.8
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('0e91d2f4f05816015f959aadac3a56ffd4967574c3ebc30891a4aa578bbac7cd')
+sha256sums=('faf0ec902e862d5c690b2e2858b695170f4fb8adaff70e476eb4e4ff66f14e39')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:54:25
  Author: maximbaz
Revision: 416406

colordiff: use https sources

Modified:
  colordiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:51:49 UTC (rev 416405)
+++ PKGBUILD2018-12-15 20:54:25 UTC (rev 416406)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('perl' 'diffutils')
 backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
-source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(https://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
 sha256sums=('29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0'
 'SKIP')
 validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 



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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:54:33
  Author: maximbaz
Revision: 416407

archrelease: copy trunk to community-any

Added:
  colordiff/repos/community-any/PKGBUILD
(from rev 416406, colordiff/trunk/PKGBUILD)
Deleted:
  colordiff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:54:25 UTC (rev 416406)
+++ PKGBUILD2018-12-15 20:54:33 UTC (rev 416407)
@@ -1,23 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=colordiff
-pkgver=1.0.18
-pkgrel=2
-pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
-arch=('any')
-url="http://www.colordiff.org/;
-license=('GPL')
-depends=('perl' 'diffutils')
-backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
-source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0'
-'SKIP')
-validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 
install
-  install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"
-}

Copied: colordiff/repos/community-any/PKGBUILD (from rev 416406, 
colordiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:54:33 UTC (rev 416407)
@@ -0,0 +1,23 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=colordiff
+pkgver=1.0.18
+pkgrel=2
+pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
+arch=('any')
+url="http://www.colordiff.org/;
+license=('GPL')
+depends=('perl' 'diffutils')
+backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
+source=(https://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0'
+'SKIP')
+validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 
install
+  install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"
+}


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:51:49
  Author: maximbaz
Revision: 416405

archrelease: copy trunk to community-x86_64

Added:
  cksfv/repos/community-x86_64/PKGBUILD
(from rev 416404, cksfv/trunk/PKGBUILD)
Deleted:
  cksfv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:51:35 UTC (rev 416404)
+++ PKGBUILD2018-12-15 20:51:49 UTC (rev 416405)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslaw Swierczynski 
-# Contributor: Wijnand Modderman 
-
-pkgname=cksfv
-pkgver=1.3.14
-pkgrel=4
-pkgdesc="SFV (Simple File Verification) Checker"
-arch=('x86_64')
-url="http://zakalwe.fi/~shd/foss/cksfv;
-license=('GPL')
-depends=('glibc')
-source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz)
-sha512sums=('1278c3e9c912dce9a5f24c42a3c14566bddbe2220e9ae3d6b94c59090efe39ab98f65db5881648d63d64ab6939881845084900177968e680c04e49bf47b4e58e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" install
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-}

Copied: cksfv/repos/community-x86_64/PKGBUILD (from rev 416404, 
cksfv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:51:49 UTC (rev 416405)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslaw Swierczynski 
+# Contributor: Wijnand Modderman 
+
+pkgname=cksfv
+pkgver=1.3.14
+pkgrel=4
+pkgdesc="SFV (Simple File Verification) Checker"
+arch=('x86_64')
+url="http://zakalwe.fi/~shd/foss/cksfv;
+license=('GPL')
+depends=('glibc')
+source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz
+http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz.asc)
+sha512sums=('1278c3e9c912dce9a5f24c42a3c14566bddbe2220e9ae3d6b94c59090efe39ab98f65db5881648d63d64ab6939881845084900177968e680c04e49bf47b4e58e'
+'SKIP')
+validpgpkeys=(1902E24D7822120FD84D64A9AB13F56F8FBDC8CD)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" install
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+}


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:51:35
  Author: maximbaz
Revision: 416404

cksfv: verify sources with pgp

Modified:
  cksfv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:44:54 UTC (rev 416403)
+++ PKGBUILD2018-12-15 20:51:35 UTC (rev 416404)
@@ -9,8 +9,11 @@
 url="http://zakalwe.fi/~shd/foss/cksfv;
 license=('GPL')
 depends=('glibc')
-source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz)
-sha512sums=('1278c3e9c912dce9a5f24c42a3c14566bddbe2220e9ae3d6b94c59090efe39ab98f65db5881648d63d64ab6939881845084900177968e680c04e49bf47b4e58e')
+source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz
+http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz.asc)
+sha512sums=('1278c3e9c912dce9a5f24c42a3c14566bddbe2220e9ae3d6b94c59090efe39ab98f65db5881648d63d64ab6939881845084900177968e680c04e49bf47b4e58e'
+'SKIP')
+validpgpkeys=(1902E24D7822120FD84D64A9AB13F56F8FBDC8CD)
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:44:54
  Author: maximbaz
Revision: 416403

archrelease: copy trunk to community-any

Added:
  cfv/repos/community-any/PKGBUILD
(from rev 416402, cfv/trunk/PKGBUILD)
Deleted:
  cfv/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:44:42 UTC (rev 416402)
+++ PKGBUILD2018-12-15 20:44:54 UTC (rev 416403)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Anton Bazhenov 
-# Contributor: Lone_Wolf 
-
-pkgname=cfv
-pkgver=1.18.3
-pkgrel=7
-pkgdesc='An utility to both test and create checksum files'
-arch=('any')
-url='http://cfv.sourceforge.net/'
-license=('GPL')
-depends=('python2')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('dbca82df850703ab68a20db9314475025ac2e7012f34a12abbb358677e81cbb29a465adf4a1b002f6cf1c1dd84f1588fc1072791d6bbaad0c02cc563e5fe7d71')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p 0 << DIFF
 cfv
-+++ cfv
-@@ -1,3 +1,3 @@
--#! /usr/bin/env python
-+#! /usr/bin/env python2
- 
- #cfv - Command-line File Verify
-DIFF
-}
-
-package() {
-  make -C "$pkgname-$pkgver" install=install PYTHON=python2 prefix=/usr \
-mandir=/usr/share/man DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cfv/repos/community-any/PKGBUILD (from rev 416402, cfv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:44:54 UTC (rev 416403)
@@ -0,0 +1,34 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Anton Bazhenov 
+# Contributor: Lone_Wolf 
+
+pkgname=cfv
+pkgver=1.18.3
+pkgrel=7
+pkgdesc='An utility to both test and create checksum files'
+arch=('any')
+url='http://cfv.sourceforge.net/'
+license=('GPL')
+depends=('python2')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha512sums=('dbca82df850703ab68a20db9314475025ac2e7012f34a12abbb358677e81cbb29a465adf4a1b002f6cf1c1dd84f1588fc1072791d6bbaad0c02cc563e5fe7d71')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p 0 << DIFF
+--- cfv
 cfv
+@@ -1,3 +1,3 @@
+-#! /usr/bin/env python
++#! /usr/bin/env python2
+
+ #cfv - Command-line File Verify
+DIFF
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install=install PYTHON=python2 prefix=/usr \
+mandir=/usr/share/man DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:44:42
  Author: maximbaz
Revision: 416402

cfv: use https sources

Modified:
  cfv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:42:04 UTC (rev 416401)
+++ PKGBUILD2018-12-15 20:44:42 UTC (rev 416402)
@@ -10,7 +10,7 @@
 url='http://cfv.sourceforge.net/'
 license=('GPL')
 depends=('python2')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('dbca82df850703ab68a20db9314475025ac2e7012f34a12abbb358677e81cbb29a465adf4a1b002f6cf1c1dd84f1588fc1072791d6bbaad0c02cc563e5fe7d71')
 
 prepare() {
@@ -21,7 +21,7 @@
 @@ -1,3 +1,3 @@
 -#! /usr/bin/env python
 +#! /usr/bin/env python2
- 
+
  #cfv - Command-line File Verify
 DIFF
 }


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:42:04
  Author: maximbaz
Revision: 416401

archrelease: copy trunk to community-x86_64

Added:
  cdrtools/repos/community-x86_64/PKGBUILD
(from rev 416400, cdrtools/trunk/PKGBUILD)
Deleted:
  cdrtools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:41:57 UTC (rev 416400)
+++ PKGBUILD2018-12-15 20:42:04 UTC (rev 416401)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a09
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('x86_64')
-url="http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-replaces=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-sha256sums=('aa28438f458ef3f314b79f2029db27679dae1d5ffe1569b6de57742511915e81')
-
-build() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-check() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  make tests
-}
-
-package() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
-
-  # remove unneeded files that may cause conflicts
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
-  rm -rf "$pkgdir"/usr/share/man/man3
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
-  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd "$pkgdir"/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-x86_64/PKGBUILD (from rev 416400, 
cdrtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:42:04 UTC (rev 416401)
@@ -0,0 +1,57 @@
+# Maintainer: Lukas Jirkovsky 
+pkgname=cdrtools
+pkgver=3.02a09
+pkgrel=1
+pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
+arch=('x86_64')
+url="http://cdrecord.org/;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+replaces=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(https://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+sha256sums=('aa28438f458ef3f314b79f2029db27679dae1d5ffe1569b6de57742511915e81')
+
+build() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+check() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  make tests
+}
+
+package() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
+
+  # remove unneeded files that may cause conflicts
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
+  rm -rf "$pkgdir"/usr/share/man/man3
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
+  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd "$pkgdir"/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:41:57
  Author: maximbaz
Revision: 416400

cdrtools: use https sources

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:40:09 UTC (rev 416399)
+++ PKGBUILD2018-12-15 20:41:57 UTC (rev 416400)
@@ -12,7 +12,7 @@
 replaces=('cdrkit')
 options=(!makeflags)
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+source=(https://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
 sha256sums=('aa28438f458ef3f314b79f2029db27679dae1d5ffe1569b6de57742511915e81')
 
 build() {
@@ -21,7 +21,7 @@
   sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
   # install rscsi to /usr/bin instead of /usr/sbin
   sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
+
   export GMAKE_NOWARN=true
   make INS_BASE=/usr INS_RBASE=/
 }


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:40:09
  Author: maximbaz
Revision: 416399

archrelease: copy trunk to community-x86_64

Added:
  cddb-py/repos/community-x86_64/PKGBUILD
(from rev 416398, cddb-py/trunk/PKGBUILD)
Deleted:
  cddb-py/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:40:02 UTC (rev 416398)
+++ PKGBUILD2018-12-15 20:40:09 UTC (rev 416399)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=cddb-py
-pkgver=1.4
-pkgrel=8
-pkgdesc="CDDB-Server access from Python"
-arch=('x86_64')
-url="http://cddb-py.sourceforge.net;
-license=('GPL')
-depends=('python2')
-source=(http://downloads.sourceforge.net/sourceforge/cddb-py/CDDB-${pkgver}.tar.gz)
-sha512sums=('578ef74313cd164f28682ed7e8b26e7c4e7fbac972f7c3c2fecfe31e6bc2ea8dff0c79adf9b6fda77402f9855d809819f56c23e4ffa68404d8cde479a15f740a')
-
-package() {
-  cd CDDB-${pkgver}
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' CDDB.py DiscID.py
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: cddb-py/repos/community-x86_64/PKGBUILD (from rev 416398, 
cddb-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:40:09 UTC (rev 416399)
@@ -0,0 +1,18 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=cddb-py
+pkgver=1.4
+pkgrel=8
+pkgdesc="CDDB-Server access from Python"
+arch=('x86_64')
+url="http://cddb-py.sourceforge.net;
+license=('GPL')
+depends=('python2')
+source=(https://downloads.sourceforge.net/sourceforge/cddb-py/CDDB-${pkgver}.tar.gz)
+sha512sums=('578ef74313cd164f28682ed7e8b26e7c4e7fbac972f7c3c2fecfe31e6bc2ea8dff0c79adf9b6fda77402f9855d809819f56c23e4ffa68404d8cde479a15f740a')
+
+package() {
+  cd CDDB-${pkgver}
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' CDDB.py DiscID.py
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:40:02
  Author: maximbaz
Revision: 416398

cddb-py: use https sources

Modified:
  cddb-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:38:56 UTC (rev 416397)
+++ PKGBUILD2018-12-15 20:40:02 UTC (rev 416398)
@@ -8,7 +8,7 @@
 url="http://cddb-py.sourceforge.net;
 license=('GPL')
 depends=('python2')
-source=(http://downloads.sourceforge.net/sourceforge/cddb-py/CDDB-${pkgver}.tar.gz)
+source=(https://downloads.sourceforge.net/sourceforge/cddb-py/CDDB-${pkgver}.tar.gz)
 
sha512sums=('578ef74313cd164f28682ed7e8b26e7c4e7fbac972f7c3c2fecfe31e6bc2ea8dff0c79adf9b6fda77402f9855d809819f56c23e4ffa68404d8cde479a15f740a')
 
 package() {


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:38:56
  Author: maximbaz
Revision: 416397

archrelease: copy trunk to community-x86_64

Added:
  ccfits/repos/community-x86_64/PKGBUILD
(from rev 416396, ccfits/trunk/PKGBUILD)
Deleted:
  ccfits/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:38:47 UTC (rev 416396)
+++ PKGBUILD2018-12-15 20:38:56 UTC (rev 416397)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: 
-# Contributor: Jose San Juan 
-
-pkgname=ccfits
-pkgver=2.5
-pkgrel=3
-pkgdesc="Object Oriented Interface to the CFITSIO Library"
-arch=('x86_64')
-url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/;
-license=('custom')
-depends=('cfitsio')
-source=(http://heasarc.gsfc.nasa.gov/docs/software/fitsio/${pkgname}/CCfits-${pkgver}.tar.gz)
-sha256sums=('938ecd25239e65f519b8d2b50702416edc723de5f0a5387cceea8c4004a44740')
-
-build() {
-  cd "${srcdir}"/CCfits
-
-  ./configure --with-cfitsio-libdir=/usr/lib --prefix=/usr
-  make 
-}
-
-package() {
-  cd "${srcdir}"/CCfits
-
-  make DESTDIR="${pkgdir}" install
-
-#install license
-  install -Dm644 License.txt 
"${pkgdir}/usr/share/licenses/$pkgname/License.txt"
-}

Copied: ccfits/repos/community-x86_64/PKGBUILD (from rev 416396, 
ccfits/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:38:56 UTC (rev 416397)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: 
+# Contributor: Jose San Juan 
+
+pkgname=ccfits
+pkgver=2.5
+pkgrel=3
+pkgdesc="Object Oriented Interface to the CFITSIO Library"
+arch=('x86_64')
+url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/;
+license=('custom')
+depends=('cfitsio')
+source=(https://heasarc.gsfc.nasa.gov/docs/software/fitsio/${pkgname}/CCfits-${pkgver}.tar.gz)
+sha256sums=('938ecd25239e65f519b8d2b50702416edc723de5f0a5387cceea8c4004a44740')
+
+build() {
+  cd "${srcdir}"/CCfits
+
+  ./configure --with-cfitsio-libdir=/usr/lib --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/CCfits
+
+  make DESTDIR="${pkgdir}" install
+
+#install license
+  install -Dm644 License.txt 
"${pkgdir}/usr/share/licenses/$pkgname/License.txt"
+}


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:38:47
  Author: maximbaz
Revision: 416396

ccfits: use https sources

Modified:
  ccfits/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:37:10 UTC (rev 416395)
+++ PKGBUILD2018-12-15 20:38:47 UTC (rev 416396)
@@ -10,7 +10,7 @@
 url="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/;
 license=('custom')
 depends=('cfitsio')
-source=(http://heasarc.gsfc.nasa.gov/docs/software/fitsio/${pkgname}/CCfits-${pkgver}.tar.gz)
+source=(https://heasarc.gsfc.nasa.gov/docs/software/fitsio/${pkgname}/CCfits-${pkgver}.tar.gz)
 sha256sums=('938ecd25239e65f519b8d2b50702416edc723de5f0a5387cceea8c4004a44740')
 
 build() {
@@ -17,7 +17,7 @@
   cd "${srcdir}"/CCfits
 
   ./configure --with-cfitsio-libdir=/usr/lib --prefix=/usr
-  make 
+  make
 }
 
 package() {


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:37:10
  Author: maximbaz
Revision: 416395

archrelease: copy trunk to community-x86_64

Added:
  ccd2iso/repos/community-x86_64/ChangeLog
(from rev 416394, ccd2iso/trunk/ChangeLog)
  ccd2iso/repos/community-x86_64/PKGBUILD
(from rev 416394, ccd2iso/trunk/PKGBUILD)
Deleted:
  ccd2iso/repos/community-x86_64/ChangeLog
  ccd2iso/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |6 +++---
 PKGBUILD  |   55 +++
 2 files changed, 30 insertions(+), 31 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-12-15 20:37:00 UTC (rev 416394)
+++ ChangeLog   2018-12-15 20:37:10 UTC (rev 416395)
@@ -1,3 +0,0 @@
-2007-06-28 tardo 
-* Built for x86_64
-

Copied: ccd2iso/repos/community-x86_64/ChangeLog (from rev 416394, 
ccd2iso/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-12-15 20:37:10 UTC (rev 416395)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:37:00 UTC (rev 416394)
+++ PKGBUILD2018-12-15 20:37:10 UTC (rev 416395)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora 
-# Contributor: Shinlun Hsieh 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=ccd2iso
-pkgver=0.3
-pkgrel=9
-pkgdesc="Converts CCD/IMG CloneCD images to ISO format"
-arch=('x86_64')
-url="http://sourceforge.net/projects/ccd2iso;
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a7df1c46cb710f2fc8ebd88c2e64ce65')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --prefix=/usr 
-   make 
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install 
-}

Copied: ccd2iso/repos/community-x86_64/PKGBUILD (from rev 416394, 
ccd2iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:37:10 UTC (rev 416395)
@@ -0,0 +1,27 @@
+# Contributor: Giovanni Scafora 
+# Contributor: Shinlun Hsieh 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=ccd2iso
+pkgver=0.3
+pkgrel=9
+pkgdesc="Converts CCD/IMG CloneCD images to ISO format"
+arch=('x86_64')
+url="http://sourceforge.net/projects/ccd2iso;
+license=('GPL')
+depends=('glibc')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a7df1c46cb710f2fc8ebd88c2e64ce65')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:37:00
  Author: maximbaz
Revision: 416394

ccd2iso: use https sources

Modified:
  ccd2iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:36:01 UTC (rev 416393)
+++ PKGBUILD2018-12-15 20:37:00 UTC (rev 416394)
@@ -10,18 +10,18 @@
 url="http://sourceforge.net/projects/ccd2iso;
 license=('GPL')
 depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('a7df1c46cb710f2fc8ebd88c2e64ce65')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   ./configure --prefix=/usr 
-   make 
+   ./configure --prefix=/usr
+   make
 }
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   make DESTDIR=${pkgdir} install 
+   make DESTDIR=${pkgdir} install
 }


[arch-commits] Commit in (pdfshuffler pypdf)

2018-12-15 Thread Antonio Rojas via arch-commits
Date: Saturday, December 15, 2018 @ 20:36:01
  Author: arojas
Revision: 416393

Drop unmaintained pdfshuffler, replaced with pdfarranger

Deleted:
  pdfshuffler/
  pypdf/


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:33:55
  Author: maximbaz
Revision: 416390

archrelease: copy trunk to community-x86_64

Added:
  canorus/repos/community-x86_64/PKGBUILD
(from rev 416389, canorus/trunk/PKGBUILD)
Deleted:
  canorus/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:33:34 UTC (rev 416389)
+++ PKGBUILD2018-12-15 20:33:55 UTC (rev 416390)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Arch Linux Pro Audio 
-# Contributor: Coenraad van der Westhuizen 
-# Contributor: hm_b 
-
-pkgname=canorus
-pkgver=0.7.3rc3
-pkgrel=2
-pkgdesc="A free music score editor"
-arch=('x86_64')
-url="http://www.canorus.org/;
-license=('GPL')
-depends=('qt5-svg' 'qt5-webengine' 'alsa-lib' 'zlib' 'python')
-makedepends=('cmake' 'swig' 'qt5-tools' 'ruby')
-source=("http://downloads.sourceforge.net/project/canorus/0.7.3/canorus-${pkgver}.tar.bz2;)
-sha256sums=('c5d470ac6cae696472dcb7176e0cd4545b883ff84ae2dc767a8956546f5b4b15')
-
-build() {
-  cd $pkgname-$pkgver
-  # stringop-truncation will be fixes in swig, see 
https://github.com/swig/swig/issues/893
-  export CXXFLAGS+=" -Wno-misleading-indentation -Wno-dangling-else 
-Wno-stringop-truncation -Wno-deprecated -Wno-deprecated-declarations"
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$pkgdir"/usr \
-   -DDEFAULT_DATA_DIR="/usr/share/canorus"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install
-  install -d "$pkgdir"/usr/share/{applications,pixmaps}
-  cp canorus.desktop "$pkgdir"/usr/share/applications
-  cp "$pkgdir"/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}
-}

Copied: canorus/repos/community-x86_64/PKGBUILD (from rev 416389, 
canorus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:33:55 UTC (rev 416390)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Linux Pro Audio 
+# Contributor: Coenraad van der Westhuizen 
+# Contributor: hm_b 
+
+pkgname=canorus
+pkgver=0.7.3rc3
+pkgrel=2
+pkgdesc="A free music score editor"
+arch=('x86_64')
+url="http://www.canorus.org/;
+license=('GPL')
+depends=('qt5-svg' 'qt5-webengine' 'alsa-lib' 'zlib' 'python')
+makedepends=('cmake' 'swig' 'qt5-tools' 'ruby')
+source=("https://downloads.sourceforge.net/project/canorus/0.7.3/canorus-${pkgver}.tar.bz2;)
+sha256sums=('c5d470ac6cae696472dcb7176e0cd4545b883ff84ae2dc767a8956546f5b4b15')
+
+build() {
+  cd $pkgname-$pkgver
+  # stringop-truncation will be fixes in swig, see 
https://github.com/swig/swig/issues/893
+  export CXXFLAGS+=" -Wno-misleading-indentation -Wno-dangling-else 
-Wno-stringop-truncation -Wno-deprecated -Wno-deprecated-declarations"
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$pkgdir"/usr \
+   -DDEFAULT_DATA_DIR="/usr/share/canorus"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install
+  install -d "$pkgdir"/usr/share/{applications,pixmaps}
+  cp canorus.desktop "$pkgdir"/usr/share/applications
+  cp "$pkgdir"/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}
+}


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 20:33:34
  Author: maximbaz
Revision: 416389

canorus: use https sources

Modified:
  canorus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:32:45 UTC (rev 416388)
+++ PKGBUILD2018-12-15 20:33:34 UTC (rev 416389)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('qt5-svg' 'qt5-webengine' 'alsa-lib' 'zlib' 'python')
 makedepends=('cmake' 'swig' 'qt5-tools' 'ruby')
-source=("http://downloads.sourceforge.net/project/canorus/0.7.3/canorus-${pkgver}.tar.bz2;)
+source=("https://downloads.sourceforge.net/project/canorus/0.7.3/canorus-${pkgver}.tar.bz2;)
 sha256sums=('c5d470ac6cae696472dcb7176e0cd4545b883ff84ae2dc767a8956546f5b4b15')
 
 build() {


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

2018-12-15 Thread Antonio Rojas via arch-commits
Date: Saturday, December 15, 2018 @ 20:32:45
  Author: arojas
Revision: 416388

archrelease: copy trunk to community-any

Added:
  pdfarranger/repos/
  pdfarranger/repos/community-any/
  pdfarranger/repos/community-any/PKGBUILD
(from rev 416387, pdfarranger/trunk/PKGBUILD)

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

Copied: pdfarranger/repos/community-any/PKGBUILD (from rev 416387, 
pdfarranger/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-12-15 20:32:45 UTC (rev 416388)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alois Nespor 
+
+pkgname=pdfarranger
+pkgver=1.1
+pkgrel=1
+pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
+arch=(any)
+url='https://github.com/jeromerobert/pdfarranger'
+license=('GPL3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
+depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript)
+makedepends=(python-distutils-extra python-setuptools)
+sha256sums=('0c9def3e8c36d344a1032c0c05bdf6c825262bf5fdba0ff96d2ef1895e6d065d')
+
+build () {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+
+#rm -rf "$pkgdir/usr/share/pdfshuffler/icons"
+
+#install -Dm 644 "data/icons/scalable/apps/pdfarranger.svg" \
+#
"$pkgdir/usr/share/icons/hicolor/scalable/apps/pdfarranger.svg"
+
+#for _size in "16x16" "32x32" "48x48" "256x256" ; do
+#install -Dm 644 "data/icons/$_size/apps/pdfarranger.png" \
+#
"$pkgdir/usr/share/icons/hicolor/$_size/apps/pdfarranger.png"
+#done
+}
+


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

2018-12-15 Thread Antonio Rojas via arch-commits
Date: Saturday, December 15, 2018 @ 20:32:18
  Author: arojas
Revision: 416387

Add pdfarranger as a replacement to unmaintained pdfshuffler

Added:
  pdfarranger/
  pdfarranger/trunk/
  pdfarranger/trunk/PKGBUILD

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

Added: pdfarranger/trunk/PKGBUILD
===
--- pdfarranger/trunk/PKGBUILD  (rev 0)
+++ pdfarranger/trunk/PKGBUILD  2018-12-15 20:32:18 UTC (rev 416387)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alois Nespor 
+
+pkgname=pdfarranger
+pkgver=1.1
+pkgrel=1
+pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
+arch=(any)
+url='https://github.com/jeromerobert/pdfarranger'
+license=('GPL3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
+depends=(gtk3 python-gobject python-cairo poppler-glib python-pypdf2 
ghostscript)
+makedepends=(python-distutils-extra python-setuptools)
+sha256sums=('0c9def3e8c36d344a1032c0c05bdf6c825262bf5fdba0ff96d2ef1895e6d065d')
+
+build () {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+
+#rm -rf "$pkgdir/usr/share/pdfshuffler/icons"
+
+#install -Dm 644 "data/icons/scalable/apps/pdfarranger.svg" \
+#
"$pkgdir/usr/share/icons/hicolor/scalable/apps/pdfarranger.svg"
+
+#for _size in "16x16" "32x32" "48x48" "256x256" ; do
+#install -Dm 644 "data/icons/$_size/apps/pdfarranger.png" \
+#
"$pkgdir/usr/share/icons/hicolor/$_size/apps/pdfarranger.png"
+#done
+}
+


[arch-commits] Commit in (3 files)

2018-12-15 Thread Antonio Rojas via arch-commits
Date: Saturday, December 15, 2018 @ 20:27:05
  Author: arojas
Revision: 416385

Add pdfarranger dependency

Added:
  python-pypdf2/
  python-pypdf2/trunk/
  python-pypdf2/trunk/PKGBUILD

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

Added: python-pypdf2/trunk/PKGBUILD
===
--- python-pypdf2/trunk/PKGBUILD(rev 0)
+++ python-pypdf2/trunk/PKGBUILD2018-12-15 20:27:05 UTC (rev 416385)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Francois Boulogne 
+
+pkgname=python-pypdf2
+pkgver=1.26.0
+pkgrel=1
+pkgdesc='A utility to read and write PDFs with Python'
+arch=(any)
+url='http://mstamy2.github.com/PyPDF2'
+license=(BSD)
+depends=(python)
+makedepends=(python-setuptools)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/mstamy2/PyPDF2/archive/$pkgver.tar.gz;)
+sha256sums=('140b1fed792f487f2fd814eb0e832a5b6ef5ae362da302c1fc5a9786d5acb469')
+
+build() {
+  cd PyPDF2-$pkgver
+  python setup.py build
+}
+
+package(){
+  cd PyPDF2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pypdf2 (3 files)

2018-12-15 Thread Antonio Rojas via arch-commits
Date: Saturday, December 15, 2018 @ 20:27:36
  Author: arojas
Revision: 416386

archrelease: copy trunk to community-any

Added:
  python-pypdf2/repos/
  python-pypdf2/repos/community-any/
  python-pypdf2/repos/community-any/PKGBUILD
(from rev 416385, python-pypdf2/trunk/PKGBUILD)

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

Copied: python-pypdf2/repos/community-any/PKGBUILD (from rev 416385, 
python-pypdf2/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-12-15 20:27:36 UTC (rev 416386)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Francois Boulogne 
+
+pkgname=python-pypdf2
+pkgver=1.26.0
+pkgrel=1
+pkgdesc='A utility to read and write PDFs with Python'
+arch=(any)
+url='http://mstamy2.github.com/PyPDF2'
+license=(BSD)
+depends=(python)
+makedepends=(python-setuptools)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/mstamy2/PyPDF2/archive/$pkgver.tar.gz;)
+sha256sums=('140b1fed792f487f2fd814eb0e832a5b6ef5ae362da302c1fc5a9786d5acb469')
+
+build() {
+  cd PyPDF2-$pkgver
+  python setup.py build
+}
+
+package(){
+  cd PyPDF2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in transcode/repos/community-x86_64 (9 files)

2018-12-15 Thread Antonio Rojas via arch-commits
Date: Saturday, December 15, 2018 @ 20:08:45
  Author: arojas
Revision: 416384

archrelease: copy trunk to community-x86_64

Added:
  transcode/repos/community-x86_64/PKGBUILD
(from rev 416383, transcode/trunk/PKGBUILD)
  transcode/repos/community-x86_64/transcode-ffmpeg3.patch
(from rev 416383, transcode/trunk/transcode-ffmpeg3.patch)
  transcode/repos/community-x86_64/transcode-ffmpeg4.patch
(from rev 416383, transcode/trunk/transcode-ffmpeg4.patch)
  transcode/repos/community-x86_64/transcode-imagemagick7.patch
(from rev 416383, transcode/trunk/transcode-imagemagick7.patch)
  transcode/repos/community-x86_64/transcode-swresample.patch
(from rev 416383, transcode/trunk/transcode-swresample.patch)
Deleted:
  transcode/repos/community-x86_64/PKGBUILD
  transcode/repos/community-x86_64/transcode-ffmpeg3.patch
  transcode/repos/community-x86_64/transcode-ffmpeg4.patch
  transcode/repos/community-x86_64/transcode-imagemagick7.patch

--+
 PKGBUILD |  111 -
 transcode-ffmpeg3.patch  | 2482 -
 transcode-ffmpeg4.patch  |  988 
 transcode-imagemagick7.patch | 1588 +-
 transcode-swresample.patch   |   20 
 5 files changed, 2606 insertions(+), 2583 deletions(-)

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


[arch-commits] Commit in transcode/trunk (PKGBUILD transcode-swresample.patch)

2018-12-15 Thread Antonio Rojas via arch-commits
Date: Saturday, December 15, 2018 @ 20:06:24
  Author: arojas
Revision: 416383

Port from avresample to swresample (FS#61086)

Added:
  transcode/trunk/transcode-swresample.patch
Modified:
  transcode/trunk/PKGBUILD

+
 PKGBUILD   |   13 -
 transcode-swresample.patch |   20 
 2 files changed, 28 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 17:47:20 UTC (rev 416382)
+++ PKGBUILD2018-12-15 20:06:24 UTC (rev 416383)
@@ -5,22 +5,24 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=28
+pkgrel=29
 pkgdesc="A video/DVD ripper and encoder for the terminal/console"
 arch=(x86_64)
 url="http://www.transcoding.org/;
 license=(GPL)
-depends=(gawk libmagick lzo libdvdread ffmpeg mjpegtools libmpeg2 libxaw libxv 
a52dec)
+depends=(gawk libmagick lzo libdvdread ffmpeg mjpegtools libmpeg2 libxaw 
a52dec)
 makedepends=(nasm x264)
 
#source=(https://bitbucket.org/france/transcode-tcforge/downloads/$pkgname-$pkgver.tar.bz2
 
source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2
 transcode-imagemagick7.patch
 transcode-ffmpeg3.patch
-transcode-ffmpeg4.patch)
+transcode-ffmpeg4.patch
+transcode-swresample.patch)
 sha256sums=('1e4e72d8e0dd62a80b8dd90699f5ca64c9b0cb37a5c9325c184166a9654f0a92'
 '4ede15540ea6932954ac332c12dde130bf48e7e4773d1e04d3c3f23038c6ac51'
 '728ec3101039d98116275e36ea5cf0434a23a0bb82aca830ea9612fb9d16b062'
-'2cc680666f705685a9fdc54b5a377e7728765bde6ed83c43b835634e27767721')
+'2cc680666f705685a9fdc54b5a377e7728765bde6ed83c43b835634e27767721'
+'6b4e91085742535174015be5da103fe3337b4cb14537634ae378c9050088280e')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -27,7 +29,8 @@
   patch -p1 -i ../transcode-ffmpeg3.patch # LFS patch
   patch -p1 -i ../transcode-ffmpeg4.patch # Gentoo patch
   patch -p1 -i ../transcode-imagemagick7.patch # Gentoo patch
-  sed -i 's|freetype/ftglyph.h|freetype2/freetype/ftglyph.h|' 
filter/subtitler/load_font.c
+  sed -e 's|freetype/ftglyph.h|freetype2/freetype/ftglyph.h|' -i 
filter/subtitler/load_font.c
+  patch -p1 -i ../transcode-swresample.patch # port away from avresample
   autoreconf -vi
 }
 

Added: transcode-swresample.patch
===
--- transcode-swresample.patch  (rev 0)
+++ transcode-swresample.patch  2018-12-15 20:06:24 UTC (rev 416383)
@@ -0,0 +1,20 @@
+--- transcode-1.1.7/filter/filter_resample.c.orig  2018-12-15 
20:00:16.111657609 +
 transcode-1.1.7/filter/filter_resample.c   2018-12-15 20:01:13.141800445 
+
+@@ -37,7 +37,7 @@
+ #include "libtc/optstr.h"
+ #include "libtc/tcavcodec.h"
+ #include "libtc/tcmodule-plugin.h"
+-#include 
++#include 
+ 
+ 
+ typedef struct {
+@@ -46,7 +46,7 @@
+ 
+ int bytes_per_sample;
+ 
+-AVAudioResampleContext *resample_ctx;
++SwrContext *resample_ctx;
+ } ResamplePrivateData;
+ 
+ static const char resample_help[] = ""


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

2018-12-15 Thread Sébastien Luttringer via arch-commits
Date: Saturday, December 15, 2018 @ 17:47:08
  Author: seblu
Revision: 416381

upgpkg: grafana 5.4.2-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 17:40:18 UTC (rev 416380)
+++ PKGBUILD2018-12-15 17:47:08 UTC (rev 416381)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=5.4.0
+pkgver=5.4.2
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='http://grafana.org'


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

2018-12-15 Thread Sébastien Luttringer via arch-commits
Date: Saturday, December 15, 2018 @ 17:47:20
  Author: seblu
Revision: 416382

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 416381, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 416381, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 416381, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 416381, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 416381, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  150 ++---
 grafana.install  |   44 +++
 grafana.service  |   30 +-
 grafana.sysusers |2 
 grafana.tmpfiles |6 +-
 5 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 17:47:08 UTC (rev 416381)
+++ PKGBUILD2018-12-15 17:47:20 UTC (rev 416382)
@@ -1,75 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='http://grafana.org'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python2')
-backup=("etc/grafana.ini")
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-"grafana.service"
-"grafana.sysusers"
-"grafana.tmpfiles"
-   )
-install=$pkgname.install
-md5sums=('SKIP'
- '2f1d73689923ecee92a102a65b91003a'
- 'e991d8cdf91c1e25652cdbc51fc726c5'
- 'b9b576d1959fc063b3399892e201488c')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  msg2 'building the backend'
-  go run build.go setup
-  go run build.go build
-
-  msg2 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/linux-amd64/grafana-server 
"$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/linux-amd64/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-  install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-  install -dm755 "$pkgdir/usr/share/grafana/"
-  for i in vendor public tools; do
-cp -r "$i" "$pkgdir/usr/share/grafana/$i"
-  done
-  ln -s ../../../var/lib/grafana "$pkgdir/usr/share/grafana/data"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafana/repos/community-x86_64/PKGBUILD (from rev 416381, 
grafana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 17:47:20 UTC (rev 416382)
@@ -0,0 +1,75 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Carsten Feuls 
+# Contributor: Gilles Hamel 
+
+pkgname=grafana
+pkgver=5.4.2
+pkgrel=1
+pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
+url='http://grafana.org'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
+makedepends=('git' 'go' 'npm' 'grunt-cli' 'python2')
+backup=("etc/grafana.ini")
+source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
+"grafana.service"
+"grafana.sysusers"
+"grafana.tmpfiles"
+   )
+install=$pkgname.install
+md5sums=('SKIP'
+ '2f1d73689923ecee92a102a65b91003a'
+ 'e991d8cdf91c1e25652cdbc51fc726c5'
+ 'b9b576d1959fc063b3399892e201488c')
+
+prepare() {
+  cd $pkgname
+  # apply patch from the source array (should be a pacman 

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

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 17:40:09
  Author: jelle
Revision: 416379

upgpkg: cppcheck 1.86-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 16:41:01 UTC (rev 416378)
+++ PKGBUILD2018-12-15 17:40:09 UTC (rev 416379)
@@ -2,7 +2,7 @@
 # Maintainer: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=1.85
+pkgver=1.86
 pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('b3b4e8d2106dc6a3abd2eca4eb834df98d5af96c')
+sha1sums=('03d21f48252e2f8a6742c53c4a7e01d0f40c35aa')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 17:40:18
  Author: jelle
Revision: 416380

archrelease: copy trunk to community-x86_64

Added:
  cppcheck/repos/community-x86_64/PKGBUILD
(from rev 416379, cppcheck/trunk/PKGBUILD)
Deleted:
  cppcheck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 17:40:09 UTC (rev 416379)
+++ PKGBUILD2018-12-15 17:40:18 UTC (rev 416380)
@@ -1,52 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.85
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('x86_64')
-url="http://cppcheck.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('b3b4e8d2106dc6a3abd2eca4eb834df98d5af96c')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -DNDEBUG"
-   # Unicode fix
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   lrelease gui.pro
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   # GUI
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-   install -d "${pkgdir}/usr/share/applications/"
-   install -m644 gui/cppcheck-gui.desktop "${pkgdir}/usr/share/applications/"
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg
-   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 416379, 
cppcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 17:40:18 UTC (rev 416380)
@@ -0,0 +1,52 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=1.86
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('x86_64')
+url="http://cppcheck.sourceforge.net/;
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('03d21f48252e2f8a6742c53c4a7e01d0f40c35aa')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -DNDEBUG"
+   # Unicode fix
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
+
+   cd gui
+   lrelease gui.pro
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   # GUI
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+   install -d "${pkgdir}/usr/share/applications/"
+   install -m644 gui/cppcheck-gui.desktop "${pkgdir}/usr/share/applications/"
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
+}


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

2018-12-15 Thread Jerome Leclanche via arch-commits
Date: Saturday, December 15, 2018 @ 16:41:01
  Author: jleclanche
Revision: 416378

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 16:40:51 UTC (rev 416377)
+++ PKGBUILD2018-12-15 16:41:01 UTC (rev 416378)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="http://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
-install=xonsh.install
-sha256sums=("19268e50adcf2ca5b9d6fad877a1c8d801f25865e8a554e345661c3c16ff3477")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 416377, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 16:41:01 UTC (rev 416378)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="http://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
+install=xonsh.install
+sha256sums=("43ff4adb242c62a02e042086d41e957f2b12dcba6a297c918c80867885824f5f")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2018-12-15 16:40:51 UTC (rev 416377)
+++ xonsh.install   2018-12-15 16:41:01 UTC (rev 416378)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 416377, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2018-12-15 16:41:01 UTC (rev 416378)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


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

2018-12-15 Thread Jerome Leclanche via arch-commits
Date: Saturday, December 15, 2018 @ 16:40:51
  Author: jleclanche
Revision: 416377

upgpkg: xonsh 0.8.4-1

Upstream release 0.8.4

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 16:00:52 UTC (rev 416376)
+++ PKGBUILD2018-12-15 16:40:51 UTC (rev 416377)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("19268e50adcf2ca5b9d6fad877a1c8d801f25865e8a554e345661c3c16ff3477")
+sha256sums=("43ff4adb242c62a02e042086d41e957f2b12dcba6a297c918c80867885824f5f")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-12-15 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, December 15, 2018 @ 16:00:52
  Author: jlichtblau
Revision: 416376

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 416375, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 16:00:41 UTC (rev 416375)
+++ PKGBUILD2018-12-15 16:00:52 UTC (rev 416376)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Thorsten Töpper 
-# Contributor: Francois Boulogne 
-# Contributor: Andre Klitzing 
-# Contributor: Allan McRae 
-# Contributor: Mikko Seppälä  aka Neverth
-
-pkgname=po4a
-pkgver=0.54
-pkgrel=1
-pkgdesc="Tools for helping translation of documentation"
-arch=('any')
-license=('GPL')
-url="https://po4a.org/;
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext'
- 'perl-term-readkey' 'perl-sgmls' 'perl-module-build' 
'perl-unicode-linebreak')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('9e91ca020f13e483bc1eaa0536e67d0fa4a4f055aaa91982133b9a2e86287b78')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  perl Build.PL installdirs=vendor create_packlist=0
-  # The script expects a UTF-8 locale
-  LC_ALL=en_US.UTF-8 perl Build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  perl Build destdir="${pkgdir}" install
-  # remove perllocal.pod and .packlist
-  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}

Copied: po4a/repos/community-any/PKGBUILD (from rev 416375, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 16:00:52 UTC (rev 416376)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thorsten Töpper 
+# Contributor: Francois Boulogne 
+# Contributor: Andre Klitzing 
+# Contributor: Allan McRae 
+# Contributor: Mikko Seppälä  aka Neverth
+
+pkgname=po4a
+pkgver=0.55
+pkgrel=1
+pkgdesc="Tools for helping translation of documentation"
+arch=('any')
+license=('GPL')
+url="https://po4a.org/;
+depends=('perl' 'gettext')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext'
+ 'perl-term-readkey' 'perl-sgmls' 'perl-module-build' 
'perl-unicode-linebreak')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('211b9f2553043360f519fb9b7df008fb0c91ffcd2163395c9ed6544a247aec09')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  perl Build.PL installdirs=vendor create_packlist=0
+  # The script expects a UTF-8 locale
+  LC_ALL=en_US.UTF-8 perl Build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  perl Build destdir="${pkgdir}" install
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}


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

2018-12-15 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, December 15, 2018 @ 16:00:41
  Author: jlichtblau
Revision: 416375

upgpkg: po4a 0.55-1 - new upstream release

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 14:59:37 UTC (rev 416374)
+++ PKGBUILD2018-12-15 16:00:41 UTC (rev 416375)
@@ -6,7 +6,7 @@
 # Contributor: Mikko Seppälä  aka Neverth
 
 pkgname=po4a
-pkgver=0.54
+pkgver=0.55
 pkgrel=1
 pkgdesc="Tools for helping translation of documentation"
 arch=('any')
@@ -17,7 +17,7 @@
  'perl-term-readkey' 'perl-sgmls' 'perl-module-build' 
'perl-unicode-linebreak')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('9e91ca020f13e483bc1eaa0536e67d0fa4a4f055aaa91982133b9a2e86287b78')
+sha256sums=('211b9f2553043360f519fb9b7df008fb0c91ffcd2163395c9ed6544a247aec09')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 14:59:37
  Author: jelle
Revision: 416374

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 416373, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 14:59:29 UTC (rev 416373)
+++ PKGBUILD2018-12-15 14:59:37 UTC (rev 416374)
@@ -1,45 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20180716
-pkgrel=4
-pkgdesc='a version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
-sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---enable-lua \
---notmuch \
---gss \
---ssl \
---sasl \
---with-ui=ncurses \
---with-idn=/usr \
---lmdb \
---kyotocabinet \
---gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 416373, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 14:59:37 UTC (rev 416374)
@@ -0,0 +1,53 @@
+# Maintainer: Alad Wenter 
+# Maintainer: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20180716
+pkgrel=5
+pkgdesc='a version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua' 'kyotocabinet' 'lmdb' 'libidn')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
+
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
+sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
+'SKIP'
+'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+# FS#56741
+patch -Np1 -i $srcdir/pgpewrap.patch
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--enable-lua \
+--notmuch \
+--gss \
+--ssl \
+--sasl \
+--with-ui=ncurses \
+--with-idn=/usr \
+--lmdb \
+--kyotocabinet \
+--gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 14:59:29
  Author: jelle
Revision: 416373

upgpkg: neomutt 20180716-5

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 14:43:30 UTC (rev 416372)
+++ PKGBUILD2018-12-15 14:59:29 UTC (rev 416373)
@@ -5,7 +5,7 @@
 
 pkgname=neomutt
 pkgver=20180716
-pkgrel=4
+pkgrel=5
 pkgdesc='a version of mutt with added features'
 url='https://neomutt.org/'
 license=('GPL')
@@ -14,11 +14,19 @@
 optdepends=('python: keybase.py')
 makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz;
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;)
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig;
+
"pgpewrap.patch::https://github.com/neomutt/neomutt/commit/2249966410400273f1ae4f7b73ce3f33ac40ca57.patch;)
 sha256sums=('bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200'
-'SKIP')
+'SKIP'
+'732edc4a74feeecb859ffe6fd00b201706dc8f3ce1cb2df8a784843d56380b74')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+# FS#56741
+patch -Np1 -i $srcdir/pgpewrap.patch
+}
+
 build() {
 cd "$pkgname-$pkgname-$pkgver"
 ./configure \


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

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 14:43:30
  Author: jelle
Revision: 416372

Add link to PPU bug

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 14:38:32 UTC (rev 416371)
+++ PKGBUILD2018-12-15 14:43:30 UTC (rev 416372)
@@ -80,6 +80,7 @@
   cd ${pkgname}-${pkgver}
   PYTHONPATH=".:${PYTHONPATH}" py.test \
 -k 'not test_ppu and not test_superblock' # unsquashfs output differs from 
fixture.
+# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
 }
 
 package() {


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

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 14:38:32
  Author: jelle
Revision: 416371

archrelease: copy trunk to community-x86_64

Added:
  wabt/repos/community-x86_64/
  wabt/repos/community-x86_64/PKGBUILD
(from rev 416370, wabt/trunk/PKGBUILD)

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

Copied: wabt/repos/community-x86_64/PKGBUILD (from rev 416370, 
wabt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-12-15 14:38:32 UTC (rev 416371)
@@ -0,0 +1,52 @@
+# Maintainer: Jelle van der Waa 
+# Contributor:  Konstantin Gorodinskii 
+
+pkgname="wabt"
+pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly"
+url="https://github.com/WebAssembly/wabt;
+pkgver=1.0.6
+pkgrel=1
+arch=('x86_64')
+license=('APACHE')
+depends=()
+makedepends=('cmake' 'git' 'gcc' 'clang' 'python-ply' 'gtest')
+source=("git+https://github.com/WebAssembly/wabt#commit=795d1292377b7e5de8dabeefaa11edfaf6bd97af;
+"git+https://github.com/WebAssembly/testsuite;
+"git+https://github.com/google/googletest;
+"git+https://github.com/dabeaz/ply;)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd ${pkgname}
+
+  git submodule init
+  git config submodule."external/testsuite".url "${srcdir}/testsuite"
+  git config submodule."external/googletest".url "${srcdir}/googletest"
+  git config submodule."external/ply".url "${srcdir}/ply"
+  git submodule update --recursive
+
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}/build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+
+  make
+}
+
+check() {
+  cd ${pkgname}
+  #make test
+}
+
+package() {
+  cd ${pkgname}/build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-12-15 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 15, 2018 @ 14:28:08
  Author: jelle
Revision: 416370

wabt: initial commmit

New optdep of diffoscope

Added:
  wabt/
  wabt/repos/
  wabt/trunk/
  wabt/trunk/PKGBUILD

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

Added: wabt/trunk/PKGBUILD
===
--- wabt/trunk/PKGBUILD (rev 0)
+++ wabt/trunk/PKGBUILD 2018-12-15 14:28:08 UTC (rev 416370)
@@ -0,0 +1,52 @@
+# Maintainer: Jelle van der Waa 
+# Contributor:  Konstantin Gorodinskii 
+
+pkgname="wabt"
+pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly"
+url="https://github.com/WebAssembly/wabt;
+pkgver=1.0.6
+pkgrel=1
+arch=('x86_64')
+license=('APACHE')
+depends=()
+makedepends=('cmake' 'git' 'gcc' 'clang' 'python-ply' 'gtest')
+source=("git+https://github.com/WebAssembly/wabt#commit=795d1292377b7e5de8dabeefaa11edfaf6bd97af;
+"git+https://github.com/WebAssembly/testsuite;
+"git+https://github.com/google/googletest;
+"git+https://github.com/dabeaz/ply;)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd ${pkgname}
+
+  git submodule init
+  git config submodule."external/testsuite".url "${srcdir}/testsuite"
+  git config submodule."external/googletest".url "${srcdir}/googletest"
+  git config submodule."external/ply".url "${srcdir}/ply"
+  git submodule update --recursive
+
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}/build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+
+  make
+}
+
+check() {
+  cd ${pkgname}
+  #make test
+}
+
+package() {
+  cd ${pkgname}/build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-12-15 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, December 15, 2018 @ 11:34:55
  Author: jlichtblau
Revision: 416369

archrelease: copy trunk to community-x86_64

Added:
  sqlcipher/repos/community-x86_64/PKGBUILD
(from rev 416368, sqlcipher/trunk/PKGBUILD)
Deleted:
  sqlcipher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 11:34:43 UTC (rev 416368)
+++ PKGBUILD2018-12-15 11:34:55 UTC (rev 416369)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
-arch=('x86_64')
-url="https://www.zetetic.net/sqlcipher/;
-license=('BSD')
-makedepends=('openssl' 'sqlite' 'tcl')
-source=($pkgname-$pkgver.zip::https://github.com/$pkgname/$pkgname/archive/v$pkgver.zip)
-# 
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver$pkgver.zip.sig)
-# https://github.com/sqlcipher/sqlcipher/issues/291
-# validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

-sha256sums=('b02e18287d9bf43064fcbd0be07eb2a88af5c17342c3f95cf824688cb3e3fe39')
-# 'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-x86_64/PKGBUILD (from rev 416368, 
sqlcipher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 11:34:55 UTC (rev 416369)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=4.0.0
+pkgrel=2
+pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
+arch=('x86_64')
+url="https://www.zetetic.net/sqlcipher/;
+license=('BSD')
+makedepends=('openssl' 'sqlite' 'tcl')
+source=(https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-v$pkgver.zip
+
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-v$pkgver.zip.sig)
+validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

+sha256sums=('3f0387584e278bf3c0638d0f9c79e9237f128d97f74b8531f8368d93f85f677c'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-15 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, December 15, 2018 @ 11:34:43
  Author: jlichtblau
Revision: 416368

upgpkg: sqlcipher 4.0.0-2 - Source signature re-added
https://github.com/sqlcipher/sqlcipher/issues/291

Modified:
  sqlcipher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 11:01:22 UTC (rev 416367)
+++ PKGBUILD2018-12-15 11:34:43 UTC (rev 416368)
@@ -3,21 +3,20 @@
 
 pkgname=sqlcipher
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
 arch=('x86_64')
 url="https://www.zetetic.net/sqlcipher/;
 license=('BSD')
 makedepends=('openssl' 'sqlite' 'tcl')
-source=($pkgname-$pkgver.zip::https://github.com/$pkgname/$pkgname/archive/v$pkgver.zip)
-# 
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver$pkgver.zip.sig)
-# https://github.com/sqlcipher/sqlcipher/issues/291
-# validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

-sha256sums=('b02e18287d9bf43064fcbd0be07eb2a88af5c17342c3f95cf824688cb3e3fe39')
-# 'SKIP')
+source=(https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-v$pkgver.zip
+
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-v$pkgver.zip.sig)
+validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

+sha256sums=('3f0387584e278bf3c0638d0f9c79e9237f128d97f74b8531f8368d93f85f677c'
+'SKIP')
 
 build() {
-  cd "${srcdir}"/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname
 
   ./configure --prefix=/usr --enable-tempstore=yes \
 CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
@@ -25,7 +24,7 @@
 }
 
 package() {
-  cd "${srcdir}"/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname
 
   make DESTDIR="${pkgdir}" install
 


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 11:01:22
  Author: maximbaz
Revision: 416367

archrelease: copy trunk to community-any

Added:
  grub-btrfs/repos/community-any/PKGBUILD
(from rev 416366, grub-btrfs/trunk/PKGBUILD)
Deleted:
  grub-btrfs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 11:01:17 UTC (rev 416366)
+++ PKGBUILD2018-12-15 11:01:22 UTC (rev 416367)
@@ -1,23 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: gato_lento 
-# Contributor: James W. Barnett 
-
-pkgname=grub-btrfs
-pkgver=4.0
-pkgrel=1
-pkgdesc='Include btrfs snapshots in GRUB boot options'
-arch=('any')
-url="https://github.com/Antynea/${pkgname};
-license=('GPL3')
-depends=('btrfs-progs' 'grub')
-optdepends=('snapper: Snapper support')
-backup=('etc/default/grub-btrfs/config')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('5f4c6502943be2ab5f95c50ec32b27b76d898dc219cd3d32a51267fe7a68d6e4')
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: grub-btrfs/repos/community-any/PKGBUILD (from rev 416366, 
grub-btrfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 11:01:22 UTC (rev 416367)
@@ -0,0 +1,23 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: gato_lento 
+# Contributor: James W. Barnett 
+
+pkgname=grub-btrfs
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Include btrfs snapshots in GRUB boot options'
+arch=('any')
+url="https://github.com/Antynea/${pkgname};
+license=('GPL3')
+depends=('btrfs-progs' 'grub')
+optdepends=('snapper: Snapper support')
+backup=('etc/default/grub-btrfs/config')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('28ff5b32686c37f702422013b36c150f9547ca5bb57522f41a74462c4270aa48')
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:


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

2018-12-15 Thread Maxim Baz via arch-commits
Date: Saturday, December 15, 2018 @ 11:01:17
  Author: maximbaz
Revision: 416366

upgpkg: grub-btrfs 4.0.1-1

Modified:
  grub-btrfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 10:39:05 UTC (rev 416365)
+++ PKGBUILD2018-12-15 11:01:17 UTC (rev 416366)
@@ -3,7 +3,7 @@
 # Contributor: James W. Barnett 
 
 pkgname=grub-btrfs
-pkgver=4.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='Include btrfs snapshots in GRUB boot options'
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('snapper: Snapper support')
 backup=('etc/default/grub-btrfs/config')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('5f4c6502943be2ab5f95c50ec32b27b76d898dc219cd3d32a51267fe7a68d6e4')
+sha256sums=('28ff5b32686c37f702422013b36c150f9547ca5bb57522f41a74462c4270aa48')
 
 package() {
 cd "${pkgname}-${pkgver}"


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

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:39:05
  Author: bgyorgy
Revision: 416365

archrelease: copy trunk to community-any

Added:
  osinfo-db/repos/community-any/PKGBUILD
(from rev 416364, osinfo-db/trunk/PKGBUILD)
Deleted:
  osinfo-db/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 10:39:01 UTC (rev 416364)
+++ PKGBUILD2018-12-15 10:39:05 UTC (rev 416365)
@@ -1,21 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=osinfo-db
-pkgver=20181203
-pkgrel=1
-pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
-arch=('any')
-url="https://libosinfo.org/;
-license=('GPL')
-makedepends=('osinfo-db-tools')
-options=('!emptydirs')
-source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz;)
-noextract=($pkgname-$pkgver.tar.xz)
-#validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF' # Daniel P. Berrange
-#  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B' # Fabiano Fidêncio
-#  '1B2E81D30D42B2A20D34FE16600046B9D646B45D') # UNKNOWN KEY
-sha256sums=('0217c33a1ba9e134bf0e6e6b636f73bd9f7f221132b743438a765c0c875c35f2')
-
-package() {
-   osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
-}

Copied: osinfo-db/repos/community-any/PKGBUILD (from rev 416364, 
osinfo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 10:39:05 UTC (rev 416365)
@@ -0,0 +1,21 @@
+# Maintainer: Balló György 
+
+pkgname=osinfo-db
+pkgver=20181214
+pkgrel=1
+pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
+arch=('any')
+url="https://libosinfo.org/;
+license=('GPL')
+makedepends=('osinfo-db-tools')
+options=('!emptydirs')
+source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz;)
+noextract=($pkgname-$pkgver.tar.xz)
+#validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF' # Daniel P. Berrange
+#  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B' # Fabiano Fidêncio
+#  '1B2E81D30D42B2A20D34FE16600046B9D646B45D') # UNKNOWN KEY
+sha256sums=('8dc1e980c8e1d8c043c22c63b7db20e7b4b34a73dbe98b9d31536eb83929d5a3')
+
+package() {
+   osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
+}


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

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:39:01
  Author: bgyorgy
Revision: 416364

upgpkg: osinfo-db 20181214-1

Update to new version

Modified:
  osinfo-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 10:36:16 UTC (rev 416363)
+++ PKGBUILD2018-12-15 10:39:01 UTC (rev 416364)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=osinfo-db
-pkgver=20181203
+pkgver=20181214
 pkgrel=1
 pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
 arch=('any')
@@ -14,7 +14,7 @@
 #validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF' # Daniel P. Berrange
 #  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B' # Fabiano Fidêncio
 #  '1B2E81D30D42B2A20D34FE16600046B9D646B45D') # UNKNOWN KEY
-sha256sums=('0217c33a1ba9e134bf0e6e6b636f73bd9f7f221132b743438a765c0c875c35f2')
+sha256sums=('8dc1e980c8e1d8c043c22c63b7db20e7b4b34a73dbe98b9d31536eb83929d5a3')
 
 package() {
osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz


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

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:36:16
  Author: bgyorgy
Revision: 416363

archrelease: copy trunk to community-x86_64

Added:
  fragments/repos/
  fragments/repos/community-x86_64/
  fragments/repos/community-x86_64/PKGBUILD
(from rev 416362, fragments/trunk/PKGBUILD)

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

Copied: fragments/repos/community-x86_64/PKGBUILD (from rev 416362, 
fragments/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-12-15 10:36:16 UTC (rev 416363)
@@ -0,0 +1,63 @@
+# Maintainer: Balló György 
+
+pkgname=fragments
+pkgver=1.2
+pkgrel=2
+pkgdesc="BitTorrent client for GNOME"
+arch=(x86_64)
+url="https://github.com/haecker-felix/Fragments;
+license=(GPL3)
+depends=(curl libevent libhandy libnatpmp miniupnpc)
+makedepends=(cmake git meson vala)
+_commit=2e9b61e6c25cdfbcbe23032fa0242e76fb1d5ffd  # tags/1.2
+source=("git+https://github.com/haecker-felix/Fragments#commit=$_commit;
+"git+https://github.com/transmission/transmission;
+"git+https://github.com/transmission/dht;
+"git+https://github.com/transmission/libb64;
+"git+https://github.com/transmission/libevent;
+"git+https://github.com/transmission/libnatpmp;
+"git+https://github.com/transmission/libutp;
+"git+https://github.com/transmission/miniupnpc;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd Fragments
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd Fragments
+  git submodule init
+  git config --local submodule.submodules/transmission.url 
"$srcdir/transmission"
+  git submodule update
+
+  cd submodules/transmission
+  git submodule init
+  git config --local submodule.third-party/dht.url "$srcdir/dht"
+  git config --local submodule.third-party/libb64.url "$srcdir/libb64"
+  git config --local submodule.third-party/libevent.url "$srcdir/libevent"
+  git config --local submodule.third-party/libnatpmp.url "$srcdir/libnatpmp"
+  git config --local submodule.third-party/libutp.url "$srcdir/libutp"
+  git config --local submodule.third-party/miniupnpc.url "$srcdir/miniupnpc"
+  git submodule update
+}
+
+build() {
+  arch-meson Fragments build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-passwordsafe (3 files)

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:34:44
  Author: bgyorgy
Revision: 416362

archrelease: copy trunk to community-any

Added:
  gnome-passwordsafe/repos/
  gnome-passwordsafe/repos/community-any/
  gnome-passwordsafe/repos/community-any/PKGBUILD
(from rev 416361, gnome-passwordsafe/trunk/PKGBUILD)

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

Copied: gnome-passwordsafe/repos/community-any/PKGBUILD (from rev 416361, 
gnome-passwordsafe/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-12-15 10:34:44 UTC (rev 416362)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-passwordsafe
+pkgver=3.30.2
+pkgrel=2
+pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
+arch=(any)
+url="https://gitlab.gnome.org/World/PasswordSafe;
+license=(GPL3)
+depends=(libhandy python-pykeepass)
+makedepends=(git gobject-introspection meson)
+_commit=a480c5b1b7746e45f26ec682f571d10195ea3eb7  # tags/3.30.2
+source=("git+https://gitlab.gnome.org/World/PasswordSafe.git/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd PasswordSafe
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson PasswordSafe build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-podcasts (3 files)

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:33:37
  Author: bgyorgy
Revision: 416361

archrelease: copy trunk to community-x86_64

Added:
  gnome-podcasts/repos/
  gnome-podcasts/repos/community-x86_64/
  gnome-podcasts/repos/community-x86_64/PKGBUILD
(from rev 416360, gnome-podcasts/trunk/PKGBUILD)

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

Copied: gnome-podcasts/repos/community-x86_64/PKGBUILD (from rev 416360, 
gnome-podcasts/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-12-15 10:33:37 UTC (rev 416361)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-podcasts
+pkgver=0.4.6
+pkgrel=2
+pkgdesc="Podcast application for GNOME"
+arch=(x86_64)
+url="https://gitlab.gnome.org/World/podcasts;
+license=(GPL3)
+depends=(gst-plugins-bad gst-plugins-base gst-plugins-good libhandy)
+makedepends=(git meson rust)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs')
+_commit=885b796f855b659c2d3dda1b7f7e22e7e726ff43  # tags/0.4.6
+source=("git+https://gitlab.gnome.org/World/podcasts.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd podcasts
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd podcasts
+  arch-meson . build
+  ninja -C build
+}
+
+check() {
+  cd podcasts
+  meson test -C build
+}
+
+package() {
+  cd podcasts
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in python-pykeepass (3 files)

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:25:23
  Author: bgyorgy
Revision: 416360

archrelease: copy trunk to community-any

Added:
  python-pykeepass/repos/
  python-pykeepass/repos/community-any/
  python-pykeepass/repos/community-any/PKGBUILD
(from rev 416359, python-pykeepass/trunk/PKGBUILD)

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

Copied: python-pykeepass/repos/community-any/PKGBUILD (from rev 416359, 
python-pykeepass/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-12-15 10:25:23 UTC (rev 416360)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=3.0.2
+pkgrel=2
+pkgdesc="Python library to interact with keepass databases"
+arch=('any')
+url="https://github.com/pschmitt/pykeepass;
+license=('GPL3')
+depends=(python-argon2_cffi python-construct python-dateutil python-lxml 
python-pycryptodome)
+makedepends=(git python-setuptools)
+_commit=76b9e06d1de6f143114c84c33dee849c32e09525  # tags/3.0.2^0
+source=("git+https://github.com/pschmitt/pykeepass#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $_pkgname
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/tests/
+}


[arch-commits] Commit in python-argon2_cffi (3 files)

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:24:01
  Author: bgyorgy
Revision: 416359

archrelease: copy trunk to community-x86_64

Added:
  python-argon2_cffi/repos/
  python-argon2_cffi/repos/community-x86_64/
  python-argon2_cffi/repos/community-x86_64/PKGBUILD
(from rev 416358, python-argon2_cffi/trunk/PKGBUILD)

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

Copied: python-argon2_cffi/repos/community-x86_64/PKGBUILD (from rev 416358, 
python-argon2_cffi/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-12-15 10:24:01 UTC (rev 416359)
@@ -0,0 +1,59 @@
+# Maintainer: Balló György 
+
+_pkgbase=argon2_cffi
+pkgbase=python-argon2_cffi
+pkgname=('python2-argon2_cffi' 'python-argon2_cffi')
+pkgver=18.3.0
+pkgrel=2
+pkgdesc="CFFI-based Argon2 Bindings for Python"
+arch=('x86_64')
+url="https://github.com/hynek/argon2_cffi;
+license=('MIT')
+depends=(argon2 python-cffi python-six python2-cffi python2-enum34 python2-six)
+makedepends=(git python-setuptools python2-setuptools)
+_commit=f0b0d8fc4baa820fc0d5612f9384f6c95a0ed5c1  # tags/18.3.0^0
+source=("git+https://github.com/hynek/argon2_cffi#commit=$_commit;
+"https://github.com/p-h-c/phc-winner-argon2;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $_pkgbase
+  git submodule init
+  git config --local submodule.extras/libargon2.url "$srcdir/phc-winner-argon2"
+  git submodule update
+  cd ..
+
+  cp -a $_pkgbase{,-py2}
+}
+
+build() {
+  # Building Python2
+  cd $_pkgbase-py2
+  python2 setup.py build
+
+  # Building Python3
+  cd ../$_pkgbase
+  python3 setup.py build
+}
+
+package_python2-argon2_cffi() {
+  depends=(argon2 python2-cffi python2-enum34 python2-six)
+
+  cd $_pkgbase-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-argon2_cffi() {
+  depends=(argon2 python-cffi python-six)
+
+  cd $_pkgbase
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:22:49
  Author: bgyorgy
Revision: 416358

archrelease: copy trunk to community-x86_64

Added:
  libhandy/repos/
  libhandy/repos/community-x86_64/
  libhandy/repos/community-x86_64/PKGBUILD
(from rev 416357, libhandy/trunk/PKGBUILD)

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

Copied: libhandy/repos/community-x86_64/PKGBUILD (from rev 416357, 
libhandy/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-12-15 10:22:49 UTC (rev 416358)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György 
+
+pkgname=libhandy
+pkgver=0.0.5
+pkgrel=2
+pkgdesc="Library full of GTK+ widgets for mobile phones"
+arch=(x86_64)
+url="https://source.puri.sm/Librem5/libhandy;
+license=(LGPL2.1)
+depends=(gtk3)
+makedepends=(git glade gobject-introspection meson vala)
+_commit=9c99704e4cc02d8aff8c03ebd583197677f67e52  # tags/v0.0.5^0
+source=("git+https://source.puri.sm/Librem5/libhandy.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -Dgtk_doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  rm -r "$pkgdir"/usr/{bin,subdir}
+}


[arch-commits] Commit in (6 files)

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:21:27
  Author: bgyorgy
Revision: 416357

Bump pkgrel

Modified:
  fragments/trunk/PKGBUILD
  gnome-passwordsafe/trunk/PKGBUILD
  gnome-podcasts/trunk/PKGBUILD
  libhandy/trunk/PKGBUILD
  python-argon2_cffi/trunk/PKGBUILD
  python-pykeepass/trunk/PKGBUILD

---+
 fragments/trunk/PKGBUILD  |2 +-
 gnome-passwordsafe/trunk/PKGBUILD |2 +-
 gnome-podcasts/trunk/PKGBUILD |2 +-
 libhandy/trunk/PKGBUILD   |2 +-
 python-argon2_cffi/trunk/PKGBUILD |2 +-
 python-pykeepass/trunk/PKGBUILD   |2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

Modified: fragments/trunk/PKGBUILD
===
--- fragments/trunk/PKGBUILD2018-12-15 10:18:53 UTC (rev 416356)
+++ fragments/trunk/PKGBUILD2018-12-15 10:21:27 UTC (rev 416357)
@@ -2,7 +2,7 @@
 
 pkgname=fragments
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="BitTorrent client for GNOME"
 arch=(x86_64)
 url="https://github.com/haecker-felix/Fragments;

Modified: gnome-passwordsafe/trunk/PKGBUILD
===
--- gnome-passwordsafe/trunk/PKGBUILD   2018-12-15 10:18:53 UTC (rev 416356)
+++ gnome-passwordsafe/trunk/PKGBUILD   2018-12-15 10:21:27 UTC (rev 416357)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-passwordsafe
 pkgver=3.30.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
 arch=(any)
 url="https://gitlab.gnome.org/World/PasswordSafe;

Modified: gnome-podcasts/trunk/PKGBUILD
===
--- gnome-podcasts/trunk/PKGBUILD   2018-12-15 10:18:53 UTC (rev 416356)
+++ gnome-podcasts/trunk/PKGBUILD   2018-12-15 10:21:27 UTC (rev 416357)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-podcasts
 pkgver=0.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Podcast application for GNOME"
 arch=(x86_64)
 url="https://gitlab.gnome.org/World/podcasts;

Modified: libhandy/trunk/PKGBUILD
===
--- libhandy/trunk/PKGBUILD 2018-12-15 10:18:53 UTC (rev 416356)
+++ libhandy/trunk/PKGBUILD 2018-12-15 10:21:27 UTC (rev 416357)
@@ -2,7 +2,7 @@
 
 pkgname=libhandy
 pkgver=0.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Library full of GTK+ widgets for mobile phones"
 arch=(x86_64)
 url="https://source.puri.sm/Librem5/libhandy;

Modified: python-argon2_cffi/trunk/PKGBUILD
===
--- python-argon2_cffi/trunk/PKGBUILD   2018-12-15 10:18:53 UTC (rev 416356)
+++ python-argon2_cffi/trunk/PKGBUILD   2018-12-15 10:21:27 UTC (rev 416357)
@@ -4,7 +4,7 @@
 pkgbase=python-argon2_cffi
 pkgname=('python2-argon2_cffi' 'python-argon2_cffi')
 pkgver=18.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="CFFI-based Argon2 Bindings for Python"
 arch=('x86_64')
 url="https://github.com/hynek/argon2_cffi;

Modified: python-pykeepass/trunk/PKGBUILD
===
--- python-pykeepass/trunk/PKGBUILD 2018-12-15 10:18:53 UTC (rev 416356)
+++ python-pykeepass/trunk/PKGBUILD 2018-12-15 10:21:27 UTC (rev 416357)
@@ -3,7 +3,7 @@
 _pkgname=pykeepass
 pkgname=python-pykeepass
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python library to interact with keepass databases"
 arch=('any')
 url="https://github.com/pschmitt/pykeepass;


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

2018-12-15 Thread David Runge via arch-commits
Date: Saturday, December 15, 2018 @ 10:18:46
  Author: dvzrv
Revision: 416355

upgpkg: nextcloud-app-spreed 5.0.0-1

Upgrading to 5.0.0.

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 10:17:35 UTC (rev 416354)
+++ PKGBUILD2018-12-15 10:18:46 UTC (rev 416355)
@@ -1,15 +1,15 @@
 # Maintainer: David Runge 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=4.99.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="Video & audio-conferencing using WebRTC"
 arch=('any')
 url="https://apps.nextcloud.com/apps/spreed;
 license=('AGPL3')
-depends=('nextcloud')
+depends=('nextcloud<16.0.0')
 
source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('19210496b2de0979bdc0fe56b5e87c3e770d44fdb920cea6a2ef807156ee8f1b7b1f24658c58cb462286a5c205522beb93656f7cc8e6f788c02a9f706dee913d')
+sha512sums=('c5d32c252cba301f559e331c284ef01c07d87d5bf6403efaadd506c8f0fb22e6cd367452555cb6105c7c723f6a30479a51d98235a1b2ee795fbf0755c92a4852')
 
 prepare() {
   find ${_name} -type f -exec chmod 644 {} +


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

2018-12-15 Thread David Runge via arch-commits
Date: Saturday, December 15, 2018 @ 10:18:53
  Author: dvzrv
Revision: 416356

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 10:18:46 UTC (rev 416355)
+++ PKGBUILD2018-12-15 10:18:53 UTC (rev 416356)
@@ -1,22 +0,0 @@
-# Maintainer: David Runge 
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=4.99.0
-pkgrel=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed;
-license=('AGPL3')
-depends=('nextcloud')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('19210496b2de0979bdc0fe56b5e87c3e770d44fdb920cea6a2ef807156ee8f1b7b1f24658c58cb462286a5c205522beb93656f7cc8e6f788c02a9f706dee913d')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 416355, 
nextcloud-app-spreed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 10:18:53 UTC (rev 416356)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge 
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed;
+license=('AGPL3')
+depends=('nextcloud<16.0.0')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('c5d32c252cba301f559e331c284ef01c07d87d5bf6403efaadd506c8f0fb22e6cd367452555cb6105c7c723f6a30479a51d98235a1b2ee795fbf0755c92a4852')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+}


[arch-commits] Commit in (18 files)

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:17:35
  Author: bgyorgy
Revision: 416354

Move fragments, gnome-passwordsafe and gnome-podcasts from AUR

And move their dependencies: libhandy, python-argon2_cffi, python-pykeepass.

Added:
  fragments/
  fragments/trunk/
  fragments/trunk/PKGBUILD
  gnome-passwordsafe/
  gnome-passwordsafe/trunk/
  gnome-passwordsafe/trunk/PKGBUILD
  gnome-podcasts/
  gnome-podcasts/trunk/
  gnome-podcasts/trunk/PKGBUILD
  libhandy/
  libhandy/trunk/
  libhandy/trunk/PKGBUILD
  python-argon2_cffi/
  python-argon2_cffi/trunk/
  python-argon2_cffi/trunk/PKGBUILD
  python-pykeepass/
  python-pykeepass/trunk/
  python-pykeepass/trunk/PKGBUILD

---+
 fragments/trunk/PKGBUILD  |   63 
 gnome-passwordsafe/trunk/PKGBUILD |   32 ++
 gnome-podcasts/trunk/PKGBUILD |   37 +
 libhandy/trunk/PKGBUILD   |   29 
 python-argon2_cffi/trunk/PKGBUILD |   59 +
 python-pykeepass/trunk/PKGBUILD   |   31 +
 6 files changed, 251 insertions(+)

Added: fragments/trunk/PKGBUILD
===
--- fragments/trunk/PKGBUILD(rev 0)
+++ fragments/trunk/PKGBUILD2018-12-15 10:17:35 UTC (rev 416354)
@@ -0,0 +1,63 @@
+# Maintainer: Balló György 
+
+pkgname=fragments
+pkgver=1.2
+pkgrel=1
+pkgdesc="BitTorrent client for GNOME"
+arch=(x86_64)
+url="https://github.com/haecker-felix/Fragments;
+license=(GPL3)
+depends=(curl libevent libhandy libnatpmp miniupnpc)
+makedepends=(cmake git meson vala)
+_commit=2e9b61e6c25cdfbcbe23032fa0242e76fb1d5ffd  # tags/1.2
+source=("git+https://github.com/haecker-felix/Fragments#commit=$_commit;
+"git+https://github.com/transmission/transmission;
+"git+https://github.com/transmission/dht;
+"git+https://github.com/transmission/libb64;
+"git+https://github.com/transmission/libevent;
+"git+https://github.com/transmission/libnatpmp;
+"git+https://github.com/transmission/libutp;
+"git+https://github.com/transmission/miniupnpc;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd Fragments
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd Fragments
+  git submodule init
+  git config --local submodule.submodules/transmission.url 
"$srcdir/transmission"
+  git submodule update
+
+  cd submodules/transmission
+  git submodule init
+  git config --local submodule.third-party/dht.url "$srcdir/dht"
+  git config --local submodule.third-party/libb64.url "$srcdir/libb64"
+  git config --local submodule.third-party/libevent.url "$srcdir/libevent"
+  git config --local submodule.third-party/libnatpmp.url "$srcdir/libnatpmp"
+  git config --local submodule.third-party/libutp.url "$srcdir/libutp"
+  git config --local submodule.third-party/miniupnpc.url "$srcdir/miniupnpc"
+  git submodule update
+}
+
+build() {
+  arch-meson Fragments build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


Property changes on: fragments/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gnome-passwordsafe/trunk/PKGBUILD
===
--- gnome-passwordsafe/trunk/PKGBUILD   (rev 0)
+++ gnome-passwordsafe/trunk/PKGBUILD   2018-12-15 10:17:35 UTC (rev 416354)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-passwordsafe
+pkgver=3.30.2
+pkgrel=1
+pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
+arch=(any)
+url="https://gitlab.gnome.org/World/PasswordSafe;
+license=(GPL3)
+depends=(libhandy python-pykeepass)
+makedepends=(git gobject-introspection meson)
+_commit=a480c5b1b7746e45f26ec682f571d10195ea3eb7  # tags/3.30.2
+source=("git+https://gitlab.gnome.org/World/PasswordSafe.git/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd PasswordSafe
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson PasswordSafe build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


Property changes on: gnome-passwordsafe/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gnome-podcasts/trunk/PKGBUILD
===
--- gnome-podcasts/trunk/PKGBUILD   (rev 0)
+++ gnome-podcasts/trunk/PKGBUILD   2018-12-15 10:17:35 UTC (rev 416354)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György 
+

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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 09:39:52
  Author: felixonmars
Revision: 342389

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-settings/repos/extra-x86_64/PKGBUILD
(from rev 342388, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch
(from rev 342388, nvidia-settings/trunk/libxnvctrl_so.patch)
Deleted:
  nvidia-settings/repos/extra-x86_64/PKGBUILD
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch

-+
 PKGBUILD|  124 +++---
 libxnvctrl_so.patch |  134 +-
 2 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 09:39:33 UTC (rev 342388)
+++ PKGBUILD2018-12-15 09:39:52 UTC (rev 342389)
@@ -1,62 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-
-pkgbase=nvidia-settings
-pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=415.22
-pkgrel=1
-pkgdesc='Tool for configuring the NVIDIA graphics driver'
-url='https://github.com/NVIDIA/nvidia-settings'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
-options=('staticlibs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
-libxnvctrl_so.patch)
-sha512sums=('a8ee8e760bd784b34a1cdf678b427f1bcde64dbcc85d061ad19683d5cead0ee6cf25234120274e98316e6a9756bb5021833e90ac3a494e658f7b8311406ef85f'
-
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
-
-prepare() {
-  export PREFIX=/usr
-  export NV_USE_BUNDLED_LIBJANSSON=0
-  cd ${pkgbase}-${pkgver}
-  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make
-  make -C src/libXNVCtrl
-}
-
-package_nvidia-settings() {
-  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
-  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-}
-
-package_libxnvctrl() {
-  depends=('libxext')
-  pkgdesc='NVIDIA NV-CONTROL X extension'
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
-
-  cd src/libXNVCtrl
-  install -Dm 644 *.h -t "${pkgdir}/usr/include/NVCtrl"
-  install -Dm 644 libXNVCtrl.a -t "${pkgdir}/usr/lib"
-  install -Dm 755 libXNVCtrl.so.0.0.0 -t "${pkgdir}/usr/lib"
-  ln -s libXNVCtrl.so.0.0.0 "${pkgdir}/usr/lib/libXNVCtrl.so.0"
-  ln -s libXNVCtrl.so.0 "${pkgdir}/usr/lib/libXNVCtrl.so"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/extra-x86_64/PKGBUILD (from rev 342388, 
nvidia-settings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 09:39:52 UTC (rev 342389)
@@ -0,0 +1,62 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=415.23
+pkgrel=1
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('cd28cb70b068176d78293da9faeb900bd0b502062029540127ab9cfee500ddf55bec41a483c4cea439075969e06bc5faf09d9dd528ae2d1b3204955e4a86a864'
+
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 

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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 09:39:33
  Author: felixonmars
Revision: 342388

upgpkg: nvidia-settings 415.23-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 09:12:46 UTC (rev 342387)
+++ PKGBUILD2018-12-15 09:39:33 UTC (rev 342388)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=415.22
+pkgver=415.23
 pkgrel=1
 pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('a8ee8e760bd784b34a1cdf678b427f1bcde64dbcc85d061ad19683d5cead0ee6cf25234120274e98316e6a9756bb5021833e90ac3a494e658f7b8311406ef85f'
+sha512sums=('cd28cb70b068176d78293da9faeb900bd0b502062029540127ab9cfee500ddf55bec41a483c4cea439075969e06bc5faf09d9dd528ae2d1b3204955e4a86a864'
 
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
 
 prepare() {


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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 09:15:05
  Author: felixonmars
Revision: 416353

archrelease: copy trunk to community-x86_64

Added:
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 416352, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 416352, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 416352, 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   |  136 +++
 deepin-daemon.install  |6 +-
 deepin-daemon.sysusers |4 -
 3 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 09:14:45 UTC (rev 416352)
+++ PKGBUILD2018-12-15 09:15:05 UTC (rev 416353)
@@ -1,68 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=3.13.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' 'gvfs' 'libcanberra-pulse' 'poppler-glib' 
'rfkill' 'bluez'
- 'deepin-notifications' '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=('deepin-dbus-factory' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'sqlite' 'deepin-gettext-tools' 'git' 'mercurial' 
'python-gobject'
- 'networkmanager' 'go-pie')
-optdepends=('networkmanager: for network management support'
-'deepin-grub2-themes: theme for grub module'
-'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=('9af89ba5352995c8e9c94eb8f418041c6a9b27d4970f0878d3e19068a7d7536b320a53ccc52479285a880cb034b95841741f6748ff3f4ccb16afd43569d700b1'
-
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
-
-prepare() {
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../dde-daemon_3.8.0.patch
-
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/linuxdeepin/go-x11-client \
- github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 
github.com/disintegration/imaging \
- github.com/BurntSushi/freetype-go/freetype 
github.com/BurntSushi/freetype-go/freetype/truetype \
- github.com/BurntSushi/graphics-go/graphics 
github.com/fsnotify/fsnotify golang.org/x/sys/unix \
- gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam 
github.com/nfnt/resize \
- golang.org/x/text/encoding/charmap github.com/cryptix/wav 
golang.org/x/net/context
-
-  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 416352, 
deepin-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 09:15:05 UTC (rev 416353)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=3.14.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' 'gvfs' 'libcanberra-pulse' 

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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 09:14:45
  Author: felixonmars
Revision: 416352

upgpkg: deepin-daemon 3.14.0-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 09:10:45 UTC (rev 416351)
+++ PKGBUILD2018-12-15 09:14:45 UTC (rev 416352)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.13.0
+pkgver=3.14.0
 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=('9af89ba5352995c8e9c94eb8f418041c6a9b27d4970f0878d3e19068a7d7536b320a53ccc52479285a880cb034b95841741f6748ff3f4ccb16afd43569d700b1'
+sha512sums=('766d548c192d75bbaa7f92a69fa3b171a7da5c8cdc4bc0b7aea43e323cda1648af3449e0a84c2535bf3721c77930708694f1165252bb0d7f287f6ff94aecd484'
 
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 


[arch-commits] Commit in nvidia/repos/testing-x86_64 (4 files)

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 09:12:46
  Author: felixonmars
Revision: 342387

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 342386, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/kernel-4.16.patch
(from rev 342386, nvidia/trunk/kernel-4.16.patch)
Deleted:
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/kernel-4.16.patch

---+
 PKGBUILD  |  172 ++--
 kernel-4.16.patch |   66 +--
 2 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 09:12:25 UTC (rev 342386)
+++ PKGBUILD2018-12-15 09:12:46 UTC (rev 342387)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=415.22
-_extramodules=extramodules-ARCH
-pkgrel=4
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
-kernel-4.16.patch)
-sha512sums=('07e49fb7f82f5a2122994ca72f04354b0875845af8676bdd38b65e62291dff7eddbdf48f1428281a6c44ae2c2ba14368ba27682515bea5b87606be8db422f411'
-
'ad1185d998adbf89abf7aea300e5b3bbabe2296016f42592fbc232a6c3983f233df1103d37f35a041f12cc1c722d3edce813a4a1b215784a49c7f0e3e652b5af')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-# Restore phys_to_dma support (still needed for 396.18)
-# https://bugs.archlinux.org/task/58074
-patch -Np1 -i ../kernel-4.16.patch
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
-
-# Gift for linux-rt guys
-sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.19' 'linux<4.20' "nvidia-utils=${pkgver}" 'libglvnd')
-
-install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
-  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
-
-find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-provides=("nvidia=$pkgver")
-conflicts+=('nvidia')
-
-cd ${_pkg}
-
-install -dm 755 "${pkgdir}"/usr/src
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 342386, 
nvidia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 09:12:46 UTC (rev 342387)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=415.23
+_extramodules=extramodules-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)

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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 09:12:25
  Author: felixonmars
Revision: 342386

upgpkg: nvidia 415.23-2

rebuild for testing/linux

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 09:11:45 UTC (rev 342385)
+++ PKGBUILD2018-12-15 09:12:25 UTC (rev 342386)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=415.23
 _extramodules=extramodules-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 09:11:45
  Author: felixonmars
Revision: 342385

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 342384, nvidia-lts/trunk/PKGBUILD)
Deleted:
  nvidia-lts/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 09:11:27 UTC (rev 342384)
+++ PKGBUILD2018-12-15 09:11:45 UTC (rev 342385)
@@ -1,42 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=415.22
-_extramodules=extramodules-4.14-lts
-pkgrel=2
-epoch=1
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.14.81')
-provides=('nvidia')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('07e49fb7f82f5a2122994ca72f04354b0875845af8676bdd38b65e62291dff7eddbdf48f1428281a6c44ae2c2ba14368ba27682515bea5b87606be8db422f411')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-pkgdesc="NVIDIA drivers for linux-lts"
-depends=('linux-lts>=4.14.77' "nvidia-utils=${pkgver}" 'libgl')
-
-install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
-  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
-
-find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
-
-echo "blacklist nouveau" |
-  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 342384, 
nvidia-lts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 09:11:45 UTC (rev 342385)
@@ -0,0 +1,42 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=415.23
+_extramodules=extramodules-4.14-lts
+pkgrel=2
+epoch=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'linux-lts' 'linux-lts-headers>=4.14.81')
+provides=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('3bdd8c7b3758353f98686361babd14b91dced283c9a27e1c828d87fc4eff66488707345195e27de107c72a408b6ae147ae9c86cfa31bd8468bfa70d56bb68739')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+pkgdesc="NVIDIA drivers for linux-lts"
+depends=('linux-lts>=4.14.77' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}


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

2018-12-15 Thread Antonio Rojas via arch-commits
Date: Saturday, December 15, 2018 @ 09:10:45
  Author: arojas
Revision: 416351

Host sources on archlinux.org (FS#61081)

Modified:
  transcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 09:07:06 UTC (rev 416350)
+++ PKGBUILD2018-12-15 09:10:45 UTC (rev 416351)
@@ -12,7 +12,8 @@
 license=(GPL)
 depends=(gawk libmagick lzo libdvdread ffmpeg mjpegtools libmpeg2 libxaw libxv 
a52dec)
 makedepends=(nasm x264)
-source=(https://bitbucket.org/france/transcode-tcforge/downloads/$pkgname-$pkgver.tar.bz2
+#source=(https://bitbucket.org/france/transcode-tcforge/downloads/$pkgname-$pkgver.tar.bz2
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2
 transcode-imagemagick7.patch
 transcode-ffmpeg3.patch
 transcode-ffmpeg4.patch)


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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 09:11:27
  Author: felixonmars
Revision: 342384

upgpkg: nvidia-lts 1:415.23-2

rebuild for testing/linux-lts

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 09:06:54 UTC (rev 342383)
+++ PKGBUILD2018-12-15 09:11:27 UTC (rev 342384)
@@ -3,7 +3,7 @@
 pkgname=nvidia-lts
 pkgver=415.23
 _extramodules=extramodules-4.14-lts
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 09:06:54
  Author: felixonmars
Revision: 342383

archrelease: copy trunk to extra-x86_64

Added:
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 342382, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/kernel-4.16.patch
(from rev 342382, nvidia/trunk/kernel-4.16.patch)
Deleted:
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/kernel-4.16.patch

---+
 PKGBUILD  |  172 ++--
 kernel-4.16.patch |   66 +--
 2 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 09:06:35 UTC (rev 342382)
+++ PKGBUILD2018-12-15 09:06:54 UTC (rev 342383)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=415.22
-_extramodules=extramodules-ARCH
-pkgrel=3
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
-kernel-4.16.patch)
-sha512sums=('07e49fb7f82f5a2122994ca72f04354b0875845af8676bdd38b65e62291dff7eddbdf48f1428281a6c44ae2c2ba14368ba27682515bea5b87606be8db422f411'
-
'ad1185d998adbf89abf7aea300e5b3bbabe2296016f42592fbc232a6c3983f233df1103d37f35a041f12cc1c722d3edce813a4a1b215784a49c7f0e3e652b5af')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-# Restore phys_to_dma support (still needed for 396.18)
-# https://bugs.archlinux.org/task/58074
-patch -Np1 -i ../kernel-4.16.patch
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
-
-# Gift for linux-rt guys
-sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.19' 'linux<4.20' "nvidia-utils=${pkgver}" 'libglvnd')
-
-install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
-  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
-
-find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-provides=("nvidia=$pkgver")
-conflicts+=('nvidia')
-
-cd ${_pkg}
-
-install -dm 755 "${pkgdir}"/usr/src
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-
-echo "blacklist nouveau" |
-install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
-
-install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
-}

Copied: nvidia/repos/extra-x86_64/PKGBUILD (from rev 342382, 
nvidia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 09:06:54 UTC (rev 342383)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=415.23
+_extramodules=extramodules-ARCH
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch)

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

2018-12-15 Thread Felix Yan via arch-commits
Date: Saturday, December 15, 2018 @ 09:07:06
  Author: felixonmars
Revision: 416350

archrelease: copy trunk to community-x86_64

Added:
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 416349, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/deepin-api.sysusers
(from rev 416349, deepin-api/trunk/deepin-api.sysusers)
Deleted:
  deepin-api/repos/community-x86_64/PKGBUILD
  deepin-api/repos/community-x86_64/deepin-api.sysusers

-+
 PKGBUILD|   96 +-
 deepin-api.sysusers |4 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 09:06:47 UTC (rev 416349)
+++ PKGBUILD2018-12-15 09:07:06 UTC (rev 416350)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.11.0
-pkgrel=1
-pkgdesc='Golang bindings for dde-daemon'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
- 'poppler-glib' 'xcur2png' 'blur-effect')
-makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
- 'deepin-go-lib' 'deepin-go-dbus-factory' 'bzr' 'go-pie')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;
-deepin-api.sysusers)
-sha512sums=('6ad5e6337ce9abbd824a760947aff8acff6d5d44691f80c3c6663d6896fb5e5ff68cf0791bd2f07ae2b4e89d1f79e1b82694a6c121841d4728f8a4ef985527c3'
-
'548b4c8d06a10f0103d84fe6b68532ca71aae53347a6ad85dad1d274844146c9861d1bf6ce8e5518ea1b043aa082d705c534f0a4c0feb16a031537cee6befb08')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir"/dde-api-$pkgver
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav \
- golang.org/x/net/context github.com/fogleman/gg
-}
-
-build(){
-  cd dde-api-$pkgver
-  make
-}
-
-package() {
-  cd dde-api-$pkgver
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-
-  install -Dm644 ../deepin-api.sysusers 
"$pkgdir"/usr/lib/sysusers.d/deepin-api.conf
-}

Copied: deepin-api/repos/community-x86_64/PKGBUILD (from rev 416349, 
deepin-api/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 09:07:06 UTC (rev 416350)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.12.0
+pkgrel=1
+pkgdesc='Golang bindings for dde-daemon'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
+ 'poppler-glib' 'xcur2png' 'blur-effect')
+makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
+ 'deepin-go-lib' 'deepin-go-dbus-factory' 'bzr' 'go-pie')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;
+deepin-api.sysusers)
+sha512sums=('7ac8fc257c13ff0e220f48c5c694d8aa461ec9fe5c34cc78221b6d3f7a1ceeedc5a73f8dc0c513ae40303e6f7ce49c7c53fc47e3a516edb1b07b22af981a7e52'
+
'548b4c8d06a10f0103d84fe6b68532ca71aae53347a6ad85dad1d274844146c9861d1bf6ce8e5518ea1b043aa082d705c534f0a4c0feb16a031537cee6befb08')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
+  cd "$srcdir"/dde-api-$pkgver
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav \
+ golang.org/x/net/context github.com/fogleman/gg
+}
+
+build(){
+  cd dde-api-$pkgver
+  make
+}
+
+package() {
+  cd dde-api-$pkgver
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+
+  install -Dm644 ../deepin-api.sysusers 
"$pkgdir"/usr/lib/sysusers.d/deepin-api.conf
+}

Deleted: deepin-api.sysusers
===
--- deepin-api.sysusers 2018-12-15 09:06:47 UTC (rev 416349)
+++ deepin-api.sysusers 2018-12-15 09:07:06 UTC (rev 416350)
@@ -1,2 +0,0 @@
-u deepin-sound-player - "Deepin Sound Player"
-g deepin-sound-player -

Copied: 

  1   2   >